

@font-face {
  font-family: "Verve";
  src: url("../fonts/Verve-AE-W01-Black.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

.tns-adultos {
  --ink: #2b2b2b;
  --ink-deep: #171717;
  --ink-soft: #343434;
  --paper: #f5f5f1;
  --white: #ffffff;
  --lime: #98d244;
  --lime-dark: #7fb834;
  --lime-soft: #eff8df;
  --blue: #3568b8;
  --sky: #dfe8ff;
  --muted: #65666d;
  --line: #d8d9d4;
  --soft: #e9eae5;
  --radius: 2rem;
  --shadow: 0 24px 70px rgba(15, 17, 24, 0.12);
}

.tns-adultos, .tns-adultos * { box-sizing: border-box; }

.tns-adultos {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.tns-adultos {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tns-adultos,
.tns-adultos button,
.tns-adultos a { -webkit-font-smoothing: antialiased; }
.tns-adultos img { display: block; max-width: 100%; }
.tns-adultos a { color: inherit; text-decoration: none; }
.tns-adultos button { color: inherit; font: inherit; }
.tns-adultos button,
.tns-adultos a,
.tns-adultos summary { -webkit-tap-highlight-color: transparent; }

.tns-adultos :focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.tns-adultos .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tns-adultos .site-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.tns-adultos .section { padding: 108px 0; }

.tns-adultos .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #55575e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tns-adultos .eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--blue);
  content: "";
}

.tns-adultos .eyebrow.light { color: rgba(255, 255, 255, 0.7); }
.tns-adultos .eyebrow.light::before { background: var(--lime); }

.tns-adultos h1,
.tns-adultos h2,
.tns-adultos h3,
.tns-adultos p { margin-top: 0; }
.tns-adultos h1,
.tns-adultos h2,
.tns-adultos h3 { text-wrap: balance; }

/* Neutraliza el color y la tipografía globales que Divi aplica a h1-h6 */
.tns-adultos h1,
.tns-adultos h2,
.tns-adultos h3,
.tns-adultos h4,
.tns-adultos h5,
.tns-adultos h6 {
  color: inherit;
  font-family: inherit;
}

.tns-adultos h1,
.tns-adultos h2 {
  font-family: "Anton", Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.tns-adultos h2 {
  margin-bottom: 0;
  font-size: clamp(2.75rem, 5.2vw, 5.2rem);
}

.tns-adultos .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.tns-adultos .button:hover { transform: translateY(-2px); }
.tns-adultos .button-lime { background: var(--lime); color: var(--ink); }
.tns-adultos .button-lime:hover { background: #b3e865; }
.tns-adultos .button-dark { background: var(--ink); color: var(--white); }
.tns-adultos .button-dark:hover { background: var(--blue); }

.tns-adultos .text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 800;
}

.tns-adultos .text-link span { transition: transform 180ms ease; }
.tns-adultos .text-link:hover span { transform: translate(3px, -3px); }
.tns-adultos .light-link { color: var(--white); }

.tns-adultos .utility-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: var(--blue);
  color: var(--white);
}

.tns-adultos .utility-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tns-adultos .utility-separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--lime);
}

.tns-adultos .site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(17, 18, 25, 0.1);
  background: rgba(245, 245, 241, 0.94);
  backdrop-filter: blur(18px);
}

.tns-adultos .header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 28px;
}

.tns-adultos .brand { width: 166px; display: block; }
.tns-adultos .brand img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }

.tns-adultos .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 38px);
}

.tns-adultos .desktop-nav a {
  position: relative;
  padding: 27px 0;
  font-size: 0.74rem;
  font-weight: 800;
}

.tns-adultos .desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.tns-adultos .desktop-nav a:hover::after { transform: scaleX(1); }
.tns-adultos .header-cta { min-height: 44px; justify-self: end; }
.tns-adultos .menu-button,
.tns-adultos .mobile-nav { display: none; }

.tns-adultos .hero {
  position: relative;
  overflow: hidden;
  background: #071a25;
  color: var(--white);
}

.tns-adultos .hero-shell { width: 100%; }

.tns-adultos .hero-stage {
  position: relative;
  min-height: max(720px, calc(100svh - 110px));
  overflow: hidden;
  background: #071a25;
}

.tns-adultos .hero-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #071a25;
}

.tns-adultos .hero-image-wrap::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 37, 0.98) 0%, rgba(7, 26, 37, 0.9) 35%, rgba(7, 26, 37, 0.38) 69%, rgba(7, 26, 37, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 26, 37, 0.96) 0%, transparent 42%, rgba(7, 26, 37, 0.12) 100%);
  content: "";
}

.tns-adultos .hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }

.tns-adultos .hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(78px, 11vh, 118px);
  left: max(24px, calc((100vw - 1240px) / 2));
  width: min(980px, calc(100% - 48px));
}

