/* ============ 24 Express Towing — design system ============ */
:root {
  --navy: #0b1220;
  --navy-2: #101a2e;
  --navy-3: #16233c;
  --amber: #f59e0b;
  --amber-2: #ffb020;
  --amber-dark: #d97706;
  --wa: #25d366;
  --wa-dark: #1da851;
  --ink: #0f172a;
  --slate: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #f6f7f9;
  --white: #ffffff;
  --danger: #dc2626;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(2, 6, 23, .08);
  --shadow-lg: 0 24px 60px rgba(2, 6, 23, .16);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; letter-spacing: .01em; text-transform: uppercase; font-weight: 700; }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }
.accent { color: var(--amber); }
.accent-dark { color: var(--amber-dark); }
.muted { color: var(--muted); font-size: .85rem; }
.nowrap { white-space: nowrap; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--amber); color: var(--navy); padding: 10px 16px; font-weight: 700; z-index: 1000; }
.skip-link:focus { left: 0; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* icons inside buttons */
.i { width: 18px; height: 18px; fill: currentColor; vertical-align: -3px; margin-right: 6px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--body); font-weight: 700; font-size: 15px; padding: 11px 20px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 15px 28px; font-size: 17px; border-radius: 12px; }
.btn-sm { padding: 6px 12px; font-size: 13px; }
.btn-amber { background: var(--amber); color: var(--navy); box-shadow: 0 8px 22px rgba(245, 158, 11, .35); }
.btn-amber:hover { background: var(--amber-2); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .3); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-glass { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .45); backdrop-filter: blur(6px); }
.btn-glass:hover { background: rgba(255, 255, 255, .25); }
.btn-dark-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-dark-outline:hover { background: var(--navy); color: #fff; }
.btn-danger { background: #fee2e2; color: var(--danger); border-color: #fecaca; }
.btn-danger:hover { background: var(--danger); color: #fff; }
.btn-block { width: 100%; }

/* top bar */
.topbar { background: var(--navy); color: #cbd5e1; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px; }
.topbar-24 { font-weight: 600; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.topbar-links { display: flex; gap: 18px; }
.topbar-links a { color: #cbd5e1; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.topbar-links a:hover { color: var(--amber-2); }
.topbar-links .i { width: 14px; height: 14px; margin: 0; fill: var(--amber); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; display: inline-block; animation: pulse 1.6s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .6); } 70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }

/* header */
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(11, 18, 32, .96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.brand-mark { flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: .02em; }
.brand-sub { font-size: .58rem; letter-spacing: .14em; color: var(--amber); font-weight: 700; }
.main-nav { display: flex; gap: 4px; }
.main-nav a { color: #cbd5e1; text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 13px; border-radius: 8px; }
.main-nav a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.main-nav a.active { color: var(--amber-2); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); padding: 9px 16px; }
.header-cta .btn-ghost:hover { background: rgba(255, 255, 255, .12); }
.header-cta .btn-amber { padding: 9px 18px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* hero */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; background: var(--navy); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5, 9, 18, .92) 22%, rgba(5, 9, 18, .55) 60%, rgba(5, 9, 18, .35)); }
.hero-inner { position: relative; z-index: 2; padding-top: 84px; padding-bottom: 96px; width: 100%; max-width: 1160px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(34, 197, 94, .15); border: 1px solid rgba(34, 197, 94, .4); color: #86efac; font-weight: 700; font-size: 14px; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 800; }
.hero-sub { color: #dbe3ee; font-size: clamp(1.02rem, 2vw, 1.22rem); max-width: 620px; margin: 18px 0 28px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.hero-ctas.center { justify-content: center; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 30px; color: #e2e8f0; font-weight: 600; font-size: 15px; }

/* section scaffolding */
.section { padding: 84px 0; }
.section-head { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-head h2 { margin: 10px 0 12px; }
.section-head p { color: var(--muted); font-size: 17px; }
.eyebrow { font-family: var(--body); font-weight: 800; font-size: 13px; letter-spacing: .18em; color: var(--slate); display: inline-block; margin-bottom: 6px; }
.eyebrow.amber { color: var(--amber-dark); }

/* quick quote */
.qq-section { padding: 0 0 84px; margin-top: -58px; position: relative; z-index: 5; }
.qq-card { background: var(--white); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 34px 36px 30px; border: 1px solid var(--line); }
.qq-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.qq-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.qq-head p { color: var(--muted); margin-top: 4px; }
.qq-steps { display: flex; align-items: center; max-width: 420px; margin: 0 auto 8px; }
.qq-dot { width: 34px; height: 34px; border-radius: 50%; background: var(--line); color: var(--muted); font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex: none; transition: all .25s ease; }
.qq-dot.active { background: var(--amber); color: var(--navy); box-shadow: 0 0 0 5px rgba(245, 158, 11, .2); }
.qq-dot.done { background: #22c55e; color: #fff; }
.qq-line { flex: 1; height: 3px; background: var(--line); border-radius: 2px; }
.qq-step-label { text-align: center; font-weight: 700; color: var(--slate); margin-bottom: 20px; font-size: 15px; }
.qq-panel { display: none; border: 0; }
.qq-panel.active { display: block; animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.svc-card { display: flex; flex-direction: column; align-items: center; gap: 8px; border: 2px solid var(--line); border-radius: 12px; padding: 16px 10px; cursor: pointer; font-weight: 600; font-size: 14px; text-align: center; transition: all .15s ease; background: #fff; }
.svc-card:hover { border-color: #fcd34d; background: #fffbeb; }
.svc-card input { position: absolute; opacity: 0; }
.svc-card:has(input:checked) { border-color: var(--amber); background: #fffbeb; box-shadow: 0 0 0 2px rgba(245, 158, 11, .25); }
.svc-icon { font-size: 26px; line-height: 1; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 14px; color: var(--slate); }
.field .opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea { font-family: var(--body); font-size: 15px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); width: 100%; transition: border-color .15s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245, 158, 11, .18); }
.field textarea { resize: vertical; }
.field input.err, .field select.err { border-color: var(--danger); background: #fef2f2; }
.gps-btn { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; background: linear-gradient(90deg, #ecfdf5, #f0fdf4); border: 2px dashed #34d399; border-radius: 12px; padding: 16px 18px; cursor: pointer; font-family: var(--body); transition: all .15s ease; }
.gps-btn:hover { border-color: #10b981; background: #d1fae5; }
.gps-btn.busy { opacity: .7; cursor: wait; }
.gps-btn .i { width: 26px; height: 26px; fill: #059669; flex: none; }
.gps-text { font-weight: 800; font-size: 16px; color: #065f46; display: block; }
.gps-sub { font-size: 13px; color: #047857; display: block; }
.gps-status { padding: 10px 14px; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 10px; }
.gps-ok { color: #065f46; font-weight: 600; font-size: 14px; }
.qq-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; }
.qq-submit-wrap { margin-left: auto; }
.qq-fine { font-size: 12.5px; color: var(--muted); margin-top: 14px; }
.qq-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-weight: 600; padding: 12px 16px; border-radius: 10px; margin-top: 16px; }
.qq-success { text-align: center; padding: 26px 10px; }
.success-icon { font-size: 44px; margin-bottom: 10px; }
.qq-countdown { display: inline-block; background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px; padding: 10px 18px; color: #92400e; font-weight: 700; font-size: 15px; margin: 10px 0 4px; }
.qq-countdown span { font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--amber-dark); }
.qq-success h3 { font-size: 1.9rem; color: #065f46; }
.qq-success p { color: var(--slate); margin: 10px auto 18px; max-width: 520px; }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* services cards */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-decoration: none; display: flex; flex-direction: column; gap: 10px; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #fcd34d; }
.card-icon { font-size: 30px; line-height: 1; }
.card h3 { font-size: 1.22rem; }
.card p { color: var(--muted); font-size: 14.5px; flex: 1; }
.card-link { color: var(--amber-dark); font-weight: 700; font-size: 14px; }
.card .card-icon { color: var(--amber-dark); }
.section .center { margin-top: 34px; }

/* why */
.why-section { background: var(--navy); color: #fff; }
.why-section .eyebrow { color: var(--amber); }
.why-section h2 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.why-item { border-left: 3px solid var(--amber); padding-left: 18px; }
.why-num { font-family: var(--display); font-size: 2.2rem; font-weight: 800; color: rgba(245, 158, 11, .85); display: block; line-height: 1; margin-bottom: 10px; }
.why-item h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
.why-item p { color: #aab6c9; font-size: 15px; }

/* how */
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.how-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; text-align: center; }
.how-icon { font-size: 40px; margin-bottom: 12px; }
.how-step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.how-step p { color: var(--muted); font-size: 14.5px; }

/* areas chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 900px; margin: 0 auto; }
.chip { background: #fff; border: 1px solid var(--line); padding: 9px 16px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 14.5px; color: var(--slate); transition: all .15s ease; }
.chip:hover { border-color: var(--amber); color: var(--amber-dark); transform: translateY(-2px); }

/* faq teaser */
.faq-teaser { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-teaser-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.faq-teaser h2 { margin: 10px 0 14px; }
.faq-teaser p { color: var(--muted); }
.faq-teaser .btn { margin-top: 20px; }
.faq-mini details, .faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; margin-bottom: 10px; overflow: hidden; }
.faq-mini summary, .faq-item summary { cursor: pointer; padding: 16px 20px; font-weight: 700; list-style: none; position: relative; padding-right: 44px; color: var(--ink); }
.faq-mini summary h2, .faq-item summary h2 { font-size: 1.05rem; display: inline; }
.faq-mini summary::after, .faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 700; color: var(--amber-dark); }
.faq-mini details[open] summary::after, .faq-item[open] summary::after { content: "–"; }
.faq-mini details p, .faq-item p { padding: 0 20px 18px; color: var(--slate); font-size: 15px; }

/* cta band */
.cta-band { background: var(--navy); color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 158, 11, .25), transparent 70%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #aab6c9; margin-top: 8px; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* page hero (inner pages) */
.page-hero { background: var(--navy); color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; right: -60px; bottom: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 158, 11, .18), transparent 70%); }
.page-hero h1 { max-width: 860px; }
.page-hero p { color: #cbd5e1; font-size: 18px; max-width: 720px; margin-top: 14px; }
.page-hero .hero-ctas { margin-top: 26px; }
.page-hero-slim { padding: 60px 0; }
.crumbs { font-size: 13.5px; color: #94a3b8; margin-bottom: 14px; }
.crumbs a { color: var(--amber-2); text-decoration: none; }

/* services list */
.services-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.svc-row { display: flex; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; align-items: flex-start; scroll-margin-top: 100px; }
.svc-row-icon { font-size: 38px; flex: none; background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; width: 74px; height: 74px; display: flex; align-items: center; justify-content: center; }
.svc-row-body h2 { font-size: 1.55rem; margin-bottom: 8px; }
.svc-row-body p { color: var(--slate); }
.svc-row-cta { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }

/* areas hub */
.areas-intro { max-width: 820px; margin: 0 auto 34px; text-align: center; color: var(--slate); font-size: 17px; }
.areas-intro a { color: var(--amber-dark); font-weight: 700; }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; text-decoration: none; display: flex; flex-direction: column; gap: 6px; transition: all .18s ease; }
.area-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #fcd34d; }
.area-card h3 { font-size: 1.3rem; }
.area-card p { color: var(--muted); font-size: 14px; }

/* area page */
.area-body { display: grid; grid-template-columns: 1.8fr 1fr; gap: 40px; align-items: start; }
.area-main h2 { margin-bottom: 12px; }
.area-main h3 { margin: 26px 0 10px; font-size: 1.35rem; }
.area-main p { color: var(--slate); margin-bottom: 14px; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px 18px; }
.check-list li { position: relative; padding-left: 26px; color: var(--slate); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: 800; }
.area-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.area-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.aside-card h3 { margin-bottom: 8px; font-size: 1.2rem; }
.aside-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 14px; }
.aside-card .btn { margin-bottom: 10px; }
.aside-link { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--slate); font-weight: 600; font-size: 14.5px; }
.aside-link:last-child { border-bottom: 0; }
.aside-link:hover { color: var(--amber-dark); }

/* faq page */
.faq-page { display: grid; grid-template-columns: 1.8fr 1fr; gap: 40px; align-items: start; }
.faq-aside { position: sticky; top: 96px; }
.faq-item summary { font-size: 16px; }

/* about */
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 44px; align-items: start; }
.about-grid h2 { margin-bottom: 12px; }
.about-grid p { color: var(--slate); margin-bottom: 14px; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.photo-strip img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }
.stat-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.stat-list li { display: flex; align-items: center; gap: 14px; }
.stat-num { font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--amber-dark); min-width: 110px; }
.stat-label { color: var(--slate); font-size: 14.5px; font-weight: 600; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-decoration: none; display: block; transition: all .18s ease; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #fcd34d; }
.contact-card.wa:hover { border-color: var(--wa); }
.contact-icon { font-size: 30px; }
.contact-card h2 { font-size: 1.25rem; margin: 8px 0 4px; }
.contact-card .big { font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: var(--amber-dark); }
.contact-card .small-big { font-size: 1.15rem; }
.contact-card p { color: var(--muted); font-size: 14px; }
.contact-map { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px; }
.contact-map iframe { border-radius: 10px; }
.map-note { text-align: center; color: var(--muted); font-size: 13px; padding: 8px 0 2px; }

/* prose (privacy) */
.prose { max-width: 760px; }
.prose h2 { margin: 30px 0 10px; font-size: 1.5rem; }
.prose p { color: var(--slate); margin-bottom: 14px; }
.prose a { color: var(--amber-dark); font-weight: 600; }

/* 404 */
.notfound { padding: 110px 0; }
.nf-code { font-size: clamp(5rem, 14vw, 9rem); color: var(--line); line-height: 1; }
.notfound h2 { margin: 8px 0 10px; }
.notfound p { color: var(--muted); margin-bottom: 24px; }

/* footer */
.site-footer { background: var(--navy); color: #cbd5e1; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px; padding-bottom: 44px; }
.f-brand p { font-size: 14px; color: #94a3b8; margin-top: 16px; }
.f-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.badge { border: 1px solid rgba(245, 158, 11, .5); color: var(--amber-2); border-radius: 6px; padding: 3px 10px; font-size: 12px; font-weight: 700; }
.f-col h4 { color: #fff; font-size: 15px; margin-bottom: 14px; font-family: var(--body); letter-spacing: .06em; }
.f-col a { display: block; color: #94a3b8; text-decoration: none; font-size: 14.5px; padding: 4px 0; }
.f-col a:hover { color: var(--amber-2); }
.f-contact { display: flex; align-items: center; gap: 8px; }
.f-contact .i { width: 15px; height: 15px; fill: var(--amber); margin: 0; }
.f-hours { margin-top: 14px; font-size: 13.5px; color: #94a3b8; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 0 90px; font-size: 13px; color: #64748b; }
.footer-bottom p { margin: 0; }

/* mobile bar + float */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 600; background: var(--navy); border-top: 1px solid rgba(255, 255, 255, .1); grid-template-columns: 1fr 1fr 1fr; }
.mb-btn { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #fff; text-decoration: none; font-weight: 700; font-size: 12.5px; padding: 10px 4px 12px; }
.mb-btn .i { width: 20px; height: 20px; margin: 0; }
.mb-call { background: var(--amber); color: var(--navy); }
.mb-wa { background: #1b8745; }
.mb-quote { background: var(--navy-3); }
.wa-float { position: fixed; right: 22px; bottom: 24px; z-index: 550; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); border: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .45); transition: transform .18s ease; }
.wa-float:hover { transform: scale(1.08); }
.wa-float .i { width: 30px; height: 30px; fill: #fff; margin: 0; }

/* ---------- ADMIN ---------- */
.admin-body { background: #eef1f6; font-size: 15px; }
.admin-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; background: linear-gradient(160deg, var(--navy), var(--navy-3)); }
.admin-login { background: #fff; border-radius: 18px; padding: 36px; width: 100%; max-width: 400px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 8px; }
.admin-login img { margin-bottom: 6px; }
.admin-login h1 { font-size: 1.6rem; }
.admin-sub { color: var(--muted); margin-bottom: 10px; }
.admin-login label { font-weight: 700; font-size: 13.5px; color: var(--slate); margin-top: 6px; }
.admin-login input { font-family: var(--body); font-size: 15px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px; }
.admin-login input:focus { outline: none; border-color: var(--amber); }
.admin-login .btn { margin-top: 16px; }
.admin-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-weight: 600; padding: 10px 14px; border-radius: 8px; font-size: 14px; }
.admin-foot { text-align: center; font-size: 13.5px; margin-top: 10px; }
.admin-foot a { color: var(--muted); }
.admin-top { background: var(--navy); position: sticky; top: 0; z-index: 100; }
.admin-top-inner { max-width: 1240px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 26px; min-height: 62px; }
.admin-nav { display: flex; gap: 4px; flex: 1; }
.admin-nav a { color: #cbd5e1; text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 8px 14px; border-radius: 8px; }
.admin-nav a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.admin-nav a.active { color: var(--amber-2); }
.admin-user { display: flex; align-items: center; gap: 12px; color: #cbd5e1; font-size: 13.5px; }
.admin-logout { background: none; border: 1px solid rgba(255, 255, 255, .3); color: #cbd5e1; border-radius: 8px; padding: 6px 12px; cursor: pointer; font-weight: 600; font-size: 13px; }
.admin-logout:hover { background: rgba(255, 255, 255, .1); }
.admin-main { max-width: 1240px; margin: 0 auto; padding: 28px 20px 80px; }
.admin-main h1 { font-size: 1.9rem; margin-bottom: 18px; }
.admin-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-bottom: 22px; }
.astat { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; }
.astat-hot { background: #fffbeb; border-color: #fcd34d; }
.astat-num { font-family: var(--display); font-size: 2rem; font-weight: 800; color: var(--navy); line-height: 1; }
.astat-hot .astat-num { color: var(--amber-dark); }
.astat-label { color: var(--muted); font-size: 12.5px; font-weight: 700; letter-spacing: .04em; margin-top: 6px; text-transform: uppercase; }
.admin-filters { display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; align-items: center; }
.admin-filters select, .admin-filters input { font-family: var(--body); font-size: 14.5px; padding: 10px 13px; border: 1.5px solid var(--line); border-radius: 9px; background: #fff; }
.admin-filters input { min-width: 300px; }
.admin-clear { color: var(--amber-dark); font-weight: 700; font-size: 14px; }
.admin-table-wrap { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 900px; }
.admin-table th { text-align: left; padding: 12px 14px; background: #f8fafc; color: var(--slate); font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid var(--line); white-space: nowrap; }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tr.row-new { background: #fffbeb; }
.admin-table td a { color: var(--amber-dark); font-weight: 700; text-decoration: none; }
.gps-pin { cursor: help; }
.loc-cell { max-width: 260px; }
.status-pill { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.st-new { background: #fef3c7; color: #92400e; }
.st-contacted { background: #dbeafe; color: #1d4ed8; }
.st-done { background: #dcfce7; color: #166534; }
.st-lost { background: #f1f5f9; color: #64748b; }
.admin-pager { display: flex; gap: 6px; margin-top: 16px; flex-wrap: wrap; }
.admin-pager a, .pager-cur { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 0 8px; }
.pager-cur { background: var(--amber); border-color: var(--amber); color: var(--navy); }
.admin-empty { background: #fff; border: 1px dashed var(--line); border-radius: 12px; padding: 44px; text-align: center; color: var(--muted); }
.admin-empty p { margin-bottom: 6px; }
.lead-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lead-head h1 { margin-bottom: 0; }
.lead-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 22px; }
.lead-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: start; }
.lead-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; margin-bottom: 16px; }
.lead-card h2 { font-size: 1.15rem; margin-bottom: 12px; }
.lead-card.danger { border-color: #fecaca; }
.lead-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.lead-table th { text-align: left; width: 150px; padding: 8px 10px 8px 0; color: var(--muted); font-weight: 600; vertical-align: top; }
.lead-table td { padding: 8px 0; color: var(--ink); }
.lead-status-form select, .lead-status-form textarea { width: 100%; font-family: var(--body); font-size: 14.5px; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 9px; margin-bottom: 12px; background: #fff; }
.lead-status-form select:focus, .lead-status-form textarea:focus { outline: none; border-color: var(--amber); }

/* responsive */
@media (max-width: 1020px) {
  .faq-teaser-grid, .area-body, .faq-page, .about-grid, .contact-grid, .lead-grid { grid-template-columns: 1fr; }
  .area-aside, .faq-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .main-nav { position: fixed; inset: 0; top: 72px; background: var(--navy); flex-direction: column; padding: 20px; gap: 6px; display: none; z-index: 400; }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 20px; padding: 14px 12px; font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; }
  .nav-toggle { display: flex; }
  .header-cta .btn { display: none; }
  .hero { min-height: 520px; }
  .hero-inner { padding-bottom: 60px; }
  /* quick form: stop overlapping the hero on small screens */
  .qq-section { margin-top: 0; }
  .qq-card { padding: 24px 18px 20px; border-radius: 16px; }
  .qq-head { flex-direction: column; gap: 14px; margin-bottom: 18px; }
  .qq-callbtn { width: 100%; }
  .qq-dot { width: 30px; height: 30px; font-size: 13px; }
  .qq-step-label { font-size: 13.5px; margin-bottom: 14px; }
  .contact-cards { grid-template-columns: 1fr; }
  .mobile-bar { display: grid; }
  .wa-float { bottom: 78px; }
  .footer-bottom { padding-bottom: 90px; }
}
@media (max-width: 560px) {
  .topbar-links a:last-child { display: none; }
  .topbar-inner { justify-content: center; }
  .section { padding: 60px 0; }
  .qq-section { padding-bottom: 60px; }
  .qq-card { padding: 20px 14px 18px; }
  .qq-head h2 { font-size: 1.45rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .svc-card { padding: 12px 6px; gap: 6px; font-size: 12.5px; line-height: 1.2; border-radius: 10px; }
  .svc-icon { font-size: 22px; }
  .form-grid { gap: 12px; }
  .field input, .field select, .field textarea { font-size: 16px; padding: 11px 12px; }
  .gps-btn { padding: 12px 12px; gap: 10px; }
  .gps-btn .i { width: 22px; height: 22px; }
  .gps-text { font-size: 14.5px; }
  .gps-sub { font-size: 12px; }
  .qq-nav { flex-wrap: wrap; gap: 8px; margin-top: 16px; }
  .qq-submit-wrap { width: 100%; margin-left: 0; order: 1; }
  .qq-submit-wrap .btn { width: 100%; padding: 14px 18px; font-size: 16px; }
  #qqBack { order: 2; width: 100%; padding: 11px 14px; font-size: 14px; }
  .qq-fine { text-align: center; }
  .success-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
  .cta-btns, .success-actions { width: 100%; }
  .cta-btns .btn, .success-actions .btn { flex: 1; }
  .admin-filters input { min-width: 100%; }
}
