/*! 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{.invisible{visibility:hidden}.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.grow{flex-grow:1}}:root{--ink:#102d2b;--evergreen:#123f3a;--green:#1f6559;--sage:#dcebe4;--cream:#f7f5ee;--paper:#fffdf8;--muted:#61716c;--line:#123f3a24;--coral:#f5a37e;--sky:#cfe7ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-body), sans-serif;margin:0}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.1em;height:1.1em}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;background:#f7f5eee6;justify-content:space-between;align-items:center;height:84px;padding:0 clamp(24px,5vw,76px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand>span:last-child{flex-direction:column;line-height:1;display:flex}.brand strong{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;font-size:18px}.brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;margin-top:5px;font-size:9px}.brand-mark{background:var(--evergreen);border-radius:12px;width:38px;height:38px;display:block;position:relative;overflow:hidden}.brand-mark i{border:2px solid #d5f0df;border-radius:100% 0;width:16px;height:24px;position:absolute;transform:rotate(-20deg)}.brand-mark i:first-child{bottom:-4px;left:5px}.brand-mark i:nth-child(2){bottom:-2px;left:15px;transform:rotate(18deg)scale(.85)}.brand-mark i:nth-child(3){bottom:-7px;left:23px;transform:rotate(45deg)scale(.72)}nav{gap:36px;font-size:13px;font-weight:600;display:flex}nav a{position:relative}nav a:after{content:"";background:var(--green);height:1px;transition:right .2s;position:absolute;bottom:-7px;left:0;right:100%}nav a:hover:after{right:0}.button{border-radius:999px;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{padding:12px 19px;font-size:12px}.button-dark{background:var(--evergreen);color:#fff}.button-primary{background:var(--evergreen);color:#fff;padding:17px 24px;box-shadow:0 12px 30px #123f3a2e}.hero{grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr);align-items:center;gap:6vw;min-height:calc(100vh - 84px);padding:76px clamp(24px,5vw,76px) 90px;display:grid;overflow:hidden}.kicker{text-transform:uppercase;color:var(--green);letter-spacing:.15em;align-items:center;gap:9px;font-size:11px;font-weight:800;display:flex}.kicker>span{background:var(--green);width:26px;height:1px}.hero h1{font-family:var(--font-display), sans-serif;letter-spacing:-.065em;margin:27px 0;font-size:clamp(54px,5.7vw,88px);font-weight:650;line-height:.98}.hero h1 em{color:var(--green);font-style:normal}.hero-intro{color:var(--muted);max-width:610px;font-size:clamp(17px,1.4vw,21px);line-height:1.65}.hero-actions{align-items:center;gap:28px;margin-top:38px;display:flex}.text-link{border-bottom:1px solid var(--line);padding-bottom:5px;font-size:13px;font-weight:700}.text-link span{margin-left:7px}.trust-row{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;flex-wrap:wrap;gap:22px;margin-top:50px;font-size:11px;font-weight:700;display:flex}.trust-row span{align-items:center;gap:8px;display:flex}.trust-row span:before{content:"";background:var(--coral);border-radius:50%;width:5px;height:5px}.hero-visual{place-items:center;min-height:600px;display:grid;position:relative}.orb{filter:blur(2px);border-radius:50%;position:absolute}.orb-one{background:#d8e9df;width:540px;height:540px;top:4%;right:2%}.orb-two{background:#f5a37e54;width:290px;height:290px;bottom:0;left:4%}.dashboard-card{z-index:3;background:#fffdf8ed;border:1px solid #fffc;border-radius:24px;width:min(640px,92%);padding:25px;position:relative;transform:rotate(1.2deg);box-shadow:0 35px 80px #123f3a2e}.dash-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.dash-top div{flex-direction:column;gap:4px;display:flex}.dash-top small,.dash-stats small,.focus-row small{color:var(--muted)}.dash-top strong{font-family:var(--font-display)}.live-pill{background:var(--sage);border-radius:99px;padding:8px 11px;font-size:10px;font-weight:700}.live-pill i{background:#3f8a70;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.dash-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0;display:grid}.dash-stats article{border:1px solid var(--line);border-radius:15px;flex-direction:column;gap:5px;padding:17px;display:flex}.dash-stats span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.dash-stats strong{font-family:var(--font-display);letter-spacing:-.04em;font-size:27px}.dash-stats small{font-size:9px}.dash-list{background:#f4f3ec;border-radius:16px;padding:15px}.list-heading{justify-content:space-between;padding:3px 3px 12px;font-size:11px;display:flex}.list-heading span{color:var(--green)}.focus-row{background:var(--paper);border-radius:11px;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;margin-top:7px;padding:10px;display:grid}.focus-row>span{flex-direction:column;gap:2px;font-size:10px;display:flex}.focus-row>b{color:var(--green);font-size:9px}.focus-icon{border-radius:9px;place-items:center;width:31px;height:31px;font-size:11px;font-style:normal;font-weight:800;display:grid}.focus-icon.green{color:#36725e;background:#dcefe2}.focus-icon.blue{color:#3d6a76;background:#dcecf1}.focus-icon.coral{color:#a35d42;background:#f9ded0}.floating-card{z-index:5;background:#fff;border-radius:14px;align-items:center;gap:11px;padding:13px 16px;display:flex;position:absolute;box-shadow:0 16px 38px #123f3a26}.floating-card div{flex-direction:column;gap:3px;display:flex}.floating-card strong{font-size:12px}.floating-card span,.floating-card small{font-size:9px}.floating-card small{color:var(--muted)}.floating-left{top:17%;left:0}.floating-right{bottom:14%;right:0}.floating-right>strong{font-family:var(--font-display);color:var(--green);font-size:25px}.pulse{background:var(--sage);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.pulse i{background:#419079;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #41907929}.product-section{background:var(--evergreen);color:#fff;padding:110px clamp(24px,5vw,76px) 120px}.product-section .kicker{color:#9bcabc}.product-section .kicker span{background:#9bcabc}.section-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:10vw;max-width:1300px;margin:0 auto 55px;display:grid}.section-heading h2{font-family:var(--font-display);letter-spacing:-.055em;margin:21px 0 0;font-size:clamp(42px,4.4vw,68px);line-height:1.04}.section-heading>p{color:#b7ccc7;max-width:470px;font-size:16px;line-height:1.7}.product-grid{grid-template-columns:repeat(2,1fr);gap:18px;max-width:1400px;margin:0 auto;display:grid}.product-card{min-height:510px;color:var(--ink);border-radius:24px;flex-direction:column;padding:30px;transition:transform .25s;display:flex}.product-card:hover{transform:translateY(-7px)}.product-card.mint{background:#dfeee5}.product-card.sky{background:#dbeaf0}.product-card.peach{background:#f4dfd2}.product-card.sand{background:#efe8d5}.product-number{border:1px solid #123f3a40;border-radius:50%;align-self:flex-end;place-items:center;width:37px;height:37px;font-size:10px;font-weight:800;display:grid}.product-card>p:first-of-type{color:var(--green);text-transform:uppercase;letter-spacing:.14em;margin:38px 0 10px;font-size:10px;font-weight:800}.product-card h3{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:35px}.product-status{color:var(--green);text-transform:uppercase;letter-spacing:.09em;border:1px solid #123f3a2e;border-radius:99px;align-self:flex-start;margin-top:12px;padding:7px 10px;font-size:9px}.product-rule{background:#123f3a2b;width:100%;height:1px;margin:22px 0}.product-description{color:#47615d;min-height:92px;font-size:14px;line-height:1.65}.product-card ul{gap:12px;margin:25px 0 30px;padding:0;font-size:12px;font-weight:650;list-style:none;display:grid}.product-card li{align-items:center;gap:10px;display:flex}.product-card li svg{color:var(--green)}.product-card>a{align-items:center;gap:10px;margin-top:auto;font-size:12px;font-weight:800;display:flex}.operator-section{background:var(--paper);padding:120px clamp(24px,7vw,110px)}.operator-statement{max-width:1040px}.operator-statement h2{font-family:var(--font-display);letter-spacing:-.055em;margin:25px 0 75px;font-size:clamp(42px,5vw,74px);line-height:1.08}.operator-grid{grid-template-columns:.8fr 1.2fr;gap:10vw;display:grid}.operator-copy{color:var(--muted);font-size:15px;line-height:1.8}.operator-copy .lead{color:var(--ink);margin-top:0;font-size:21px;line-height:1.55}.operator-copy .text-link{color:var(--ink);margin-top:22px;display:inline-block}.difference-list{border-top:1px solid var(--line)}.difference-list article{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:24px;padding:28px 4px;display:grid}.difference-list article>span{color:var(--green);font-size:10px;font-weight:800}.difference-list h3{font-family:var(--font-display);margin:0 0 7px;font-size:20px}.difference-list p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.journey-section{background:#edf2ec;padding:115px clamp(24px,5vw,76px) 125px}.light-heading{max-width:1400px}.light-heading>p{color:var(--muted)}.journey-line{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1400px;margin:70px auto 0;display:grid;position:relative}.journey-line:before{content:"";background:#a8c1b7;height:1px;position:absolute;top:20px;left:15px;right:15px}.journey-line article{padding-top:64px;position:relative}.journey-line i{background:var(--evergreen);color:#fff;z-index:2;border:7px solid #edf2ec;border-radius:50%;place-items:center;width:41px;height:41px;font-size:10px;font-style:normal;font-weight:800;display:grid;position:absolute;top:0;left:0;box-shadow:0 0 0 1px #84a99a}.journey-line h3{font-family:var(--font-display);margin:0 0 12px;font-size:18px}.journey-line p{color:var(--muted);max-width:230px;margin:0;font-size:13px;line-height:1.65}.pricing-section{background:var(--cream);grid-template-columns:1fr 520px;align-items:center;gap:10vw;padding:120px clamp(24px,8vw,130px);display:grid}.pricing-copy h2{font-family:var(--font-display);letter-spacing:-.06em;margin:27px 0;font-size:clamp(46px,5vw,74px);line-height:1}.pricing-copy>p:not(.kicker){color:var(--muted);max-width:560px;font-size:17px;line-height:1.7}.pricing-note{border-top:1px solid var(--line);max-width:500px;color:var(--muted);gap:14px;margin-top:38px;padding-top:24px;font-size:12px;line-height:1.6;display:flex}.pricing-note i{background:var(--sage);width:25px;height:25px;color:var(--green);border-radius:50%;flex:none;place-items:center;font-style:normal;font-weight:800;display:grid}.price-card{background:var(--paper);border:1px solid var(--line);border-radius:25px;padding:38px;box-shadow:0 28px 60px #123f3a1f}.price-top{justify-content:space-between;align-items:center;display:flex}.price-top span{font-family:var(--font-display);font-size:22px;font-weight:800}.price-top b{background:var(--sage);color:var(--green);text-transform:uppercase;letter-spacing:.08em;border-radius:99px;padding:7px 10px;font-size:9px}.price{align-items:center;gap:18px;padding:35px 0 28px;display:flex}.price strong{font-family:var(--font-display);letter-spacing:-.08em;color:var(--green);font-size:72px;line-height:.8}.price span{color:var(--muted);font-size:12px;line-height:1.5}.price-card>p{color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:24px;font-size:13px;line-height:1.65}.price-card ul{gap:14px;padding:8px 0 18px;font-size:13px;list-style:none;display:grid}.price-card li{align-items:center;gap:11px;display:flex}.price-card li svg{color:var(--green)}.price-card .button{width:100%}.security-section{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:110px 1fr 1fr;align-items:center;gap:5vw;padding:80px clamp(24px,8vw,130px);display:grid}.security-mark{background:var(--evergreen);border-radius:27px;width:92px;height:92px;position:relative;overflow:hidden}.security-mark span{border:2px solid #bfe1d2;border-radius:100% 0;width:36px;height:57px;position:absolute;bottom:-9px;transform:rotate(-19deg)}.security-mark span:first-child{left:7px}.security-mark span:nth-child(2){left:32px;transform:rotate(18deg)}.security-mark span:nth-child(3){left:57px;transform:rotate(49deg)}.security-section h2{font-family:var(--font-display);letter-spacing:-.05em;margin:18px 0 0;font-size:clamp(28px,3.1vw,46px);line-height:1.1}.security-copy>p{color:var(--muted);font-size:14px;line-height:1.75}.security-copy>div{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.security-copy span{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;border-radius:99px;padding:8px 11px;font-size:9px;font-weight:800}.demo-section{background:var(--evergreen);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:640px;padding:120px 24px;display:flex;position:relative;overflow:hidden}.demo-glow{background:radial-gradient(circle,#579a8457,#123f3a00 70%);border-radius:50%;width:630px;height:630px;position:absolute}.demo-section>:not(.demo-glow){z-index:2;position:relative}.demo-section .kicker{color:#9bcabc}.demo-section .kicker span{background:#9bcabc}.demo-section h2{font-family:var(--font-display);letter-spacing:-.06em;margin:28px 0;font-size:clamp(48px,6vw,82px);line-height:1.02}.demo-section>p:not(.kicker){color:#bfd0cc;max-width:650px;font-size:17px;line-height:1.7}.demo-actions{align-items:center;gap:25px;margin-top:35px;display:flex}.button-light{color:var(--evergreen);background:#fff;padding:17px 23px}.demo-actions>span{color:#acc5bf;font-size:11px}footer{color:#fff;background:#0b2d2a;grid-template-columns:1fr 1fr;align-items:start;gap:35px;padding:60px clamp(24px,5vw,76px) 35px;display:grid}.footer-brand .brand-mark{background:#2a5a53}footer>p{color:#a9c1bb;justify-self:end;font-size:13px}footer>div{gap:28px;font-size:11px;display:flex}footer>small{color:#78948e;justify-self:end;font-size:9px}@media (width<=1050px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{max-width:760px}.hero-visual{min-height:560px}.product-grid{grid-template-columns:1fr}.product-card{min-height:auto}.pricing-section{grid-template-columns:1fr}.price-card{max-width:620px}.security-section{grid-template-columns:90px 1fr}.security-copy{grid-column:2}}@media (width<=640px){.site-header{height:72px;padding-inline:18px}.brand small{display:none}.site-header>.button{padding:10px 14px}.site-header>.button svg{display:none}.hero{min-height:auto;padding:48px 19px 70px}.hero h1{font-size:49px}.hero-actions{flex-direction:column;align-items:stretch}.button-primary{width:100%}.trust-row{gap:12px;margin-top:36px}.hero-visual{min-height:450px;margin-inline:-18px}.dashboard-card{width:96%;padding:15px}.dash-stats article{padding:10px}.dash-stats strong{font-size:20px}.dash-stats small,.floating-card{display:none}.section-heading{grid-template-columns:1fr;gap:20px}.product-section,.operator-section{padding:78px 19px}.operator-statement h2{margin-bottom:48px}.operator-grid{grid-template-columns:1fr;gap:50px}.journey-section{padding:78px 19px}.journey-line{grid-template-columns:1fr;gap:0;margin-top:45px}.journey-line:before{width:1px;height:auto;inset:15px auto 15px 20px}.journey-line article{padding:0 0 38px 66px}.journey-line i{left:0}.pricing-section{padding:78px 19px}.price-card{padding:25px}.security-section{grid-template-columns:1fr;padding:65px 19px}.security-mark{border-radius:20px;width:70px;height:70px}.security-copy{grid-column:1}.demo-section{min-height:590px;padding:90px 19px}.demo-actions{flex-direction:column}footer{grid-template-columns:1fr}footer>p,footer>small{justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
