:root{
  --blue:#0b5d9b;
  --blue-dark:#07365c;
  --cyan:#36c4ff;
  --orange:#ff8a1f;
  --text:#172033;
  --muted:#64748b;
  --line:#e6edf5;
  --light:#f5f9fd;
  --white:#fff;
  --shadow:0 22px 70px rgba(12,43,76,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.section{padding:84px 0}.light{background:var(--light)}
.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:26px;padding:14px clamp(18px,4vw,54px);background:rgba(255,255,255,.94);border-bottom:1px solid rgba(226,236,246,.9);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(15,48,79,.06)}
.logo{display:flex;align-items:center;gap:11px;min-width:max-content}.logo-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--cyan),var(--blue));display:grid;place-items:center;color:#fff;font-size:24px;box-shadow:0 12px 30px rgba(54,196,255,.28)}.logo b{display:block;font-size:20px;line-height:1}.logo small{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}.nav{display:flex;gap:22px;margin-left:auto}.nav a{font-weight:700;color:#334155;font-size:15px}.nav a:hover{color:var(--blue)}.top-phones{display:flex;flex-direction:column;gap:2px;min-width:max-content}.top-phones a{font-weight:800;color:var(--blue-dark);font-size:15px}
.hero{position:relative;overflow:hidden;color:#fff;min-height:680px;display:flex;align-items:center;background:var(--blue-dark)}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,37,67,.93) 0%,rgba(6,37,67,.82) 42%,rgba(6,37,67,.35) 100%),url('/assets/ref/f0d48b03493d71c348fb52922ade660d.jpeg') center/cover no-repeat;transform:scale(1.02)}.hero:after{content:"";position:absolute;inset:auto -10% -35% -10%;height:300px;background:radial-gradient(ellipse at center,rgba(54,196,255,.28),transparent 65%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 420px;gap:44px;align-items:center}.eyebrow,.tag{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:rgba(54,196,255,.14);color:#b9ecff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.tag{background:#e9f7ff;color:var(--blue);margin-bottom:16px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.96;margin:22px 0 22px;max-width:780px;letter-spacing:-.04em}.lead{font-size:clamp(18px,2vw,23px);max-width:720px;color:#d9ecf7;margin:0 0 32px}.hero-actions,.cta-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:15px 22px;font-weight:900;cursor:pointer;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--orange),#ffb35c);color:#281300;box-shadow:0 16px 34px rgba(255,138,31,.3)}.ghost{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);color:#fff}.ghost.dark{background:#fff;color:var(--blue-dark);border-color:#dbe7f2}.full{width:100%}.hero-points{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0;padding:0;list-style:none}.hero-points li{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-weight:700;color:#eaf8ff}
.request-card{background:#fff;color:var(--text);padding:30px;border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.6)}.request-card h2{font-size:30px;margin:0 0 8px}.request-card p{margin:0 0 20px;color:var(--muted)}.request-card input,.request-card textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:15px 16px;margin-bottom:12px;font:inherit;outline:none;background:#f8fbff}.request-card textarea{min-height:102px;resize:vertical}.request-card input:focus,.request-card textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(54,196,255,.12)}.request-card small{display:block;margin-top:13px;color:var(--muted)}.request-card small a{color:var(--blue);font-weight:800}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.intro h2,.section-head h2,.cta h2,.contacts h2{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:0 0 18px;letter-spacing:-.03em}.intro p,.section-head p,.contacts p,.cta p{font-size:18px;color:var(--muted);margin:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 40px rgba(12,43,76,.08)}.stats b{display:block;font-size:24px;color:var(--blue-dark);margin-bottom:8px}.stats span{color:var(--muted)}
.section-head{text-align:center;max-width:780px;margin:0 auto 38px}.section-head.inverse{color:#fff}.section-head.inverse .tag{background:rgba(255,255,255,.13);color:#fff}.section-head.inverse h2{color:#fff}.section-head.inverse p{color:#d8edf8}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 16px 40px rgba(12,43,76,.08)}.service-card img{height:190px;width:100%;object-fit:cover}.service-card h3{font-size:21px;line-height:1.15;margin:20px 20px 10px}.service-card p{color:var(--muted);margin:0 20px 24px}
.benefits{background:linear-gradient(135deg,#07365c,#0c6ca9);color:#fff;position:relative;overflow:hidden}.benefits:before{content:"";position:absolute;inset:0;background:url('/assets/ref/47-fon.png') center/cover;opacity:.08}.benefits .container{position:relative}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit{padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:26px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.benefit span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.14);font-weight:900;color:#b9ecff}.benefit h3{font-size:22px;margin:20px 0 10px}.benefit p{color:#d8edf8;margin:0}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 40px rgba(12,43,76,.08);display:flex;flex-direction:column;min-height:280px}.price h3{font-size:21px;line-height:1.15;margin:0 0 12px}.price p{color:var(--muted);margin:0 0 18px}.price b{font-size:27px;color:var(--blue);margin:auto 0 16px}.price a{display:inline-flex;align-self:flex-start;padding:11px 16px;border-radius:12px;background:#e9f7ff;color:var(--blue);font-weight:900}
.cta{background:#fff}.cta-box{background:linear-gradient(135deg,#eaf8ff,#fff7ed);border:1px solid #d8edf8;border-radius:32px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.cta h2{color:var(--blue-dark)}
.gallery-section{padding-top:0}.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.gallery-grid img{height:300px;width:100%;object-fit:cover;border-radius:28px;box-shadow:0 18px 45px rgba(12,43,76,.12)}
.contacts{background:#071827;color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 460px;gap:42px;align-items:center}.contacts p{color:#c8d8e7}.contact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px}.contact-line{display:block;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:24px;font-weight:900;color:#fff}.contact-line:last-of-type{font-size:20px;color:#b9ecff}.muted{display:block;color:#99b2c7;margin-top:18px}.footer{background:#04101d;color:#b9c8d8;padding:24px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:#fff;font-weight:800}
@media (max-width:1020px){.topbar{flex-wrap:wrap}.nav{order:3;width:100%;justify-content:center;margin-left:0}.hero-grid,.intro-grid,.contact-grid{grid-template-columns:1fr}.service-grid,.price-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:auto}.top-phones{margin-left:auto}.request-card{max-width:560px}.cta-box{align-items:flex-start;flex-direction:column}}
@media (max-width:650px){.section{padding:56px 0}.topbar{position:static}.nav{display:none}.top-phones{width:100%;margin-left:0}.hero{padding-top:20px}.hero h1{font-size:42px}.hero-grid{gap:28px}.request-card{padding:22px;border-radius:22px}.service-grid,.price-grid,.benefit-grid,.stats,.gallery-grid{grid-template-columns:1fr}.cta-box{padding:28px}.contact-line{font-size:20px}.footer-inner{display:block}.hero-actions .btn,.cta-actions .btn{width:100%}}
