:root {
  color-scheme: light;
  --ink: #21332b;
  --muted: #68736c;
  --cream: #fbf6ea;
  --paper: #fffdf7;
  --green: #236b55;
  --green-deep: #184d3e;
  --lime: #dce7a0;
  --apricot: #efb182;
  --apricot-soft: #fae3d1;
  --line: #d9d6ca;
  --white: #ffffff;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

[data-ah-icon] {
  width: 1.15em;
  height: 1.15em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

[data-ah-icon] svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-mark { width: 18px; height: 18px; object-fit: contain; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(217, 214, 202, 0.9);
  background: rgba(251, 246, 234, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}

.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.84rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-cta { display: inline-flex; gap: 8px; align-items: center; padding: 11px 15px; border-radius: 999px; background: var(--green); color: var(--white); }

.hero { padding: 66px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr); gap: 68px; align-items: center; }

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 21px;
  padding: 8px 13px;
  border: 1px solid #bdc99f;
  border-radius: 999px;
  background: #eff3d2;
  color: #35543d;
  font-size: 0.78rem;
  font-weight: 800;
}

h1, h2, h3, p { overflow-wrap: break-word; }

h1 {
  max-width: 840px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 7vw, 6.8rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.047em;
}

h1 span { color: var(--green); }
.hero-subheadline { max-width: 700px; margin: 25px 0 0; color: var(--ink); font-size: clamp(1.14rem, 2vw, 1.34rem); font-weight: 700; line-height: 1.58; letter-spacing: -0.015em; }
.hero-lead { max-width: 700px; margin: 13px 0 0; color: var(--muted); font-size: 0.98rem; line-height: 1.75; }
.hero-lead strong { color: var(--ink); }

.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 19px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--white) !important;
  font-weight: 800;
  text-decoration: none;
}

.button.secondary { background: transparent; color: var(--green) !important; }
.button.light { border-color: var(--white); background: var(--white); color: var(--green-deep) !important; }
.button.disabled { border-color: #c7cbc4; background: #e8ebe5; color: #788078 !important; cursor: default; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: 0.82rem; }

.hero-visual { position: relative; padding: 0 0 34px 34px; }
.hero-photo { position: relative; min-height: 610px; overflow: hidden; border-radius: 180px 180px 24px 24px; background: #d8ddcf; }
.hero-photo img { width: 100%; height: 610px; object-fit: cover; object-position: center 38%; filter: saturate(0.88) contrast(1.02); }
.hero-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(18, 54, 43, 0.65)); }

.hero-note {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 0;
  width: min(330px, 78%);
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 20px 55px rgba(42, 55, 46, 0.13);
}

.hero-note strong { display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; line-height: 1.2; }
.hero-note p { margin: 9px 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.55; }
.hero-badge { position: absolute; z-index: 2; left: 0; top: 76px; width: 118px; height: 118px; display: grid; place-items: center; padding: 18px; border-radius: 50%; background: var(--lime); color: var(--green-deep); font-size: 0.75rem; font-weight: 800; line-height: 1.35; text-align: center; transform: rotate(-7deg); }

.promise-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.promise-item { min-height: 128px; padding: 25px 22px; border-right: 1px solid var(--line); }
.promise-item:last-child { border-right: 0; }
.promise-item > span { color: var(--green); font-size: 1.28rem; }
.promise-item strong { display: block; margin-top: 12px; font-size: 0.9rem; }
.promise-item p { margin: 6px 0 0; color: var(--muted); font-size: 0.82rem; line-height: 1.5; }

section { padding: 84px 0; }
.section-head { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 74px; align-items: start; }
.section-label { margin: 0 0 13px; color: var(--green); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.2vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.038em;
}

.section-copy { margin: 9px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.8; }
.section-copy strong { color: var(--ink); }

