
:root{--ink:#0e1b2a;--muted:#53657a;--bg:#ffffff;--soft:#f3f7fb;--brand:#1176C2;--brand2:#10B981;--pill:#fffbeb;--ok:#2cc56b;--shadow:0 8px 28px rgba(16,38,63,.12)}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand);text-decoration:none}
.container{width:min(1160px,92%);margin-inline:auto}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);border-bottom:1px solid #e8eef6;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0}
.logo{height:42px}
.phone{font-weight:800;color:var(--brand)}
.hero{position:relative}
.hero-media{position:relative}
.hero-video{width:100%;height:56vw;max-height:720px;object-fit:cover;display:block;filter:contrast(1.05) saturate(1.1) brightness(1.03)}
.hero-card{position:relative;margin-top:-120px}
.hero-card .copy{background:var(--soft);border:1px solid #e8eef6;border-radius:16px;padding:1.1rem 1.25rem;box-shadow:var(--shadow);margin-bottom:1rem}
h1{margin:0 0 .35rem;font-size:clamp(1.75rem,3.6vw,2.6rem);font-weight:900;letter-spacing:.2px}
.price{background:var(--pill);color:#9a6b00;border:1px solid #f7e6a3;border-radius:999px;padding:.1rem .5rem;margin-left:.4rem;font-size:.65em;vertical-align:middle}
.sub{color:var(--muted);margin:.2rem 0 .6rem}
.benefits{display:grid;gap:.25rem;padding:0;margin:0;list-style:none}
.benefits li{position:relative;padding-left:1.1rem}
.benefits li::before{content:"✓";position:absolute;left:0;top:0;color:var(--ok);font-weight:900}
.lead-form{background:#fff;border:1px solid #e8eef6;border-radius:16px;padding:1rem;box-shadow:var(--shadow)}
.lead-form h2{margin:.2rem 0 .5rem;font-size:1.25rem}
.field{margin:.55rem 0}
label{display:block;font-weight:700;margin-bottom:.2rem}
input,select{width:100%;border:1px solid #dbe5f0;border-radius:10px;padding:.7rem .8rem;font-size:1rem;color:var(--ink);background:#fff;outline:none}
input:focus,select:focus{border-color:var(--brand)}
.hp{display:none !important}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.chk{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;color:var(--muted);font-size:.9rem;margin:.4rem 0}
.btn{display:inline-block;background:linear-gradient(90deg,var(--brand),var(--brand2));color:#fff;border:0;border-radius:12px;padding:.8rem 1rem;font-weight:900;cursor:pointer;width:100%;box-shadow:var(--shadow)}
.meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem;margin-top:.5rem}
.meta .secure{font-weight:600}
.trust{padding:1rem 0}
.trustbar{display:flex;gap:1rem;flex-wrap:wrap;list-style:none;padding:0;margin:0;color:var(--muted);font-weight:700}
.trustbar li{background:#fff;border:1px solid #e8eef6;border-radius:999px;padding:.4rem .7rem}
.gallery{padding:1.4rem 0}
.gallery h2{font-size:1.4rem;margin:.2rem 0 .8rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}
.grid-4 img{border-radius:12px;border:1px solid #e8eef6;box-shadow:0 6px 16px rgba(16,38,63,.08)}
.faq{padding:1.2rem 0 1.8rem}
.faq h2{font-size:1.4rem;margin:0 0 .6rem}
.faq details{background:#fff;border:1px solid #e8eef6;border-radius:12px;padding:.8rem 1rem;margin:.4rem 0;box-shadow:0 6px 16px rgba(16,38,63,.06)}
.faq summary{cursor:pointer;font-weight:800;color:var(--ink)}
.site-footer{border-top:1px solid #e8eef6;background:#fff}
.footer-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;color:var(--muted)}
.sticky-call{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);z-index:25}
.sticky-call a{display:inline-block;background:#0ea5e9;color:#fff;font-weight:900;border-radius:999px;padding:.7rem 1.1rem;box-shadow:0 10px 30px rgba(14,165,233,.35)}
@media (max-width:980px){
  .hero-video{height:62vw}
  .hero-card{margin-top:-90px}
  .grid-2{grid-template-columns:1fr}
  .meta{flex-direction:column;gap:.25rem}
  .grid-4{grid-template-columns:1fr 1fr}
}
