:root{--bg: #f4f6f1;--bg-soft: #eef2ea;--surface: #ffffff;--text: #0a0f05;--text-secondary: #4b5563;--text-muted: #6b7280;--lime: #84cc16;--lime-bright: #d4ff5b;--lime-wash: rgba(132, 204, 22, .12);--mint: #14b8a6;--mint-wash: rgba(20, 184, 166, .12);--border: #d8ded4;--shadow: 0 24px 60px rgba(10, 15, 5, .08);--radius: 20px;--max: 1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--mint);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%}.container{width:min(100% - 2.5rem,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(12px);background:#f4f6f1e0;border-bottom:1px solid rgba(216,222,212,.8)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:900;letter-spacing:.08em;font-size:.85rem;color:var(--text);text-decoration:none}.brand:hover{text-decoration:none}.brand-mark{width:2rem;height:2rem;border-radius:.65rem;background:linear-gradient(145deg,var(--lime-bright),var(--lime));color:var(--text);display:grid;place-items:center;font-size:.95rem}.nav-links{display:flex;align-items:center;gap:1.25rem;font-size:.95rem;font-weight:600}.nav-links a{color:var(--text-secondary);text-decoration:none}.nav-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.85rem 1.35rem;font-size:.95rem;font-weight:800;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-lime{background:var(--lime);color:var(--text);box-shadow:0 10px 30px #84cc1647}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.hero{position:relative;overflow:hidden;padding:4.5rem 0 3rem}.hero-atmosphere{position:absolute;inset:0;pointer-events:none}.hero-atmosphere .blob{position:absolute;border-radius:50%;filter:blur(40px)}.hero-atmosphere .blob-lime{width:28rem;height:28rem;top:-6rem;left:-4rem;background:#84cc1638}.hero-atmosphere .blob-mint{width:24rem;height:24rem;top:2rem;right:-5rem;background:#14b8a629}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}.kicker{font-size:.78rem;font-weight:900;letter-spacing:.14em;color:var(--lime);margin-bottom:.85rem}.hero h1{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.03em;margin-bottom:1rem}.hero-lead{font-size:1.15rem;color:var(--text-secondary);max-width:34rem;margin-bottom:1.5rem}.hero-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.75rem}.pill{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:800}.pill-lime{background:var(--lime-wash);color:#3f6212}.pill-mint{background:var(--mint-wash);color:#115e59}.pill-receipt{background:#84cc162e;color:#3f6212;border:1px solid rgba(132,204,22,.35)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.hero-mascot-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.hero-mascot{width:5.5rem;height:5.5rem;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(10,15,5,.12))}.hero-phone-wrap{display:flex;justify-content:center}.hero-phone{width:min(100%,19rem);filter:drop-shadow(var(--shadow))}.section{padding:4.5rem 0}.section-alt{background:linear-gradient(180deg,#ffffffa6,#eef2eae6)}.section-head{text-align:center;max-width:42rem;margin:0 auto 2.75rem}.section-head h2{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.02em;margin-bottom:.75rem}.section-head p{color:var(--text-secondary);font-size:1.05rem}.feature-grid{display:grid;gap:1.25rem}.feature-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);padding:1.5rem;box-shadow:var(--shadow)}.feature-card.reverse .feature-copy{order:2}.feature-card.reverse .feature-shot{order:1}.feature-tag{display:inline-block;font-size:.72rem;font-weight:900;letter-spacing:.12em;color:var(--mint);margin-bottom:.65rem}.feature-tag-lime{color:var(--lime)}.feature-card h3{font-size:1.65rem;letter-spacing:-.02em;margin-bottom:.65rem}.feature-card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.feature-shot img{width:min(100%,15rem);margin-inline:auto}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.steps{grid-template-columns:repeat(4,1fr)}}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.step-num{width:2rem;height:2rem;border-radius:.75rem;background:var(--lime);color:var(--text);display:grid;place-items:center;font-weight:900;margin-bottom:.85rem}.step h3{font-size:1.05rem;margin-bottom:.45rem}.step p{color:var(--text-secondary);font-size:.95rem}.cta-band{margin:0 1.25rem 4rem;border-radius:calc(var(--radius) + 8px);background:linear-gradient(135deg,#0a0f05,#1a2418);color:#f4f6f1;padding:3rem 2rem;text-align:center}.cta-band h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.75rem}.cta-band p{color:#cbd5e1;max-width:34rem;margin:0 auto 1.5rem}.site-footer{border-top:1px solid var(--border);padding:2rem 0 2.5rem;color:var(--text-muted);font-size:.92rem}.footer-grid{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:center}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.25rem}.footer-links a{color:var(--text-secondary);font-weight:600}.legal-page{padding:3rem 0 4rem}.legal-page h1{font-size:2rem;margin-bottom:.5rem}.legal-meta{color:var(--text-muted);font-size:.92rem;margin-bottom:1.5rem}.legal-page p,.legal-page li{margin-bottom:1rem;color:var(--text-secondary);max-width:42rem}.legal-page strong{color:var(--text)}@media(max-width:900px){.hero-grid,.feature-card{grid-template-columns:1fr}.feature-card.reverse .feature-copy,.feature-card.reverse .feature-shot{order:initial}.steps{grid-template-columns:1fr}.nav-links .hide-mobile{display:none}}
