:root {
  --ink: #101214;
  --paper: #f7f6f2;
  --gold: #f7b500;
  --gold-text: #7a5c00;
  --wa: #25d366;
  --muted: #686c70;
  --line: #deded8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}
.wrap { width: min(100% - 40px, 1100px); margin: auto; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 9; padding: .5rem; background: #fff; color: #000; }

/* Hero */
.hero {
  min-height: 675px;
  min-height: 100svh;
  position: relative;
  display: grid;
  overflow: hidden;
  background: #111;
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,10,11,.95) 0%, rgba(8,10,11,.76) 40%, rgba(8,10,11,.28) 63%, rgba(8,10,11,.08)), url('hero-truck.webp') 50% 38%/cover no-repeat;
  filter: saturate(.92) contrast(1.05);
}
.hero-content { position: relative; z-index: 1; align-self: center; padding: 5.5rem 0 4rem; }
.eyebrow, .kicker { font-size: .74rem; letter-spacing: .13em; font-weight: 850; margin: 0 0 1rem; }
.eyebrow { color: var(--gold); }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; margin-right: .5rem; box-shadow: 0 0 0 5px rgba(247,181,0,.18); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 9vw, 5.5rem); line-height: .95; letter-spacing: -.06em; margin-bottom: 1.3rem; }
h1 strong { color: var(--gold); }
.lead { font-size: clamp(1.05rem, 2.5vw, 1.25rem); max-width: 520px; color: #f0f0ed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2rem 0 1.1rem; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .8rem 1.1rem;
  border: 0;
  border-radius: 4px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .15s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .float-call:focus-visible, .float-wa:focus-visible, a:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .85);
}
.button svg { height: 21px; width: 21px; fill: currentColor; }
.call-button { background: var(--gold); color: #17130a; }
.wa-button { background: var(--wa); color: var(--ink); }
.wa-button svg { height: 24px; width: 24px; }
.phone { color: #fff; font-size: clamp(1.75rem, 6vw, 2.55rem); font-weight: 850; letter-spacing: -.045em; text-decoration: none; }
.safety { max-width: 480px; margin: 1.35rem 0 0; padding: .65rem .75rem; border-left: 3px solid var(--gold); background: rgba(0,0,0,.34); font-size: .82rem; color: #e7e7e3; }

/* Trust bar */
.trust { background: var(--gold); }
.trust-grid { display: grid; grid-template-columns: 1fr; padding: .4rem 0; }
.trust-grid p { margin: 0; padding: .7rem 0; border-bottom: 1px solid rgba(0,0,0,.14); }
.trust-grid p:last-child { border: 0; }
.trust-grid b { display: block; }
.trust-grid span { font-size: .82rem; }

/* Signal / weak-signal callout */
.signal { background: #fff; border-bottom: 1px solid var(--line); }
.signal-inner { padding: 1.75rem 0; display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.signal .kicker { color: var(--gold-text); margin-bottom: .45rem; }
.signal h2 { font-size: 1.35rem; letter-spacing: -.03em; margin-bottom: .2rem; }
.signal p:not(.kicker) { color: var(--muted); margin: 0; }
.signal-link { color: var(--ink); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.signal-link span { color: var(--gold-text); }

/* Sections */
.section { padding: 4.5rem 0; }
.kicker { color: var(--gold-text); }
.section h2, .callout h2 { font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 1.35rem; }
.section-intro { max-width: 640px; color: var(--muted); margin: -.75rem 0 0; }

/* Services grid */
.services { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 2rem; }
.services article { background: var(--paper); padding: 1.5rem; }
.services article > b { color: var(--gold-text); }
.services h3 { font-size: 1.2rem; margin: .85rem 0 .35rem; }
.services p { margin: 0; color: var(--muted); }

/* About / why-us grid */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
.why-grid > div { display: flex; gap: 1rem; align-items: flex-start; }
.why-icon {
  width: 3rem; height: 3rem; flex: 0 0 3rem;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--gold); color: #17130a;
}
.why-icon svg { width: 22px; height: 22px; fill: currentColor; }
.why-grid h3 { margin: .1rem 0 .35rem; font-size: 1.1rem; }
.why-grid p { margin: 0; color: var(--muted); }

/* Coverage area */
.coverage { background: var(--ink); color: #fff; }
.coverage .kicker { color: var(--gold); }
.coverage h2 { color: #fff; }
.coverage-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.coverage-list li {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 700;
}
.coverage-list li b { color: var(--gold); font-weight: 850; }

/* Callout banner */
.callout { background: var(--ink); color: #fff; padding: 3rem 0; }
.callout .kicker { color: var(--gold); }
.callout h2 { margin-bottom: 1.5rem; }
.callout-inner { display: flex; flex-direction: column; align-items: flex-start; }

.muted { background: #eae9e3; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.25rem; }
.steps li { display: flex; gap: 1rem; }
.steps b { width: 2.25rem; height: 2.25rem; flex: 0 0 2.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--gold); }
.steps h3 { margin: .1rem 0; }
.steps p { margin: 0; color: var(--muted); }

/* Map */
.map-section { padding-bottom: 0; }
.map-frame { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-top: 2rem; background: #eae9e3; }
.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; }
.contact-details { display: grid; gap: .6rem; margin-top: 1.5rem; color: var(--muted); }
.contact-details a { color: var(--ink); font-weight: 800; text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }

/* Reviews carousel */
.reviews-head { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 2rem; }
.reviews-link { color: var(--ink); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.review-card {
  margin: 0;
  padding: 1.5rem;
  font-style: normal; quotes: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(16, 18, 20, .06);
}
.review-card-header { display: flex; align-items: center; gap: .75rem; margin-bottom: .9rem; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: 0 0 42px; background: var(--line); }
.review-avatar-fallback {
  width: 42px; height: 42px; border-radius: 50%; flex: 0 0 42px;
  display: grid; place-items: center;
  background: var(--gold); color: #17130a; font-weight: 850; font-size: .95rem;
}
.review-meta { flex: 1; min-width: 0; }
.review-author { display: block; font-weight: 800; font-size: .92rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-time { display: block; font-size: .78rem; color: var(--muted); }
.review-google-icon { flex: 0 0 auto; width: 20px; height: 20px; }
.review-stars { display: block; color: var(--gold-text); letter-spacing: 2px; font-size: .95rem; margin-bottom: .6rem; }
.review-card p { font-size: .95rem; color: var(--ink); margin: 0; line-height: 1.55; }

/* FAQ */
.faq { padding-bottom: 6rem; }
.faq details { padding: 1rem 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin: .7rem 0 0; color: var(--muted); }

/* Footer */
.site-footer { background: #0b0d0e; color: #fff; padding: 2.5rem 0 5.5rem; }
.footer { display: flex; flex-direction: column; gap: 1.5rem; }
.brand { font-weight: 850; letter-spacing: .03em; margin-bottom: .35rem; }
.brand strong, .footer-phone { color: var(--gold); }
.site-footer p { margin-bottom: 0; color: #bdbfbb; }
.footer-phone { font-size: 1.75rem; font-weight: 850; text-decoration: none; letter-spacing: -.045em; }
.footer-contact { display: grid; gap: .35rem; margin-top: .5rem; font-size: .92rem; color: #bdbfbb; }
.footer-contact a { color: #bdbfbb; text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-compliance { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.footer-compliance img { height: 40px; width: auto; display: block; }
.copyright { font-size: .8rem; border-top: 1px solid #303234; margin-top: 2rem; padding-top: 1.25rem; }
.copyright a { color: #bdbfbb; }

/* Floating buttons */
.float-call, .float-wa {
  position: fixed; bottom: 1rem; z-index: 3;
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%; text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
}
.float-call { right: 1rem; background: var(--gold); color: #17130a; }
.float-wa { left: 1rem; background: var(--wa); color: var(--ink); }
.float-call svg { width: 22px; fill: currentColor; }
.float-wa svg { width: 35px; fill: currentColor; }

/* Cookie banner */
.cookie-banner {
  position: fixed; top: 0; left: 0; right: 0; bottom: auto; z-index: 6;
  background: var(--ink); color: #fff;
  padding: .6rem .9rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  display: flex; flex-wrap: wrap; align-items: center; gap: .6rem;
  max-width: none; border-radius: 0;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .85rem; color: #e7e7e3; }
.cookie-banner a { color: var(--gold); }
.cookie-actions { display: flex; gap: .6rem; margin-left: auto; }
.cookie-actions button { border: 0; border-radius: 4px; padding: .5rem .85rem; font-size: .82rem; font-weight: 800; cursor: pointer; min-height: 36px; }
#cookie-accept { background: var(--gold); color: #17130a; }
#cookie-decline { background: transparent; color: #fff; border: 1px solid #4a4d4f; }

@media (min-width: 680px) {
  .hero-content { padding: 6.5rem 0 5rem; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: .75rem 0; }
  .trust-grid p { border: 0; }
  .signal-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; }
  .signal-link { flex: 0 0 auto; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .callout-inner, .footer { flex-direction: row; align-items: center; justify-content: space-between; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .reviews-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .float-call, .float-wa { display: none; }
}

@media (min-width: 900px) {
  .section { padding: 6rem 0; }
  .services { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
