/* ==========================================================================
   Kent Services - Mobile Mechanic | Master Stylesheet
   Rugged dark theme. Mobile-first. Built for easy editing.
   Brand colors:  Red #CB2026  |  Charcoal #141414  |  White #FFFFFF
   ========================================================================== */

:root {
  --red: #B71C22;
  --red-dark: #8d1418;
  --red-glow: rgba(183, 28, 34, 0.38);
  --plate: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cellipse cx='15' cy='15' rx='10' ry='3' transform='rotate(45 15 15)'/%3E%3Cellipse cx='45' cy='45' rx='10' ry='3' transform='rotate(45 45 45)'/%3E%3Cellipse cx='45' cy='15' rx='10' ry='3' transform='rotate(-45 45 15)'/%3E%3Cellipse cx='15' cy='45' rx='10' ry='3' transform='rotate(-45 15 45)'/%3E%3C/g%3E%3C/svg%3E");
  --black: #0d0d0d;
  --charcoal: #141414;
  --charcoal-2: #1c1c1c;
  --charcoal-3: #262626;
  --steel: #3a3a3a;
  --smoke: #b8b8b8;
  --white: #ffffff;
  --cream: #f4f2ee;
  --amber: #c9852f;
  --ring: rgba(255, 255, 255, 0.08);
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --maxw: 1160px;
  --font-head: "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background:
    var(--plate),
    linear-gradient(135deg, #4a1513 0%, #2a0f0e 38%, #0b0b0b 100%);
  background-attachment: fixed;
  background-repeat: repeat, no-repeat;
  background-size: 60px 60px, cover;
  color: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--white); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--white);
}
h1 { font-size: clamp(2.1rem, 6vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 4.5vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.6rem); }
p { margin-bottom: 1rem; }
strong { color: var(--white); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; position: relative; }
.section-tight { padding: 48px 0; }

