/*! 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,::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;-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]){appearance:button}::file-selector-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{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--green:#00483b;--green-deep:#00372f;--green-logo:#004133;--green-card:#155a4c;--orange:#f28c00;--orange-dark:#d57600;--cream:#f8eee5;--ink:#17312c;--muted:#55706a;--white:#fff;--border:#02433729}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,Times New Roman,serif}h1,h2{letter-spacing:-.035em;font-weight:600;line-height:1.08}h2{color:var(--green);margin-bottom:22px;font-size:clamp(36px,4vw,58px)}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;background:#004133f5;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:14px clamp(24px,5vw,76px);display:flex;position:sticky;top:0;left:0;right:0}.brand{display:block}.brand img{object-fit:contain;object-position:left center;width:230px;height:50px;display:block}.button{background:var(--orange);color:#fff;border:0;border-radius:14px;justify-content:center;align-items:center;min-height:54px;padding:14px 28px;font-size:15px;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 25px #c9680033}.button:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 14px 30px #c9680042}.button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #f28c007a}.button-small{border-radius:999px;min-height:42px;padding:10px 18px;font-size:13px}.eyebrow{color:var(--orange-dark);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:800}.eyebrow-light{color:#ffc16d}.section-light,.section-white,.section-dark,.offer,.faq,.final-cta,.experience{padding:clamp(76px,8vw,112px) clamp(24px,7vw,108px)}.section-light{background:var(--cream)}.section-white{background:#fff}.section-dark{background:var(--green);color:#ffffffd1}.section-dark h2,.section-dark h3{color:#fff}.section-heading{max-width:780px}.section-heading-centered{text-align:center;max-width:1120px;margin-left:auto;margin-right:auto}.section-heading>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.75}.hero{background:radial-gradient(circle at 92% 8%, #1ab2b029, transparent 25%), linear-gradient(145deg, var(--green) 0%, var(--green-deep) 100%);color:#fff;text-align:center;justify-content:center;align-items:center;min-height:680px;padding:clamp(82px,9vw,132px) clamp(24px,8vw,130px);display:flex;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute}.hero:before{width:440px;height:440px;top:45px;left:-220px}.hero:after{width:620px;height:620px;bottom:-280px;right:-260px}.hero-copy{z-index:2;max-width:1200px;position:relative}.hero h1{color:#fff;margin-bottom:28px;font-size:clamp(52px,6.4vw,90px)}.hero-lead{color:#ffffffdb;max-width:930px;margin:0 auto;font-size:clamp(18px,1.55vw,22px);line-height:1.65}.hero-button{min-width:390px;margin-top:34px}.hero-trust{color:#ffffffad;margin:18px 0 0;font-size:13px}.hero-trust span{color:#ffc16d;margin:0 8px}.problem{background:#fff}.problem .section-heading h3{color:var(--green);margin:44px 0 0;font-size:24px;font-weight:600}.situation-grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:1180px;margin:38px auto 0;display:flex}.situation-grid article{background:var(--cream);border:1px solid #f28c0085;border-left:4px solid var(--orange);border-radius:12px;flex:calc(33.333% - 16px);align-items:flex-start;gap:14px;min-width:280px;max-width:382px;padding:22px 22px 22px 18px;display:flex}.situation-grid article>span{border:1px solid var(--orange);color:var(--orange);border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-top:3px;font-size:16px;font-weight:700;line-height:1;display:flex}.situation-grid p{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.method-heading>p:not(.eyebrow){color:#ffffffbd;max-width:950px;margin-left:auto;margin-right:auto}.method-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:50px auto 0;display:grid}.method-grid article{background:var(--green-card);border:1px solid #ffffff2e;border-radius:14px;padding:28px}.step-label{color:#ffc16d;align-items:center;gap:10px;margin-bottom:24px;font-size:12px;font-weight:800;display:flex}.step-label span{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.method-grid h3{margin-bottom:12px;font-size:23px;font-weight:600;line-height:1.2}.method-grid p{margin:0;font-size:15px;line-height:1.65}.center-action{text-align:center;margin-top:42px}.principles{text-align:center}.principles .section-heading{max-width:1160px}.principle-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1180px;margin:46px auto 0;display:grid}.principle-grid p{color:var(--green);background:#fff;border:1px solid #f28c0059;border-radius:14px;justify-content:center;align-items:center;min-height:92px;margin:0;padding:20px;font-size:16px;font-weight:700;display:flex}.audience-grid{grid-template-columns:1fr 1fr;gap:clamp(48px,8vw,120px);max-width:1240px;margin:0 auto;display:grid}.audience h2{margin-bottom:30px;font-size:clamp(30px,3vw,43px)}.fit-list{margin:0;padding:0;list-style:none}.fit-list li{color:var(--muted);margin-bottom:14px;padding-left:30px;font-size:16px;line-height:1.5;position:relative}.fit-list li:before{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:800;line-height:1;display:flex;position:absolute;top:3px;left:0}.fit-list-positive li:before{color:var(--orange);content:"✓"}.fit-list-negative li:before{color:var(--green);content:"×"}.authority{grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(50px,8vw,110px);display:grid}.authority-photo{justify-self:end;width:100%;max-width:430px}.authority-photo img{object-fit:cover;border-radius:26px;width:100%;height:auto;display:block;box-shadow:0 24px 55px #00372c29}.authority-copy{max-width:830px}.authority-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.75}.experience{background:#fff}.experience>.eyebrow{margin-bottom:24px}.client-logos{background:var(--green-logo);border-radius:7px;gap:0;padding:12px 0;display:grid;overflow:hidden}.client-logos img{width:100%;height:auto;display:block}.client-logos img:last-child{justify-self:center;width:81.4%}.offer{background:var(--green-deep);color:#fff}.offer-card{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(50px,9vw,140px);max-width:1180px;margin:0 auto;display:grid}.offer h2{color:#fff}.offer-copy>p:not(.eyebrow),.offer-copy li{color:#ffffffc2}.offer-copy ul{margin:30px 0 0;padding:0;list-style:none}.offer-copy li{border-top:1px solid #ffffff24;padding:14px 0 14px 26px;font-size:14px;position:relative}.offer-copy li:before{color:#ffc16d;content:"✓";position:absolute;left:0}.price-card{background:var(--cream);color:var(--ink);border-radius:28px;padding:clamp(32px,5vw,52px);box-shadow:0 30px 80px #0003}.old-price{color:var(--muted);font-size:14px}.price-card>strong{color:var(--green);letter-spacing:-.06em;margin:14px 0 12px;font-family:Georgia,serif;font-size:clamp(64px,8vw,94px);font-weight:500;line-height:1.05;display:block}.price-card>strong small{letter-spacing:0;font-size:20px}.price-card>strong span{letter-spacing:-.04em;font-size:34px}.price-card>p{color:var(--muted);margin-bottom:4px}.button-full{width:100%;margin-top:22px}.price-card>small{color:var(--muted);text-align:center;margin-top:12px;font-size:11px;display:block}.faq{grid-template-columns:.75fr 1.25fr;gap:clamp(48px,8vw,120px);display:grid}.faq-list{border-top:1px solid var(--border)}.faq-list details{border-bottom:1px solid var(--border);padding:22px 0}.faq-list summary{color:var(--green);cursor:pointer;padding-right:42px;font-size:17px;font-weight:700;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:var(--orange);content:"+";font-size:26px;font-weight:400;position:absolute;top:-7px;right:6px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--muted);margin:15px 50px 0 0;font-size:15px}.final-cta{background:var(--green);color:#fff;justify-content:space-between;align-items:center;gap:48px;padding-top:clamp(62px,7vw,88px);padding-bottom:clamp(62px,7vw,88px);display:flex}.final-cta>div{max-width:950px}.final-cta h2{color:#fff;margin-bottom:0;font-size:clamp(32px,3.4vw,50px)}.button-light{background:var(--cream);box-shadow:none;color:var(--green);flex:none}.button-light:hover{background:#fff}footer{background:var(--green-deep);color:#ffffff9e;justify-content:space-between;align-items:center;padding:30px clamp(24px,7vw,108px);font-size:12px;display:flex}footer img{object-fit:contain;object-position:left center;width:250px;height:54px;display:block}footer p{margin:2px 0 0}.mobile-cta{display:none}@media (width<=1020px){.situation-grid article{flex-basis:calc(50% - 16px);max-width:none}.method-grid{grid-template-columns:1fr}.method-grid article{padding:26px}.audience-grid{gap:60px}}@media (width<=760px){body{padding-bottom:68px}.topbar{padding:10px 18px}.topbar .button{display:none}.brand img{width:190px;height:42px}.section-light,.section-white,.section-dark,.offer,.faq,.final-cta,.experience{padding:68px 22px}h2{font-size:clamp(34px,10vw,46px)}.hero{min-height:0;padding:72px 22px 74px}.hero h1{font-size:clamp(42px,12.4vw,58px)}.hero-lead,.section-heading>p:not(.eyebrow){font-size:17px}.hero-button{width:100%;min-width:0}.hero-trust span{display:none}.hero-trust{line-height:1.8}.situation-grid article{flex-basis:100%;min-width:0}.principle-grid,.audience-grid,.authority,.offer-card,.faq{grid-template-columns:1fr}.principle-grid{gap:10px}.audience-grid{gap:56px}.authority-photo{justify-self:center;max-width:390px}.client-logos{scrollbar-width:thin;padding:8px 0;overflow-x:auto}.client-logos img{min-width:760px}.client-logos img:last-child{min-width:620px}.faq{gap:30px}.final-cta{flex-direction:column;align-items:stretch}.final-cta .button{width:100%}footer{flex-direction:column;align-items:flex-start;gap:20px;padding:30px 22px}footer img{width:235px;height:52px}.mobile-cta{background:var(--orange);color:#fff;z-index:40;justify-content:center;align-items:center;height:64px;font-size:14px;font-weight:800;display:flex;position:fixed;bottom:0;left:0;right:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
