
:root{--green:#39a935;--green-dark:#14712a;--lime:#a8df2f;--orange:#ff8a1c;--ink:#17251c;--muted:#68766e;--soft:#f5faef;--card:#fff;--line:#e3ebdf;--shadow:0 18px 45px rgba(31,74,40,.14);--radius:28px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fffdf8;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,235,223,.8)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:850;font-size:1.25rem;letter-spacing:-.03em}.brand img{width:56px;height:auto}.nav-links{display:flex;gap:24px;align-items:center;color:#344539;font-weight:650;font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{color:white;background:linear-gradient(135deg,var(--green),var(--orange));box-shadow:0 12px 28px rgba(255,138,28,.24)}.btn-light{background:white;color:var(--green-dark);border-color:var(--line)}.hero{padding:70px 0 54px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:999px;background:radial-gradient(circle,rgba(168,223,47,.24),transparent 67%);top:-280px;right:-220px;pointer-events:none}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#eef9e5;color:var(--green-dark);font-weight:800;font-size:.9rem}h1{font-size:clamp(2.55rem,5vw,5.3rem);line-height:.95;letter-spacing:-.07em;margin:22px 0 20px}.hero p{max-width:610px;font-size:1.13rem;color:var(--muted);margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-card{border-radius:38px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);background:white;position:relative}.hero-card img{width:100%;height:565px;object-fit:cover}.floating-note{position:absolute;left:22px;bottom:22px;right:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);border-radius:22px;padding:16px 18px;display:flex;justify-content:space-between;gap:14px;align-items:center}.floating-note strong{display:block;font-size:1rem}.floating-note span{color:var(--muted);font-size:.92rem}section{padding:78px 0}.section-head{max-width:730px;margin-bottom:34px}.section-head h2{font-size:clamp(2rem,3vw,3.25rem);line-height:1.05;letter-spacing:-.055em;margin:0 0 14px}.section-head p{color:var(--muted);font-size:1.05rem;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 30px rgba(23,37,28,.05)}.icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#edf9dd,#fff0dc);font-size:1.55rem;margin-bottom:18px}.card h3{margin:0 0 8px;font-size:1.25rem;letter-spacing:-.025em}.card p{margin:0;color:var(--muted)}.soft-band{background:linear-gradient(180deg,#f5faef,#fffdf8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.list{display:grid;gap:14px;margin-top:24px}.list-item{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:20px;background:white;border:1px solid var(--line)}.tick{width:26px;height:26px;flex:0 0 26px;border-radius:999px;background:var(--green);color:white;display:grid;place-items:center;font-weight:900}.phone-mock{max-width:420px;margin:0 auto;background:#142017;border-radius:44px;padding:16px;box-shadow:var(--shadow)}.screen{background:#f9fbf4;border-radius:34px;padding:18px;min-height:560px}.screen-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mini-logo{width:44px}.pill{padding:8px 12px;border-radius:999px;background:white;color:var(--green-dark);font-weight:800;font-size:.82rem}.search{background:white;border-radius:18px;padding:14px 15px;color:#73806f;margin-bottom:14px;border:1px solid var(--line)}.post-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;margin-bottom:14px}.post-img{height:140px;background:linear-gradient(135deg,#dff3c2,#ffd9a9)}.post-body{padding:14px}.post-title{height:13px;width:72%;background:#233024;border-radius:20px;margin-bottom:8px}.post-line{height:10px;width:50%;background:#d7e0d2;border-radius:20px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.step{position:relative}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:999px;display:grid;place-items:center;color:white;font-weight:900;background:linear-gradient(135deg,var(--green),var(--orange));margin-bottom:16px}.cta{background:linear-gradient(135deg,var(--green-dark),#2fa53b 42%,var(--orange));color:white;border-radius:38px;padding:54px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}.cta h2{margin:0 0 8px;font-size:clamp(2rem,3vw,3.2rem);letter-spacing:-.055em;line-height:1.05}.cta p{margin:0;opacity:.88;max-width:650px}.cta .btn{background:white;color:var(--green-dark)}footer{padding:48px 0;border-top:1px solid var(--line);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:28px}footer h4{color:var(--ink);margin:0 0 12px}footer a{display:block;margin:8px 0}.page-hero{padding:70px 0 30px}.page-hero h1{max-width:900px}.content{padding:28px 0 80px}.content-card{background:white;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:0 12px 30px rgba(23,37,28,.05);max-width:900px}.content-card h2{letter-spacing:-.03em;margin-top:28px}.content-card p,.content-card li{color:var(--muted)}.notice{padding:16px 18px;background:#fff8ed;border:1px solid #ffe0b7;border-radius:18px;color:#7a4a15}@media(max-width:900px){.nav-links{display:none}.hero-grid,.split,.cta,.footer-grid{grid-template-columns:1fr}.hero-card img{height:420px}.cards,.steps{grid-template-columns:1fr}.cta{padding:34px}}