.tns-adultos .hero h1 {
  max-width: 980px;
  margin: 25px 0 26px;
  font-family: "Verve", Impact, sans-serif;
  font-size: clamp(66px, 7.1vw, 122px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.79;
  text-transform: uppercase;
}

.tns-adultos .hero h1 span { display: block; color: var(--lime); }

.tns-adultos .hero-lead {
  max-width: 710px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.tns-adultos .hero-actions { display: flex; align-items: center; gap: 28px; }

.tns-adultos .hero-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 23px max(24px, calc((100vw - 1240px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 26, 37, 0.72);
  backdrop-filter: blur(14px);
}

.tns-adultos .hero-proof div { padding: 0 26px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.tns-adultos .hero-proof div:first-child { padding-left: 0; border-left: 0; }
.tns-adultos .hero-proof strong,
.tns-adultos .hero-proof span { display: block; }
.tns-adultos .hero-proof strong { margin-bottom: 5px; font-size: 0.72rem; }
.tns-adultos .hero-proof span { max-width: 230px; color: rgba(255, 255, 255, 0.56); font-size: 0.63rem; line-height: 1.45; }

.tns-adultos .section-heading { margin-bottom: 54px; }
.tns-adultos .section-heading .eyebrow { margin-bottom: 18px; }

.tns-adultos .split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 8vw;
}

.tns-adultos .split-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 0.97rem; line-height: 1.72; }

.tns-adultos .chooser-section { background: var(--white); }

.tns-adultos .chooser {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(520px, 1.22fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tns-adultos .choice-select-wrap { display: none; }

.tns-adultos .choice-tabs { display: flex; flex-direction: column; background: var(--paper); }

.tns-adultos .choice-tab-group { display: flex; flex-direction: column; }
.tns-adultos .choice-tab-group + .choice-tab-group { border-top: 1px solid var(--line); }

.tns-adultos .choice-group-label {
  min-height: 42px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  padding: 9px 25px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.58rem;
  letter-spacing: 0.11em;
}

.tns-adultos .choice-group-label span { color: var(--lime); font-family: "Anton", Impact, sans-serif; }
.tns-adultos .choice-group-label strong { font-weight: 900; }

.tns-adultos .choice-tabs button {
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  padding: 16px 25px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.tns-adultos .choice-tab-group button:last-child { border-bottom: 0; }
.tns-adultos .choice-tabs button:hover { background: var(--soft); }
.tns-adultos .choice-tabs button.active { background: var(--lime); }
.tns-adultos .choice-index { color: var(--ink); font-family: "Anton", Impact, sans-serif; font-size: 0.68rem; }
.tns-adultos .choice-tab-copy { display: grid; gap: 3px; }
.tns-adultos .choice-tab-copy strong { font-size: 0.86rem; }
.tns-adultos .choice-tab-copy small { color: var(--muted); font-size: 0.64rem; }
.tns-adultos .choice-tabs button.active .choice-tab-copy small { color: rgba(43, 43, 43, 0.68); }

.tns-adultos .choice-result {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 5vw, 68px);
  background: var(--ink);
  color: var(--white);
}

.tns-adultos .choice-result-kicker { color: var(--lime); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; }
.tns-adultos .choice-result h3 { margin: 15px 0 13px; font-family: "Anton", Impact, "Arial Narrow", sans-serif; font-size: clamp(2.4rem, 4vw, 3.75rem); font-weight: 400; letter-spacing: -0.025em; line-height: 0.95; }
.tns-adultos .choice-summary { max-width: 710px; margin-bottom: 27px; color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; line-height: 1.67; }

.tns-adultos .choice-detail-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tns-adultos .choice-detail-grid > div { min-height: 138px; padding: 20px 18px; border-left: 1px solid rgba(255, 255, 255, 0.17); }
.tns-adultos .choice-detail-grid > div:first-child { padding-left: 0; border-left: 0; }
.tns-adultos .choice-detail-grid span { color: var(--lime); font-size: 0.54rem; font-weight: 900; letter-spacing: 0.1em; }
.tns-adultos .choice-detail-grid p { margin: 11px 0 0; color: rgba(255, 255, 255, 0.6); font-size: 0.69rem; line-height: 1.6; }
.tns-adultos .choice-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.tns-adultos .choice-facts span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; color: rgba(255, 255, 255, 0.75); font-size: 0.62rem; font-weight: 700; }
.tns-adultos .choice-actions { display: flex; align-items: center; gap: 27px; }

.tns-adultos .booking-section { background: var(--ink); color: var(--white); }
.tns-adultos .booking-heading > p { color: rgba(255, 255, 255, 0.6); }

.tns-adultos .booking-family + .booking-family { margin-top: 72px; padding-top: 62px; border-top: 1px solid rgba(255, 255, 255, 0.17); }

.tns-adultos .booking-family-heading {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: 25px;
}

.tns-adultos .booking-family-heading > span { padding-top: 9px; color: var(--lime); font-family: "Anton", Impact, sans-serif; font-size: 0.72rem; }
.tns-adultos .booking-family-heading h3 { margin: 0 0 7px; color: var(--white); font-family: "Anton", Impact, sans-serif; font-size: clamp(2rem, 3.3vw, 3.15rem); font-weight: 400; letter-spacing: -0.035em; line-height: 1; }
.tns-adultos .booking-family-heading p { margin: 0; color: rgba(255, 255, 255, 0.54); font-size: 0.75rem; }
.tns-adultos .booking-family-toggle { display: none; }

.tns-adultos .booking-grid { display: grid; align-items: start; gap: 18px; }
.tns-adultos .booking-grid-private { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tns-adultos .booking-grid-group { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.tns-adultos .booking-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: var(--white);
  color: var(--ink);
  transition: transform 220ms ease, box-shadow 220ms ease;
  scroll-margin-top: 110px;
}

.tns-adultos .booking-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25); }
.tns-adultos .booking-card-featured { border-color: var(--lime); box-shadow: inset 0 0 0 2px var(--lime); }

.tns-adultos .booking-poster {
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
  background: #edf1ee;
}

.tns-adultos .booking-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tns-adultos .booking-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 23px 23px;
}

.tns-adultos .booking-card-label { color: var(--ink); font-size: 0.54rem; font-weight: 900; letter-spacing: 0.1em; }
.tns-adultos .booking-card-body h3 { margin: 15px 0 12px; font-family: "Anton", Impact, "Arial Narrow", sans-serif; font-size: clamp(1.7rem, 2.35vw, 2.2rem); font-weight: 400; letter-spacing: -0.02em; line-height: 0.98; }
.tns-adultos .booking-card-body > p { margin-bottom: 17px; color: var(--muted); font-size: 0.74rem; line-height: 1.6; }

.tns-adultos .booking-price {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 17px;
  padding: 15px 16px;
  border-radius: 13px;
  background: var(--soft);
}

.tns-adultos .booking-price strong { flex: 0 0 auto; font-size: 1.35rem; letter-spacing: -0.045em; line-height: 1; }
.tns-adultos .booking-price span { max-width: 165px; color: var(--muted); font-size: 0.58rem; font-weight: 700; line-height: 1.45; text-align: right; }
.tns-adultos .booking-ideal { color: var(--ink); font-size: 0.69rem; }

.tns-adultos .booking-meta {
  width: 100%;
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 800;
}

.tns-adultos .booking-meta span::before { margin-right: 8px; color: var(--lime-dark); font-size: 0.45rem; content: "●"; }

.tns-adultos .booking-more {
  width: 100%;
  margin-bottom: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tns-adultos .booking-more summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
}

.tns-adultos .booking-more summary::-webkit-details-marker { display: none; }
.tns-adultos .booking-more summary:hover { color: var(--lime-dark); }

.tns-adultos .booking-more-icon {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  font-size: 1rem;
  font-weight: 500;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.tns-adultos .booking-more[open] .booking-more-icon { transform: rotate(45deg); background: var(--ink); color: var(--white); }

.tns-adultos .booking-more-content {
  display: grid;
  gap: 18px;
  padding: 5px 0 21px;
  animation: bookingMoreReveal 220ms ease both;
}

.tns-adultos .booking-more-intro {
  margin: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.65;
}

.tns-adultos .booking-pricing { display: grid; gap: 12px; }
.tns-adultos .booking-pricing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.tns-adultos .booking-pricing-heading h4 { margin: 0; font-size: 0.72rem; line-height: 1.35; }
.tns-adultos .booking-pricing-heading span { flex: 0 0 auto; color: var(--muted); font-size: 0.54rem; font-weight: 800; }

.tns-adultos .booking-price-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  scrollbar-color: var(--lime-dark) var(--soft);
}

.tns-adultos .booking-price-table-wrap:focus-visible { box-shadow: 0 0 0 3px rgba(152, 210, 68, 0.32); }

.tns-adultos .booking-price-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.58rem;
  text-align: right;
}

