@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--forest:#173c32;--forest2:#0e2d25;--sage:#9fb69e;--sage2:#dce6d9;--cream:#f6f0e4;--paper:#fffdf8;--gold:#b4934f;--charcoal:#26322f;--muted:#68736f;--white:#fff;--shadow:0 18px 55px rgba(22,47,39,.1);--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--charcoal);font-family:var(--sans);font-size:16px;line-height:1.7;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:760px;margin-left:auto;margin-right:auto}.skip{position:fixed;z-index:999;top:10px;left:10px;padding:10px 16px;background:#fff;color:#000;transform:translateY(-160%);border-radius:8px}.skip:focus{transform:none}.site-header{height:90px;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(23,60,50,.1)}.nav-wrap{height:100%;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;text-decoration:none;min-width:178px}.logo-mark{width:48px;height:48px;background:var(--forest);border-radius:14px;position:relative;display:grid;place-items:center}.logo-mark>svg{width:29px;fill:var(--cream)}.logo-mark i{position:absolute;width:21px;right:-3px;top:-6px}.logo-mark i svg{fill:var(--sage)}.logo-type{display:flex;flex-direction:column;margin-left:10px;line-height:.95}.logo-type b{font:26px var(--serif);color:var(--forest)}.logo-type em{font-style:normal;text-transform:uppercase;letter-spacing:4px;font-size:10px;color:var(--gold);font-weight:700;margin-top:6px}.site-header nav{display:flex;align-items:center;gap:17px;margin-left:auto}.site-header nav a{text-decoration:none;font-size:13px;font-weight:600;position:relative}.site-header nav a:after{content:"";height:2px;background:var(--gold);position:absolute;left:0;right:100%;bottom:-7px;transition:.25s}.site-header nav a:hover:after,.site-header nav a[aria-current=page]:after{right:0}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:12px 22px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(20,50,41,.14)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #d2a943;outline-offset:3px}.btn-primary{background:var(--forest);color:#fff}.btn-primary:hover{background:var(--forest2)}.btn-secondary{border-color:var(--forest);color:var(--forest);background:transparent}.btn-disabled{background:#d7d9d5;color:#606863;cursor:not-allowed}.btn-disabled:hover{transform:none;box-shadow:none}.header-cta{font-size:13px;min-width:147px;padding:10px 16px}.menu{display:none}.hero,.page-hero{background:var(--cream);position:relative;overflow:hidden}.hero:before,.page-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:var(--sage);opacity:.16;top:-300px;left:-240px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;min-height:680px;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-size:12px;font-weight:700;margin:0 0 16px}.hero h1,.page-hero h1{font:clamp(48px,6vw,78px)/1.03 var(--serif);color:var(--forest);margin:0 0 24px;letter-spacing:-.03em}.lead{font-size:20px;line-height:1.65;color:#485652}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-image{height:550px;position:relative}.hero-image img{width:100%;height:100%;object-fit:cover;border-radius:180px 180px 24px 24px;box-shadow:var(--shadow)}.image-note{position:absolute;left:-38px;bottom:24px;background:#fff;border-radius:16px;padding:19px 22px;box-shadow:var(--shadow);display:flex;flex-direction:column;max-width:320px}.image-note b{color:var(--forest)}.image-note span{font-size:13px;color:var(--muted)}.trust-line{display:flex;flex-wrap:wrap;gap:20px;margin-top:35px;color:var(--muted);font-size:13px}.trust-line span:before{content:"✓";color:var(--gold);margin-right:7px;font-weight:800}.section{padding:100px 0}.section h2{font:clamp(37px,4vw,55px)/1.12 var(--serif);color:var(--forest);max-width:780px;margin:0 0 38px;letter-spacing:-.02em}.section h3{color:var(--forest);font-size:20px;line-height:1.3}.tint{background:#edf1e9}.dark{background:var(--forest);color:#eaf0eb}.dark h2,.dark h3,.dark .lead{color:#fff}.dark .eyebrow{color:#d4bd7d}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.quote-card{font:30px/1.5 var(--serif);padding:40px;border-left:3px solid var(--gold);background:var(--cream);color:var(--forest);border-radius:0 18px 18px 0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 7px 22px rgba(27,58,48,.06);border:1px solid rgba(23,60,50,.07);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card .icon,.resource-grid span{width:48px;height:48px;border-radius:14px;background:var(--sage2);display:grid;place-items:center}.icon svg,.resource-grid svg{width:24px;fill:var(--forest)}.card p{color:var(--muted);font-size:15px}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding:8px 0 8px 30px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:800}.notice{padding:22px 25px;background:#f6ecd2;border-left:4px solid var(--gold);border-radius:0 14px 14px 0;color:#4e4738;margin:28px 0}.steps{list-style:none;padding:0;max-width:900px;margin:50px auto}.steps li{display:grid;grid-template-columns:70px 1fr;gap:25px;position:relative;padding-bottom:32px}.steps li:not(:last-child):after{content:"";position:absolute;left:32px;top:63px;bottom:0;border-left:1px dashed var(--sage)}.steps>li>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:var(--forest);font:27px var(--serif)}.steps h3{margin:6px 0}.steps p{margin:0;color:inherit;opacity:.78}.center-actions{text-align:center;margin-top:40px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience{padding:55px;border-radius:24px;min-height:410px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;background-size:cover;background-position:center;position:relative;overflow:hidden;color:#fff}.audience:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,38,30,.9),rgba(9,38,30,.12))}.audience>*{position:relative}.audience h2{color:#fff;font-size:42px;margin-bottom:16px}.audience p:not(.eyebrow){max-width:570px}.audience .btn-secondary{color:#fff;border-color:#fff}.audience.family{background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1200&q=80')}.audience.pro{background-image:url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1200&q=80')}.faq{max-width:900px;margin:auto}.faq details{border-bottom:1px solid #d9ded8;padding:20px 0}.faq summary{font-weight:700;color:var(--forest);cursor:pointer;display:flex;justify-content:space-between;list-style:none}.faq summary:after{content:"+";font-size:22px}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--muted);max-width:750px}.crisis{padding:24px max(20px,calc((100% - 1140px)/2));background:#242d2a;color:#fff;display:flex;gap:22px;justify-content:center;flex-wrap:wrap}.crisis a{color:#f3d88f;font-weight:800}.page-hero-grid{min-height:475px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:60px 0}.page-hero h1{font-size:clamp(44px,5vw,66px)}.page-hero img{width:100%;height:340px;object-fit:cover;border-radius:180px 24px 24px 180px}.round-image{width:100%;height:420px;object-fit:cover;border-radius:22px}.editorial{font:clamp(25px,3vw,38px)/1.55 var(--serif);max-width:960px}.editorial p{margin-top:0}.placeholder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.placeholder{border:1px dashed var(--sage);padding:25px;border-radius:16px;background:rgba(255,255,255,.55)}.placeholder h3{margin-top:0}.placeholder p{color:var(--muted);margin-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:7px;font-weight:600;color:var(--forest)}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid #bac6bd;border-radius:10px;background:#fff;padding:14px 15px;color:var(--charcoal);min-height:51px}.field input[type=file]{padding:10px}.consent{display:flex;gap:12px;align-items:flex-start;margin:25px 0;max-width:800px}.consent input{width:22px;height:22px;flex:0 0 auto}.form-note{font-size:13px;color:var(--muted)}.form-note.success{color:#1e6c49;font-weight:700}.check-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.check-columns>div{background:#fff;border-radius:17px;padding:28px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-grid article{background:#fff;border-radius:18px;padding:26px}.resource-grid article h3{margin-bottom:8px}.resource-grid article p{color:var(--muted);font-size:14px}.resource-grid small{color:var(--gold);font-weight:700}.empty-state{text-align:center;max-width:750px;margin:auto;padding:45px;background:#fff;border-radius:20px}.empty-state>span{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--sage2);margin:auto}.empty-state svg{width:30px;fill:var(--forest)}.amounts{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:25px}.amounts button{min-width:110px;padding:17px;border-radius:12px;background:#fff;border:1px solid var(--sage);font-weight:700;color:var(--forest);cursor:pointer}.amounts button:hover,.amounts button:focus{background:var(--forest);color:#fff}.integration-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.integration-row span{border:1px solid #d8ded7;border-radius:14px;padding:22px;text-align:center;font-weight:700;color:var(--forest)}.integration-row small{display:block;color:var(--muted);font-weight:400}.center-text{text-align:center}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.contact-card{background:var(--forest);color:#fff;border-radius:20px;padding:40px}.contact-card h2{color:#fff;font-size:36px}.contact-card dl{display:grid;grid-template-columns:120px 1fr;gap:11px}.contact-card dt{color:#c7d6cb}.contact-card dd{margin:0;font-weight:600}.privacy-note{font-size:13px;color:#c7d6cb;margin-top:30px}.legal{max-width:850px}.legal>section{padding:28px 0;border-bottom:1px solid #dce2dc}.legal h2{font-size:32px;margin-bottom:12px}.printable{max-width:850px}.printable>section{border-bottom:1px solid #ddd;padding:20px 0}.printable label{display:block;padding:7px}.printable input{width:19px;height:19px;vertical-align:middle;margin-right:8px}footer{background:var(--forest2);color:#dbe6df;padding:75px 0 20px}.footer-top{display:grid;grid-template-columns:1.1fr 1.3fr .8fr;gap:60px}.footer-brand .logo-mark{background:#fff}.footer-brand .logo-mark>svg{fill:var(--forest)}.footer-brand .logo-type b{color:#fff}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:9px 30px}.footer-links a,.text-link{color:#dbe6df;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-top .btn-primary{background:#fff;color:var(--forest);margin-bottom:13px}.text-link{display:block}.footer-crisis{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);padding:22px 0;margin-top:48px;font-size:13px}.footer-crisis a{color:#f0d58b;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;font-size:12px;color:#9eb0a6;padding-top:20px}.reveal{opacity:0;transform:translateY(14px);transition:.6s ease}.reveal.seen{opacity:1;transform:none}
@media(max-width:1100px){.site-header nav{position:absolute;display:none;top:89px;left:0;right:0;background:var(--paper);padding:20px 30px 32px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header nav a{padding:9px;font-size:15px}.menu{margin-left:auto;width:50px;height:48px;border:0;background:transparent;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.menu span{width:24px;border-top:2px solid var(--forest)}.menu b{position:absolute;width:1px;height:1px;overflow:hidden}.header-cta{margin-left:0}.placeholder-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.wrap{width:min(100% - 28px,1180px)}.site-header{height:76px}.logo-mark{width:42px;height:42px}.logo-type b{font-size:22px}.header-cta{display:none}.site-header nav{top:75px}.hero-grid,.page-hero-grid,.split,.audience-grid,.contact-grid,.footer-top{grid-template-columns:1fr}.hero-grid{padding:55px 0 70px;gap:45px}.hero h1{font-size:48px}.hero-image{height:420px}.hero-image img{border-radius:110px 110px 20px 20px}.image-note{left:12px;right:12px}.section{padding:70px 0}.section h2{font-size:39px}.card-grid,.resource-grid{grid-template-columns:1fr 1fr}.audience{min-height:440px;padding:35px}.audience h2{font-size:36px}.page-hero-grid{padding:48px 0;gap:30px}.page-hero img{height:260px;border-radius:120px 20px 20px 120px}.placeholder-grid,.integration-row{grid-template-columns:1fr 1fr}.footer-top{gap:35px}.footer-links{grid-template-columns:1fr 1fr}}
@media(max-width:560px){body{font-size:15px}.hero h1,.page-hero h1{font-size:42px}.lead{font-size:18px}.actions .btn{width:100%}.trust-line{gap:10px;flex-direction:column}.hero-image{height:370px}.section h2{font-size:35px;margin-bottom:28px}.card-grid,.resource-grid,.form-grid,.check-columns,.placeholder-grid,.integration-row{grid-template-columns:1fr}.field.full{grid-column:auto}.card{padding:25px}.steps li{grid-template-columns:54px 1fr;gap:15px}.steps>li>span{width:50px;height:50px}.steps li:not(:last-child):after{left:25px;top:51px}.audience{padding:28px}.quote-card{font-size:25px;padding:28px}.contact-card{padding:28px}.contact-card dl{grid-template-columns:1fr}.contact-card dd{margin-bottom:12px}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}.crisis{flex-direction:column}.page-hero img{border-radius:80px 18px 18px 80px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
@media print{.site-header,footer,.no-print,.crisis{display:none!important}.page-hero,.section{padding:20px 0}.printable>section{break-inside:avoid}.print-hero h1{font-size:40px}.notice{background:#fff;border:1px solid #999}.reveal{opacity:1;transform:none}}
