@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}.static{position:static}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}}:root{--ink:#17231f;--muted:#64716c;--paper:#fbfaf6;--cream:#f1eee5;--line:#dfded7;--green:#c9f269;--green-deep:#a8dd38;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:20;border-bottom:1px solid var(--line);position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.site-header{border-bottom:1px solid color-mix(in srgb, var(--line) 75%, transparent)}}.site-header{background:var(--paper)}@supports (color:color-mix(in lab, red, red)){.site-header{background:color-mix(in srgb, var(--paper) 90%, transparent)}}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-shell{justify-content:space-between;align-items:center;min-height:78px;display:flex}.brand{letter-spacing:-.06em;font-size:1.45rem;font-weight:850}.brand span{color:#84b722}.nav-links{color:#42504a;align-items:center;gap:38px;font-size:.93rem;font-weight:600;display:flex}.nav-links a,footer a{transition:color .18s}.nav-links a:hover,footer a:hover{color:#79a920}.button{border-radius:999px;justify-content:center;align-items:center;gap:18px;min-height:56px;padding:0 24px;font-size:.95rem;font-weight:750;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{min-height:44px;padding:0 19px;font-size:.87rem}.button-dark{background:var(--ink);color:var(--white)}.button-primary{background:var(--green);box-shadow:0 12px 30px #8bb5362e}.button-primary:hover{background:var(--green-deep);box-shadow:0 16px 36px #8bb5363d}.hero{padding:94px 0 104px;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(12px);background:#c9f2692e;border-radius:50%;width:460px;height:460px;position:absolute;top:-160px;left:-220px}.hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:78px;display:grid}.eyebrow{color:#53605b;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 22px;font-size:.77rem;font-weight:800;display:flex}.eyebrow>span{background:#8fbd35;width:28px;height:2px}.hero h1{letter-spacing:-.075em;max-width:720px;margin:0;font-size:clamp(3.45rem,6vw,6rem);font-weight:820;line-height:.96}.hero-text{max-width:600px;color:var(--muted);margin:30px 0 0;font-size:1.08rem;line-height:1.8}.hero-actions{align-items:center;gap:28px;margin-top:36px;display:flex}.text-link{border-bottom:1px solid var(--ink);padding:10px 0;font-size:.92rem;font-weight:700}.text-link span{margin-left:8px}.hero-proof{align-items:center;gap:16px;margin-top:46px;display:flex}.avatar-stack{padding-left:10px;display:flex}.avatar-stack span{border:3px solid var(--paper);background:var(--ink);width:39px;height:39px;color:var(--white);border-radius:50%;place-items:center;margin-left:-10px;font-size:.62rem;font-weight:800;display:grid}.avatar-stack span:nth-child(2){background:#8da76a}.avatar-stack span:nth-child(3){background:#b87b55}.hero-proof p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.45}.hero-proof strong{color:var(--ink)}.hero-visual{background:var(--cream);border-radius:42% 58% 48% 52%/47% 44% 56% 53%;min-height:530px;position:relative}.visual-glow{background:var(--green);filter:blur(1px);border-radius:50%;position:absolute;inset:14% 10% 18%;transform:rotate(-8deg)}.visual-card{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border:1px solid #fffc;position:absolute;box-shadow:0 24px 60px #24312b26}.visual-card-main{border-radius:24px;padding:38px;inset:12% 10%;transform:rotate(3deg)}.card-topline{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding-bottom:22px;font-size:.74rem;font-weight:750;display:flex}.status-dot{align-items:center;gap:7px;display:inline-flex}.status-dot:before{content:"";background:#76af16;border-radius:50%;width:7px;height:7px}.mini-heading{letter-spacing:-.07em;margin:38px 0 46px;font-size:clamp(2.4rem,4vw,4.1rem);font-weight:820;line-height:.98}.progress-track{background:#e7e9e2;border-radius:99px;height:8px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--green-deep);width:78%;height:100%;display:block}.metric-row{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px;display:grid}.metric-row div{flex-direction:column;gap:6px;display:flex}.metric-row small{color:var(--muted);font-size:.7rem}.metric-row strong{letter-spacing:-.04em;font-size:1.5rem}.floating-card{border-radius:16px;align-items:center;gap:13px;padding:15px 19px;display:flex;bottom:68px;right:-18px;transform:rotate(-4deg)}.checkmark{background:var(--green);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.floating-card div{flex-direction:column;gap:3px;display:flex}.floating-card strong{font-size:.8rem}.floating-card small{color:var(--muted);font-size:.66rem}.shape{z-index:3;border:2px solid var(--ink);position:absolute}.shape-one{border-radius:8px;width:27px;height:27px;top:55px;right:18px;transform:rotate(18deg)}.shape-two{background:var(--ink);border-radius:50%;width:21px;height:21px;bottom:42px;left:34px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f4f2eb}.trust-items{color:#58645f;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;min-height:94px;font-size:.78rem;font-weight:800;display:flex}.trust-items i{background:#a7c369;border-radius:50%;width:5px;height:5px}.section{padding:120px 0}.section-heading{grid-template-columns:1.1fr .6fr;align-items:end;gap:60px;margin-bottom:56px;display:grid}.section-heading h2,.method h2,.contact h2{letter-spacing:-.065em;max-width:720px;margin:0;font-size:clamp(2.45rem,4.4vw,4.35rem);font-weight:800;line-height:1.04}.section-heading>p{color:var(--muted);margin:0 0 8px;line-height:1.75}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.benefit-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:360px;padding:32px;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.benefit-card:hover{border-color:#b7d279;transform:translateY(-6px)}.benefit-card:nth-child(2){background:var(--cream)}.benefit-card:nth-child(3){background:var(--ink);color:var(--white)}.benefit-number{color:#919b96;letter-spacing:.12em;font-size:.7rem;font-weight:800}.benefit-icon{background:var(--green);border-radius:22px;place-items:center;width:76px;height:76px;margin:42px 0 34px;display:grid;transform:rotate(-5deg)}.benefit-icon span{border:2px solid var(--ink);border-radius:50%;width:28px;height:28px}.benefit-card:nth-child(2) .benefit-icon span{border-radius:8px;transform:rotate(12deg)}.benefit-card:nth-child(3) .benefit-icon span{background:var(--ink);width:30px;height:2px;box-shadow:0 -8px 0 var(--ink), 0 8px 0 var(--ink);border:0;border-radius:0}.benefit-card h3{letter-spacing:-.035em;margin:0 0 13px;font-size:1.3rem}.benefit-card p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.7}.benefit-card:nth-child(3) p{color:#b9c2be}.method{background:var(--ink);color:var(--white)}.method-grid{grid-template-columns:.82fr 1fr;gap:110px;display:grid}.eyebrow-light{color:#abb6b2}.method-copy>p:last-child{color:#aeb9b5;max-width:500px;margin:30px 0 0;line-height:1.8}.steps-list{margin:0;padding:0;list-style:none}.steps-list li{border-bottom:1px solid #ffffff24;grid-template-columns:72px 1fr;gap:20px;padding:30px 0;display:grid}.steps-list li:first-child{padding-top:0}.steps-list>li>span{color:var(--green);letter-spacing:.1em;font-size:.75rem;font-weight:800}.steps-list h3{margin:0 0 8px;font-size:1.28rem}.steps-list p{color:#aeb9b5;margin:0;font-size:.92rem;line-height:1.65}.quote-section{background:var(--cream)}.quote-card{text-align:center;position:relative}.quote-mark{color:#9ccf39;height:65px;font-family:Georgia,serif;font-size:7rem;line-height:1;display:block}blockquote{letter-spacing:-.04em;max-width:900px;margin:22px auto 40px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.7vw,3.6rem);line-height:1.2}.quote-author{justify-content:center;align-items:center;gap:13px;display:flex}.quote-author>span{background:var(--ink);width:43px;height:43px;color:var(--white);border-radius:50%;place-items:center;font-size:.7rem;font-weight:800;display:grid}.quote-author p{color:var(--muted);text-align:left;margin:0;font-size:.76rem;line-height:1.5}.quote-author strong{color:var(--ink)}.contact{padding-bottom:72px}.contact-card{background:#b8e657;border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:50px;padding:72px;display:grid}.contact-card h2{max-width:720px}.button-white{background:var(--white);white-space:nowrap;box-shadow:0 12px 30px #3a49301f}footer{padding:30px 0 38px}.footer-inner{color:var(--muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.footer-inner .brand{color:var(--ink);font-size:1.2rem}@media (max-width:920px){.hero-grid,.method-grid,.section-heading{grid-template-columns:1fr}.hero-grid{gap:60px}.hero-visual{width:min(620px,100%);margin:0 auto}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-card:last-child{grid-column:1/-1}.method-grid{gap:70px}.contact-card{grid-template-columns:1fr;padding:56px}}@media (max-width:680px){.container{width:min(100% - 32px,1180px)}.nav-shell{min-height:70px}.nav-links{display:none}.button-small{min-height:40px;padding:0 15px}.hero{padding:72px 0 76px}.hero h1{font-size:clamp(3.2rem,15vw,4.7rem)}.hero-actions{flex-direction:column;align-items:stretch;gap:16px}.text-link{align-self:flex-start}.hero-visual{min-height:430px}.visual-card-main{padding:28px;inset:9% 7% 12%}.mini-heading{margin:28px 0 38px;font-size:2.7rem}.floating-card{bottom:44px;right:-5px}.trust-items{justify-content:flex-start;gap:16px;min-height:82px;overflow-x:auto}.trust-items span{white-space:nowrap}.section{padding:86px 0}.section-heading{gap:22px;margin-bottom:38px}.benefit-grid{grid-template-columns:1fr}.benefit-card:last-child{grid-column:auto}.contact-card{width:calc(100% - 32px);padding:40px 28px}.contact-card .button{width:100%}.footer-inner{flex-direction:column;align-items:flex-start;gap:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