.tns-adultos .booking-price-table th,
.tns-adultos .booking-price-table td { padding: 10px 9px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); white-space: nowrap; }
.tns-adultos .booking-price-table thead th { border-top: 0; background: var(--soft); color: var(--muted); font-size: 0.5rem; letter-spacing: 0.04em; }
.tns-adultos .booking-price-table th:first-child { border-left: 0; text-align: left; }
.tns-adultos .booking-price-table tbody th { min-width: 90px; }
.tns-adultos .booking-price-table tbody th strong,
.tns-adultos .booking-price-table tbody th small { display: block; }
.tns-adultos .booking-price-table tbody th small { margin-top: 2px; color: var(--muted); font-size: 0.49rem; font-weight: 600; }
.tns-adultos .booking-price-table td strong { color: var(--ink); font-size: 0.61rem; }
.tns-adultos .booking-pricing-note { margin: 0; padding: 11px 12px; border-left: 3px solid var(--lime); background: rgba(152, 210, 68, 0.1); color: var(--muted); font-size: 0.61rem; line-height: 1.55; }

.tns-adultos .booking-more-section h4 { margin: 0 0 7px; font-size: 0.7rem; letter-spacing: -0.01em; }
.tns-adultos .booking-more-section p { margin: 0; color: var(--muted); font-size: 0.68rem; line-height: 1.65; }

@keyframes bookingMoreReveal {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bookingFamilyReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.tns-adultos .booking-card-body .button { width: 100%; justify-content: space-between; margin-top: 4px; padding-inline: 17px; font-size: 0.7rem; }

.tns-adultos .booking-family-note { max-width: 760px; margin: 20px 0 0 68px; color: rgba(255, 255, 255, 0.62); font-size: 0.74rem; line-height: 1.65; }

.tns-adultos .group-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.tns-adultos .group-note > div { min-height: 150px; padding: 24px; border-left: 1px solid rgba(255, 255, 255, 0.18); }
.tns-adultos .group-note > div:first-child { padding-left: 0; border-left: 0; }
.tns-adultos .group-note span { color: var(--lime); font-family: "Anton", Impact, sans-serif; font-size: 0.67rem; }
.tns-adultos .group-note strong { display: block; margin: 23px 0 7px; font-size: 0.86rem; }
.tns-adultos .group-note p { margin: 0; color: rgba(255, 255, 255, 0.5); font-size: 0.7rem; line-height: 1.55; }

.tns-adultos .booking-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.tns-adultos .booking-help strong,
.tns-adultos .booking-help span { display: block; }
.tns-adultos .booking-help strong { margin-bottom: 4px; font-size: 0.94rem; }
.tns-adultos .booking-help span { color: rgba(255, 255, 255, 0.58); font-size: 0.73rem; }

.tns-adultos .adult-learning { padding: 100px 0; background: var(--lime); }
.tns-adultos .adult-learning-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr); gap: 9vw; }
.tns-adultos .adult-learning h2 { max-width: 690px; margin-top: 20px; }
.tns-adultos .adult-learning-grid > div:last-child { padding-top: 34px; }
.tns-adultos .adult-learning-grid p { color: rgba(43, 43, 43, 0.74); line-height: 1.75; }
.tns-adultos .adult-learning-grid .learning-lead { margin-bottom: 25px; color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.43; }

.tns-adultos .adult-progress { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid rgba(43, 43, 43, 0.26); border-bottom: 1px solid rgba(43, 43, 43, 0.26); }
.tns-adultos .adult-progress article { min-height: 190px; padding: 25px 27px; border-left: 1px solid rgba(43, 43, 43, 0.26); }
.tns-adultos .adult-progress article:first-child { padding-left: 0; border-left: 0; }
.tns-adultos .adult-progress span { color: rgba(43, 43, 43, 0.68); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.11em; }
.tns-adultos .adult-progress strong { display: block; margin: 28px 0 9px; font-size: 0.92rem; }
.tns-adultos .adult-progress p { margin: 0; color: rgba(43, 43, 43, 0.66); font-size: 0.72rem; line-height: 1.62; }

.tns-adultos .why-section { background: var(--paper); }