/* Accent label above headings */
.eyebrow {
  font-family: var(--font-head);
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: 10px;
  display: inline-block;
}
.text-center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--smoke); max-width: 720px; }
.text-center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.02rem;
  padding: 15px 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
  line-height: 1;
}
.btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 20px var(--red-glow); }
.btn-primary:hover { background: var(--red-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 12px 26px var(--red-glow); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline:hover { border-color: #fff; color: #fff; transform: translateY(-3px); }
.btn-ghost { background: var(--charcoal-3); color: #fff; }
.btn-ghost:hover { background: var(--steel); color: #fff; transform: translateY(-3px); }
.btn-lg { padding: 18px 38px; font-size: 1.1rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-group { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,13,13,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ring);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; }
.brand-name {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: 1.35rem; color: #fff; letter-spacing: 1px; line-height: 1;
}
.brand-name span { color: var(--red); display: block; font-size: .7rem; letter-spacing: 3px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a {
  color: var(--cream); font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: 1px; font-size: 1rem; font-weight: 500; position: relative;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after, .nav-links a:hover::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--red);
}
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 11px 18px; font-size: .9rem; }

/* Dropdown */
.has-drop { position: relative; }
.drop {
  position: absolute; top: 130%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--charcoal-2); border: 1px solid var(--ring); border-radius: 12px;
  min-width: 260px; padding: 8px; opacity: 0; visibility: hidden; transition: all .2s ease;
  box-shadow: var(--shadow);
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop a { display: block; padding: 10px 14px; border-radius: 8px; color: var(--cream); text-transform: none; font-family: var(--font-body); letter-spacing: 0; font-size: .95rem; }
.drop a::after { display: none; }
.drop a:hover { background: var(--charcoal-3); color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 52px 0 72px;
  background:
    radial-gradient(1000px 520px at 75% -10%, rgba(183,28,34,.28), transparent 60%);
  border-bottom: 1px solid var(--ring);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 2px, transparent 2px 14px);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .hl { color: var(--red); }
.hero h1 .h1-sub {
  display: block; margin-top: 14px; padding-top: 14px;
  font-size: .5em; letter-spacing: 2px; color: #fff;
  border-top: 3px solid var(--red); width: fit-content;
}
.hero-sub { font-size: 1.2rem; color: var(--smoke); margin-bottom: 26px; max-width: 560px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--charcoal-3); border: 1px solid var(--ring);
  padding: 8px 14px; border-radius: 999px; font-size: .9rem; color: var(--cream);
  font-weight: 500;
}
.chip svg { width: 16px; height: 16px; color: var(--red); }
.hero-media { display: flex; justify-content: center; align-items: flex-start; }
.hero-media img { width: 100%; max-width: 480px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.6)); animation: heroFloat 6s ease-in-out infinite; }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hero-media img { animation: none; } }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--black); border-bottom: 1px solid var(--ring); }
.trustbar .container { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; padding-top: 26px; padding-bottom: 26px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item svg { width: 30px; height: 30px; color: var(--red); flex-shrink: 0; }
.trust-item b { font-family: var(--font-head); color: #fff; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .5px; display: block; }
.trust-item small { color: var(--smoke); font-size: .85rem; }

/* ---------- Cards / Services grid ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(180deg, var(--charcoal-2), var(--charcoal));
  border: 1px solid var(--ring); border-radius: var(--radius);
  padding: 28px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--red); transition: width .3s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(203,32,38,.5); box-shadow: var(--shadow); }
.card:hover::after { width: 100%; }
.card-icon {
  width: 56px; height: 56px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(203,32,38,.12); border: 1px solid rgba(203,32,38,.3); margin-bottom: 16px;
}
.card-icon svg { width: 30px; height: 30px; color: var(--red); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--smoke); font-size: .98rem; margin-bottom: 14px; }
.card .card-link { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: .9rem; color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.card .card-link:hover { color: #fff; gap: 10px; }
.card ul { list-style: none; margin-bottom: 14px; }
.card ul li { padding: 4px 0 4px 24px; position: relative; color: var(--smoke); font-size: .95rem; }
.card ul li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 12px; background: var(--red); border-radius: 3px; transform: rotate(45deg); }

/* Alt section background - semi-transparent so the plate texture shows through */
.bg-alt { background: rgba(9, 9, 9, 0.6); }
.bg-alt-2 { background: linear-gradient(180deg, #171717, #101010); }

/* ---------- Split / feature rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); border: 1px solid var(--ring); }
.feature-list { list-style: none; margin-top: 10px; }
.feature-list li { padding: 10px 0 10px 36px; position: relative; }
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 22px; height: 22px;
  background: var(--red); border-radius: 6px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/16px no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/16px no-repeat;
}
.feature-list li b { display: block; }
.feature-list li span { color: var(--smoke); font-size: .95rem; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding: 28px 22px; background: var(--charcoal-2); border: 1px solid var(--ring); border-radius: var(--radius); }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--font-head); font-size: 2.4rem; color: var(--red); font-weight: 700; display: block; margin-bottom: 8px;
}
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--smoke); font-size: .95rem; margin: 0; }

/* ---------- Reviews ---------- */
.review {
  background: var(--charcoal-2); border: 1px solid var(--ring); border-radius: var(--radius);
  padding: 26px; position: relative;
}
.stars { color: #f6b21b; letter-spacing: 2px; margin-bottom: 10px; font-size: 1.05rem; }
.review p { font-style: italic; color: var(--cream); }
.review .who { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; color: #fff; font-size: .95rem; margin-top: 8px; }
.review .who span { color: var(--smoke); font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .85rem; }

/* ---------- Service area ---------- */
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.area-tags span {
  background: var(--charcoal-3); border: 1px solid var(--ring); padding: 8px 16px; border-radius: 8px;
  font-size: .95rem; color: var(--cream); font-weight: 500;
}
.area-tags span b { color: var(--red); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--ring); border-radius: 12px; margin-bottom: 14px; background: var(--charcoal-2); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 24px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .5px;
  font-size: 1.1rem; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q::after { content: "+"; font-size: 1.6rem; color: var(--red); flex-shrink: 0; transition: transform .25s ease; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 20px; color: var(--smoke); margin: 0; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: var(--charcoal-2); border: 1px solid var(--ring); border-radius: var(--radius); padding: 28px; text-align: center; transition: transform .25s ease, border-color .25s; }
.price-card:hover { transform: translateY(-6px); border-color: rgba(203,32,38,.5); }
.price-card.featured { border-color: var(--red); box-shadow: 0 0 0 1px var(--red), var(--shadow); }
.price-card .tag { display: inline-block; background: var(--red); color: #fff; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: .78rem; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }
.price-card h3 { margin-bottom: 8px; }
.price-from { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; color: var(--smoke); margin-top: 10px; }
.price-from + .price { margin-top: 2px; }
.price-card .price { font-family: var(--font-head); font-size: 2.6rem; color: var(--red); line-height: 1; margin: 8px 0; }
.price-card .price small { font-size: .95rem; color: var(--smoke); font-family: var(--font-body); }
.price-card p { color: var(--smoke); font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--red-dark), var(--red));
  border-radius: 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(0,0,0,.06) 0 3px, transparent 3px 16px); }
.cta-band .container { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); }
.cta-band .lead { margin-left: auto; margin-right: auto; }
.cta-band .btn-primary { background: #fff; color: var(--red-dark); box-shadow: 0 10px 26px rgba(0,0,0,.3); }
.cta-band .btn-primary:hover { background: #0d0d0d; color: #fff; }
.cta-band .btn-outline { border-color: rgba(255,255,255,.7); color:#fff; }
.cta-band .btn-outline:hover { background: rgba(255,255,255,.12); }

/* ---------- Forms ---------- */
.form-wrap { background: var(--charcoal-2); border: 1px solid var(--ring); border-radius: var(--radius); padding: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: .85rem; color: var(--cream); margin-bottom: 7px; }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; background: var(--charcoal); border: 1px solid var(--steel); border-radius: 10px;
  padding: 13px 15px; color: #fff; font-family: var(--font-body); font-size: 1rem; transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B71C22' stroke-width='3'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 15px center; background-size: 18px; padding-right: 44px; }
.radio-group { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-group label {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  background: var(--charcoal); border: 1px solid var(--steel); border-radius: 10px;
  padding: 12px 16px; margin: 0; font-family: var(--font-body); text-transform: none;
  letter-spacing: 0; font-size: 1rem; color: var(--cream); transition: border-color .2s, background .2s;
  flex: 1 1 auto; justify-content: center;
}
.radio-group label:hover { border-color: var(--red); }
.radio-group input[type="radio"] { accent-color: var(--red); width: 18px; height: 18px; cursor: pointer; }
.radio-group input[type="radio"]:checked + span { color: #fff; font-weight: 600; }
.radio-group label:has(input:checked) { border-color: var(--red); background: rgba(203,32,38,.12); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form-note { font-size: .85rem; color: var(--smoke); margin-top: 12px; }

/* Contact info side */
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; }
.contact-list li::before { content: none !important; }
.contact-list .ci-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(203,32,38,.12); border: 1px solid rgba(203,32,38,.3); display: grid; place-items: center; flex-shrink: 0; }
.contact-list .ci-icon svg { width: 22px; height: 22px; color: var(--red); }
.contact-list b { display: block; color: #fff; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .5px; }
.contact-list a, .contact-list span { color: var(--smoke); }

/* ---------- Social glyphs ---------- */
.socials { display: flex; flex-wrap: wrap; gap: 12px; }
.social-glyph {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--charcoal-3); border: 1px solid var(--ring); color: var(--cream);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.social-glyph svg { width: 24px; height: 24px; }
.social-glyph:hover { transform: translateY(-4px); background: var(--red); color: #fff; }

/* ---------- Breadcrumbs ---------- */
.crumbs { font-size: .88rem; color: var(--smoke); padding: 16px 0 0; }
.crumbs a { color: var(--smoke); }
.crumbs a:hover { color: var(--red); }
.crumbs span { color: var(--steel); margin: 0 8px; }

/* ---------- Page banner ---------- */
.page-banner {
  padding: 44px 0 44px;
  background:
    radial-gradient(800px 420px at 80% -20%, rgba(183,28,34,.26), transparent 60%);
  border-bottom: 1px solid var(--ring);
}
.page-banner h1 { margin-bottom: 12px; }
.page-banner p { color: var(--smoke); max-width: 720px; font-size: 1.12rem; margin: 0; }

/* Prose blocks for service pages */
.prose h2 { margin: 34px 0 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose p { color: var(--smoke); }
.prose ul { margin: 0 0 18px 0; list-style: none; }
.prose ul li { padding: 7px 0 7px 30px; position: relative; color: var(--smoke); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 14px; height: 14px; background: var(--red); border-radius: 4px; transform: rotate(45deg); }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); border-top: 3px solid var(--red); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer-grid h4 { color: #fff; font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 1px; }
.footer-brand img { width: 70px; margin-bottom: 14px; }
.footer-brand p { color: var(--smoke); font-size: .95rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: var(--smoke); font-size: .96rem; }
.footer-links a:hover { color: var(--red); }
.footer-contact { list-style: none; color: var(--smoke); font-size: .96rem; }
.footer-contact li { margin-bottom: 10px; display: flex; gap: 9px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid var(--ring); margin-top: 44px; padding: 22px 0; text-align: center; color: var(--smoke); font-size: .88rem; }
.footer-bottom a { color: var(--smoke); }
.footer-bottom a:hover { color: var(--red); }

/* ---------- Sticky mobile call/text bar ---------- */
.mobile-bar { display: none; }

/* ---------- Scroll reveal ---------- */
/* Entrance animation is pure CSS and runs on load. Base state is fully VISIBLE,
   so content can never get stuck hidden (even with no JS or if animations are off). */
.reveal { opacity: 1; animation: ksRise .6s ease both; }
.reveal.d1 { animation-delay: .08s; }
.reveal.d2 { animation-delay: .16s; }
.reveal.d3 { animation-delay: .24s; }
@keyframes ksRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-media { order: -1; }
  .hero-media img { max-width: 300px; }
  .hero h1 .h1-sub { margin-left: auto; margin-right: auto; }
  .hero-sub, .lead { margin-left: auto; margin-right: auto; }
  .hero-badges, .btn-group { justify-content: center; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 780px) {
  .nav-links, .nav-cta .btn-outline { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--charcoal-2); border-bottom: 1px solid var(--ring); padding: 16px 20px; gap: 4px;
    align-items: stretch;
  }
  .nav-links.open li { border-bottom: 1px solid var(--ring); }
  .nav-links.open li:last-child { border-bottom: 0; }
  .nav-links.open a { display: block; padding: 14px 4px; }
  .nav-links.open a::after { display: none; }
  .nav-links.open .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 14px; min-width: 0; }
  .nav-links.open .drop a { padding: 8px 4px; color: var(--smoke); }
  body { padding-bottom: 66px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    background: var(--black); border-top: 1px solid var(--ring);
  }
  .mobile-bar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 8px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px;
    font-size: 1rem; color: #fff;
  }
  .mobile-bar a svg { width: 20px; height: 20px; }
  .mobile-bar .mb-text { background: var(--red); }
  .mobile-bar .mb-call { background: var(--charcoal-3); }
}
@media (max-width: 560px) {
  section { padding: 52px 0; }
  .grid-2, .grid-3, .steps, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; justify-content: center; }
  .btn-group .btn { width: 100%; }
  .hero .btn-group { flex-direction: column; }
}
