
:root{
  --green:#0f3d2e;
  --green-2:#0a2b21;
  --teal:#2aa899;
  --orange:#e9782f;
  --beige:#f3efe4;
  --paper:#ffffff;
  --ink:#1b2723;
  --muted:#5c6a64;
  --line:#d8dfd7;
  --shadow:0 18px 50px rgba(15,61,46,.12);
  --radius:20px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fbfaf5;line-height:1.6}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:12px;top:12px;width:auto;height:auto;background:#fff;color:#000;padding:.75rem 1rem;z-index:1000;border-radius:8px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{max-width:var(--max);margin:0 auto;padding:.8rem 1rem;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}
.brand img{width:230px;height:auto}
.main-nav{display:flex;align-items:center;gap:.45rem;justify-content:center}
.main-nav a,.mega-trigger,.phone-link{border:0;background:transparent;font:700 .86rem/1 Inter, sans-serif;text-decoration:none;padding:.8rem .75rem;border-radius:999px;color:#17382e}
.main-nav a:hover,.mega-trigger:hover,.phone-link:hover{background:var(--beige)}
.header-actions{display:flex;align-items:center;gap:.5rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;border-radius:999px;border:2px solid transparent;font-weight:800;line-height:1;padding:1rem 1.25rem;cursor:pointer;transition:.2s ease}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 24px rgba(233,120,47,.24)}
.btn-primary:hover{transform:translateY(-1px);background:#d6611c}
.btn-secondary{background:#fff;color:var(--green);border-color:var(--line)}
.btn-secondary:hover{background:var(--beige)}
.btn-small{padding:.8rem 1rem;font-size:.88rem}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.6rem;gap:4px;flex-direction:column}
.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:var(--green)}
.mega-menu{border-top:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.mega-grid{max-width:var(--max);margin:0 auto;padding:1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.mega-panel{border:1px solid var(--line);border-radius:18px;padding:1rem;background:#fff}
.mega-panel img{border-radius:14px;aspect-ratio:16/9;object-fit:cover}
.mega-panel h3{margin:.75rem 0 .5rem;color:var(--green)}
.mega-links{display:grid;gap:.35rem}
.mega-links a{padding:.55rem;border-radius:12px;text-decoration:none;background:#faf8ef}
.mega-links strong{display:block;color:#102e24;font-size:.9rem}
.mega-links span{display:block;color:var(--muted);font-size:.8rem}
.breadcrumbs{max-width:var(--max);margin:1rem auto 0;padding:0 1rem;color:var(--muted);font-size:.88rem}
.breadcrumbs a{text-decoration:none;color:var(--green);font-weight:700}
.crumb-sep{margin:0 .45rem}
.hero{max-width:var(--max);margin:1rem auto 2rem;padding:0 1rem;display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:stretch}
.hero-content{background:var(--green);color:#fff;border-radius:28px;padding:clamp(2rem,5vw,4rem);display:flex;flex-direction:column;justify-content:center;min-height:560px}
.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);font-size:.78rem;font-weight:900;margin:0 0 .6rem}
.hero h1{font-family:Georgia,serif;font-size:clamp(2.3rem,5vw,5rem);line-height:.98;margin:.2rem 0 1rem}
.hero-sub{font-size:1.17rem;max-width:740px;color:#e8f2ed}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.5rem 0 1rem}
.hero-disclaimer,.fineprint{font-size:.88rem;color:#d6e4dd}
.hero-media img{width:100%;height:100%;min-height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.section{max-width:var(--max);margin:0 auto 2rem;padding:clamp(2rem,4vw,3rem) 1rem}
.section-heading{max-width:780px;margin-bottom:1.25rem}
.section-heading h2,.cta-band h2,.article-body h2{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;margin:.1rem 0 .7rem;color:var(--green)}
.section-heading p{color:var(--muted)}
.grid{display:grid;gap:1rem}
.grid.two{grid-template-columns:repeat(2,1fr)}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.four{grid-template-columns:repeat(4,1fr)}
.grid.six{grid-template-columns:repeat(3,1fr)}
.info-card,.program-card,.callout,.process-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:0 8px 24px rgba(15,61,46,.06)}
.info-card h3,.program-card h3,.callout h3,.process-grid h3{color:var(--green);margin:.2rem 0 .55rem;line-height:1.15}
.card-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--beige);color:var(--orange);font-weight:900;margin-bottom:.7rem}
.text-link{font-weight:900;color:var(--green);text-decoration:none}
.text-link:hover{text-decoration:underline}
.split{display:grid;grid-template-columns:1fr .75fr;gap:1rem;align-items:center}
.callout{background:var(--beige)}
.section-dark{background:var(--green);max-width:none;margin-bottom:2rem}
.section-dark .section-heading,.section-dark .grid{max-width:var(--max);margin-left:auto;margin-right:auto}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:#e6f2ee}
.section-dark .info-card{background:#153f31;border-color:rgba(255,255,255,.14)}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}
.process-grid span{display:inline-grid;place-items:center;width:38px;height:38px;background:var(--orange);color:#fff;border-radius:50%;font-weight:900;margin-bottom:.5rem}
.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:18px}
table{width:100%;border-collapse:collapse;min-width:640px}
th,td{text-align:left;border-bottom:1px solid var(--line);padding:1rem;vertical-align:top}
th{background:var(--green);color:#fff}
.form-section{max-width:900px}
.lead-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.25rem;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
label{display:grid;gap:.35rem;font-weight:800;color:var(--green)}
input,select,textarea{width:100%;border:1px solid #cfd8d2;border-radius:12px;padding:.9rem 1rem;font:inherit;background:#fff;color:var(--ink)}
.field-note{color:var(--muted);font-weight:500;font-size:.85rem}
details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem;margin:.7rem 0}
summary{font-weight:900;color:var(--green);cursor:pointer}
.cta-band{max-width:var(--max);margin:2rem auto;padding:2rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;background:var(--green);color:#fff;border-radius:28px}
.cta-band h2{color:#fff}
.cta-band p{color:#e6f2ee}
.cta-actions{display:grid;gap:.75rem;min-width:260px}
.site-footer{background:#081f18;color:#fff;margin-top:3rem;padding-bottom:74px}
.footer-main{max-width:var(--max);margin:0 auto;padding:3rem 1rem;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:1.3rem}
.footer-brand img{filter:brightness(0) invert(1)}
.footer-brand p,.site-footer a,.footer-bottom{color:#dbe8e2}
.site-footer nav{display:grid;gap:.4rem}
.site-footer h3{color:#fff;margin:0 0 .5rem}
.site-footer a{text-decoration:none;font-size:.92rem}
.site-footer a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);max-width:var(--max);margin:0 auto;padding:1rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between}
.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:200;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:1rem;display:none;gap:.8rem;align-items:center;max-width:900px;margin:auto}
.cookie-banner.show{display:flex}
.cookie-banner p{margin:0;flex:1;color:var(--muted);font-size:.9rem}
.cookie-banner button{border:0;border-radius:999px;padding:.75rem 1rem;font-weight:900;cursor:pointer}
.cookie-banner button:first-of-type{background:var(--green);color:#fff}
.mobile-cta{display:none}
.article-body{max-width:840px;font-size:1.08rem;background:#fff;border:1px solid var(--line);border-radius:24px}
@media (max-width:1100px){
  .header-inner{grid-template-columns:auto auto;justify-content:space-between}
  .main-nav,.header-actions{display:none}
  .menu-toggle{display:flex}
  .site-header.nav-open .main-nav,.site-header.nav-open .header-actions{display:flex;grid-column:1/-1;flex-direction:column;align-items:stretch}
  .site-header.nav-open .main-nav a,.site-header.nav-open .mega-trigger,.site-header.nav-open .phone-link{text-align:left}
  .mega-grid{grid-template-columns:1fr 1fr}
  .hero{grid-template-columns:1fr}
  .hero-content,.hero-media img{min-height:auto}
  .process-grid,.grid.four{grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .brand img{width:190px}
  .hero{margin-top:.5rem}
  .hero-content{border-radius:0;margin-left:-1rem;margin-right:-1rem}
  .hero-media img{border-radius:18px}
  .grid.two,.grid.three,.grid.four,.grid.six,.process-grid,.split,.cta-band,.form-grid,.mega-grid{grid-template-columns:1fr}
  .cta-band{border-radius:0}
  .footer-main{grid-template-columns:1fr}
  .mobile-cta{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;position:fixed;bottom:0;left:0;right:0;z-index:150;padding:.4rem;background:rgba(255,255,255,.96);border-top:1px solid var(--line)}
  .mobile-cta a{text-align:center;padding:.8rem .4rem;background:var(--green);color:#fff;border-radius:12px;text-decoration:none;font-weight:900;font-size:.85rem}
  .cookie-banner{bottom:4.5rem;flex-direction:column;align-items:stretch}
}