.tns-adultos .why-showcase {
  display: grid;
  grid-template-columns: minmax(285px, 0.72fr) minmax(620px, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.tns-adultos .why-tabs { display: flex; flex-direction: column; background: var(--white); }

.tns-adultos .why-tab {
  flex: 1;
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  align-items: center;
  gap: 10px;
  min-height: 103px;
  padding: 18px 23px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.tns-adultos .why-tab:last-child { border-bottom: 0; }
.tns-adultos .why-tab:hover { background: var(--soft); }
.tns-adultos .why-tab.is-active { background: var(--lime); }
.tns-adultos .why-tab-number { color: var(--blue); font-family: "Anton", Impact, sans-serif; font-size: 0.67rem; }
.tns-adultos .why-tab-copy { display: grid; gap: 4px; }
.tns-adultos .why-tab-copy strong { font-size: 0.82rem; }
.tns-adultos .why-tab-copy small { color: var(--muted); font-size: 0.61rem; line-height: 1.45; }
.tns-adultos .why-tab.is-active .why-tab-copy small { color: rgba(43, 43, 43, 0.65); }
.tns-adultos .why-tab-arrow { color: var(--blue); }

.tns-adultos .why-stage {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(330px, 1.12fr);
  background: var(--ink);
  color: var(--white);
  animation: stageIn 280ms ease both;
}

@keyframes stageIn {
  from { opacity: 0.45; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.tns-adultos .why-media {
  --benefit-accent: var(--lime);
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  background:
    radial-gradient(circle at 50% 45%, rgba(152, 210, 68, 0.19), transparent 34%),
    linear-gradient(145deg, #1a1d22 0%, #252a31 100%);
}

.tns-adultos .why-media[data-kind="levels"] { --benefit-accent: #dfe8ff; }
.tns-adultos .why-media[data-kind="method"] { --benefit-accent: #98d244; }
.tns-adultos .why-media[data-kind="data"] { --benefit-accent: #8db6ff; }
.tns-adultos .why-media[data-kind="coordination"] { --benefit-accent: #ffffff; }

.tns-adultos .why-media::before {
  position: absolute;
  inset: 22px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
  mask-image: radial-gradient(circle, #000 15%, transparent 72%);
  pointer-events: none;
}

.tns-adultos .why-media::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72%, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.035), 0 0 0 58px rgba(255, 255, 255, 0.02);
  content: "";
  transform: translate(-50%, -50%);
}

.tns-adultos .why-graphic {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(44%, 178px);
  color: var(--benefit-accent);
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.25));
  transform: translate(-50%, -50%);
}

.tns-adultos .why-graphic svg { width: 100%; height: auto; display: block; }
.tns-adultos .why-mark { position: absolute; z-index: 2; right: 20px; bottom: 20px; color: var(--benefit-accent); font-family: "Anton", Impact, sans-serif; font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -0.05em; line-height: 0.85; }
.tns-adultos .why-stage-count { position: absolute; z-index: 2; top: 22px; left: 22px; color: var(--white); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; }
.tns-adultos .why-graphic-label { position: absolute; z-index: 2; bottom: 22px; left: 22px; max-width: 120px; color: rgba(255, 255, 255, 0.5); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.11em; line-height: 1.45; }

.tns-adultos .why-stage-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 64px); }
.tns-adultos .why-stage-label { color: var(--lime); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.12em; }
.tns-adultos .why-stage-copy h3 { margin: 17px 0 15px; font-size: clamp(2rem, 3.4vw, 3.35rem); letter-spacing: -0.05em; line-height: 0.98; }
.tns-adultos .why-pain { margin-bottom: 18px; padding: 14px 16px; border-left: 3px solid var(--lime); background: rgba(255, 255, 255, 0.06); }
.tns-adultos .why-pain span,
.tns-adultos .why-pain strong { display: block; }
.tns-adultos .why-pain span { margin-bottom: 6px; color: var(--lime); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.11em; }
.tns-adultos .why-pain strong { color: rgba(255, 255, 255, 0.9); font-size: 0.72rem; line-height: 1.55; }
.tns-adultos .why-stage-copy > p { margin-bottom: 21px; color: rgba(255, 255, 255, 0.65); font-size: 0.78rem; line-height: 1.67; }
.tns-adultos .why-proof { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, 0.17); border-bottom: 1px solid rgba(255, 255, 255, 0.17); color: var(--lime); font-size: 0.65rem; letter-spacing: 0.1em; }
.tns-adultos .why-stage-copy ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.tns-adultos .why-stage-copy li { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.78); font-size: 0.72rem; }
.tns-adultos .why-stage-copy li span { width: 20px; height: 20px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 0.6rem; font-weight: 900; }

.tns-adultos .team-section { overflow: hidden; background: var(--white); }

.tns-adultos .team-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.tns-adultos .team-heading h2 { margin-top: 18px; font-size: clamp(2.8rem, 5.2vw, 5rem); }
.tns-adultos .team-heading p { max-width: 650px; margin: 23px 0 0; color: var(--muted); font-size: 0.86rem; line-height: 1.7; }
.tns-adultos .rail-buttons { display: flex; gap: 8px; }
.tns-adultos .rail-buttons button { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 1.1rem; transition: background 180ms ease, color 180ms ease; }
.tns-adultos .rail-buttons button:hover { background: var(--ink); color: var(--white); }

.tns-adultos .team-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tns-adultos .team-rail::-webkit-scrollbar { display: none; }
.tns-adultos .team-card { flex: 0 0 280px; min-width: 0; scroll-snap-align: start; }

.tns-adultos .team-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 25, 0.08);
  border-radius: 26px;
  background: radial-gradient(circle at 50% 18%, rgba(152, 210, 68, 0.13), transparent 38%), linear-gradient(160deg, #f4f5f1 0%, #e6eae3 100%);
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.tns-adultos .team-image img { width: 100%; height: 100%; object-fit: contain; object-position: center center; filter: saturate(0.95); transition: filter 300ms ease; }
.tns-adultos .team-card:hover .team-image { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(17, 18, 25, 0.12); }
.tns-adultos .team-card:hover .team-image img { transform: none; filter: saturate(1.04); }
.tns-adultos .team-meta { display: flex; align-items: center; justify-content: space-between; padding: 17px 3px 0; }
.tns-adultos .team-meta h3 { margin: 0 0 2px; font-size: 1rem; }
.tns-adultos .team-meta p { margin: 0; color: var(--muted); font-size: 0.67rem; font-weight: 700; text-transform: uppercase; }
.tns-adultos .team-meta > span { color: var(--blue); }

.tns-adultos .team-foot { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 42px; padding-top: 27px; border-top: 1px solid var(--line); }
.tns-adultos .team-foot p { max-width: 650px; margin: 0; color: var(--muted); font-size: 0.8rem; }

.tns-adultos .reviews-section { background: var(--blue); color: var(--white); }

.tns-adultos .reviews-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(460px, 1.22fr);
  align-items: center;
  gap: 9vw;
}

.tns-adultos .review-score {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025);
  text-align: center;
}

.tns-adultos .stars { color: var(--lime); font-size: 1rem; letter-spacing: 0.12em; }
.tns-adultos .review-score strong { margin: -5px 0 -13px; font-family: "Teko", "Arial Narrow", sans-serif; font-size: clamp(7rem, 12vw, 11rem); font-weight: 600; letter-spacing: -0.08em; line-height: 1; }
.tns-adultos .review-score small { font-size: 0.65rem; font-weight: 900; letter-spacing: 0.13em; }
.tns-adultos .reviews-copy h2 { max-width: 700px; margin: 23px 0 28px; }
.tns-adultos .reviews-copy p { max-width: 620px; margin-bottom: 29px; color: rgba(255, 255, 255, 0.72); font-size: 0.95rem; line-height: 1.75; }

.tns-adultos .review-logistics { margin-top: 92px; padding: clamp(34px, 5vw, 62px); border-radius: 30px; background: var(--lime); color: var(--ink); box-shadow: 0 30px 80px rgba(13, 32, 65, 0.24); }
.tns-adultos .review-logistics-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr); align-items: center; gap: 7vw; }
.tns-adultos .review-logistics-grid h2 { margin: 20px 0 25px; font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.tns-adultos .review-logistics-grid > div:first-child > p { max-width: 560px; margin: 0; color: rgba(43, 43, 43, 0.72); line-height: 1.75; }

.tns-adultos .logistics-kit { margin-top: 28px; padding-top: 19px; border-top: 1px solid rgba(43, 43, 43, 0.25); }
.tns-adultos .logistics-kit span,
.tns-adultos .logistics-kit strong,
.tns-adultos .logistics-kit small { display: block; }
.tns-adultos .logistics-kit span { color: rgba(43, 43, 43, 0.62); font-size: 0.52rem; font-weight: 900; letter-spacing: 0.11em; }
.tns-adultos .logistics-kit strong { margin: 8px 0 3px; font-size: 0.79rem; }
.tns-adultos .logistics-kit small { color: rgba(43, 43, 43, 0.62); font-size: 0.66rem; }

.tns-adultos .prepared-steps { overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: 0 28px 60px rgba(17, 18, 25, 0.14); }
.tns-adultos .prepared-steps > div { display: grid; grid-template-columns: 52px 0.8fr 1.25fr; align-items: center; gap: 20px; min-height: 112px; padding: 20px 25px; border-top: 1px solid var(--line); }
.tns-adultos .prepared-steps > div:first-child { border-top: 0; }
.tns-adultos .prepared-steps span { color: var(--blue); font-family: "Anton", Impact, sans-serif; font-size: 0.66rem; }
.tns-adultos .prepared-steps strong { font-size: 0.88rem; }
.tns-adultos .prepared-steps p { margin: 0; color: var(--muted); font-size: 0.71rem; line-height: 1.55; }

.tns-adultos .faq-section { background: var(--white); }
.tns-adultos .faq-grid { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(470px, 1.2fr); align-items: start; gap: 9vw; }
.tns-adultos .faq-intro { position: sticky; top: 120px; }
.tns-adultos .faq-intro h2 { margin: 22px 0 26px; font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.tns-adultos .faq-intro p { max-width: 430px; color: var(--muted); line-height: 1.7; }
.tns-adultos .faq-list { border-top: 1px solid var(--line); }
.tns-adultos .faq-list details { border-bottom: 1px solid var(--line); }
.tns-adultos .faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 0.91rem; font-weight: 800; }
.tns-adultos .faq-list summary::-webkit-details-marker { display: none; }
.tns-adultos .faq-symbol { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--soft); color: var(--blue); font-size: 1.1rem; transition: transform 180ms ease, background 180ms ease; }
.tns-adultos .faq-list details[open] .faq-symbol { background: var(--lime); transform: rotate(45deg); }
.tns-adultos .faq-list details > p { max-width: 670px; margin: 0; padding: 0 50px 25px 0; color: var(--muted); font-size: 0.82rem; line-height: 1.75; }

