/* Inter, self-hosted (SIL Open Font License 1.1 - see /assets/fonts/OFL.txt).
   Served from zhatura.com, so no request reaches Google's font CDNs and no
   visitor IP is disclosed to a third party before the cookie choice is made.
   Subset to Latin + Latin Extended-A. */
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/inter-400.woff2) format('woff2')}
@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/inter-500.woff2) format('woff2')}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/inter-600.woff2) format('woff2')}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/inter-700.woff2) format('woff2')}
:root{--green:#26944a;--green-dark:#0f5a34;--deep:#05281f;--ink:#0b1f17;--muted:#4f5f58;--line:#e4e6e2;--cream:#fbefdb;--mint:#e2f4e2;--blue:#e5f1fc;--yellow:#fbf0d8;--lav:#efe7fa;--wrap:64rem;--pad:2.875rem}
*{box-sizing:border-box}
/* Fluid scale. The whole layout is authored in rem, so one root font-size drives the
   entire design. 0.552rem + 0.7vw resolves to exactly 16px at a 1024px viewport (the
   approved mockup reference), rises to 22.4px and caps there (~1938px), giving a
   ~1434px container / ~1300px content column on a 1920px screen. Proportions are
   identical at every width; only the scale changes. Browser zoom and the reader's
   default font size still apply, because the floor and cap are rem-based. */
html{font-size:clamp(1rem,0.552rem + 0.7vw,1.4rem);scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.4}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}ul{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
.ic{width:1em;height:1em;flex:none}
.sr-only{position:absolute;width:0.0625rem;height:0.0625rem;padding:0;margin:-0.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:0.5rem;top:-3.75rem;z-index:100;background:var(--green);color:#fff;padding:0.625rem 0.875rem;border-radius:0.5rem;font-weight:600;font-size:0.8125rem}.skip-link:focus{top:0.5rem}
:focus-visible{outline:0.125rem solid var(--green);outline-offset:0.125rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* header */
.header{background:#fff;position:relative;z-index:5}
.nav{height:3.875rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}
.brand{display:flex;align-items:center;gap:0.375rem;font-weight:700;font-size:1.375rem;letter-spacing:-0.025rem;line-height:1}
.brand img{width:3.625rem;height:3.375rem;object-fit:contain}
.brand-text small{display:block;font-size:0.5625rem;letter-spacing:0.1375rem;font-weight:500;color:#2f3f38;margin-top:0.25rem}
.navlinks{display:flex;gap:1.125rem;font-size:0.71875rem;font-weight:600;align-self:stretch;align-items:center}
.navlinks a{position:relative;padding:1.375rem 0;color:#0b1f17}
.navlinks a.active{color:var(--green)}.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:0.875rem;height:0.125rem;background:var(--green)}
.nav-right{display:flex;align-items:center;gap:1.125rem}
.lang{display:inline-flex;align-items:center;gap:0.3125rem;background:none;border:0;font-size:0.75rem;font-weight:500;cursor:pointer;padding:0}
.lang .ic{width:0.9375rem;height:0.9375rem}.lang .ic-chev{width:0.6875rem;height:0.6875rem;transform:rotate(90deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5625rem;height:2.75rem;padding:0 1.5rem;border-radius:62.4375rem;font-weight:600;font-size:0.8125rem;border:0.09375rem solid #c8d3ce;color:var(--ink);background:#fff;white-space:nowrap}
.btn .ic{width:0.9375rem;height:0.9375rem}.btn .ic-play{width:1.125rem;height:1.125rem}
.btn.primary{background:var(--green);color:#fff;border-color:var(--green)}
.btn.small{height:2.375rem;padding:0 1.25rem;font-size:0.78125rem}
.btn.outline{background:#fff}

/* hero */
.hero{background:linear-gradient(90deg,#fff 0,#f9f6ee 60%,#f3ecdc 100%);position:relative;overflow:hidden}
.hero-grid{position:relative;min-height:23.625rem}
.hero-copy{padding:3.75rem 0 1.875rem;position:relative;z-index:2;width:29.375rem}
.eyebrow{font-size:0.6875rem;letter-spacing:0.09375rem;font-weight:600;color:#1a2b24}
.hero h1{font-size:3.0625rem;line-height:1.02;letter-spacing:-0.125rem;font-weight:700;color:#0d3b22;margin:0.875rem 0 0.875rem;white-space:nowrap}
.hero h1 span{color:var(--green)}
.hero p{font-size:0.875rem;line-height:1.5;color:#1f2f28;max-width:27.5rem}
.hero-actions{display:flex;gap:1rem;margin:1.125rem 0 1.875rem}
.hero-actions .btn{height:2.75rem;padding:0 1.625rem;font-size:0.8125rem}
.hero-actions .btn.primary{padding:0 2.125rem}
.mini-features{display:flex;gap:0.875rem;flex-wrap:nowrap;white-space:nowrap;width:max-content;font-size:0.59375rem;font-weight:600;color:#0f2a1e}
.mini-features span{display:inline-flex;align-items:center;gap:0.375rem}.mini-features .ic{width:0.9375rem;height:0.9375rem;color:var(--green)}
.hero-art{position:absolute;right:0;top:0;width:32rem;height:23.75rem;z-index:1}
.hero-art>img{width:32rem;height:23.75rem;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 2.5rem);mask-image:linear-gradient(90deg,transparent 0,#000 2.5rem)}
.speech{position:absolute;left:6.125rem;top:1.5625rem;width:11.875rem;height:5.125rem;background:#33593d;border-radius:1.25rem;color:#fff;display:flex;gap:0.625rem;padding:0.75rem 0.875rem 0.75rem 0.75rem;align-items:flex-start}
.speech:after{content:"";position:absolute;right:1.75rem;bottom:-0.5625rem;width:1.125rem;height:1.125rem;background:#33593d;transform:rotate(45deg);border-radius:0.1875rem}
.speech img{width:1.5rem;height:1.375rem;object-fit:contain;flex:none;background:#fff;border-radius:50%;padding:0.25rem;box-sizing:content-box}
.speech strong{display:block;font-size:1.0625rem;font-weight:700;line-height:1.1;margin-bottom:0.1875rem}.speech small{display:block;font-size:0.6875rem;line-height:1.25;color:#e6eee8}
.coachbox{position:absolute;left:21.25rem;top:10.75rem;width:8.125rem;background:#1e4d2c;border-radius:0.75rem;color:#fff;padding:0.5625rem 0.625rem 0.625rem;border:0.0625rem solid rgba(255,255,255,.12)}
.coach-head{display:flex;align-items:center;gap:0.4375rem;margin-bottom:0.375rem}.coach-head img{width:1rem;height:0.9375rem;object-fit:contain;background:#fff;border-radius:50%;padding:0.1875rem;box-sizing:content-box}
.coach-head strong{display:block;font-size:0.625rem}.coach-head small{display:block;font-size:0.53125rem;color:#cfe0d4}
.coachbox li{display:flex;align-items:center;gap:0.375rem;font-size:0.53125rem;padding:0.3125rem 0;border-top:0.0625rem solid rgba(255,255,255,.12)}.coachbox li:last-child{padding-bottom:0}.coachbox .ic{width:0.6875rem;height:0.6875rem;color:#8fd6a5}

/* benefits */
.benefits{background:#f8f8f6;border-top:0.0625rem solid var(--line);border-bottom:0.0625rem solid var(--line)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{padding:1.125rem 1rem 1.25rem;text-align:center;border-right:0.0625rem solid #dfe1dd}.benefit:last-child{border-right:0}
.bicon{width:1.875rem;height:1.875rem;color:#0b1f17;margin:0 auto}
.benefit h3{font-size:0.875rem;font-weight:700;margin:0.625rem 0 0.3125rem}.benefit p{font-size:0.75rem;line-height:1.35;color:#3d4c46;max-width:11.875rem;margin:0 auto}

/* sections */
.section{padding:1.75rem 0 1.625rem}
.section h2{font-size:1.5625rem;letter-spacing:-0.0375rem;font-weight:700;margin:0 0 0.4375rem}
.section .sub{color:#46554f;font-size:0.8125rem}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem}
.more{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.71875rem;font-weight:600;white-space:nowrap;padding-bottom:0.375rem}.more .ic{width:0.8125rem;height:0.8125rem}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.125rem}
.card{border-radius:0.875rem;overflow:hidden;height:10.8125rem;position:relative;padding:1rem 1rem 0.875rem;display:flex;flex-direction:column}
.card.student{background:var(--mint)}.card.parent{background:var(--blue)}.card.coach{background:var(--yellow)}.card.academy{background:var(--lav)}
.card>img{position:absolute;right:0;top:0;height:100%;width:auto;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 1.375rem);mask-image:linear-gradient(90deg,transparent 0,#000 1.375rem)}
.cicon{width:2.375rem;height:2.375rem;border-radius:50%;display:grid;place-items:center;position:relative;z-index:2}
.cicon svg{width:1.375rem;height:1.375rem;color:#0b1f17}
.student .cicon{background:#9bd6a5}.parent .cicon{background:#96d0f5}.coach .cicon{background:#fcda9d}.academy .cicon{background:#d7cef8}
.card h3{font-size:0.9375rem;font-weight:700;margin:0.5625rem 0 0.3125rem;position:relative;z-index:2}
.card p{font-size:0.5625rem;line-height:1.45;color:#1c2a24;max-width:6.25rem;position:relative;z-index:2}
.card a{margin-top:auto;font-weight:700;font-size:0.65625rem;display:inline-flex;align-items:center;gap:0.375rem;position:relative;z-index:2}.card a .ic{width:0.75rem;height:0.75rem}

/* how */
.how{background:#f9f9f7;border-top:0.0625rem solid #efefec}
.steps{display:flex;align-items:center;justify-content:space-between;gap:0.625rem}
.step{display:flex;gap:0.75rem;align-items:center}
.num{width:2.375rem;height:2.375rem;border-radius:50%;background:var(--green);display:grid;place-items:center;color:#fff;font-weight:700;font-size:0.9375rem;flex:none}
.step strong{display:block;font-size:0.78125rem;margin-bottom:0.1875rem}.step span{font-size:0.65625rem;color:#4a5a53}
.step-chev{width:0.875rem;height:0.875rem;color:#0b1f17;flex:none}

/* stats */
.stats{background:var(--deep);color:#fff;position:relative;overflow:hidden}
.stats:before,.stats:after{content:"";position:absolute;top:0;bottom:0;background-size:cover;background-position:center;opacity:.95}
.stats:before{left:max(0px,(100% - var(--wrap))/2);width:3rem;background-image:url(../images/stats-left.jpg?v=2)}
.stats:after{right:max(0px,(100% - var(--wrap))/2);width:6.5rem;background-image:url(../images/stats-right.jpg?v=2)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.15fr;align-items:center;height:6.875rem;position:relative;z-index:1}
.stat{display:flex;align-items:center;justify-content:center;gap:0.25rem;text-align:center}
.stat b{display:block;font-size:1.5rem;font-weight:700;letter-spacing:-0.03125rem;line-height:1.1}.stat span{display:block;font-size:0.625rem;margin-top:0.3125rem;font-weight:500}
.laurel{width:1.5rem;height:2.5rem;color:#31a35a}.laurel.flip{transform:scaleX(-1)}
.stats-source{position:relative;z-index:1;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad) 0.6875rem;font-size:0.5625rem;line-height:1.45;color:rgba(255,255,255,.6)}.stats-source a{text-decoration:underline}
.quote{font-size:0.8125rem;font-weight:600;text-align:center;padding:0;line-height:1.35;max-width:8.125rem;justify-self:end;margin-right:1.875rem}.quote small{display:block;font-size:0.625rem;font-weight:500;color:#c9d7cf;margin-top:0.375rem}

/* testimonials */
.testimonials{background:#fff}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.375rem}
.testimonial{border-radius:0.75rem;padding:0.75rem 0.875rem 0.75rem;display:flex;gap:0.75rem;align-items:flex-start;background:#fff;box-shadow:0 0.125rem 0.875rem rgba(6,40,31,.08)}
.testimonial img{width:3.875rem;height:3.875rem;border-radius:50%;object-fit:cover;flex:none}
.testimonial p{font-size:0.71875rem;line-height:1.5;margin:0.125rem 0 0.4375rem;color:#0b1f17}
.testimonial strong{display:block;font-size:0.6875rem}.testimonial span{display:block;font-size:0.59375rem;color:#4a5a53;margin-top:0.125rem}

/* cta */
.cta{background:#fcf1dd;position:relative;overflow:hidden}
.cta .inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 10.625rem;align-items:center;gap:1.5rem;padding:0.625rem var(--pad) 0.25rem}
.cta h2{font-size:1.375rem;letter-spacing:-0.025rem;font-weight:700;margin-bottom:0.5rem;white-space:nowrap}
.cta p{font-size:0.64375rem;color:#1f2f28;white-space:nowrap}
.cta-actions{display:flex;gap:0.875rem;align-items:center;margin-right:1.25rem}
.cta-actions .btn{height:2.625rem;font-size:0.75rem}
.signature{width:10.625rem;height:6.25rem;mix-blend-mode:multiply;justify-self:end}
.skyline{height:3rem;background:url(../images/heritage-strip.jpg?v=2) center/cover no-repeat;margin-top:-0.375rem}

/* footer */
.footer{background:#fff;border-top:0.0625rem solid #ece7dc}
.footer .wrap{display:flex;justify-content:space-between;align-items:center;height:4.0625rem;font-size:0.65625rem}
.footer .brand{font-size:1.1875rem}.footer .brand img{width:2.5rem;height:2.3125rem}.footer .brand-text small{font-size:0.4375rem;letter-spacing:0.1125rem;margin-top:0.1875rem}
.footer nav{display:flex;gap:1.25rem;font-weight:500}
.foot-right{display:flex;align-items:center;gap:1.375rem}.social{display:flex;gap:0.75rem}.social a{width:1.25rem;height:1.25rem;display:grid;place-items:center}.social svg{width:1.25rem;height:1.25rem}


@media(max-width:900px){.navlinks{display:none}.hero-copy{padding-top:2.25rem;width:auto;max-width:28.125rem}.hero-art{position:relative;width:100%;max-width:33.5rem;margin:0 auto 1.5rem;height:auto}.hero-art>img{width:100%;height:auto;-webkit-mask-image:none;mask-image:none}.benefit-grid,.cards{grid-template-columns:1fr 1fr}.steps{flex-wrap:wrap;justify-content:flex-start;gap:1.125rem 1.5rem}.step-chev{display:none}.stats-grid{grid-template-columns:1fr 1fr;height:auto;padding:1.375rem 0}.quote{grid-column:1/-1;justify-self:center;max-width:none;padding:0.375rem 0 0}.stats:before,.stats:after{display:none}.tgrid{grid-template-columns:1fr}.cta .inner{grid-template-columns:1fr}.cta h2,.cta p{white-space:normal}.cta-actions{margin-right:0;flex-wrap:wrap}.signature{justify-self:start}.footer .wrap{flex-direction:column;height:auto;gap:1rem;padding-top:1.125rem;padding-bottom:1.125rem}}
@media(max-width:560px){:root{--pad:1.125rem}.hero h1{font-size:2.375rem}.hero-actions{flex-direction:column;align-items:flex-start}.speech,.coachbox{transform:scale(.8);transform-origin:top left}.benefit-grid,.cards,.stats-grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:0.0625rem solid var(--line)}.section-head{flex-direction:column;align-items:flex-start;gap:0.5rem}.card{height:11.875rem}.cta-actions{flex-wrap:wrap}}

/* ---------- cookie consent banner (injected by /assets/js/consent.js) ---------- */
.cc{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:0.0625rem solid var(--line);box-shadow:0 -0.5rem 1.75rem rgba(6,40,31,.12)}
.cc-inner{max-width:var(--wrap);margin:0 auto;padding:0.875rem var(--pad);display:flex;align-items:center;gap:1.5rem;justify-content:space-between;flex-wrap:wrap}
.cc-copy{flex:1 1 24rem;min-width:0}
.cc h2{font-size:0.875rem;font-weight:700;margin:0 0 0.25rem}
.cc p{font-size:0.75rem;line-height:1.5;color:#3d4c46;margin:0;max-width:46rem}
.cc a{color:var(--green);text-decoration:underline}
.cc-actions{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap}
.cc-actions .btn{cursor:pointer}
.linklike{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}
.cc-link{background:none;border:0;padding:0.25rem;font-size:0.75rem;font-weight:600;text-decoration:underline;cursor:pointer;color:var(--ink)}
.cc-prefs{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad) 1rem;border-top:0.0625rem solid var(--line)}
.cc-row{display:flex;align-items:flex-start;gap:1rem;justify-content:space-between;padding:0.75rem 0;border-bottom:0.0625rem solid #f0f1ef}
.cc-row-copy{max-width:46rem}
.cc-row strong{display:block;font-size:0.8125rem}
.cc-row span{display:block;font-size:0.6875rem;line-height:1.5;color:#4a5a53;margin-top:0.125rem}
.cc-row input{width:1.125rem;height:1.125rem;accent-color:var(--green);flex:none;margin-top:0.25rem;cursor:pointer}
.cc-row input:disabled{cursor:not-allowed}
.cc-save{padding-top:0.875rem}
.cc-save .btn{cursor:pointer}
@media(max-width:560px){.cc-inner{gap:0.875rem;padding-top:1rem;padding-bottom:1rem}.cc-actions{width:100%}.cc-actions .btn{flex:1 1 10rem}}

/* ---------- legal / content pages ---------- */
.legal{padding:2.5rem 0 3rem}
.legal-inner{max-width:46rem}
.legal h1{font-size:2rem;letter-spacing:-0.0625rem;font-weight:700;margin:0 0 0.5rem}
.legal .updated{font-size:0.75rem;color:#5b6b64;margin:0 0 1.75rem}
.legal h2{font-size:1.125rem;font-weight:700;margin:2rem 0 0.5rem;letter-spacing:-0.01875rem}
.legal h3{font-size:0.9375rem;font-weight:700;margin:1.25rem 0 0.375rem}
.legal p,.legal li{font-size:0.875rem;line-height:1.7;color:#26352f}
.legal p{margin:0 0 0.75rem}
.legal ul{list-style:disc;padding-left:1.25rem;margin:0 0 0.75rem}
.legal li{margin-bottom:0.375rem}
.legal a{color:#14713c;text-decoration:underline}
.legal strong{font-weight:700}
.legal .entity{font-size:0.875rem;line-height:1.7;color:#26352f;margin:0 0 0.75rem;padding-left:0.875rem;border-left:0.1875rem solid var(--mint)}
.legal .lead{font-size:0.9375rem;color:#1f2f28}
.legal table{width:100%;border-collapse:collapse;margin:0 0 1rem;font-size:0.8125rem}
.legal th,.legal td{text-align:left;vertical-align:top;padding:0.5rem 0.75rem 0.5rem 0;border-bottom:0.0625rem solid var(--line);line-height:1.55}
.legal th{font-weight:700;color:#0b1f17}
.callout{background:#fff8e6;border:0.0625rem solid #e6d6a4;border-radius:0.75rem;padding:1rem 1.125rem;margin:0 0 1.75rem}
.callout p{margin:0 0 0.5rem;font-size:0.8125rem}
.callout p:last-child{margin:0}
.callout strong{color:#6b4e04}
.callout ul{margin-bottom:0}
.callout li{font-size:0.8125rem}
.todo{background:#fdf0d5;border-radius:0.25rem;padding:0 0.25rem;font-weight:700;color:#7a4b00}
@media(max-width:560px){.legal{padding:1.75rem 0 2.25rem}.legal h1{font-size:1.625rem}}

/* ---------- audience pages (/students, /parents, /coaches, /academies) ---------- */
.subhero{background:linear-gradient(90deg,#fff 0,#f9f6ee 60%,#f3ecdc 100%);padding:2.75rem 0 2.25rem;border-bottom:0.0625rem solid var(--line);position:relative;overflow:hidden}
.subhero-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.subhero-copy{max-width:34rem;flex:1}
.subhero-copy .eyebrow{font-size:0.6875rem;letter-spacing:0.09375rem;font-weight:600;color:#1a2b24;margin-bottom:0.5rem}
.subhero-copy h1{font-size:2.375rem;line-height:1.08;letter-spacing:-0.0625rem;font-weight:700;color:#0d3b22;margin:0 0 0.875rem}
.subhero-copy p{font-size:0.875rem;line-height:1.55;color:#1f2f28;margin-bottom:1.375rem}
.subhero-card{width:11rem;height:14.5rem;border-radius:1rem;overflow:hidden;position:relative;flex:none;box-shadow:0 0.5rem 1.75rem rgba(6,40,31,.12);display:flex;align-items:flex-end;padding:1.125rem}
.subhero-card.student{background:var(--mint)}.subhero-card.parent{background:var(--blue)}.subhero-card.coach{background:var(--yellow)}.subhero-card.academy{background:var(--lav)}.subhero-card.aicoach{background:linear-gradient(150deg,#0e3c23 0,#18492c 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:1.125rem}
.subhero-card.aicoach .coachbox-inner{flex:1}
.subhero-card.aicoach .coachbox-inner ul{list-style:none;padding:0;margin:0.5rem 0 0}
.subhero-card.aicoach .coachbox-inner li{display:flex;align-items:center;gap:0.375rem;font-size:0.625rem;padding:0.3125rem 0;border-top:0.0625rem solid rgba(255,255,255,.12);color:#e2f0e7}
.subhero-card.aicoach .coachbox-inner .ic{width:0.75rem;height:0.75rem;color:#8fd6a5;flex-shrink:0}
.subhero-card.aicoach .card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:0.5rem}
.aicoach .cicon{background:#9bd6a5}
.subhero-card>img{position:absolute;right:0;top:0;height:100%;width:auto;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 1.5rem);mask-image:linear-gradient(90deg,transparent 0,#000 1.5rem)}
.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:2.5rem 0}
.content-card{background:#fff;border:0.0625rem solid var(--line);border-radius:0.875rem;padding:1.375rem 1.5rem;display:flex;flex-direction:column;box-shadow:0 0.125rem 0.5rem rgba(6,40,31,.03)}
.content-card h2{font-size:1.1875rem;font-weight:700;color:var(--ink);letter-spacing:-0.02rem;margin-bottom:0.625rem}
.content-card p{font-size:0.8125rem;line-height:1.6;color:#2f3f38;margin:0 0 0.625rem}
.content-card p:last-child{margin-bottom:0}
.content-card ul{list-style:none;padding:0;margin:0.25rem 0 0.625rem}
.content-card li{position:relative;padding-left:1.25rem;font-size:0.8125rem;line-height:1.6;color:#2f3f38;margin-bottom:0.375rem}
.content-card li:before{content:"•";position:absolute;left:0.25rem;color:var(--green);font-size:1.125rem;line-height:1}
.content-card.span-2{grid-column:1/-1}
.audience-crosslinks{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:0.75rem}
.crosslink-item{background:#f9f9f7;border:0.0625rem solid var(--line);border-radius:0.625rem;padding:1rem 1.125rem}
.crosslink-item h3{font-size:0.9375rem;font-weight:700;margin-bottom:0.375rem}
.crosslink-item h3 a{color:var(--ink);text-decoration:none;display:inline-flex;align-items:center;gap:0.375rem}
.crosslink-item h3 a:hover{color:var(--green)}
.crosslink-item h3 a .ic{width:0.75rem;height:0.75rem}
.crosslink-item p{font-size:0.8125rem;line-height:1.55;color:#3d4c46;margin:0}
.faq{padding:2.5rem 0;background:#f8f8f6;border-top:0.0625rem solid var(--line);border-bottom:0.0625rem solid var(--line)}
.faq-head{text-align:center;margin-bottom:1.5rem}
.faq-head h2{font-size:1.5625rem;letter-spacing:-0.0375rem;font-weight:700}
.faq-list{max-width:46rem;margin:0 auto;display:flex;flex-direction:column;gap:0.875rem}
.faq-item{background:#fff;border:0.0625rem solid var(--line);border-radius:0.75rem;padding:1.125rem 1.25rem}
.faq-item h3{font-size:0.9375rem;font-weight:700;color:#0b1f17;margin-bottom:0.375rem}
.faq-item p{font-size:0.8125rem;line-height:1.6;color:#3d4c46;margin:0}
@media(max-width:900px){.subhero-grid{flex-direction:column-reverse;align-items:flex-start}.subhero-card{display:none}.content-grid{grid-template-columns:1fr}.content-card.span-2{grid-column:auto}}
@media(max-width:560px){.subhero-copy h1{font-size:1.875rem}.subhero{padding:2rem 0 1.5rem}.content-grid{padding:1.75rem 0}.faq{padding:1.75rem 0}.audience-crosslinks{grid-template-columns:1fr}}

