
:root{
  --bg:#f7f8f4;
  --surface:#ffffff;
  --surface-alt:#eef2e9;
  --text:#17231f;
  --muted:#5d6964;
  --primary:#184c3a;
  --primary-dark:#103529;
  --accent:#b3c33d;
  --accent-2:#d7e27c;
  --border:#d9dfd3;
  --shadow:0 20px 55px rgba(16,53,41,.10);
  --radius:22px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.62}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:#fff;padding:.8rem;z-index:20}.skip-link:focus{left:1rem}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.narrow{max-width:850px}.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:.9rem 0}.brand{display:flex;align-items:center;gap:.8rem;color:var(--text)}.brand:hover{text-decoration:none}.brand-logo{display:block;width:190px;height:auto}.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--primary);color:white;font-weight:800;letter-spacing:-.04em}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text small{color:var(--muted);font-size:.78rem;margin-top:.22rem}.site-nav{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap;justify-content:flex-end}.site-nav a{font-size:.92rem;color:var(--text);padding:.55rem .65rem;border-radius:999px}.site-nav a.active,.site-nav a:hover{background:var(--surface-alt);text-decoration:none;color:var(--primary)}.menu-toggle{display:none;background:var(--primary);color:#fff;border:0;border-radius:999px;padding:.65rem .9rem;font-weight:700}.hero{padding:6rem 0 4.5rem;background:radial-gradient(circle at 80% 20%,rgba(179,195,61,.30),transparent 33%),linear-gradient(135deg,#f8fbf2,#e9f0e5)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:3rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);font-size:.78rem;font-weight:800;margin:0 0 .8rem}h1,h2,h3{line-height:1.16;margin:0 0 1rem;color:var(--text)}h1{font-size:clamp(2.4rem,5vw,4.8rem);letter-spacing:-.045em}h2{font-size:clamp(1.75rem,3.3vw,3rem);letter-spacing:-.035em}h3{font-size:1.2rem}.lead{font-size:1.2rem;color:#2b3933;max-width:780px}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.85rem 1.15rem;font-weight:800;border:1px solid transparent;transition:.18s ease}.button:hover{text-decoration:none;transform:translateY(-1px)}.button.primary{background:var(--primary);color:#fff}.button.secondary{background:#fff;color:var(--primary);border-color:var(--border)}.button.ghost{background:transparent;color:var(--primary);border-color:var(--primary)}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.statement{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:850;letter-spacing:-.04em;border-bottom:1px solid var(--border);padding:1rem 0}.statement:first-child{padding-top:0}.statement:last-child{border-bottom:0}.statement.muted{font-size:1.1rem;color:var(--muted);font-weight:700}.section{padding:4.5rem 0}.section.alt{background:var(--surface-alt)}.section-heading{margin-bottom:2rem;max-width:820px}.section-heading.centered{text-align:center;margin-inline:auto}.intro{max-width:900px;font-size:1.08rem}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:start}.cards{display:grid;gap:1.2rem}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.focus{grid-template-columns:repeat(3,1fr)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.45rem;box-shadow:0 10px 30px rgba(16,53,41,.05)}.card.clickable{display:block;color:var(--text)}.card.clickable:hover{text-decoration:none;border-color:var(--primary);transform:translateY(-2px)}.icon{display:inline-grid;place-items:center;min-width:42px;height:42px;border-radius:999px;background:var(--surface-alt);color:var(--primary);font-weight:800;margin-bottom:1rem}.text-link{font-weight:800;display:inline-block;margin-top:.3rem}.feature-list{display:grid;gap:1rem}.feature-list div{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.1rem}.process{display:flex;flex-wrap:wrap;gap:.65rem}.process span{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.75rem 1rem;font-weight:700}.cta-section{background:var(--primary);color:#fff;padding:4rem 0;text-align:center}.cta-section h2{color:#fff;max-width:950px;margin-inline:auto}.cta-section .button.primary{background:#fff;color:var(--primary);margin-top:1rem}.page-hero{padding:5rem 0 4rem;background:linear-gradient(135deg,#eef5e6,#fff)}.compact-hero h1{font-size:clamp(2.1rem,4vw,3.6rem)}.page-hero p{max-width:850px;font-size:1.14rem}.check-list{padding:0;list-style:none}.check-list li{margin:.65rem 0;padding-left:1.8rem;position:relative}.check-list li:before{content:"";position:absolute;left:0;top:.65rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--accent)}.check-list.columns{columns:2;column-gap:2rem}.timeline{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.timeline li{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.2rem;position:relative}.timeline li:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--primary);color:#fff;font-weight:800;margin-bottom:.8rem}.faq-list details{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1rem 1.25rem;margin-bottom:.8rem}.faq-list summary{cursor:pointer;font-weight:800;color:var(--primary)}.faq-list p{margin-bottom:0}.form-shell{max-width:980px}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}label{display:block;font-weight:750;margin:1rem 0 .4rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1rem}input,select,textarea{width:100%;font:inherit;padding:.82rem .9rem;border:1px solid #c9d1c6;border-radius:14px;background:#fff;color:var(--text)}textarea{resize:vertical}.hp{position:absolute;left:-9999px}.small{font-size:.92rem;color:var(--muted)}blockquote{border-left:5px solid var(--accent);margin:2rem 0;padding:1rem 1.2rem;background:var(--surface-alt);border-radius:0 18px 18px 0;font-size:1.3rem;font-weight:800;color:var(--primary)}.site-footer{background:#10251e;color:#e9f0e5;padding:3.5rem 0 1.2rem}.site-footer h2,.site-footer h3{color:#fff}.site-footer a{color:#edf6d6}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.footer-bottom p{margin:0}@media(max-width:980px){.hero-grid,.split{grid-template-columns:1fr}.cards.three,.cards.focus{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.site-nav{display:none;position:absolute;left:1rem;right:1rem;top:100%;background:#fff;border:1px solid var(--border);border-radius:18px;padding:.75rem;box-shadow:var(--shadow);align-items:stretch;flex-direction:column}.site-nav.open{display:flex}.site-nav a{display:block}.menu-toggle{display:inline-flex}}@media(max-width:680px){.brand-logo{width:155px}.cards.three,.cards.two,.cards.focus,.timeline,.form-grid,.footer-grid{grid-template-columns:1fr}.check-list.columns{columns:1}.hero{padding:4.2rem 0 3rem}.section{padding:3rem 0}.footer-bottom{flex-direction:column;align-items:flex-start}.brand-text small{display:none}}