.tns-adultos .location-section { padding: 90px 0; background: var(--ink); color: var(--white); }
.tns-adultos .location-grid { display: grid; grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr); align-items: center; gap: 5vw; }
.tns-adultos .location-grid h2 { margin: 21px 0 25px; font-size: clamp(3.2rem, 5.8vw, 5.8rem); }
.tns-adultos .location-grid p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, 0.6); line-height: 1.7; }
.tns-adultos .location-actions { display: grid; overflow: hidden; margin-top: 35px; border-top: 1px solid rgba(255, 255, 255, 0.18); border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.tns-adultos .location-actions > a:not(.button) { display: flex; align-items: center; justify-content: space-between; min-height: 75px; padding: 20px 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-size: 0.8rem; font-weight: 800; }
.tns-adultos .location-actions > a:last-child { border-bottom: 0; }

.tns-adultos .location-map-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 26px; background: var(--white); color: var(--ink); box-shadow: 0 30px 75px rgba(0, 0, 0, 0.32); }
.tns-adultos .location-map-card iframe { width: 100%; min-height: 420px; display: block; border: 0; filter: saturate(0.8) contrast(1.04); }
.tns-adultos .location-map-footer { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 22px; border-top: 1px solid var(--line); }
.tns-adultos .location-map-footer strong,
.tns-adultos .location-map-footer span { display: block; }
.tns-adultos .location-map-footer strong { margin-bottom: 3px; font-size: 0.8rem; }
.tns-adultos .location-map-footer span { color: var(--muted); font-size: 0.65rem; }
.tns-adultos .location-map-footer > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--blue); font-size: 0.7rem; font-weight: 900; }

