:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#13231b;background:#f5f8f6;letter-spacing:0}*{box-sizing:border-box}body{margin:0;background:#f5f8f6}a{color:inherit}.site-header{height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1120px;margin:0 auto;padding:0 22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:760}.brand img{width:34px;height:34px}.nav{display:flex;align-items:center;gap:18px;color:#486156;font-size:14px}.nav a{text-decoration:none}.nav a:hover{color:#0e7c51}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;background:#11794f;color:white;text-decoration:none;font-weight:700}.btn.secondary{background:white;color:#173026;border:1px solid #cad8d1}.hero{max-width:1120px;margin:0 auto;padding:64px 22px 46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:42px;align-items:center}.hero h1{font-size:56px;line-height:1.02;margin:0 0 18px;color:#0f2018}.hero p{font-size:19px;line-height:1.65;color:#4f665b;margin:0 0 24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.preview{background:#10211a;border-radius:8px;padding:18px;box-shadow:0 24px 70px rgba(16,33,26,.18)}.preview img{width:100%;display:block;border-radius:6px}.section{max-width:1120px;margin:0 auto;padding:42px 22px}.section h2{font-size:34px;margin:0 0 16px;color:#10211a}.section p{line-height:1.75;color:#4f665b}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card{background:white;border:1px solid #dce7e1;border-radius:8px;padding:20px}.card h3{margin:0 0 8px;font-size:18px}.card p{margin:0;color:#5f7168}.pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:760px}.price strong{font-size:34px}.legal{max-width:860px}.legal h1{font-size:44px;margin:28px 0 12px}.legal h2{margin-top:32px}.legal li{margin:8px 0;color:#4f665b;line-height:1.65}.footer{max-width:1120px;margin:32px auto 0;padding:24px 22px 36px;border-top:1px solid #dce7e1;color:#607268;font-size:14px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.screen-list{display:grid;gap:12px;counter-reset:steps}.screen-list li{list-style:none;background:white;border:1px solid #dce7e1;border-radius:8px;padding:16px;color:#4f665b}.screen-list li:before{counter-increment:steps;content:counter(steps);display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:8px;background:#e0f5ea;color:#0e7c51;font-weight:800}@media(max-width:860px){.hero{grid-template-columns:1fr;padding-top:34px}.hero h1{font-size:40px}.grid,.pricing{grid-template-columns:1fr}.nav{display:none}}
