/* ===========================================================
   Onyx Moving Services — Design System
   Navy / Red / White — matches brand leaflet
   =========================================================== */

:root {
  --navy-900: #0a1a3f;
  --navy-800: #0f2551;
  --navy-700: #163066;
  --navy-600: #1e3d7b;
  --navy-500: #2b4d94;
  --red-600: #d81f2a;
  --red-500: #e11d2a;
  --red-400: #ef3340;
  --gold: #f7b500;
  --ink: #14203d;
  --slate: #4a5878;
  --mist: #6b7794;
  --line: #e6eaf2;
  --cloud: #f4f6fb;
  --cloud-2: #eef1f8;
  --white: #ffffff;

  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Caveat", cursive;

  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 8px rgba(15, 37, 81, 0.06);
  --shadow: 0 12px 34px rgba(15, 37, 81, 0.10);
  --shadow-lg: 0 30px 70px rgba(10, 26, 63, 0.18);
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { line-height: 1.1; font-weight: 800; letter-spacing: -0.02em; color: var(--navy-800); }
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { color: var(--slate); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1rem; letter-spacing: -0.01em;
  padding: 15px 30px; border-radius: 999px; cursor: pointer;
  border: 2px solid transparent; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-red { background: var(--red-500); color: #fff; box-shadow: 0 12px 26px rgba(225, 29, 42, 0.32); }
.btn-red:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(225, 29, 42, 0.42); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy-800); transform: translateY(-3px); }
.btn-white { background: #fff; color: var(--navy-800); }
.btn-white:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-3px); }

.stars { color: var(--gold); }
.hero-trust b .stat-star, .trust-item b .stat-star { color: var(--gold); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red-500);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red-500); }
.eyebrow.on-dark { color: #ff6f77; }
.eyebrow.center-line { justify-content: center; }

.lead { font-size: 1.15rem; color: var(--slate); max-width: 640px; }
.section-head { max-width: 720px; margin: 0 auto 56px; }
.section-head p { margin-top: 16px; font-size: 1.1rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo { height: 46px; width: auto; display: block; }
.footer-brand .brand-logo { height: 58px; }
@media (max-width: 760px) { .brand-logo { height: 40px; } }
.brand-text .sub { font-size: 0.56rem; font-weight: 600; letter-spacing: 0.34em; color: var(--slate); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links li { list-style: none; }
.nav-links > li { position: relative; }
.nav-links a.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; font-weight: 600; font-size: 0.97rem; color: var(--navy-800); border-radius: 10px;
  transition: background .2s, color .2s;
}
.nav-links a.nav-link:hover { background: var(--cloud); color: var(--red-500); }
.nav-links .caret { width: 14px; height: 14px; transition: transform .25s; }
.has-drop:hover .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
  padding: 10px; min-width: 260px; opacity: 0; visibility: hidden; transition: all .25s var(--ease);
}
.has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a {
  display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 10px;
  font-weight: 600; font-size: 0.94rem; color: var(--navy-800); transition: background .18s;
}
.dropdown a:hover { background: var(--cloud); }
.dropdown a svg { width: 20px; height: 20px; color: var(--red-500); flex-shrink: 0; }
.dropdown a small { display: block; font-weight: 500; font-size: 0.78rem; color: var(--mist); }

.nav-cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 9px; font-weight: 800; color: var(--navy-800); font-size: 1.02rem; }
.nav-phone svg { width: 20px; height: 20px; color: var(--red-500); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--navy-800); border-radius: 2px; transition: .3s; }
.nav-toggle span + span { margin-top: 6px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy-800); color: #fff; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url("/images/hero-team.jpg") center 30% / cover no-repeat; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(8,20,50,0.96) 0%, rgba(10,26,63,0.92) 38%, rgba(15,37,81,0.82) 70%, rgba(22,48,102,0.70) 100%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(32px, 5vw, 60px); align-items: center;
  padding-block: clamp(52px, 7vw, 88px) clamp(56px, 7vw, 92px); }