.tns-adultos .final-cta { padding: 85px 0; background: var(--paper); }
.tns-adultos .final-cta-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; align-items: end; gap: 60px; }
.tns-adultos .final-cta h2 { max-width: 800px; margin: 20px 0 0; }
.tns-adultos .final-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 22px; }

.tns-adultos .site-footer { padding: 75px 0 28px; background: var(--ink-deep); color: var(--white); }
.tns-adultos .footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.tns-adultos .footer-grid > div:not(.footer-brand) { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.tns-adultos .footer-wordmark { width: max-content; display: grid; grid-template-columns: auto 1fr; align-items: end; font-family: "Anton", Impact, sans-serif; line-height: 0.8; }
.tns-adultos .footer-wordmark > span { grid-column: 1 / -1; font-size: 0.55rem; letter-spacing: 0.2em; }
.tns-adultos .footer-wordmark strong { font-size: 1.25rem; letter-spacing: -0.07em; }
.tns-adultos .footer-wordmark small { margin-left: 7px; font-family: Arial, sans-serif; font-size: 0.42rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.1; }
.tns-adultos .footer-brand p { max-width: 280px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.44); font-size: 0.71rem; }
.tns-adultos .footer-grid h3 { margin: 0 0 9px; color: var(--lime); font-size: 0.63rem; letter-spacing: 0.12em; text-transform: uppercase; }
.tns-adultos .footer-grid > div:not(.footer-brand) a { color: rgba(255, 255, 255, 0.52); font-size: 0.7rem; }
.tns-adultos .footer-grid > div:not(.footer-brand) a:hover { color: var(--white); }
.tns-adultos .footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.3); font-size: 0.6rem; }
.tns-adultos .mobile-sticky-cta { display: none; }

@media (max-width: 1120px) {
  .tns-adultos .desktop-nav { gap: 21px; }
  .tns-adultos .desktop-nav a:nth-child(4) { display: none; }
  .tns-adultos .hero h1 { font-size: clamp(62px, 9.2vw, 88px); }
  .tns-adultos .why-showcase { grid-template-columns: 260px 1fr; }
  .tns-adultos .why-stage { grid-template-columns: 0.82fr 1.18fr; }
}

