:root{--color-bg:#fafaf9;--color-bg-alt:#f5f5f4;--color-bg-dark:#1c1917;--color-text:#1c1917;--color-text-muted:#57534e;--color-text-light:#78716c;--color-primary:#16a34a;--color-primary-light:#22c55e;--color-primary-dark:#15803d;--color-accent:#ea580c;--color-border:#e7e5e4;--primary-green:#16a34a;--primary-green-light:#22c55e;--primary-green-dark:#15803d;--bg-light:#f5f5f4;--text-primary:#1c1917;--text-secondary:#57534e;--border-light:#e7e5e4;--font-sans:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--space-5xl:120px;--container-max:1200px;--container-padding:24px;--nav-height:72px}*{box-sizing:border-box;margin:0;padding:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-to-content{background:var(--color-primary);color:#fff;z-index:10000;opacity:0;pointer-events:none;border-radius:0 0 8px 8px;padding:12px 24px;font-size:.875rem;font-weight:600;text-decoration:none;position:fixed;top:-9999px;left:-9999px}.skip-to-content:focus{opacity:1;pointer-events:auto;outline:2px solid var(--color-primary-dark);outline-offset:2px;top:0;left:50%;transform:translate(-50%)}.breadcrumbs{top:calc(var(--nav-height) + 16px);z-index:10;position:absolute;left:0;right:0}.breadcrumbs-list{max-width:var(--container-max);padding:0 var(--container-padding);align-items:center;gap:4px;margin:0 auto;font-size:.875rem;list-style:none;display:flex}.breadcrumbs-item{align-items:center;gap:4px;display:flex}.breadcrumbs-link{color:var(--color-text-muted);align-items:center;text-decoration:none;transition:color .2s;display:flex}.breadcrumbs-link:hover{color:var(--color-primary)}.breadcrumbs-separator{color:var(--color-text-light)}.breadcrumbs-current{color:var(--color-text);font-weight:500}.back-to-top{background:var(--color-primary);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 12px #16a34a4d}.back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #16a34a66}@media (max-width:640px){.back-to-top{width:44px;height:44px;bottom:20px;right:20px}}.loading-screen{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;display:flex}.loading-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.loading-text{color:var(--color-text-muted);font-size:.9375rem}.error-page{min-height:100vh;padding:var(--space-2xl);background:var(--color-bg);justify-content:center;align-items:center;display:flex}.error-content{text-align:center;max-width:480px}.error-logo{margin-bottom:var(--space-2xl)}.error-title{margin-bottom:var(--space-md);font-size:2rem;font-weight:700}.error-desc{color:var(--color-text-muted);margin-bottom:var(--space-xl);font-size:1.125rem;line-height:1.7}.error-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.error-btn{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.error-btn.primary{background:var(--color-primary);color:#fff;border:none}.error-btn.primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.error-btn.secondary{color:var(--color-text);border:1px solid var(--color-border);background:#fff}.error-btn.secondary:hover{background:var(--color-bg-alt);border-color:var(--color-text-light)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.container-narrow{max-width:900px;margin:0 auto;padding:0 24px}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:100;background:#fafaf9d9;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-logo{align-items:center;display:flex}.nav-links{gap:36px;display:flex}.nav-link{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-primary)}.nav-link.active{color:var(--color-primary);font-weight:600}.nav-mobile-toggle{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:8px;padding:8px;transition:background-color .2s;display:none}.nav-mobile-toggle:hover{background-color:var(--color-bg-alt)}.nav-mobile-menu{border-top:1px solid var(--color-border);background:#fff;flex-direction:column;gap:8px;padding:16px 24px;display:none}.nav-mobile-menu.open{display:flex}.nav-mobile-link{color:var(--color-text);border-radius:8px;padding:12px 16px;font-size:1rem;font-weight:500;transition:background-color .2s,color .2s;display:block}.nav-mobile-link:hover{background-color:var(--color-bg-alt);color:var(--color-primary)}.nav-mobile-link.active{background-color:var(--color-bg-alt);color:var(--color-primary);font-weight:600}.hero{min-height:100vh;padding-top:calc(var(--nav-height) + var(--space-2xl));padding-bottom:var(--space-2xl);background:linear-gradient(180deg,#f0fdf4 0%,var(--color-bg)50%,var(--color-bg-alt)100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:64px;display:grid}.hero-image{aspect-ratio:4/3;border-radius:24px;margin-top:80px;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000026}.hero-image img{object-position:center 40%}.hero-image:after{content:"";pointer-events:none;background:linear-gradient(135deg,#16a34a0d 0%,#0000 50%);position:absolute;inset:0}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-image{aspect-ratio:16/10;order:-1;margin-top:0}}@media (max-width:768px){.hero-image{aspect-ratio:16/9;border-radius:16px}}.hero-content{z-index:1;max-width:750px;position:relative}.hero-badge{color:var(--color-primary);background:#fff;border:1px solid #16a34a33;border-radius:100px;align-items:center;gap:10px;margin-bottom:32px;padding:10px 20px;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #16a34a1a}.hero-badge:before{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.hero-title{letter-spacing:-.035em;margin-bottom:28px;font-size:clamp(3rem,7vw,4.5rem);font-weight:800;line-height:1.05}.hero-title-accent{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:40px;font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.7}.hero-tagline{color:var(--color-text);border-left:4px solid var(--color-primary);background:linear-gradient(135deg,#16a34a1a 0%,#16a34a0d 100%);border-radius:8px;padding:12px 24px;font-size:1.125rem;font-weight:500;display:inline-block}.hero-stats{border-top:1px solid var(--color-border);gap:48px;margin-top:64px;padding-top:48px;display:flex}.hero-stat{text-align:left}.hero-stat-value{color:var(--color-primary);letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.hero-stat-label{color:var(--color-text-muted);margin-top:4px;font-size:.9375rem}.section{padding:120px 0}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--color-bg-dark);color:#fff}.section-dark .section-label{color:var(--color-primary-light)}.section-dark .section-desc{color:#ffffffb3}.section-header{text-align:center;max-width:700px;margin:0 auto 72px}.section-label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px;font-size:.8125rem;font-weight:700}.section-title{letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(2.25rem,4.5vw,3rem);font-weight:800;line-height:1.15}.section-desc{color:var(--color-text-muted);font-size:1.125rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:40px 32px;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.feature-card:hover:before{opacity:1}.feature-icon{width:64px;height:64px;color:var(--color-primary);background:linear-gradient(135deg,#16a34a26 0%,#16a34a0d 100%);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.feature-title{letter-spacing:-.01em;margin-bottom:12px;font-size:1.375rem;font-weight:700}.feature-desc{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stat-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px 16px;overflow:hidden}.stat-value{background:linear-gradient(135deg,var(--color-primary-light)0%,#4ade80 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,8vw,3.5rem);font-weight:800}.stat-label{color:#ffffffb3;margin-top:8px;font-size:1rem}.comparison-grid{grid-template-columns:1fr 1fr;gap:40px;max-width:920px;margin:0 auto;display:grid}.comparison-card{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:44px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.comparison-card:hover{transform:translateY(-4px)}.comparison-card:before{content:"";border-radius:28px 28px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.comparison-card.others{background:linear-gradient(165deg,#1e1e20f2 0%,#141416fa 100%);border:1px solid #ffffff14;box-shadow:0 4px 24px #0000004d,0 1px 3px #ef44441a,inset 0 1px #ffffff0d}.comparison-card.others:before{background:linear-gradient(90deg,#ef444499,#ef444433)}.comparison-card.others:hover{box-shadow:0 8px 40px #0006,0 2px 8px #ef444426,inset 0 1px #ffffff0d}.comparison-card.onekm{background:linear-gradient(165deg,#16a34a1f 0%,#0f1714fa 100%);border:1px solid #16a34a40;box-shadow:0 4px 24px #0000004d,0 1px 8px #16a34a26,inset 0 1px #ffffff0d}.comparison-card.onekm:before{background:linear-gradient(90deg,#16a34acc,#22c55e66)}.comparison-card.onekm:hover{box-shadow:0 8px 40px #0006,0 4px 20px #16a34a33,inset 0 1px #ffffff0d}.comparison-header{border-bottom:1px solid #ffffff14;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;display:flex}.comparison-icon{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:600;display:flex;box-shadow:0 2px 8px #0003}.comparison-card.others .comparison-icon{color:#fca5a5;background:linear-gradient(135deg,#ef444440 0%,#ef444426 100%);border:1px solid #ef444433}.comparison-card.onekm .comparison-icon{color:#86efac;background:linear-gradient(135deg,#16a34a4d 0%,#16a34a26 100%);border:1px solid #16a34a40}.comparison-title{letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.comparison-list{flex-direction:column;gap:4px;list-style:none;display:flex}.comparison-list li{color:#ffffffe6;border-radius:12px;align-items:center;gap:14px;margin:0 -16px;padding:16px;font-size:1rem;transition:background .2s;display:flex}.comparison-list li:hover{background:#ffffff08}.comparison-list li:before{content:"";border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 8px}.comparison-card.others .comparison-list li:before{background:#ef4444;box-shadow:0 0 10px #ef444466}.comparison-card.onekm .comparison-list li:before{background:#22c55e;box-shadow:0 0 10px #22c55e66}.comparison-list li:last-child{border-bottom:none}.steps-container{gap:24px;display:flex;position:relative}.steps-container:before{content:"";background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));z-index:0;height:2px;position:absolute;top:48px;left:80px;right:80px}.step-card{text-align:center;z-index:1;flex:1;position:relative}.step-number{border:3px solid var(--color-primary);width:96px;height:96px;color:var(--color-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:2.5rem;font-weight:800;display:flex;box-shadow:0 8px 24px #16a34a26}.step-title{margin-bottom:12px;font-size:1.25rem;font-weight:700}.step-desc{color:var(--color-text-muted);max-width:280px;margin:0 auto;font-size:1rem}.driver-section{background:linear-gradient(135deg,var(--color-bg-dark)0%,#292524 100%);color:#fff;position:relative;overflow:hidden}.driver-section .section-label{color:var(--color-primary-light)}.driver-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#16a34a26 0%,#0000 50%);width:50%;height:100%;position:absolute;top:0;right:0}@media (max-width:768px){.driver-section:before{display:none}}.driver-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.driver-content h2{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.driver-content p{color:#fffc;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.driver-benefits{grid-template-columns:1fr 1fr;gap:20px;display:grid}.driver-benefit{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.driver-benefit-icon{width:48px;height:48px;color:var(--color-primary-light);background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.driver-benefit-title{margin-bottom:4px;font-size:1.125rem;font-weight:700}.driver-benefit-desc{color:#fff9;font-size:.9375rem}.driver-highlight{text-align:center;background:linear-gradient(135deg,#16a34a33 0%,#16a34a0d 100%);border:1px solid #16a34a4d;border-radius:24px;padding:48px}.driver-highlight-value{background:linear-gradient(135deg,var(--color-primary-light)0%,#4ade80 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:800;line-height:1}.driver-highlight-label{color:#fffc;margin-top:12px;font-size:1.25rem}.driver-highlight-sub{color:#ffffff80;margin-top:8px;font-size:.9375rem}.testimonials-section{background:linear-gradient(#fafafa 0%,#fff 100%)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.testimonial-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;gap:20px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.testimonial-quote{color:var(--color-text);flex:1;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--color-border);align-items:center;gap:12px;padding-top:16px;display:flex}.testimonial-avatar{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;font-weight:600;display:flex}.testimonial-info{flex-direction:column;gap:2px;display:flex}.testimonial-name{color:var(--color-text);font-size:.9375rem;font-weight:600}.testimonial-role{color:var(--color-text-muted);font-size:.8125rem}@media (max-width:900px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials-grid{grid-template-columns:1fr}}.faq-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:1000px;margin:0 auto;display:grid}.faq-item{border:1px solid var(--color-border);background:#fff;border-radius:12px;transition:box-shadow .2s;overflow:hidden}.faq-item:hover{box-shadow:0 4px 12px #00000014}.faq-item[open]{border-color:var(--color-primary)}.faq-question{color:var(--color-text);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-weight:600;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--color-text-muted);flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .2s}.faq-item[open] .faq-question:after{content:"−";color:var(--color-primary)}.faq-answer{color:var(--color-text-secondary);padding:0 24px 20px;line-height:1.7}@media (max-width:768px){.faq-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;text-align:center;padding:140px 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 50%);width:60%;height:200%;position:absolute;top:-50%;left:-20%}.cta-title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.cta-desc{opacity:.9;max-width:550px;margin:0 auto 48px;font-size:1.25rem;line-height:1.6}.cta-form{flex-wrap:wrap;justify-content:center;gap:16px;max-width:520px;margin:0 auto;display:flex}.cta-input{color:#fff;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;flex:1;min-width:280px;padding:18px 24px;font-family:inherit;font-size:1rem;transition:all .2s}.cta-btn{color:var(--color-primary);cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:18px 40px;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.cta-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0003}.cta-btn:disabled{opacity:.7;cursor:not-allowed}.cta-spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-input-wrapper{flex:1;position:relative}.cta-input-error{border-color:#ef4444!important}.cta-error{color:#fca5a5;font-size:.8125rem;position:absolute;bottom:-22px;left:0}.cta-success{color:#fff;background:#ffffff26;border-radius:12px;align-items:center;gap:12px;padding:18px 32px;font-size:1rem;font-weight:500;display:flex}.cta-success-icon{width:24px;height:24px;color:var(--color-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.footer{background:var(--color-bg-dark);color:#fff;padding:80px 0 40px}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;padding-bottom:48px;display:grid}.footer-brand{max-width:300px}.footer-logo{margin-bottom:16px}.footer-tagline{color:#fff9;font-size:1rem;line-height:1.6}.footer-column h4{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:20px;font-size:.875rem;font-weight:700}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-link{color:#ffffffb3;font-size:1rem;transition:color .2s}.footer-link:hover{color:var(--color-primary-light)}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;padding-top:32px;font-size:.9375rem;display:flex}.about-hero{padding-top:calc(var(--nav-height) + var(--space-5xl));padding-bottom:var(--space-4xl);background:linear-gradient(180deg,#f0fdf4 0%,var(--color-bg)100%)}.about-hero-content{max-width:800px}.about-title{letter-spacing:-.03em;margin-bottom:28px;font-size:clamp(3rem,6vw,4rem);font-weight:800;line-height:1.1}.about-intro{color:var(--color-text-muted);font-size:1.375rem;line-height:1.7}.about-section{padding:100px 0}.about-grid{grid-template-columns:200px 1fr;align-items:start;gap:80px;display:grid}.about-label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.15em;font-size:.8125rem;font-weight:700;position:sticky;top:100px}.about-content h3{letter-spacing:-.01em;margin-bottom:20px;font-size:1.75rem;font-weight:700}.about-content p{color:var(--color-text-muted);margin-bottom:20px;font-size:1.125rem;line-height:1.8}.about-content p:last-child{margin-bottom:0}.truths-list{list-style:none}.truths-list li{border-bottom:1px solid var(--color-border);padding:16px 0;font-size:1.0625rem;line-height:1.6}.truths-list li:last-child{border-bottom:none}.truths-list strong{color:var(--color-text)}@media (max-width:1024px){.hero{padding-top:calc(var(--nav-height) + var(--space-2xl))}.features-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.driver-grid{grid-template-columns:1fr;gap:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.nav-links{display:none}.nav-mobile-toggle{justify-content:center;align-items:center;display:flex}.hero-stats{flex-direction:column;gap:24px}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:16px}.stat-card{padding:24px 12px}.stat-label{font-size:.875rem}.comparison-grid{grid-template-columns:1fr}.steps-container{flex-direction:column;gap:40px}.steps-container:before{display:none}.driver-benefits{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:24px}.about-label{position:static}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.cta-form{flex-direction:column;align-items:stretch}.cta-input{min-width:auto}.personas-grid{grid-template-columns:1fr}.zone-model{flex-direction:column}.zone-visual{min-height:280px}}.personas-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.persona-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:32px 24px;transition:all .3s}.persona-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.persona-icon{background:var(--color-bg-alt);width:56px;height:56px;color:var(--color-primary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.persona-title{color:var(--color-text);margin-bottom:12px;font-size:1.25rem;font-weight:700}.persona-story{color:var(--color-text-muted);margin-bottom:16px;font-size:.9375rem;line-height:1.6}.persona-need{color:var(--color-text);border-top:1px solid var(--color-border);padding-top:16px;font-size:.875rem}.persona-need strong{color:var(--color-primary)}@media (max-width:1024px){.personas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.personas-grid{grid-template-columns:1fr}}.zone-features-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.zone-feature-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:32px;transition:all .3s}.zone-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.zone-feature-card .zone-feature-icon{width:56px;height:56px;color:var(--color-primary);background:linear-gradient(135deg,#16a34a1f 0%,#16a34a0a 100%);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.zone-feature-card h4{color:var(--color-text);margin-bottom:12px;font-size:1.125rem;font-weight:600}.zone-feature-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.zone-feature-card-highlight{border:2px solid var(--color-primary);background:linear-gradient(135deg,#16a34a0a 0%,#fff 100%)}.zone-feature-card-highlight h4{color:var(--color-primary)}@media (max-width:768px){.zone-features-grid{grid-template-columns:1fr;gap:16px}.zone-feature-card{padding:24px}}.zone-model{align-items:center;gap:64px;display:flex}.zone-visual{flex:0 0 360px;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.zone-circle{width:280px;height:280px;position:relative}.zone-center{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-light)100%);color:#fff;z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #16a34a4d}.zone-icon{justify-content:center;align-items:center;display:flex}.zone-label{text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.6875rem;font-weight:700}.zone-sublabel{opacity:.8;letter-spacing:.03em;margin-top:2px;font-size:.5625rem;font-weight:500}.zone-ring{border:2px dashed var(--color-border);border-radius:50%;width:100%;height:100%;animation:30s linear infinite rotate;position:absolute;top:0;left:0}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zone-dot{width:48px;height:48px;color:var(--color-text-muted);border:2px solid var(--color-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;animation:30s linear infinite counter-rotate;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}@keyframes counter-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}.zone-dot-1{top:0%;left:50%}.zone-dot-2{top:25%;left:93%}.zone-dot-3{top:75%;left:93%}.zone-dot-4{top:100%;left:50%}.zone-dot-5{top:75%;left:7%}.zone-dot-6{top:25%;left:7%}.zone-features{flex-direction:column;flex:1;gap:28px;display:flex}.zone-feature{align-items:flex-start;gap:20px;display:flex}.zone-feature-icon{width:52px;height:52px;color:var(--color-primary);background:linear-gradient(135deg,#16a34a1f 0%,#16a34a0a 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.zone-feature-content h4{color:var(--color-text);margin-bottom:6px;font-size:1.125rem;font-weight:700}.zone-feature-content p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.zone-feature-highlight{background:linear-gradient(135deg,#16a34a14 0%,#16a34a05 100%);border:1px solid #16a34a26;border-radius:16px;margin:-20px -20px 12px;padding:20px}.zone-feature-highlight .zone-feature-icon{background:var(--color-primary);color:#fff}.zone-feature-highlight .zone-feature-content h4{color:var(--color-primary-dark)}@media (max-width:900px){.zone-model{flex-direction:column;gap:48px}.zone-visual{flex:none;width:100%}}.business-hero{min-height:70vh;padding-top:calc(var(--nav-height) + var(--space-3xl));padding-bottom:var(--space-3xl);background:linear-gradient(180deg,#fff7ed 0%,var(--color-bg)50%);align-items:center;display:flex}.business-hero-content{max-width:700px}.business-title{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.business-intro{color:var(--color-text-muted);font-size:1.25rem;line-height:1.7}.problem-list{flex-direction:column;gap:16px;margin:24px 0;display:flex}.problem-item{border-left:3px solid var(--color-accent);background:#ea580c0a;border-radius:12px;align-items:flex-start;gap:16px;padding:16px 20px;display:flex}.problem-icon{width:36px;height:36px;color:var(--color-accent);background:#ea580c1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.problem-item strong{color:var(--color-text)}.problem-item div{color:var(--color-text-muted);font-size:.9375rem}.business-features{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.business-feature-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:32px 28px;transition:all .3s}.business-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.business-feature-icon{width:56px;height:56px;color:var(--color-primary);background:linear-gradient(135deg,#16a34a1f 0%,#16a34a0a 100%);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.business-feature-card h3{margin-bottom:10px;font-size:1.125rem;font-weight:700}.business-feature-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}@media (max-width:900px){.business-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.business-features{grid-template-columns:1fr}}.comparison-table{border:1px solid var(--color-border);background:#fff;border-radius:16px;max-width:800px;margin:0 auto;overflow:hidden}.comparison-row{border-bottom:1px solid var(--color-border);grid-template-columns:1.2fr 1fr 1fr;display:grid}.comparison-row:last-child{border-bottom:none}.comparison-header-row{background:var(--color-bg-dark);color:#fff;font-weight:600}.comparison-header-row .comparison-before,.comparison-header-row .comparison-after{color:#fff}.comparison-aspect,.comparison-before,.comparison-after{padding:16px 20px;font-size:.9375rem}.comparison-aspect{background:var(--color-bg-alt);font-weight:600}.comparison-before{color:var(--color-text-muted);border-left:1px solid var(--color-border)}.comparison-after{color:var(--color-primary-dark);border-left:1px solid var(--color-border);background:#16a34a0a;font-weight:500}@media (max-width:600px){.comparison-row{grid-template-columns:1fr}.comparison-header-row{display:none}.comparison-aspect{padding-bottom:8px;font-weight:700}.comparison-before,.comparison-after{border-left:none;padding-top:8px}.comparison-before:before{content:"Before: ";color:var(--color-text);font-weight:600}.comparison-after:before{content:"After: ";font-weight:600}}.use-cases-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.use-case-card{border:1px solid var(--color-border);text-align:center;background:#fff;border-radius:16px;padding:28px 24px}.use-case-icon{background:var(--color-bg-alt);width:60px;height:60px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.use-case-card h3{margin-bottom:10px;font-size:1.125rem;font-weight:700}.use-case-card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}@media (max-width:900px){.use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.use-cases-grid{grid-template-columns:1fr}}.principles-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:32px;display:grid}.principle-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;padding:28px}.principle-number{color:var(--color-primary);margin-bottom:12px;font-size:.75rem;font-weight:700;display:inline-block}.principle-item h4{color:var(--color-text);margin-bottom:12px;font-size:1.125rem;font-weight:700}.principle-item p{color:var(--color-text-muted);margin-bottom:0;font-size:.9375rem;line-height:1.7}.vision-points{flex-direction:column;gap:20px;margin-top:28px;display:flex}.vision-point{background:var(--color-bg);border-left:3px solid var(--color-primary);color:var(--color-text-muted);border-radius:12px;padding:20px 24px;font-size:1rem;line-height:1.7}.vision-point strong{color:var(--color-text)}.status-cta{margin-top:32px}.team-note{background:linear-gradient(135deg,var(--color-primary-bg)0%,#ecfdf5 100%);border-left:4px solid var(--color-primary);border-radius:12px;margin-top:24px;padding:20px 24px}.team-note p{color:var(--color-text);margin:0}.team-note a{color:var(--color-primary);font-weight:600}.team-note a:hover{text-decoration:underline}.resist-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;display:grid}.resist-item{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:24px}.resist-item h4{color:var(--color-text);margin-bottom:8px;font-size:1rem;font-weight:600}.resist-item p{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.6}@media (max-width:768px){.principles-grid{grid-template-columns:1fr;gap:20px}.principle-item{padding:24px 20px}.resist-grid{grid-template-columns:1fr}}.offline-section{background:linear-gradient(135deg,#f0fdf4 0%,#fafaf9 100%)}.offline-content{grid-template-columns:400px 1fr;align-items:center;gap:80px;display:grid}.offline-visual{background:#fff;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:60px 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 48px #00000014}.offline-visual:before{content:"";background:var(--color-primary);height:4px;position:absolute;top:0;left:0;right:0}.voice-visual{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:32px;display:flex;position:relative}.voice-phone-icon{z-index:2;color:var(--color-primary);width:48px;height:48px;position:relative}.voice-waves{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.voice-waves .wave{border:2px solid var(--color-primary);border-radius:50%;animation:2s ease-out infinite voice-pulse;position:absolute}.voice-waves .wave-1{opacity:.4;width:70px;height:70px;animation-delay:0s}.voice-waves .wave-2{opacity:.25;width:95px;height:95px;animation-delay:.4s}.voice-waves .wave-3{opacity:.1;width:120px;height:120px;animation-delay:.8s}@keyframes voice-pulse{0%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(1.1)}}.offline-badge{background:var(--color-primary);color:#fff;letter-spacing:-.01em;border-radius:100px;padding:12px 28px;font-size:1rem;font-weight:600;display:inline-block}.offline-text .section-title{margin-bottom:16px;font-size:2.5rem}.offline-desc{color:var(--color-text-muted);max-width:580px;margin-bottom:40px;font-size:1.1875rem;line-height:1.75}.offline-features{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px;display:grid}.offline-feature{border:1px solid var(--color-border);background:#fff;border-radius:16px;gap:16px;padding:20px 24px;transition:border-color .2s,box-shadow .2s;display:flex}.offline-feature:hover{border-color:var(--color-primary);box-shadow:0 4px 20px #22c55e1a}.offline-feature-icon{width:48px;height:48px;color:var(--color-primary);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.offline-feature>div{flex-direction:column;justify-content:center;gap:4px;display:flex}.offline-feature strong{color:var(--color-text);font-size:1rem;font-weight:600}.offline-feature span{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.offline-insight{color:var(--color-text-muted);border-left:3px solid var(--color-primary);background:#fff;border-radius:12px;padding:20px 24px;font-size:1rem;line-height:1.7}.offline-insight strong{color:var(--color-text);font-weight:600}@media (max-width:1000px){.offline-content{grid-template-columns:1fr;gap:48px}.offline-visual{max-width:320px;margin:0 auto;padding:48px 40px}.offline-text .section-title{font-size:2rem}.offline-features{grid-template-columns:1fr}}@media (max-width:600px){.offline-features{grid-template-columns:1fr}.offline-visual{padding:36px}.signal-bars .bar{width:16px}.signal-bars .bar-1{height:12px}.signal-bars .bar-2{height:22px}.signal-bars .bar-3{height:32px}.signal-bars .bar-4{height:42px}}.commission-compare{grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px;display:grid}.commission-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:32px}.commission-card h3{color:#ffffffb3;margin-bottom:24px;font-size:1.25rem}.commission-card.onekm{background:#16a34a26;border-color:#16a34a4d}.commission-card.onekm h3{color:var(--color-primary)}.commission-bar{border-radius:12px;height:60px;margin-bottom:20px;display:flex;overflow:hidden}.commission-platform{color:#fff;background:#ef4444;flex-direction:column;justify-content:center;align-items:center;min-width:50px;display:flex}.commission-card.onekm .commission-platform{background:#fff3}.commission-provider{background:var(--color-primary);color:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex}.commission-platform span,.commission-provider span{font-size:1.25rem;font-weight:700}.commission-platform small,.commission-provider small{opacity:.8;font-size:.75rem}.commission-math p{color:#fffc;margin-bottom:4px}.commission-math strong{color:#fff;font-size:1.125rem}.commission-yearly{font-weight:700;color:#fff!important;margin-top:8px!important;font-size:1.5rem!important}.commission-card.onekm .commission-yearly{color:var(--color-primary)!important}.commission-difference{text-align:center;background:var(--color-primary);border-radius:20px;padding:40px}.difference-value{color:#fff;font-size:3.5rem;font-weight:800;line-height:1}.difference-label{color:#ffffffe6;margin-bottom:12px;font-size:1.25rem}.difference-yearly{color:#fffc;font-size:1rem}.difference-yearly strong{color:#fff}.provider-benefits-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.provider-benefit-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:32px;transition:border-color .2s,box-shadow .2s}.provider-benefit-card:hover{border-color:var(--color-primary);box-shadow:0 8px 32px #16a34a1a}.provider-benefit-icon{width:56px;height:56px;color:var(--color-primary);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.provider-benefit-card h3{margin-bottom:8px;font-size:1.125rem;font-weight:600}.provider-benefit-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.shift-comparison{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.shift-card{border-radius:20px;padding:40px}.shift-card.before{background:#fef2f2;border:1px solid #fecaca}.shift-card.after{background:#f0fdf4;border:1px solid #bbf7d0}.shift-card h3{margin-bottom:24px;font-size:1.25rem;font-weight:600}.shift-card.before h3{color:#dc2626}.shift-card.after h3{color:var(--color-primary)}.shift-card ul{margin:0;padding:0;list-style:none}.shift-card li{color:var(--color-text);border-bottom:1px solid #0000000f;padding:12px 0;font-size:.9375rem;line-height:1.5}.shift-card li:last-child{border-bottom:none;font-weight:600}.fleet-features{grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0;display:grid}.fleet-feature{background:var(--color-bg-alt);border-radius:12px;gap:14px;padding:16px 20px;display:flex}.fleet-feature svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.fleet-feature strong{margin-bottom:2px;font-size:.9375rem;display:block}.fleet-feature span{color:var(--color-text-muted);font-size:.8125rem}.growth-timeline{max-width:700px;margin:0 auto}.growth-stage{border-left:2px solid var(--color-border);gap:24px;margin-left:20px;padding:24px 0 24px 40px;display:flex;position:relative}.growth-stage:last-child{border-left-color:#0000}.growth-marker{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex;position:absolute;left:-21px}.growth-content h4{margin-bottom:6px;font-size:1.125rem;font-weight:600}.growth-content p{color:var(--color-text-muted);margin-bottom:8px;font-size:.9375rem;line-height:1.5}.growth-time{color:var(--color-primary);font-size:.8125rem;font-weight:500}.promise-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;display:grid}.promise-item{border:1px solid var(--color-border);background:#fff;border-radius:12px;gap:16px;padding:20px 24px;display:flex}.promise-item svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.promise-item p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.promise-item strong{color:var(--color-text)}.promise-note{text-align:center;color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1rem;font-style:italic}@media (max-width:900px){.commission-compare{grid-template-columns:1fr}.provider-benefits-grid{grid-template-columns:repeat(2,1fr)}.shift-comparison,.fleet-features,.promise-grid{grid-template-columns:1fr}}@media (max-width:600px){.provider-benefits-grid{grid-template-columns:1fr}.difference-value{font-size:2.5rem}.growth-stage{margin-left:16px;padding-left:32px}.growth-marker{width:32px;height:32px;font-size:.875rem;left:-17px}}.zone-hero{text-align:center;padding:80px 0 60px}.zone-admin-section{background:var(--bg-light);padding:80px 0}.admin-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.admin-text h2{margin-bottom:24px;font-size:2rem}.admin-text p{color:var(--text-secondary);margin-bottom:16px;line-height:1.8}.admin-highlight{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 24px #00000014}.admin-highlight h3{color:var(--primary-green);align-items:center;gap:12px;margin-bottom:24px;display:flex}.admin-highlight ul{padding:0;list-style:none}.admin-highlight li{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;padding:12px 0;display:flex}.admin-highlight li:last-child{border-bottom:none}.admin-highlight li svg{color:var(--primary-green);flex-shrink:0}.zone-components{padding:80px 0}.zone-components h2{text-align:center;margin-bottom:48px;font-size:2rem}.zone-components-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.zone-component-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;padding:32px;transition:all .3s}.zone-component-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.zone-component-card .icon{background:var(--primary-green);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.zone-component-card .icon svg{color:#fff;width:28px;height:28px}.zone-component-card h3{margin-bottom:12px;font-size:1.25rem}.zone-component-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.zone-lifecycle{background:var(--bg-light);padding:80px 0}.zone-lifecycle h2{text-align:center;margin-bottom:48px;font-size:2rem}.lifecycle-stages{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.lifecycle-stages:before{content:"";background:linear-gradient(90deg,var(--primary-green)0%,var(--primary-green)100%);opacity:.3;z-index:0;height:2px;position:absolute;top:40px;left:80px;right:80px}.lifecycle-stage{text-align:center;z-index:1;position:relative}.lifecycle-number{border:3px solid var(--primary-green);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;transition:all .3s;display:flex}.lifecycle-number svg{color:var(--primary-green);width:32px;height:32px}.lifecycle-stage:hover .lifecycle-number{background:var(--primary-green)}.lifecycle-stage:hover .lifecycle-number svg{color:#fff}.lifecycle-stage h3{margin-bottom:8px;font-size:1.25rem}.lifecycle-stage p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.zone-health{padding:80px 0}.zone-health h2{text-align:center;margin-bottom:16px;font-size:2rem}.zone-health>.container>p{text-align:center;color:var(--text-secondary);max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto}.zone-health-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000014}.zone-health-table table{border-collapse:collapse;width:100%}.zone-health-table th,.zone-health-table td{text-align:left;border-bottom:1px solid var(--border-light);padding:20px 24px}.zone-health-table th{background:var(--bg-light);color:var(--text-primary);font-weight:600}.zone-health-table tr:last-child td{border-bottom:none}.zone-health-table td:first-child{align-items:center;gap:12px;display:flex}.zone-health-table td svg{color:var(--primary-green)}.money-flow-section{background:var(--bg-light);padding:80px 0}.money-flow-section h2{text-align:center;margin-bottom:48px;font-size:2rem}.money-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.flow-step{text-align:center;background:#fff;border-radius:16px;min-width:180px;padding:32px;box-shadow:0 4px 16px #00000014}.flow-step.highlight{background:var(--primary-green);color:#fff}.flow-step .icon{background:var(--bg-light);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.flow-step.highlight .icon{background:#fff3}.flow-step .icon svg{color:var(--primary-green);width:28px;height:28px}.flow-step.highlight .icon svg{color:#fff}.flow-step h3{margin-bottom:4px;font-size:1.5rem}.flow-step p{opacity:.8;font-size:.875rem}.flow-arrow{color:var(--primary-green)}.zone-cta{text-align:center;padding:80px 0}.zone-cta h2{margin-bottom:16px;font-size:2rem}.zone-cta p{color:var(--text-secondary);margin-bottom:32px}.zone-cta .btn-group{justify-content:center;gap:16px;display:flex}@media (max-width:1024px){.admin-content{grid-template-columns:1fr;gap:40px}.zone-components-grid{grid-template-columns:repeat(2,1fr)}.lifecycle-stages{grid-template-columns:repeat(2,1fr);gap:40px}.lifecycle-stages:before{display:none}}@media (max-width:768px){.zone-hero{padding:60px 0 40px}.zone-grid{gap:6px;width:150px;height:150px}.zone-center{width:60px;height:60px;font-size:.75rem}.zone-center span{font-size:1.25rem}.zone-components-grid{grid-template-columns:1fr}.lifecycle-stages{grid-template-columns:1fr;gap:32px}.lifecycle-number{width:64px;height:64px}.lifecycle-number svg{width:24px;height:24px}.zone-health-table{overflow-x:auto}.zone-health-table table{min-width:500px}.money-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.flow-step{width:100%;max-width:280px}.zone-cta .btn-group{flex-direction:column;align-items:center}}.zone-anatomy{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px;display:grid}.zone-anatomy-item{border:1px solid var(--border-light);background:#fff;border-radius:12px;align-items:flex-start;gap:16px;padding:24px;display:flex}.zone-anatomy-item svg{color:var(--primary-green);flex-shrink:0;margin-top:2px}.zone-anatomy-item div{flex-direction:column;gap:4px;display:flex}.zone-anatomy-item strong{color:var(--text-primary);font-size:1rem}.zone-anatomy-item span{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.why-zones-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px;display:grid}.why-zone-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;padding:32px;transition:all .3s}.why-zone-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.why-zone-card svg{color:var(--primary-green);margin-bottom:16px}.why-zone-card h3{margin-bottom:12px;font-size:1.25rem}.why-zone-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.admin-benefits{grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0;display:grid}.admin-benefit{background:var(--bg-light);border-radius:12px;align-items:flex-start;gap:12px;padding:20px;display:flex}.admin-benefit svg{color:var(--primary-green);flex-shrink:0;margin-top:2px}.admin-benefit div{flex-direction:column;gap:4px;display:flex}.admin-benefit strong{color:var(--text-primary);font-size:.95rem}.admin-benefit p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.lifecycle-stages{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}.lifecycle-stage{text-align:center}.lifecycle-marker{background:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;font-size:1.25rem;font-weight:700;display:flex}.lifecycle-content h4{margin-bottom:12px;font-size:1.125rem}.lifecycle-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.money-flow-visual{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-top:48px;display:flex}.money-fare{border:2px solid var(--border-light);text-align:center;background:#fff;border-radius:16px;padding:32px 40px}.money-fare .money-label{color:var(--text-secondary);margin-bottom:8px;font-size:.875rem;display:block}.money-fare .money-amount{color:var(--text-primary);font-size:2.5rem;font-weight:800;display:block}.money-arrow{color:var(--primary-green)}.money-split{flex-direction:column;gap:16px;display:flex}.money-provider,.money-platform{border-radius:16px;min-width:280px;padding:24px 32px}.money-provider{background:var(--primary-green);color:#fff}.money-platform{background:var(--bg-light);border:1px solid var(--border-light)}.money-percent{margin-bottom:4px;font-size:2rem;font-weight:800;display:block}.money-provider .money-label,.money-platform .money-label{margin-bottom:4px;font-weight:600;display:block}.money-detail{opacity:.8;font-size:.8rem;display:block}.dont-list{flex-direction:column;gap:24px;margin-top:16px;display:flex}.dont-item{border-bottom:1px solid var(--border-light);padding:20px 0}.dont-item:last-child{border-bottom:none}.dont-item strong{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;display:block}.dont-item p{color:var(--text-secondary);margin:0;line-height:1.7}.cta-form{gap:12px;max-width:500px;margin:0 auto;display:flex}.cta-input{color:#fff;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;flex:1;padding:16px 20px;font-size:1rem}.cta-input::placeholder{color:#ffffffb3}.cta-input:focus{background:#fff3;border-color:#fff;outline:none}.cta-btn{color:var(--primary-green);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003}@media (max-width:1024px){.zone-anatomy,.why-zones-grid,.admin-benefits{grid-template-columns:1fr}.lifecycle-stages{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:768px){.lifecycle-stages{grid-template-columns:1fr}.money-flow-visual{flex-direction:column;gap:24px}.money-arrow{transform:rotate(90deg)}.money-fare{width:100%;max-width:300px}.money-provider,.money-platform{width:100%;min-width:auto;max-width:300px}.cta-form{flex-direction:column}.cta-btn{width:100%}}.legal-page{padding-top:calc(var(--nav-height) + var(--space-4xl));padding-bottom:var(--space-5xl);min-height:100vh}.legal-header{max-width:800px;margin-bottom:var(--space-3xl)}.legal-header h1{letter-spacing:-.03em;margin-bottom:var(--space-md);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.legal-updated{color:var(--color-text-muted);font-size:.9375rem}.legal-content{max-width:800px}.legal-section{margin-bottom:var(--space-2xl)}.legal-section h2{margin-bottom:var(--space-md);margin-top:var(--space-2xl);letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.legal-section h2:first-child{margin-top:0}.legal-section h3{margin-bottom:var(--space-sm);margin-top:var(--space-lg);color:var(--color-text);font-size:1.125rem;font-weight:600}.legal-section p{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:1rem;line-height:1.8}.legal-section ul{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.legal-section li{color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:1rem;line-height:1.8}.legal-section li strong{color:var(--color-text)}.legal-section a{color:var(--color-primary);text-decoration:none}.legal-section a:hover{text-decoration:underline}@media (max-width:640px){.legal-page{padding-top:calc(var(--nav-height) + var(--space-2xl))}.legal-header h1{font-size:2rem}}.not-found{min-height:100vh;padding:var(--space-2xl);background:linear-gradient(180deg,#f0fdf4 0%,var(--color-bg)50%,var(--color-bg-alt)100%);justify-content:center;align-items:center;display:flex}.not-found-content{text-align:center;max-width:480px}.not-found-logo{margin-bottom:var(--space-2xl)}.not-found-title{letter-spacing:-.05em;color:var(--color-primary);margin-bottom:var(--space-md);font-size:clamp(6rem,20vw,10rem);font-weight:800;line-height:1}.not-found-subtitle{letter-spacing:-.02em;margin-bottom:var(--space-md);font-size:1.75rem;font-weight:700}.not-found-desc{color:var(--color-text-muted);margin-bottom:var(--space-xl);font-size:1.125rem;line-height:1.7}.not-found-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.not-found-btn{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.not-found-btn.primary{background:var(--color-primary);color:#fff;border:none}.not-found-btn.primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.not-found-btn.secondary{color:var(--color-text);border:1px solid var(--color-border);background:#fff}.not-found-btn.secondary:hover{background:var(--color-bg-alt);border-color:var(--color-text-light)}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_22964812-module__6xTrPq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_22964812-module__6xTrPq__variable{--font-inter:"Inter","Inter Fallback"}
