
:root { --ink:#173b2a; --muted:#617166; --line:#dce8df; --green:#2f7d4b; --green-dark:#205b37; --mint:#edf6ee; --cream:#f6faf4; color-scheme:light; font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { min-width:320px; background:#fff; color:var(--ink); scroll-behavior:smooth; }
body { min-height:100vh; margin:0; }
[hidden] { display:none !important; }
button,input,textarea { font:inherit; }
a { color:inherit; }
.site-header { position:absolute; z-index:20; top:24px; left:50%; display:flex; width:min(1180px,calc(100% - 48px)); min-height:78px; align-items:center; justify-content:space-between; gap:28px; padding:10px 14px 10px 24px; border:1px solid rgba(255,255,255,.8); border-radius:18px; background:rgba(255,255,255,.92); box-shadow:0 18px 50px rgba(21,63,38,.15); backdrop-filter:blur(18px); transform:translateX(-50%); }
.wordmark { display:flex; align-items:center; gap:10px; color:var(--green-dark); font-size:17px; font-weight:900; letter-spacing:-.04em; text-decoration:none; }
.wordmark-mark { display:grid; width:42px; height:42px; place-items:center; border:2px solid var(--green); border-radius:50%; color:var(--green); font-size:18px; }
.site-header nav,.site-footer nav { display:flex; align-items:center; gap:clamp(14px,2.4vw,30px); }
.site-header nav a,.site-footer nav a { color:var(--muted); font-size:13px; font-weight:750; text-decoration:none; }
.site-header nav a:hover,.site-footer nav a:hover { color:var(--green); }
.site-header nav .header-cta { min-height:48px; padding:0 22px; border-radius:8px; background:var(--green); color:#fff; display:inline-flex; align-items:center; box-shadow:0 10px 22px rgba(47,125,75,.24); }
.funnel-page { min-height:100vh; padding:134px 20px 78px; overflow:hidden; background:linear-gradient(110deg,rgba(16,49,31,.9),rgba(43,97,57,.55)),url('https://irp.cdn-website.com/57026317/dms3rep/multi/grass-graphic.png?dm-skip-opt=true') center/cover fixed; }
.funnel,.complete-card { width:min(980px,100%); min-height:650px; margin:0 auto; overflow:hidden; border:1px solid rgba(255,255,255,.72); border-radius:18px; background:rgba(255,255,255,.98); box-shadow:0 35px 90px rgba(16,56,32,.3); }
.progress-header { display:grid; grid-template-columns:36px minmax(0,1fr) 36px; align-items:center; gap:13px; padding:19px 24px; border-bottom:1px solid #edf3ee; }
.back-button { display:grid; width:34px; height:34px; place-items:center; padding:0; border:0; border-radius:50%; background:var(--mint); color:var(--green-dark); font-size:17px; cursor:pointer; }
.back-button:disabled { opacity:0; pointer-events:none; }
.progress-header>div { height:6px; overflow:hidden; border-radius:999px; background:#e7efe8; }
.progress-header>div i { display:block; width:33.333%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--green-dark),#81bd83); transition:width .3s cubic-bezier(.22,1,.36,1); }
.progress-header>small { color:#85978b; font-size:10px; font-weight:800; text-align:right; }
.funnel-step { display:grid; justify-items:center; padding:clamp(45px,6vw,68px) clamp(28px,7vw,76px) 62px; animation:step-in .35s cubic-bezier(.22,1,.36,1) both; text-align:center; }
.funnel-step h1 { max-width:650px; margin:12px 0 16px; outline:0; color:var(--ink); font-size:clamp(39px,5vw,62px); font-weight:850; letter-spacing:-.05em; line-height:1.01; }
.funnel-step>p:not(.kicker) { max-width:560px; margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.kicker { margin:0; color:var(--green); font-size:11px; font-weight:850; letter-spacing:.17em; text-transform:uppercase; }
.primary-button { display:inline-flex; min-width:240px; min-height:58px; align-items:center; justify-content:center; gap:24px; margin-top:30px; padding:0 28px; border:0; border-radius:999px; background:var(--green); color:#fff; font-size:14px; font-weight:850; text-decoration:none; cursor:pointer; box-shadow:0 14px 30px rgba(47,125,75,.27); transition:transform .15s,background .15s; }
.primary-button:hover { transform:translateY(-2px); background:var(--green-dark); }
.welcome-step { grid-template-columns:minmax(0,1.05fr) minmax(290px,.95fr); gap:clamp(35px,5vw,64px); align-items:center; justify-items:stretch; padding:42px; text-align:left; }
.welcome-copy { display:grid; justify-items:start; }
.welcome-copy h1 { font-size:clamp(42px,5vw,64px); }
.welcome-copy>p:not(.kicker) { max-width:510px; margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.service-pill { display:inline-flex; align-items:center; gap:10px; margin-bottom:27px; padding:9px 13px; border:1px solid #e4eee6; border-radius:999px; background:#fff; box-shadow:0 8px 22px rgba(35,82,48,.08); font-size:11px; }
.service-pill span { display:inline-block; width:8px; height:8px; border-radius:50%; background:#6db875; box-shadow:0 0 0 4px #eaf5eb; }
.service-pill strong { color:#355743; }
.reassurance { margin-top:16px; color:#829389; font-size:10px; }
.welcome-photo { position:relative; height:510px; margin:0; overflow:hidden; border-radius:19px; background:#d6e7d6; box-shadow:0 22px 50px rgba(35,82,48,.18); }
.welcome-photo img { width:100%; height:100%; object-fit:cover; }
.welcome-photo::after { position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(11,57,31,.82)); content:""; }
.welcome-photo figcaption { position:absolute; z-index:1; right:24px; bottom:23px; left:24px; display:grid; gap:4px; color:#fff; }
.welcome-photo figcaption strong { font-size:15px; }
.welcome-photo figcaption span { color:rgba(255,255,255,.84); font-size:10px; line-height:1.5; }
.question-step { padding-top:42px; }
.question-step h1 { font-size:clamp(38px,4.5vw,54px); }
.option-list { display:grid; width:min(700px,100%); grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; margin-top:30px; }
.option-list button { display:grid; min-height:118px; grid-template-columns:76px minmax(0,1fr) auto; align-items:center; gap:15px; padding:10px 15px 10px 10px; overflow:hidden; border:1px solid #dce8df; border-radius:15px; background:#fbfefb; color:var(--ink); text-align:left; cursor:pointer; transition:border-color .15s,transform .15s,box-shadow .15s; }
.option-list button:hover { transform:translateY(-2px); border-color:#7db386; box-shadow:0 12px 28px rgba(50,103,61,.12); }
.option-list button>span { display:grid; width:76px; height:80px; place-items:center; border-radius:10px; background:linear-gradient(135deg,#ecf7eb,#b8dcb8); color:var(--green-dark); font-size:25px; font-weight:900; }
.option-list button div { display:grid; gap:4px; }
.option-list button strong { font-size:14px; }
.option-list button small { color:#77877c; font-size:10px; line-height:1.35; }
.option-list button>i { color:var(--green); font-size:16px; font-style:normal; }
.contact-step { position:relative; justify-items:stretch; padding-top:40px; text-align:left; }
.contact-step>.kicker,.contact-step>h1,.contact-step>p { justify-self:center; text-align:center; }
.contact-step h1 { margin-bottom:12px; font-size:clamp(36px,4vw,50px); }
.contact-photo { height:112px; margin:-40px -76px 32px; overflow:hidden; }
.contact-photo img { width:100%; height:100%; object-fit:cover; object-position:center 62%; filter:saturate(.85); }
.field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:28px; }
.field-grid label { display:grid; gap:7px; color:#3e5b48; font-size:11px; font-weight:750; }
.field-grid label small { color:#8a9b8f; font-weight:500; }
.field-grid input,.field-grid textarea { width:100%; min-width:0; border:1px solid #d7e5da; border-radius:11px; outline:0; background:#f9fcf9; color:var(--ink); font-size:13px; font-weight:500; transition:border-color .15s,box-shadow .15s,background .15s; }
.field-grid input { height:49px; padding:0 13px; }
.field-grid textarea { padding:12px 13px; resize:vertical; line-height:1.5; }
.field-grid input:focus,.field-grid textarea:focus { border-color:#70a678; background:#fff; box-shadow:0 0 0 4px rgba(47,125,75,.1); }
.field-grid input::placeholder,.field-grid textarea::placeholder { color:#a0afa4; }
.message-field { grid-column:1/-1; }
.consent-list { display:grid; gap:17px; margin-top:24px; padding-top:23px; border-top:1px solid #e5eee7; }
.consent-list label { display:grid; grid-template-columns:20px minmax(0,1fr); align-items:start; gap:12px; color:#566b5d; font-size:10.5px; line-height:1.62; cursor:pointer; }
.consent-list input { width:18px; height:18px; margin:1px 0 0; accent-color:var(--green); }
.submit-button { width:100%; margin-top:27px; }
.form-policies { display:flex; align-items:center; justify-content:center; gap:9px; margin-top:17px; }
.form-policies a { color:var(--green); font-size:12px; text-underline-offset:3px; }
.form-policies span { color:#8d9d91; }
.preview-note { margin-top:12px; color:#969faa; font-size:9px; text-align:center; }
.form-status { min-height:18px; margin:12px 0 0; color:#a52a2a; font-size:11px; font-weight:700; text-align:center; }
.submit-button:disabled { cursor:wait; opacity:.72; transform:none; }
.complete-card { display:grid; grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr); align-items:stretch; text-align:center; }
.complete-card>img { width:100%; height:100%; min-height:650px; object-fit:cover; }
.complete-card>div { display:grid; justify-items:center; align-content:center; padding:50px; }
.complete-card>div>span { display:grid; width:64px; height:64px; margin-bottom:25px; place-items:center; border-radius:50%; background:var(--green); color:#fff; font-size:26px; }
.complete-card h1 { margin:12px 0 14px; outline:0; font-size:clamp(40px,5vw,58px); font-weight:850; letter-spacing:-.045em; }
.complete-card p:not(.kicker) { max-width:470px; margin:0; color:var(--muted); line-height:1.65; }
.receipt { margin-top:14px; color:#7a8b80; font-size:9px; }
.site-footer { display:grid; grid-template-columns:minmax(240px,1fr) auto; align-items:end; gap:24px; padding:45px clamp(24px,6vw,90px); border-top:1px solid #dfe9e0; background:#f4f8f3; }
.site-footer>div { display:grid; gap:5px; }
.site-footer strong { font-size:16px; }
.site-footer span { color:var(--muted); font-size:11px; }
.site-footer>small { grid-column:1/-1; padding-top:18px; border-top:1px solid #dfe9e0; color:#818f84; font-size:9px; }
.policy-page { min-height:70vh; padding-top:102px; }
.policy-page>header { padding:clamp(65px,8vw,104px) clamp(24px,10vw,150px); background:linear-gradient(125deg,#f7fbf5,#e4f0e5); }
.policy-page>header h1 { margin:14px 0; color:var(--ink); font-size:clamp(48px,7vw,82px); font-weight:850; letter-spacing:-.05em; }
.policy-page>header>p:last-child { margin:0; color:var(--muted); font-size:12px; }
.policy-layout { display:grid; width:min(1160px,calc(100% - 40px)); grid-template-columns:220px minmax(0,720px); justify-content:center; gap:clamp(38px,8vw,110px); margin:0 auto; padding:clamp(55px,8vw,100px) 0; }
.policy-layout aside { position:sticky; top:30px; display:grid; height:max-content; gap:12px; padding-left:18px; border-left:2px solid var(--line); }
.policy-layout aside strong { margin-bottom:5px; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.policy-layout aside a { color:var(--muted); font-size:12px; text-decoration:none; }
.policy-layout article>p { margin:0 0 42px; color:#4f6757; font-size:19px; line-height:1.7; }
.policy-layout article section { padding:30px 0; border-top:1px solid var(--line); scroll-margin-top:30px; }
.policy-layout article h2 { margin:0 0 13px; color:var(--ink); font-size:27px; font-weight:800; letter-spacing:-.025em; }
.policy-layout article section p,.policy-layout article li { color:#5c7163; font-size:13px; line-height:1.8; }
.policy-layout article section p { margin:0 0 13px; }
.policy-layout article section p:last-child { margin-bottom:0; }
.policy-layout article ul { display:grid; gap:5px; margin:14px 0; padding-left:21px; }
.policy-layout article a { color:var(--green); font-weight:750; text-underline-offset:3px; }
.policy-callout { margin:18px 0; padding:20px 22px; border-left:4px solid var(--green); border-radius:0 12px 12px 0; background:#eff7ed; }
.policy-callout strong { color:var(--green-dark); font-size:13px; }
.policy-callout p { margin-top:6px !important; color:#596d5d !important; }
.not-found { display:grid; min-height:100vh; place-items:center; align-content:center; padding:30px; text-align:center; }
.not-found h1 { margin:12px 0; color:var(--ink); font-size:52px; font-weight:850; }
@keyframes step-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:780px) { .welcome-step { grid-template-columns:1fr; } .welcome-photo { height:310px; } .option-list { grid-template-columns:1fr; } .complete-card { grid-template-columns:1fr; } .complete-card>img { height:280px; min-height:0; } .policy-layout { grid-template-columns:1fr; } .policy-layout aside { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); } .policy-layout aside strong { grid-column:1/-1; } .site-footer { grid-template-columns:1fr; } .site-footer nav { justify-content:flex-start; } .site-footer>small { grid-column:auto; } }
@media (max-width:560px) { .site-header { top:10px; width:calc(100% - 20px); min-height:66px; padding:7px 8px 7px 14px; border-radius:14px; } .wordmark { font-size:14px; } .wordmark-mark { width:36px; height:36px; font-size:15px; } .site-header nav>a:not(.header-cta) { display:none; } .site-header nav .header-cta { min-height:42px; padding:0 15px; font-size:11px; } .funnel-page { padding:87px 7px 36px; background-attachment:scroll; } .funnel,.complete-card { min-height:calc(100vh - 100px); border-radius:19px; } .progress-header { padding:14px 15px; } .funnel-step { padding:35px 18px 42px; } .welcome-step { gap:28px; padding:22px 18px 35px; } .welcome-copy h1,.funnel-step h1 { font-size:37px; } .welcome-copy>p:not(.kicker),.funnel-step>p:not(.kicker) { font-size:13px; } .service-pill { margin-bottom:22px; } .primary-button { width:100%; } .welcome-photo { height:270px; } .question-step { padding-top:27px; } .question-step h1 { font-size:35px; } .option-list { margin-top:24px; } .option-list button { min-height:88px; grid-template-columns:66px minmax(0,1fr) auto; } .option-list button>span { width:66px; height:66px; } .contact-step { padding-top:27px; } .contact-photo { height:92px; margin:-27px -18px 26px; } .contact-step h1 { font-size:34px; } .field-grid { grid-template-columns:1fr; margin-top:24px; } .message-field { grid-column:auto; } .consent-list label { font-size:10px; } .complete-card>div { padding:35px 22px; } .policy-page { padding-top:77px; } .policy-page>header { padding-inline:20px; } .policy-layout { width:min(100% - 30px,1160px); } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; } }
