.swim-page { --swim-ink: #102b40; --swim-muted: #637989; --swim-aqua: #4d9dff; --swim-cyan: #4cc9ff; color: var(--swim-ink); background: #f6fbfc; }
.swim-page-hero { position: relative; min-height: 570px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #082333; }
.swim-page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,29,.9) 0%, rgba(3,17,29,.57) 48%, rgba(3,17,29,.22) 100%), var(--swim-hero-image) center/cover; }
.swim-page-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 125px; background: linear-gradient(transparent, rgba(3,17,29,.45)); pointer-events: none; }
.swim-page-hero-inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; width: 100%; padding-top: 110px; padding-bottom: 72px; }
.swim-page-hero-copy { max-width: 780px; }
.swim-page-eyebrow, .swim-page-kicker { display: inline-flex; align-items: center; gap: 9px; color: #2d7ed8; font: 700 11px 'DM Sans', sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.swim-page-eyebrow { color: var(--swim-aqua); }
.swim-page-eyebrow::before, .swim-page-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 15px currentColor; }
.swim-page-hero h1 { max-width: 850px; margin: 20px 0 0; color: #fff; font: 700 clamp(2.8rem, 7vw, 6.9rem)/.94 'Space Grotesk', sans-serif; letter-spacing: -.075em; }
.swim-page-hero-copy > p { max-width: 650px; margin: 25px 0 0; color: #c5dbe4; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.65; }
.swim-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.swim-page-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.swim-hero-note { width: min(245px, 100%); padding: 20px; border: 1px solid rgba(77,157,255,.28); border-radius: 18px; background: rgba(5,29,43,.72); backdrop-filter: blur(12px); }
.swim-hero-note > span { display: grid; width: 39px; height: 39px; place-items: center; color: #06212b; border-radius: 12px; background: linear-gradient(135deg,var(--swim-aqua),var(--swim-cyan)); }
.swim-hero-note svg { width: 22px; height: 22px; }
.swim-hero-note strong { display: block; margin-top: 17px; color: #fff; font: 600 1.05rem 'Space Grotesk',sans-serif; }
.swim-hero-note p { margin: 7px 0 0; color: #9fbcc8; font-size: 12px; line-height: 1.55; }
.swim-page-intro, .swim-progress, .swim-faq { padding: 105px 0; background: #f6fbfc; }
.swim-page-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(35px,7vw,100px); align-items: center; }
.swim-page-photo { position: relative; min-height: 460px; overflow: hidden; border-radius: 22px; background: #dcecef; box-shadow: 0 25px 65px rgba(31,77,97,.16); }
.swim-page-photo::after { content: ''; position: absolute; inset: 17px -17px -17px 17px; z-index: -1; border: 1px solid rgba(36,119,212,.25); border-radius: 22px; }
.swim-page-photo img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.swim-photo-label { position: absolute; left: 20px; bottom: 20px; padding: 9px 12px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .14em; border-radius: 999px; background: rgba(4,28,42,.74); }
.swim-page-copy h2, .swim-section-head h2, .swim-practical-copy h2, .swim-page-cta h2 { margin: 18px 0 0; color: var(--swim-ink); font: 700 clamp(2rem,4vw,3.6rem)/1.02 'Space Grotesk',sans-serif; letter-spacing: -.065em; }
.swim-page-copy p { margin: 20px 0 0; color: var(--swim-muted); font-size: 15px; line-height: 1.75; }
.swim-page-copy p + p { margin-top: 13px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 25px; padding: 0; color: #2477d4; border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.text-link:hover { color: #1556a6; }
.swim-benefits, .swim-programs { padding: 105px 0; }
.swim-benefits { color: #e8f7f9; background: linear-gradient(145deg,#092738,#061622); }
.swim-programs { color: #e8f7f9; background: #071b29; }
.swim-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.swim-section-head h2 { color: #102b40; }
.swim-section-head p { max-width: 470px; margin: 0; color: var(--swim-muted); font-size: 15px; line-height: 1.7; }
.swim-benefits .swim-page-kicker, .swim-programs .swim-page-kicker, .swim-page-cta .swim-page-kicker { color: var(--swim-aqua); }
.swim-benefits .swim-section-head h2, .swim-programs .swim-section-head h2 { color: #fff; }
.swim-benefits .swim-section-head p, .swim-programs .swim-section-head p { color: #9ab5c3; }
.swim-benefit-grid, .swim-program-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.swim-benefit-card { position: relative; min-height: 235px; padding: 23px; overflow: hidden; border: 1px solid rgba(149,205,226,.15); border-radius: 19px; background: rgba(255,255,255,.045); transition: transform .3s ease,border-color .3s ease,background .3s ease; }
.swim-benefit-card:hover { transform: translateY(-7px); border-color: rgba(77,157,255,.5); background: rgba(77,157,255,.08); }
.swim-card-icon { display: grid; width: 43px; height: 43px; place-items: center; color: #06212b; border-radius: 13px; background: linear-gradient(135deg,var(--swim-aqua),var(--swim-cyan)); }
.swim-card-icon svg { width: 23px; height: 23px; }
.swim-card-number { position: absolute; top: 20px; right: 20px; color: rgba(172,226,232,.35); font: 700 12px 'Space Grotesk'; letter-spacing: .1em; }
.swim-benefit-card h3, .swim-program-card h3 { margin: 25px 0 0; color: #fff; font: 600 1.15rem 'Space Grotesk',sans-serif; }
.swim-benefit-card p, .swim-program-card p { margin: 10px 0 0; color: #9bb5c2; font-size: 13px; line-height: 1.6; }
.swim-program-grid { grid-template-columns: repeat(3,1fr); }
.swim-program-card { min-height: 305px; padding: 26px; border: 1px solid rgba(149,205,226,.16); border-radius: 21px; background: linear-gradient(145deg,rgba(14,50,68,.86),rgba(7,27,42,.85)); }
.swim-program-top { display: flex; justify-content: space-between; color: var(--swim-aqua); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.swim-program-top span:last-child { color: #88a5b2; }
.swim-program-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.swim-program-card li { display: flex; gap: 9px; color: #bed4dc; font-size: 12px; line-height: 1.45; }
.swim-program-card li::before { content: '✓'; color: var(--swim-aqua); font-weight: 700; }
.swim-program-card .text-link { color: var(--swim-aqua); }
.swim-progress { background: linear-gradient(180deg,#f8fcfd,#edf7f8); }
.swim-stage-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.swim-stage-grid::before { content: ''; position: absolute; top: 39px; right: 12%; left: 12%; height: 1px; background: rgba(36,119,212,.22); }
.swim-stage { position: relative; z-index: 1; padding: 0 17px; text-align: center; }
.swim-stage-index { display: block; color: #2477d4; font: 700 10px 'Space Grotesk'; letter-spacing: .14em; }
.swim-stage-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 14px auto 0; color: #2477d4; border: 1px solid rgba(36,119,212,.22); border-radius: 22px; background: #fff; box-shadow: 0 10px 25px rgba(31,77,97,.1); }
.swim-stage-icon svg { width: 29px; height: 29px; }
.swim-stage h3 { margin: 21px 0 0; color: var(--swim-ink); font: 600 1.05rem 'Space Grotesk',sans-serif; }
.swim-stage p { margin: 9px 0 0; color: var(--swim-muted); font-size: 12px; line-height: 1.55; }
.swim-practical { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: #071b29; }
.swim-practical-image { min-height: 500px; background: linear-gradient(90deg,rgba(7,27,41,.12),rgba(7,27,41,.55)),var(--swim-practical-image) center/cover; }
.swim-practical-copy { padding: clamp(50px,8vw,100px) clamp(25px,7vw,100px); }
.swim-practical-copy h2 { max-width: 540px; color: #fff; }
.swim-practical-list { display: grid; gap: 22px; margin-top: 38px; max-width: 560px; }
.swim-practical-list > div { display: flex; gap: 17px; align-items: flex-start; }
.swim-practical-list > div > span { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; color: #06212b; border-radius: 13px; background: var(--swim-aqua); }
.swim-practical-list svg { width: 22px; height: 22px; }
.swim-practical-list p { margin: 0; color: #a2bbc6; font-size: 13px; line-height: 1.6; }
.swim-practical-list strong { display: block; margin-bottom: 4px; color: #fff; font: 600 1rem 'Space Grotesk',sans-serif; }
.swim-faq { background: #fff; }
.swim-section-head-center { display: block; text-align: center; }
.swim-section-head-center .swim-page-kicker { justify-content: center; }
.swim-section-head-center h2 { margin-top: 17px; }
.swim-section-head-center p { max-width: 580px; margin: 16px auto 0; }
.swim-faq-list { display: grid; gap: 10px; }
.swim-faq-item { border: 1px solid rgba(24,70,91,.13); border-radius: 14px; background: #f7fbfc; }
.swim-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; padding: 0 20px; color: var(--swim-ink); cursor: pointer; font: 600 14px 'Space Grotesk',sans-serif; list-style: none; }
.swim-faq-item summary::-webkit-details-marker { display: none; }
.swim-faq-item summary span { color: #2477d4; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.swim-faq-item[open] summary span { transform: rotate(45deg); }
.swim-faq-item p { margin: 0; padding: 0 20px 20px; color: var(--swim-muted); font-size: 13px; line-height: 1.65; }
.swim-page-cta { padding: 72px 0; color: #fff; background: linear-gradient(120deg,#0b3445,#061824); }
.swim-page-cta h2 { color: #fff; }
.swim-page-cta p { max-width: 590px; margin: 14px 0 0; color: #a3beca; font-size: 14px; line-height: 1.6; }
@media (max-width: 900px) { .swim-page-hero-inner { align-items: start; flex-direction: column; padding-bottom: 60px; } .swim-hero-note { width: min(360px,100%); } .swim-benefit-grid { grid-template-columns: repeat(2,1fr); } .swim-stage-grid { grid-template-columns: repeat(2,1fr); gap: 42px 15px; } .swim-stage-grid::before { display: none; } }
@media (max-width: 700px) { .swim-page-hero { min-height: 690px; } .swim-page-hero-inner { padding-top: 80px; } .swim-page-intro, .swim-benefits, .swim-programs, .swim-progress, .swim-faq { padding: 76px 0; } .swim-page-intro-grid, .swim-practical { grid-template-columns: 1fr; } .swim-page-photo, .swim-page-photo img { min-height: 330px; } .swim-page-copy h2, .swim-section-head h2, .swim-practical-copy h2, .swim-page-cta h2 { font-size: 2.35rem; } .swim-section-head { display: block; } .swim-section-head > p { margin-top: 17px; } .swim-benefit-grid, .swim-program-grid { grid-template-columns: 1fr; } .swim-stage-grid { grid-template-columns: 1fr 1fr; } .swim-stage { padding: 0 5px; } .swim-practical-image { min-height: 340px; } .swim-practical-copy { padding: 70px 22px; } }
@media (prefers-reduced-motion: reduce) { .swim-benefit-card, .swim-stage-icon { transition: none; } }
