.tns-alquiler {
  --ink: #2b2b2b;
  --ink-soft: #212121;
  --snow: #f4f4f4;
  --white: #ffffff;
  --line: rgba(43, 43, 43, 0.14);
  --muted: #595959;
  --blue: #1863dc;
  --blue-deep: #0056a7;
  --green: #98d244;
  --green-light: #b9e87a;
  --green-dark: #6ea82f;
  --lime: var(--green);
  --font-sans: "Poppins", var(--font-geist-sans), Arial, Helvetica, sans-serif;
  --font-display: "Anton", Impact, sans-serif;
  --font-mono: var(--font-geist-mono), monospace;
}

.tns-alquiler * { box-sizing: border-box; }
.tns-alquiler { scroll-behavior: smooth; }
.tns-alquiler {
  margin: 0;
  background: var(--snow);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.tns-alquiler, .tns-alquiler button, .tns-alquiler a { -webkit-font-smoothing: antialiased; }
.tns-alquiler a { color: inherit; text-decoration: none; }
.tns-alquiler button { color: inherit; font: inherit; }
.tns-alquiler main { min-height: 100vh; overflow: clip; }
.tns-alquiler section[id], .tns-alquiler #ubicacion { scroll-margin-top: 86px; }
.tns-alquiler .brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: -0.04em;
  width: 38px;
}

.tns-alquiler .button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 52px;
  padding: 0 24px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.tns-alquiler .button:hover { transform: translateY(-2px); }
.tns-alquiler .button--small { min-height: 40px; padding: 0 20px; }
.tns-alquiler .button--dark { background: var(--ink); color: var(--white); }
.tns-alquiler .button--header { border-color: rgba(255, 255, 255, 0.52); color: var(--white); }
.tns-alquiler .button--header:hover { background: var(--white); color: var(--ink); }
.tns-alquiler .button--primary {
  background: var(--green);
  box-shadow: 0 16px 50px rgba(152, 210, 68, 0.24);
  color: var(--ink);
}
.tns-alquiler .button--primary:hover { background: var(--green-light); box-shadow: 0 18px 58px rgba(152, 210, 68, 0.34); }
.tns-alquiler .button--ghost { border-color: rgba(255, 255, 255, 0.34); color: var(--white); }
.tns-alquiler .button--light { background: var(--white); color: var(--ink); }
.tns-alquiler .button--large { min-height: 62px; padding: 0 30px; }
.tns-alquiler .button.booking-cta {
  background: var(--green);
  border-color: rgba(43, 43, 43, 0.2);
  box-shadow: 0 12px 34px rgba(152, 210, 68, 0.18);
  color: var(--ink);
}
.tns-alquiler .button.booking-cta:hover {
  background: var(--green-light);
  box-shadow: 0 16px 42px rgba(152, 210, 68, 0.3);
}
.tns-alquiler .booking-cta--compact { gap: 10px; min-height: 40px; padding: 0 16px; }
.tns-alquiler .booking-cta--pending {
  cursor: not-allowed;
  opacity: 0.58;
  user-select: none;
}
.tns-alquiler .cta-label--mobile { display: none; }

