:root{--bg:#101317;--ink:#f4f1e8;--muted:#a9b0b7;--line:#2a3037;--steel:#171c22;--card:#1d242b;--yellow:#f4b000;--yellow2:#ffd36b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f3f0e8;color:#15191e;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;justify-content:space-between;padding:14px clamp(18px,4vw,56px);background:rgba(16,19,23,.94);backdrop-filter:blur(16px);color:var(--ink);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:14px;min-width:220px}.brand img{width:92px;height:auto}.brand span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.nav{display:flex;gap:22px;font-size:14px;color:#d9dee3}.nav a:hover,.phone:hover{color:var(--yellow2)}.phone{font-weight:800;white-space:nowrap}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:40px;min-height:760px;padding:80px clamp(18px,5vw,72px);background:radial-gradient(circle at 80% 15%,rgba(244,176,0,.28),transparent 28%),linear-gradient(135deg,#11161c 0%,#222931 55%,#11161c 100%);color:var(--ink);align-items:center}.hero__copy,.hero__visual{min-width:0}.eyebrow,.label{font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:var(--yellow);font-size:12px}.hero h1{font-size:clamp(42px,7vw,86px);line-height:.92;margin:14px 0 24px;letter-spacing:-.06em;max-width:900px;overflow-wrap:break-word;word-break:break-word;hyphens:auto}.lead{font-size:clamp(18px,2vw,23px);line-height:1.48;color:#d6d8db;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:900;border:1px solid transparent}.btn--primary{background:var(--yellow);color:#17120a}.btn--ghost{border-color:#565f68;color:var(--ink)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:42px 0 0}.stats div{border:1px solid var(--line);background:rgba(255,255,255,.045);padding:18px;border-radius:18px}.stats dt{font-size:26px;font-weight:900;color:var(--yellow2)}.stats dd{margin:6px 0 0;color:var(--muted)}.hero__visual{position:relative}.hero__visual img{width:100%;height:min(64vw,620px);object-fit:cover;border-radius:28px;box-shadow:0 34px 80px rgba(0,0,0,.42);filter:saturate(.86) contrast(1.08)}.hero__card{position:absolute;right:-10px;bottom:28px;max-width:270px;background:var(--yellow);color:#17120a;font-weight:900;padding:18px;border-radius:18px;box-shadow:0 16px 32px rgba(0,0,0,.26)}.split{display:grid;grid-template-columns:1fr 1fr;background:#fff;margin:-46px clamp(18px,5vw,72px) 0;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px rgba(24,30,36,.14);position:relative;z-index:3}.split article{padding:34px;border-right:1px solid #e2ded2}.split h2{font-size:30px;margin:10px 0}.split p,.section p,.trust p{color:#59616a;line-height:1.65}.section{padding:90px clamp(18px,5vw,72px)}.section__head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section__head h2,.process h2,.trust h2{font-size:clamp(34px,4vw,58px);line-height:.98;margin:0;letter-spacing:-.04em;max-width:760px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.services article{background:#fff;border:1px solid #dfdbcf;border-radius:24px;padding:28px;min-height:210px}.services h3{font-size:24px;margin:0 0 16px}.section--dark{background:var(--bg);color:var(--ink)}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:16px}.gallery figure{margin:0;background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden}.gallery img{height:350px;width:100%;object-fit:cover}.gallery figcaption{padding:16px;color:#d7dce0;font-weight:700}.prices{background:#e9e4d7}.pricegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pricegrid div{padding:24px;border-radius:22px;background:#fff;border:1px solid #d7d1c2}.pricegrid strong{display:block;font-size:25px;margin-bottom:10px}.pricegrid span{color:#59616a;line-height:1.45}.process{padding:80px clamp(18px,5vw,72px);background:#fff}.process ol{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0;margin:30px 0 0;list-style:none}.process li{padding:24px;border-radius:22px;background:#15191e;color:#eef1f2;font-weight:800;min-height:150px}.process span{display:block;color:var(--yellow);font-size:13px;margin-bottom:20px}.trust{display:grid;grid-template-columns:.86fr 1.14fr;gap:46px;align-items:center;padding:90px clamp(18px,5vw,72px);background:#f3f0e8}.trust img{border-radius:28px;width:100%;height:470px;object-fit:cover}.partners{font-weight:800;color:#252a30!important}.footer{display:grid;grid-template-columns:1fr 1fr auto;gap:28px;align-items:start;padding:46px clamp(18px,5vw,72px);background:#0e1115;color:var(--ink)}.footer__logo{width:120px;margin-bottom:12px}.footer address{display:grid;gap:10px;font-style:normal;color:#d9dee3}.footer address strong{color:var(--yellow2)}.footer address a:hover{color:var(--yellow2)}@media (max-width:980px){.header{position:relative;flex-wrap:wrap}.nav{order:3;width:100%;overflow:auto;padding-bottom:4px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:54px}.split,.services,.pricegrid,.process ol,.trust,.footer{grid-template-columns:1fr}.split{margin-top:0;border-radius:0}.split article{border-right:0;border-bottom:1px solid #e2ded2}.gallery{grid-template-columns:1fr 1fr}.section__head{display:block}.stats{grid-template-columns:1fr}.footer .btn{justify-self:start}}@media (max-width:560px){.brand span,.nav{display:none}.header{gap:12px}.brand{min-width:0}.brand img{width:78px}.phone{font-size:14px}.hero{padding:38px 16px}.hero h1{font-size:42px}.hero__visual img{height:360px;border-radius:20px}.hero__card{position:static;margin-top:12px;max-width:none}.gallery{grid-template-columns:1fr}.gallery img{height:280px}.section,.process,.trust{padding:58px 16px}.services article{min-height:0}.pricegrid strong{font-size:22px}}