.golden-age { background: var(--green-deep); color: var(--white); }
.golden-age .section-label { color: var(--lime); }
.golden-age .section-copy { color: rgba(255, 255, 255, 0.74); }
.golden-age .section-copy strong { color: var(--white); }
.age-path { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border-top: 1px solid rgba(255,255,255,0.23); }
.age-stage { padding: 25px 25px 2px 0; border-right: 1px solid rgba(255,255,255,0.2); }
.age-stage + .age-stage { padding-left: 25px; }
.age-stage:last-child { border-right: 0; }
.age-stage .age { color: var(--lime); font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; }
.age-stage strong { display: block; margin: 12px 0 8px; }
.age-stage p { margin: 0; color: rgba(255,255,255,0.68); font-size: 0.87rem; line-height: 1.62; }
.golden-note { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.23); }
.golden-note > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green-deep); }
.golden-note strong { display: block; }
.golden-note p { margin: 5px 0 0; color: rgba(255,255,255,0.68); line-height: 1.62; }

.concerns { background: var(--paper); }
.concerns .section-head { grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); gap: 64px; }
.concerns .section-head h2 { max-width: 720px; }
.concern-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; margin-top: 50px; border-bottom: 1px solid var(--line); }
.concern { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.concern > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--apricot-soft); color: #77482c; }
.concern strong { display: block; font-family: var(--font-display); font-size: 1.38rem; font-weight: 600; line-height: 1.15; }
.concern p { margin: 6px 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.58; }

