:root{--bg:#f4f0e8;--text:#141414;--muted:#6c655b;--dark:#111;--accent:#f5c451;--line:#ddd4c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:28px;justify-content:space-between;padding:16px clamp(18px,4vw,54px);background:rgba(244,240,232,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#111;color:var(--accent);font-size:14px}nav{display:flex;gap:22px;color:var(--muted)}.top-phone{font-weight:800}.section{padding:clamp(54px,8vw,104px) clamp(18px,5vw,72px);max-width:1280px;margin:auto}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:48px;align-items:center;min-height:calc(100vh - 76px)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:#9b7320;margin:0 0 14px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,8vw,92px);line-height:.92;letter-spacing:-.06em;margin-bottom:24px}h2{font-size:clamp(32px,5vw,58px);line-height:1;letter-spacing:-.04em;margin-bottom:18px}h3{font-size:24px;margin-bottom:12px}.lead{font-size:clamp(18px,2vw,23px);color:#403b34;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid #111}.btn.primary{background:#111;color:#fff}.btn.ghost{background:transparent}.facts{display:flex;flex-wrap:wrap;gap:10px}.facts span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff7}.hero-card{position:relative;border-radius:34px;overflow:hidden;background:#222;min-height:560px}.hero-card img{width:100%;height:620px;object-fit:cover}.card-note{position:absolute;left:22px;right:22px;bottom:22px;padding:18px;border-radius:22px;background:rgba(17,17,17,.82);color:#fff;font-weight:800}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.cards{display:grid;gap:18px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.cards article{background:#fff9;border:1px solid var(--line);border-radius:28px;padding:28px;min-height:210px}.cards b{display:inline-block;margin-top:18px;font-size:20px}.calc{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f5c451;border-radius:38px;margin-top:30px}.calc p{max-width:720px}.dark{max-width:none;background:#111;color:#fff}.dark .section-head,.dark .gallery{max-width:1280px;margin-left:auto;margin-right:auto}.dark .eyebrow{color:#f5c451}.gallery{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}.gallery img{width:100%;height:520px;object-fit:cover;border-radius:28px}.gallery img:first-child{height:640px;grid-row:span 2}.steps ol{counter-reset:step;display:grid;gap:12px;list-style:none;padding:0;margin:0}.steps li{counter-increment:step;display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;background:#fff9;border:1px solid var(--line);border-radius:24px;padding:20px}.steps li:before{content:counter(step);display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#111;color:#f5c451;font-weight:900}.steps b,.steps span{display:block}.steps span{color:var(--muted)}.faq details{background:#fff9;border:1px solid var(--line);border-radius:22px;margin-bottom:12px;padding:20px}.faq summary{cursor:pointer;font-weight:800;font-size:20px}.contacts{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.contact-card{display:grid;gap:12px;background:#111;color:#fff;border-radius:30px;padding:28px}.contact-card a{padding:16px;border-radius:16px;background:#ffffff12;font-weight:800}footer{padding:28px;text-align:center;color:var(--muted)}@media (max-width:900px){nav{display:none}.hero,.contacts{grid-template-columns:1fr}.hero{min-height:auto}.hero-card{min-height:360px}.hero-card img{height:420px}.three,.four,.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:360px;grid-row:auto}.calc{display:block}.calc .btn{margin-top:18px}.section-head{display:block}h1{letter-spacing:-.045em}.top-phone{display:none}}@media (max-width:520px){.topbar{padding:12px 14px}.section{padding:46px 16px}.hero-card img{height:360px}.cards article{padding:22px}.steps li{grid-template-columns:48px 1fr;padding:16px}.steps li:before{width:38px;height:38px}.brand span:last-child{font-size:14px}}