.tns-alquiler .hero {
  background:
    radial-gradient(circle at 3% 100%, rgba(152, 210, 68, 0.13), transparent 28%),
    var(--ink-soft);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
  min-height: max(820px, 100svh);
  overflow: hidden;
  padding-left: clamp(24px, 6.2vw, 106px);
  position: relative;
}
.tns-alquiler .hero::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  bottom: -19vw;
  content: "";
  height: 46vw;
  left: -18vw;
  pointer-events: none;
  position: absolute;
  width: 46vw;
}
.tns-alquiler .hero-copy {
  align-self: center;
  max-width: 1180px;
  padding: 170px clamp(16px, 1.8vw, 30px) 190px 0;
  position: relative;
  width: calc(100% + clamp(170px, 11vw, 270px));
  z-index: 2;
}
.tns-alquiler .hero h1 {
  font-family: var(--font-display);
  font-size: clamp(94px, 8vw, 154px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.92;
  margin: 0;
  max-width: 1100px;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3), 0 24px 50px rgba(0, 0, 0, 0.48);
  text-wrap: balance;
  text-transform: uppercase;
}
.tns-alquiler .hero-title-lockup {
  align-items: center;
  display: grid;
  gap: clamp(18px, 1.7vw, 26px);
  grid-template-columns: minmax(0, 1fr) clamp(132px, 9vw, 174px);
  max-width: 1080px;
}
.tns-alquiler .hero h1 span {
  color: var(--green);
  display: block;
  margin-top: 0.08em;
  text-shadow: 0 5px 0 rgba(45, 72, 18, 0.52), 0 24px 50px rgba(0, 0, 0, 0.5);
}
.tns-alquiler .hero h1 em {
  display: block;
  font-size: 0.53em;
  font-style: normal;
  letter-spacing: 0.015em;
  line-height: 1;
  margin-top: 0.24em;
}
.tns-alquiler .hero-lead {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  margin: 32px 0 0;
  max-width: 620px;
}
.tns-alquiler .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.tns-alquiler .hero-proof {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(9, 12, 10, 0.9);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  min-height: 124px;
  padding: 0 clamp(24px, 3vw, 48px);
  position: absolute;
  right: 0;
  width: min(900px, 70vw);
  z-index: 5;
}
.tns-alquiler .hero-proof li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  min-height: 64px;
  padding: 8px clamp(15px, 2.2vw, 30px);
}
.tns-alquiler .hero-proof li:first-child { border-left: 0; }
.tns-alquiler .hero-proof strong { color: var(--green); font-size: 15px; margin-bottom: 6px; }
.tns-alquiler .hero-proof span { color: rgba(255, 255, 255, 0.66); font-size: 13px; line-height: 1.45; }
.tns-alquiler .hero-visual {
  margin-left: clamp(-280px, -14vw, -160px);
  min-height: 650px;
  min-width: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.tns-alquiler .hero-corporate-visual {
  background: #151515;
  border-left: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.tns-alquiler .hero-corporate-visual::before {
  background:
    linear-gradient(90deg, var(--ink-soft) 0%, rgba(31, 31, 31, 0.98) 10%, rgba(31, 31, 31, 0.78) 24%, rgba(31, 31, 31, 0.2) 44%, transparent 60%),
    linear-gradient(180deg, rgba(9, 10, 9, 0.04) 28%, rgba(9, 10, 9, 0.84) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.tns-alquiler .hero-corporate-visual::after {
  background: var(--green);
  content: "";
  inset: 0 0 auto auto;
  height: 9px;
  position: absolute;
  width: 42%;
  z-index: 3;
}
.tns-alquiler .hero-corporate-visual > img {
  display: block;
  filter: saturate(0.9) contrast(1.035);
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  transform: scale(1.025);
  width: 100%;
}
.tns-alquiler .hero-corporate-meta {
  background: var(--green);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  left: clamp(150px, 11vw, 220px);
  padding: 14px 18px 13px;
  position: absolute;
  top: 126px;
  z-index: 3;
}
.tns-alquiler .hero-corporate-meta span {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.tns-alquiler .hero-corporate-meta strong {
  font-size: 15px;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
.tns-alquiler .hero-corporate-caption {
  bottom: 162px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: clamp(150px, 12vw, 240px);
  max-width: 390px;
  position: absolute;
  right: 30px;
  z-index: 3;
}
.tns-alquiler .hero-corporate-caption strong {
  font-size: clamp(28px, 2.7vw, 43px);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 12px 0 9px;
}
.tns-alquiler .hero-corporate-caption span { color: rgba(255, 255, 255, 0.76); font-size: 13px; }
.tns-alquiler .hero-corporate-services {
  align-items: center;
  display: flex;
  gap: 7px;
  position: absolute;
  right: 18px;
  top: 126px;
  z-index: 3;
}
.tns-alquiler .hero-corporate-services span {
  background: rgba(22, 22, 22, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 8px;
}

.tns-alquiler .photo-placeholder {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 64% 23%, rgba(199, 232, 255, 0.95), transparent 19%),
    linear-gradient(145deg, #b9c1c6 0%, #eef0ef 43%, #89949e 100%);
  color: var(--ink);
  overflow: hidden;
  position: relative;
}
.tns-alquiler .photo-placeholder--hero {
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, transparent 44%, rgba(10, 13, 11, 0.7) 100%),
    radial-gradient(circle at 68% 18%, rgba(152, 210, 68, 0.78), transparent 10%),
    linear-gradient(145deg, #aeb7b1 0%, #e7ece9 39%, #4d5852 100%);
  color: var(--white);
}
.tns-alquiler .photo-placeholder--clothing {
  background:
    radial-gradient(circle at 27% 23%, rgba(223, 255, 80, 0.68), transparent 14%),
    linear-gradient(145deg, #d3dbde, #85949b);
}
.tns-alquiler .photo-placeholder--store {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(145deg, #10171d, #344752);
  background-size: 66px 100%, auto;
  color: var(--white);
}
.tns-alquiler .placeholder-grid, .tns-alquiler .map-grid {
  background-image:
    linear-gradient(rgba(10, 15, 20, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 15, 20, 0.065) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  position: absolute;
}
.tns-alquiler .photo-placeholder--store .placeholder-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}
.tns-alquiler .mountain-line {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 38%;
  opacity: 0.12;
  position: absolute;
  transform: rotate(45deg);
  width: 38%;
}
.tns-alquiler .mountain-line--one { bottom: -9%; left: 8%; }
.tns-alquiler .mountain-line--two { bottom: -14%; right: 0; }
.tns-alquiler .gear-silhouette {
  height: 68%;
  left: 50%;
  position: absolute;
  top: 12%;
  transform: translateX(-50%) rotate(7deg);
  width: 42%;
}
.tns-alquiler .gear-silhouette span {
  background: var(--ink);
  border-radius: 999px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 16px;
}
.tns-alquiler .gear-silhouette span:first-child { left: 37%; }
.tns-alquiler .gear-silhouette span:nth-child(2) { right: 37%; }
.tns-alquiler .gear-silhouette--snow span:first-child {
  left: 23%;
  width: 54%;
}
.tns-alquiler .gear-silhouette--snow span:nth-child(2) { display: none; }
.tns-alquiler .gear-silhouette--snow i { right: -2%; }
.tns-alquiler .gear-silhouette i {
  background: var(--green);
  border-radius: 50%;
  bottom: 15%;
  height: 56px;
  position: absolute;
  right: 5%;
  width: 56px;
}
.tns-alquiler .photo-placeholder--store .gear-silhouette span { background: var(--white); }
.tns-alquiler .jacket-silhouette {
  background: var(--blue);
  clip-path: polygon(35% 0, 65% 0, 100% 28%, 80% 45%, 70% 29%, 73% 100%, 27% 100%, 30% 29%, 20% 45%, 0 28%);
  height: 62%;
  left: 50%;
  position: absolute;
  top: 12%;
  transform: translateX(-50%);
  width: 45%;
}
.tns-alquiler .jacket-silhouette::after {
  background: var(--ink);
  content: "";
  height: 100%;
  left: calc(50% - 1px);
  opacity: 0.55;
  position: absolute;
  top: 0;
  width: 2px;
}
.tns-alquiler .placeholder-label {
  bottom: 20px;
  display: flex;
  flex-direction: column;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 2;
}
.tns-alquiler .placeholder-label small {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 4px;
}
.tns-alquiler .placeholder-label strong { font-size: 14px; }
.tns-alquiler .photo-placeholder--hero .placeholder-label {
  bottom: auto;
  left: auto;
  right: 28px;
  text-align: right;
  top: 128px;
}
.tns-alquiler .photo-placeholder--hero .gear-silhouette span { background: rgba(255, 255, 255, 0.82); }
.tns-alquiler .photo-placeholder--hero .gear-silhouette i { box-shadow: 0 0 0 10px rgba(152, 210, 68, 0.15); }

.tns-alquiler .section { padding: clamp(72px, 8vw, 120px) clamp(24px, 6.2vw, 106px); }
.tns-alquiler .brand-statement {
  background:
    repeating-radial-gradient(ellipse at 108% 8%, transparent 0 35px, rgba(110, 168, 47, 0.075) 36px 37px),
    var(--snow);
  display: grid;
  gap: 42px 72px;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding-bottom: clamp(58px, 5.5vw, 76px);
  padding-top: clamp(66px, 6vw, 90px);
  position: relative;
}
.tns-alquiler .brand-statement::after {
  bottom: auto;
  color: var(--ink);
  content: "THE NEW SCHOOL";
  font-family: var(--font-display);
  font-size: clamp(82px, 12vw, 190px);
  line-height: 0.8;
  opacity: 0.026;
  pointer-events: none;
  position: absolute;
  right: -0.035em;
  top: clamp(420px, 32vw, 540px);
  white-space: nowrap;
}
.tns-alquiler .brand-statement > * { position: relative; z-index: 1; }
.tns-alquiler .statement-kicker {
  align-items: flex-start;
  background:
    repeating-radial-gradient(ellipse at 118% 112%, transparent 0 30px, rgba(152, 210, 68, 0.1) 31px 32px),
    var(--ink-soft);
  box-shadow: inset 0 7px 0 var(--green), 0 18px 44px rgba(43, 43, 43, 0.12);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  overflow: hidden;
  padding: 30px;
}
.tns-alquiler .statement-mark {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 72px;
  font-family: var(--font-display);
  font-size: 27px;
  height: 72px;
  justify-content: center;
  width: 72px;
}
.tns-alquiler .statement-rental-lockup {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.tns-alquiler .statement-rental-lockup strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(52px, 4.8vw, 76px);
  letter-spacing: -0.015em;
  line-height: 0.78;
}
.tns-alquiler .statement-rental-lockup span {
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.tns-alquiler .statement-rental-lockup small {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-top: 8px;
}
.tns-alquiler .brand-statement .statement-copy h2 {
  font-size: clamp(40px, 4.2vw, 66px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0;
  max-width: 1040px;
}
.tns-alquiler .statement-copy { min-width: 0; }
.tns-alquiler .statement-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 820px;
}
.tns-alquiler .statement-principles {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
}
.tns-alquiler .statement-principles article { min-height: 180px; padding: 24px 28px 28px; }
.tns-alquiler .statement-principles article + article { border-left: 1px solid var(--line); }
.tns-alquiler .statement-principle-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: default;
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.tns-alquiler .statement-principle-toggle:disabled { opacity: 1; }
.tns-alquiler .statement-principle-toggle span { color: var(--green-dark); font-size: 12px; }
.tns-alquiler .statement-principle-toggle strong { display: block; font-size: 22px; letter-spacing: -0.035em; margin: 36px 0 8px; }
.tns-alquiler .statement-principle-toggle i { display: none; }
.tns-alquiler .statement-principles p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; max-width: 350px; }
.tns-alquiler .section-heading { margin-bottom: clamp(36px, 4.5vw, 58px); }
.tns-alquiler .section-heading--split {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.55fr);
}
.tns-alquiler .section-heading h2, .tns-alquiler .process-title h2, .tns-alquiler .clothing-copy h2, .tns-alquiler .pickup-copy h2, .tns-alquiler .faq-heading h2, .tns-alquiler .service-links h2, .tns-alquiler .final-cta h2 {
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72), 0 14px 32px rgba(43, 43, 43, 0.14);
  text-wrap: balance;
}
.tns-alquiler .brand-statement .statement-copy h2 {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7), 0 14px 30px rgba(43, 43, 43, 0.12);
}
.tns-alquiler .parts-section .section-heading h2, .tns-alquiler .pickup-copy h2, .tns-alquiler .final-cta h2 {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3), 0 16px 36px rgba(0, 0, 0, 0.4);
}
.tns-alquiler .section-heading > p, .tns-alquiler .faq-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.tns-alquiler .selector-content {
  grid-column: 1 / -1;
  margin-top: -10px;
  min-width: 0;
  position: relative;
  z-index: 2;
}
.tns-alquiler .sport-switch {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 34px;
}
.tns-alquiler .sport-switch button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: clamp(24px, 3.4vw, 52px);
  font-weight: 620;
  letter-spacing: -0.05em;
  padding: 21px 12px 21px 0;
  position: relative;
  text-align: left;
}
.tns-alquiler .sport-switch button::after {
  background: var(--green);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}
.tns-alquiler .sport-switch button.is-active::after { transform: scaleX(1); }
.tns-alquiler .sport-switch button:not(.is-active) { color: #9da4a7; }
.tns-alquiler .sport-switch button span {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 12px;
  vertical-align: top;
}
.tns-alquiler .duration-picker {
  align-items: stretch;
  background: #e8ebe6;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(190px, 0.58fr) minmax(480px, 1.52fr) minmax(160px, 0.52fr);
  margin: -10px 0 26px;
  min-height: 96px;
}
.tns-alquiler .duration-picker__label {
  background: var(--ink-soft);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
}
.tns-alquiler .duration-picker__label span {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.tns-alquiler .duration-picker__label strong { font-size: 23px; letter-spacing: -0.04em; margin-top: 7px; }
.tns-alquiler .duration-options {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(52px, 1fr));
  padding: 10px;
}
.tns-alquiler .duration-options button {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(43, 43, 43, 0.12);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.tns-alquiler .duration-options button:hover { border-color: var(--green-dark); transform: translateY(-2px); }
.tns-alquiler .duration-options button.is-active { background: var(--green); border-color: var(--green-dark); }
.tns-alquiler .duration-options strong { font-size: 22px; letter-spacing: -0.04em; line-height: 1; }
.tns-alquiler .duration-options span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  text-transform: uppercase;
}
.tns-alquiler .duration-picker > p {
  align-items: center;
  border-left: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 18px 20px;
}
.tns-alquiler .full-rate-card {
  background: var(--white);
  border: 1px solid var(--line);
  margin: -12px 0 30px;
}
.tns-alquiler .full-rate-card summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  min-height: 72px;
  padding: 14px 22px;
}
.tns-alquiler .full-rate-card summary::-webkit-details-marker { display: none; }
.tns-alquiler .full-rate-card summary > span { display: flex; flex-direction: column; gap: 4px; }
.tns-alquiler .full-rate-card summary small {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.tns-alquiler .full-rate-card summary strong { font-size: 16px; letter-spacing: -0.02em; }
.tns-alquiler .full-rate-card summary b {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  gap: 14px;
  text-transform: uppercase;
}
.tns-alquiler .full-rate-card summary i {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 34px;
}
.tns-alquiler .full-rate-card[open] summary i { transform: rotate(45deg); }
.tns-alquiler .full-rate-tables {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tns-alquiler .rate-table-group { min-width: 0; padding: 22px; }
.tns-alquiler .rate-table-group + .rate-table-group { border-left: 1px solid var(--line); }
.tns-alquiler .rate-table-heading { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 14px; }
.tns-alquiler .rate-table-heading h3 { font-size: 23px; letter-spacing: -0.04em; margin: 0; }
.tns-alquiler .rate-table-heading span { color: var(--muted); font-size: 11px; }
.tns-alquiler .rate-table-scroll { overflow-x: auto; }
.tns-alquiler .rate-table-group table { border-collapse: collapse; font-size: 12px; width: 100%; }
.tns-alquiler .rate-table-group th, .tns-alquiler .rate-table-group td { padding: 10px 7px; text-align: right; white-space: nowrap; }
.tns-alquiler .rate-table-group th:first-child, .tns-alquiler .rate-table-group td:first-child { padding-left: 0; text-align: left; }
.tns-alquiler .rate-table-group th:last-child, .tns-alquiler .rate-table-group td:last-child { padding-right: 0; }
.tns-alquiler .rate-table-group thead th {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tns-alquiler .rate-table-group tbody tr { border-top: 1px solid rgba(43, 43, 43, 0.09); }
.tns-alquiler .rate-table-group tbody th { font-weight: 600; }
.tns-alquiler .rate-table-group tbody td { font-weight: 500; }
.tns-alquiler .sport-panel[hidden] { display: none; }
.tns-alquiler .range-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tns-alquiler .range-grid--with-child { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tns-alquiler .range-card {
  background: var(--white);
  border-top: 2px solid var(--green);
  box-shadow: 0 12px 32px rgba(43, 43, 43, 0.045);
  min-width: 0;
  transition: box-shadow 220ms ease, transform 220ms ease;
}
.tns-alquiler .range-card:hover { box-shadow: 0 22px 55px rgba(43, 43, 43, 0.1); transform: translateY(-7px); }
.tns-alquiler .range-card .photo-placeholder { aspect-ratio: 1 / 1; }
.tns-alquiler .range-card-toggle { display: none; }
.tns-alquiler .product-gallery { background: var(--white); border-bottom: 1px solid var(--line); }
.tns-alquiler .product-gallery-stage {
  aspect-ratio: 1 / 0.82;
  background: var(--white);
  overflow: hidden;
  position: relative;
}
.tns-alquiler .product-gallery-stage > img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 10px 12px 78px;
  width: 100%;
}
.tns-alquiler .product-gallery-caption {
  align-items: center;
  background: rgba(33, 33, 33, 0.94);
  bottom: 12px;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  left: 12px;
  padding: 11px 13px;
  position: absolute;
  right: 12px;
}
.tns-alquiler .product-gallery-caption span {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tns-alquiler .product-gallery-caption strong { font-size: 13px; line-height: 1.35; text-align: right; }
.tns-alquiler .product-gallery-caption small {
  color: rgba(255, 255, 255, 0.58);
  flex: 1 0 100%;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-align: right;
}
.tns-alquiler .product-gallery-thumbs {
  background: var(--snow);
  display: flex;
  gap: 8px;
  min-height: 76px;
  overflow-x: auto;
  padding: 9px 12px;
  scrollbar-width: none;
}
.tns-alquiler .product-gallery-thumbs::-webkit-scrollbar { display: none; }
.tns-alquiler .product-gallery-thumbs button {
  background: var(--white);
  border: 1px solid var(--line);
  cursor: pointer;
  flex: 0 0 60px;
  height: 58px;
  overflow: hidden;
  padding: 3px;
  position: relative;
}
.tns-alquiler .product-gallery-thumbs button.is-active { border-color: var(--green-dark); box-shadow: inset 0 -3px 0 var(--green); }
.tns-alquiler .product-gallery-thumbs img { display: block; height: 100%; object-fit: contain; width: 100%; }
.tns-alquiler .product-gallery-thumbs span {
  background: rgba(33, 33, 33, 0.84);
  bottom: 2px;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 7px;
  left: 2px;
  padding: 2px 3px;
  position: absolute;
  text-transform: uppercase;
}
.tns-alquiler .range-card--medium .photo-placeholder {
  background:
    radial-gradient(circle at 72% 22%, rgba(152, 210, 68, 0.72), transparent 16%),
    linear-gradient(145deg, #d0d5d4 0%, #f5f5f1 42%, #8798a4 100%);
}
.tns-alquiler .range-card--advanced .photo-placeholder {
  background:
    radial-gradient(circle at 69% 21%, rgba(27, 100, 255, 0.74), transparent 16%),
    linear-gradient(145deg, #a7b0b5 0%, #e8ecea 42%, #515b64 100%);
}
.tns-alquiler .range-content { padding: 24px; position: relative; }
.tns-alquiler .range-number {
  color: #a0a6a9;
  font-family: var(--font-mono);
  font-size: 12px;
  position: absolute;
  right: 24px;
  top: 27px;
}
.tns-alquiler .range-content h3 {
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
}
.tns-alquiler .range-content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
  margin: 20px 0;
  min-height: 66px;
}
.tns-alquiler .range-fit {
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  padding: 8px 12px;
}
.tns-alquiler .range-facts {
  border-top: 1px solid var(--line);
  margin: 18px 0 0;
}
.tns-alquiler .range-facts > div {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 12px 0;
}
.tns-alquiler .range-facts dt {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tns-alquiler .range-facts dd {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}
.tns-alquiler .range-price {
  align-items: center;
  background: var(--ink-soft);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  margin: 24px -24px 0;
  min-height: 76px;
  padding: 14px 24px;
}
.tns-alquiler .range-price span {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tns-alquiler .range-price strong { color: var(--green); font-size: 28px; letter-spacing: -0.045em; white-space: nowrap; }
.tns-alquiler .range-footer {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 18px;
}
.tns-alquiler .range-footer > span { color: var(--muted); display: flex; flex-direction: column; font-size: 12px; gap: 3px; line-height: 1.45; max-width: 165px; }
.tns-alquiler .range-footer > span strong { color: var(--ink); font-size: 13px; }
.tns-alquiler .arrow-link { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 720; padding-bottom: 3px; }
.tns-alquiler .child-package {
  align-items: stretch;
  background: var(--ink-soft);
  border-left: 7px solid var(--green);
  color: var(--white);
  display: grid;
  grid-template-columns: 102px minmax(270px, 1.3fr) minmax(180px, 0.72fr) minmax(130px, 0.48fr) auto;
  margin-top: 18px;
  min-height: 158px;
}
.tns-alquiler .child-package > * { align-self: stretch; min-width: 0; }
.tns-alquiler .child-package__index {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tns-alquiler .child-package__index span { color: rgba(255, 255, 255, 0.48); font-family: var(--font-mono); font-size: 11px; }
.tns-alquiler .child-package__index strong { color: var(--green); font-size: 11px; letter-spacing: 0.1em; margin-top: 11px; }
.tns-alquiler .child-package__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px 28px;
}
.tns-alquiler .child-package__copy h3 { font-size: clamp(23px, 2.5vw, 35px); letter-spacing: -0.045em; line-height: 1.05; margin: 0; }
.tns-alquiler .child-package__copy > span { color: rgba(255, 255, 255, 0.62); font-size: 13px; line-height: 1.5; margin-top: 10px; max-width: 570px; }
.tns-alquiler .child-package__included, .tns-alquiler .child-package__price {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.tns-alquiler .child-package small { color: rgba(255, 255, 255, 0.52); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.tns-alquiler .child-package__included strong { font-size: 12px; line-height: 1.5; margin-top: 8px; }
.tns-alquiler .child-package__price strong { color: var(--green); font-size: 30px; letter-spacing: -0.045em; margin-top: 6px; white-space: nowrap; }
.tns-alquiler .child-package > .booking-cta {
  align-self: center;
  margin: 0 24px;
  white-space: nowrap;
}
.tns-alquiler .range-disclaimer { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 18px 0 0; max-width: 820px; }
.tns-alquiler .parts-section {
  background:
    repeating-radial-gradient(ellipse at 112% 0%, transparent 0 38px, rgba(255, 255, 255, 0.035) 39px 40px),
    var(--ink-soft);
  color: var(--white);
  padding-bottom: clamp(64px, 6vw, 88px);
  padding-top: clamp(64px, 6vw, 88px);
}
.tns-alquiler .parts-section .section-heading { margin-bottom: clamp(34px, 3vw, 46px); }
.tns-alquiler .parts-section .section-heading h2 { font-size: clamp(44px, 4.6vw, 72px); max-width: 980px; }
.tns-alquiler .parts-section .section-heading > p { font-size: 14px; max-width: 520px; }
.tns-alquiler .section-heading--light > p { color: rgba(255, 255, 255, 0.62); }
.tns-alquiler .parts-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.tns-alquiler .parts-toolbar > span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tns-alquiler .parts-toolbar button {
  background: var(--lime);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  padding: 10px 15px;
}
.tns-alquiler .parts-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.tns-alquiler .parts-list article {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 16px 14px;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  grid-template-rows: minmax(54px, auto) auto;
  min-height: 174px;
  padding: 28px 24px;
}
.tns-alquiler .parts-list article + article { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.tns-alquiler .parts-index { color: rgba(255, 255, 255, 0.5); font-family: var(--font-mono); font-size: 12px; }
.tns-alquiler .parts-list article > div { grid-column: 2 / 4; }
.tns-alquiler .parts-list h3 { font-size: clamp(22px, 2vw, 30px); font-weight: 580; letter-spacing: -0.045em; line-height: 1.05; margin: 0; }
.tns-alquiler .parts-list p { color: rgba(255, 255, 255, 0.62); font-size: 13px; line-height: 1.45; margin: 6px 0 0; }
.tns-alquiler .parts-list > article > strong { align-self: center; font-size: 14px; grid-column: 2; grid-row: 2; }
.tns-alquiler .parts-link { align-self: center; font-size: 12px; font-weight: 700; grid-column: 3; grid-row: 2; justify-self: end; }

.tns-alquiler .operations-section {
  background: var(--ink-soft);
  border-top: clamp(26px, 3vw, 42px) solid var(--snow);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}
.tns-alquiler .operations-process, .tns-alquiler .pickup-panel {
  min-width: 0;
  padding: clamp(44px, 4vw, 62px) clamp(24px, 4.4vw, 66px);
}
.tns-alquiler .operations-process {
  align-items: center;
  background:
    repeating-radial-gradient(ellipse at -8% 112%, transparent 0 42px, rgba(43, 43, 43, 0.075) 43px 44px),
    var(--green);
  color: var(--ink);
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}
.tns-alquiler .operations-process .booking-cta {
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 8px 22px rgba(43, 43, 43, 0.1);
  color: var(--ink);
}
.tns-alquiler .process-title { max-width: 650px; }
.tns-alquiler .process-title h2 { font-size: clamp(34px, 3vw, 46px); line-height: 1; }
.tns-alquiler .process-title > p:last-child {
  color: rgba(43, 43, 43, 0.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 620px;
}
.tns-alquiler .rental-flow {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.tns-alquiler .rental-flow li {
  align-items: start;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(43, 43, 43, 0.09);
  display: grid;
  gap: 9px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 76px;
  padding: 10px;
}
.tns-alquiler .rental-flow li > span {
  color: rgba(43, 43, 43, 0.48);
  font-family: var(--font-mono);
  font-size: 10px;
}
.tns-alquiler .rental-flow strong { display: block; font-size: 13px; line-height: 1.3; }
.tns-alquiler .rental-flow p {
  color: rgba(43, 43, 43, 0.68);
  font-size: 11px;
  line-height: 1.4;
  margin: 4px 0 0;
}
.tns-alquiler .compact-actions {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
.tns-alquiler .compact-actions .button {
  flex: 1 1 110px;
  justify-content: space-between;
  min-height: 44px;
  min-width: 0;
  padding: 0 17px;
  white-space: nowrap;
}

.tns-alquiler .pickup-panel {
  align-items: center;
  background: var(--ink-soft);
  box-shadow: inset 0 5px 0 var(--green);
  color: var(--white);
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  grid-template-columns: minmax(0, 1fr) auto;
}
.tns-alquiler .pickup-copy h2 { font-size: clamp(34px, 3vw, 46px); line-height: 1; }
.tns-alquiler .pickup-copy > p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: 520px;
}
.tns-alquiler .pickup-meta {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  min-width: 200px;
  padding-left: 20px;
}
.tns-alquiler .pickup-meta address { display: flex; flex-direction: column; font-size: 13px; font-style: normal; line-height: 1.55; margin-bottom: 14px; }
.tns-alquiler .pickup-meta address span { color: rgba(255, 255, 255, 0.58); }
.tns-alquiler .pickup-meta .arrow-link {
  align-items: center;
  background: var(--green);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  gap: 14px;
  min-height: 38px;
  padding: 0 15px;
}
.tns-alquiler .pickup-map {
  border: 1px solid rgba(255, 255, 255, 0.16);
  grid-column: 1 / -1;
  height: clamp(190px, 16vw, 240px);
  overflow: hidden;
  position: relative;
}
.tns-alquiler .pickup-map::after {
  border: 1px solid rgba(152, 210, 68, 0.34);
  content: "";
  inset: 8px;
  pointer-events: none;
  position: absolute;
}
.tns-alquiler .pickup-map iframe {
  border: 0;
  display: block;
  filter: grayscale(0.18) contrast(1.05);
  height: 100%;
  width: 100%;
}

.tns-alquiler .clothing-section {
  align-items: stretch;
  background: var(--white);
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.75fr);
  padding-bottom: clamp(38px, 3.5vw, 50px);
  padding-top: clamp(64px, 6vw, 88px);
}
.tns-alquiler .clothing-visual, .tns-alquiler .clothing-copy { min-width: 0; }
.tns-alquiler .clothing-visual { min-height: 560px; position: relative; }
.tns-alquiler .clothing-gallery {
  background: var(--snow);
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  overflow: hidden;
}
.tns-alquiler .clothing-gallery-stage {
  background: #f5f6f4;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.tns-alquiler .clothing-gallery-stage > img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 16px 18px 68px;
  width: 100%;
}
.tns-alquiler .clothing-gallery-caption {
  align-items: center;
  background: rgba(33, 33, 33, 0.94);
  bottom: 14px;
  color: var(--white);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 14px;
  padding: 12px 14px;
  position: absolute;
  right: 14px;
}
.tns-alquiler .clothing-gallery-caption span {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tns-alquiler .clothing-gallery-caption strong { font-size: 13px; line-height: 1.35; text-align: right; }
.tns-alquiler .clothing-gallery-thumbs {
  background: var(--white);
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 10px 12px;
  scrollbar-width: none;
}
.tns-alquiler .clothing-gallery-thumbs::-webkit-scrollbar { display: none; }
.tns-alquiler .clothing-gallery-thumbs button {
  background: var(--snow);
  border: 1px solid var(--line);
  cursor: pointer;
  flex: 1 0 64px;
  height: 78px;
  min-width: 0;
  overflow: hidden;
  padding: 3px;
  position: relative;
}
.tns-alquiler .clothing-gallery-thumbs button.is-active { border-color: var(--green-dark); box-shadow: inset 0 -3px 0 var(--green); }
.tns-alquiler .clothing-gallery-thumbs img { display: block; height: 100%; object-fit: contain; width: 100%; }
.tns-alquiler .clothing-gallery-thumbs span {
  background: rgba(33, 33, 33, 0.84);
  bottom: 2px;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 7px;
  left: 2px;
  padding: 2px 3px;
  position: absolute;
  text-transform: uppercase;
}
.tns-alquiler .clothing-stamp {
  align-items: center;
  background: var(--lime);
  border-radius: 50%;
  top: 28px;
  display: flex;
  flex-direction: column;
  height: 132px;
  justify-content: center;
  position: absolute;
  right: -34px;
  transform: rotate(-7deg);
  width: 132px;
}
.tns-alquiler .clothing-stamp span, .tns-alquiler .clothing-stamp small {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.tns-alquiler .clothing-stamp strong { font-size: 34px; letter-spacing: -0.06em; line-height: 1; margin: 4px 0; }
.tns-alquiler .clothing-copy { align-self: center; }
.tns-alquiler .clothing-copy > p:not(.clothing-note) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 560px;
}
.tns-alquiler .clothing-pack {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding: 22px 24px;
}
.tns-alquiler .clothing-pack > div { display: flex; flex-direction: column; }
.tns-alquiler .clothing-pack span {
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.tns-alquiler .clothing-pack > div strong { font-size: 14px; }
.tns-alquiler .clothing-pack > strong { font-size: 17px; white-space: nowrap; }
.tns-alquiler .clothing-prices { display: grid; grid-template-columns: 1fr 1fr; list-style: none; margin: 22px 0 0; padding: 0; }
.tns-alquiler .clothing-prices li {
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 14px 0;
}
.tns-alquiler .clothing-prices li:nth-child(odd) { padding-right: 18px; }
.tns-alquiler .clothing-prices li:nth-child(even) { border-left: 1px solid var(--line); padding-left: 18px; }
.tns-alquiler .clothing-note { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 14px 0 22px; }

.tns-alquiler .arrow-link--light { color: var(--white); }
.tns-alquiler .faq-section {
  background: var(--white);
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  padding-bottom: clamp(64px, 6vw, 88px);
  padding-top: clamp(50px, 4.5vw, 64px);
}
.tns-alquiler .faq-heading { align-self: start; position: sticky; top: 120px; }
.tns-alquiler .faq-heading h2 { font-size: clamp(42px, 4.5vw, 70px); }
.tns-alquiler .faq-heading > p:last-child { margin-top: 22px; max-width: 420px; }
.tns-alquiler .faq-list details { border-bottom: 1px solid var(--line); }
.tns-alquiler .faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 620;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: -0.025em;
  list-style: none;
  padding: 22px 0;
}
.tns-alquiler .faq-list summary::-webkit-details-marker { display: none; }
.tns-alquiler .faq-list summary i {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 18px;
  font-style: normal;
  height: 34px;
  justify-content: center;
  transition: transform 180ms ease;
}
.tns-alquiler .faq-list details[open] summary i { transform: rotate(45deg); }
.tns-alquiler .faq-list details p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: -4px 52px 24px 0; max-width: 760px; }

.tns-alquiler .service-links { background: var(--snow); padding-block: clamp(58px, 5.5vw, 82px); }
.tns-alquiler .service-links h2 { max-width: 820px; }
.tns-alquiler .service-links > div { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; }
.tns-alquiler .service-links a, .tns-alquiler .service-link-pending {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 650;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 24px;
}
.tns-alquiler .service-links > div > :first-child { padding-left: 0; }
.tns-alquiler .service-links > div > * + * { border-left: 1px solid var(--line); }
.tns-alquiler .service-link-pending {
  color: var(--muted);
  flex-direction: column;
  justify-content: center;
}
.tns-alquiler .service-link-pending small {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-transform: uppercase;
}

.tns-alquiler .final-cta {
  align-items: center;
  background:
    repeating-radial-gradient(ellipse at 92% 8%, transparent 0 44px, rgba(255, 255, 255, 0.045) 45px 46px),
    radial-gradient(circle at 85% 18%, rgba(152, 210, 68, 0.42), transparent 17%),
    var(--ink-soft);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: clamp(90px, 10vw, 140px) 24px;
  text-align: center;
}
.tns-alquiler .final-cta h2 { max-width: 950px; }
.tns-alquiler .final-cta > p { color: rgba(255, 255, 255, 0.74); font-size: 16px; line-height: 1.6; margin: 26px 0 34px; }
.tns-alquiler .final-cta .button--primary { background: var(--green); color: var(--ink); }
.tns-alquiler :focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 1100px) {
  .tns-alquiler .range-grid--with-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tns-alquiler .brand-statement { column-gap: 32px; grid-template-columns: minmax(0, 1fr); }
  .tns-alquiler .statement-kicker { min-height: 240px; padding: 24px; }
  .tns-alquiler .statement-rental-lockup strong { font-size: 54px; }
  .tns-alquiler .hero { grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr); }
  .tns-alquiler .hero-copy { width: calc(100% + clamp(120px, 14vw, 180px)); }
  .tns-alquiler .hero h1 { font-size: clamp(74px, 9vw, 102px); }
  .tns-alquiler .hero-title-lockup { gap: 14px; grid-template-columns: minmax(0, 1fr) clamp(108px, 11vw, 136px); }
  .tns-alquiler .hero-visual { margin-left: clamp(-200px, -16vw, -120px); }
  .tns-alquiler .hero-corporate-meta { left: clamp(110px, 12vw, 150px); }
  .tns-alquiler .hero-corporate-caption { left: clamp(100px, 11vw, 140px); }
  .tns-alquiler .range-grid { gap: 12px; }
  .tns-alquiler .range-content { padding: 22px; }
  .tns-alquiler .range-number { right: 22px; top: 25px; }
  .tns-alquiler .duration-picker { grid-template-columns: minmax(180px, 0.52fr) minmax(430px, 1.48fr); }
  .tns-alquiler .duration-picker > p { display: none; }
  .tns-alquiler .range-price { margin-left: -22px; margin-right: -22px; padding-left: 22px; padding-right: 22px; }
  .tns-alquiler .range-footer { align-items: start; flex-direction: column; gap: 16px; }
  .tns-alquiler .child-package { grid-template-columns: 86px minmax(260px, 1fr) minmax(130px, 0.5fr) auto; }
  .tns-alquiler .child-package__included { display: none; }
  .tns-alquiler .child-package > .booking-cta { margin: 0 20px; }
  .tns-alquiler .operations-process { gap: 20px; grid-template-columns: 1fr; }
  .tns-alquiler .compact-actions { flex-direction: row; flex-wrap: wrap; }
  .tns-alquiler .compact-actions .button { min-width: 0; }
  .tns-alquiler .clothing-section { grid-template-columns: 0.92fr 1.08fr; }
  .tns-alquiler .clothing-stamp { right: -24px; }
}

@media (max-width: 820px) {
  .tns-alquiler { max-width: 100%; overflow-x: hidden; scroll-padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .tns-alquiler { max-width: 100%; overflow-x: hidden; }
  .tns-alquiler button, .tns-alquiler a { touch-action: manipulation; }
  .tns-alquiler .hero {
    background: var(--ink-soft);
    display: flex;
    flex-direction: column;
    isolation: isolate;
    min-height: auto;
    padding: 0;
  }
  .tns-alquiler .hero-copy {
    box-sizing: border-box;
    max-width: none;
    min-height: 720px;
    padding: 98px 18px 88px;
    width: auto;
  }
  .tns-alquiler .hero h1 { font-size: clamp(62px, 15vw, 82px); line-height: 0.91; }
  .tns-alquiler .hero-title-lockup { gap: 12px; grid-template-columns: minmax(0, 1fr) 92px; max-width: none; }
  .tns-alquiler .hero-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
    margin-top: 18px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
  }
  .tns-alquiler .hero-actions { margin-top: 22px; }
  .tns-alquiler .hero-actions .button { flex: 1 1 190px; }
  .tns-alquiler .hero-actions .button--ghost { display: none; }
  .tns-alquiler .hero-proof {
    backdrop-filter: blur(14px);
    background: rgba(9, 12, 10, 0.88);
    margin-top: 0;
    min-height: 96px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 4;
  }
  .tns-alquiler .hero-proof li { padding: 8px 13px; }
  .tns-alquiler .hero-proof strong { font-size: 14px; }
  .tns-alquiler .hero-proof span { font-size: 11px; line-height: 1.4; }
  .tns-alquiler .hero-visual {
    bottom: 92px;
    height: auto;
    left: 0;
    margin: 0;
    max-width: 100%;
    min-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .tns-alquiler .hero-corporate-visual { border-left: 0; height: 100%; max-width: 100%; min-height: 0; width: 100%; }
  .tns-alquiler .hero-corporate-visual::before {
    background:
      linear-gradient(180deg, rgba(31, 31, 31, 0.88) 0%, rgba(31, 31, 31, 0.78) 18%, rgba(31, 31, 31, 0.56) 42%, rgba(31, 31, 31, 0.22) 68%, rgba(9, 10, 9, 0.48) 100%),
      linear-gradient(90deg, rgba(17, 19, 17, 0.25) 0%, rgba(17, 19, 17, 0.03) 100%);
  }
  .tns-alquiler .hero-corporate-visual::after { display: none; }
  .tns-alquiler .hero-corporate-visual > img {
    filter: saturate(0.92) contrast(1.025) brightness(0.98);
    object-position: 54% center;
    transform: none;
  }
  .tns-alquiler .hero-corporate-meta {
    box-sizing: border-box;
    display: none;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 10px 13px;
    right: auto;
    top: 14px;
  }
  .tns-alquiler .hero-corporate-meta span, .tns-alquiler .hero-corporate-meta strong { white-space: nowrap; }
  .tns-alquiler .hero-corporate-caption { display: none; }
  .tns-alquiler .hero-corporate-caption strong { font-size: 27px; max-width: 420px; }
  .tns-alquiler .hero-corporate-services { display: none; }
  .tns-alquiler .photo-placeholder--hero .placeholder-label { top: 24px; }
  .tns-alquiler .section { padding: 52px 18px; }
  .tns-alquiler .brand-statement { gap: 24px; grid-template-columns: 1fr; padding-bottom: 46px; }
  .tns-alquiler .brand-statement .statement-copy h2 { font-size: clamp(34px, 9vw, 48px); }
  .tns-alquiler .statement-copy > p { font-size: 14px; line-height: 1.6; margin-top: 14px; }
  .tns-alquiler .statement-principles { grid-column: 1; grid-template-columns: 1fr; }
  .tns-alquiler .statement-principles article { min-height: 0; padding: 0; }
  .tns-alquiler .statement-principles article + article { border-left: 0; border-top: 1px solid var(--line); }
  .tns-alquiler .statement-principle-toggle {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: 28px minmax(0, 1fr) 38px;
    min-height: 76px;
    padding: 13px 0;
  }
  .tns-alquiler .statement-principle-toggle:disabled { cursor: pointer; }
  .tns-alquiler .statement-principle-toggle strong { font-size: 20px; margin: 0; }
  .tns-alquiler .statement-principle-toggle i {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    font-style: normal;
    height: 36px;
    justify-content: center;
    transition: transform 180ms ease, background 180ms ease;
    width: 36px;
  }
  .tns-alquiler .statement-principles article.is-open .statement-principle-toggle i { background: var(--green); transform: rotate(45deg); }
  .tns-alquiler .statement-principle-content p { font-size: 14px; line-height: 1.55; max-width: none; padding: 0 44px 18px 28px; }
  .tns-alquiler .section-heading--split { align-items: start; gap: 14px; grid-template-columns: 1fr; }
  .tns-alquiler .section-heading { margin-bottom: 24px; }
  .tns-alquiler .section-heading h2, .tns-alquiler .process-title h2, .tns-alquiler .clothing-copy h2, .tns-alquiler .pickup-copy h2, .tns-alquiler .faq-heading h2, .tns-alquiler .service-links h2, .tns-alquiler .final-cta h2 {
    font-size: clamp(34px, 9.5vw, 48px);
  }
  .tns-alquiler .section-heading > p { font-size: 14px; line-height: 1.55; }
  .tns-alquiler .selector-content {
    margin-top: 0;
  }
  .tns-alquiler .sport-switch { margin-bottom: 22px; }
  .tns-alquiler .sport-switch button { font-size: 25px; padding: 16px 8px 16px 0; }
  .tns-alquiler .duration-picker {
    grid-template-columns: minmax(0, 1fr);
    margin: -6px 0 18px;
  }
  .tns-alquiler .duration-picker__label {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 14px;
  }
  .tns-alquiler .duration-picker__label strong { font-size: 17px; margin: 0; }
  .tns-alquiler .duration-options {
    gap: 4px;
    grid-auto-flow: row;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
    padding: 6px;
  }
  .tns-alquiler .duration-options button { min-height: 54px; }
  .tns-alquiler .duration-options strong { font-size: 19px; }
  .tns-alquiler .duration-options span { display: none; }
  .tns-alquiler .full-rate-card { margin: -6px 0 20px; }
  .tns-alquiler .full-rate-card summary { min-height: 60px; padding: 10px 14px; }
  .tns-alquiler .full-rate-card summary strong { font-size: 14px; }
  .tns-alquiler .full-rate-card summary b { font-size: 10px; gap: 9px; }
  .tns-alquiler .full-rate-card summary i { height: 30px; width: 30px; }
  .tns-alquiler .full-rate-tables { grid-template-columns: 1fr; }
  .tns-alquiler .rate-table-group { padding: 18px 16px; }
  .tns-alquiler .rate-table-group + .rate-table-group { border-left: 0; border-top: 1px solid var(--line); }
  .tns-alquiler .rate-table-group table { min-width: 500px; }
  .tns-alquiler .range-grid {
    align-items: start;
    gap: 12px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(84vw, 1fr);
    grid-template-columns: none;
    grid-template-rows: auto;
    margin: 0 -18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 8px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .tns-alquiler .range-grid::-webkit-scrollbar { display: none; }
  .tns-alquiler .range-card { scroll-snap-align: start; }
  .tns-alquiler .range-card:hover { transform: none; }
  .tns-alquiler .range-card .photo-placeholder { aspect-ratio: 1 / 0.7; }
  .tns-alquiler .product-gallery-stage { aspect-ratio: 1 / 0.62; }
  .tns-alquiler .product-gallery-stage > img { padding: 8px 10px 34px; }
  .tns-alquiler .product-gallery-caption { background: rgba(33, 33, 33, 0.78); bottom: 7px; left: 8px; padding: 6px 8px; right: 8px; }
  .tns-alquiler .product-gallery-caption span, .tns-alquiler .product-gallery-caption strong { display: none; }
  .tns-alquiler .product-gallery-caption small { flex-basis: auto; font-size: 8px; text-align: left; }
  .tns-alquiler .product-gallery-thumbs {
    background: var(--snow);
    display: flex;
    gap: 6px;
    min-height: 58px;
    padding: 6px 8px;
  }
  .tns-alquiler .product-gallery-thumbs button { flex-basis: 46px; height: 46px; }
  .tns-alquiler .product-gallery-thumbs span { font-size: 6px; }
  .tns-alquiler .range-card-toggle {
    align-items: center;
    background: var(--white);
    border: 0;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 76px;
    padding: 13px 18px;
    text-align: left;
    width: 100%;
  }
  .tns-alquiler .range-card-toggle:disabled { cursor: pointer; opacity: 1; }
  .tns-alquiler .range-card-toggle > span { align-items: baseline; display: flex; gap: 11px; }
  .tns-alquiler .range-card-toggle small { color: var(--green-dark); font-family: var(--font-mono); font-size: 10px; }
  .tns-alquiler .range-card-toggle strong { font-size: 29px; letter-spacing: -0.045em; line-height: 1; }
  .tns-alquiler .range-card-toggle i {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    font-size: 21px;
    font-style: normal;
    height: 38px;
    justify-content: center;
    transition: transform 180ms ease, background 180ms ease;
    width: 38px;
  }
  .tns-alquiler .range-card.is-open .range-card-toggle i { background: var(--green); transform: rotate(45deg); }
  .tns-alquiler .range-content { padding: 18px; }
  .tns-alquiler .range-number, .tns-alquiler .range-content h3 { display: none; }
  .tns-alquiler .range-content > p { font-size: 14px; line-height: 1.5; margin: 14px 0; min-height: 0; }
  .tns-alquiler .range-fit { font-size: 12px; padding: 7px 10px; }
  .tns-alquiler .range-facts { margin-top: 14px; }
  .tns-alquiler .range-facts > div { padding: 10px 0; }
  .tns-alquiler .range-price { margin: 18px -18px 0; min-height: 64px; padding: 11px 18px; }
  .tns-alquiler .range-price strong { font-size: 25px; }
  .tns-alquiler .range-footer { align-items: center; flex-direction: row; gap: 12px; padding-top: 14px; }
  .tns-alquiler .child-package {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    margin-top: 12px;
    min-height: 0;
  }
  .tns-alquiler .child-package__index { grid-column: 1; grid-row: 1 / 3; }
  .tns-alquiler .child-package__copy { grid-column: 2 / 4; grid-row: 1; padding: 18px 16px 15px; }
  .tns-alquiler .child-package__copy > span { font-size: 12px; line-height: 1.45; margin-top: 7px; }
  .tns-alquiler .child-package__included { display: none; }
  .tns-alquiler .child-package__price {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    grid-column: 2;
    grid-row: 2;
    padding: 13px 16px;
  }
  .tns-alquiler .child-package__price strong { font-size: 26px; }
  .tns-alquiler .child-package > .booking-cta {
    align-self: center;
    grid-column: 3;
    grid-row: 2;
    margin: 12px 14px;
    width: auto;
  }
  .tns-alquiler .range-disclaimer { font-size: 12px; margin-top: 12px; }
  .tns-alquiler .parts-section { padding-bottom: 52px; padding-top: 52px; }
  .tns-alquiler .parts-section .section-heading h2 { font-size: clamp(42px, 11vw, 54px); }
  .tns-alquiler .parts-list { grid-auto-flow: row; grid-template-columns: 1fr; margin: 0; overflow: visible; padding: 0; }
  .tns-alquiler .parts-list article { min-height: 0; padding: 20px 0; }
  .tns-alquiler .parts-list article + article { border-left: 0; }
  .tns-alquiler .parts-list h3 { font-size: 23px; }
  .tns-alquiler .operations-section { grid-template-columns: 1fr; }
  .tns-alquiler .operations-section { border-top-width: 20px; }
  .tns-alquiler .operations-process, .tns-alquiler .pickup-panel { padding: 34px 18px; }
  .tns-alquiler .rental-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .tns-alquiler .rental-flow li { min-height: 92px; }
  .tns-alquiler .compact-actions { display: grid; gap: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tns-alquiler .compact-actions .button { flex: none; font-size: 12px; gap: 8px; min-height: 42px; padding: 0 12px; }
  .tns-alquiler .pickup-panel { gap: 20px; grid-template-columns: 1fr; }
  .tns-alquiler .pickup-meta { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.16); padding-left: 0; padding-top: 18px; }
  .tns-alquiler .pickup-map { height: 220px; }
  .tns-alquiler .process-title h2, .tns-alquiler .pickup-copy h2 { font-size: clamp(34px, 9vw, 42px); }
  .tns-alquiler .process-title > p:last-child, .tns-alquiler .pickup-copy > p { font-size: 13px; line-height: 1.5; }
  .tns-alquiler .clothing-section { display: flex; flex-direction: column; gap: 24px; padding-bottom: 48px; padding-top: 48px; }
  .tns-alquiler .clothing-visual { min-height: 0; }
  .tns-alquiler .clothing-gallery { height: auto; }
  .tns-alquiler .clothing-gallery-stage { aspect-ratio: 4 / 3.2; }
  .tns-alquiler .clothing-gallery-caption { align-items: start; bottom: 10px; flex-direction: column; gap: 3px; left: 10px; padding: 9px 11px; right: 10px; }
  .tns-alquiler .clothing-gallery-caption strong { text-align: left; }
  .tns-alquiler .clothing-gallery-thumbs button { flex-basis: 56px; height: 60px; }
  .tns-alquiler .clothing-stamp { height: 92px; right: -6px; top: 14px; width: 92px; }
  .tns-alquiler .clothing-stamp strong { font-size: 25px; }
  .tns-alquiler .clothing-copy > p:not(.clothing-note) { font-size: 14px; line-height: 1.55; margin-top: 18px; }
  .tns-alquiler .clothing-pack { align-items: center; gap: 12px; margin-top: 22px; padding: 17px 18px; }
  .tns-alquiler .clothing-pack > div strong { font-size: 13px; }
  .tns-alquiler .clothing-prices { grid-template-columns: 1fr 1fr; margin-top: 16px; }
  .tns-alquiler .clothing-prices li { padding: 11px 0; }
  .tns-alquiler .clothing-prices li:nth-child(odd) { padding-right: 12px; }
  .tns-alquiler .clothing-prices li:nth-child(even) { border-left: 1px solid var(--line); padding-left: 12px; }
  .tns-alquiler .clothing-prices li:last-child { grid-column: auto; padding-right: 0; }
  .tns-alquiler .clothing-note { font-size: 12px; margin: 12px 0 18px; }
  .tns-alquiler .faq-section { gap: 22px; grid-template-columns: 1fr; }
  .tns-alquiler .faq-heading { position: static; }
  .tns-alquiler .faq-heading > p:last-child { margin-top: 14px; }
  .tns-alquiler .faq-list summary { font-size: 15px; line-height: 1.35; padding: 15px 0; }
  .tns-alquiler .faq-list summary i { flex-basis: 30px; height: 30px; width: 30px; }
  .tns-alquiler .faq-list details p { font-size: 14px; line-height: 1.6; margin: 0 38px 18px 0; }
  .tns-alquiler .service-links > div { grid-template-columns: 1fr; }
  .tns-alquiler .service-links { padding-bottom: 46px; padding-top: 46px; }
  .tns-alquiler .service-links > div { margin-top: 24px; }
  .tns-alquiler .service-links a, .tns-alquiler .service-links > div > :first-child, .tns-alquiler .service-link-pending { border-bottom: 1px solid var(--line); min-height: 58px; padding: 0; }
  .tns-alquiler .service-links > div > * + * { border-left: 0; }
  .tns-alquiler .service-link-pending { align-items: flex-start; }
  .tns-alquiler .final-cta { padding: 64px 18px 96px; }
  .tns-alquiler .final-cta > p { font-size: 14px; margin: 18px 0 24px; }
  .tns-alquiler .final-cta .button { width: 100%; }
}

@media (max-width: 430px) {
  .tns-alquiler .hero h1 { font-size: clamp(60px, 16.5vw, 70px); }
  .tns-alquiler .hero-title-lockup { align-items: flex-end; display: flex; flex-direction: column; gap: 10px; }
  .tns-alquiler .hero-title-lockup h1 { align-self: stretch; }
  .tns-alquiler .hero-copy { min-height: 700px; padding: 88px 18px 72px; }
  .tns-alquiler .hero-actions { flex-direction: column; }
  .tns-alquiler .hero-actions .button { flex-basis: auto; width: 100%; }
  .tns-alquiler .hero .hero-visual, .tns-alquiler .hero .hero-corporate-visual { min-height: 0; }
  .tns-alquiler .hero-proof {
    grid-auto-columns: 78vw;
    grid-auto-flow: column;
    grid-template-columns: none;
    min-height: 92px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 14px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .tns-alquiler .hero-proof::-webkit-scrollbar { display: none; }
  .tns-alquiler .hero-proof li { border-left: 1px solid rgba(255, 255, 255, 0.12); min-height: 64px; scroll-snap-align: start; }
  .tns-alquiler .hero-proof li:first-child { border-left: 0; }
  .tns-alquiler .sport-switch button { font-size: 22px; }
  .tns-alquiler .range-grid { grid-auto-columns: 88vw; }
  .tns-alquiler .range-footer { align-items: stretch; flex-direction: column; }
  .tns-alquiler .range-footer > span { max-width: none; }
  .tns-alquiler .range-footer .booking-cta { width: 100%; }
  .tns-alquiler .child-package { grid-template-columns: 52px minmax(0, 1fr); }
  .tns-alquiler .child-package__copy { grid-column: 2; }
  .tns-alquiler .child-package__price { grid-column: 2; }
  .tns-alquiler .child-package > .booking-cta { grid-column: 2; grid-row: 3; margin: 0 14px 14px; width: calc(100% - 28px); }
  .tns-alquiler .parts-link {
    font-size: 11px;
    min-height: 38px;
    padding: 0 13px;
    width: auto;
  }
  .tns-alquiler .parts-link span { font-size: 11px; }
  .tns-alquiler .cta-label--desktop { display: none; }
  .tns-alquiler .cta-label--mobile { display: inline; }
  .tns-alquiler .compact-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tns-alquiler .compact-actions > :first-child { grid-column: 1 / -1; }
  .tns-alquiler .compact-actions .button { font-size: 12px; min-height: 46px; padding: 0 12px; }
  .tns-alquiler .pickup-panel { gap: 14px; grid-template-columns: 1fr; padding-bottom: 24px; padding-top: 24px; }
  .tns-alquiler .rental-flow { grid-template-columns: 1fr; }
  .tns-alquiler .rental-flow li { min-height: 0; padding: 13px 12px; }
  .tns-alquiler .pickup-meta { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.16); min-width: 0; padding-left: 0; padding-top: 14px; }
  .tns-alquiler .pickup-meta address { margin-bottom: 10px; }
  .tns-alquiler .clothing-pack { align-items: flex-start; flex-direction: column; }
  .tns-alquiler .clothing-pack > strong { margin-top: 4px; }
  .tns-alquiler .full-rate-card summary b { font-size: 0; }
  .tns-alquiler .full-rate-card summary b i { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .tns-alquiler { scroll-behavior: auto; }
  .tns-alquiler *, .tns-alquiler *::before, .tns-alquiler *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.tns-alquiler {
  --font-sans: "Poppins", Arial, Helvetica, sans-serif;
  --font-display: "Anton", Impact, sans-serif;
  background: var(--snow);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.tns-alquiler .hero { min-height: 760px; }

.tns-alquiler .hero-title-lockup { grid-template-columns: minmax(0, 1fr); max-width: 1080px; }

@media (max-width: 820px) {
  .tns-alquiler .hero { min-height: auto; }
  .tns-alquiler .hero-copy { padding-top: 48px; }
}

/* Parche WP: variables de la maqueta Next.js sin definir */
.tns-alquiler {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
