/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}:root{--ink:#17231c;--muted:#5d6a62;--forest:#194e39;--forest-dark:#0d3425;--gold:#e3a84c;--cream:#f4f0e7;--paper:#fffdf8;--line:#17231c24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f0e7eb;grid-template-columns:auto 1fr auto;align-items:center;min-height:88px;padding:16px clamp(24px,5vw,76px);display:grid;position:relative}.brand{align-items:center;gap:12px;display:flex}.brand>span:last-child{line-height:1;display:grid}.brand strong{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:22px}.brand small{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin-top:5px;font-size:9px;font-weight:700}.brand-mark{background:var(--forest);color:#fff;border-radius:50% 50% 50% 12px;place-items:center;width:42px;height:42px;font-family:Georgia,Times New Roman,serif;font-size:23px;display:grid}nav{justify-content:center;gap:clamp(20px,3vw,44px);display:flex}nav a{color:#34483c;font-size:14px;font-weight:700}nav a:hover{color:var(--forest)}.button{border:1px solid var(--forest);background:var(--forest);color:#fff;border-radius:6px;justify-content:center;align-items:center;gap:24px;min-height:54px;padding:0 25px;font-size:14px;font-weight:800;transition:transform .16s,background .16s;display:inline-flex;box-shadow:0 10px 24px #194e392e}.button:hover{background:var(--forest-dark);transform:translateY(-2px)}.button-small{min-height:43px;box-shadow:none;padding:0 20px}.hero{grid-template-columns:minmax(0,1.06fr) minmax(350px,.78fr);align-items:center;gap:clamp(42px,8vw,124px);min-height:calc(100vh - 88px);padding:clamp(68px,9vw,124px) clamp(24px,7vw,108px);display:grid;position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #194e391c;border-radius:50%;width:52vw;height:52vw;position:absolute;top:-22vw;right:-16vw;box-shadow:0 0 0 70px #194e3907,0 0 0 140px #194e3905}.hero-copy,.hero-card{z-index:1;position:relative}.eyebrow{color:var(--forest);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 24px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:var(--gold);width:32px;height:2px}h1{letter-spacing:-.055em;max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6.6vw,91px);font-weight:500;line-height:.96}.hero-lead{max-width:660px;color:var(--muted);margin:30px 0 0;font-size:clamp(17px,1.55vw,21px);line-height:1.65}.hero-actions{align-items:center;gap:26px;margin-top:34px;display:flex}.text-link{border-bottom:1px solid var(--ink);padding:12px 0 8px;font-size:14px;font-weight:800}.trust-list{color:#405047;flex-wrap:wrap;gap:24px;margin:34px 0 0;padding:0;font-size:13px;font-weight:700;list-style:none;display:flex}.trust-list span{width:20px;height:20px;color:var(--forest);background:#dfe8df;border-radius:50%;place-items:center;margin-right:5px;display:inline-grid}.hero-card{background:var(--forest-dark);color:#fff;border-radius:4px 48px 4px 4px;padding:clamp(30px,4vw,54px);box-shadow:0 28px 80px #142c1f3d}.hero-card:after{background:var(--gold);content:"";opacity:.95;border-radius:50%;width:76px;height:76px;position:absolute;bottom:-20px;right:24px}.card-kicker{color:#c4d4c9;letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:800}.hero-card h2{letter-spacing:-.035em;max-width:390px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,43px);font-weight:500;line-height:1.04}.situation-grid{background:#ffffff29;grid-template-columns:1fr 1fr;gap:1px;margin:34px 0 28px;display:grid}.situation-pill{background:var(--forest-dark);gap:20px;min-height:104px;padding:18px;font-size:14px;font-weight:700;display:grid}.situation-pill span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:13px}.card-link{z-index:2;border-bottom:1px solid #ffffff80;align-items:center;gap:12px;padding-bottom:7px;font-size:14px;font-weight:800;display:inline-flex;position:relative}.marquee{border-block:1px solid var(--line);background:var(--paper);color:#425247;letter-spacing:.15em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:clamp(16px,3vw,42px);padding:24px clamp(20px,5vw,70px);font-size:11px;font-weight:800;display:flex}.marquee i{color:var(--gold);font-style:normal}.section{padding:clamp(82px,10vw,142px) clamp(24px,7vw,108px)}.section-heading{grid-template-columns:1.1fr .7fr;align-items:end;gap:clamp(42px,10vw,150px);max-width:1320px;margin:0 auto 62px;display:grid}.section-heading h2,.process-intro h2,.reassurance-card h2,.contact-copy h2,.faq-section h2,.final-cta h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(39px,5vw,68px);font-weight:500;line-height:1.03}.section-heading>p{max-width:520px;color:var(--muted);margin:0;font-size:17px;line-height:1.75}.situations-section{background:var(--paper)}.situations-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);max-width:1320px;margin:auto;display:grid}.situations-list article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:264px;padding:32px 30px 38px;transition:background .18s,transform .18s}.situations-list article:hover{z-index:1;background:var(--cream);position:relative;transform:translateY(-4px)}.situations-list article>span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:13px}.situations-list h3{letter-spacing:-.025em;margin:54px 0 13px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.situations-list p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.process-section{background:var(--forest-dark);color:#fff;grid-template-columns:.72fr 1fr;gap:clamp(64px,10vw,150px);display:grid}.eyebrow.light{color:#cad8cf}.process-intro>p:not(.eyebrow){color:#c5d2ca;max-width:500px;margin:26px 0 30px;font-size:16px;line-height:1.72}.button-gold{border-color:var(--gold);background:var(--gold);color:var(--forest-dark);box-shadow:none}.button-gold:hover{background:#f0b75e}.steps{margin:0;padding:0;list-style:none}.steps li{border-top:1px solid #ffffff2e;grid-template-columns:62px 1fr;gap:28px;padding:29px 0 34px;display:grid}.steps li:last-child{border-bottom:1px solid #ffffff2e}.steps li>span{width:52px;height:52px;color:var(--gold);border:1px solid #ffffff40;border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;display:grid}.steps h3{margin:3px 0 9px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.steps p{color:#bfcec4;max-width:600px;margin:0;font-size:15px;line-height:1.7}.reassurance-section{background:#e9e3d6;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(55px,10vw,150px);display:grid}.reassurance-card{max-width:760px}.reassurance-card>p:last-child{max-width:660px;color:var(--muted);margin:27px 0 0;font-size:17px;line-height:1.75}.reassurance-points{border-top:1px solid var(--line)}.reassurance-points div{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr;gap:26px;padding:28px 0;display:grid}.reassurance-points strong{color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.reassurance-points span{color:var(--muted);font-size:14px;line-height:1.6}.contact-section{background:var(--forest);color:#fff;grid-template-columns:.72fr 1fr;align-items:start;gap:clamp(52px,8vw,120px);display:grid}.contact-copy{position:sticky;top:120px}.contact-copy>p:not(.eyebrow){color:#d1dfd6;max-width:530px;margin:28px 0 0;font-size:17px;line-height:1.75}.contact-options{gap:14px;margin-top:44px;display:grid}.contact-options a{border-top:1px solid #fff3;gap:7px;padding:18px 0;display:grid}.contact-options a:last-child{border-bottom:1px solid #fff3}.contact-options small{color:#c1d4c7;letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.contact-options strong{font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.form-card{background:var(--paper);color:var(--ink);border-radius:4px 34px 4px 4px;padding:clamp(27px,4vw,50px);position:relative;box-shadow:0 28px 70px #07231738}.form-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px;padding-bottom:22px;display:flex}.form-title small{color:var(--forest);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.form-title h3{margin:7px 0 0;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500}.form-title>span{color:var(--muted);font-size:12px}.form-card form{gap:19px;display:grid}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-card label,.form-card legend{color:#2d3a32;font-size:12px;font-weight:800}.form-card label>span,.form-card legend>span{float:right;color:#7b857e;font-size:10px;font-weight:600}.form-card input,.form-card textarea,.form-card select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfd2cc;border-radius:4px;margin-top:9px;font-size:15px;font-weight:500;display:block}.form-card input,.form-card select{height:50px;padding:0 13px}.form-card textarea{resize:vertical;min-height:118px;padding:13px}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:var(--forest);outline:3px solid #194e3921}.form-card fieldset{border:0;margin:0;padding:0}.radio-row{gap:9px;margin-top:10px;display:flex}.radio-row label{text-align:center;cursor:pointer;border:1px solid #cfd2cc;border-radius:4px;flex:1;padding:14px 10px;position:relative}.radio-row input{opacity:0;position:absolute}.radio-row label:has(input:checked){border-color:var(--forest);color:var(--forest);background:#e5eee8}.form-note{color:#6f7972;margin:-2px 0 0;font-size:10px;line-height:1.5}.submit-button{background:var(--gold);min-height:56px;color:var(--forest-dark);cursor:pointer;border:0;border-radius:4px;justify-content:space-between;align-items:center;padding:0 22px;font-size:14px;font-weight:900;transition:background .16s,transform .16s;display:flex}.submit-button:hover{background:#f0b75e;transform:translateY(-2px)}.submission-frame{opacity:0;pointer-events:none;border:0;width:1px;height:1px;position:absolute}.form-success{text-align:center;place-content:center;min-height:480px;display:grid}.form-success>span{width:64px;height:64px;color:var(--forest);background:#e5eee8;border-radius:50%;place-items:center;margin:0 auto 24px;font-size:28px;display:grid}.form-success h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:500}.form-success p{max-width:470px;color:var(--muted);margin:16px auto 28px;line-height:1.7}.form-success button{border:0;border-bottom:1px solid var(--ink);color:var(--ink);cursor:pointer;background:0 0;justify-self:center;padding:12px 18px;font-weight:800}.faq-section{background:var(--paper);grid-template-columns:.75fr 1fr;gap:clamp(50px,10vw,150px);display:grid}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:25px 2px;font-family:Georgia,Times New Roman,serif;font-size:20px;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--gold);font-family:Arial,sans-serif;font-size:24px;font-weight:400;transition:transform .16s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:-4px 0 26px;padding-right:48px;font-size:14px;line-height:1.7}.final-cta{color:var(--forest-dark);background:#dfa445;justify-content:space-between;align-items:center;gap:40px;padding:clamp(58px,8vw,100px) clamp(24px,7vw,108px);display:flex}.final-cta p{letter-spacing:.15em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:900}.final-cta h2{font-size:clamp(38px,5vw,66px)}.final-cta .button{border-color:var(--forest-dark);background:var(--forest-dark);color:#fff;flex:none}footer{color:#dce8e0;background:#0a2a1e;grid-template-columns:1fr auto auto;align-items:center;gap:40px;padding:42px clamp(24px,7vw,108px);display:grid}footer p{color:#aebfb4;margin:0;font-size:12px}footer p:last-child{color:#fff;font-size:14px;font-weight:800}.footer-brand .brand-mark{background:var(--gold);color:var(--forest-dark)}.footer-brand small{color:#aebfb4}.footer-links{color:#fff;align-items:center;gap:20px;font-size:14px;font-weight:800;display:flex}.footer-links a:last-child{color:#d8ad5b}.legal-page{min-height:100vh;color:var(--ink);background:#f4f0e7}.legal-header{background:#f4f0e7f5;border-bottom:1px solid #0c3e2b1f;justify-content:space-between;align-items:center;gap:24px;min-height:88px;padding:16px clamp(24px,7vw,108px);display:flex}.legal-content{max-width:850px;margin:0 auto;padding:clamp(64px,9vw,110px) 24px}.legal-content h1{margin-bottom:12px;font-size:clamp(52px,8vw,88px)}.legal-content>p:not(.eyebrow):not(.legal-updated){max-width:720px;font-size:18px;line-height:1.8}.legal-updated{color:var(--muted);margin:0 0 34px;font-size:13px;font-weight:800}.legal-content section{border-top:1px solid #0c3e2b21;padding:34px 0}.legal-content h2{margin-bottom:14px;font-size:clamp(25px,3vw,34px)}.legal-content section p,.legal-content li{color:var(--muted);font-size:16px;line-height:1.75}.legal-content ul{margin:0;padding-left:22px}.legal-content a{color:var(--forest);text-underline-offset:3px;font-weight:800;text-decoration:underline}.legal-links{flex-wrap:wrap;gap:12px 24px;margin-top:20px;display:flex}.legal-footer{grid-template-columns:1fr auto}.legal-footer p:last-child{color:#dce8e0;font-size:12px;font-weight:700}.mobile-actions{display:none}@media (max-width:860px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:78px}h1{font-size:clamp(50px,13vw,78px)}.section-heading,.process-section,.reassurance-section,.contact-section,.faq-section{grid-template-columns:1fr}.situations-list{grid-template-columns:1fr 1fr}.contact-copy{position:static}.final-cta{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr 1fr}footer p:nth-child(2){grid-area:2/1/auto/-1}.legal-footer{grid-template-columns:1fr auto}.legal-footer p:nth-child(2){grid-area:auto}}@media (max-width:560px){.site-header{min-height:76px;padding:12px 18px}.brand strong{font-size:18px}.brand-mark{width:38px;height:38px}.button-small{min-height:40px;padding:0 14px;font-size:12px}.hero{gap:58px;padding:58px 20px 74px}h1{font-size:48px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button,.text-link{text-align:center;width:100%}.trust-list{gap:12px;display:grid}.hero-card{border-radius:4px 34px 4px 4px;padding:30px 24px 38px}.situation-grid{grid-template-columns:1fr}.situation-pill{min-height:76px}.marquee{gap:10px 18px}.section{padding:76px 20px}.section-heading{margin-bottom:42px}.situations-list{grid-template-columns:1fr}.situations-list article{min-height:auto;padding:26px 24px 30px}.situations-list h3{margin-top:28px}.process-section{gap:54px}.steps li{grid-template-columns:48px 1fr;gap:18px}.steps li>span{width:44px;height:44px}.reassurance-points div{grid-template-columns:1fr;gap:8px}.field-row{grid-template-columns:1fr}.form-card{padding:28px 20px}.form-title{align-items:flex-start}.radio-row{flex-wrap:wrap}.radio-row label{min-width:calc(50% - 6px)}.faq-list summary{font-size:18px}.final-cta{padding:60px 20px 86px}footer{grid-template-columns:1fr;padding:42px 20px 100px}footer p:nth-child(2){grid-area:auto}.footer-links{flex-wrap:wrap}.legal-header{min-height:76px;padding:12px 18px}.legal-header .button{min-height:40px;padding:0 12px}.legal-content{padding:64px 20px 76px}.legal-footer{grid-template-columns:1fr;padding-bottom:42px}.mobile-actions{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#092a1df5;border:1px solid #ffffff29;border-radius:7px;grid-template-columns:1fr 1fr;padding:5px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 14px 40px #04181059}.mobile-actions a{color:#fff;text-align:center;padding:14px 10px;font-size:12px;font-weight:800}.mobile-actions a:last-child{background:var(--gold);color:var(--forest-dark);border-radius:4px}}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
