/* Wiking Swim — landing AquaBaby Osiecznica
   Isolated campaign styles. Mobile-first, no framework. */

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/nunito-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/nunito-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Brand palette aligned with the main Wiking Swim site (style.css). */
  --water-50: #f0f9ff;
  --water-100: #e0f2fe;
  --water-200: #bae6fd;
  --water-500: #0ea5e9;
  --water-700: #0369a1;
  --navy: #0c4a6e;
  --navy-deep: #0c4a6e;
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-soft: #fff7ed;
  --teal: #0369a1;
  --teal-soft: #e0f2fe;
  --age-green: #22c55e;
  --age-green-soft: #dcfce7;
  --age-blue: #3b82f6;
  --age-blue-soft: #dbeafe;
  --age-purple: #ec4899;
  --age-purple-soft: #fce7f3;
  --ink: #111827;
  --muted: #374151;
  --line: #e5e7eb;
  --neutral: #f9fafb;
  --white: #ffffff;
  --focus: #0c4a6e;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.08);
  --radius: 8px;
  --font: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
  --header-height: 68px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.has-mobile-sticky {
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--water-700);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--navy);
}

button,
a {
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.08;
}

h2 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.16;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.28;
}

p {
  margin-bottom: 16px;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 0;
  box-shadow: 0 0 0 6px var(--focus);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: 6px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.page-shell {
  width: min(100% - 40px, var(--shell));
  margin-inline: auto;
}

.narrow-shell {
  max-width: 820px;
}

.section {
  padding: 72px 0;
}

.section--blue {
  background: var(--water-50);
}

.section--neutral {
  background: var(--neutral);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading > p:last-child,
.section-lead {
  color: var(--muted);
  font-size: 18px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--water-700);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--water-200);
}

.text-link,
.hero__text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-width: 44px;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--large {
  min-height: 52px;
  padding: 14px 22px;
}

