:root{
  --bg:#f4f3ed;--paper:#fbfaf6;--ink:#17352c;--muted:#6b786f;
  --green:#2f725d;--green2:#1f5a49;--soft:#e4eee8;--line:#dbe1dc;
  --shadow:0 24px 70px rgba(23,53,44,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.45}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(#17352c12 1px,transparent 1px);background-size:5px 5px}
a{color:inherit}.wrap{max-width:1120px;margin:auto;padding:0 24px}.nav{height:78px;display:flex;align-items:center;gap:28px;position:relative;z-index:5}
.brand{font-weight:850;letter-spacing:-.045em;font-size:23px;text-decoration:none;white-space:nowrap}.brand i{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--green);margin-right:9px;box-shadow:0 0 0 5px #dceae4}
.navlinks{display:flex;gap:24px;margin-left:auto;align-items:center}.navlinks a{text-decoration:none;color:#455a50;font-size:14px;font-weight:650}.navlinks a:hover{color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:0;border-radius:14px;background:var(--green);color:#fff;text-decoration:none;font-weight:750;cursor:pointer;transition:.18s ease;font:inherit}
.btn:hover{transform:translateY(-1px);background:var(--green2)}.btn.ghost{background:rgba(255,255,255,.45);color:var(--ink);border:1px solid var(--line)}.btn.ghost:hover{background:#fff}
.hero{display:grid;grid-template-columns:1.12fr .88fr;gap:58px;align-items:center;padding:76px 0 82px}
.eyebrow{font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:var(--green)}
h1{font-size:clamp(48px,7vw,82px);line-height:.96;letter-spacing:-.065em;margin:17px 0 25px;max-width:720px}
.lead{font-size:20px;line-height:1.62;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;margin-top:31px;flex-wrap:wrap}
.micro{font-size:12px;color:#7d8982;margin-top:14px;max-width:600px}
.phone{background:#18382e;border-radius:40px;padding:12px;box-shadow:var(--shadow);transform:rotate(1.5deg);max-width:390px;margin-left:auto}
.screen{background:#fafaf7;border-radius:30px;min-height:510px;padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;position:relative}
.screen:before{content:"";width:88px;height:22px;border-radius:0 0 14px 14px;background:#18382e;position:absolute;top:0}
.power{width:118px;height:118px;border-radius:50%;background:#e2eee8;display:grid;place-items:center;margin:76px 0 26px;box-shadow:inset 0 0 0 1px #d5e5dd}
.power:after{content:"";width:54px;height:54px;border-radius:50%;background:var(--green);box-shadow:0 0 0 12px #cce2d8}
.screen strong{font-size:25px;letter-spacing:-.03em}.screen span{color:var(--muted);margin-top:8px}.server{margin-top:auto;width:100%;background:#eef1ec;border:1px solid #e2e7e1;border-radius:17px;padding:16px;text-align:left;font-weight:750}
.section{padding:68px 0}.section h2{font-size:clamp(34px,5vw,48px);letter-spacing:-.05em;line-height:1.05;margin:0 0 14px}.section-intro{color:var(--muted);max-width:680px;margin:0 0 30px;font-size:17px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:22px;padding:27px;backdrop-filter:blur(6px)}
.icon{width:42px;height:42px;border-radius:13px;background:var(--soft);display:grid;place-items:center;font-weight:900;color:var(--green);margin-bottom:20px}.card b{font-size:19px}.card p{color:var(--muted);line-height:1.6;margin:9px 0 0}
.pricebox{background:#17352c;color:#fff;border-radius:30px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:var(--shadow)}
.pricebox h3{font-size:32px;letter-spacing:-.04em;margin:0 0 9px}.pricebox p{color:#cbd8d2;margin:0;max-width:620px}.amount{font-size:44px;font-weight:850;letter-spacing:-.05em;white-space:nowrap}.amount small{font-size:14px;font-weight:600;letter-spacing:0;color:#cbd8d2}
.price-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.price-actions .btn{background:#f7f5ee;color:#17352c}.price-actions .btn:hover{background:#fff}.price-actions .btn.ghost{border-color:#54796c;color:#fff;background:transparent}
.notice{border:1px solid #ccd8d1;background:#edf3ef;border-radius:18px;padding:18px 20px;color:#496057;font-size:14px;line-height:1.6}
.download{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:30px}
footer{border-top:1px solid var(--line);padding:34px 0 48px;color:var(--muted);font-size:13px}.foot{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}.footlinks{display:flex;gap:18px;flex-wrap:wrap}.footlinks a{text-decoration:none}.footlinks a:hover{text-decoration:underline}
.pagehead{padding:58px 0 34px}.pagehead h1{font-size:clamp(42px,6vw,68px);margin-bottom:14px}.paper{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:34px;margin-bottom:56px}.paper h2{font-size:25px;letter-spacing:-.03em;margin:32px 0 10px}.paper h2:first-child{margin-top:0}.paper p,.paper li{color:#53665d;line-height:1.7}.paper ul{padding-left:20px}
.authshell{max-width:920px;margin:45px auto 70px;padding:0 24px}.authgrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.authcard{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 16px 50px rgba(23,53,44,.08)}
label{display:block;font-size:13px;font-weight:750;margin:16px 0 7px}.input{width:100%;height:49px;border:1px solid #cfd8d2;border-radius:13px;padding:0 14px;background:#fff;color:var(--ink);font:inherit;outline:none}.input:focus{border-color:#5f8d7d;box-shadow:0 0 0 3px #dbe9e3}
.error{display:none;background:#fbecea;border:1px solid #efd2ce;color:#8a3b32;border-radius:12px;padding:11px 13px;margin-top:14px;font-size:13px}.muted{color:var(--muted)}
.metricgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.metric{border:1px solid var(--line);background:#fff;border-radius:16px;padding:17px}.metric span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.metric strong{font-size:17px}.hidden{display:none!important}
@media(max-width:840px){.hero{grid-template-columns:1fr;padding-top:42px}.phone{margin:10px auto 0}.grid3{grid-template-columns:1fr}.pricebox,.download{grid-template-columns:1fr}.authgrid{grid-template-columns:1fr}.navlinks a:not(.btn){display:none}}
@media(max-width:520px){.wrap{padding:0 18px}.nav{height:70px}.navlinks{gap:8px}.btn{padding:0 14px}h1{font-size:50px}.hero{gap:30px}.phone{max-width:330px}.screen{min-height:430px}.amount{font-size:38px}.paper{padding:24px}.authshell{padding:0 16px}}
