:root {
  --deep: #032e3f;
  --deep-2: #062535;
  --ink: #102f3a;
  --paper: #f7fbfa;
  --white: #ffffff;
  --teal: #08777b;
  --aqua: #42d8d1;
  --yellow: #ffd443;
  --open: #43d17d;
  --line: #d7e6e4;
  --muted: #5c7178;
  --soft: #eaf4f2;
  --shadow: 0 24px 70px rgba(3, 46, 63, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", "Avenir Next", Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, select, input, textarea { border-radius: 0; }
button, summary, select { cursor: pointer; }
em { color: var(--aqua); font-style: normal; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 82px 0; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lightEyebrow { color: var(--aqua); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Sora", "Avenir Next", ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(3.1rem, 6.4vw, 6.4rem); line-height: .96; color: white; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 1.02; }
h3 { margin-bottom: 12px; font-size: 1.35rem; line-height: 1.22; }
p { line-height: 1.72; }

.previewNotice {
  min-height: 38px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--yellow);
  color: var(--deep);
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}
.previewNotice span { padding: 3px 8px; border: 1px solid rgba(3,46,63,.35); border-radius: 999px; font-size: .62rem; letter-spacing: .1em; }
.previewNotice p { margin: 0; line-height: 1.3; }
.nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(3,46,63,.09); background: rgba(247,251,250,.94); backdrop-filter: blur(18px); }
.navInner { width: min(1240px, calc(100% - 32px)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--deep); }
.brandMark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--yellow); overflow: hidden; }
.brandMark img { width: 100%; height: 100%; object-fit: contain; }
.brand strong { font-size: .93rem; letter-spacing: .02em; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.menu { display: flex; align-items: center; gap: 23px; font-size: .84rem; font-weight: 700; }
.menu > a:not(.button):hover { color: var(--teal); }
.navPhone { color: var(--teal); }
.hamburger { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.hamburger i { display: block; height: 2px; margin: 5px 0; background: var(--deep); }
.button, .outlineButton {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--deep);
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease;
}
.button:hover, .outlineButton:hover { transform: translateY(-2px); }
.button.small { min-height: 40px; padding-inline: 15px; font-size: .75rem; }
.button.secondary { margin-top: 24px; background: var(--deep); color: white; }
.outlineButton { border-color: rgba(255,255,255,.4); background: transparent; color: white; }

.hero { padding: 70px 0 76px; overflow: hidden; background: radial-gradient(circle at 82% 15%, rgba(66,216,209,.22), transparent 30%), linear-gradient(140deg, var(--deep-2), var(--deep)); }
.heroGrid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.heroLead { max-width: 670px; margin-bottom: 22px; color: rgba(255,255,255,.79); font-size: 1.08rem; }
.status { margin-bottom: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: white; }
.statusBadge { min-height: 34px; padding: 6px 12px 6px 9px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,212,67,.5); border-radius: 999px; background: rgba(255,212,67,.09); animation: statusGlow 2s ease-in-out infinite; }
.statusBadge i { position: relative; width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: var(--open); box-shadow: 0 0 0 0 rgba(67,209,125,.55); animation: statusDot 1.2s ease-in-out infinite; }
.statusBadge strong { color: var(--yellow); font-size: .7rem; letter-spacing: .1em; }
.statusBadge span { padding-left: 8px; border-left: 1px solid rgba(255,212,67,.32); color: white; font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.status > p { margin: 0; color: rgba(255,255,255,.66); font-size: .85rem; }
@keyframes statusGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,212,67,0), 0 0 0 rgba(255,212,67,0); } 50% { box-shadow: 0 0 0 5px rgba(255,212,67,.07), 0 0 22px rgba(255,212,67,.18); } }
@keyframes statusDot { 0%, 100% { opacity: .55; transform: scale(.76); box-shadow: 0 0 0 0 rgba(67,209,125,.42); } 50% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 6px rgba(67,209,125,0); } }
.heroActions { margin-bottom: 25px; display: flex; flex-wrap: wrap; gap: 11px; }
.heroFacts { display: flex; flex-wrap: wrap; gap: 8px; }
.heroFacts span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.83); font-size: .72rem; }
.heroImage { position: relative; margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(255,255,255,.06); box-shadow: 0 30px 90px rgba(0,0,0,.26); }
.heroImage > img { width: 100%; height: auto; border-radius: 20px; }
.priceChip { position: absolute; min-width: 215px; padding: 12px 15px; display: flex; flex-direction: column; border-radius: 14px; background: rgba(247,251,250,.95); color: var(--deep); box-shadow: 0 14px 36px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.priceChip small { color: var(--teal); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.priceChip strong { margin-top: 3px; font-size: .83rem; }
.chipTop { top: 30px; left: -28px; }
.chipBottom { right: -25px; bottom: 35px; }

.proofBar { border-bottom: 1px solid var(--line); background: white; }
.proofGrid { display: grid; grid-template-columns: repeat(3, 1fr) 1.55fr; }
.proofGrid > div { min-height: 112px; padding: 24px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proofGrid > div:first-child { border-left: 1px solid var(--line); }
.proofGrid strong { color: var(--deep); font-family: "Sora", sans-serif; font-size: 1.18rem; }
.proofGrid span { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.proofGrid .credential { background: var(--yellow); }
.credential small { margin-bottom: 6px; color: var(--teal); font-size: .58rem; font-weight: 900; letter-spacing: .11em; }
.credential span { color: var(--deep); }

.sectionHead { margin-bottom: 35px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 50px; }
.sectionLead { max-width: 460px; margin: 0 0 5px auto; color: var(--muted); font-size: .96rem; }
.offerGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.offerCard { min-height: 270px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 38px rgba(3,46,63,.05); }
.offerCard small, .priceCard small, .coachCard small, .blogCard small { color: var(--teal); font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.offerCard h3 { margin-top: 31px; }
.offerCard p { margin-bottom: 20px; color: var(--muted); font-size: .88rem; }
.offerCard strong { margin-top: auto; color: var(--teal); font-size: .72rem; line-height: 1.4; }

.darkSection { background: var(--deep); color: white; }
.matcherGrid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; }
.darkIntro h2 { margin-bottom: 22px; }
.darkIntro > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.72); }
.trustTags { display: flex; flex-wrap: wrap; gap: 8px; }
.trustTags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.75); font-size: .7rem; }
.matcher { min-height: 470px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: white; color: var(--deep); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.progress { height: 5px; margin-bottom: 17px; overflow: hidden; border-radius: 999px; background: var(--soft); }
.progress i { display: block; height: 100%; border-radius: inherit; background: var(--aqua); transition: width .25s ease; }
.matcherCount { margin-bottom: 15px; color: var(--teal); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.matcher h3 { margin-bottom: 22px; font-size: 1.65rem; }
.matcherOptions { display: grid; gap: 9px; }
.matcherOptions button { min-height: 54px; padding: 11px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); text-align: left; font-size: .86rem; font-weight: 700; }
.matcherOptions button:hover { border-color: var(--aqua); background: #effcfb; }
.matcherOptions b { color: var(--teal); }
.matcherFoot { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .73rem; }
.matcherFoot button, .textButton { border: 0; background: transparent; color: var(--teal); font-weight: 800; }
.matcherFoot button:disabled { color: #a6b6b9; cursor: default; }
.resultBox { display: flex; flex-direction: column; justify-content: center; }
.resultBox > p:not(.matcherCount) { color: var(--muted); }
.matcherActions { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }

.methodSection { background: var(--paper); }
.methodGrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; }
.methodCard, .coachCard { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.methodCard > img { width: 100%; height: 300px; padding: 10px; object-fit: contain; background: var(--deep); }
.methodCard > div { padding: 27px; }
.methodCard p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.pillTags { display: flex; flex-wrap: wrap; gap: 7px; }
.pillTags span { padding: 6px 10px; border-radius: 999px; background: var(--soft); color: var(--teal); font-size: .67rem; font-weight: 800; }
.coachGrid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.coachCard { min-height: 570px; }
.adrianCard { display: grid; grid-template-rows: 280px 1fr; }
.coachPhoto { width: 100%; height: 280px; padding: 10px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 35%, #f7fbfa, #dcebe9 72%); }
.coachPhoto img { width: 100%; height: 100%; object-fit: contain; border-radius: 15px; box-shadow: 0 12px 34px rgba(3,46,63,.1); }
.coachCard > div { padding: 27px; }
.coachCard h3 { margin: 8px 0 14px; font-size: 1.8rem; }
.coachTitle { color: var(--teal); font-weight: 800; line-height: 1.5; }
.coachCard ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.coachCard li { padding: 8px 10px; border-radius: 9px; background: var(--soft); font-size: .72rem; font-weight: 700; }
.kubaCard { display: flex; align-items: center; background: var(--deep); color: white; }
.kubaCard small { color: var(--aqua); }
.kubaCard .coachTitle { color: var(--aqua); }
.kubaCard p:not(.coachTitle) { color: rgba(255,255,255,.72); font-size: .88rem; }
.jointPanel { margin-top: 18px; padding: 17px 20px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; border: 1px solid rgba(8,119,123,.26); border-radius: 18px; background: white; box-shadow: 0 12px 36px rgba(3,46,63,.07); }
.jointPanel > strong { min-width: 68px; min-height: 54px; padding: 0 12px; display: grid; place-items: center; border-radius: 13px; background: var(--yellow); color: var(--deep); font-size: .8rem; letter-spacing: .05em; }
.jointPanel small { display: block; margin-bottom: 4px; color: var(--teal); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.jointPanel p { margin: 0; color: var(--deep); font-size: .94rem; font-weight: 800; line-height: 1.4; }

.resultsBand { padding: 54px 0; background: var(--deep); color: white; }
.resultsGrid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; }
.resultsGrid h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.resultSteps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; overflow: hidden; }
.resultSteps span { min-height: 108px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 700; }
.resultSteps span:last-child { border: 0; }
.resultSteps b { margin-bottom: 7px; color: var(--aqua); font-size: .66rem; }

.mediaSection { background: white; }
.videoCompact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; }
.videoFrame { position: relative; min-height: 430px; padding: 14px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--deep); }
.videoFrame video { width: 100%; height: 400px; object-fit: contain; }
.videoFrame > span { position: absolute; top: 24px; left: 24px; padding: 7px 9px; border-radius: 8px; background: rgba(3,46,63,.88); color: var(--aqua); font-size: .58rem; font-weight: 900; letter-spacing: .09em; }
.videoCopy { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.videoCopy h3 { font-size: 1.8rem; }
.compare { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.compare article { padding: 18px; border-radius: 14px; background: white; }
.compare small { color: var(--teal); font-size: .62rem; font-weight: 900; }
.compare p { margin: 9px 0 0; color: var(--muted); font-size: .82rem; }
.videoCopy ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.videoCopy li { padding: 12px 14px; display: flex; gap: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: .82rem; font-weight: 800; }
.videoCopy li b { color: var(--teal); }
.galleryScroller { margin-top: 18px; padding-bottom: 7px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.galleryScroller figure { margin: 0; }
.galleryScroller figure > div { height: 245px; padding: 9px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: var(--deep); }
.galleryScroller img { width: 100%; height: 100%; object-fit: contain; }
.galleryScroller figcaption { padding: 10px 3px 0; color: var(--muted); font-size: .68rem; font-weight: 700; }
.cultureCompact { margin-top: 26px; padding: 24px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.cultureCompact h3 { font-size: 1.65rem; }
.cultureCompact p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .86rem; }
.cultureImages { height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.cultureImages img { width: 100%; height: 150px; padding: 5px; object-fit: contain; border-radius: 13px; background: white; }

.pricingSection { background: var(--soft); }
.priceGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.priceCard { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.priceCard.featured { border-color: var(--aqua); box-shadow: var(--shadow); }
.priceCard h3 { margin-top: 20px; font-size: 1.45rem; }
.priceValue { margin: 24px 0 4px; color: var(--deep); font-family: "Sora", sans-serif; font-size: 3.2rem; font-weight: 800; line-height: 1; }
.priceValue i { color: var(--muted); font-size: 1rem; font-style: normal; }
.priceCard > strong { color: var(--teal); font-size: .76rem; }
.priceCard > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: .86rem; }
.priceNotes { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.priceNotes p { margin: 0; padding: 13px 15px; border-radius: 12px; background: rgba(255,255,255,.68); color: var(--muted); font-size: .75rem; }

.knowledgeSection { background: white; }
.blogScroller { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blogCard { min-height: 280px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.blogCard h3 { margin-top: 26px; font-size: 1.22rem; }
.blogCard p { color: var(--muted); font-size: .84rem; }
.blogCard a { margin-top: auto; color: var(--teal); font-size: .75rem; font-weight: 800; }

.reviewsSection { background: var(--paper); }
.reviewGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reviewCard { min-height: 295px; margin: 0; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.stars { margin-bottom: 20px; color: #e1a700; letter-spacing: .1em; }
.reviewCard > p { margin-bottom: 24px; color: var(--ink); font-size: .91rem; }
.reviewCard cite { margin-top: auto; display: flex; flex-direction: column; font-style: normal; }
.reviewCard cite strong { font-size: .84rem; }
.reviewCard cite small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.reviewControls { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; }
.reviewNavigation { display: flex; align-items: center; gap: 10px; }
.reviewArrow { display: none; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--teal); font-size: 1rem; font-weight: 900; }
.dots { display: none; gap: 7px; }
.dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #c3d1d1; }
.dots button.active { width: 24px; border-radius: 999px; background: var(--teal); }
.textLink { color: var(--teal); font-size: .76rem; font-weight: 800; }

.faqPreview { background: white; }
.faqPreviewGrid, .fullFaqGrid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 76px; }
.faqPreviewGrid > div:first-child > p:not(.eyebrow), .fullFaq aside > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { min-height: 65px; padding: 15px 0; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; color: var(--deep); font-size: .88rem; font-weight: 800; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--teal); font-size: .65rem; }
.faqList summary i { color: var(--teal); font-size: 1.2rem; font-style: normal; transition: transform .2s ease; }
.faqList details[open] summary i { transform: rotate(45deg); }
.faqList details p { margin: -2px 30px 20px 48px; color: var(--muted); font-size: .84rem; }

.contactSection { padding: 78px 0; background: radial-gradient(circle at 15% 15%, rgba(66,216,209,.14), transparent 30%), var(--deep); color: white; }
.contactGrid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 52px; }
.contactCopy { position: sticky; top: 125px; }
.contactCopy h2 { margin-bottom: 20px; }
.contactCopy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contactPhone { display: inline-block; margin: 10px 0 23px; color: var(--yellow); font-family: "Sora", sans-serif; font-size: 1.45rem; font-weight: 800; }
.hours { border-top: 1px solid rgba(255,255,255,.16); }
.hours p { margin: 0; padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.hours span { color: rgba(255,255,255,.68); }
.contactCopy > small { margin-top: 14px; display: block; color: rgba(255,255,255,.56); line-height: 1.5; }
.formCard { padding: 34px; scroll-margin-top: 94px; border-radius: 28px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.formPreviewLabel { margin: -34px -34px 28px; padding: 10px 20px; border-radius: 28px 28px 0 0; background: var(--yellow); color: var(--deep); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-align: center; }
.formCard > h3 { margin-bottom: 5px; font-size: 1.7rem; }
.formCard > p { color: var(--muted); font-size: .85rem; }
.formHeading { margin: 25px 0 16px; display: flex; align-items: center; gap: 12px; }
.formHeading > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--deep); color: var(--aqua); font-size: .68rem; font-weight: 900; }
.formHeading div { display: flex; flex-direction: column; }
.formHeading strong { font-size: .86rem; }
.formHeading small { margin-top: 2px; color: var(--muted); font-size: .67rem; }
.formHeading.second { margin-top: 30px; }
.fieldGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fieldGrid label { display: flex; flex-direction: column; gap: 6px; }
.fieldGrid label > span { color: var(--deep); font-size: .7rem; font-weight: 800; }
.fieldGrid input, .fieldGrid select, .fieldGrid textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); font-size: .78rem; outline: none; }
.fieldGrid textarea { resize: vertical; }
.fieldGrid input:focus, .fieldGrid select:focus, .fieldGrid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,119,123,.1); }
.fieldGrid .wide { grid-column: 1 / -1; }
.availabilityNote { margin: 11px 0 0; padding: 10px 12px; border-radius: 9px; background: var(--soft); color: var(--muted); font-size: .68rem; }
.consent { margin: 16px 0; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .68rem; }
.consent input { margin-top: 2px; accent-color: var(--teal); }
.formButton { width: 100%; border: 0; }
.previewFormNotice { margin: 12px 0 0; padding: 11px; border-radius: 10px; background: #fff6cf; color: #6c5100; font-size: .74rem; font-weight: 700; text-align: center; }

footer { padding: 52px 0 22px; background: #021f2b; color: white; }
.footerInner { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footerBrand { color: white; }
.footerBrand small { color: rgba(255,255,255,.55); }
.footerInner > div > p { max-width: 470px; margin-top: 18px; color: rgba(255,255,255,.58); font-size: .82rem; }
.footerInner nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-content: start; color: rgba(255,255,255,.72); font-size: .78rem; }
.footerBottom { width: min(1180px, calc(100% - 40px)); margin: 38px auto 0; padding-top: 18px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .65rem; }
.footerBottom > div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
.tableTennisLink { color: rgba(255,255,255,.66); font-weight: 700; }
.tableTennisLink:hover { color: var(--aqua); }
.mobileCta { display: none; }

.subpageHero { padding: 82px 0; background: radial-gradient(circle at 82% 15%, rgba(66,216,209,.22), transparent 30%), var(--deep); color: white; }
.subpageHero h1 { font-size: clamp(2.7rem, 5vw, 5rem); }
.subpageHero p:last-child { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); }
.fullFaq { min-height: 780px; background: white; }
.fullFaq aside { align-self: start; position: sticky; top: 125px; }
.backLink { margin-top: 18px; display: block; color: var(--teal); font-size: .76rem; font-weight: 800; }

@media (max-width: 1050px) {
  .menu { gap: 14px; }
  .navPhone { display: none; }
  .offerGrid { grid-template-columns: 1fr 1fr; }
  .offerCard { min-height: 230px; }
  .methodGrid { grid-template-columns: 1fr; }
  .methodCard { display: grid; grid-template-columns: .8fr 1.2fr; }
  .methodCard > img { height: 100%; min-height: 340px; }
  .coachCard { min-height: 500px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 52px 0; }
  h1 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .previewNotice { min-height: 44px; gap: 7px; font-size: .68rem; }
  .previewNotice span { flex: 0 0 auto; }
  .navInner { min-height: 66px; }
  .brandMark { width: 36px; height: 36px; }
  .hamburger { display: block; }
  .menu { position: absolute; top: 66px; left: 0; right: 0; padding: 18px 20px 23px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 45px rgba(3,46,63,.13); }
  .menu.isOpen { display: flex; }
  .menu a { padding: 12px 2px; }
  .menu .button { margin-top: 8px; padding: 0 18px; }

  .hero { padding: 49px 0 55px; }
  .heroGrid { grid-template-columns: 1fr; gap: 38px; }
  .heroLead { font-size: .96rem; }
  .statusBadge { max-width: 100%; gap: 6px; }
  .statusBadge strong { font-size: .62rem; }
  .statusBadge span { font-size: .58rem; }
  .status > p { font-size: .77rem; }
  .heroActions { display: grid; }
  .heroActions a { width: 100%; }
  .heroFacts { gap: 6px; }
  .heroFacts span { font-size: .65rem; }
  .heroImage { padding: 9px; border-radius: 22px; }
  .heroImage > img { border-radius: 15px; }
  .priceChip { min-width: 184px; padding: 10px 12px; }
  .priceChip strong { font-size: .72rem; }
  .chipTop { top: -18px; left: 10px; }
  .chipBottom { right: 9px; bottom: -18px; }

  .proofGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proofGrid > div { min-height: 92px; padding: 14px 10px; border-bottom: 1px solid var(--line); }
  .proofGrid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .proofGrid > div:nth-child(3) { border-left: 0; }
  .proofGrid .credential { grid-column: 1 / -1; min-height: 105px; padding: 18px; border-bottom: 0; border-left: 1px solid var(--line); }
  .proofGrid strong { font-size: 1.05rem; }
  .proofGrid span { font-size: .68rem; line-height: 1.35; }

  .sectionHead { margin-bottom: 26px; grid-template-columns: 1fr; gap: 15px; }
  .sectionLead { margin: 0; font-size: .86rem; }
  .offerGrid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .offerCard { min-height: 225px; padding: 18px; border-radius: 17px; }
  .offerCard small { font-size: .55rem; }
  .offerCard h3 { margin-top: 22px; font-size: 1.03rem; }
  .offerCard p { font-size: .74rem; line-height: 1.55; }
  .offerCard strong { font-size: .62rem; }

  .matcherGrid { grid-template-columns: 1fr; gap: 28px; }
  .darkIntro > p:not(.eyebrow) { font-size: .87rem; }
  .matcher { min-height: 0; padding: 22px; border-radius: 20px; }
  .matcher h3 { font-size: 1.35rem; }
  .matcherOptions button { min-height: 49px; font-size: .77rem; }

  .methodGrid { gap: 12px; }
  .methodCard { display: grid; grid-template-columns: .82fr 1.18fr; }
  .methodCard > img { width: 100%; height: 100%; min-height: 290px; padding: 7px; }
  .methodCard > div { padding: 19px; }
  .methodCard h3 { font-size: 1.12rem; }
  .methodCard p:not(.eyebrow) { font-size: .75rem; }
  .coachGrid { grid-template-columns: 1fr; gap: 12px; }
  .coachCard { min-height: 0; }
  .adrianCard { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .coachPhoto { height: auto; padding: 10px; }
  .coachPhoto img { width: 100%; height: auto; object-fit: contain; }
  .coachCard > div { padding: 20px; }
  .coachCard h3 { font-size: 1.42rem; }
  .coachTitle { font-size: .77rem; }
  .coachCard ul { grid-template-columns: 1fr; gap: 5px; }
  .coachCard li { padding: 6px 8px; font-size: .62rem; }
  .kubaCard { min-height: 300px; }
  .jointPanel { margin-top: 12px; padding: 13px; gap: 11px; border-radius: 16px; }
  .jointPanel > strong { min-width: 58px; min-height: 48px; padding: 0 9px; font-size: .7rem; }
  .jointPanel small { font-size: .52rem; }
  .jointPanel p { font-size: .8rem; }

  .resultsBand { padding: 45px 0; }
  .resultsGrid { grid-template-columns: 1fr; gap: 25px; }
  .resultSteps { grid-template-columns: 1fr 1fr 1fr; }
  .resultSteps span { min-height: 92px; padding: 13px; font-size: .66rem; }

  .videoCompact { grid-template-columns: 1fr; gap: 12px; }
  .videoFrame { min-height: 380px; }
  .videoFrame video { height: 355px; }
  .videoCopy { padding: 22px; }
  .videoCopy h3 { font-size: 1.45rem; }
  .compare { grid-template-columns: 1fr 1fr; }
  .compare article { padding: 13px; }
  .compare p { font-size: .7rem; }
  .galleryScroller { margin-right: -14px; overflow-x: auto; grid-template-columns: repeat(4, 73vw); scroll-snap-type: x mandatory; }
  .galleryScroller figure { scroll-snap-align: start; }
  .galleryScroller figure > div { height: 300px; }
  .cultureCompact { padding: 18px; grid-template-columns: 1fr; gap: 18px; }
  .cultureImages { height: 120px; overflow-x: auto; grid-template-columns: repeat(4, 110px); }
  .cultureImages img { height: 120px; }

  .priceGrid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .priceCard { padding: 18px; border-radius: 18px; }
  .priceCard h3 { font-size: 1.03rem; }
  .priceValue { font-size: 2.2rem; }
  .priceCard > p:last-child { font-size: .72rem; }
  .priceNotes { grid-template-columns: 1fr; gap: 6px; }

  .blogScroller { margin-right: -14px; overflow-x: auto; grid-template-columns: repeat(3, 76vw); scroll-snap-type: x mandatory; }
  .blogCard { min-height: 260px; scroll-snap-align: start; }

  .reviewGrid { display: block; }
  .reviewCard { display: none; min-height: 300px; }
  .reviewCard.active { display: flex; }
  .dots { display: flex; }
  .reviewArrow { display: grid; place-items: center; }
  .reviewControls { align-items: center; }

  .faqPreviewGrid, .fullFaqGrid { grid-template-columns: 1fr; gap: 35px; }
  .faqList summary { font-size: .8rem; }
  .faqList details p { margin-left: 40px; font-size: .77rem; }
  .fullFaq aside { position: static; }

  .contactSection { padding: 52px 0; }
  .contactGrid { grid-template-columns: 1fr; gap: 32px; }
  .contactCopy { position: static; }
  .formCard { padding: 21px; scroll-margin-top: 78px; border-radius: 21px; }
  .formPreviewLabel { margin: -21px -21px 23px; border-radius: 21px 21px 0 0; }
  .fieldGrid { grid-template-columns: 1fr; gap: 10px; }
  .fieldGrid .wide { grid-column: auto; }
  .formHeading small { font-size: .62rem; }

  .footerInner { width: min(100% - 28px, 620px); grid-template-columns: 1fr; gap: 28px; }
  .footerBottom { width: min(100% - 28px, 620px); flex-direction: column; gap: 10px; }
  .mobileCta { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .8fr 1.2fr; border-top: 1px solid rgba(255,255,255,.14); background: var(--deep); box-shadow: 0 -12px 35px rgba(3,46,63,.22); }
  .mobileCta a { display: grid; place-items: center; color: white; font-size: .75rem; font-weight: 800; }
  .mobileCta a:first-child { margin: 8px 4px 8px 8px; border: 1px solid rgba(66,216,209,.58); border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
  .mobileCta a:last-child { margin: 8px 8px 8px 4px; border-radius: 999px; background: var(--yellow); color: var(--deep); }
  .subpageHero { padding: 60px 0; }
}

@media (max-width: 420px) {
  .previewNotice p { max-width: 230px; }
  .offerCard { min-height: 238px; }
  .methodCard { grid-template-columns: 1fr; }
  .methodCard > img { height: 250px; min-height: 0; }
  .coachPhoto { height: auto; }
  .coachCard > div { padding: 17px; }
  .coachCard h3 { font-size: 1.25rem; }
  .priceCard { padding: 15px; }
  .priceValue { font-size: 1.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .statusBadge, .statusBadge i { animation: none !important; }
}

/* Production compatibility: the Wix-hosted shell and live islands keep their
   existing markup while the accepted compact homepage uses this visual layer. */
.homeV2 .nav__inner { width: min(1240px, calc(100% - 32px)); min-height: 78px; height: auto; }
.homeV2 .nav .pill { min-height: 40px; padding-inline: 15px; background: var(--yellow); color: var(--deep); font-size: .75rem; }
.homeV2 .brand > span { width: 40px; border-radius: 12px; transform: none; overflow: hidden; }
.homeV2 .brand > span img { width: 100%; height: 100%; object-fit: contain; }
.homeV2 .brand b { color: var(--deep); }

.homeV2 .offerCard { color: inherit; }
.homeV2 .offerCard:hover { border-color: var(--aqua); transform: translateY(-3px); box-shadow: var(--shadow); }

.homeV2 .matcher { min-height: 0; }
.homeV2 .matcher > small { display: block; margin-bottom: 15px; color: var(--teal); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.homeV2 .matcher .options { margin-top: 0; display: grid; grid-template-columns: 1fr; gap: 9px; }
.homeV2 .matcher .options button { min-height: 54px; padding: 11px 15px; border-radius: 14px; background: var(--paper); font-size: .86rem; }
.homeV2 .matcher .options button:hover { border-color: var(--aqua); background: #effcfb; }
.homeV2 .matcher .options b { color: var(--teal); }
.homeV2 .matcher .result { min-height: 0; }

.homeV2 .videoFrame { align-content: center; }
.homeV2 .videoFrame .videoStage { width: 100%; }
.homeV2 .videoFrame .videoStage video { width: 100%; height: 400px; aspect-ratio: auto; object-fit: contain; border-radius: 16px; }
.homeV2 .videoFrame .videoOpenLink { margin-right: 4px; color: var(--aqua); }

.homeV2 [data-random-reviews]:not([data-ready]) .reviewCard:nth-child(n+4) { display: none; }
.homeV2 .reviewCard[hidden] { display: none !important; }
.homeV2 .reviewLinks { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }

.homeV2 .formCard .formNotice { margin-top: .9rem; }
.homeV2 .formCard .formEnhanced { margin-top: 1.25rem; }
.homeV2 .formCard .formStep + .formStep { margin-top: 1.35rem; padding-top: 1.35rem; border-top: 1px solid var(--line); }
.homeV2 .formCard .formStepHead { margin-bottom: 1rem; display: flex; gap: .75rem; align-items: center; }
.homeV2 .formCard .formStepHead > span { width: 2rem; aspect-ratio: 1; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--deep); font: 800 .65rem Sora, sans-serif; }
.homeV2 .formCard .formStepHead strong, .homeV2 .formCard .formStepHead small { display: block; }
.homeV2 .formCard .formStepHead strong { font: 700 .95rem Sora, sans-serif; }
.homeV2 .formCard .formStepHead small { margin-top: .2rem; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.homeV2 .formCard .formExtra { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.homeV2 .formCard .formExtra label { min-width: 0; display: grid; gap: .35rem; }
.homeV2 .formCard .formExtra label > span, .homeV2 .formCard .form label > span, .homeV2 .formCard .availabilityField legend { color: var(--deep); font-size: .7rem; font-weight: 800; }
.homeV2 .formCard .formExtra select, .homeV2 .formCard .availabilityFields select, .homeV2 .formCard .form input:not([type=checkbox]), .homeV2 .formCard .form textarea { width: 100%; min-width: 0; min-height: 47px; padding: .85rem .9rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); color: var(--ink); }
.homeV2 .formCard .availabilityField { min-width: 0; margin: 0; padding: 0; grid-column: 1 / -1; border: 0; }
.homeV2 .formCard .availabilityFields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.homeV2 .formCard .availabilityFields label { min-width: 0; display: grid; gap: .35rem; }
.homeV2 .formCard .availabilityHint { display: block; margin-top: .5rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.homeV2 .formCard .form { margin-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.homeV2 .formCard .form .wide { grid-column: 1 / -1; }
.homeV2 .formCard .consent { display: grid; grid-template-columns: auto 1fr; gap: .6rem; }
.homeV2 .formCard .pill { width: 100%; min-height: 48px; border: 0; border-radius: 999px; background: var(--yellow); color: var(--deep); font-weight: 800; }

.homeV2 footer { background: #021f2b; color: white; }
.homeV2 footer .footer__inner p, .homeV2 footer .footer__inner nav, .homeV2 footer .footer__bottom { color: rgba(255,255,255,.62); }
.homeV2 footer .brand b { color: white; }
.homeV2 footer .brand small { color: rgba(255,255,255,.55); }
.homeV2 footer .footer__bottom { border-top-color: rgba(255,255,255,.12); }
.homeV2 footer .quietSport { color: rgba(255,255,255,.7); }

@media (max-width: 760px) {
  .homeV2 .nav__inner { width: min(100% - 28px, 620px); min-height: 66px; }
  .homeV2 .brand > span { width: 36px; height: 36px; }
  .homeV2 .menu { top: 66px; }
  .homeV2 .videoFrame .videoStage video { height: 355px; }
  .homeV2 .reviewGrid { display: block; }
  .homeV2 .reviewCard { display: none; }
  .homeV2 .reviewCard.active { display: flex; }
  .homeV2 .formCard .formExtra, .homeV2 .formCard .availabilityFields, .homeV2 .formCard .form { grid-template-columns: 1fr; }
  .homeV2 .formCard .form .wide { grid-column: auto; }
  .homeV2 .mobileCta { grid-template-columns: .8fr 1.2fr; padding: 0; gap: 0; height: 62px; }
  .homeV2 .mobileCta a:first-child { margin: 8px 4px 8px 8px; border-color: rgba(66,216,209,.58); background: rgba(255,255,255,.06); }
  .homeV2 .mobileCta a:last-child { margin: 8px 8px 8px 4px; background: var(--yellow); }
}