.button--primary {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

.button--primary:hover {
  color: var(--white);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.button--secondary-light {
  color: var(--white);
  background: rgba(12, 74, 110, 0.46);
  border-color: rgba(255, 255, 255, 0.8);
}

.button--secondary-light:hover {
  color: var(--navy-deep);
  background: var(--white);
  border-color: var(--white);
}

.button--outline {
  color: var(--water-700);
  background: var(--white);
  border-color: var(--water-700);
}

.button--outline:hover {
  color: var(--navy-deep);
  background: var(--water-100);
  border-color: var(--navy-deep);
}

.button--card {
  width: 100%;
  color: var(--white);
  background: var(--water-700);
  border-color: var(--water-700);
}

.button--card:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

/* Enrollment and header */

.enrollment-bar {
  color: var(--navy-deep);
  background: var(--water-100);
  border-bottom: 1px solid var(--water-200);
}

.enrollment-bar__inner {
  display: flex;
  min-height: 42px;
  padding-block: 8px;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(209, 213, 219, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 180ms ease;
}

.site-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.brand:hover {
  color: var(--water-700);
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
}

.desktop-nav {
  display: none;
}

.header-cta {
  min-height: 44px;
  padding: 9px 14px;
  font-size: 14px;
}

/* Hero */

.hero {
  position: relative;
  min-height: 460px;
  color: var(--white);
  background: var(--navy-deep);
  isolation: isolate;
  overflow: hidden;
}

.hero__media,
.hero__media img,
.hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -3;
}

.hero__media img {
  object-fit: cover;
  object-position: 52% 43%;
}

.hero__scrim {
  z-index: -2;
  background: rgba(12, 74, 110, 0.68);
}

.hero__inner {
  display: flex;
  min-height: 460px;
  padding-block: 38px;
  align-items: center;
}

.hero__copy {
  max-width: 680px;
}

.hero h1 {
  max-width: 650px;
  color: var(--white);
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.52;
}

.hero__actions {
  display: grid;
  gap: 10px;
}

.hero__text-link {
  margin-top: 10px;
  color: var(--white);
}

.hero__text-link:hover {
  color: var(--water-200);
}

/* Facts */

.fact-band {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.fact-band__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fact-band__grid > div {
  min-width: 0;
  padding: 17px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.fact-band__grid > div:nth-child(odd) {
  border-right: 1px solid #e5e7eb;
}

.fact-band strong,
.fact-band span {
  display: block;
}

.fact-band strong {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
}

.fact-band span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

/* Recognition */

.recognition {
  text-align: center;
}

.recognition__copy {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 18px;
}

.recognition__copy p {
  max-width: 72ch;
  margin-inline: auto;
}

.recognition__cta {
  margin-top: 12px;
}

/* Process */

.process__layout {
  display: grid;
  gap: 38px;
  align-items: center;
}

.process__content {
  min-width: 0;
}

.process-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--water-200);
}

.process-list li:last-child {
  border-bottom: 1px solid var(--water-200);
}

.process-list__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--water-700);
  border-radius: 6px;
  font-weight: 900;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.proof-note {
  margin: 22px 0 0;
  padding: 14px 16px;
  color: var(--water-700);
  background: var(--teal-soft);
  border-left: 4px solid var(--teal);
  font-weight: 800;
}

.media-frame {
  margin: 0;
}

.media-frame img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.media-frame figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.process__media img {
  aspect-ratio: 4 / 5;
  object-position: center 45%;
}

/* Schedule */

.age-filter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
  margin: 0 auto 28px;
  padding: 4px;
  gap: 4px;
  background: var(--neutral);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.age-filter__button {
  min-height: 46px;
  padding: 8px 10px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.age-filter__button:hover {
  color: var(--navy);
  background: var(--water-50);
}

.age-filter__button.is-active {
  color: var(--white);
  background: var(--water-700);
  border-color: var(--water-700);
  box-shadow: var(--shadow-sm);
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.schedule-card {
  position: relative;
  display: flex;
  min-height: 250px;
  padding: 20px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 6px solid var(--water-500);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.schedule-card[data-age-card="3-12"] {
  border-top-color: var(--age-blue);
}

.schedule-card[data-age-card="12-24"] {
  border-top-color: var(--age-purple);
}

.schedule-card[data-age-card="24-36"] {
  border-top-color: var(--age-green);
}

.schedule-card[data-age-card="3-years"] {
  border-top-color: var(--water-700);
}

.schedule-card[hidden] {
  display: none;
}

.schedule-card__age {
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 5px 9px;
  color: var(--water-700);
  background: var(--water-50);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.schedule-card[data-age-card="3-12"] .schedule-card__age {
  color: #1d4ed8;
  background: var(--age-blue-soft);
}

.schedule-card[data-age-card="12-24"] .schedule-card__age {
  color: #be185d;
  background: var(--age-purple-soft);
}

.schedule-card[data-age-card="24-36"] .schedule-card__age {
  color: #166534;
  background: var(--age-green-soft);
}

.schedule-card[data-age-card="3-years"] .schedule-card__age {
  color: var(--water-800);
  background: var(--water-100);
}

.schedule-card__companion {
  margin: -7px 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.schedule-card h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.schedule-card__time {
  margin: 3px 0 2px;
  color: var(--navy);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
}

.schedule-card__meta {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.schedule-card .button {
  margin-top: auto;
}

.schedule__footer {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.schedule__footer p {
  margin-bottom: 0;
  color: var(--muted);
}

/* Course value and price */

.course-offer {
  color: rgba(255, 255, 255, 0.9);
  background: var(--navy-deep);
}

.course-offer__layout {
  display: grid;
  gap: 34px;
}

.course-offer__value h2 {
  color: var(--white);
}

.course-offer__value .section-lead {
  color: var(--water-100);
}

.course-value-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.course-value-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.55;
}

.course-value-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--water-200);
  content: "✓";
  font-weight: 900;
}

.course-value-list strong {
  color: var(--white);
}

.course-offer__price {
  padding: clamp(24px, 4vw, 38px);
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.course-offer__price .eyebrow {
  color: var(--water-700);
}

.course-offer__price h2 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(30px, 4.6vw, 43px);
  line-height: 1.08;
}

.course-price-reference {
  display: grid;
  margin-bottom: 20px;
  padding: 18px 20px;
  justify-items: start;
  gap: 2px;
  background: linear-gradient(135deg, var(--water-50), var(--neutral));
  border: 1px solid var(--water-200);
  border-radius: 10px;
}

.course-price-reference__label,
.course-price-reference > span:last-child {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.course-price-reference__label {
  color: var(--water-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.course-price-reference strong {
  color: var(--navy);
  font-size: clamp(34px, 5.4vw, 50px);
  line-height: 1.05;
}

.course-offer__price-explainer {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
}

.payment-example {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.payment-example__title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.45;
}

.payment-schedule {
  display: grid;
  margin: 14px 0 16px;
  padding: 0;
  gap: 10px;
  list-style: none;
  counter-reset: payment-step;
}

.payment-schedule li {
  display: grid;
  grid-template-columns: 34px minmax(90px, auto) 1fr;
  min-height: 58px;
  padding: 10px 14px;
  align-items: center;
  gap: 12px;
  background: var(--water-50);
  border: 1px solid var(--water-200);
  border-radius: 8px;
  counter-increment: payment-step;
}

.payment-schedule li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: var(--water-700);
  border-radius: 50%;
  content: counter(payment-step);
  font-weight: 900;
}

.payment-schedule strong {
  color: var(--navy);
  font-size: 23px;
  line-height: 1;
}

.payment-schedule span {
  color: var(--muted);
  font-weight: 800;
}

.course-offer__actions {
  display: grid;
  margin-top: 24px;
  gap: 10px;
}

.course-offer__actions .button {
  width: 100%;
}

.course-offer__cta-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Founder */

.founder__layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.founder__media img {
  aspect-ratio: 4 / 5;
  object-position: center 46%;
}

.founder__content > p:not(.eyebrow) {
  color: var(--muted);
}

.credential-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 24px 0 28px;
  padding: 0;
  gap: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.credential-list li {
  padding: 11px 0 11px 24px;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.credential-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 12px 1px -20px;
  background: var(--orange);
  border-radius: 2px;
}

/* Facility */

.facility__layout {
  display: grid;
  gap: 30px;
  align-items: center;
}

.facility__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.water-proof {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--water-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.water-proof__label {
  margin-bottom: 10px;
  color: var(--navy) !important;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.water-proof__number {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.water-proof p {
  color: var(--muted);
}

.water-proof p strong {
  color: var(--navy);
}

.water-proof a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
}

.water-proof small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

/* Testimonials and social proof */

.early-proof {
  background: var(--neutral);
  border-bottom: 1px solid #e5e7eb;
}

.early-proof__heading {
  max-width: 880px;
}

.objection-review-grid {
  display: grid;
  max-width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: min(78vw, 320px);
  padding: 4px 0 14px;
  gap: 14px;
  contain: inline-size layout paint;
}

.google-review-grid {
  display: grid;
  width: max-content;
  min-width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: min(84vw, 380px);
  align-items: start;
  padding: 4px 0 14px;
  gap: 14px;
}

.objection-review-grid,
.google-review-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--water-200) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.google-review-viewport {
  max-width: 100%;
  contain: inline-size layout paint;
}

.objection-review-grid:focus-visible,
.google-review-viewport:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
  box-shadow: none;
}

.objection-review-card,
.google-review-card {
  scroll-snap-align: start;
}

.objection-review-card {
  display: flex;
  min-height: 320px;
  margin: 0;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--water-100);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.objection-review-card__stars {
  display: flex;
  margin-bottom: 16px;
  color: #fbbf24;
  font-family: Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 1;
}

.objection-review-card > p {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}

.objection-review-card footer {
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.objection-review-card footer > span:last-child {
  display: grid;
}

.objection-review-card footer strong {
  color: var(--ink);
  font-size: 15px;
}

.objection-review-card footer small {
  color: var(--muted);
  font-size: 12px;
}

.objection-review-card__avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.review-section-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 10px;
  align-items: center;
  font-weight: 800;
}

.google-reviews-section {
  background: var(--neutral);
}

.google-reviews-section > .page-shell {
  overflow-x: visible;
}

.review-carousel {
  position: relative;
  padding-inline: 0;
}

.review-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--water-700);
  background: var(--white);
  border: 2px solid var(--water-500);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(12, 74, 110, 0.14);
  font: inherit;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.review-carousel__button--previous {
  left: -16px;
}

.review-carousel__button--next {
  right: -16px;
}

.review-carousel__button:hover {
  color: var(--white);
  background: var(--water-700);
  border-color: var(--water-700);
}

.review-carousel__button:disabled {
  color: #6b7280;
  background: var(--neutral);
  border-color: var(--line);
  box-shadow: none;
  cursor: not-allowed;
}

.google-review-summary {
  display: flex;
  max-width: 760px;
  margin: -4px auto 28px;
  padding: 15px 0;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.google-review-summary[hidden],
.google-reviews-attribution[hidden],
.google-reviews-policy[hidden] {
  display: none !important;
}

.google-review-summary strong {
  color: var(--navy);
  font-size: 24px;
}

.google-review-card {
  display: flex;
  min-height: 300px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--water-100);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.google-review-card--fallback {
  min-height: 240px;
}

.google-review-card--static {
  min-height: 400px;
}

.google-review-card__header {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 12px;
}

.google-review-author {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.google-review-author:hover {
  color: var(--water-700);
}

.google-review-avatar,
.google-review-avatar--fallback {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  object-fit: cover;
}

.google-review-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.google-review-author__text {
  display: grid;
  min-width: 0;
  line-height: 1.3;
}

.google-review-author__text strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-review-date {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.google-review-rating {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 8px;
}

.google-review-stars {
  color: #fbbf24;
  font-family: Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 1;
}

.google-review-rating__value {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.google-review-card__body {
  min-width: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.google-review-card__body p {
  margin-bottom: 16px;
}

.google-review-card:not(.google-review-card--fallback) .google-review-card__body > p:not(.google-review-translation) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.google-review-card.is-expanded .google-review-card__body > p[data-review-copy] {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.google-review-expand {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 0 0;
  align-self: flex-start;
  align-items: center;
  color: var(--water-700);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.google-review-expand:hover {
  color: var(--navy);
}

.google-review-expand[hidden] {
  display: none;
}

.google-review-translation {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.google-review-card__footer {
  display: flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.google-review-card__footer strong {
  color: var(--ink);
}

.google-review-card__footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
}

.testimonial-source {
  display: flex;
  margin: 20px 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  color: var(--muted);
  font-size: 13px;
}

.testimonial-source[hidden] {
  display: none !important;
}

.testimonial-source a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  font-weight: 800;
}

.google-reviews-attribution {
  display: flex;
  min-height: 44px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #6b7280;
}

.google-maps-attribution-logo {
  width: 98px;
  height: 18px;
  margin: 10px 10px 5px;
  flex: 0 0 auto;
}

[data-google-reviews-third-party] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

[data-google-reviews-third-party] a {
  color: #6b7280;
}

.google-reviews-policy {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

/* First visit */

.first-visit {
  background: var(--orange-soft);
}

.first-visit__layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.first-visit__content > p:not(.eyebrow) {
  color: var(--muted);
}

.packing-list {
  display: grid;
  margin: 22px 0 28px;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.packing-list li {
  padding: 12px 14px 12px 38px;
  background: rgba(255, 255, 255, 0.76);
  border-left: 3px solid var(--orange);
}

.packing-list li::before {
  content: "✓";
  display: inline-block;
  width: 20px;
  margin-left: -25px;
  color: var(--teal);
  font-weight: 900;
}

.first-visit__media img {
  aspect-ratio: 4 / 5;
  object-position: center 42%;
}

/* FAQ */

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.faq-list summary {
  position: relative;
  min-height: 60px;
  padding: 17px 48px 17px 2px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--water-700);
  background: var(--water-100);
  border-radius: 6px;
  font-size: 23px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 70ch;
  margin: 0;
  padding: 0 48px 18px 2px;
  color: var(--muted);
}

/* Final CTA */

.final-cta {
  padding: 70px 0;
  color: rgba(255, 255, 255, 0.9);
  background: var(--navy);
  text-align: center;
}

.final-cta__inner {
  max-width: 860px;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta__inner > p:not(.eyebrow) {
  max-width: 680px;
  margin-inline: auto;
  font-size: 18px;
}

.final-cta__actions {
  display: grid;
  max-width: 680px;
  margin: 28px auto 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.final-cta__microcopy {
  margin-top: 14px !important;
  color: var(--water-200);
  font-size: 14px !important;
}

/* Footer */

.site-footer {
  color: var(--line);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  padding-block: 52px 36px;
  gap: 34px;
}

.brand--footer {
  color: var(--white);
}

.brand--footer:hover {
  color: var(--water-200);
}

.footer-brand p {
  max-width: 430px;
  margin: 18px 0 0;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 16px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 8px;
}

.site-footer a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: #dbeafe;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-bottom {
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-legal { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-top: .5rem !important; }
.footer-legal a,
.footer-consent-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.footer-consent-link { border: 0; padding: 0; color: inherit; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }
.consent-panel[hidden] { display: none; }
.consent-panel { position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0; padding: 18px; background: transparent; transform: translateY(110%); transition: transform .32s cubic-bezier(.19, 1, .22, 1); }
.consent-panel:not([hidden]) { transform: translateY(0); }
.consent-panel__card { box-sizing: border-box; width: min(760px, 100%); max-height: calc(100vh - 36px); margin: 0 auto; overflow: auto; overflow-wrap: anywhere; padding: clamp(1.1rem, 3vw, 1.5rem); border: 1px solid rgba(12, 74, 110, .12); border-radius: 10px 10px 0 0; background: var(--white); color: var(--ink); box-shadow: 0 -4px 22px rgba(5, 28, 44, .14); }
.consent-panel__card h2 { margin: 0 0 .65rem; font-size: 1.25rem; }
.consent-panel__card h2 a { color: inherit; }
.consent-panel__card p { margin: 0; line-height: 1.55; }
.consent-panel__actions { display: flex; gap: .65rem; justify-content: flex-start; flex-wrap: wrap; margin-top: 1.2rem; }
.consent-button { border: 1px solid rgba(12, 74, 110, .16); background: #f3f9fc; color: var(--navy); }
.consent-panel__actions .button--primary { border-color: var(--orange); background: var(--orange); color: var(--white); }
.consent-option { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.consent-option span { display: grid; gap: .25rem; }
.consent-option small { line-height: 1.4; color: var(--muted); }
.consent-option input { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
@media (max-width: 560px) { .consent-panel { padding: 12px; } .consent-panel__actions { display: grid; } .consent-panel__actions .button, .consent-panel__actions .consent-button { box-sizing: border-box; width: 100%; max-width: none; justify-content: center; white-space: normal; } }

/* Mobile sticky CTA */

.mobile-sticky {
  position: fixed;
  z-index: 35;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 76px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 26px rgba(12, 74, 110, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-sticky > div {
  min-width: 0;
}

.mobile-sticky strong,
.mobile-sticky span {
  display: block;
}

.mobile-sticky strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}

.mobile-sticky span {
  color: var(--muted);
  font-size: 12px;
}

.mobile-sticky .button {
  min-height: 48px;
  padding-inline: 14px;
  flex: 0 0 auto;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 559px) {
  body.has-mobile-sticky .site-header {
    transform: translateY(-110%);
  }
}

@media (min-width: 560px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  .hero {
    min-height: 520px;
  }

  .hero__inner {
    min-height: 520px;
    padding-block: 48px;
  }

  .hero__actions,
  .final-cta__actions {
    display: flex;
    flex-wrap: wrap;
  }

  .final-cta__actions {
    justify-content: center;
  }

  .fact-band__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fact-band__grid > div {
    padding: 18px 14px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 0;
    text-align: center;
  }

  .fact-band__grid > div:last-child {
    border-right: 0;
  }

  .age-filter {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .objection-review-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    scroll-snap-type: none;
  }

  .google-review-grid {
    grid-auto-columns: min(48vw, 440px);
  }

  .objection-review-grid {
    overflow-x: visible;
  }

  .schedule__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 760px) {
  .section {
    padding: 88px 0;
  }

  .page-shell {
    width: min(100% - 64px, var(--shell));
  }

  .enrollment-bar__inner {
    min-height: 38px;
  }

  .header-cta {
    padding-inline: 18px;
    font-size: 15px;
  }

  .hero {
    min-height: clamp(600px, 36.5vw, 700px);
  }

  .hero__inner {
    min-height: clamp(600px, 36.5vw, 700px);
    padding-block: 64px;
  }

  .hero__scrim {
    background: rgba(12, 74, 110, 0.78);
  }

  .hero__media img {
    object-position: center 47%;
  }

  .process__layout,
  .founder__layout,
  .first-visit__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
    gap: 64px;
  }

  .founder__layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.08fr);
  }

  .first-visit__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  }

  .process__media img,
  .founder__media img,
  .first-visit__media img {
    max-height: 660px;
  }

  .course-offer__layout {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 70px;
    align-items: start;
  }

  .course-offer__actions {
    grid-template-columns: 1fr 1fr;
  }

  .facility__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 68px;
  }

  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, minmax(130px, 0.65fr));
    gap: 40px;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }

  .desktop-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .desktop-nav a:hover {
    color: var(--water-700);
  }

  .hero__scrim {
    width: 66%;
    right: auto;
    background: rgba(12, 74, 110, 0.82);
  }

  .schedule-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .objection-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .google-review-grid {
    grid-auto-columns: min(38vw, 460px);
  }

  .mobile-sticky {
    display: none;
  }

  body.has-mobile-sticky {
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .hero__scrim {
    width: 58%;
  }
}

@media (max-width: 430px) {
  .page-shell {
    width: min(100% - 32px, var(--shell));
  }

  .brand span {
    display: none;
  }

  .header-cta {
    max-width: 148px;
  }

  .enrollment-bar__inner {
    min-height: 46px;
    font-size: 13px;
  }

  .enrollment-bar__inner span {
    display: none;
  }

  .hero {
    min-height: 448px;
  }

  .hero__inner {
    min-height: 448px;
    padding-block: 30px;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 1.45;
  }

  .schedule-card {
    min-height: 210px;
    padding: 16px;
  }

  .schedule-card__age {
    margin-bottom: 11px;
  }

  .schedule-card__meta {
    margin: 6px 0 14px;
  }

  .objection-review-card {
    min-height: 232px;
    padding: 20px;
  }

  .google-review-card {
    min-height: 292px;
    padding: 20px;
  }

  .google-review-card--fallback {
    min-height: 250px;
  }

  .google-review-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .review-carousel {
    padding-inline: 0;
  }

  .review-carousel__button {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.96);
  }

  .review-carousel__button--previous {
    left: -16px;
  }

  .review-carousel__button--next {
    right: -16px;
  }

  .testimonial-source {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .fact-band__grid > div:last-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  .final-cta {
    padding-block: 58px;
  }
}

@media (max-width: 350px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 29px;
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    min-height: 390px;
  }

  .hero__inner {
    min-height: 390px;
    padding-block: 20px;
  }

  .hero__lead {
    margin-bottom: 16px;
    font-size: 14.5px;
  }

  .hero__actions {
    gap: 8px;
  }

  .hero__actions .button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .hero__actions .button--secondary-light {
    display: none;
  }

  .hero__text-link {
    display: none;
  }

  .mobile-sticky > div {
    display: none;
  }

  .mobile-sticky .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
