:root {
    --bg: #090a0c;
    --bg-soft: #101216;
    --panel: #15181d;
    --panel-2: #1a1e24;
    --line: rgba(255,255,255,.1);
    --line-strong: rgba(255,255,255,.18);
    --text: #f4f5f7;
    --muted: #a4a8b2;
    --accent: #ff3b18;
    --accent-2: #ff671f;
    --success: #65d597;
    --danger: #ff6b63;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(0,0,0,.36);
    --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font: 400 15px/1.58 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.9rem, 5.4vw, 5.5rem); text-transform: uppercase; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); text-transform: uppercase; }
h3 { font-size: 1.28rem; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 3px solid #ff8b6b; outline-offset: 3px; }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.section-pad { padding: 92px 0; }
.center { display: flex; justify-content: center; margin-top: 42px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-180%); background: #fff; color: #000; padding: 10px 15px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: #ff8668; font-size: .78rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); max-width: 500px; font-size: .93rem; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; padding: 13px 22px; cursor: pointer; font-weight: 850; font-size: .88rem; line-height: 1.2; text-align: center; overflow-wrap: break-word; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button-primary { background: linear-gradient(135deg, #ff3315, #ff6c25); color: #fff; box-shadow: 0 14px 38px rgba(255,59,24,.3); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(255,59,24,.42); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--line-strong); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.button-light, .button-white { background: #fff; color: #111318; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.button-dark { background: #101115; color: #fff; border-color: rgba(255,255,255,.25); }
.button-link { background: transparent; border-bottom-color: var(--line-strong); border-radius: 0; padding-inline: 4px; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: .82rem; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgba(9,10,12,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 26px; transition: height .3s; }
.is-scrolled .header-inner { height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; transform: skew(-8deg); border: 2px solid var(--accent); border-radius: 7px; color: #fff; background: linear-gradient(135deg, rgba(255,59,24,.2), transparent); font-family: Impact, sans-serif; font-size: 1.35rem; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Impact, sans-serif; letter-spacing: .06em; font-size: 1.08rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .55rem; letter-spacing: .2em; }
.site-nav { margin-inline: auto; display: flex; gap: clamp(13px, 1.6vw, 28px); align-items: center; }
.site-nav a { position: relative; color: #c9cbd0; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions .button-ghost { border-color: rgba(255,94,61,.5); background: rgba(255,59,24,.13); color: #fff; box-shadow: 0 8px 26px rgba(255,59,24,.12); }
.header-actions .button-ghost:hover { border-color: var(--accent); background: rgba(255,59,24,.24); }
.phone-link { display: flex; flex-direction: column; font-size: .84rem; font-weight: 800; line-height: 1.25; white-space: nowrap; }
.phone-link span { color: var(--accent); font-size: .63rem; letter-spacing: .16em; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 9px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { --hero-image: none; position: relative; min-height: 780px; overflow: hidden; padding: 150px 0 34px; background: #090a0c; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.88) 38%, rgba(8,9,11,.35) 72%, rgba(8,9,11,.55) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 35%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; width: 800px; height: 800px; left: -360px; top: -250px; background: radial-gradient(circle, rgba(255,59,24,.19), transparent 67%); pointer-events: none; }
.hero-noise { position: absolute; inset: 0; opacity: .13; background-image: repeating-linear-gradient(110deg, transparent 0 15px, rgba(255,255,255,.025) 16px 17px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .5fr); gap: clamp(38px, 6vw, 78px); align-items: center; }
.hero-grid > *, .section-heading > *, .turnkey-card > *, .calculator-grid > *, .repair-grid > *, .contact-card > *, .footer-grid > * { min-width: 0; }
.hero-copy h1 { max-width: 780px; margin: 20px 0 22px; font-size: clamp(3rem, 5.4vw, 5.6rem); line-height: .94; text-shadow: 0 5px 40px rgba(0,0,0,.5); }
.hero-copy h1::first-line { color: #fff; }
.hero-lead { max-width: 650px; margin-bottom: 24px; color: #c6c9cf; font-size: clamp(.96rem, 1.2vw, 1.12rem); }
.live-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,94,61,.35); border-radius: 999px; background: rgba(255,59,24,.08); color: #ffd7ce; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-badge > span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,59,24,.13); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(255,59,24,0); } }
.hero-buttons { gap: 10px; }
.hero-buttons .button-primary { min-height: 58px; min-width: 224px; padding-inline: 26px; }
.hero-buttons .button-light { min-height: 56px; border: 1px solid rgba(255,255,255,.8); }
.hero-buttons .button-link { min-height: 44px; color: #f5f6f8; }
.hero-phone { margin-top: 24px; display: flex; align-items: center; gap: 16px; }
.hero-phone span { color: var(--muted); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-phone a { font-size: 1.12rem; font-weight: 900; border-bottom: 1px solid var(--line-strong); }
.hero-panel { padding: 25px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,27,32,.86), rgba(10,11,13,.8)); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.hero-panel-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.hero-panel-top span { color: #ff8163; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-panel-top strong { text-align: right; font-size: 1.1rem; line-height: 1.25; text-transform: uppercase; }
.check-list { list-style: none; padding: 15px 0; margin: 0; }
.check-list li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #d5d7dc; font-size: .86rem; }
.check-list li span { color: var(--accent); font: 800 .67rem/1 ui-monospace, monospace; }
.hero-panel > a { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; padding: 13px 14px; border: 1px solid rgba(255,91,51,.32); border-radius: 9px; background: rgba(255,59,24,.1); color: #fff; font-size: .78rem; font-weight: 850; }
.hero-panel > a:hover { border-color: var(--accent); background: rgba(255,59,24,.18); }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.hero-stats > div { display: flex; flex-direction: column; padding: 23px 26px; border-right: 1px solid var(--line); }
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats strong { font-size: 1.1rem; text-transform: uppercase; }
.hero-stats span { color: var(--muted); font-size: .72rem; }

.urgent { padding-top: 34px; padding-bottom: 40px; }
.urgent-card { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; padding: 30px 34px; border-radius: var(--radius); background: linear-gradient(110deg, #ff3517, #ff5b1b 66%, #f74117); box-shadow: 0 24px 80px rgba(255,59,24,.2); }
.urgent-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.urgent .eyebrow { color: rgba(255,255,255,.76); margin-bottom: 8px; }
.urgent h2 { margin: 0 0 5px; font-size: clamp(2rem, 3.2vw, 3.5rem); }
.urgent p { max-width: 700px; margin: 0; color: rgba(255,255,255,.83); }
.urgent-actions { min-width: 220px; display: grid; gap: 9px; }
.urgent-actions small { text-align: center; color: rgba(255,255,255,.76); font-size: .65rem; }

.services-section { background: linear-gradient(180deg, var(--bg), #0d0f12); }
.service-tabs, .work-filters { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 9px; margin-bottom: 28px; scrollbar-width: thin; }
.service-tabs button, .work-filters button { min-width: max-content; min-height: 42px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #101216; color: var(--muted); cursor: pointer; font-size: .76rem; font-weight: 800; }
.service-tabs button.is-active, .work-filters button.is-active { background: #fff; color: #0e0f12; border-color: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,98,60,.55); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.service-card[hidden] { display: none; }
.service-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.8); }
.service-card-body { height: 100%; display: flex; flex-direction: column; padding: 24px; }
.service-icon { position: absolute; top: 20px; right: 20px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(8,9,11,.6); color: var(--accent); font-weight: 900; }
.service-category { margin-bottom: 15px; color: #ff8265; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { max-width: 85%; margin-bottom: 12px; line-height: 1.08; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.service-bottom strong { max-width: 60%; font-size: 1.05rem; }
.service-bottom button { min-height: 38px; padding: 8px 11px; border: 1px solid rgba(255,87,48,.38); border-radius: 8px; background: rgba(255,59,24,.1); color: #fff; cursor: pointer; font-size: .74rem; font-weight: 850; }
.service-bottom button:hover { border-color: var(--accent); background: rgba(255,59,24,.2); }
.service-actions { display: flex; align-items: center; gap: 10px; }
.service-actions a { color: var(--muted); font-size: .72rem; font-weight: 700; }
.service-featured { background: linear-gradient(145deg, #29201e, #17191d); border-color: rgba(255,83,38,.45); }
.price-note { margin: 26px 0 0; padding-left: 16px; border-left: 3px solid var(--accent); color: var(--muted); font-size: .8rem; }

.turnkey { background: #0d0f12; }
.turnkey-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 28px; background: linear-gradient(145deg, #171a1f, #0f1114); box-shadow: var(--shadow); }
.turnkey-copy { padding: clamp(35px, 6vw, 74px); }
.turnkey-copy h2 { margin-bottom: 25px; }
.turnkey-copy > p { color: var(--muted); font-size: .94rem; }
.turnkey-price { display: grid; gap: 3px; margin: 30px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.turnkey-price span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.turnkey-price strong { font-size: 1.25rem; }
.turnkey-visual { position: relative; min-height: 540px; }
.turnkey-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #15181d, transparent 32%), linear-gradient(0deg, rgba(9,10,12,.55), transparent 45%); }
.turnkey-visual img { width: 100%; height: 100%; object-fit: cover; }
.corner-note { position: absolute; z-index: 1; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(8,9,11,.75); backdrop-filter: blur(10px); }
.corner-note strong { color: var(--accent); }
.corner-note span { font-size: .68rem; line-height: 1.3; text-transform: uppercase; }

.process-section { position: relative; background: #0a0b0d; }
.process-grid { list-style: none; counter-reset: process; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.process-grid li { min-height: 245px; padding: 30px; background: #111318; }
.process-grid li > span { display: inline-block; margin-bottom: 60px; color: var(--accent); font: 800 .72rem/1 ui-monospace, monospace; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.calculator-section { position: relative; background: radial-gradient(circle at 20% 40%, rgba(255,59,24,.08), transparent 28%), #111318; }
.calculator-grid { display: grid; grid-template-columns: .7fr 1.2fr; gap: clamp(40px,8vw,110px); align-items: start; }
.calculator-copy { position: sticky; top: 120px; }
.calculator-copy h2 { margin-bottom: 24px; }
.calculator-copy > p { color: var(--muted); font-size: .94rem; }
.plain-checks { list-style: none; display: grid; gap: 12px; padding: 25px 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plain-checks li { display: flex; gap: 10px; align-items: center; font-size: .9rem; }
.plain-checks li::before { content: "✓"; color: var(--accent); font-weight: 900; }
.calculator-phone { display: grid; margin-top: 25px; }
.calculator-phone span { color: var(--muted); font-size: .72rem; }
.calculator-phone a { font-size: 1.25rem; font-weight: 900; }
.calculator-card, .repair-form-wrap { padding: clamp(25px, 4vw, 44px); border: 1px solid var(--line-strong); border-radius: 24px; background: rgba(12,14,17,.88); box-shadow: var(--shadow); }
.form-step-label { display: flex; gap: 10px; align-items: center; margin: 25px 0 16px; font-weight: 900; text-transform: uppercase; }
.form-step-label:first-of-type { margin-top: 0; }
.form-step-label span { color: var(--accent); font: 800 .72rem/1 ui-monospace, monospace; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.lead-form { display: grid; gap: 15px; }
.lead-form label { display: grid; gap: 7px; color: #d7d9dd; font-size: .78rem; font-weight: 700; }
.lead-form input:not([type=checkbox]):not([type=file]), .lead-form select, .lead-form textarea, .admin-form input, .admin-form select, .admin-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: #0d0f12; color: #fff; transition: border-color .2s, box-shadow .2s; }
.lead-form textarea, .admin-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,59,24,.12); outline: 0; }
.check-stack { display: grid; gap: 7px; padding-top: 2px; }
.check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 9px !important; min-height: 32px; cursor: pointer; }
.check input { width: 18px; height: 18px; accent-color: var(--accent); }
.estimate-output { display: grid; padding: 22px; margin: 5px 0; border: 1px solid rgba(255,83,38,.35); border-radius: 14px; background: linear-gradient(135deg, rgba(255,59,24,.13), rgba(255,100,32,.04)); }
.estimate-output span { color: #ff9e87; font-size: .7rem; text-transform: uppercase; }
.estimate-output strong { margin: 4px 0; font-size: 2.1rem; line-height: 1.2; }
.estimate-output small { max-width: 570px; color: var(--muted); font-size: .7rem; }
.consent { color: var(--muted) !important; font-weight: 500 !important; }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-message { display: none; padding: 12px 14px; border-radius: 8px; font-size: .82rem; }
.form-message.is-visible { display: block; }
.form-message.is-success { background: rgba(101,213,151,.12); color: #9ce9ba; border: 1px solid rgba(101,213,151,.3); }
.form-message.is-error { background: rgba(255,107,99,.1); color: #ff9b95; border: 1px solid rgba(255,107,99,.3); }

.repair-estimate { background: #0d0f12; }
.repair-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; align-items: stretch; }
.repair-visual { position: relative; overflow: hidden; min-height: 760px; border-radius: 24px; }
.repair-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,10,.75), transparent 60%); }
.repair-visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-label { position: absolute; z-index: 1; inset: auto 25px 25px; display: grid; }
.visual-label strong { font-size: 1.2rem; }
.visual-label span { color: #c3c5ca; font-size: .75rem; }
.repair-form-wrap h2 { margin-bottom: 20px; }
.repair-form-wrap > p { color: var(--muted); }
.file-drop { display: flex !important; flex-direction: column; align-items: center; padding: 24px; border: 1px dashed var(--line-strong); border-radius: 12px; background: #0d0f12; text-align: center; cursor: pointer; }
.file-drop:hover { border-color: var(--accent); }
.file-drop input { position: absolute; opacity: 0; pointer-events: none; }
.file-drop-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,59,24,.12); color: var(--accent); font-size: 1.4rem; }
.file-drop small { color: var(--muted); font-weight: 400; }
.file-drop em { color: #ff9379; font-style: normal; font-size: .72rem; }

.works-section { background: #090a0c; }
.works-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.work-card[hidden] { display: none; }
.before-after { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #050607; }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.compare-after { position: absolute; inset: 0; }
.compare-before { position: absolute; inset: 0; width: var(--position); overflow: hidden; border-right: 2px solid #fff; }
.compare-before img { max-width: none; width: calc(100% / (var(--position) / 100%)); min-width: 100%; }
.before-after input { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-handle { position: absolute; z-index: 2; left: var(--position); top: 50%; translate: -50% -50%; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: rgba(8,9,11,.65); box-shadow: 0 5px 20px rgba(0,0,0,.4); }
.compare-label { position: absolute; z-index: 2; top: 15px; padding: 6px 10px; border-radius: 999px; background: rgba(8,9,11,.7); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.label-before { left: 15px; }.label-after { right: 15px; }
.compare-fullscreen { position: absolute; z-index: 4; right: 15px; bottom: 15px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(8,9,11,.72); color: #fff; cursor: pointer; }
.work-info { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 24px; }
.work-info span { color: #ff8d72; font-size: .68rem; text-transform: uppercase; }
.work-info h3 { margin: 4px 0; }
.work-info > strong { align-self: start; padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .68rem; }
.work-info > p, .work-info > ul { grid-column: 1/-1; }
.work-info > p { margin: 5px 0; color: var(--muted); font-size: .84rem; }
.work-price { grid-column: 1/-1; color: #ff8d72 !important; font-size: .78rem !important; font-weight: 800; }
.work-info ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 8px 0 0; }
.work-info li { padding: 6px 9px; border-radius: 6px; background: rgba(255,255,255,.05); color: #c9cbd0; font-size: .68rem; }
.work-thumbs { grid-column: 1/-1; display: flex; gap: 8px; overflow-x: auto; }
.work-thumbs button { flex: 0 0 72px; width: 72px; height: 56px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #0c0e11; cursor: pointer; }
.work-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.empty-state { padding: 50px; border: 1px dashed var(--line-strong); border-radius: 20px; text-align: center; }

.advantages-section { background: #f3f1ed; color: #111318; }
.advantages-section .eyebrow { color: #e33b1b; }
.advantages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(0,0,0,.12); border-radius: 20px; overflow: hidden; background: rgba(0,0,0,.12); }
.advantage { min-height: 250px; padding: 30px; background: #f3f1ed; }
.advantage > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 55px; border: 1px solid rgba(0,0,0,.16); border-radius: 50%; color: #ec4020; font-weight: 900; }
.advantage h3 { margin-bottom: 9px; }
.advantage p { margin: 0; color: #5f6269; font-size: .86rem; }

.reviews-section { background: #111318; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review-card { min-height: 320px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #181b20, #121419); }
.stars { color: #ff6d47; letter-spacing: .1em; }
.review-card blockquote { margin: 26px 0; color: #e8e9ec; font-size: .94rem; line-height: 1.68; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #272b32; color: #ff7b5b; font-weight: 900; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.review-card footer div:last-child { display: grid; }
.review-card footer span { color: var(--muted); font-size: .7rem; }

.faq-section { background: #0c0e11; }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(45px, 8vw, 120px); }
.faq-copy { position: sticky; top: 120px; align-self: start; }
.faq-copy p { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line-strong); }
.accordion details:last-child { border-bottom: 1px solid var(--line-strong); }
.accordion summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--accent); font-size: 1.3rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 0 24px; padding-right: 45px; color: var(--muted); }

.contact-section { background: #0b0c0e; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 28px; background: #15181d; }
.contact-copy { padding: clamp(32px, 5vw, 66px); }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p { max-width: 580px; color: var(--muted); }
.contact-number { display: inline-block; margin: 20px 0 30px; font-size: clamp(1.7rem, 3.5vw, 3rem); font-weight: 900; line-height: 1; border-bottom: 2px solid var(--accent); }
.hours-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 30px; }
.hours-grid > div { display: grid; gap: 4px; padding: 15px 0; border-top: 1px solid var(--line); }
.hours-grid span { color: var(--muted); font-size: .7rem; }
.hours-grid strong { font-size: .82rem; }
.map-card { min-height: 560px; background: radial-gradient(circle at 50% 45%, rgba(255,72,35,.25), transparent 5%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 70px), repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 70px), #0f1114; }
.map-card iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.85); }
.map-placeholder { height: 100%; min-height: 560px; display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; }
.map-pin { width: 28px; height: 28px; display: grid; place-items: center; color: var(--accent); filter: drop-shadow(0 0 12px var(--accent)); }
.map-placeholder strong { font-size: 1.2rem; }
.map-placeholder p { color: var(--muted); }
.map-placeholder a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; padding: 10px 16px; border: 1px solid rgba(255,87,48,.42); border-radius: 8px; background: rgba(255,59,24,.11); font-size: .76rem; font-weight: 850; }

.site-footer { padding: 75px 0 24px; border-top: 1px solid var(--line); background: #08090b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 45px; }
.footer-grid h2 { margin-bottom: 18px; font: 800 .75rem/1.2 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { max-width: 360px; color: var(--muted); font-size: .78rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:not(.brand) { color: #bfc2c8; font-size: .78rem; }
.footer-grid a:hover { color: #fff; }
.brand-footer { margin-bottom: 20px; }
.footer-phone { font-size: 1rem !important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: #737780; font-size: .68rem; }
.floating-call { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 12px 35px rgba(255,59,24,.38); font-size: 1.4rem; }
.mobile-bar { display: none; }

.modal { position: fixed; z-index: 300; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,4,5,.78); backdrop-filter: blur(7px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(26px, 5vw, 42px); border: 1px solid var(--line-strong); border-radius: 20px; background: #15181d; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.modal-card h2 { margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.modal-card > p { color: var(--muted); }
.modal-card-urgent { border-color: rgba(255,75,36,.36); background: radial-gradient(circle at 20% 0,rgba(255,75,36,.12),transparent 32%),#15181d; }
.modal-card-urgent h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.urgent-direct-call { display: block; padding: 3px 0; color: #ff9b83; font-size: .78rem; font-weight: 800; text-align: center; }
.urgent-direct-call:hover { color: #fff; }
.modal-close { position: absolute; right: 14px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; font-size: 1.5rem; }
.optional { color: #777b84; font-weight: 400; }
.modal-card-simple { text-align: center; }
.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,3,4,.94); }
.lightbox img { max-width: min(1400px, 94vw); max-height: 88vh; object-fit: contain; }
.lightbox button { position: fixed; right: 20px; top: 20px; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: #15181d; color: #fff; cursor: pointer; font-size: 1.5rem; }

.page-hero { padding: 190px 0 70px; background: radial-gradient(circle at 20% 30%, rgba(255,59,24,.12), transparent 30%), #0e1013; }
.page-hero h1 { margin-bottom: 10px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { color: var(--muted); }
.legal { padding: 80px 0 120px; }
.prose h2 { margin-top: 38px; font: 800 1.5rem/1.2 Inter, sans-serif; text-transform: none; letter-spacing: -.02em; }
.prose p, .prose li { color: #babdc4; }
.prose a:not(.button) { color: #ff8266; text-decoration: underline; }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 150px 0 80px; background: radial-gradient(circle at center, rgba(255,59,24,.13), transparent 36%), #0c0e10; }
.thank-you-card { text-align: center; }
.thank-you-card h1 { font-size: clamp(3rem, 7vw, 6rem); }
.thank-you-card > p { max-width: 650px; margin-inline: auto; color: var(--muted); font-size: 1.1rem; }
.thank-you-card .button-row { justify-content: center; margin-top: 30px; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: rgba(101,213,151,.12); border: 1px solid rgba(101,213,151,.4); color: var(--success); font-size: 2rem; }

@media (max-width: 1120px) {
    .site-nav { display: none; }
    .menu-toggle { display: block; order: 3; margin-left: auto; }
    .header-actions { margin-left: auto; }
    .site-nav.is-open { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 10px 20px 24px; background: rgba(9,10,12,.97); border-bottom: 1px solid var(--line); }
    .site-nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr); gap: 35px; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-panel { display: none; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 720px); }
    .section-pad { padding: 70px 0; }
    .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 35px; }
    .header-inner { height: 72px; }
    .header-actions .button { display: none; }
    .phone-link { font-size: .75rem; }
    .hero { min-height: auto; padding-top: 120px; padding-bottom: 0; }
    .hero::before { background-image: linear-gradient(0deg, #090a0c 0%, rgba(9,10,12,.74) 48%, rgba(9,10,12,.65) 100%), var(--hero-image); background-position: 63% center; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy h1 { max-width: 700px; font-size: clamp(2.75rem, 6.3vw, 4.2rem); }
    .hero-panel { display: none; }
    .hero-stats { grid-template-columns: repeat(2,1fr); margin-top: 42px; }
    .hero-stats > div { padding: 18px 12px; border-bottom: 1px solid var(--line); }
    .hero-stats > div:nth-child(2) { border-right: 0; }
    .urgent-card { grid-template-columns: auto 1fr; }
    .urgent-actions { grid-column: 1/-1; grid-template-columns: repeat(2,1fr); }
    .urgent-actions small { grid-column: 1/-1; }
    .turnkey-card, .calculator-grid, .repair-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
    .turnkey-visual { min-height: 400px; order: -1; }
    .turnkey-visual::after { background: linear-gradient(0deg, #15181d, transparent 38%); }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .calculator-copy, .faq-copy { position: static; }
    .repair-visual { min-height: 420px; }
    .advantages-grid, .reviews-grid { grid-template-columns: repeat(2,1fr); }
    .works-grid { grid-template-columns: 1fr; }
    .map-card, .map-placeholder { min-height: 420px; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 24px); --radius: 16px; }
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    h2 { font-size: clamp(2.05rem, 9.5vw, 3rem); line-height: 1.02; }
    h3 { font-size: 1.2rem; }
    .section-pad { padding: 58px 0; }
    .brand strong { font-size: .92rem; }
    .brand small { font-size: .47rem; }
    .brand-mark { width: 34px; height: 34px; }
    .header-actions { display: none; }
    .menu-toggle { margin-left: auto; }
    .hero { padding-top: 104px; }
    .hero-copy h1 { margin: 17px 0 20px; font-size: clamp(2.35rem, 10vw, 3.35rem); line-height: .97; }
    .hero-lead { margin-bottom: 20px; font-size: .92rem; }
    .live-badge { max-width: 100%; font-size: .66rem; letter-spacing: .06em; }
    .hero-buttons { align-items: stretch; }
    .hero-buttons .button { width: 100%; }
    .hero-buttons .button-primary, .hero-buttons .button-light { min-height: 54px; }
    .hero-buttons .button-link { min-height: 46px; border: 1px solid var(--line-strong); border-radius: 10px; padding-inline: 15px; }
    .hero-phone { justify-content: space-between; }
    .hero-phone span { font-size: .64rem; }
    .hero-phone a { font-size: .98rem; }
    .hero-stats { width: 100%; }
    .hero-stats > div:first-child { padding-left: 12px; }
    .hero-stats strong { font-size: .92rem; }
    .urgent { padding: 18px 0 25px; }
    .urgent-card { grid-template-columns: 1fr; padding: 22px; }
    .urgent-icon { width: 48px; height: 48px; }
    .urgent-actions { grid-column: auto; grid-template-columns: 1fr; }
    .urgent-actions small { grid-column: auto; }
    .service-grid, .advantages-grid, .reviews-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 300px; }
    .turnkey-visual { min-height: 320px; }
    .turnkey-copy, .calculator-card, .repair-form-wrap { padding: 22px; }
    .process-grid li { min-height: 210px; }
    .process-grid li > span { margin-bottom: 40px; }
    .form-grid { grid-template-columns: 1fr; }
    .repair-visual { min-height: 330px; }
    .work-info { grid-template-columns: 1fr; }
    .work-info > strong { justify-self: start; }
    .hours-grid { grid-template-columns: 1fr; }
    .contact-number { font-size: 1.55rem; }
    .contact-card { border-radius: 18px; }
    .map-card, .map-placeholder { min-height: 340px; }
    .site-footer { padding-bottom: 15px; }
    .footer-bottom { flex-direction: column; }
    .floating-call { display: none; }
    .mobile-bar { position: fixed; z-index: 110; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); min-height: calc(68px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line-strong); background: rgba(10,11,13,.97); backdrop-filter: blur(16px); }
    .mobile-bar a, .mobile-bar button { min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; padding: 7px 4px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #fff; font-size: .63rem; line-height: 1.15; font-weight: 800; text-align: center; overflow-wrap: anywhere; cursor: pointer; }
    .mobile-bar button { background: linear-gradient(135deg, rgba(255,51,21,.95), rgba(255,108,37,.95)); box-shadow: 0 0 30px rgba(255,59,24,.2); }
    .mobile-bar button span { color: #fff; }
    .mobile-bar span { color: var(--accent); font-size: 1.1rem; }
    .modal { padding: 10px; align-items: end; }
    .modal-card { width: 100%; max-height: calc(100vh - 12px); max-height: calc(100dvh - 12px); padding: 24px 18px calc(18px + env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0; }
    .modal-card h2 { padding-right: 35px; font-size: clamp(2rem, 10vw, 2.8rem); }
    .page-hero { padding-top: 130px; }
    .legal { padding: 55px 0 80px; }
}

@media (max-width: 380px) {
    :root { --shell: calc(100% - 20px); }
    .header-inner { gap: 8px; }
    .brand { gap: 8px; }
    .brand strong { font-size: .84rem; }
    .brand small { letter-spacing: .14em; }
    .hero-copy h1 { font-size: clamp(2.25rem, 10vw, 2.8rem); }
    .live-badge { padding: 7px 9px; }
    .button { padding-inline: 15px; font-size: .82rem; }
    .hero-phone { align-items: flex-start; flex-direction: column; gap: 5px; }
    .hero-stats { grid-template-columns: 1fr; }
    .hero-stats > div { border-right: 0; }
    .hero-stats > div:first-child { padding-left: 12px; }
    .service-card-body, .work-info, .review-card, .advantage { padding: 20px; }
    .service-bottom { align-items: stretch; flex-direction: column; }
    .service-bottom strong { max-width: 100%; }
    .service-actions { justify-content: space-between; }
    .contact-number { font-size: 1.35rem; }
    .footer-bottom { overflow-wrap: anywhere; }
}

@media (max-height: 520px) and (max-width: 960px) and (orientation: landscape) {
    .header-inner, .is-scrolled .header-inner { height: 64px; }
    .site-nav.is-open { inset-block-start: 64px; max-height: calc(100dvh - 64px); overflow-y: auto; }
    .header-actions .button { display: none; }
    .hero { min-height: auto; padding: 92px 0 26px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; }
    .hero-copy h1 { font-size: clamp(2.45rem, 7vw, 4rem); }
    .hero-panel { display: none; }
    .hero-stats { grid-template-columns: repeat(4,1fr); margin-top: 30px; }
}

@media (pointer: coarse) {
    .button, .service-tabs button, .work-filters button, .accordion summary, .compare-fullscreen, .modal-close { min-height: 46px; }
    .site-nav.is-open a { min-height: 48px; display: flex; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
