*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-deep: #27500A;--green-dark: #3B6D11;--green-mid: #639922;--green-light: #EAF3DE;--amber: #BA7517;--amber-dark: #a0650f;--bg: #FAFAF7;--surface: #FFFFFF;--border: #E5E7EB;--text: #1A1A1A;--text-muted: #6B7280;--text-faint: #9CA3AF;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--max-w: 1100px;--section-pad: 96px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}#root{display:contents}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);margin-bottom:14px}.section-label:before{content:"";display:block;width:16px;height:2px;background:var(--green-mid);border-radius:2px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text);margin-bottom:48px}.hero-inner{position:relative;z-index:1;max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:56px}@media(min-width:860px){.hero-inner{flex-direction:row;align-items:center;gap:72px}.hero-text{flex:1;max-width:520px}.hero-phone{flex-shrink:0}}.phone-wrap{position:relative;display:inline-block}.phone-wrap:before{content:"";position:absolute;inset:-32px;background:radial-gradient(ellipse at center,rgba(99,153,34,.22) 0%,transparent 70%);border-radius:80px;pointer-events:none;z-index:0}.phone-frame{position:relative;z-index:1;width:clamp(230px,28vw,285px);aspect-ratio:9 / 19.5;background:linear-gradient(160deg,#2a2a2a,#111);border-radius:46px;padding:10px;box-shadow:0 0 0 1px #ffffff12,inset 0 0 0 1px #ffffff0a,0 40px 80px #0000008c,0 12px 32px #00000059}.phone-screen{width:100%;height:100%;background:#071a04;border-radius:38px;overflow:hidden;display:flex;flex-direction:column}.phone-notch{position:absolute;top:18px;left:50%;transform:translate(-50%);width:26%;height:6px;background:#111;border-radius:9999px;z-index:10}.phone-status{display:flex;justify-content:space-between;align-items:center;padding:14px 18px 6px;font-size:10px;font-weight:600;color:#ffffffbf;letter-spacing:.02em;flex-shrink:0}.phone-header{background:#27500a;padding:9px 14px;display:flex;align-items:center;gap:7px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.phone-header-title{font-size:13px;font-weight:600;color:#fff;letter-spacing:-.01em}.phone-header-badge{margin-left:auto;font-size:10px;color:#ffffff80;background:#ffffff14;padding:2px 7px;border-radius:9999px}.phone-map{flex:1;background:#071a04;overflow:hidden;display:flex;align-items:center;justify-content:center}.phone-stamp-row{display:flex;gap:5px;padding:7px 10px;background:#00000059;flex-shrink:0;border-top:1px solid rgba(255,255,255,.05)}.phone-stamp{flex:1;background:#27500a80;border:1px solid rgba(99,153,34,.25);border-radius:8px;padding:6px 3px;display:flex;flex-direction:column;align-items:center;gap:2px}.phone-stamp-flag{font-size:15px;line-height:1}.phone-stamp-name{font-size:7.5px;color:#ffffff8c;text-align:center;font-weight:500;white-space:nowrap}.phone-tabbar{background:#1e3d08;padding:8px 0 10px;display:flex;justify-content:space-around;align-items:center;flex-shrink:0;border-top:1px solid rgba(255,255,255,.06)}.phone-tab{display:flex;flex-direction:column;align-items:center;gap:2px;opacity:.4;font-size:13px}.phone-tab.active{opacity:1}.phone-tab-label{font-size:7px;color:#fff;font-weight:500}.features-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:580px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--green-mid);border-radius:12px;padding:24px 22px;transition:box-shadow .15s,transform .15s}.feature-card:hover{box-shadow:0 4px 20px #3b6d111a;transform:translateY(-2px)}.steps-grid{display:grid;grid-template-columns:1fr;gap:32px;position:relative}@media(min-width:640px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:0}.steps-grid:before{content:"";position:absolute;top:16px;left:calc(16.66% + 16px);right:calc(16.66% + 16px);height:1px;background:var(--border);z-index:0}}.step{display:flex;flex-direction:column;gap:12px;padding:0 20px;position:relative;z-index:1}@media(min-width:640px){.step:first-child{padding-left:0}.step:last-child{padding-right:0}}.step-num{width:32px;height:32px;border-radius:9999px;background:var(--green-light);border:2px solid var(--surface);color:var(--green-dark);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 4px var(--bg)}.download-section{background:linear-gradient(145deg,#0d1a07,#27500a,#3b6d11);padding:var(--section-pad) 0;text-align:center}.download-section .section-label{color:#ffffff80}.download-section .section-label:before{background:#ffffff4d}.download-section .section-title{color:#fff;margin-bottom:16px}.install-steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;margin-top:28px}.install-step-item{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#ffffff80}.install-step-num{width:20px;height:20px;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:10px;font-weight:700;color:#ffffffb3;display:inline-flex;align-items:center;justify-content:center}.install-step-divider{color:#fff3;margin:0 10px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--amber);color:#fff;font-family:var(--font-body);font-size:15px;font-weight:600;padding:13px 26px;border-radius:9999px;text-decoration:none;letter-spacing:-.01em;transition:background .15s,transform .1s}.btn-primary:hover{background:var(--amber-dark);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}
