/*! 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}.delay-1{transition-delay:1ms}}:root{--ink:#071a3d;--ink-soft:#2d426b;--brand-navy:#06235f;--brand-blue:#1456ff;--forest:#06235f;--forest-deep:#041846;--sage:#1456ff;--sage-soft:#dce7ff;--cream:#eef3ff;--paper:#f8faff;--line:#d7e1f3;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.section-shell{width:min(1180px,100% - 48px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf5e0;border-bottom:1px solid #173f3114;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:78px;display:flex}.logo{align-items:center;min-width:max-content;display:inline-flex}.logo-image{width:196px;height:auto;display:block}.site-header nav{color:#45574e;align-items:center;gap:30px;font-size:14px;display:flex}.site-header nav a,.app-link{transition:color .2s}.site-header nav a:hover,.app-link:hover{color:var(--brand-blue)}.header-actions{align-items:center;gap:20px;display:flex}.app-link{font-size:13px;font-weight:700}.button{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:20px;min-height:52px;padding:0 22px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--white);background:var(--brand-navy);box-shadow:0 14px 30px #06235f29}.button-primary:hover{background:#041a49;box-shadow:0 18px 36px #06235f3d}.button-small{gap:12px;min-height:42px;padding-inline:17px;font-size:13px}.button-light{background:var(--cream);color:var(--forest)}.text-link{color:var(--forest);border-bottom:1px solid var(--sage);align-items:center;gap:14px;padding:14px 3px;font-size:14px;font-weight:700;display:inline-flex}.button-row{align-items:center;gap:28px;margin-top:34px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:#62736a;align-items:center;gap:11px;margin:0 0 22px;font-size:11px;font-weight:800;display:flex}.eyebrow span{background:var(--sage);width:25px;height:2px;display:block}h1,h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}h1 em,h2 em{color:#70977b;font-weight:400}.hero{grid-template-columns:1fr 1.02fr;align-items:center;gap:70px;min-height:724px;padding-block:76px 90px;display:grid;overflow:hidden}.hero-copy{z-index:2;position:relative}.hero h1{max-width:630px;margin:0;font-size:clamp(55px,5.3vw,78px);line-height:.99}.hero-lead{color:#53645b;max-width:560px;margin:27px 0 0;font-size:18px;line-height:1.7}.hero-proof{color:#6c7b73;align-items:flex-start;gap:12px;margin-top:44px;font-size:12px;line-height:1.55;display:flex}.hero-proof p{margin:0}.proof-dot{background:#70a27e;border-radius:50%;width:9px;height:9px;margin-top:4px;box-shadow:0 0 0 5px #e2eee5}.hero-visual{place-items:center;min-height:530px;display:grid;position:relative}.hero-visual:before{content:"";background:#e5ece3;border-radius:50% 10% 46% 25%;position:absolute;inset:22px -100px 4px 28px;transform:rotate(-4deg)}.orbit{border:1px solid #41745233;border-radius:50%;position:absolute}.orbit-one{width:540px;height:430px;transform:rotate(18deg)}.orbit-two{width:610px;height:340px;transform:rotate(-24deg)}.dashboard-card{z-index:3;background:#fffffff5;border:1px solid #dce4dd;border-radius:13px;width:min(530px,94%);padding:26px;position:relative;transform:rotate(-1.2deg);box-shadow:0 32px 70px #18392b26}.dash-top{border-bottom:1px solid #edf0ed;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:19px;display:flex}.mini-brand{align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.mini-brand span{background:var(--forest);color:#fff;border-radius:7px;place-items:center;width:25px;height:25px;font-family:Georgia,serif;font-style:italic;display:grid}.live-pill{color:#447354;background:#edf6ef;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:9px;font-weight:800;display:flex}.live-pill i{background:#5a9a6b;border-radius:50%;width:6px;height:6px}.dash-label{color:#7b8780;text-transform:uppercase;letter-spacing:.1em;margin:0 0 6px;font-size:10px}.margin-row{align-items:center;gap:12px;display:flex}.margin-row strong{font-family:Georgia,serif;font-size:35px;font-weight:400}.margin-row span{color:#4e805c;background:#edf6ef;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:700}.chart{height:137px;margin:10px 0 21px;position:relative;overflow:hidden}.chart-grid{background:repeating-linear-gradient(#0000 0 33px,#edf1ed 34px);position:absolute;inset:0}.chart svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.chart-area{fill:url(#area)}.chart-line{fill:none;stroke:#5c9470;stroke-width:3px;stroke-linecap:round}.chart circle{fill:#5c9470;stroke:#fff;stroke-width:3px}.recipe-row{border-top:1px solid #edf0ed;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 0;display:grid}.recipe-icon{color:#55715f;background:#eef3ed;border-radius:8px;place-items:center;width:34px;height:34px;font-family:Georgia,serif;display:grid}.recipe-row div{flex-direction:column;gap:4px;display:flex}.recipe-row strong{font-size:11px}.recipe-row span{color:#859088;font-size:9px}.recipe-price{align-items:flex-end}.supplier-note{background:#eff5ef;border-radius:7px;grid-template-columns:27px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.supplier-note>span{color:#fff;background:#6d9e78;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.supplier-note p{color:#6c7d72;margin:0;font-size:9px;line-height:1.5}.supplier-note p strong{color:#385443}.supplier-note b{color:#4a7457;font-size:9px}.floating-card{z-index:4;background:#fff;border:1px solid #dde4de;border-radius:8px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 15px 35px #1c372b1f}.floating-card span{color:#4d815d;background:#e7f1e9;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.floating-card p{color:#849087;margin:0;font-size:9px;line-height:1.45}.floating-card strong{color:#344a3e;font-size:11px}.floating-one{top:122px;left:-18px}.floating-two{bottom:68px;right:-20px}.trust-strip{background:#f1efe7;border-block:1px solid #dfe3dd}.trust-inner{justify-content:space-between;align-items:center;gap:30px;min-height:86px;display:flex}.trust-inner>p{color:#78847d;text-transform:uppercase;letter-spacing:.13em;font-size:11px}.trust-inner>div{color:#33483c;align-items:center;gap:30px;font-family:Georgia,serif;font-size:16px;display:flex}.trust-inner i{background:var(--sage);border-radius:50%;width:4px;height:4px;display:block}.services-section,.method-section{padding-block:115px}.section-heading{grid-template-columns:1.6fr .7fr;align-items:end;gap:80px;margin-bottom:60px;display:grid}.section-heading h2{margin:0;font-size:clamp(42px,4.3vw,59px);line-height:1.06}.section-heading>p{color:#64736b;margin:0 0 4px;font-size:15px;line-height:1.75}.section-heading.compact{margin-bottom:50px}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff47;min-height:330px;padding:31px;transition:background .25s,transform .25s;position:relative}.service-card:hover{z-index:2;background:#fff;transform:translateY(-5px);box-shadow:0 22px 50px #253c3114}.service-number{color:#9aa69f;letter-spacing:.1em;font-size:10px}.service-mark{align-items:flex-end;gap:5px;width:54px;height:54px;margin:55px 0 34px;display:flex}.service-mark i{background:var(--sage);border-radius:2px 2px 0 0;width:11px}.service-mark i:first-child{opacity:.55;height:23px}.service-mark i:nth-child(2){opacity:.75;height:38px}.service-mark i:nth-child(3){height:51px}.service-card:nth-child(2) .service-mark{align-items:center}.service-card:nth-child(2) .service-mark i{border-radius:50%;height:11px}.service-card:nth-child(2) .service-mark i:nth-child(2){width:20px;height:20px}.service-card:nth-child(3) .service-mark{border:2px solid var(--sage);border-radius:50%;position:relative}.service-card:nth-child(3) .service-mark i{transform-origin:0 0;width:27px;height:2px;position:absolute;top:25px;left:25px;transform:rotate(-42deg)}.service-card h3{margin:0 0 15px;font-family:Georgia,serif;font-size:22px;font-weight:400}.service-card p{color:#68786f;margin:0;font-size:14px;line-height:1.7}.product-band{background:var(--forest);color:#fff;padding-block:105px;overflow:hidden}.product-grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:110px;display:grid}.product-copy h2{margin:0;font-size:clamp(45px,4.5vw,62px);line-height:1.04}.product-copy>p:not(.eyebrow){color:#c3d1c9;max-width:560px;font-size:16px;line-height:1.75}.check-list{color:#e5ede8;grid-template-columns:1fr 1fr;gap:16px 22px;margin:31px 0 37px;padding:0;font-size:13px;list-style:none;display:grid}.check-list li{align-items:center;gap:10px;display:flex}.check-list span{color:#b9d3bf;background:#315f49;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.invoice-flow{padding:38px;position:relative}.invoice-flow:before{content:"";background:#ffffff09;border-radius:50%;position:absolute;inset:-100px -180px -100px -40px}.flow-step{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0e;border:1px solid #ffffff21;border-radius:8px;grid-template-columns:42px 1fr auto;align-items:center;gap:17px;padding:20px;display:grid;position:relative}.flow-step.active{color:var(--ink);background:#f6f4ec;box-shadow:0 25px 60px #0000002e}.flow-step>span{color:#aac3b2;border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:40px;height:40px;font-size:11px;display:grid}.flow-step.active>span{color:#416a4e;background:#dfeadf;border:0}.flow-step div{flex-direction:column;gap:5px;display:flex}.flow-step strong{font-size:13px}.flow-step small{color:#a9bcb1;font-size:10px}.flow-step b{color:#b5c9bc;background:#ffffff17;border-radius:4px;padding:6px 9px;font-size:9px}.flow-step.active b{color:#4d7858;background:#e7f0e8}.flow-line{background:#ffffff2e;width:1px;height:35px;margin-left:59px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:50px;display:grid}.steps-grid article{border-top:1px solid var(--line);padding-top:24px}.steps-grid article>span{color:#8e9d94;margin-bottom:38px;font-size:11px;display:block}.steps-grid h3{margin:0 0 13px;font-family:Georgia,serif;font-size:27px;font-weight:400}.steps-grid p{color:#6b7a72;margin:0;font-size:14px;line-height:1.7}.cta-section{background:var(--forest);color:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:40px;min-height:305px;margin-bottom:70px;padding:55px 65px;display:flex;position:relative;overflow:hidden}.cta-section:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:430px;height:430px;position:absolute;right:5%}.cta-section>*{z-index:2;position:relative}.cta-section h2{margin:0;font-size:clamp(39px,4vw,53px);line-height:1.05}.cta-section .button{min-width:250px}.site-footer{border-top:1px solid var(--line);background:#f0eee6}.footer-top{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;min-height:145px;display:grid}.footer-top>p{color:#69776f;text-align:center;font-size:13px}.footer-top>div{justify-self:end;gap:22px;font-size:12px;font-weight:700;display:flex}.footer-bottom{color:#8b968f;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #d9ddd6;justify-content:space-between;align-items:center;min-height:58px;font-size:10px;display:flex}.sub-hero{background:var(--forest);color:#fff;overflow:hidden}.sub-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:90px;min-height:670px;padding-block:85px;display:grid}.sub-hero h1,.contact-page h1,.legal-page h1{letter-spacing:-.045em;margin:0;font-family:Georgia,serif;font-size:clamp(53px,5vw,73px);font-weight:400;line-height:1}.sub-hero h1 em,.contact-page h1 em{color:#91b59b;font-weight:400}.sub-hero-grid>div:first-child>p:not(.eyebrow){color:#c5d3cb;max-width:590px;font-size:17px;line-height:1.75}.subtle-link{color:#c9d7cf;font-size:13px;font-weight:700}.pilot-line{color:#9eb5a6;text-transform:uppercase;letter-spacing:.11em;align-items:center;gap:10px;margin-top:38px;font-size:11px;display:flex}.pilot-line span{background:#8ec49a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #8ec49a1f}.cost-card-stack{min-height:470px;position:relative}.cost-card-stack:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:570px;height:570px;position:absolute;top:-50px;left:-10px}.cost-card{color:var(--ink);background:#fff;border-radius:10px;position:absolute;box-shadow:0 25px 70px #00000040}.main-cost{width:min(480px,90%);padding:29px;top:55px;left:25px;transform:rotate(1.5deg)}.cost-title{color:#7c8981;text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;font-size:10px;display:flex}.cost-title b{color:#99624d;background:#f8ece6;border-radius:4px;padding:6px 8px;font-size:8px}.main-cost h3{margin:19px 0 25px;font-family:Georgia,serif;font-size:27px;font-weight:400}.cost-metrics{grid-template-columns:1fr 1fr;gap:20px;display:grid}.cost-metrics div{flex-direction:column;gap:7px;display:flex}.cost-metrics small{color:#839087;text-transform:uppercase;font-size:9px}.cost-metrics strong{font-family:Georgia,serif;font-size:26px;font-weight:400}.progress{background:#e7ece7;border-radius:8px;height:6px;margin:25px 0 20px;overflow:hidden}.progress i{border-radius:inherit;background:#77a584;height:100%;display:block}.main-cost>p{color:#8a644e;background:#fcf3ee;border-radius:5px;margin:0;padding:13px;font-size:10px}.side-cost{z-index:3;flex-direction:column;gap:6px;width:185px;padding:18px;display:flex;top:12px;right:-18px}.side-cost small,.side-cost span{color:#7b8a81;font-size:9px}.side-cost strong{color:#49765a;font-family:Georgia,serif;font-size:25px;font-weight:400}.tiny-cost{z-index:4;align-items:center;gap:10px;padding:13px 17px;display:flex;bottom:35px;left:-8px}.tiny-cost>span{color:#fff;background:#6a9b77;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.tiny-cost p{color:#839087;margin:0;font-size:9px;line-height:1.5}.tiny-cost b{color:#385142;font-size:11px}.mini-stats{border-bottom:1px solid var(--line);background:#f0eee6}.mini-stats>div{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:35px;min-height:110px;display:grid}.mini-stats>div>div{justify-content:center;align-items:baseline;gap:11px;display:flex}.mini-stats strong{color:var(--forest);font-family:Georgia,serif;font-size:29px;font-weight:400}.mini-stats span{color:#728078;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.mini-stats i{background:#d2d9d2;width:1px;height:32px}.feature-section{padding-block:115px}.feature-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.feature-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:240px;padding:28px}.feature-grid article>span{color:#92a096;font-size:9px}.feature-grid h3{margin:48px 0 12px;font-family:Georgia,serif;font-size:21px;font-weight:400}.feature-grid p{color:#6b7a72;margin:0;font-size:13px;line-height:1.7}.comparison-section{background:var(--forest);color:#fff;padding-block:105px}.comparison-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px;display:grid}.comparison-grid h2{margin:0;font-size:clamp(42px,4vw,57px);line-height:1.07}.comparison-grid>div:first-child>p:not(.eyebrow){color:#b9c9c0;font-size:15px;line-height:1.75}.offer-table{color:var(--ink);background:#f8f7f1;border-radius:10px;padding:12px;box-shadow:0 30px 70px #0003}.offer-head{justify-content:space-between;padding:15px 14px 21px;font-size:12px;display:flex}.offer-head b{color:#668771;font-size:10px}.offer-row{border-top:1px solid #e4e8e3;grid-template-columns:30px 1fr auto;align-items:center;gap:13px;padding:15px 13px;display:grid}.offer-row.best{background:#eaf2ea;border:1px solid #b9d0bd;border-radius:7px}.offer-row .rank{color:#76837b;background:#e9ece8;border-radius:50%;place-items:center;width:27px;height:27px;font-size:9px;display:grid}.offer-row.best .rank{color:#fff;background:#6c9a76}.offer-row>div{flex-direction:column;gap:4px;display:flex}.offer-row>div:last-child{align-items:flex-end}.offer-row strong{font-size:11px}.offer-row small{color:#7e8c83;font-size:8px}.offer-row.best>div:last-child small{color:#538060}.offer-saving{color:#738077;justify-content:space-between;margin-top:9px;padding:15px 13px 8px;font-size:10px;display:flex}.offer-saving strong{color:#40664d}.audience-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:350px;padding-block:90px;display:grid}.audience-section h2{margin:0;font-size:clamp(42px,4vw,55px);line-height:1.06}.audience-tags{flex-wrap:wrap;gap:12px;display:flex}.audience-tags span{color:#4b5e54;background:#fff;border:1px solid #cfd8d0;border-radius:99px;padding:14px 18px;font-size:12px}.contact-page{grid-template-columns:1fr .9fr;align-items:start;gap:100px;min-height:720px;padding-block:95px 110px;display:grid}.contact-copy>p:not(.eyebrow){color:#607068;max-width:580px;font-size:16px;line-height:1.75}.contact-points{border-top:1px solid var(--line);margin-top:45px}.contact-points>div{border-bottom:1px solid var(--line);grid-template-columns:35px 1fr;gap:10px;padding:19px 0;display:grid}.contact-points span{color:#8c9a91;font-size:9px}.contact-points p{color:#76837b;margin:0;font-size:11px;line-height:1.55}.contact-points strong{color:#405248;font-size:12px}.contact-form{border:1px solid var(--line);background:#fff;border-radius:9px;padding:35px;box-shadow:0 25px 60px #23392e14}.contact-form label{color:#405248;flex-direction:column;gap:8px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);resize:vertical;background:#fbfaf6;border:1px solid #d9e0da;border-radius:5px;outline:none;padding:13px}.contact-form .button{width:100%}.form-note{color:#8a958e;text-align:center;margin:12px 0 0;font-size:9px}.legal-page{min-height:750px;padding-block:90px 120px}.legal-page h1{margin-bottom:45px}.legal-warning{background:#f6ecdf;border-left:4px solid #c59a6d;max-width:760px;margin-bottom:45px;padding:20px}.legal-warning p{color:#705e4d;margin-bottom:0;line-height:1.6}.legal-page section{max-width:760px;margin-top:35px}.legal-page section h2{font-size:27px}.legal-page section p{color:#617168;line-height:1.8}.reveal{animation:.75s both rise}.delay-1{animation-delay:.12s}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (width<=1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:85px}.hero-copy{max-width:720px}.hero-visual{min-height:570px}.product-grid{grid-template-columns:1fr;gap:60px}.invoice-flow{width:min(650px,100%)}.section-heading{grid-template-columns:1fr;gap:25px}.section-heading>p{max-width:650px}.sub-hero-grid,.comparison-grid,.contact-page{grid-template-columns:1fr}.cost-card-stack{width:min(650px,100%)}.audience-section{grid-template-columns:1fr;gap:35px}}@media (width<=720px){.section-shell{width:min(100% - 30px,1180px)}.header-inner{height:70px}.logo-image{width:154px}.header-actions .app-link{display:none}.header-actions .button{min-height:38px;padding:0 12px}.header-actions .button span{display:none}.hero{gap:35px;min-height:auto;padding-block:65px 55px}.hero h1{font-size:50px}.hero-lead{font-size:16px}.button-row{flex-direction:column;align-items:flex-start;gap:10px}.hero-proof{margin-top:30px}.hero-visual{min-height:420px;margin-inline:-5px}.dashboard-card{padding:18px}.floating-card{display:none}.orbit-one{width:420px;height:330px}.orbit-two{width:440px;height:280px}.trust-inner{flex-direction:column;align-items:flex-start;padding-block:22px}.trust-inner>div{flex-wrap:wrap;gap:14px;font-size:13px}.services-section,.method-section{padding-block:78px}.section-heading{margin-bottom:38px}.section-heading h2{font-size:42px}.service-grid,.steps-grid{grid-template-columns:1fr}.service-card{min-height:285px}.product-band{padding-block:75px}.check-list{grid-template-columns:1fr}.invoice-flow{padding:10px 0}.flow-step{grid-template-columns:36px 1fr;padding:16px}.flow-step>b{display:none}.flow-line{margin-left:37px}.steps-grid{gap:28px}.steps-grid article>span{margin-bottom:22px}.cta-section{border-radius:0;flex-direction:column;align-items:flex-start;margin-bottom:0;padding:45px 28px}.cta-section .button{width:100%;min-width:0}.footer-top{grid-template-columns:1fr;padding-block:35px}.footer-top>p{text-align:left}.footer-top>div{flex-wrap:wrap;justify-self:start}.sub-hero-grid{gap:25px;min-height:auto;padding-block:65px}.sub-hero h1,.contact-page h1{font-size:48px}.cost-card-stack{min-height:390px}.main-cost{width:95%;padding:20px;top:45px;left:0}.side-cost{right:-4px}.tiny-cost{bottom:15px;left:0}.mini-stats>div{grid-template-columns:1fr;gap:16px;padding-block:25px}.mini-stats>div>div{justify-content:flex-start}.mini-stats i{display:none}.feature-section{padding-block:75px}.feature-grid{grid-template-columns:1fr}.comparison-section{padding-block:75px}.offer-row{grid-template-columns:27px 1fr}.offer-row>div:last-child{grid-column:2;align-items:flex-start}.audience-section{padding-block:70px}.contact-page{gap:50px;padding-block:65px 80px}.field-row{grid-template-columns:1fr;gap:0}.contact-form{padding:22px}.legal-page{padding-block:65px 90px}}.site-header{background:#f8faffe6;border-bottom-color:#06235f17}.site-header nav{color:#4d5f81}.button-light{color:var(--brand-navy)}.text-link{color:var(--brand-navy);border-bottom-color:#8aabff}.eyebrow{color:#617193}.eyebrow.light{color:#c0cff0}.eyebrow.light span{background:#77a0ff}h1 em,h2 em,.sub-hero h1 em,.contact-page h1 em{color:var(--brand-blue)}.hero-lead,.section-heading>p,.service-card p,.steps-grid p,.feature-grid p,.contact-copy>p:not(.eyebrow),.legal-page section p{color:#5c6c89}.hero-proof{color:#71809b}.hero-proof strong{color:#405278}.proof-dot{background:var(--brand-blue);box-shadow:0 0 0 5px #dfe8ff}.hero-visual:before{background:#e6edfb}.orbit{border-color:#1456ff2e}.dashboard-card{border-color:#d9e3f4;box-shadow:0 32px 70px #06235f26}.mini-brand span{background:var(--brand-navy)}.live-pill,.margin-row span{color:#315fc5;background:#e9efff}.live-pill i{background:var(--brand-blue)}.chart-grid{background:repeating-linear-gradient(#0000 0 33px,#e8edf7 34px)}.chart-line{stroke:var(--brand-blue)}.chart circle{fill:var(--brand-blue)}.recipe-icon{color:#365aaf;background:#edf2ff}.recipe-price .down{color:#2c62d5}.supplier-note{background:#edf2ff}.supplier-note>span{background:var(--brand-blue)}.supplier-note p{color:#657594}.supplier-note p strong,.supplier-note b{color:#274b9e}.floating-card{border-color:#d9e3f4;box-shadow:0 15px 35px #06235f1f}.floating-card span{color:#2d60d2;background:#e6edff}.floating-card p{color:#7785a0}.floating-card strong{color:#304873}.trust-strip,.mini-stats,.site-footer{background:#f0f4fc;border-color:#dbe3f2}.trust-inner>p,.footer-top>p{color:#73809a}.trust-inner>div{color:#263e6f}.service-card:hover{box-shadow:0 22px 50px #06235f14}.product-band,.comparison-section,.cta-section,.sub-hero{background:var(--brand-navy)}.product-copy>p:not(.eyebrow),.comparison-grid>div:first-child>p:not(.eyebrow),.sub-hero-grid>div:first-child>p:not(.eyebrow){color:#c8d5ef}.check-list{color:#ebf0fb}.check-list span{color:#bcd0ff;background:#1749b7}.flow-step>span{color:#b9cbef}.flow-step.active{background:#f6f8fd}.flow-step.active>span,.flow-step.active b{color:#315ab6;background:#e4ebff}.flow-step small{color:#b1c0de}.flow-step.active small{color:#74819a}.mini-stats strong{color:var(--brand-navy)}.mini-stats span,.contact-points p{color:#71809b}.mini-stats i{background:#d2dced}.pilot-line{color:#b1c2e6}.pilot-line span{background:#5e8cff;box-shadow:0 0 0 5px #5e8cff24}.progress{background:#e5eaf4}.progress i{background:var(--brand-blue)}.side-cost strong{color:#2756bd}.tiny-cost>span{background:var(--brand-blue)}.tiny-cost b{color:#29477f}.offer-head b{color:#3e62b0}.offer-row.best{background:#e9efff;border-color:#afc3ee}.offer-row.best .rank{background:var(--brand-blue)}.offer-row.best>div:last-child small,.offer-saving strong{color:#295ac5}.audience-tags span{color:#405476;border-color:#ccd7ec}.contact-form{border-color:var(--line);box-shadow:0 25px 60px #06235f14}.contact-form label,.contact-points strong{color:#344d7b}.contact-form input,.contact-form textarea{background:#fafbff;border-color:#d5deee}.contact-form input:focus,.contact-form textarea:focus{border-color:#769cff;box-shadow:0 0 0 3px #e3ebff}.footer-bottom{color:#8290a9;border-top-color:#d5deed}
