/* ===== Tokens ===== */
:root {
  --navy-950: #16261f;
  --navy-900: #1e362b;
  --navy-800: #274435;
  --navy-700: #35543f;
  --accent: #e2823c;
  --accent-dark: #c96a28;
  --accent-light: #f0a868;
  --ink: #22322a;
  --ink-soft: #5c6b5e;
  --surface: #fffdf9;
  --surface-2: #f2ead8;
  --surface-3: #e8dec4;
  --border: #e3d9be;
  --success: #1b9e5a;
  --shadow-sm: 0 2px 8px rgba(20, 34, 26, 0.07);
  --shadow-md: 0 12px 30px rgba(20, 34, 26, 0.12);
  --shadow-lg: 0 24px 60px rgba(20, 34, 26, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy-950);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  box-shadow: 0 8px 20px rgba(201, 106, 40, 0.30);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 106, 40, 0.38); }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.btn-lg { padding: 15px 30px; font-size: 1rem; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark { display: flex; align-items: center; }
.logo-mark img { height: 48px; width: auto; display: block; }
.footer-brand .logo-mark img { height: 54px; }
.logo-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--navy-950);
}
.logo-accent { color: var(--accent-dark); }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.main-nav a:hover { color: var(--navy-950); }

.header-actions { display: flex; align-items: center; gap: 20px; }
.phone-link {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-weight: 700; font-size: 0.8rem;
  color: var(--navy-900);
  white-space: nowrap;
}
.phone-link svg { color: var(--accent-dark); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px; height: 2.5px;
  background: var(--navy-950);
  border-radius: 2px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  background: radial-gradient(120% 140% at 15% 0%, var(--navy-700) 0%, var(--navy-900) 45%, var(--navy-950) 100%);
  color: #fff;
  overflow: hidden;
  padding-top: 40px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg svg { width: 100%; height: 100%; }

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 70px 24px 100px;
}

.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-light);
  background: rgba(226, 130, 60, 0.16);
  border: 1px solid rgba(226, 130, 60, 0.4);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  color: #fff;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin-bottom: 32px;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px;
}
.trust-item { display: flex; flex-direction: column; gap: 2px; }
.trust-item strong { font-family: var(--font-head); font-size: 1.4rem; color: #fff; }
.trust-item span { font-size: 0.8rem; color: rgba(255,255,255,0.55); }

.hero-visual { position: relative; }
.van-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  padding: 30px 20px;
  backdrop-filter: blur(6px);
}
.floating-badge {
  position: absolute;
  background: #fff;
  color: var(--navy-950);
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}
.floating-badge small { font-weight: 500; color: var(--ink-soft); }
.badge-1 { top: 6%; right: 4%; display: flex; align-items: center; gap: 8px; }
.badge-1 .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(27, 158, 90, 0.2);
}
.badge-2 { bottom: 4%; left: 0%; }

/* ===== Page Banner (inner pages) ===== */
.page-banner {
  background: radial-gradient(120% 140% at 15% 0%, var(--navy-700) 0%, var(--navy-900) 45%, var(--navy-950) 100%);
  color: #fff;
  padding: 64px 0 60px;
}
.page-banner .eyebrow { margin-bottom: 18px; }
.page-banner h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  margin-bottom: 14px;
}
.page-banner p {
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  font-size: 1.05rem;
}

.main-nav a.nav-active { color: var(--accent-dark); }

/* ===== Specs table ===== */
.table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
.specs-table th, .specs-table td {
  text-align: left;
  padding: 16px 20px;
  font-size: 0.92rem;
  white-space: nowrap;
}
.specs-table th {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy-950);
  background: var(--surface-2);
  border-bottom: 1px solid var(--border);
}
.specs-table td { color: var(--ink-soft); border-bottom: 1px solid var(--border); }
.specs-table td:first-child { color: var(--navy-950); font-weight: 700; }
.specs-table tr:last-child td { border-bottom: none; }

/* ===== Strip ===== */
.strip { background: var(--surface-2); border-bottom: 1px solid var(--border); padding: 22px 0; }
.strip-inner p {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.92rem;
  max-width: 780px;
  margin: 0 auto;
}

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-alt { background: var(--surface-2); }

