/* ==========================================================================
   Поліс — theme «night» (dark surfaces, light cards). Colors and fonts come from CSS variables
   that index.html fills from the theme settings (Сайт → Дизайн → Налаштування).
   ========================================================================== */
:root {
    --ink: #0A3563;
    --ink-2: #0F477F;
    --blue: #1A72C4;
    --blue-deep: #0C5BA8;
    --blue-light: #6FB1EC;
    --blue-soft: #E2EFFB;
    --orange: #F7821E;
    --orange-deep: #E26A0C;
    --orange-soft: #FFEEDE;
    --green: #15A86B;
    --red: #E5484D;
    --muted: #5B6B7E;
    --line: #E0E8F1;
    --surface: #F2F6FB;
    --card: #FFFFFF;
    --text: var(--ink);
    --radius: 18px;
    --radius-lg: 26px;
    --radius-sm: 12px;
    --shadow: 0 18px 50px -24px rgba(10, 53, 99, .45);
    --shadow-sm: 0 8px 24px -14px rgba(10, 53, 99, .4);
    --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-heading: "Unbounded", "Manrope", system-ui, sans-serif;
    --hero-from: var(--ink);
    --hero-to: #0E4C8F;
    --hero-text: #FFFFFF;
    --header-bg: rgba(255, 255, 255, .85);
    --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.polis-body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.55; color: var(--text); background: var(--surface); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: inline-block; vertical-align: middle; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--ink); margin: 0 0 12px; line-height: 1.15; letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 4.2vw, 52px); font-weight: 700; }
