:root{--color-background:#fbfcfa;--color-surface:#fff;--color-surface-soft:#eef7f0;--color-primary:#0d4435;--color-primary-hover:#08372a;--color-primary-soft:#dcefe2;--color-accent-soft:#d8ebd6;--color-text:#17312a;--color-text-muted:#5c7068;--color-text-muted-strong:#52675e;--color-border:#d9e7dd;--color-focus:#8a5cf6;--font-family-base:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-heading:Georgia, "Times New Roman", serif;--font-size-label:.75rem;--font-size-small:.875rem;--font-size-body:1rem;--font-size-lead:clamp(1.0625rem, 1rem + .35vw, 1.2rem);--font-size-h3:clamp(1.2rem, 1.1rem + .35vw, 1.45rem);--font-size-h2:clamp(1.65rem, 1.35rem + 1vw, 2.3rem);--font-size-h1:clamp(2.55rem, 2rem + 2.3vw, 4rem);--radius-sm:.625rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-pill:999px;--shadow-sm:0 .5rem 1.5rem #133b2d0f;--shadow-md:0 1rem 3rem #133b2d1a;--container-max:76rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--space-9:6rem;color:var(--color-text);background:var(--color-background);font-family:var(--font-family-base);text-rendering:optimizelegibility;font-size:100%;line-height:1.5}*,:before,:after{box-sizing:border-box}html{background:var(--color-background);scroll-behavior:smooth;min-width:320px}body{background:var(--color-background);min-width:320px;min-height:100vh;margin:0}body,button,select{font-family:var(--font-family-base)}::selection{color:var(--color-primary);background:var(--color-primary-soft)}a{color:inherit}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img,svg{max-width:100%;display:block}h1,h2,h3,p{margin-block:0}h1,h2,h3{color:var(--color-primary);font-family:var(--font-family-heading);letter-spacing:-.025em;font-weight:700;line-height:1.08}h1{max-width:12ch;font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}p{color:var(--color-text-muted)}:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px}.container{width:min(calc(100% - 2rem), var(--container-max));margin-inline:auto}.legal-page{padding-block:var(--space-8)}.legal-document{width:min(100%,48rem);margin-inline:auto}.legal-document .eyebrow{color:var(--color-primary);font-size:var(--font-size-small);font-weight:700}.legal-reference{max-width:42rem;margin-top:var(--space-2);font-size:var(--font-size-small)}.legal-document h1{max-width:none;margin-top:var(--space-5);font-size:var(--font-size-h2)}.legal-document section{margin-top:var(--space-6)}.legal-document h2{font-family:var(--font-family-base);font-size:var(--font-size-h3);letter-spacing:0}.legal-document p,.legal-document li{color:var(--color-text-muted);font-size:var(--font-size-body)}.legal-document p{margin-top:var(--space-3)}.legal-document ul{gap:var(--space-2);margin:var(--space-3) 0 0;padding-left:1.25rem;display:grid}.legal-document a{color:var(--color-primary)}.site-header{background:#fbfcfaf0;border-bottom:1px solid #d9e7ddcc}.site-header-inner{align-items:center;justify-content:initial;gap:var(--space-4);min-height:4.5rem;display:flex}.site-nav{align-items:center;gap:clamp(var(--space-3), 2vw, var(--space-5));margin-left:auto;display:flex}.site-nav a{color:var(--color-text);font-size:var(--font-size-small);text-decoration:none}.site-nav a:hover{color:var(--color-primary);text-underline-offset:.2em;text-decoration:underline}.header-actions{justify-content:flex-end;align-items:center;gap:var(--space-4);margin-left:var(--space-6);display:flex}.brand{align-items:center;gap:var(--space-3);color:var(--color-primary);font-family:var(--font-family-heading);letter-spacing:-.035em;font-size:1.35rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{border-radius:var(--radius-sm);background:var(--color-primary-soft);place-items:center;width:2.75rem;height:2.75rem;display:grid}.brand-mark svg{width:1.4rem;fill:var(--color-primary)}.language-switcher{align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--font-size-small);display:inline-flex}.language-switcher select{border:1px solid var(--color-border);border-radius:var(--radius-pill);min-width:7.5rem;min-height:2.75rem;color:var(--color-text);background-color:var(--color-surface);padding:.5rem 2rem .5rem .75rem}.page-shell{padding-block:0 var(--space-6)}.hero{background:var(--color-background);position:relative;overflow:hidden}.hero-inner{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:clamp(2rem,4vw,4rem);padding-block:clamp(2.75rem,5vw,4.5rem) clamp(3.5rem,6vw,5.5rem);display:grid;position:relative}.hero-copy{z-index:1;max-width:38rem;position:relative}.hero-badge{min-height:2rem;margin-bottom:var(--space-4);border-radius:var(--radius-pill);color:var(--color-primary);background:var(--color-primary-soft);font-size:var(--font-size-label);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:.4rem .75rem;font-weight:800;line-height:1;display:inline-flex}.hero-copy h1{max-width:16ch;font-size:var(--font-size-h1)}.hero-description{max-width:34rem;margin-top:var(--space-4);font-size:var(--font-size-lead)}.hero-actions{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.button{border-radius:var(--radius-sm);min-height:2.875rem;font-size:var(--font-size-small);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-weight:750;line-height:1.2;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button-primary{border-color:var(--color-primary);color:var(--color-surface);background:var(--color-primary)}.button-primary:hover{border-color:var(--color-primary-hover);background:var(--color-primary-hover)}.button-secondary{border-color:var(--color-primary);color:var(--color-primary);background:0 0}.button-secondary:hover{background:var(--color-primary-soft)}.button:disabled{opacity:.5;transform:none}.hero-availability{align-items:center;gap:var(--space-2);margin-top:var(--space-4);color:var(--color-text-muted);font-size:var(--font-size-small);display:inline-flex}.hero-availability svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:1.25rem}.problems-section{padding-block:var(--space-8);background:var(--color-surface-soft)}.problems-section h2,.how-it-works-section h2{text-align:center;margin-inline:auto}.problem-grid{gap:var(--space-4);margin:var(--space-6) 0 0;grid-template-columns:repeat(4,minmax(0,1fr));padding:0;list-style:none;display:grid}.problem-card{justify-content:center;align-items:center;gap:var(--space-4);min-width:0;min-height:9.25rem;padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);text-align:center;flex-direction:column;display:flex}.problem-icon,.step-icon{border-radius:var(--radius-pill);background:var(--color-primary-soft);flex:none;place-items:center;width:3.5rem;height:3.5rem;display:grid}.problem-icon svg,.step-icon svg{fill:none;width:1.75rem;stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px}.step-icon{width:4.5rem;height:4.5rem}.problem-card p{color:var(--color-text);font-size:var(--font-size-body);font-weight:700;line-height:1.35}.how-it-works-section{padding-block:var(--space-8);background:var(--color-background)}.steps-list{gap:var(--space-7);margin:var(--space-7) 0 0;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;list-style:none;display:grid}.step-item{justify-items:center;gap:var(--space-4);text-align:center;min-width:0;display:grid;position:relative}.step-item:not(:last-child):after{z-index:0;border-top:1px dashed var(--color-border);content:"";width:calc(100% - 1rem);position:absolute;top:2.25rem;left:calc(50% + 3rem)}.step-visual{z-index:1;align-items:center;display:flex;position:relative}.step-number{z-index:1;border-radius:var(--radius-pill);border:3px solid var(--color-background);width:1.8rem;height:1.8rem;color:var(--color-primary);background:var(--color-primary-soft);font-size:var(--font-size-small);place-items:center;font-weight:800;display:grid;position:absolute;top:-.3rem;left:-.45rem}.step-body{max-width:18rem}.step-body h3{margin-bottom:var(--space-2);color:var(--color-text);font-family:var(--font-family-base);letter-spacing:0;font-size:1.05rem;line-height:1.25}.step-body p{font-size:var(--font-size-small)}.features-section{padding:var(--space-9) 0 var(--space-8);background:var(--color-surface-soft)}.feature-grid{gap:var(--space-4);margin:0;padding:0;list-style:none;display:grid}.feature-grid-primary{margin-top:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid-secondary{margin-top:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;align-items:flex-start;min-width:0;display:flex}.feature-card-primary{min-height:15.5rem;padding:var(--space-5)}.feature-card-secondary{min-height:12rem;padding:var(--space-5)}.feature-icon{border-radius:var(--radius-pill);background:var(--color-primary-soft);place-items:center;width:3.5rem;height:3.5rem;display:grid}.feature-card-secondary .feature-icon{width:2.75rem;height:2.75rem}.feature-icon svg{fill:none;width:1.75rem;stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px}.feature-card-secondary .feature-icon svg{width:1.4rem}.feature-card h3{margin-top:var(--space-5);color:var(--color-text);font-family:var(--font-family-base);letter-spacing:0;font-size:1.1rem;line-height:1.25}.feature-card-secondary h3{margin-top:var(--space-4);font-size:1rem}.feature-card p{margin-top:var(--space-2);font-size:var(--font-size-small)}.beta-section{padding-block:var(--space-6) var(--space-5);background:var(--color-background)}.beta-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-primary-soft);grid-template-columns:minmax(0,1.25fr) minmax(12rem,.75fr);min-height:18rem;display:grid;position:relative;overflow:hidden}.beta-copy{z-index:1;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3rem);display:flex;position:relative}.beta-copy h2{max-width:16ch}.beta-description{max-width:38rem;margin-top:var(--space-4);color:var(--color-text-muted-strong)}.beta-actions{align-items:center;gap:var(--space-4);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.beta-availability{align-items:center;gap:var(--space-2);color:var(--color-text-muted-strong);font-size:var(--font-size-small);display:inline-flex}.beta-availability svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:1.25rem}.beta-decoration{width:38%;position:absolute;inset:0 0 0 auto;overflow:hidden}.beta-decoration svg{z-index:1;fill:none;width:min(75%,15rem);stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;opacity:.55;position:absolute;bottom:-8%;right:8%}.beta-decoration-shape{background:var(--color-surface);opacity:.48;border-radius:50%;position:absolute}.beta-decoration-shape-one{width:10rem;height:10rem;top:12%;right:22%}.beta-decoration-shape-two{background:var(--color-accent-soft);opacity:.7;width:16rem;height:16rem;bottom:-22%;right:-10%}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer-inner{justify-content:space-between;align-items:center;gap:var(--space-5);padding-block:var(--space-5);display:flex}.site-footer-brand .brand{font-size:1.15rem}.site-footer-brand .brand-mark{width:2.25rem;height:2.25rem}.site-footer-brand .brand-mark svg{width:1.15rem}.site-footer-brand p{margin-top:var(--space-1);font-size:var(--font-size-small)}.site-footer-nav{gap:var(--space-5);font-size:var(--font-size-small);flex-wrap:wrap;display:flex}.site-footer-nav a{color:var(--color-text);text-decoration:none}.site-footer-nav a:hover{color:var(--color-primary);text-underline-offset:.2em;text-decoration:underline}.footer-preferences{color:var(--color-text);font:inherit;font-size:inherit;cursor:pointer;background:0 0;border:0;padding:0}.footer-preferences:hover{color:var(--color-primary);text-underline-offset:.2em;text-decoration:underline}.consent-banner{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-5);max-width:58rem;padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md);margin-inline:auto;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem}.consent-banner[hidden]{display:none}.consent-copy{max-width:42rem}.consent-copy h2{color:var(--color-primary);font-family:var(--font-family-base);font-size:var(--font-size-body);margin:0}.consent-copy p{margin:var(--space-1) 0 0;color:var(--color-text-muted);font-size:var(--font-size-small)}.consent-copy a{margin-top:var(--space-1);color:var(--color-primary);font-size:var(--font-size-small);display:inline-block}.consent-actions{gap:var(--space-3);flex-shrink:0;display:flex}.consent-actions .button{white-space:nowrap}.product-visual{place-items:center;min-width:0;min-height:34rem;margin:0;display:grid;position:relative}.product-visual-stage{aspect-ratio:.84;place-items:center;width:min(100%,38rem);display:grid;position:relative}.product-visual-image{object-fit:cover;border-radius:1.35rem;width:100%;height:100%}.product-visual-shape{z-index:1;background:var(--color-primary-soft);content:"";border-radius:50%;position:absolute}.product-visual-shape-one{opacity:.38;width:14rem;height:14rem;top:8%;right:2%}.product-visual-shape-two{background:var(--color-accent-soft);opacity:.46;width:6rem;height:6rem;bottom:7%;left:6%}.product-visual-plant{z-index:2;object-fit:contain;pointer-events:none;user-select:none;width:126%;max-width:none;height:auto;display:block;position:absolute;bottom:-2%;right:-20%}.product-visual-plant img{width:100%;height:auto}.device-frame{z-index:3;aspect-ratio:.59;background:#16251f;border:.35rem solid #16251f;border-radius:2.1rem;width:min(52%,20rem);padding:.55rem;position:relative;top:10%;left:-2%;transform:rotate(-1deg);box-shadow:0 1.5rem 2.5rem #133b2d3d,0 0 0 1px #fff3}.device-frame:before{z-index:2;content:"";background:#16251f;border-radius:0 0 .8rem .8rem;width:34%;height:1.1rem;position:absolute;top:-.1rem;left:50%;transform:translate(-50%)}.device-screen{background:var(--color-surface);border-radius:1.55rem;width:100%;height:100%;position:relative;overflow:hidden}.device-speaker{z-index:3;border-radius:var(--radius-pill);background:#ffffff61;width:.8rem;height:.2rem;position:absolute;top:.35rem;left:50%;transform:translate(-50%)}.device-home-indicator{z-index:3;border-radius:var(--radius-pill);background:#ffffffb8;width:34%;height:.22rem;position:absolute;bottom:.55rem;right:50%;transform:translate(50%)}@media (width<=64rem){.site-header-inner{min-height:4rem;padding-block:.75rem}.site-nav,.header-actions .button{display:none}.header-actions{margin-left:auto}.language-switcher>span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.language-switcher select{min-width:7rem;min-height:2.6rem;font-size:var(--font-size-small);padding:.45rem .7rem}}@media (width<=48rem){.page-shell{padding-block:0 var(--space-5)}.hero-inner{padding-block:var(--space-7) var(--space-8);grid-template-columns:1fr}.hero-copy{max-width:42rem}.product-visual{min-height:22rem}.product-visual-stage{width:min(100%,27rem)}.device-frame{aspect-ratio:.59;width:min(38%,11rem);top:8%;left:18%}.product-visual-plant{width:126%;right:-29%}.problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=48.0625rem) and (width<=64rem){.hero-inner{gap:var(--space-5)}.hero-copy h1{max-width:14ch}.device-frame{width:min(46%,13.5rem);top:9%;left:6%}.feature-grid-primary,.feature-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=30rem){.site-header-inner{flex-direction:row;align-items:center;padding-block:.75rem}.header-actions,.language-switcher{justify-content:flex-end;width:auto}.language-switcher select{flex:none;max-width:none}.hero-actions,.hero-actions .button{width:100%}.product-visual{min-height:18rem}.product-visual-stage{width:min(100%,21rem)}.device-frame{aspect-ratio:.6;border-width:.25rem;border-radius:1.5rem;width:min(40%,8.5rem);top:8%;left:18%}.device-screen{border-radius:1.1rem}.product-visual-plant{width:132%;right:-35%}.problems-section,.how-it-works-section,.features-section{padding-block:var(--space-7)}.problem-grid,.steps-list,.feature-grid-primary,.feature-grid-secondary{grid-template-columns:1fr}.problem-card{min-height:8.5rem}.steps-list{gap:var(--space-6);margin-top:var(--space-6)}.feature-card-primary,.feature-card-secondary{min-height:0}.beta-card{grid-template-columns:1fr;min-height:0}.beta-copy{padding:var(--space-6) var(--space-5) var(--space-5)}.beta-actions,.beta-actions .button{width:100%}.beta-actions{align-items:flex-start}.beta-decoration{grid-row:2;width:100%;height:7rem;position:relative}.beta-decoration svg{width:8.5rem;bottom:-30%;right:12%}.site-footer-inner{flex-direction:column;align-items:flex-start}.site-footer-nav{gap:var(--space-4)}.consent-banner{align-items:stretch;gap:var(--space-3);padding:var(--space-4);flex-direction:column}.consent-actions{flex-wrap:wrap}.consent-actions .button{flex:1}.step-item:not(:last-child):after{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