@media (max-width: 900px) {
  .tns-adultos .section { padding: 82px 0; }
  .tns-adultos .header-inner { grid-template-columns: 1fr auto; }
  .tns-adultos .desktop-nav,
.tns-adultos .header-cta { display: none; }
  .tns-adultos .menu-button { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .tns-adultos .menu-button > span:not(.sr-only) { width: 17px; height: 1px; background: var(--white); }
  .tns-adultos .menu-button > span:not(.sr-only) { transition: transform 180ms ease; }
  .tns-adultos .menu-button.is-open > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .tns-adultos .menu-button.is-open > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .tns-adultos .mobile-nav { display: grid; max-height: 0; overflow: hidden; padding: 0 18px; background: var(--paper); transition: max-height 220ms ease, padding 220ms ease; }
  .tns-adultos .mobile-nav.is-open { max-height: 410px; padding: 10px 18px 20px; }
  .tns-adultos .mobile-nav a { display: flex; justify-content: space-between; padding: 16px 6px; border-bottom: 1px solid var(--line); font-size: 0.84rem; font-weight: 800; }

  .tns-adultos .hero-stage { min-height: max(720px, calc(100svh - 110px)); }
  .tns-adultos .hero-image-wrap img { object-position: 64% center; }
  .tns-adultos .hero-image-wrap::after { background: linear-gradient(90deg, rgba(7, 26, 37, 0.97) 0%, rgba(7, 26, 37, 0.78) 62%, rgba(7, 26, 37, 0.22) 100%), linear-gradient(0deg, rgba(7, 26, 37, 0.96) 0%, transparent 48%); }
  .tns-adultos .hero-copy { top: 68px; left: 24px; width: min(760px, calc(100% - 48px)); }
  .tns-adultos .hero h1 { max-width: 760px; font-size: clamp(62px, 9.2vw, 88px); }

  .tns-adultos .split-heading,
.tns-adultos .adult-learning-grid,
.tns-adultos .reviews-grid,
.tns-adultos .review-logistics-grid,
.tns-adultos .faq-grid,
.tns-adultos .location-grid { grid-template-columns: 1fr; gap: 38px; }
  .tns-adultos .split-heading > p { max-width: 650px; }
  .tns-adultos .chooser { grid-template-columns: 1fr; }
  .tns-adultos .choice-tabs button { min-height: 76px; }
  .tns-adultos .choice-result { min-height: 500px; }

  .tns-adultos .booking-grid-private,
.tns-adultos .booking-grid-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .tns-adultos .adult-learning-grid > div:last-child { padding-top: 0; }
  .tns-adultos .adult-progress { grid-template-columns: repeat(2, 1fr); }
  .tns-adultos .adult-progress article:nth-child(3),
.tns-adultos .adult-progress article:nth-child(4) { border-top: 1px solid rgba(43, 43, 43, 0.26); }
  .tns-adultos .adult-progress article:nth-child(3) { padding-left: 0; border-left: 0; }
  .tns-adultos .why-showcase { grid-template-columns: 1fr; }
  .tns-adultos .why-tabs { display: grid; grid-template-columns: repeat(5, 1fr); }
  .tns-adultos .why-tab { min-height: 116px; grid-template-columns: 1fr; align-content: center; gap: 8px; padding: 15px 8px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; }
  .tns-adultos .why-tab-copy small,
.tns-adultos .why-tab-arrow { display: none; }
  .tns-adultos .why-stage { min-height: 570px; }
  .tns-adultos .review-score { width: min(440px, 80vw); min-height: auto; aspect-ratio: 1; margin-inline: auto; }
  .tns-adultos .review-logistics-grid > div:first-child { max-width: 690px; }
  .tns-adultos .faq-intro { position: static; }
  .tns-adultos .location-map-card iframe { min-height: 380px; }
  .tns-adultos .final-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .tns-adultos .final-actions { align-items: flex-start; }
  .tns-adultos .footer-grid { grid-template-columns: 1.7fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 680px) {
  .tns-adultos { scroll-padding-top: 76px; }
  .tns-adultos { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .tns-adultos .site-shell { width: min(100% - 40px, 560px); }
  .tns-adultos .section,
.tns-adultos .location-section { padding: 58px 0; }
  .tns-adultos h2 { font-size: clamp(2.35rem, 12.5vw, 3.65rem); }

  .tns-adultos .utility-bar { min-height: 30px; }
  .tns-adultos .utility-inner { min-height: 30px; justify-content: center; overflow: hidden; white-space: nowrap; font-size: 0.55rem; }
  .tns-adultos .utility-inner span:nth-child(3),
.tns-adultos .utility-separator { display: none; }
  .tns-adultos .header-inner { min-height: 64px; }
  .tns-adultos .brand { width: 142px; }
  .tns-adultos .brand img { height: 41px; }
  .tns-adultos .mobile-nav { box-shadow: 0 18px 30px rgba(17, 18, 25, 0.12); }
  .tns-adultos .mobile-nav a { min-height: 52px; align-items: center; padding-block: 13px; }

  .tns-adultos .hero-stage { min-height: max(680px, calc(100svh - 94px)); }
  .tns-adultos .hero-image-wrap img { object-position: 68% center; }
  .tns-adultos .hero-image-wrap::after { background: linear-gradient(90deg, rgba(7, 26, 37, 0.94) 0%, rgba(7, 26, 37, 0.72) 76%, rgba(7, 26, 37, 0.38) 100%), linear-gradient(0deg, rgba(7, 26, 37, 0.92) 0%, rgba(7, 26, 37, 0.12) 58%, rgba(7, 26, 37, 0.3) 100%); }
  .tns-adultos .hero-copy { top: 40px; left: 20px; width: calc(100% - 40px); }
  .tns-adultos .hero h1 { max-width: 100%; margin: 18px 0 19px; font-size: clamp(44px, 14.2vw, 62px); letter-spacing: -0.025em; line-height: 0.82; }
  .tns-adultos .hero h1 span { margin-top: 0; font-size: 1em; letter-spacing: inherit; line-height: inherit; }
  .tns-adultos .hero-lead { max-width: 490px; margin-bottom: 23px; font-size: 0.9rem; line-height: 1.52; }
  .tns-adultos .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .tns-adultos .hero-actions .button { width: 100%; }
  .tns-adultos .hero-actions .text-link { align-self: flex-start; }
  .tns-adultos .hero-proof { display: none; }

  .tns-adultos .section-heading { margin-bottom: 32px; }
  .tns-adultos .split-heading { gap: 22px; }
  .tns-adultos .chooser { border-radius: 20px; }
  .tns-adultos .choice-tabs { display: none; }
  .tns-adultos .choice-select-wrap { display: grid; gap: 9px; padding: 19px 20px 20px; background: var(--paper); }
  .tns-adultos .choice-select-wrap label { color: var(--muted); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
  .tns-adultos .choice-select-control { position: relative; }
  .tns-adultos .choice-select-control select { width: 100%; min-height: 52px; appearance: none; padding: 0 48px 0 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink); font: 800 0.78rem/1.35 "Poppins", Arial, sans-serif; }
  .tns-adultos .choice-select-control span { position: absolute; top: 50%; right: 16px; pointer-events: none; color: var(--blue); font-weight: 900; transform: translateY(-50%); }
  .tns-adultos .choice-select-control select:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
  .tns-adultos .choice-result { min-height: 0; padding: 30px 20px; }
  .tns-adultos .choice-result h3 { font-size: 2.25rem; }
  .tns-adultos .choice-summary { margin-bottom: 22px; }
  .tns-adultos .choice-detail-grid { grid-template-columns: 1fr; }
  .tns-adultos .choice-detail-grid > div { min-height: 0; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, 0.17); border-left: 0; }
  .tns-adultos .choice-detail-grid > div:first-child { border-top: 0; }
  .tns-adultos .choice-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 18px; }
  .tns-adultos .choice-actions .button { width: 100%; }
  .tns-adultos .choice-actions .text-link { align-self: flex-start; }

  .tns-adultos .booking-grid-private,
.tns-adultos .booking-grid-group { grid-template-columns: 1fr; }
  .tns-adultos .booking-family + .booking-family { margin-top: 50px; padding-top: 44px; }
  .tns-adultos .booking-family-heading { grid-template-columns: 34px minmax(0, 1fr) 44px; align-items: center; gap: 9px; margin-bottom: 0; }
  .tns-adultos .booking-family-heading > span { padding-top: 0; }
  .tns-adultos .booking-family-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: transparent;
    color: var(--white);
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }
  .tns-adultos .booking-family-toggle:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
  .tns-adultos .booking-family-toggle-icon { font-size: 1.25rem; line-height: 1; transition: transform 180ms ease; }
  .tns-adultos .booking-family-content { margin-top: 25px; }
  .tns-adultos .booking-family:not(.is-open) .booking-family-content { display: none; }
  .tns-adultos .booking-family.is-open .booking-family-content { animation: bookingFamilyReveal 220ms ease both; }
  .tns-adultos .booking-family.is-open .booking-family-toggle { border-color: var(--lime); background: var(--lime); color: var(--ink); }
  .tns-adultos .booking-family.is-open .booking-family-toggle-icon { transform: rotate(45deg); }
  .tns-adultos .booking-family-note { margin-left: 0; }
  .tns-adultos .booking-card-body { padding: 23px 20px 21px; }
  .tns-adultos .booking-card { scroll-margin-top: 88px; }
  .tns-adultos .booking-card:hover { transform: none; box-shadow: none; }
  .tns-adultos .booking-price { align-items: flex-start; flex-direction: column; gap: 7px; }
  .tns-adultos .booking-price span { max-width: none; text-align: left; }
  .tns-adultos .booking-price-table { min-width: 100%; table-layout: fixed; }
  .tns-adultos .booking-price-table th,
.tns-adultos .booking-price-table td { padding: 9px 3px; }
  .tns-adultos .booking-price-table th:first-child { width: 82px; padding-left: 7px; }
  .tns-adultos .booking-price-table thead th { font-size: 0.46rem; }
  .tns-adultos .booking-price-table td strong { font-size: 0.54rem; }
  .tns-adultos .booking-price-table tbody th strong { font-size: 0.53rem; }
  .tns-adultos .booking-card-body .button { min-height: 50px; }
  .tns-adultos .group-note { grid-template-columns: 1fr; margin-top: 39px; }
  .tns-adultos .group-note > div { min-height: 0; padding: 21px 0; border-top: 1px solid rgba(255, 255, 255, 0.18); border-left: 0; }
  .tns-adultos .group-note > div:first-child { border-top: 0; }
  .tns-adultos .group-note strong { margin-top: 12px; }
  .tns-adultos .booking-help { align-items: stretch; flex-direction: column; padding: 22px; }
  .tns-adultos .booking-help .button { width: 100%; }

  .tns-adultos .adult-learning { padding: 58px 0; }
  .tns-adultos .adult-progress { grid-template-columns: 1fr; margin-top: 40px; }
  .tns-adultos .adult-progress article { min-height: 0; padding: 22px 0; border-top: 1px solid rgba(43, 43, 43, 0.26); border-left: 0; }
  .tns-adultos .adult-progress article:first-child { border-top: 0; }
  .tns-adultos .adult-progress strong { margin-top: 14px; }
  .tns-adultos .why-showcase { border-radius: 20px; }
  .tns-adultos .why-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .tns-adultos .why-tabs::-webkit-scrollbar { display: none; }
  .tns-adultos .why-tab { min-height: 86px; flex: 0 0 148px; grid-template-columns: 24px 1fr; padding: 14px 13px; border-right: 1px solid var(--line); border-bottom: 0; scroll-snap-align: start; text-align: left; }
  .tns-adultos .why-tab:last-child { border-right: 0; border-top: 0; }
  .tns-adultos .why-stage { min-height: 0; grid-template-columns: 1fr; }
  .tns-adultos .why-media { aspect-ratio: 16 / 10; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
  .tns-adultos .why-graphic { width: min(38%, 132px); }
  .tns-adultos .why-stage-copy { padding: 29px 20px 32px; }

  .tns-adultos .team-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .tns-adultos .team-heading h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .tns-adultos .team-card { flex: 0 0 244px; min-width: 0; }
  .tns-adultos .team-image { height: auto; aspect-ratio: 2 / 3; border-radius: 22px; }
  .tns-adultos .team-foot { align-items: flex-start; flex-direction: column; gap: 22px; }

  .tns-adultos .reviews-grid { gap: 28px; }
  .tns-adultos .reviews-copy { order: 1; }
  .tns-adultos .review-score { width: 100%; min-height: 142px; aspect-ratio: auto; order: 2; display: grid; grid-template-columns: minmax(105px, 0.68fr) minmax(0, 1.32fr); grid-template-areas: "score stars" "score label"; align-content: center; gap: 2px 20px; padding: 20px 22px; border-radius: 22px; box-shadow: none; text-align: left; }
  .tns-adultos .review-score strong { grid-area: score; align-self: center; margin: 0; font-size: 5rem; line-height: 0.85; }
  .tns-adultos .review-score .stars { grid-area: stars; align-self: end; }
  .tns-adultos .review-score small { grid-area: label; align-self: start; line-height: 1.45; }
  .tns-adultos .review-logistics { margin-top: 44px; padding: 27px 20px 21px; border-radius: 22px; }
  .tns-adultos .prepared-steps > div { grid-template-columns: 40px 1fr; gap: 10px 15px; padding: 19px; }
  .tns-adultos .prepared-steps p { grid-column: 2; }
  .tns-adultos .faq-list summary { min-height: 74px; font-size: 0.84rem; }
  .tns-adultos .faq-list details > p { padding-right: 38px; }
  .tns-adultos .location-actions > a:not(.button) { padding-inline: 18px; font-size: 0.7rem; }
  .tns-adultos .location-map-card { border-radius: 20px; }
  .tns-adultos .location-map-card iframe { min-height: 270px; }
  .tns-adultos .location-map-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .tns-adultos .final-actions { align-items: stretch; }
  .tns-adultos .final-actions .button { width: 100%; }
  .tns-adultos .final-actions .text-link { align-self: flex-start; }

  .tns-adultos .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .tns-adultos .footer-brand { grid-column: 1 / -1; }
  .tns-adultos .footer-grid > div:last-child { grid-column: 1 / -1; }
  .tns-adultos .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }

  .tns-adultos .mobile-sticky-cta {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(17, 18, 25, 0.12);
    background: rgba(245, 245, 241, 0.96);
    backdrop-filter: blur(16px);
  }

  .tns-adultos .mobile-sticky-cta a { display: grid; place-items: center; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 0.74rem; font-weight: 900; }
  .tns-adultos .mobile-sticky-cta a:last-child { margin-left: 7px; background: var(--lime); color: var(--ink); }
}

@media (max-width: 370px) {
  .tns-adultos .site-shell { width: calc(100% - 32px); }
  .tns-adultos .hero-copy { left: 16px; width: calc(100% - 32px); }
  .tns-adultos .hero h1 { font-size: clamp(42px, 14vw, 52px); }
  .tns-adultos .hero-lead { font-size: 0.84rem; }
  .tns-adultos .booking-price-table th:first-child { width: 76px; }
  .tns-adultos .booking-price-table th,
.tns-adultos .booking-price-table td { padding-inline: 2px; }
  .tns-adultos .review-score { grid-template-columns: 100px 1fr; gap: 2px 14px; padding-inline: 17px; }
}

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

.tns-adultos {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  isolation: isolate;
}

.tns-adultos [hidden] { display: none !important; }

.tns-adultos .choice-results,
.tns-adultos .why-panels { min-width: 0; background: var(--ink); }

.tns-adultos .choice-results .choice-result,
.tns-adultos .why-panels .why-stage { height: 100%; }

.tns-adultos .why-panels { display: block; }

body.admin-bar .tns-adultos .site-header { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .tns-adultos .site-header { top: 46px; }
}