h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 700; }
h3 { font-size: 20px; font-weight: 700; }
p { margin: 0 0 12px; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.muted { color: var(--muted); }
.upper { text-transform: uppercase; }
.upper::placeholder { text-transform: none; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
[hidden] { display: none !important; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 12px; font: 600 15px/1.2 var(--font-body); border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s, color .15s; white-space: nowrap; text-decoration: none !important; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px -12px rgba(247, 130, 30, .8); }
.btn-primary:hover { background: var(--orange-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(10, 53, 99, .06); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none !important; }
.logo-mark { display: inline-flex; color: var(--blue); }
.logo-img { height: 44px; width: auto; }
.logo-text { font-family: var(--font-heading); font-weight: 700; font-size: 22px; letter-spacing: -.02em; }
.logo-accent { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; color: var(--ink); text-decoration: none !important; line-height: 1.15; }
.header-phone-number { font-weight: 800; font-size: 15px; }
.header-phone-hours { font-size: 12px; color: var(--muted); }

/* hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--hero-from) 0%, var(--hero-to) 100%); color: var(--hero-text); padding: clamp(40px, 7vw, 88px) 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .45; pointer-events: none; }
.hero-glow-1 { width: 520px; height: 520px; background: var(--blue); top: -220px; left: -120px; }
.hero-glow-2 { width: 420px; height: 420px; background: var(--orange); bottom: -240px; right: 22%; opacity: .25; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 440px); gap: 48px; align-items: center; }
.hero h1 { color: var(--hero-text); margin: 18px 0 16px; }
.hero .lead { font-size: 18px; max-width: 520px; color: rgba(255, 255, 255, .85); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); padding: 7px 14px 7px 7px; border-radius: 999px; font-size: 13px; color: #fff; }
.hero-badge b { background: var(--orange); color: #fff; border-radius: 999px; padding: 3px 10px; font-weight: 800; }
.hero-points { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; font-weight: 600; font-size: 15px; }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { color: #7BE3B0; }
.hero-stats { display: flex; gap: 28px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); flex-wrap: wrap; }
.hero-stat b { display: block; font-family: var(--font-heading); font-size: 26px; font-weight: 700; }
.hero-stat span { font-size: 13px; color: rgba(255, 255, 255, .7); }

/* lead card */
.lead-card { background: var(--card); color: var(--text); border-radius: var(--radius-lg); padding: 26px 26px 20px; box-shadow: var(--shadow); position: relative; }
.lead-head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.lead-ico { width: 40px; height: 40px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.lead-card h3 { margin: 0; font-size: 19px; }
.lead-sub { color: var(--muted); font-size: 14px; margin: 6px 0 16px; }
.lead-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 14px; }
.lead-products input { position: absolute; opacity: 0; pointer-events: none; }
.lead-products label { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 8px; border: 1.5px solid var(--line); border-radius: 12px; font-weight: 700; font-size: 13px; cursor: pointer; color: var(--ink); transition: .15s; user-select: none; }
.lead-products input:checked + label { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-deep); }
.lead-products input:focus-visible + label { outline: 2px solid var(--blue); outline-offset: 2px; }
.lp-ico { width: 18px; height: 18px; display: inline-block; background: currentColor; -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.lp-ico-car { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14M3 12l2-5h14l2 5v6H3z'/%3E%3Ccircle cx='7.5' cy='16.5' r='1.5'/%3E%3Ccircle cx='16.5' cy='16.5' r='1.5'/%3E%3C/svg%3E"); }
.lp-ico-globe { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E"); }
.lp-ico-shield { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"); }
.lp-ico-plane { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M10 13L3 11l1-2 8 1 5-6 2 1-3 7 4 4-1 2-5-2-3 4-2-1z'/%3E%3C/svg%3E"); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field label .opt { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; font: 500 15px var(--font-body); color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
.field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(26, 114, 196, .15); }
.field input.invalid { border-color: var(--red); }
.field .hint { font-size: 12px; color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-status { font-size: 14px; margin: 10px 0 0; min-height: 0; color: var(--muted); }
.form-status.error { color: var(--red); font-weight: 600; }
.form-status.ok { color: var(--green); font-weight: 600; }
.form-status:empty { display: none; }
.form-note { font-size: 12px; color: var(--muted); margin: 10px 0 0; text-align: center; }
.lead-done { text-align: center; padding: 22px 6px 10px; }
.lead-done-ico { width: 72px; height: 72px; border-radius: 50%; background: #E3F6EE; color: var(--green); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }

/* sections */
.section { padding: clamp(48px, 7vw, 84px) 0; }
.sec-head { margin-bottom: 34px; }
.sec-head.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.sec-head p { color: var(--muted); font-size: 17px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }

/* steps */
.steps { padding-bottom: 20px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; position: relative; }
.step-num { width: 44px; height: 44px; border-radius: 14px; background: var(--ink); color: #fff; font-family: var(--font-heading); font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step h3 { font-size: 18px; }
.step p { color: var(--muted); margin: 0; font-size: 15px; }

/* products */
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.product { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product h3 { font-size: 17px; margin-bottom: 8px; }
.product p { color: var(--muted); font-size: 14.5px; }
.product-points { list-style: none; padding: 0; margin: 4px 0 18px; font-size: 14px; }
.product-points li { padding: 5px 0 5px 24px; position: relative; }
.product-points li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: var(--blue-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A72C4' stroke-width='3.5'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 8px no-repeat; }
.product .btn { margin-top: auto; align-self: flex-start; }
.product-ico { width: 52px; height: 52px; border-radius: 16px; background: var(--blue-soft); margin-bottom: 16px; position: relative; }
.product-ico::after { content: ""; position: absolute; inset: 13px; background: var(--blue); -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.product-ico-car { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14M3 12l2-5h14l2 5v6H3z'/%3E%3Ccircle cx='7.5' cy='16.5' r='1.5'/%3E%3Ccircle cx='16.5' cy='16.5' r='1.5'/%3E%3C/svg%3E"); }
.product-ico-globe { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E"); }
.product-ico-shield { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"); }
.product-ico-plane { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M10 13L3 11l1-2 8 1 5-6 2 1-3 7 4 4-1 2-5-2-3 4-2-1z'/%3E%3C/svg%3E"); }

/* policy check */
.check-card { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--card); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.check-form { padding: 38px 36px; }
.check-form p { color: var(--muted); }
.check-type { display: inline-flex; background: var(--surface); border-radius: 12px; padding: 4px; gap: 4px; margin: 6px 0 14px; }
.check-type button { border: 0; background: transparent; padding: 9px 14px; border-radius: 9px; font: 700 14px var(--font-body); color: var(--muted); cursor: pointer; }
.check-type button.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.check-by { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chip { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line); font-size: 14px; font-weight: 600; cursor: pointer; color: var(--muted); }
.chip input { position: absolute; opacity: 0; }
.chip.active { border-color: var(--blue); color: var(--blue-deep); background: var(--blue-soft); }
.check-result { background: linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%); color: #fff; padding: 36px; display: flex; align-items: center; }
.check-result-box { border: 1.5px dashed rgba(255, 255, 255, .3); border-radius: var(--radius); padding: 30px 24px; text-align: center; width: 100%; }
.check-shield { color: rgba(255, 255, 255, .6); margin-bottom: 12px; }
.check-result-box p { margin: 0; color: rgba(255, 255, 255, .85); font-size: 15px; }
.check-result-box code { display: inline-block; background: rgba(255, 255, 255, .12); padding: 4px 10px; border-radius: 8px; font-size: 18px; font-weight: 700; letter-spacing: .06em; margin: 8px 0; }
.check-result-box .btn { margin-top: 14px; }

/* insurers */
.comp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.comp { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 14px 18px; text-align: center; transition: transform .2s, box-shadow .2s; }
.comp:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.comp[data-site] { cursor: pointer; }
.comp-disc { position: absolute; top: 10px; right: 10px; background: var(--orange); color: #fff; font-weight: 800; font-size: 12px; padding: 3px 9px; border-radius: 999px; box-shadow: 0 6px 14px -6px rgba(247, 130, 30, .9); }
.comp-logo { height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.comp-logo img { max-height: 56px; max-width: 128px; object-fit: contain; }
.comp-mono { width: 60px; height: 60px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 18px; }
.comp-name { font-weight: 700; font-size: 14.5px; }

/* faq */
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: start; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 10px; padding: 0 20px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 36px 18px 0; font-weight: 700; position: relative; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: absolute; right: 0; top: 50%; width: 22px; height: 22px; margin-top: -11px; border-radius: 50%; background: var(--blue-soft); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--blue); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 10px; height: 2px; border-radius: 2px; transition: transform .2s; }
.faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 0 18px; color: var(--muted); font-size: 15px; }

/* callback */
.callback { padding-top: 0; }
.callback-card { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: linear-gradient(135deg, var(--orange) 0%, #FFA24B 100%); color: #fff; border-radius: var(--radius-lg); padding: 38px 40px; box-shadow: 0 24px 50px -30px rgba(226, 106, 12, .8); }
.callback-card h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 6px; }
.callback-card p { margin: 0; color: rgba(255, 255, 255, .9); }
.callback-form { display: flex; gap: 10px; flex-wrap: wrap; position: relative; }
.callback-form input[type=tel] { flex: 1 1 200px; padding: 14px 16px; border-radius: 12px; border: 0; font: 600 15px var(--font-body); color: var(--ink); }
.callback-form .btn-primary { background: var(--ink); box-shadow: none; }
.callback-form .btn-primary:hover { background: var(--ink-2); }
.callback-form .form-status { flex-basis: 100%; color: #fff; }
.callback-form .form-status.error { color: #FFF3E8; }

/* footer */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .8); padding: 56px 0 0; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.footer-logo { font-family: var(--font-heading); font-weight: 700; font-size: 22px; color: #fff; margin-bottom: 12px; }
.footer-about p { font-size: 14px; max-width: 360px; }
.footer-social { display: flex; gap: 14px; margin-top: 10px; }
.footer-social a { color: #fff; font-weight: 600; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: 14px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer-links { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255, 255, 255, .85); }
.footer-links .muted { color: rgba(255, 255, 255, .5); font-size: 13px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; padding: 18px 0 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: rgba(255, 255, 255, .55); }
.footer-bottom a { color: rgba(255, 255, 255, .7); }

/* floating buttons */
.float-buttons { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 60; }
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 12px 24px -10px rgba(10, 53, 99, .6); border: 0; cursor: pointer; transition: transform .15s; }
.float-btn:hover { transform: scale(1.06); }
.float-tg { background: #229ED9; }
.float-viber { background: #7360F2; }
.float-wa { background: #25D366; }
.float-top { background: var(--ink); }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* error page */
.error-card { background: var(--card); border-radius: var(--radius-lg); padding: 48px; text-align: center; max-width: 640px; margin: 0 auto; box-shadow: var(--shadow); }

/* responsive */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .hero-text { text-align: center; }
    .hero .lead { margin: 0 auto; }
    .hero-points { justify-content: center; }
    .hero-stats { justify-content: center; }
    .lead-card { max-width: 520px; margin: 0 auto; width: 100%; }
    .steps-grid { grid-template-columns: 1fr; }
    .check-card { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; gap: 16px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .callback-card { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .wrap { width: calc(100% - 32px); }
    .header-phone { display: none; }
    .header-actions .btn-ghost { display: none; }
    .header-actions .btn { padding: 10px 16px; font-size: 14px; }
    .logo-text { font-size: 19px; }
    .hero { padding: 36px 0 44px; }
    .hero-stats { gap: 18px; }
    .hero-stat b { font-size: 22px; }
    .lead-card { padding: 20px 18px 16px; }
    .lead-products { grid-template-columns: 1fr 1fr; }
    .check-form, .check-result { padding: 26px 20px; }
    .comp-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .callback-card { padding: 28px 22px; }
    .float-buttons { right: 12px; bottom: 12px; flex-direction: row; gap: 8px; }
    .float-btn { width: 44px; height: 44px; }
}

/* ===== NIGHT overrides ===== */
:root { --surface: #0B1626; --header-bg: rgba(11, 22, 38, .88); --hero-from: #07101F; --hero-to: #0B3A6E; --blue-light: #7CC0FF; }
.site-header { border-bottom-color: rgba(255, 255, 255, .08); }
.site-header.scrolled { box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .8); }
.logo, .logo-text, .header-phone { color: #fff; }
.logo-mark { color: var(--blue-light); }
.header-phone-hours { color: rgba(255, 255, 255, .6); }
.header-actions .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .25); }
.header-actions .btn-ghost:hover { color: #fff; border-color: #fff; }
.hero { border-bottom: 1px solid rgba(255, 255, 255, .06); }
.sec-head h2, .section > .wrap > .sec-head h2, .faq .sec-head h2 { color: #fff; }
.sec-head p { color: rgba(255, 255, 255, .7); }
.eyebrow { color: var(--blue-light); }
.step, .product, .comp, .faq-item, .check-card { border-color: rgba(255, 255, 255, .06); box-shadow: 0 20px 40px -30px rgba(0, 0, 0, .9); }
.step:hover, .product:hover, .comp:hover { box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .9); }
.check-result { background: linear-gradient(160deg, #07101F 0%, #0B3A6E 100%); }
.site-footer { background: #050D1A; border-top: 1px solid rgba(255, 255, 255, .06); }
.float-top { background: var(--blue); }
.error-card { box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .9); }
