:root{color:#15211d;background:#f4f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;line-height:1.55}a{color:inherit}header{position:sticky;top:0;z-index:5;background:rgba(244,247,244,.92);backdrop-filter:blur(12px);border-bottom:1px solid #d5dfd8}.nav{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand img{width:34px;height:34px}.nav nav{display:flex;gap:18px;color:#50635c;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;background:#174f49;color:white;text-decoration:none;font-weight:800;padding:0 16px}.hero{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:48px;align-items:center;padding:70px 20px 40px}.hero h1{font-size:58px;line-height:1;margin:0;color:#112420;letter-spacing:0}.hero p{font-size:18px;color:#50635c;margin:22px 0 0;max-width:650px}.hero .disclaimer{font-size:14px;color:#6a5742;border-left:3px solid #d8f36a;padding-left:14px}.preview{width:100%;height:auto;border-radius:8px;box-shadow:0 24px 80px rgba(17,36,32,.16)}section{max-width:1160px;margin:0 auto;padding:54px 20px}.band{max-width:none;background:#fff;border-top:1px solid #dbe5de;border-bottom:1px solid #dbe5de}.band-inner{max-width:1160px;margin:0 auto}.section-title{font-size:32px;line-height:1.1;margin:0 0 16px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.item{border:1px solid #d4dfd8;background:#fff;border-radius:8px;padding:18px;min-height:132px}.band .item{background:#f7faf8}.item h3{margin:0 0 8px;font-size:17px}.item p,li{color:#536860;font-size:14px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;counter-reset:step}.step{border-top:2px solid #174f49;padding-top:14px}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#d8f36a;font-weight:900;margin-bottom:12px}.price{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;border:1px solid #cbd8d1;border-radius:8px;background:#112420;color:white;padding:26px}.price p{color:#cbd8d1}.price strong{font-size:38px}.legal{max-width:900px}.legal h1{font-size:42px;line-height:1.08}.legal h2{margin-top:34px}.footer{border-top:1px solid #d5dfd8;color:#5c6f67;padding:26px 20px}.footer-inner{max-width:1160px;margin:0 auto;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:14px}@media(max-width:880px){.hero{grid-template-columns:1fr;padding-top:44px}.hero h1{font-size:42px}.grid,.steps{grid-template-columns:1fr}.nav{align-items:flex-start}.nav nav{display:none}.price{grid-template-columns:1fr}}