.section-head { max-width: 620px; margin-bottom: 52px; }
.section-head.light { color: #fff; }
.tag {
  display: inline-block;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 12px;
}
.tag-light { color: var(--accent-light); }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.02rem; }
.section-head.light h2 { color: #fff; }
.section-head.light p { color: rgba(255,255,255,0.68); }

/* ===== Grid / Cards ===== */
.grid { display: grid; gap: 26px; }
.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: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(226,130,60,0.16), rgba(201,106,40,0.10));
  color: var(--accent-dark);
  margin-bottom: 18px;
}
.card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.95rem; }

/* ===== Steps ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
}
.step-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--accent);
  opacity: 0.5;
  margin-bottom: 14px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.92rem; }

/* ===== Coverage ===== */
.coverage-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.lane-list { margin: 26px 0 30px; display: flex; flex-direction: column; gap: 12px; }
.lane-list li {
  display: flex; align-items: center; gap: 12px;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--navy-950);
}
.lane-list li i {
  width: 30px; height: 2px;
  background: var(--accent);
  position: relative;
}
.lane-list li i::after {
  content: '';
  position: absolute; right: -2px; top: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}

/* ===== Why Us ===== */
.why-grid { text-align: left; }
.why-item {
  padding: 26px 22px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.why-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
}
.why-item h4 { font-size: 1rem; margin-bottom: 8px; }
.why-item p { color: var(--ink-soft); font-size: 0.9rem; }

/* ===== Quote cards ===== */
.quote-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.quote-card p { font-size: 0.98rem; color: var(--ink); margin-bottom: 16px; font-style: italic; }
.quote-author { font-size: 0.85rem; font-weight: 700; color: var(--ink-soft); }

/* ===== Quote form section ===== */
.section-quote {
  background: radial-gradient(120% 140% at 85% 0%, var(--navy-700) 0%, var(--navy-900) 45%, var(--navy-950) 100%);
}
.quote-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.quote-form {
  text-align: left;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-row .form-field { margin-bottom: 0; }
.form-field label { font-size: 0.85rem; font-weight: 700; color: var(--navy-950); }
.form-field input, .form-field select, .form-field textarea {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--surface-2);
  transition: border-color .15s ease, background .15s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
}
.form-field textarea { resize: vertical; }
.quote-form .btn { width: 100%; margin-top: 6px; }
.form-note { margin-top: 14px; font-size: 0.9rem; font-weight: 600; text-align: center; min-height: 1.2em; }
.form-note.success { color: var(--success); }
.form-note.error { color: #d64545; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,0.75); padding-top: 70px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-text { color: #fff; }
.footer-brand p { margin-top: 16px; font-size: 0.9rem; color: rgba(255,255,255,0.5); max-width: 280px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { color: #fff; font-size: 0.92rem; margin-bottom: 6px; }
.footer-col a { font-size: 0.9rem; color: rgba(255,255,255,0.65); transition: color .15s ease; }
.footer-col a:hover { color: #fff; }
.footer-text { font-size: 0.88rem; color: rgba(255,255,255,0.5); }
.footer-col .btn { align-self: flex-start; margin-top: 6px; }

.footer-bottom { padding: 22px 0; }
.footer-bottom-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.8rem; color: rgba(255,255,255,0.4);
}

/* ===== Back to top ===== */
.back-to-top {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 90;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ===== Quote popup ===== */
.quote-popup {
  position: fixed;
  left: 26px;
  bottom: 26px;
  max-width: 300px;
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 26px 24px 24px;
  z-index: 95;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.quote-popup.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.quote-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink-soft);
  padding: 4px;
}
.quote-popup-close:hover { color: var(--navy-950); }
.quote-popup h4 { font-size: 1.05rem; margin: 6px 0 8px; }
.quote-popup p { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 16px; }
.quote-popup .btn { width: 100%; }

@media (max-width: 760px) {
  .quote-popup { left: 16px; right: 16px; max-width: none; bottom: 16px; }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .coverage-inner { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav, .phone-link { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn { display: none; }
  .main-nav.open {
    display: flex;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px 24px;
    gap: 18px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .hero-trust { grid-template-columns: repeat(2, auto); row-gap: 20px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 26px 20px; }
  .footer-inner { grid-template-columns: 1fr; }
}