.hero-quote { margin: 26px 0 4px; padding-left: 18px; border-left: 3px solid var(--red-500); max-width: 460px; }
.hero-quote .stars { color: var(--gold); letter-spacing: 2px; font-size: 0.95rem; }
.hero-quote blockquote { font-size: 1.08rem; font-weight: 600; color: #fff; margin: 6px 0 6px; line-height: 1.5; }
.hero-quote figcaption { font-size: 0.85rem; color: rgba(255,255,255,0.66); font-weight: 600; }
.hero-call { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; font-weight: 700; color: #fff; font-size: 0.98rem; }
.hero-call svg { width: 18px; height: 18px; color: #ff6f77; }
.hero-call:hover { color: #ff6f77; }

/* Hero quote form */
.hero-form-col { position: relative; }
.hero-form { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(22px, 2.4vw, 30px); color: var(--ink); }
.hero-form-head h2 { font-size: 1.55rem; color: var(--navy-800); }
.hero-form-head p { font-size: 0.86rem; color: var(--red-500); font-weight: 700; margin-top: 4px; letter-spacing: 0.01em; }
.hero-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.hero-form .field label { font-size: 0.78rem; }
.hero-form .field input, .hero-form .field select { padding: 11px 13px; font-size: 0.94rem; border-radius: 10px; }
.hero-form button[type="submit"] { width: 100%; justify-content: center; }
.hero-form-note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 0.78rem; color: var(--mist); margin-top: 12px; }
.hero-form-note svg { width: 15px; height: 15px; color: var(--red-500); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; background: var(--red-500);
  color: #fff; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.06em; padding: 8px 16px; border-radius: 999px;
}
.hero-badge .stars { letter-spacing: 2px; }
.hero h1 { color: #fff; margin: 22px 0 20px; }
.hero h1 .accent { color: #ff6f77; }
.hero p.lead { color: rgba(255,255,255,0.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.14); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust b { font-size: 1.55rem; font-weight: 800; color: #fff; }
.hero-trust span { font-size: 0.82rem; color: rgba(255,255,255,0.66); letter-spacing: 0.02em; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.hero-float {
  position: absolute; bottom: -24px; left: -24px; background: #fff; color: var(--navy-800);
  border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px;
}
.hero-float .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--cloud); display: grid; place-items: center; color: var(--red-500); }
.hero-float .ic svg { width: 24px; height: 24px; }
.hero-float b { display: block; font-size: 1rem; }
.hero-float span { font-size: 0.8rem; color: var(--mist); }
.hero-script { position: absolute; top: -6px; right: 10px; font-family: var(--script); font-size: 2rem; color: #ff6f77; transform: rotate(-6deg); }

/* ---------- Feature bar ---------- */
.feature-bar { background: var(--navy-900); position: relative; }
.feature-bar .strip-accent { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--red-500), var(--red-400)); }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-block: 44px; }
.feature { display: flex; align-items: center; gap: 16px; padding: 14px 18px; color: #fff; }
.feature + .feature { border-left: 1px solid rgba(255,255,255,0.1); }
.feature .fic { width: 52px; height: 52px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.22); display: grid; place-items: center; flex-shrink: 0; color: #fff; }
.feature .fic svg { width: 26px; height: 26px; }
.feature b { display: block; font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; }
.feature span { font-size: 0.85rem; color: rgba(255,255,255,0.66); }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card .thumb { aspect-ratio: 16/10; overflow: hidden; }
.svc-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover .thumb img { transform: scale(1.06); }
.svc-card .body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--cloud); color: var(--red-500); display: grid; place-items: center; margin: -52px 0 16px; position: relative; box-shadow: var(--shadow-sm); border: 4px solid #fff; }
.svc-icon svg { width: 28px; height: 28px; }
.svc-card h3 { margin-bottom: 10px; }
.svc-card p { font-size: 0.96rem; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 700; color: var(--red-500); font-size: 0.95rem; }
.svc-link svg { width: 16px; height: 16px; transition: transform .25s; }
.svc-card:hover .svc-link svg { transform: translateX(5px); }

/* ---------- Split / promise ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.split.rev .split-media { order: 2; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.check-list { list-style: none; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; font-weight: 600; color: var(--navy-800); }
.check-list li svg { width: 24px; height: 24px; color: #fff; background: var(--red-500); border-radius: 50%; padding: 5px; flex-shrink: 0; margin-top: 1px; }
.check-list li span { font-weight: 500; color: var(--slate); }

.promise { background: var(--navy-800); color: #fff; border-radius: var(--radius-lg); padding: clamp(36px, 5vw, 64px); position: relative; overflow: hidden; }
.promise::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(225,29,42,0.35), transparent 65%); }
.promise h2 { color: #fff; position: relative; }
.promise h2 em { font-style: normal; color: #ff6f77; }
.promise .check-list li { color: #fff; }
.promise .check-list li span { color: rgba(255,255,255,0.82); }

/* ---------- Areas ---------- */
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card {
  display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); font-weight: 700; color: var(--navy-800); transition: all .3s var(--ease);
}
.area-card:hover { background: var(--navy-800); color: #fff; transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.area-card svg { width: 22px; height: 22px; color: var(--red-500); flex-shrink: 0; }
.area-card:hover svg { color: #ff6f77; }
.area-card small { display: block; font-weight: 500; font-size: 0.78rem; color: var(--mist); }
.area-card:hover small { color: rgba(255,255,255,0.7); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.steps.steps-6 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding: 30px 26px; background: var(--cloud); border-radius: var(--radius); }
.step .num { font-family: var(--font); font-size: 2.6rem; font-weight: 800; color: var(--red-500); opacity: 0.28; line-height: 1; }
.step h3 { font-size: 1.15rem; margin: 8px 0 8px; }
.step p { font-size: 0.92rem; }

/* ---------- Testimonials ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.1rem; margin-bottom: 14px; }
.review p { color: var(--ink); font-size: 1rem; flex: 1; }
.review .who { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.review .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--navy-800); color: #fff; display: grid; place-items: center; font-weight: 800; }
.review .who b { color: var(--navy-800); font-size: 0.98rem; }
.review .who span { display: block; font-size: 0.82rem; color: var(--mist); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--navy-800); color: #fff; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, var(--navy-900), var(--navy-700)); opacity: 0.6; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-inner h2 { color: #fff; }
.cta-inner h2 span { color: #ff6f77; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; }
.cta-actions .btn { justify-content: center; }
.cta-phone-lg { font-size: 2rem; font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: 12px; }
.cta-phone-lg svg { width: 30px; height: 30px; color: #ff6f77; }

/* ---------- Quote form ---------- */
.quote-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(26px, 4vw, 42px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 700; color: var(--navy-800); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 0.98rem; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--cloud); color: var(--ink); transition: border .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-600); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 0.82rem; color: var(--mist); margin-top: 14px; text-align: center; }
.form-success { background: #e9f9ef; border: 1px solid #b8ecca; color: #1c7d43; padding: 16px 18px; border-radius: 12px; font-weight: 600; display: none; }

/* ---------- Page hero (inner) ---------- */
.page-hero { background: var(--navy-800); color: #fff; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 80% 10%, rgba(43,77,148,0.5), transparent 60%), linear-gradient(120deg, var(--navy-900), var(--navy-700)); }
.page-hero-inner { position: relative; padding-block: clamp(48px, 7vw, 84px); max-width: 780px; }
.page-hero h1 { color: #fff; margin: 18px 0 18px; }
.page-hero p { color: rgba(255,255,255,0.82); font-size: 1.15rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.86rem; color: rgba(255,255,255,0.6); align-items: center; }
.crumbs a:hover { color: #fff; }
.crumbs svg { width: 13px; height: 13px; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ---------- Prose / content ---------- */
.prose { max-width: 760px; }
.prose h2 { margin: 44px 0 18px; }
.prose h3 { margin: 30px 0 12px; }
.prose p { margin-bottom: 16px; font-size: 1.05rem; }
.prose ul { margin: 0 0 20px; padding-left: 4px; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 11px; color: var(--slate); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: var(--red-500); box-shadow: 0 0 0 4px rgba(225,29,42,0.14); }
.legal p, .legal li { font-size: 0.98rem; }
.legal h2 { font-size: 1.3rem; margin: 40px 0 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.legal h2:first-of-type { border-top: none; padding-top: 0; }
.legal ul { margin-bottom: 16px; }
.legal ul li { margin-bottom: 8px; }
.legal ul li::before { top: 8px; width: 12px; height: 12px; box-shadow: 0 0 0 3px rgba(225,29,42,0.12); }

.content-split { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 20px; }
.sidebar-card { background: var(--cloud); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.sidebar-card.navy { background: var(--navy-800); color: #fff; }
.sidebar-card h3 { font-size: 1.2rem; margin-bottom: 14px; }
.sidebar-card.navy h3 { color: #fff; }
.sidebar-card p { font-size: 0.94rem; margin-bottom: 16px; }
.sidebar-card.navy p { color: rgba(255,255,255,0.8); }
.mini-links { list-style: none; display: grid; gap: 4px; }
.mini-links a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; font-weight: 600; font-size: 0.94rem; color: var(--navy-800); transition: background .2s; }
.mini-links a:hover { background: #fff; color: var(--red-500); }
.mini-links a svg { width: 16px; height: 16px; color: var(--red-500); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow .3s; }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--navy-600); }
.faq-item summary { cursor: pointer; padding: 20px 24px; font-weight: 700; color: var(--navy-800); font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex-shrink: 0; width: 26px; height: 26px; position: relative; transition: transform .3s; }
.faq-item summary .plus::before, .faq-item summary .plus::after { content: ""; position: absolute; background: var(--red-500); border-radius: 2px; }
.faq-item summary .plus::before { top: 12px; left: 4px; right: 4px; height: 2.5px; }
.faq-item summary .plus::after { left: 12px; top: 4px; bottom: 4px; width: 2.5px; transition: transform .3s; }
.faq-item[open] summary .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item .answer { padding: 0 24px 22px; color: var(--slate); font-size: 1rem; }

/* ---------- Stat / trust strip ---------- */
.trust-strip { background: var(--cloud); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 40px; }
.trust-item { text-align: center; }
.trust-item b { display: block; font-size: 2.1rem; font-weight: 800; color: var(--navy-800); }
.trust-item span { font-size: 0.9rem; color: var(--slate); font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.72); padding: 72px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .brand-text .name { color: #fff; }
.footer-brand p { margin: 20px 0; font-size: 0.94rem; max-width: 320px; color: rgba(255,255,255,0.6); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); display: grid; place-items: center; color: #fff; transition: background .25s, transform .25s; }
.footer-social a:hover { background: var(--red-500); transform: translateY(-3px); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-col h4 { color: #fff; font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { font-size: 0.94rem; color: rgba(255,255,255,0.62); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 0.94rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--red-400); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 24px 0; font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Mobile menu ---------- */
.mobile-menu { display: none; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: #fff; border-top: 3px solid var(--red-500); box-shadow: 0 -12px 40px rgba(10,26,63,0.16);
  transform: translateY(110%); transition: transform .45s var(--ease); visibility: hidden;
}
.cookie-banner.show { transform: none; visibility: visible; }
.cookie-inner { display: flex; align-items: center; gap: 26px; padding-block: 20px; }
.cookie-text strong { display: block; color: var(--navy-800); font-size: 1.02rem; margin-bottom: 4px; }
.cookie-text p { font-size: 0.9rem; margin: 0; color: var(--slate); }
.cookie-text a { color: var(--red-500); font-weight: 700; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-actions .btn { padding: 12px 22px; font-size: 0.95rem; }
@media (max-width: 760px) {
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 16px; padding-block: 18px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions .btn { width: 100%; justify-content: center; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(3) { border-left: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .steps, .steps.steps-6 { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .content-split { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-links, .nav-phone span { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
  .hero-form-grid { grid-template-columns: 1fr; }
  .hero-quote { max-width: none; }
  .split, .split.rev .split-media { grid-template-columns: 1fr; order: 0; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-phone-lg { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .feature + .feature { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
  .svc-grid, .areas-grid, .steps, .steps.steps-6 { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
  .hero-trust b { font-size: 1.3rem; }

  .mobile-menu {
    display: block; position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); background: #fff;
    z-index: 200; transform: translateX(100%); transition: transform .35s var(--ease); box-shadow: var(--shadow-lg);
    padding: 26px 24px; overflow-y: auto;
  }
  .mobile-menu.open { transform: none; }
  .mobile-backdrop { display: none; position: fixed; inset: 0; background: rgba(10,26,63,0.5); z-index: 150; opacity: 0; transition: opacity .3s; }
  .mobile-backdrop.open { display: block; opacity: 1; }
  .mm-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
  .mm-close { background: none; border: none; font-size: 1.8rem; color: var(--navy-800); cursor: pointer; line-height: 1; }
  .mm-links { list-style: none; display: grid; gap: 2px; }
  .mm-links > li > a, .mm-group > summary { display: block; padding: 13px 12px; font-weight: 700; color: var(--navy-800); border-radius: 10px; font-size: 1.05rem; cursor: pointer; }
  .mm-group summary { list-style: none; display: flex; justify-content: space-between; align-items: center; }
  .mm-group summary::-webkit-details-marker { display: none; }
  .mm-group[open] summary { color: var(--red-500); }
  .mm-sub { list-style: none; padding: 2px 0 8px 12px; display: grid; gap: 2px; }
  .mm-sub a { display: block; padding: 9px 12px; font-weight: 500; color: var(--slate); border-radius: 8px; font-size: 0.96rem; }
  .mm-sub a:hover { background: var(--cloud); color: var(--red-500); }
  .mm-cta { margin-top: 22px; display: grid; gap: 12px; }
  .mm-cta .btn { justify-content: center; }
}
