
body{margin:0;font-family:Inter,system-ui;color:#0f172a;background:#fff;line-height:1.55}
.container{max-width:1080px;margin:auto;padding:0 20px}
.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee}
.header__inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.hero{padding:40px 0}
.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.hero__media img{width:100%;border-radius:18px}
h1{font-size:3rem;line-height:1.1}
.lead{color:#475569;max-width:48ch}
.credentials{margin-top:16px;font-weight:500}
.subtle{color:#475569;font-size:.95rem}
.btn{background:#0f172a;color:#fff;padding:12px 18px;border-radius:14px;text-decoration:none;font-weight:600}
.btn--ghost{background:#fff;color:#0f172a;border:1px solid #ddd}
.section{padding:40px 0}
.section--soft{background:#f6fbfb}
.prices{display:flex;gap:20px;margin-top:20px}
.price{border:1px solid #ddd;border-radius:14px;padding:16px}
.footer{border-top:1px solid #eee;padding:24px 0;margin-top:40px}
@media(max-width:860px){.hero__grid{grid-template-columns:1fr}h1{font-size:2.2rem}}