.screening { overflow: hidden; }
.screening-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 74px; align-items: start; }
.screening-copy { position: sticky; top: 110px; }
.screening-copy .section-copy { max-width: 500px; }
.foundation-list { margin-top: 30px; border-top: 1px solid var(--line); }
.foundation { display: grid; grid-template-columns: 34px 150px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.foundation .num { color: var(--green); font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; }
.foundation strong { font-size: 0.9rem; }
.foundation span:last-child { color: var(--muted); font-size: 0.85rem; line-height: 1.55; }
.report-preview { padding: 30px; border: 1px solid var(--line); background: var(--paper); box-shadow: 17px 17px 0 #e3dccd; }
.report-top { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding-bottom: 22px; border-bottom: 4px solid var(--green); }
.report-top .label { color: var(--green); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.report-top h3 { margin: 8px 0 0; font-family: var(--font-display); font-size: 2rem; font-weight: 600; line-height: 1.05; }
.report-top .age-chip { padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 0.76rem; white-space: nowrap; }
.report-row { display: grid; grid-template-columns: 44px 155px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.report-row .index { color: #b9603d; font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; }
.report-row strong { font-size: 0.88rem; }
.report-row span:last-child { color: var(--muted); font-size: 0.86rem; line-height: 1.58; }
.report-safety { display: flex; gap: 11px; margin-top: 21px; color: var(--muted); font-size: 0.8rem; line-height: 1.52; }
.report-safety [data-ah-icon] { color: var(--green); }

.catalog { background: #edf2e8; border-top: 1px solid #d4ddcf; border-bottom: 1px solid #d4ddcf; }
.catalog-number { color: var(--green); font-family: var(--font-display); font-size: clamp(5rem, 12vw, 9rem); font-weight: 600; line-height: 0.72; letter-spacing: -0.06em; }
.catalog-number span { display: block; margin-top: 19px; color: var(--muted); font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.3; text-transform: uppercase; }
.catalog-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 50px; border: 1px solid #cbd6c5; background: #cbd6c5; }
.catalog-group { min-height: 250px; padding: 28px; background: #f8fbf5; }
.catalog-group > span { color: var(--green); font-size: 1.25rem; }
.catalog-group h3 { margin: 15px 0 8px; font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; }
.catalog-group p { margin: 0; color: var(--muted); line-height: 1.65; }
.catalog-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.catalog-tags span { padding: 7px 9px; border: 1px solid #cbd6c5; background: var(--white); color: #506158; font-size: 0.72rem; font-weight: 700; }

.method-band { padding: 44px 0 50px; border-bottom: 1px solid #d4ddcf; background: #f8fbf5; }
.method-band .wrap { display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.28fr); gap: 38px; align-items: center; }
.method-intro strong { max-width: 300px; display: block; font-family: var(--font-display); font-size: 1.28rem; font-weight: 600; line-height: 1.25; }
.method-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.method-item { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 16px 13px 14px; border: 1px solid #d6dfd2; border-radius: 16px; background: rgba(255,255,255,0.62); color: var(--method-color, var(--green-deep)); }
.method-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--method-soft, #e5eee7); font-size: 1.22rem; }
.method-name { color: var(--green-deep); font-family: var(--font-display); font-size: 1.12rem; font-weight: 600; line-height: 1.05; }
.method-item[data-method="montessori"] { --method-color: #376a55; --method-soft: #e3eee5; }
.method-item[data-method="finlandia"] { --method-color: #3f6970; --method-soft: #e0ecec; }
.method-item[data-method="reggio"] { --method-color: #9a6041; --method-soft: #f5e5d9; }
.method-item[data-method="waldorf"] { --method-color: #855d6d; --method-soft: #f0e3e8; }
.method-item[data-method="cambridge"] { --method-color: #50637a; --method-soft: #e3e9ef; }
.method-item[data-method="singapore"] { --method-color: #8e692f; --method-soft: #f3ead8; }

.how { background: var(--paper); }
.steps { margin-top: 50px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 76px minmax(230px, 0.7fr) 1fr; gap: 28px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step-num { color: var(--green); font-family: var(--font-display); font-size: 2rem; font-weight: 600; }
.step strong { padding-top: 5px; font-size: 0.97rem; }
.step p { margin: 3px 0 0; color: var(--muted); line-height: 1.65; }

.outcome { padding: 0; background: var(--green-deep); color: var(--white); }
.outcome-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); }
.outcome-copy { padding: 78px max(40px, calc((100vw - 1160px) / 2)) 78px max(20px, calc((100vw - 1160px) / 2)); }
.outcome-copy .section-label { color: var(--lime); }
.outcome-copy h2 { max-width: 620px; }
.outcome-copy p { max-width: 580px; color: rgba(255,255,255,0.72); line-height: 1.75; }
.outcome-list { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.outcome-list li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,0.82); line-height: 1.55; }
.outcome-list [data-ah-icon] { margin-top: 0.2em; color: var(--lime); }
.outcome-photo { min-height: 640px; background: #365345; }
.outcome-photo img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; object-position: center; filter: saturate(0.8); }

.offer { padding: 82px 0; background: var(--cream); }
.offer-head { max-width: 900px; }
.offer-head h2 { max-width: 820px; }
.offer-head .section-copy { max-width: 760px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 42px; align-items: stretch; }
.price-card { position: relative; min-height: 100%; display: flex; flex-direction: column; padding: 28px 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 18px 45px rgba(43,59,49,0.07); }
.price-card.recommended { border: 2px solid var(--green); box-shadow: 0 24px 60px rgba(35,107,85,0.13); }
.price-card.waitlist { background: #f2f2ec; box-shadow: none; }
.price-badge { width: fit-content; display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; padding: 7px 10px; border-radius: 999px; background: #edf1cf; color: #405238; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.price-card.waitlist .price-badge { background: #e1e4dd; color: #5f675e; }
.price-card h3 { margin: 0; font-family: var(--font-display); font-size: 2rem; font-weight: 600; }
.price { margin: 14px 0 5px; font-family: var(--font-display); font-size: clamp(2.6rem, 4.2vw, 4rem); font-weight: 600; line-height: 1; letter-spacing: -0.045em; }
.price small { color: var(--muted); font-family: var(--font-body); font-size: 0.75rem; font-weight: 700; letter-spacing: 0; }
.price-card > p { margin: 9px 0 0; color: var(--muted); line-height: 1.65; }
.offer-list { display: grid; gap: 11px; margin: 22px 0 24px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 0.87rem; }
.offer-list li { display: flex; gap: 10px; }
.offer-list [data-ah-icon] { margin-top: 0.2em; color: var(--green); }
.price-card .button { width: 100%; margin-top: auto; }
.price-card small.note { display: block; margin-top: 12px; color: var(--muted); font-size: 0.72rem; line-height: 1.5; text-align: center; }
.offer-note { max-width: 920px; margin: 22px auto 0; color: var(--muted); font-size: 0.8rem; line-height: 1.65; text-align: center; }

.final-cta { padding: 74px 0; background: var(--apricot-soft); border-top: 1px solid #e6cbb7; }
.final-cta .wrap { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; }
.final-cta h2 { max-width: 790px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.final-cta p { margin: 13px 0 0; color: #735e4e; }
.final-actions { display: grid; gap: 10px; }

footer { padding: 26px 0; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 0.76rem; line-height: 1.6; }
footer .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer a { color: var(--green); }

@media (prefers-reduced-motion: no-preference) {
  .button { transition: transform 160ms ease, box-shadow 160ms ease; }
  .button:not(.disabled):hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(35,107,85,0.16); }
  .motion-reveal { opacity: 0; transform: translateY(28px); transition: opacity 720ms cubic-bezier(.22,1,.36,1), transform 820ms cubic-bezier(.22,1,.36,1); transition-delay: var(--motion-delay, 0ms); }
  .motion-reveal.motion-from-left { transform: translateX(-32px); }
  .motion-reveal.motion-scale { transform: translateY(18px) scale(0.965); }
  .motion-reveal.is-visible { opacity: 1; transform: none; }
  .hero-visual.motion-reveal .hero-photo img { transform: scale(1.065); transition: transform 1.35s cubic-bezier(.22,1,.36,1) 120ms; }
  .hero-visual.motion-reveal.is-visible .hero-photo img { transform: scale(1); }
  .hero-badge { animation: badge-float 5.5s ease-in-out infinite; }
  .method-item { transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease; }
  .method-item:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--method-color) 34%, #d6dfd2); background: var(--white); box-shadow: 0 14px 30px rgba(45,67,54,0.09); }
  .method-icon { transition: transform 260ms cubic-bezier(.22,1,.36,1); }
  .method-item:hover .method-icon { transform: translateY(-2px) rotate(-4deg); }
  @keyframes badge-float { 0%,100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-9px); } }
}

@media (max-width: 940px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .section-head, .screening-grid, .final-cta .wrap { grid-template-columns: 1fr; }
  .concerns .section-head { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-visual { max-width: 650px; margin: 0 auto; }
  .promise-grid, .age-path { grid-template-columns: repeat(2, 1fr); }
  .promise-item:nth-child(2), .age-stage:nth-child(2) { border-right: 0; }
  .promise-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .age-stage:nth-child(-n+2) { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .age-stage:nth-child(3) { padding-left: 0; }
  .section-head { gap: 26px; }
  .screening-copy { position: static; }
  .catalog-number { font-size: 7rem; }
  .method-band .wrap { grid-template-columns: 1fr; gap: 25px; }
  .method-intro strong { max-width: 560px; }
  .method-list { grid-template-columns: repeat(3, 1fr); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-copy { padding: 72px max(20px, calc((100vw - 760px) / 2)); }
  .outcome-photo, .outcome-photo img { min-height: 480px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .final-cta .button { justify-self: start; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 26px, 520px); }
  .nav { min-height: 64px; }
  .nav-cta { padding: 10px 12px; }
  .nav-cta span:last-child { display: none; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { padding-left: 0; }
  .hero-photo, .hero-photo img { min-height: 470px; height: 470px; }
  .hero-photo { border-radius: 120px 120px 20px 20px; }
  .hero-badge { width: 98px; height: 98px; left: -4px; top: 46px; font-size: 0.65rem; }
  .hero-note { right: -2px; width: 86%; }
  .promise-grid, .age-path, .concern-grid, .catalog-groups { grid-template-columns: 1fr; }
  .promise-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-item:last-child { border-bottom: 0; }
  section { padding: 66px 0; }
  .age-stage, .age-stage + .age-stage { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .age-stage:last-child { border-bottom: 0; }
  .concern-grid { gap: 0; }
  .foundation { grid-template-columns: 30px 1fr; gap: 9px; }
  .foundation span:last-child { grid-column: 2; }
  .report-preview { padding: 23px 19px; box-shadow: 9px 9px 0 #e3dccd; }
  .report-row { grid-template-columns: 34px 1fr; gap: 10px; }
  .report-row span:last-child { grid-column: 2; }
  .catalog-number { font-size: 6rem; }
  .catalog-group { min-height: auto; padding: 24px 20px; }
  .method-band { padding: 38px 0 42px; }
  .method-list { grid-template-columns: repeat(2, 1fr); }
  .method-item { min-height: 122px; }
  .step { grid-template-columns: 48px 1fr; gap: 13px; }
  .step p { grid-column: 2; }
  .outcome-copy { padding: 64px 20px; }
  .outcome-photo, .outcome-photo img { min-height: 390px; }
  .price-card { padding: 25px 20px; }
  .final-actions { width: 100%; }
}
