:root{font-family:Inter,ui-rounded,"SF Pro Rounded",system-ui,sans-serif;color:#19372e;background:#f3f7f3;--green:#245c46;--yellow:#f4c95d;--paper:#fffdf8}*{box-sizing:border-box}body{margin:0}a{color:var(--green)}header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:12px max(18px,calc((100% - 1080px)/2));background:#fffdf8eF;backdrop-filter:blur(16px);border-bottom:1px solid #dce8df}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.brand img{width:46px;height:46px;object-fit:contain}.brand span,.brand small{display:block}.brand b{font-size:20px}.brand small{font-size:11px;color:#64766d}.back,.button,button{border:0;border-radius:999px;padding:11px 17px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;font:inherit;cursor:pointer}main{max-width:1080px;margin:auto;padding:28px 18px 60px}.hero{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:40px;padding:50px;border-radius:34px;background:linear-gradient(135deg,#e8f2ea,#fff8d9)}.hero>img{width:100%;max-height:270px;object-fit:contain}.eyebrow{font-weight:800;color:var(--green)}h1{font-size:clamp(38px,7vw,70px);line-height:.98;margin:14px 0}h2{font-size:clamp(27px,4vw,42px);margin:0 0 22px}h3{margin:28px 0 8px}p{line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.actions button{background:#fff;color:var(--green);border:1px solid #b9d0c1}.hint{font-size:13px;color:#607269}section:not(.hero){margin-top:30px;padding:38px;background:#fff;border-radius:28px;box-shadow:0 8px 30px #16382b0b}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.steps article{padding:18px;background:#f4f8f4;border-radius:18px}.steps b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);margin-bottom:18px}.steps span,.steps small{display:block}.steps span{font-weight:900}.steps small{margin-top:7px;color:#68796f;line-height:1.4}.note,.legal-note{margin-top:20px;padding:18px;border-radius:16px;background:#fff7cf}.services{display:grid;gap:10px;padding:0;list-style:none}.services li{display:grid;grid-template-columns:150px 1fr;gap:10px;padding:14px;background:#f4f8f4;border-radius:12px}footer{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;padding:30px 18px;background:#173c2f;color:#fff}footer a{color:#fff}@media(max-width:720px){header{padding-inline:14px}.brand small{display:none}.back{padding:9px 12px}.hero{grid-template-columns:1fr;padding:28px}.hero>img{order:-1;width:150px}.steps{grid-template-columns:1fr 1fr}section:not(.hero){padding:25px}.services li{grid-template-columns:1fr}}@media(max-width:430px){.steps{grid-template-columns:1fr}h1{font-size:42px}}
