:root {
  --navy-950: #031d2c;
  --navy-900: #062e46;
  --navy-800: #0a4664;
  --blue-700: #0876a7;
  --blue-500: #18a0c7;
  --aqua-400: #39c6c7;
  --aqua-100: #dff7f6;
  --coral-600: #e84f2b;
  --coral-500: #ff6439;
  --coral-100: #fff0e9;
  --ink: #0d2030;
  --ink-soft: #536777;
  --line: #d8e5eb;
  --sky: #eff8fb;
  --warm: #fbfaf6;
  --white: #fff;
  --shadow-sm: 0 10px 26px rgba(7, 44, 65, .08);
  --shadow-md: 0 22px 60px rgba(7, 44, 65, .14);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --font-title: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, h5, p { margin: 0; }
h1, h2, h3, h4, h5 { font-family: var(--font-title); }
p { color: var(--ink-soft); line-height: 1.72; }
.wrap { width: min(1680px, calc(100% - 96px)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; overflow: hidden; }
.section--warm { background: var(--warm); }
.section--sky { background: var(--sky); }
.section--navy { color: var(--white); background: var(--navy-950); }
.section--navy p { color: #b9ced9; }
.section-heading { margin-bottom: 46px; }
.section-heading.center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 64px; align-items: end; }
.section-heading h2, .experience-copy h2, .commercial-copy h2, .steps-copy h2, .methodology-copy h2, .faq-intro h2, .about-statement h2 { margin-top: 13px; font-size: clamp(34px, 4vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 560px; font-size: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--coral-600); font-family: var(--font-title); font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; background: currentColor; content: ""; }
.eyebrow--light { color: #77dce0; }
.btn { display: inline-flex; min-height: 48px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 42px; padding-inline: 20px; font-size: 13px; }
.btn-primary, .btn-coral { color: var(--white); background: var(--coral-500); box-shadow: 0 12px 26px rgba(255, 100, 57, .22); }
.btn-primary:hover, .btn-coral:hover { background: var(--coral-600); box-shadow: 0 16px 32px rgba(255, 100, 57, .28); }
.btn-navy { color: var(--white); background: var(--navy-900); }
.btn-navy:hover { background: var(--blue-700); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.03); }
.btn-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn-block { width: 100%; }
.text-link { display: inline-flex; margin-top: 28px; align-items: center; gap: 12px; color: var(--navy-900); font-weight: 800; }
.text-link span { color: var(--coral-500); transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.section-actions { margin-top: 42px; text-align: center; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal.in { opacity: 1; transform: none; }
.breadcrumb { display: flex; margin-bottom: 24px; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; }
.breadcrumb a:hover { color: var(--white); }
.empty-note, .empty-filter { padding: 28px; border: 1px dashed #aac6d3; border-radius: var(--radius-md); color: var(--ink-soft); background: rgba(255,255,255,.7); text-align: center; line-height: 1.6; }

@media (max-width: 900px) {
  .wrap { width: min(100% - 40px, 900px); }
  .section { padding: 80px 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 18px; align-items: start; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 28px); }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .experience-copy h2, .commercial-copy h2, .steps-copy h2, .methodology-copy h2, .faq-intro h2, .about-statement h2 { font-size: 32px; }
  .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


.navbar { position: sticky; z-index: 100; top: 0; height: 88px; border-bottom: 1px solid rgba(7,44,65,.075); background: rgba(255,255,255,.95); backdrop-filter: blur(18px); transition: background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.navbar.is-scrolled { border-color: rgba(7,44,65,.11); background: rgba(255,255,255,.985); box-shadow: 0 12px 34px rgba(7,44,65,.09); }
.navbar-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 62px; height: 62px; object-fit: contain; }
.navbar .brand-mark { padding: 3px; border: 1px solid #d9eaf0; border-radius: 50%; background: #f8fcfd; box-shadow: 0 6px 18px rgba(7,44,65,.07); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--navy-900); font-family: var(--font-title); font-size: 16px; letter-spacing: .085em; }
.brand-copy small { margin-top: 7px; color: #597382; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.nav-links a { position: relative; padding: 33px 1px 31px; color: #405867; font-size: 13px; font-weight: 750; white-space: nowrap; transition: color .22s ease; }
.nav-links a::after { position: absolute; right: 8%; bottom: 23px; left: 8%; height: 2px; border-radius: 2px; background: var(--coral-500); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover, .nav-links a.active { color: #0b6f9e; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.nav-toggle span { height: 2px; border-radius: 2px; background: var(--navy-900); transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.campaign-hero { --hero-parallax-x: 0px; --hero-parallax-y: 0px; position: relative; min-height: 750px; overflow: hidden; color: var(--ink); background: #eff9fc; isolation: isolate; }
.campaign-backdrop { position: absolute; z-index: 0; inset: -24px; overflow: hidden; transform: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0); transition: transform .9s cubic-bezier(.2,.75,.2,1); will-change: transform; }
.campaign-backdrop::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(247,252,254,1) 0%, rgba(247,252,254,.99) 23%, rgba(247,252,254,.9) 39%, rgba(247,252,254,.56) 55%, rgba(247,252,254,.08) 75%, rgba(247,252,254,.03) 100%), linear-gradient(180deg, rgba(255,255,255,.12), rgba(4,48,72,.05)); content: ""; }
.campaign-backdrop::after { position: absolute; z-index: 3; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(24,122,172,.13) 1px, transparent 0); background-size: 28px 28px; content: ""; opacity: .24; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.25) 38%, transparent 70%); }
.campaign-backdrop img { width: 100%; height: 100%; object-position: 70% 43%; filter: saturate(.92) contrast(1.02) brightness(1.04); animation: aquaticHeroDrift 18s ease-in-out infinite alternate; will-change: transform; }
.campaign-hero::before { position: absolute; z-index: 1; top: 32px; left: -70px; width: 520px; height: 180px; border-top: 1px solid rgba(24,122,172,.12); border-radius: 50%; box-shadow: 0 -18px 0 -17px rgba(24,122,172,.15), 0 -36px 0 -35px rgba(24,122,172,.11); content: ""; pointer-events: none; transform: rotate(-8deg); }
.campaign-hero::after { position: absolute; z-index: 1; right: -90px; bottom: 45px; width: 520px; height: 220px; border: 1px solid rgba(24,122,172,.1); border-radius: 50%; content: ""; pointer-events: none; }
.campaign-hero-grid { position: relative; z-index: 3; display: grid; min-height: 750px; padding: 60px 0 180px; grid-template-columns: minmax(610px, .9fr) minmax(360px, 1.1fr); align-items: center; gap: 54px; }
.campaign-copy { max-width: 735px; }
.campaign-copy .eyebrow { color: var(--blue-700); }
.campaign-copy h1 { margin-top: 17px; max-width: 730px; color: #082f5f; font-size: clamp(50px, 4.75vw, 78px); line-height: 1.01; letter-spacing: -.058em; }
.campaign-copy h1 > span { display: block; opacity: 0; transform: translateY(26px); animation: campaignLineIn .78s cubic-bezier(.2,.75,.2,1) forwards; }
.campaign-copy h1 > span:nth-child(2) { animation-delay: .1s; }
.campaign-copy h1 > span:nth-child(3) { animation-delay: .2s; }
.campaign-title-accent { color: #0f87cf; }
.campaign-title-wave { display: block; width: 96px; height: 13px; margin-top: 18px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 13'%3E%3Cpath d='M2 7c8-7 16 7 24 0s16 7 24 0 16 7 24 0 12 3 20 0' fill='none' stroke='%23ff6439' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; animation: campaignWaveDraw .9s .46s both; transform-origin: left; }
.campaign-copy .lead { max-width: 590px; margin-top: 21px; color: #40596a; font-size: 16px; }
.hero-cta { display: flex; margin-top: 31px; flex-wrap: wrap; gap: 12px; }
.campaign-hero .btn-coral { color: var(--white); background: #0f87cf; box-shadow: 0 12px 26px rgba(15,135,207,.2); }
.campaign-hero .btn-coral:hover { background: #096fac; }
.campaign-hero .btn-outline-light { color: #0f78ba; border-color: #0f87cf; background: rgba(255,255,255,.48); }
.campaign-hero .btn-outline-light:hover { color: var(--white); background: #0f87cf; }
.hero-proof { display: grid; max-width: 720px; margin-top: 42px; padding-top: 22px; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(8,47,95,.14); }
.hero-proof-item { display: flex; min-width: 0; align-items: center; gap: 12px; transition: transform .3s ease; }
.hero-proof-item:hover { transform: translateY(-4px); }
.hero-proof-item > span { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.proof-icon { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(15,135,207,.3); border-radius: 50%; color: #0b5591; background: rgba(255,255,255,.68); transition: color .3s ease, background .3s ease, transform .3s ease; }
.proof-icon svg { width: 30px; height: 30px; }
.hero-proof-item:hover .proof-icon { color: var(--white); background: #0f87cf; transform: rotate(-4deg) scale(1.04); }
.hero-proof strong { color: #082f5f; font-family: var(--font-title); font-size: 11px; line-height: 1.3; }
.hero-proof small { color: #617989; font-size: 9px; line-height: 1.45; }
.campaign-media { position: relative; min-width: 0; height: 520px; pointer-events: none; }
.campaign-floating-card { position: absolute; right: 0; bottom: -102px; display: flex; width: min(385px, 88%); padding: 14px 0 14px 22px; align-items: center; gap: 15px; border-left: 3px solid var(--coral-500); color: var(--white); animation: campaignCardFloat 5.4s ease-in-out infinite; }
.campaign-floating-card img { width: 60px; height: 60px; padding: 5px; border-radius: 50%; object-fit: contain; background: var(--white); }
.campaign-floating-card div { display: flex; flex-direction: column; gap: 5px; }
.campaign-floating-card strong { color: var(--white); font-family: var(--font-title); font-size: 13px; }
.campaign-floating-card span { color: #a9c6d4; font-size: 10px; }
.campaign-waterline { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; height: 155px; pointer-events: none; }
.campaign-waterline svg { width: 100%; height: 100%; }
@keyframes aquaticHeroDrift { from { transform: scale(1.035) translate3d(-.4%, -.3%, 0); } to { transform: scale(1.085) translate3d(.8%, .5%, 0); } }
@keyframes campaignCardFloat { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -8px, 0); } }
@keyframes campaignLineIn { to { opacity: 1; transform: none; } }
@keyframes campaignWaveDraw { from { opacity: 0; transform: scaleX(.15); } to { opacity: 1; transform: scaleX(1); } }
.quick-programs { position: relative; z-index: 5; margin-top: 0; padding: 34px 0; background: var(--white); }
.quick-programs-grid { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-md); }
.quick-programs-grid a { position: relative; display: flex; min-height: 110px; padding: 24px 24px 22px 68px; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.quick-programs-grid a:last-child { border-right: 0; }
.quick-programs-grid a:hover { color: var(--white); background: var(--navy-900); }
.quick-programs-grid span { position: absolute; top: 28px; left: 24px; color: var(--coral-500); font-family: var(--font-title); font-size: 11px; font-weight: 800; }
.quick-programs-grid strong { font-family: var(--font-title); font-size: 13px; }
.quick-programs-grid small { margin-top: 7px; color: #708594; font-size: 10px; }
.quick-programs-grid a:hover small { color: #b9ced9; }

.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,49,73,.15), rgba(21,121,155,.22)), radial-gradient(circle at 65% 20%, rgba(57,198,199,.22), transparent 36%); content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; min-height: 500px; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 76px; }
.page-hero-copy { padding: 64px 0; }
.page-hero-copy h1 { max-width: 660px; margin-top: 16px; font-size: clamp(44px, 5vw, 67px); line-height: 1.04; letter-spacing: -.052em; }
.page-hero-copy p { max-width: 580px; margin-top: 21px; color: #bed3dc; font-size: 16px; }
.page-hero-media { align-self: stretch; min-height: 500px; overflow: hidden; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero-media img { width: 100%; height: 100%; }

@media (max-width: 1080px) {
  .nav-links { position: fixed; top: 88px; right: 0; bottom: 0; display: flex; width: min(390px, 100%); padding: 30px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: -24px 20px 50px rgba(7,44,65,.14); transform: translateX(105%); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 18px 2px; border-bottom: 1px solid var(--line); }
  .nav-links a::after { display: none; }
  .nav-toggle { display: flex; }
  .campaign-hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .campaign-copy h1 { font-size: 51px; }
  .campaign-media { height: 460px; }
  .quick-programs-grid a { padding-left: 52px; }
  .quick-programs-grid span { left: 18px; }
}
@media (max-width: 820px) {
  .campaign-hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .campaign-hero-grid { padding: 64px 0 174px; }
  .campaign-copy { max-width: none; }
  .campaign-backdrop::before { background: linear-gradient(90deg, rgba(247,252,254,.98), rgba(247,252,254,.9) 70%, rgba(247,252,254,.58)); }
  .campaign-backdrop img { object-position: 64% center; opacity: .6; }
  .campaign-media { height: 80px; }
  .campaign-floating-card { right: 0; bottom: -72px; left: auto; }
  .hero-proof { max-width: 600px; }
  .quick-programs-grid { grid-template-columns: 1fr 1fr; }
  .quick-programs-grid a:nth-child(2) { border-right: 0; }
  .quick-programs-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .page-hero-copy { padding: 64px 0 0; }
  .page-hero-grid { gap: 40px; }
  .page-hero-media { min-height: 390px; clip-path: none; border-radius: 36px 36px 0 0; }
}
@media (max-width: 560px) {
  .navbar { height: 72px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 6.5px; }
  .nav-action { display: none; }
  .nav-links { top: 72px; }
  .campaign-hero-grid { min-height: 710px; padding: 50px 0 150px; }
  .campaign-copy h1, .page-hero-copy h1 { font-size: 40px; }
  .campaign-copy .lead { font-size: 15px; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .campaign-backdrop::before { background: linear-gradient(90deg, rgba(247,252,254,.98), rgba(247,252,254,.91)), linear-gradient(180deg, rgba(255,255,255,.12), rgba(6,46,70,.08)); }
  .campaign-backdrop img { object-position: 58% center; opacity: .4; }
  .campaign-media { display: none; }
  .campaign-waterline { height: 112px; }
  .proof-icon { width: 46px; height: 46px; }
  .quick-programs-grid { grid-template-columns: 1fr; }
  .quick-programs-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-programs-grid a:last-child { border-bottom: 0; }
  .page-hero-media { min-height: 300px; }
}


.program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card-program { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 32px rgba(7,44,65,.055); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.card-program:hover { border-color: #aacbd5; box-shadow: var(--shadow-md); transform: translateY(-7px); }
.card-media { position: relative; height: 250px; overflow: hidden; background: var(--navy-900); }
.card-media::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(3,29,44,.68)); content: ""; }
.card-media img { width: 100%; height: 100%; transition: transform .65s ease; }
.card-program:hover .card-media img { transform: scale(1.045); }
.card-media .badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.93); box-shadow: 0 7px 20px rgba(3,29,44,.16); font-size: 10px; font-weight: 850; }
.card-number { position: absolute; z-index: 2; right: 18px; bottom: 13px; color: rgba(255,255,255,.72); font-family: var(--font-title); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.card-body { display: flex; padding: 25px; flex: 1; flex-direction: column; }
.card-kicker { color: var(--coral-600); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.card-body h3 { margin-top: 8px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.card-meta { display: flex; margin-top: 13px; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; padding: 6px 9px; border: 1px solid #c9dce5; border-radius: 999px; color: #4d6878; background: #f7fbfc; font-size: 9px; font-weight: 750; }
.tag.orange { border-color: #ffd0c0; color: #b23b1e; background: var(--coral-100); }
.card-body .desc { display: -webkit-box; margin-top: 17px; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; font-size: 13.5px; }
.card-foot { display: flex; margin-top: auto; padding-top: 22px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); font-size: 12px; font-weight: 850; }
.card-link svg { width: 17px; color: var(--coral-500); transition: transform .25s ease; }
.card-program:hover .card-link svg { transform: translateX(4px); }
.filter-panel { display: grid; margin-bottom: 40px; padding: 22px; grid-template-columns: 210px 1fr; gap: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.filter-panel > div:first-child { display: flex; grid-row: 1 / 3; flex-direction: column; justify-content: center; }
.filter-panel > div:first-child strong { font-family: var(--font-title); font-size: 14px; }
.filter-panel > div:first-child span { margin-top: 6px; color: var(--ink-soft); font-size: 11px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { min-height: 34px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: #526978; background: var(--white); font-size: 10px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.filter-chip:hover, .filter-chip.active { border-color: var(--navy-900); color: var(--white); background: var(--navy-900); }
.progression-section { background: var(--white); }
.progress-track { display: grid; padding: 42px; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff, #f4fbfc); box-shadow: var(--shadow-sm); }
.progress-track > div { display: flex; min-width: 0; align-items: center; flex-direction: column; text-align: center; }
.progress-track > div span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-900); box-shadow: 0 0 0 7px var(--aqua-100); font-family: var(--font-title); font-size: 12px; font-weight: 800; }
.progress-track > div strong { margin-top: 18px; font-family: var(--font-title); font-size: 11px; }
.progress-track > div small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; }
.progress-track > i { width: clamp(20px, 3vw, 52px); height: 1px; margin-top: -34px; background: #b6d2dc; }
.commercial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.commercial-copy p { max-width: 570px; margin: 20px 0 28px; }
.commercial-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.commercial-cards article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.commercial-cards article > span { color: var(--coral-500); font-family: var(--font-title); font-size: 11px; font-weight: 800; }
.commercial-cards h3 { margin-top: 20px; font-size: 21px; }
.commercial-cards p { margin: 14px 0 24px; font-size: 13px; }
.commercial-cards strong { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy-900); font-size: 11px; }

/* Home: decision routes */
.decision-routes { position: relative; z-index: 3; padding: 42px 0 26px; background: var(--white); }
.decision-routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.decision-route { position: relative; display: flex; min-height: 270px; overflow: hidden; padding: 36px; align-items: flex-end; border-radius: 28px 86px 28px 28px; color: var(--white); isolation: isolate; }
.decision-route--direct { border-radius: 86px 28px 28px 28px; }
.decision-route::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,29,44,.94) 0%, rgba(3,29,44,.72) 58%, rgba(3,29,44,.12) 100%); content: ""; transition: background .45s ease; }
.decision-route--direct::after { background: linear-gradient(90deg, rgba(6,46,70,.94) 0%, rgba(8,118,167,.72) 60%, rgba(8,118,167,.12) 100%); }
.decision-route > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .5s ease; }
.decision-route:hover > img { transform: scale(1.06); }
.decision-route > div { max-width: 430px; }
.decision-route small { color: #8fe5e4; font-family: var(--font-title); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.decision-route h2 { max-width: 360px; margin-top: 10px; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.decision-route p { max-width: 390px; margin-top: 11px; color: rgba(255,255,255,.76); font-size: 13px; }
.decision-route strong { display: inline-flex; margin-top: 22px; align-items: center; gap: 11px; font-size: 12px; }
.decision-route strong span { color: var(--coral-500); transition: transform .25s ease; }
.decision-route:hover strong span { transform: translateX(5px); }
.decision-route-number { position: absolute; top: 26px; right: 30px; color: rgba(255,255,255,.38); font-family: var(--font-title); font-size: 13px; font-weight: 800; letter-spacing: .12em; }

/* Home: JSON-powered program explorer */
.program-explorer-section { background: linear-gradient(180deg, var(--white), #f7fbfc); }
.program-explorer { display: grid; grid-template-columns: minmax(220px, .29fr) minmax(0, 1fr); gap: 28px; align-items: stretch; }
.program-explorer-tabs { display: flex; padding: 5px 0; flex-direction: column; }
.program-explorer-tab { position: relative; display: grid; min-height: 74px; padding: 15px 18px; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); background: transparent; text-align: left; cursor: pointer; transition: color .3s ease, padding-left .3s ease, background .3s ease; }
.program-explorer-tab:first-child { border-top: 1px solid var(--line); }
.program-explorer-tab::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--coral-500); content: ""; opacity: 0; transform: scaleY(.25); transition: opacity .3s ease, transform .3s ease; }
.program-explorer-tab:hover, .program-explorer-tab.is-active { padding-left: 24px; color: var(--navy-900); background: #f3fafc; }
.program-explorer-tab.is-active::before { opacity: 1; transform: scaleY(1); }
.program-explorer-tab > span { color: #7c98a7; font-family: var(--font-title); font-size: 10px; font-weight: 850; }
.program-explorer-tab > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.program-explorer-tab strong { overflow: hidden; font-family: var(--font-title); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.program-explorer-tab small { color: #718896; font-size: 9px; }
.program-explorer-stage { position: relative; display: grid; min-height: 600px; overflow: hidden; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); border-radius: 34px 96px 34px 34px; color: var(--white); background: var(--navy-900); box-shadow: 0 30px 70px rgba(3,29,44,.18); }
.program-explorer-stage::before { position: absolute; z-index: 2; top: -120px; left: -100px; width: 330px; height: 330px; border: 1px solid rgba(57,198,199,.17); border-radius: 50%; content: ""; pointer-events: none; }
.program-explorer-copy { position: relative; z-index: 3; display: flex; padding: clamp(34px, 4vw, 62px); justify-content: center; flex-direction: column; transition: opacity .24s ease, transform .24s ease; }
.program-explorer-index { display: flex; margin-bottom: 36px; align-items: center; gap: 14px; }
.program-explorer-index > span { color: var(--coral-500); font-family: var(--font-title); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.program-explorer-index > small { color: #9ec8d4; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.program-explorer-objective { color: #73dedf; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.program-explorer-copy h3 { margin-top: 10px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.program-explorer-copy > p { max-width: 480px; margin-top: 20px; color: #c4d8df; font-size: 14px; }
.program-explorer-meta { display: flex; margin: 24px 0 30px; flex-wrap: wrap; gap: 8px; }
.program-explorer-meta span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d5e7eb; font-size: 9px; font-weight: 800; }
.program-explorer-copy .btn { align-self: flex-start; }
.program-explorer-stage figure { position: relative; z-index: 1; min-width: 0; margin: 0; overflow: hidden; clip-path: ellipse(82% 78% at 72% 50%); }
.program-explorer-stage figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-900), transparent 33%); content: ""; }
.program-explorer-stage img { width: 100%; height: 100%; transform: scale(1.02); transition: opacity .35s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.program-explorer.is-changing .program-explorer-copy { opacity: .16; transform: translateY(8px); }
.program-explorer.is-changing .program-explorer-stage img { opacity: .25; transform: scale(1.075); }

/* Home: progression without cards */
.swim-journey-section { background: var(--sky); }
.swim-journey { position: relative; display: grid; min-height: 300px; padding: 52px 10px 34px; grid-template-columns: repeat(6, 1fr); align-items: center; }
.swim-journey::before { position: absolute; top: 50%; right: 4%; left: 4%; height: 74px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 90' preserveAspectRatio='none'%3E%3Cpath d='M5 46c90-42 160 42 250 0s160 42 250 0 160 42 250 0 160 42 250 0 145 25 195 4' fill='none' stroke='%239ac9d6' stroke-width='2' stroke-dasharray='8 9'/%3E%3C/svg%3E") center/100% 100% no-repeat; content: ""; transform: translateY(-50%); }
.journey-stop { position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; flex-direction: column; text-align: center; transform: translateY(var(--journey-offset, 0)); }
.journey-stop:nth-child(odd) { --journey-offset: -34px; }
.journey-stop:nth-child(even) { --journey-offset: 34px; }
.journey-marker { display: grid; width: 72px; height: 72px; place-items: center; border: 9px solid var(--sky); border-radius: 50%; color: var(--white); background: var(--navy-900); box-shadow: 0 0 0 1px #97c7d4, 0 12px 30px rgba(7,44,65,.14); font-family: var(--font-title); font-size: 11px; font-weight: 850; transition: background .3s ease, transform .3s ease; }
.journey-stop:hover .journey-marker { background: var(--coral-500); transform: scale(1.08); }
.journey-stop strong { margin-top: 14px; font-family: var(--font-title); font-size: 12px; }
.journey-stop small { max-width: 145px; margin-top: 6px; color: var(--ink-soft); font-size: 9px; line-height: 1.45; }

@media (max-width: 980px) {
  .program-grid { grid-template-columns: 1fr 1fr; }
  .progress-track { overflow-x: auto; grid-template-columns: repeat(11, max-content); justify-content: start; }
  .progress-track > div { width: 120px; }
  .commercial-grid { grid-template-columns: 1fr; gap: 38px; }
  .program-explorer { grid-template-columns: 1fr; }
  .program-explorer-tabs { overflow-x: auto; flex-direction: row; scrollbar-width: thin; }
  .program-explorer-tab { min-width: 190px; border-top: 1px solid var(--line); }
  .program-explorer-stage { min-height: 540px; grid-template-columns: .8fr 1.2fr; }
  .swim-journey { overflow-x: auto; grid-template-columns: repeat(6, 150px); justify-content: start; scrollbar-width: thin; }
  .swim-journey::before { width: 900px; right: auto; left: 0; }
}
@media (max-width: 680px) {
  .program-grid, .commercial-cards { grid-template-columns: 1fr; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-panel > div:first-child { grid-row: auto; }
  .card-media { height: 230px; }
  .decision-routes { padding-top: 24px; }
  .decision-routes-grid { grid-template-columns: 1fr; }
  .decision-route, .decision-route--direct { min-height: 250px; padding: 28px; border-radius: 24px 64px 24px 24px; }
  .program-explorer-stage { min-height: 690px; grid-template-columns: 1fr; }
  .program-explorer-copy { padding: 34px 28px; }
  .program-explorer-stage figure { min-height: 320px; grid-row: 1; clip-path: ellipse(90% 82% at 58% 20%); }
  .program-explorer-stage figure::after { background: linear-gradient(0deg, var(--navy-900), transparent 42%); }
  .program-explorer-copy { grid-row: 2; }
}


.trial { display: grid; grid-template-columns: .86fr 1.14fr; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.trial-media { position: relative; min-height: 610px; overflow: hidden; background: var(--navy-900); }
.trial-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(3,29,44,.9)); content: ""; }
.trial-media > img { width: 100%; height: 100%; }
.trial-media > div { position: absolute; z-index: 2; right: 38px; bottom: 38px; left: 38px; display: flex; color: var(--white); flex-direction: column; gap: 10px; }
.trial-media span { color: #79dcdf; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.trial-media strong { max-width: 420px; font-family: var(--font-title); font-size: 27px; line-height: 1.2; }
.trial-form { padding: 42px; background: var(--white); }
.form-title { margin-bottom: 26px; }
.form-title > span { color: var(--coral-600); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.form-title h2 { margin-top: 9px; font-size: 27px; line-height: 1.15; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #334d5d; font-size: 10px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cbdde5; border-radius: 10px; outline: 0; color: var(--ink); background: #fcfefe; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(24,160,199,.12); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.trial-form .btn-block { margin-top: 22px; }
.trial-form button[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-note { margin-top: 12px; font-size: 9px; text-align: center; }
.form-success { display: none; margin-top: 14px; padding: 13px 15px; border: 1px solid #9dded7; border-radius: 10px; color: #0b625b; background: #e7fbf8; font-size: 11px; font-weight: 750; }
.form-success.show { display: block; }
.form-success.is-error { border-color: #f0b3a7; color: #8e2f20; background: #fff2ef; }
.form-success a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: stretch; }
.contact-panel { position: relative; display: flex; min-height: 640px; padding: 48px; overflow: hidden; flex-direction: column; justify-content: center; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); }
.contact-panel::after { position: absolute; right: -140px; bottom: -140px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025); content: ""; }
.contact-panel > img { width: 108px; height: 108px; margin-bottom: 30px; object-fit: contain; }
.contact-panel h2 { max-width: 410px; margin-top: 13px; font-size: clamp(32px, 3vw, 45px); line-height: 1.08; }
.contact-panel > p { max-width: 440px; margin-top: 19px; color: #bfd3dc; }
.contact-methods { position: relative; z-index: 2; display: grid; margin-top: 34px; gap: 10px; }
.contact-methods a { display: flex; padding: 15px 0; flex-direction: column; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-methods span { color: #77dce0; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-methods strong { font-size: 13px; }
.contact-form { border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro p { max-width: 480px; margin-top: 18px; }
.faq-intro img { width: 100%; height: 260px; margin-top: 28px; border-radius: var(--radius-md); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; width: 100%; padding: 23px 0; align-items: center; justify-content: space-between; gap: 22px; border: 0; background: transparent; font-family: var(--font-title); font-size: 15px; font-weight: 750; text-align: left; cursor: pointer; }
.faq-q svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--coral-500); stroke-width: 2; transition: transform .25s ease; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 42px 22px 0; font-size: 13.5px; }

@media (max-width: 900px) {
  .trial, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .trial-media { min-height: 440px; }
  .contact-panel { min-height: 500px; }
  .faq-intro { position: static; }
}
@media (max-width: 560px) {
  .trial-form, .contact-panel { padding: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .trial-media { min-height: 380px; }
  .trial-media > div { right: 24px; bottom: 24px; left: 24px; }
}


.experience-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.experience-copy > p, .methodology-copy > p, .commercial-copy > p, .steps-copy > p { margin-top: 21px; }
.experience-values { display: grid; margin-top: 32px; gap: 0; }
.experience-values > div { display: grid; padding: 18px 0; grid-template-columns: 42px 150px 1fr; align-items: start; gap: 12px; border-bottom: 1px solid var(--line); }
.experience-values span { color: var(--coral-500); font-family: var(--font-title); font-size: 10px; font-weight: 850; }
.experience-values strong { font-family: var(--font-title); font-size: 13px; }
.experience-values small { color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.photo-mosaic { display: grid; height: 590px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.photo-mosaic figure { margin: 0; overflow: hidden; border-radius: 20px; }
.photo-mosaic .photo-large { grid-row: 1 / 3; border-radius: 96px 20px 20px 20px; }
.photo-mosaic img { width: 100%; height: 100%; transition: transform .65s ease; }
.photo-mosaic figure:hover img { transform: scale(1.04); }
.recommendation-section { color: var(--white); background: var(--navy-900); }
.age-tool { display: grid; grid-template-columns: .76fr 1.24fr; gap: 72px; align-items: center; }
.age-tool-copy h2 { margin-top: 13px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.age-tool-copy p { margin-top: 18px; color: #b9ced9; }
.age-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.age-btn { min-height: 55px; padding: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #d9ebef; background: rgba(255,255,255,.04); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .25s ease, border .25s ease, transform .25s ease; }
.age-btn:hover, .age-btn.active { border-color: var(--coral-500); background: var(--coral-500); transform: translateY(-2px); }
.age-result { display: flex; min-height: 84px; margin-top: 12px; padding: 17px 20px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #a9c1cd; background: rgba(255,255,255,.055); font-size: 11px; }
.age-result div { display: flex; flex-direction: column; gap: 5px; }
.age-result strong { color: var(--white); font-family: var(--font-title); font-size: 15px; }
.age-result .btn { width: auto; min-height: 39px; }
.cycle-banner { display: flex; padding: 48px; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid #c8dfe7; border-radius: var(--radius-lg); background: linear-gradient(115deg, #fff, #f6fcfd); box-shadow: var(--shadow-sm); }
.cycle-banner h2 { margin-top: 11px; font-size: clamp(27px, 3vw, 39px); line-height: 1.1; }
.cycle-banner p { margin-top: 10px; }
.schedule-grid, .cycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.schedule-card, .cycle-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.schedule-card span, .cycle-card span { color: var(--coral-600); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.schedule-card h3, .cycle-card h3 { margin-top: 9px; font-size: 20px; }
.schedule-card p, .cycle-card p { margin-top: 11px; font-size: 12px; }
.steps-layout { display: grid; grid-template-columns: 1.07fr .93fr; gap: 70px; align-items: center; }
.steps-photo { height: 590px; overflow: hidden; border-radius: 24px 100px 24px 24px; }
.steps-photo img { width: 100%; height: 100%; }
.number-steps { display: grid; margin: 28px 0 30px; padding: 0; gap: 0; list-style: none; }
.number-steps li { display: grid; padding: 18px 0; grid-template-columns: 48px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.number-steps li > span { color: var(--coral-500); font-family: var(--font-title); font-size: 11px; font-weight: 850; }
.number-steps strong { font-family: var(--font-title); font-size: 14px; }
.number-steps p { margin-top: 5px; font-size: 11px; }
.about-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.about-statement p { margin-top: 20px; }
.about-principles { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.about-principles article { min-height: 210px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-principles article:nth-child(2n) { border-right: 0; }
.about-principles article:nth-last-child(-n+2) { border-bottom: 0; }
.about-principles span { color: var(--coral-500); font-family: var(--font-title); font-size: 10px; font-weight: 850; }
.about-principles h3 { margin-top: 38px; font-size: 20px; }
.about-principles p { margin-top: 10px; font-size: 12px; }
.methodology-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.methodology-photo { position: relative; height: 610px; overflow: hidden; border-radius: 100px 24px 24px 24px; }
.methodology-photo::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,29,44,.86)); content: ""; }
.methodology-photo > img { width: 100%; height: 100%; }
.methodology-photo > div { position: absolute; z-index: 2; right: 34px; bottom: 32px; left: 34px; display: flex; color: var(--white); flex-direction: column; gap: 7px; }
.methodology-photo strong { font-family: var(--font-title); font-size: 20px; }
.methodology-photo span { color: #c3d9e1; font-size: 11px; }
.check-list { display: grid; margin: 30px 0 0; padding: 0; gap: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 32px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.check-list li::before { position: absolute; top: 14px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral-500); content: "✓"; font-size: 10px; }
.safety-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.safety-copy h2 { margin-top: 13px; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.safety-copy p { margin-top: 20px; }
.safety-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.safety-points article { display: flex; min-height: 160px; padding: 25px; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.035); }
.safety-points span { color: var(--coral-500); font-family: var(--font-title); font-size: 10px; font-weight: 850; }
.safety-points strong { margin-top: auto; font-family: var(--font-title); font-size: 16px; }
.safety-points small { margin-top: 6px; color: #9ebac7; font-size: 10px; }
.real-gallery { display: grid; height: 650px; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.real-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.real-gallery .gallery-wide { grid-row: 1 / 3; }
.real-gallery .gallery-wide:last-child { grid-column: 3; }
.real-gallery img { width: 100%; height: 100%; transition: transform .6s ease; }
.real-gallery figure:hover img { transform: scale(1.035); }
.real-gallery figcaption { position: absolute; right: 13px; bottom: 13px; left: 13px; padding: 11px 13px; border-radius: 10px; color: var(--white); background: rgba(3,29,44,.78); font-size: 10px; font-weight: 750; backdrop-filter: blur(8px); }
.values-band { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.values-band > div { display: flex; max-width: 400px; flex-wrap: wrap; gap: 8px; }
.values-band span { padding: 7px 10px; border-radius: 999px; color: var(--navy-900); background: var(--white); font-size: 9px; font-weight: 800; }
.values-band h2 { max-width: 440px; font-size: 30px; line-height: 1.15; }
.cta-final .wrap { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-final h2 { max-width: 750px; margin-top: 10px; color: var(--white); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.cta-final .hero-cta { margin-top: 0; flex: 0 0 auto; }
.image-motion { position: relative; }
.image-motion::before { position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at var(--image-light-x, 50%) var(--image-light-y, 50%), rgba(255,255,255,.2), transparent 32%); content: ""; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.image-motion:hover::before { opacity: .55; }
body .image-motion > img { transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .5s ease; will-change: transform; }
body .image-motion:hover > img { filter: saturate(1.06) contrast(1.02); transform: scale(1.055) translate3d(var(--image-shift-x, 0px), var(--image-shift-y, 0px), 0); }

/* Home: immersive value section */
.trust-showcase { position: relative; min-height: 700px; overflow: hidden; color: var(--white); background: var(--navy-950); isolation: isolate; }
.trust-showcase-media { position: absolute; z-index: -2; inset: 0; }
.trust-showcase-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,29,44,.98) 0%, rgba(3,29,44,.9) 39%, rgba(3,29,44,.42) 68%, rgba(3,29,44,.12) 100%); content: ""; }
.trust-showcase-media img { width: 100%; height: 100%; filter: saturate(.88) contrast(1.03); }
.trust-showcase-content { display: flex; min-height: 700px; padding-block: 94px; justify-content: center; align-items: flex-start; flex-direction: column; }
.trust-showcase-content h2 { max-width: 720px; margin-top: 16px; font-size: clamp(38px, 4.6vw, 68px); line-height: 1.04; letter-spacing: -.05em; }
.trust-showcase-content > p { max-width: 620px; margin-top: 22px; color: #d2e1e6; font-size: 16px; }
.trust-points { display: grid; width: min(760px, 64%); margin-top: 42px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.trust-points > div { display: flex; min-height: 160px; padding: 24px 25px 24px 0; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); }
.trust-points > div + div { padding-left: 25px; }
.trust-points > div:last-child { border-right: 0; }
.trust-points span { color: var(--coral-500); font-family: var(--font-title); font-size: 10px; font-weight: 850; }
.trust-points strong { margin-top: 12px; font-family: var(--font-title); font-size: 16px; }
.trust-points small { margin-top: 7px; color: #adc4cd; font-size: 10px; line-height: 1.5; }
.text-link--light { color: var(--white); }
.text-link--center { margin-top: 0; }

/* Home: real facilities */
.home-facilities-section { background: var(--white); }
.home-facility-gallery { display: grid; height: 650px; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.home-facility-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 22px; }
.home-facility-gallery-main { grid-row: 1 / 3; border-radius: 96px 22px 22px 22px !important; }
.home-facility-gallery figure::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(3,29,44,.88)); content: ""; }
.home-facility-gallery img { width: 100%; height: 100%; }
.home-facility-gallery figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; color: var(--white); flex-direction: column; gap: 5px; }
.home-facility-gallery figcaption strong { font-family: var(--font-title); font-size: 16px; }
.home-facility-gallery figcaption span { color: rgba(255,255,255,.76); font-size: 10px; }
.home-faq-section .faq-intro { position: static; }
.home-faq-section .faq-intro p { max-width: 560px; font-size: 15px; }

@media (max-width: 980px) {
  .experience-grid, .age-tool, .steps-layout, .about-intro, .methodology-grid, .safety-grid { grid-template-columns: 1fr; gap: 48px; }
  .photo-mosaic { height: 540px; }
  .schedule-grid, .cycle-grid { grid-template-columns: 1fr 1fr; }
  .real-gallery { height: 800px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.4fr 1fr; }
  .real-gallery .gallery-wide { grid-row: auto; }
  .real-gallery .gallery-wide:last-child { grid-column: auto; }
  .values-band, .cta-final .wrap { align-items: flex-start; flex-direction: column; }
  .trust-showcase, .trust-showcase-content { min-height: 640px; }
  .trust-showcase-media::after { background: linear-gradient(90deg, rgba(3,29,44,.97), rgba(3,29,44,.66)); }
  .trust-points { width: 100%; }
  .home-facility-gallery { height: 590px; }
}
@media (max-width: 620px) {
  .experience-values > div { grid-template-columns: 35px 1fr; }
  .experience-values small { grid-column: 2; }
  .photo-mosaic { height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; }
  .photo-mosaic .photo-large { grid-row: auto; grid-column: 1 / 3; border-radius: 60px 18px 18px 18px; }
  .age-grid, .schedule-grid, .cycle-grid, .about-principles, .safety-points { grid-template-columns: 1fr; }
  .cycle-banner { padding: 30px; align-items: flex-start; flex-direction: column; }
  .about-principles article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .about-principles article:last-child { border-bottom: 0 !important; }
  .steps-photo, .methodology-photo { height: 430px; }
  .real-gallery { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .real-gallery figure { height: 280px; }
  .trust-showcase, .trust-showcase-content { min-height: 760px; }
  .trust-showcase-media::after { background: linear-gradient(0deg, rgba(3,29,44,.99) 20%, rgba(3,29,44,.78) 100%); }
  .trust-showcase-content { padding-block: 72px; justify-content: flex-end; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points > div, .trust-points > div + div { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-points > div:last-child { border-bottom: 0; }
  .home-facility-gallery { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .home-facility-gallery figure, .home-facility-gallery-main { height: 280px; grid-row: auto; border-radius: 22px !important; }
}


.site-footer { position: relative; overflow: hidden; padding: 82px 0 26px; color: #e2f0f4; background: radial-gradient(circle at 88% 14%, rgba(21,121,155,.18), transparent 27%), linear-gradient(125deg, #031d2c 0%, #052d40 58%, #07354a 100%); }
.site-footer::before { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(57,198,199,.72), var(--coral-500), transparent); content: ""; }
.site-footer::after { position: absolute; right: -120px; bottom: -175px; width: 520px; height: 310px; border: 1px solid rgba(105,215,219,.13); border-radius: 50%; box-shadow: 0 -28px 0 -27px rgba(105,215,219,.12), 0 -56px 0 -55px rgba(105,215,219,.09); content: ""; pointer-events: none; transform: rotate(-8deg); }
.site-footer .wrap { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr 1fr; gap: 60px; }
.brand--footer { align-items: center; gap: 16px; }
.brand--footer .brand-mark { width: 82px; height: 82px; padding: 7px; border: 1px solid rgba(149,223,229,.65); border-radius: 50%; background: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.brand--footer .brand-copy strong { color: var(--white); }
.brand--footer .brand-copy small { color: #8fd8df; }
.footer-brand > p { max-width: 380px; margin-top: 24px; color: #b6cfd8; font-size: 13px; }
.footer-contact { display: flex; margin-top: 24px; flex-direction: column; gap: 8px; }
.footer-contact a { color: #d0e5ea; font-size: 12px; }
.site-footer h5 { margin-bottom: 20px; color: var(--white); font-size: 12px; letter-spacing: .05em; }
.site-footer ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.site-footer li, .site-footer li a { color: #b1cdd6; font-size: 11px; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: #7ce0e2; }
.footer-callout { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(117,217,220,.28); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.footer-callout::before { position: absolute; top: 0; left: 28px; width: 62px; height: 3px; border-radius: 0 0 4px 4px; background: var(--coral-500); content: ""; }
.footer-callout > span { color: #8ce7e9; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-callout h5 { margin: 12px 0 22px; font-size: 16px; line-height: 1.45; }
.footer-bottom { display: flex; margin-top: 60px; padding-top: 25px; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.14); color: #9cb9c3; font-size: 9px; }
.footer-bottom > div:last-child { display: flex; gap: 22px; }
.wa-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; width: 54px; height: 54px; overflow: hidden; padding: 13px; align-items: center; gap: 9px; border: 2px solid rgba(255,255,255,.78); border-radius: 999px; color: var(--white); background: #18b85b; box-shadow: 0 15px 35px rgba(5,64,35,.28); transition: width .28s ease, transform .25s ease; }
.wa-float:hover { width: 148px; transform: translateY(-3px); }
.wa-float svg { width: 26px; min-width: 26px; }
.wa-float span { font-size: 11px; font-weight: 850; white-space: nowrap; }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .site-footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div:last-child { flex-direction: column; gap: 8px; }
  .wa-float:hover { width: 54px; }
  .wa-float span { display: none; }
}

