:root {
  /* Brand colors */
  --navy-950: #061224;
  --navy-900: #0b1e36;
  --navy-700: #1e3a60;
  --gold-500: #ffb800;
  --gold-600: #e0a200;
  --gold-100: #fff3d1;
  /* Neutral palette */
  --slate-950: #0f172a;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;
  --success: #0f9f6e;
  --error: #d92d3a;
  --shadow-sm: 0 8px 24px rgba(6, 18, 36, 0.08);
  --shadow-md: 0 24px 60px rgba(6, 18, 36, 0.13);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --container: 1180px;
  color-scheme: light;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  contain: strict;
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--slate-950);
  font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--gold-500);
  color: var(--navy-950);
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy-950);
  box-shadow: var(--shadow-md);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 780px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 104px 0;
}

.section-soft {
  background: var(--slate-50);
}

.section-dark {
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--navy-700);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: var(--gold-500);
  content: "";
}

.section-dark .eyebrow,
.business-panel .eyebrow {
  color: #dce7f4;
}

.display-title,
.section-title,
.page-title {
  color: var(--navy-950);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.display-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.4vw, 5.8rem);
}

.section-title {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
}

.page-title {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.section-dark .section-title,
.business-panel .section-title,
.page-hero-dark .page-title {
  color: var(--white);
}

.lead {
  max-width: 680px;
  color: var(--slate-600);
  font-size: clamp(1.06rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.section-dark .lead,
.business-panel .lead,
.page-hero-dark .lead {
  color: #c6d4e5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-900);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--gold-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--navy-700);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--navy-950);
  text-decoration: none;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--navy-950);
}

.brand-tagline {
  margin-top: 3px;
  color: var(--gold-500);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 36px;
}

.nav-center-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Home pill (dark navy active state) */
.nav-pill-active {
  display: inline-flex;
  align-items: center;
  padding: 8px 22px;
  border-radius: 99px;
  background: var(--navy-950);
  color: var(--white) !important;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.nav-pill-active:hover {
  background: var(--navy-700);
  transform: translateY(-1px);
}

.nav-dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 14px;
  border-radius: 10px;
  color: var(--slate-700);
  font-size: 0.92rem;
  font-weight: 750;
  transition: color 150ms ease, background 150ms ease;
}

.nav-dropdown-link:hover {
  color: var(--navy-950);
  background: var(--slate-50);
}

.nav-chevron {
  width: 14px;
  height: 14px;
  color: var(--slate-500);
  transition: transform 150ms ease;
}

.nav-dropdown-link:hover .nav-chevron {
  color: var(--navy-950);
  transform: translateY(1px);
}

.nav-actions-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-login-link {
  color: var(--navy-950);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 8px 10px;
  transition: color 150ms ease;
}

.nav-login-link:hover {
  color: var(--gold-600);
}

.nav-divider {
  color: var(--slate-300);
  font-size: 1.1rem;
  font-weight: 300;
  user-select: none;
}

.button-pill {
  border-radius: 99px !important;
  padding: 10px 24px !important;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--navy-900);
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle {
  gap: 4px;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(11, 30, 54, 0.2);
}

.button-primary:hover {
  background: var(--navy-700);
}

.button-gold {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 10px 24px rgba(255, 184, 0, 0.28);
}

.button-gold:hover {
  background: #ffc229;
}

.button-light {
  border: 1px solid var(--slate-200);
  background: var(--white);
  color: var(--navy-900);
}

.button-light:hover {
  border-color: var(--slate-300);
  background: var(--slate-50);
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 13px;
  font-size: 0.88rem;
}

.button svg {
  width: 19px;
  height: 19px;
}

/* ═══════════════════════════════════════════════════════
   HERO  —  Modern Fleet Showcase
   ═══════════════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 36px;
  background: var(--white);
}

/* Subtle corner ambience */
.hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 35% at 4% 0%, rgba(255, 184, 0, 0.08), transparent),
    radial-gradient(ellipse 45% 40% at 96% 2%, rgba(11, 30, 54, 0.04), transparent);
  content: "";
  pointer-events: none;
}

/* Centered container */
.hero-centered {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Hero Headline */
.hero-headline {
  margin: 0 0 16px;
  color: var(--navy-950);
  font-size: clamp(2.8rem, 5.2vw, 4.75rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.text-gold {
  color: var(--gold-500);
}

.hero-sub {
  max-width: 660px;
  margin: 0 auto 32px;
  color: var(--slate-600);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.hide-mobile {
  display: inline;
}

/* Hero Request Button */
.hero-cta-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.button-hero-request {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 8px 10px 8px 28px;
  border-radius: 99px;
  background: var(--navy-950);
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(6, 18, 36, 0.12);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  text-decoration: none;
}

.button-hero-request:hover {
  transform: translateY(-2px);
  background: var(--navy-700);
  box-shadow: 0 6px 18px rgba(6, 18, 36, 0.16);
}

.btn-arrow-circle {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy-950);
  transition: transform 180ms ease;
}

.btn-arrow-circle svg {
  width: 18px;
  height: 18px;
  stroke: var(--navy-950);
  stroke-width: 2.5;
}

.button-hero-request:hover .btn-arrow-circle {
  transform: translateX(2px);
}

/* ─── Hero Lottie Delivery Animation Stage ─── */
.hero-animation-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  min-height: 380px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-lottie-player {
  width: 100%;
  height: 100%;
  max-width: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-lottie-player svg {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 420px;
  margin: 0 auto;
}

/* ─── Key Features Trust Strip ─── */
.hero-features-container {
  margin-top: 48px;
  padding-bottom: 24px;
}

.hero-features-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 24px 36px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(6, 18, 36, 0.04);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-icon-box {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border: 1.5px solid var(--navy-950);
  border-radius: 14px;
  background: transparent;
  color: var(--navy-950);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.feature-item:hover .feature-icon-box {
  background: var(--navy-950);
  color: var(--white);
  transform: translateY(-2px);
}

.feature-icon-box svg {
  width: 22px;
  height: 22px;
}

.feature-text strong {
  display: block;
  color: var(--navy-950);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.3;
}

.feature-text span {
  display: block;
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 0.78rem;
  line-height: 1.3;
}

.feature-text .feature-contact-links {
  display: grid;
  gap: 3px;
  margin-top: 4px;
}

.feature-contact-links a {
  color: var(--slate-500);
  white-space: nowrap;
}

.feature-contact-links a:hover {
  color: var(--gold-600);
}

/* ─── Trust pills (in request section) ─── */
.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-pills-spaced {
  margin-top: 28px;
}

.request-inline-note {
  margin: 2px 0 0;
  color: var(--slate-600);
  font-size: 0.78rem;
}

.track-page {
  min-height: 70vh;
  background: linear-gradient(180deg, var(--navy-950) 0 350px, var(--slate-50) 350px 100%);
}

.track-page-shell {
  max-width: 860px;
}

.track-page-heading {
  max-width: 700px;
  margin: 0 auto 32px;
  color: var(--white);
  text-align: center;
}

.track-page-heading .eyebrow {
  color: var(--gold);
}

.track-page-heading h1 {
  margin: 8px 0 12px;
  font-size: clamp(2.1rem, 6vw, 3.6rem);
}

.track-page-heading .lead {
  color: rgba(255, 255, 255, 0.78);
}

.track-live-card {
  min-height: 280px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--slate-200);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(6, 18, 36, 0.14);
}

.track-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 170px;
  color: var(--slate-600);
}

.track-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 28px;
}

.track-summary-grid > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  padding: 16px;
  border-radius: 14px;
  background: var(--slate-50);
}

.track-summary-grid strong {
  display: block;
  color: var(--navy-950);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.track-summary-grid span,
.track-route-type {
  color: var(--slate-600);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.track-route,
.track-timeline {
  margin-top: 28px;
}

.track-route h2,
.track-timeline h2 {
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.track-route ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.track-route li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  background: var(--slate-50);
}

.track-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.track-security-note {
  max-width: 690px;
  margin: 22px auto 0;
  color: var(--slate-600);
  font-size: 0.85rem;
  text-align: center;
}

.timeline-stepper .timeline-title,
.timeline-stepper .timeline-detail {
  display: block;
}

.timeline-stepper .timeline-title {
  color: var(--navy-950);
  font-weight: 800;
}

.timeline-stepper .timeline-detail {
  margin-top: 3px;
  color: var(--slate-600);
  font-size: 0.86rem;
}

@media (max-width: 680px) {
  .track-page {
    background: linear-gradient(180deg, var(--navy-950) 0 280px, var(--slate-50) 280px 100%);
  }

  .track-result-header {
    display: grid;
    gap: 8px;
  }

  .track-result-header h2 {
    overflow-wrap: anywhere;
  }

  .track-result-type {
    justify-self: start;
  }

  .track-summary-grid {
    grid-template-columns: 1fr;
  }

  .track-actions > * {
    width: 100%;
  }
}

.trust-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--slate-600);
  font-size: 0.83rem;
  font-weight: 750;
}

.trust-pills svg {
  width: 18px;
  height: 18px;
  color: var(--success);
}

/* ─── Request a Delivery Section ─── */
.request-section {
  background: var(--slate-50);
}

.request-section-grid {
  display: grid;
  align-items: start;
  gap: clamp(44px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1.1fr);
}

.request-section-copy {
  position: sticky;
  top: 104px;
}

.app-stage {
  position: relative;
  min-height: 600px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, var(--navy-950), var(--navy-700));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow-md);
}

.app-stage::after {
  position: absolute;
  inset: auto 8% -14% 8%;
  height: 28%;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.24);
  filter: blur(70px);
  content: "";
}

.phone {
  position: absolute;
  z-index: 2;
  top: 44px;
  right: 50%;
  width: min(330px, 76%);
  min-height: 520px;
  padding: 11px;
  transform: translateX(50%) rotate(1.5deg);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background: #071527;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.34);
}

.phone-screen {
  min-height: 498px;
  overflow: hidden;
  border-radius: 29px;
  background: var(--slate-50);
}

.phone-top {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 11px;
  padding: 22px 18px 18px;
  background: var(--white);
}

.phone-logo {
  width: 38px;
  height: 38px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  background: var(--white);
  object-fit: contain;
  padding: 5px;
}

.phone-title strong,
.phone-title span {
  display: block;
}

.phone-title strong {
  color: var(--navy-950);
  font-size: 0.9rem;
  font-weight: 900;
}

.phone-title span {
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 0.61rem;
}

.route-panel {
  margin: 14px;
  padding: 16px;
  border: 1px solid var(--slate-200);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.route-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.route-panel h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 0.96rem;
  font-weight: 900;
}

.ready-pill {
  padding: 4px 7px;
  border-radius: 99px;
  background: var(--gold-100);
  color: var(--navy-900);
  font-size: 0.56rem;
  font-weight: 850;
}

.route-panel>p {
  color: var(--slate-500);
  font-size: 0.63rem;
}

.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--slate-100);
}

.progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold-500);
}

.stop-card {
  position: relative;
  display: grid;
  margin: 10px 14px;
  padding: 14px 14px 14px 48px;
  border: 1px solid var(--slate-200);
  border-radius: 17px;
  background: var(--white);
}

.stop-card::before {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 18px;
  height: 18px;
  border: 5px solid currentColor;
  border-radius: 5px;
  content: "";
}

.stop-card.pickup {
  color: var(--gold-600);
}

.stop-card.dropoff {
  color: var(--navy-900);
}

.stop-card small,
.stop-card strong {
  display: block;
}

.stop-card small {
  color: var(--slate-500);
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stop-card strong {
  margin-top: 2px;
  color: var(--navy-950);
  font-size: 0.72rem;
  font-weight: 850;
}

.quote-button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 16px 14px;
  border-radius: 15px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 850;
}

.float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy-950);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.float-card strong,
.float-card span {
  display: block;
}

.float-card strong {
  font-size: 0.76rem;
  font-weight: 900;
}

.float-card span {
  margin-top: 1px;
  color: var(--slate-500);
  font-size: 0.61rem;
}

.float-card .status-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--gold-500);
  color: var(--navy-950);
}

.float-card .status-icon svg {
  width: 20px;
  height: 20px;
}

.float-status {
  top: 90px;
  right: -30px;
}

.float-secure {
  bottom: 66px;
  left: -42px;
}

.request-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 30, 54, 0.1);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 32px 90px rgba(6, 18, 36, 0.18);
}

.request-card::after {
  position: absolute;
  z-index: 0;
  top: -88px;
  right: 0;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 184, 0, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 184, 0, 0.045), 0 0 0 68px rgba(255, 184, 0, 0.025);
  content: "";
  pointer-events: none;
}

.request-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-900));
  color: var(--white);
}

.request-card-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.request-header-sub {
  margin: 4px 0 0;
  color: var(--slate-400);
  font-size: 0.82rem;
  font-weight: 500;
}

.request-kicker {
  margin-bottom: 5px;
  color: var(--gold-500);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.secure-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  color: #e6eef8;
  font-size: 0.72rem;
  font-weight: 850;
}

.secure-badge svg {
  width: 14px;
  height: 14px;
  color: var(--gold-500);
}

.request-progress {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0;
  padding: 16px 20px;
  border-bottom: 1px solid var(--slate-200);
  background: var(--slate-50);
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.request-progress::before {
  position: absolute;
  z-index: 0;
  top: 31px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: var(--slate-200);
  content: "";
}

.request-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: var(--slate-500);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.request-progress span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--slate-200);
  color: var(--slate-700);
  box-shadow: 0 0 0 1px var(--slate-300);
  font-size: 0.74rem;
  font-weight: 900;
  transition: all 160ms ease;
}

.request-progress li[aria-current="step"] {
  color: var(--navy-950);
}

.request-progress li[aria-current="step"] span {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 0 0 2px var(--gold-500), 0 4px 12px rgba(255, 184, 0, 0.3);
}

.request-progress li.is-complete span {
  background: var(--navy-950);
  color: var(--white);
  box-shadow: 0 0 0 1px var(--navy-950);
}

.request-form {
  position: relative;
  z-index: 1;
  padding: 28px 28px 32px;
}

.request-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.request-step legend {
  width: 100%;
  margin-bottom: 6px;
  padding: 0;
  color: var(--navy-950);
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.request-step-copy {
  color: var(--slate-600);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.request-error {
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.82rem;
  font-weight: 750;
}

.request-route {
  position: relative;
  display: grid;
  gap: 16px;
}

.request-route::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 17px;
  width: 2px;
  background: dashed 2px var(--slate-300);
  border-left: 2px dashed var(--slate-300);
  content: "";
}

.request-stop {
  position: relative;
  display: grid;
  min-width: 0;
  padding-left: 44px;
}

.location-field-wrapper {
  position: relative;
  width: 100%;
}

.location-input-container {
  position: relative;
  width: 100%;
}

.location-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 220px;
  overflow-y: auto;
  background: var(--white);
  border: 1.5px solid var(--slate-300);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(11, 30, 54, 0.16);
  padding: 4px;
}

.autocomplete-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 120ms ease;
}

.autocomplete-item:hover,
.autocomplete-item.is-selected {
  background: var(--gold-100);
}

.autocomplete-item strong {
  color: var(--navy-950);
  font-size: 0.85rem;
  font-weight: 800;
}

.autocomplete-item span {
  color: var(--slate-500);
  font-size: 0.72rem;
}

.autocomplete-empty {
  padding: 12px 14px;
  text-align: center;
  color: var(--slate-500);
  font-size: 0.8rem;
  font-weight: 600;
}

.request-stop-marker {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 5px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--navy-950);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 3px var(--white);
}

.request-stop-pickup .request-stop-marker {
  background: #16a34a;
}

.request-stop-dropoff .request-stop-marker {
  background: var(--navy-950);
}

.request-stop-extra .request-stop-marker {
  background: var(--navy-900);
  color: var(--white);
}

.extra-stop-grid {
  display: grid;
  min-width: 0;
  align-items: end;
  gap: 10px;
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr);
}

.extra-stop-grid .request-remove {
  grid-column: 2;
  justify-self: end;
}

.route-actions-bar {
  margin-top: 10px;
  padding-left: 44px;
}

.add-stop-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px dashed var(--slate-300);
  border-radius: 99px;
  background: var(--slate-50);
  color: var(--navy-900);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  transition: all 140ms ease;
}

.add-stop-button:hover {
  background: var(--slate-100);
  border-color: var(--navy-900);
}

.request-remove,
.otp-links button {
  min-height: 36px;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: var(--slate-600);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
}

.request-remove:hover,
.otp-links button:hover {
  color: #b91c1c;
}

.request-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-200);
}

.request-actions-end {
  justify-content: flex-end;
}

.button-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button-with-arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 150ms ease;
}

.button-with-arrow:hover svg {
  transform: translateX(3px);
}

.button-quiet {
  border: 1.5px solid var(--slate-200);
  background: var(--white);
  color: var(--navy-900);
  box-shadow: none;
  font-weight: 750;
  border-radius: var(--radius-pill);
}

.button-quiet:hover {
  background: var(--slate-50);
}

.item-panel {
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  background: #f8fafc;
}

.item-panel>strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 0.82rem;
  font-weight: 850;
}

.request-item-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
}

.request-item-grid textarea {
  min-height: 72px;
}

.field [aria-invalid="true"] {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(217, 45, 58, 0.1);
}

.request-quote {
  display: grid;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1.5px solid rgba(255, 184, 0, 0.5);
  border-radius: var(--radius-md);
  background: var(--gold-100);
}

.request-quote span,
.request-quote small {
  color: var(--slate-600);
  font-size: 0.7rem;
}

.request-quote strong {
  margin: 2px 0;
  color: var(--navy-950);
  font-size: 1.12rem;
  font-weight: 900;
}

.request-consent {
  margin-bottom: 0;
}

.otp-panel {
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 17px;
  background: var(--slate-50);
}

.otp-panel>p {
  color: var(--slate-600);
  font-size: 0.79rem;
}

.otp-code-field .otp-input {
  max-width: 190px;
  height: 64px;
  font-size: 1.75rem !important;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-align: center;
}

.otp-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 7px;
}

.otp-links button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.account-ready {
  display: grid;
  margin-bottom: 15px;
  padding: 13px 14px 13px 50px;
  border-radius: 14px;
  background: #e8fbf4;
  color: #076847;
  grid-template-columns: 1fr;
}

.account-ready>span {
  position: absolute;
  display: grid;
  width: 27px;
  height: 27px;
  margin: 4px 0 0 -36px;
  place-items: center;
  border-radius: 50%;
  background: var(--success);
  color: var(--white);
  font-weight: 900;
}

.account-ready strong {
  font-size: 0.82rem;
}

.account-ready small {
  font-size: 0.69rem;
}

.request-review {
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
}

.review-row {
  display: grid;
  padding: 13px 15px;
  grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
  gap: 1px 12px;
}

.review-row+.review-row {
  border-top: 1px solid var(--slate-200);
}

.review-row span,
.review-row small {
  color: var(--slate-500);
  font-size: 0.69rem;
}

.review-row strong {
  overflow-wrap: anywhere;
  color: var(--navy-950);
  font-size: 0.78rem;
}

.review-row small {
  grid-column: 2;
}

.request-success {
  padding: 14px 4px 4px;
  text-align: center;
}

.success-mark {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 17px;
  place-items: center;
  border-radius: 21px;
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 15px 32px rgba(255, 184, 0, 0.24);
  font-size: 1.65rem;
  font-weight: 950;
}

.request-success h3 {
  margin-bottom: 7px;
  color: var(--navy-950);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.request-success>p {
  color: var(--slate-600);
  font-size: 0.8rem;
}

.success-reference {
  display: grid;
  margin: 17px 0;
  padding: 13px;
  border-radius: 14px;
  background: var(--slate-50);
}

.success-reference span {
  color: var(--slate-500);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.success-reference strong {
  overflow-wrap: anywhere;
  color: var(--navy-950);
  font-size: 0.83rem;
}

.payment-card-summary {
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  background: var(--slate-50);
}

.payment-cost-breakdown {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--slate-200);
}

.cost-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--slate-600);
}

.cost-row strong {
  color: var(--navy-950);
  font-size: 0.85rem;
}

.cost-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed var(--slate-300);
}

.cost-total-row span {
  font-weight: 800;
  color: var(--navy-950);
  font-size: 0.95rem;
}

.cost-total-amount {
  color: var(--navy-950);
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.payment-methods-accepted {
  margin-top: 14px;
}

.methods-title {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate-500);
}

.methods-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge-momo {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 850;
  border: 1px solid transparent;
}

.badge-momo.mtn {
  background: #fef08a;
  color: #854d0e;
  border-color: #fde047;
}

.badge-momo.telecel {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

.badge-momo.at {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}

.badge-momo.card {
  background: #e2e8f0;
  color: #0f172a;
  border-color: #cbd5e1;
}

.payment-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.payment-choice-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(6, 18, 36, 0.06);
}

.payment-choice-card-cod {
  border-color: rgba(11, 30, 54, 0.22);
  background: linear-gradient(155deg, var(--white), #f7f9fc);
}

.payment-choice-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--gold-100);
  color: var(--navy-950);
}

.payment-choice-card-cod .payment-choice-icon {
  background: var(--navy-950);
  color: var(--gold);
}

.payment-choice-icon svg {
  width: 21px;
  height: 21px;
}

.payment-choice-copy {
  flex: 1;
}

.payment-choice-kicker {
  color: var(--slate-500);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-choice-copy h3 {
  margin: 3px 0 6px;
  color: var(--navy-950);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.payment-choice-copy p,
.payment-choice-notice {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.77rem;
  line-height: 1.5;
}

.payment-choice-notice {
  display: flex;
  min-height: 30px;
  align-items: center;
  color: var(--navy-700);
  font-weight: 750;
}

.button-payment {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(255, 184, 0, 0.35);
  transition: all 180ms ease;
}

.button-payment svg {
  width: 20px;
  height: 20px;
}

.button-payment:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 184, 0, 0.45);
}

.payment-choice-card-cod .button-payment {
  box-shadow: 0 10px 25px rgba(6, 18, 36, 0.16);
}

.payment-choice-card-cod .button-payment:hover {
  box-shadow: 0 14px 30px rgba(6, 18, 36, 0.22);
}

.payment-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 0.75rem;
  color: var(--slate-500);
}

.payment-security-note svg {
  width: 14px;
  height: 14px;
  color: var(--success);
}

.payment-polling-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 20px;
  border-radius: var(--radius-sm);
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (max-width: 700px) {
  .payment-choice-grid {
    grid-template-columns: 1fr;
  }
}

.spinner-inline {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 2.5px solid #bbf7d0;
  border-top-color: #16a34a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.success-actions .button {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.85rem;
}

.request-noscript {
  margin: 0;
  padding: 14px 28px 24px;
  color: var(--error);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-rail {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 58px;
  border: 1px solid var(--slate-200);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  grid-template-columns: repeat(4, 1fr);
}

.trust-stat {
  padding: 23px 20px;
  text-align: center;
}

.trust-stat+.trust-stat {
  border-left: 1px solid var(--slate-200);
}

.trust-stat strong,
.trust-stat span {
  display: block;
}

.trust-stat strong {
  color: var(--navy-950);
  font-size: 0.92rem;
  font-weight: 900;
}

.trust-stat span {
  margin-top: 3px;
  color: var(--slate-500);
  font-size: 0.76rem;
}

.steps-grid,
.service-grid,
.security-grid,
.value-grid {
  display: grid;
  gap: 20px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.step-card,
.service-card,
.security-card,
.value-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(6, 18, 36, 0.045);
}

.step-card {
  padding: 26px;
}

.step-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 15px;
  background: var(--navy-900);
  color: var(--gold-500);
  font-weight: 950;
}

.step-card::after {
  position: absolute;
  top: 48px;
  right: -34px;
  width: 100px;
  height: 100px;
  border: 18px solid var(--gold-100);
  border-radius: 50%;
  content: "";
  opacity: 0.7;
}

.step-card h3,
.service-card h3,
.security-card h3,
.value-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.step-card p,
.service-card p,
.security-card p,
.value-card p {
  position: relative;
  z-index: 1;
  color: var(--slate-600);
  font-size: 0.93rem;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  min-height: 286px;
  padding: 30px;
}

.service-card.featured {
  background: var(--navy-900);
  color: var(--white);
}

.service-card.featured h3 {
  color: var(--white);
}

.service-card.featured p {
  color: #c6d4e5;
}

.icon-tile {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 16px;
  background: var(--gold-100);
  color: var(--navy-900);
}

.featured .icon-tile {
  background: var(--gold-500);
}

.icon-tile svg {
  width: 25px;
  height: 25px;
}

.service-card .card-link {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 30px;
  color: var(--navy-900);
  font-size: 0.83rem;
  font-weight: 850;
}

.service-card.featured .card-link {
  color: var(--gold-500);
}

.product-grid,
.coverage-grid,
.security-layout,
.business-grid,
.page-split {
  display: grid;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.status-showcase {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.05);
}

.status-window {
  padding: 28px;
  border-radius: 24px;
  background: var(--white);
  color: var(--navy-950);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.status-window-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.status-window-head strong {
  font-weight: 900;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 99px;
  background: #e8fbf4;
  color: #087c58;
  font-size: 0.68rem;
  font-weight: 850;
}

.live-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.milestone-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.milestone-list li {
  position: relative;
  min-height: 62px;
  padding-left: 42px;
}

.milestone-list li::before {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 7px solid var(--slate-200);
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.milestone-list li::after {
  position: absolute;
  top: 24px;
  bottom: -2px;
  left: 11px;
  width: 2px;
  background: var(--slate-200);
  content: "";
}

.milestone-list li:last-child::after {
  display: none;
}

.milestone-list li.complete::before {
  border-color: var(--success);
  background: var(--success);
}

.milestone-list li.active::before {
  border-color: var(--gold-500);
  background: var(--gold-500);
  box-shadow: 0 0 0 7px var(--gold-100);
}

.milestone-list strong,
.milestone-list span {
  display: block;
}

.milestone-list strong {
  color: var(--navy-950);
  font-size: 0.88rem;
  font-weight: 850;
}

.milestone-list span {
  color: var(--slate-500);
  font-size: 0.73rem;
}

.feature-list,
.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 31px;
  color: inherit;
}

.feature-list li::before,
.check-list li::before {
  position: absolute;
  top: 0.34em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  background: var(--gold-500);
  color: var(--navy-950);
  content: "✓";
  font-size: 0.74rem;
  font-weight: 950;
}

.coverage-map {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(115deg, transparent 48%, rgba(11, 30, 54, 0.08) 48%, rgba(11, 30, 54, 0.08) 50%, transparent 50%),
    linear-gradient(25deg, transparent 44%, rgba(11, 30, 54, 0.06) 44%, rgba(11, 30, 54, 0.06) 46%, transparent 46%),
    var(--gold-100);
}

.coverage-map::before,
.coverage-map::after {
  position: absolute;
  border: 2px dashed rgba(11, 30, 54, 0.17);
  border-radius: 50%;
  content: "";
}

.coverage-map::before {
  inset: 54px;
}

.coverage-map::after {
  inset: 105px;
}

.map-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(11, 30, 54, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 5px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--gold-500);
  box-shadow: 0 5px 14px rgba(11, 30, 54, 0.2);
  transform: rotate(-45deg);
}

.pin-one {
  top: 22%;
  left: 27%;
}

.pin-two {
  top: 29%;
  right: 23%;
}

.pin-three {
  bottom: 22%;
  left: 22%;
}

.pin-four {
  right: 28%;
  bottom: 16%;
}

.coverage-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
  padding: 17px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
  color: var(--slate-600);
  font-size: 0.88rem;
}

.coverage-note svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--navy-900);
}

.quote-explainer {
  padding: 34px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.quote-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--slate-100);
}

.quote-line span {
  color: var(--slate-600);
}

.quote-line strong {
  color: var(--navy-950);
  font-weight: 850;
}

.quote-total {
  margin-top: 19px;
  padding: 22px;
  border-radius: 18px;
  background: var(--navy-900);
  color: var(--white);
}

.quote-total small,
.quote-total strong {
  display: block;
}

.quote-total small {
  color: #c6d4e5;
  font-size: 0.72rem;
}

.quote-total strong {
  margin-top: 3px;
  color: var(--gold-500);
  font-size: 1.28rem;
  font-weight: 900;
}

.security-layout {
  align-items: start;
}

.security-grid {
  grid-template-columns: repeat(2, 1fr);
}

.security-card {
  min-height: 220px;
  padding: 26px;
}

.security-card .icon-tile {
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--slate-200);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 25px rgba(6, 18, 36, 0.035);
}

.faq-list summary {
  position: relative;
  padding: 23px 58px 23px 24px;
  color: var(--navy-950);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--gold-100);
  color: var(--navy-900);
  content: "+";
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 760px;
  padding: 0 58px 23px 24px;
  color: var(--slate-600);
}

.business-section {
  padding: 36px 0 0;
  background: var(--slate-50);
}

.business-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 74px);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background:
    radial-gradient(circle at 6% 12%, rgba(255, 184, 0, 0.18), transparent 25%),
    radial-gradient(circle at 96% 92%, rgba(30, 58, 96, 0.8), transparent 36%),
    var(--navy-950);
  color: var(--white);
}

.business-panel::after {
  position: absolute;
  top: -90px;
  right: -60px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.025), 0 0 0 100px rgba(255, 255, 255, 0.018);
  content: "";
}

.business-grid {
  position: relative;
  z-index: 1;
  align-items: start;
}

.business-benefits {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.business-benefit {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.business-benefit-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  background: linear-gradient(145deg, #ffd34f, var(--gold-500));
  box-shadow: 0 6px 16px rgba(255, 184, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: var(--navy-950);
}

.business-benefit-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.35;
}

.business-benefit-copy,
.business-benefit-copy strong,
.business-benefit-copy span {
  display: block;
}

.business-benefit strong {
  font-size: 0.95rem;
  font-weight: 850;
}

.business-benefit-copy > span {
  margin-top: 2px;
  color: #afc0d4;
  font-size: 0.82rem;
}

.signup-form {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 26px;
  background: var(--white);
  color: var(--slate-950);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.signup-form h3 {
  margin-bottom: 6px;
  color: var(--navy-950);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.form-intro {
  margin-bottom: 24px;
  color: var(--slate-600);
  font-size: 0.86rem;
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--navy-950);
  font-size: 0.79rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--slate-300);
  border-radius: 13px;
  background: var(--white);
  color: var(--slate-950);
  outline: 0;
  transition: border 150ms ease, box-shadow 150ms ease;
}

.field input,
.field select {
  min-height: 51px;
  padding: 0 14px;
}

.field textarea {
  min-height: 105px;
  padding: 13px 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy-900);
  box-shadow: 0 0 0 4px rgba(11, 30, 54, 0.1);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--slate-400);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-row {
  display: grid;
  margin: 20px 0;
  align-items: start;
  gap: 10px;
  grid-template-columns: 20px 1fr;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--navy-900);
}

.consent-row label {
  color: var(--slate-600);
  font-size: 0.76rem;
  line-height: 1.55;
}

.consent-row a {
  color: var(--navy-900);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-footer .button {
  flex: 0 0 auto;
}

.form-note {
  color: var(--slate-500);
  font-size: 0.72rem;
  line-height: 1.5;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 750;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  background: #e8fbf4;
  color: #076847;
}

.form-status.error {
  background: #fff0f1;
  color: #a81725;
}

.button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.78;
}

.site-footer {
  padding: 58px 0 28px;
  background: var(--navy-950);
  color: var(--white);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 24px;
}

.footer-brand {
  flex: 1 1 280px;
  max-width: 360px;
}

.footer-column {
  flex: 1 1 110px;
  min-width: 90px;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand .brand-tagline {
  color: #9fb0c4;
}

.footer-brand p {
  margin-top: 18px;
  color: #9fb0c4;
  font-size: 0.88rem;
}

.footer-column h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #9fb0c4;
  font-size: 0.84rem;
}

.footer-links a:hover {
  color: var(--gold-500);
}

.footer-bottom {
  display: flex;
  margin-top: 46px;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #8395aa;
  font-size: 0.75rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 92px;
  background: var(--slate-50);
}

.page-hero-dark {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 184, 0, 0.16), transparent 28%),
    var(--navy-950);
  color: var(--white);
}

.page-hero::after {
  position: absolute;
  top: -130px;
  right: -90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.015);
  content: "";
}

.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--slate-500);
  font-size: 0.78rem;
  font-weight: 750;
}

.page-hero-dark .breadcrumb {
  color: #9fb0c4;
}

.breadcrumb a:hover {
  color: var(--gold-500);
}

.page-hero-content {
  position: relative;
  z-index: 1;
}

.content-block {
  color: var(--slate-600);
}

.content-block h2 {
  margin: 48px 0 15px;
  color: var(--navy-950);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.content-block h3 {
  margin: 28px 0 10px;
  color: var(--navy-950);
  font-size: 1.12rem;
  font-weight: 850;
}

.content-block ul,
.content-block ol {
  padding-left: 1.3rem;
}

.content-block li+li {
  margin-top: 8px;
}

.legal-meta {
  margin-bottom: 32px;
  color: var(--slate-500);
  font-size: 0.86rem;
}

.info-callout {
  margin: 32px 0;
  padding: 22px;
  border-left: 4px solid var(--gold-500);
  border-radius: 0 16px 16px 0;
  background: var(--gold-100);
  color: var(--navy-900);
}

.value-grid {
  grid-template-columns: repeat(3, 1fr);
}

.value-card {
  min-height: 260px;
  padding: 30px;
}

.value-card .icon-tile {
  margin-bottom: 36px;
}

.simple-cta {
  display: flex;
  padding: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  color: var(--white);
}

.simple-cta h2 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.simple-cta p {
  color: #b8c7d8;
}

.contact-options {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-card {
  padding: 32px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-card .icon-tile {
  margin-bottom: 30px;
}

.contact-card h2 {
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 1.25rem;
  font-weight: 900;
}

.contact-card p {
  margin-bottom: 24px;
  color: var(--slate-600);
}

.contact-link-list {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.error-page {
  display: grid;
  min-height: calc(100vh - 80px);
  place-items: center;
  padding: 70px 0;
  background: var(--slate-50);
  text-align: center;
}

.error-code {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-500);
  font-size: clamp(5rem, 14vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.8;
  text-shadow: 7px 7px 0 var(--navy-900);
}

.error-page h1 {
  margin-bottom: 13px;
  color: var(--navy-950);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.error-page p {
  max-width: 520px;
  margin: 0 auto 26px;
  color: var(--slate-600);
}

@media (max-width: 1040px) {
  .site-nav>a:not(.button):not(.nav-pill-active) {
    padding-inline: 8px;
  }

  .hero-features-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .request-section-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 44px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    gap: 36px 20px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    z-index: 99;
    inset: 80px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 20px;
    border-bottom: 1px solid var(--slate-200);
    background: var(--white);
    box-shadow: var(--shadow-md);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-center-group,
  .nav-actions-group {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .nav-divider {
    display: none;
  }

  .site-nav>a:not(.button):not(.nav-pill-active) {
    padding: 13px 12px;
  }

  .site-nav .button {
    margin: 8px 0 0;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-animation-stage {
    min-height: 320px;
    max-width: 520px;
  }

  .request-section-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  /* Hide the copy section completely on tablet and mobile */
  .request-section-copy {
    display: none !important;
  }

  .product-grid,
  .coverage-grid,
  .security-layout,
  .business-grid,
  .page-split {
    grid-template-columns: 1fr;
  }

  .request-card {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .service-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-copy {
    max-width: 680px;
  }

  .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 20px;
  }

  .footer-brand {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-column {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 85px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 78px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .nav-shell {
    min-height: 72px;
  }

  .site-nav {
    inset: 72px 0 auto;
    max-height: calc(100vh - 72px);
  }

  .brand-wordmark {
    display: flex;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  .brand-tagline {
    font-size: 0.62rem;
  }

  .brand-logo-img {
    width: 38px;
    height: 38px;
  }

  .hero-headline {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .hero-sub {
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .hide-mobile {
    display: none;
  }

  .hero-cta-row {
    margin-bottom: 20px;
  }

  /* Reduce Request a Delivery button width on mobile */
  .button-hero-request {
    width: auto;
    max-width: 280px;
    margin: 0 auto;
    padding: 8px 10px 8px 22px;
    font-size: 0.92rem;
    gap: 10px;
  }

  .btn-arrow-circle {
    width: 34px;
    height: 34px;
  }

  .btn-arrow-circle svg {
    width: 16px;
    height: 16px;
  }

  .hero-animation-stage {
    min-height: 250px;
    max-width: 100%;
  }

  .hero-features-bar {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .trust-pills {
    display: grid;
  }

  .app-stage {
    min-height: 548px;
  }

  .request-card-header {
    min-height: 100px;
    padding: 22px 20px;
  }

  .request-progress {
    padding-inline: 12px;
  }

  .request-form {
    padding: 22px 20px 25px;
  }

  .extra-stop-grid,
  .request-item-grid {
    grid-template-columns: 1fr;
  }

  .extra-stop-grid .request-remove {
    grid-column: 1;
  }

  .request-actions .button {
    flex: 1 1 0;
  }

  .phone {
    top: 30px;
    width: min(312px, 83%);
    min-height: 490px;
  }

  .phone-screen {
    min-height: 468px;
  }

  .float-status {
    top: 74px;
    right: -8px;
  }

  .float-secure {
    bottom: 36px;
    left: -8px;
  }

  .float-card {
    padding: 10px 12px;
  }

  .float-card span {
    display: none;
  }

  .trust-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-stat+.trust-stat {
    border-left: 0;
  }

  .trust-stat:nth-child(even) {
    border-left: 1px solid var(--slate-200);
  }

  .trust-stat:nth-child(n + 3) {
    border-top: 1px solid var(--slate-200);
  }

  .steps-grid,
  .service-grid,
  .security-grid,
  .value-grid,
  .contact-options,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .coverage-map {
    min-height: 370px;
  }

  .coverage-map::before {
    inset: 42px;
  }

  .coverage-map::after {
    inset: 83px;
  }

  .business-section {
    padding-top: 14px;
  }

  .business-panel {
    margin-inline: -14px;
    border-radius: 28px 28px 0 0;
  }

  .form-footer,
  .simple-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .footer-bottom span {
    text-align: center;
    display: block;
  }

  .form-footer .button,
  .simple-cta .button {
    width: 100%;
  }

  .footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 20px;
    text-align: center;
  }

  .footer-brand {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-brand .brand {
    display: inline-flex;
    justify-content: center;
    margin-inline: auto;
  }

  .footer-brand p {
    text-align: center;
    margin-inline: auto;
  }

  .footer-column {
    flex: 1 1 auto;
    min-width: 85px;
    text-align: center;
  }

  .footer-column h2 {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    justify-items: center;
  }

  .footer-links a {
    text-align: center;
  }

  .page-hero {
    padding: 64px 0 70px;
  }
}

@media (max-width: 420px) {
  .request-progress strong {
    font-size: 0.6rem;
  }

  .request-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .request-actions-end {
    flex-direction: column;
  }

  .request-actions .button {
    width: 100%;
  }

  .review-row {
    grid-template-columns: 1fr;
  }

  .review-row small {
    grid-column: 1;
  }

  .trust-rail {
    grid-template-columns: 1fr;
  }

  .trust-stat:nth-child(even) {
    border-left: 0;
  }

  .trust-stat+.trust-stat {
    border-top: 1px solid var(--slate-200);
  }

  .footer-column,
  .footer-bottom {
    text-align: center;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {

  .site-header,
  .site-footer,
  .business-section,
  .hero-actions,
  .simple-cta {
    display: none !important;
  }

  body {
    color: #000;
  }

  .page-hero,
  .section {
    padding: 24px 0;
  }
}

/* ═══════════════════════════════════════════════════════
   AUTH & ORDER TRACKING PAGE
   ═══════════════════════════════════════════════════════ */
.auth-section {
  padding: 60px 0 90px;
  background: var(--slate-50);
  min-height: calc(100vh - 360px);
}

.auth-container {
  max-width: 580px;
  margin: 0 auto;
}

.auth-header {
  margin-bottom: 32px;
}

.text-center {
  text-align: center;
}

.auth-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 950;
  color: var(--navy-950);
  letter-spacing: -0.035em;
  margin: 0 0 10px;
}

.auth-subtitle {
  color: var(--slate-600);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 460px;
}

.auth-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--slate-100);
  border-bottom: 1px solid var(--slate-200);
}

.auth-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 14px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--slate-600);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: all 160ms ease;
}

.auth-tab svg {
  width: 17px;
  height: 17px;
}

.auth-tab.active {
  background: var(--white);
  color: var(--navy-950);
  border-bottom: 2.5px solid var(--gold-500);
}

.auth-panel {
  padding: 32px 32px 36px;
}

.auth-alert {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.auth-alert.error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.auth-alert.success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.auth-alert.info {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0369a1;
}

.field-group {
  margin-bottom: 22px;
}

.field-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--navy-950);
  margin-bottom: 8px;
}

.phone-input-wrapper,
.search-input-wrapper {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--slate-300);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color 150ms ease, box-shadow 150ms ease;
  overflow: hidden;
}

.phone-input-wrapper:focus-within,
.search-input-wrapper:focus-within {
  border-color: var(--navy-950);
  box-shadow: 0 0 0 3px rgba(11, 30, 54, 0.1);
}

.country-prefix {
  padding: 12px 14px;
  background: var(--slate-100);
  border-right: 1px solid var(--slate-200);
  font-size: 0.9rem;
  font-weight: 750;
  color: var(--slate-700);
  white-space: nowrap;
}

.search-input-wrapper svg {
  width: 20px;
  height: 20px;
  margin-left: 14px;
  color: var(--slate-400);
  flex-shrink: 0;
}

.phone-input-wrapper input,
.search-input-wrapper input {
  flex: 1;
  padding: 14px 16px;
  border: 0;
  outline: none;
  font-size: 1rem;
  color: var(--navy-950);
  font-weight: 600;
  width: 100%;
}

.field-hint {
  font-size: 0.8rem;
  color: var(--slate-500);
  margin: 6px 0 0;
}

.button-full {
  width: 100%;
  justify-content: center;
}

.button-navy {
  background: var(--navy-950);
  color: var(--white);
}

.button-navy:hover {
  background: var(--navy-700);
}

.otp-panel {
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--slate-200);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(6, 18, 36, 0.08);
}

.otp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.otp-header-copy {
  min-width: 0;
}

.otp-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-600);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.otp-header p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.92rem;
  line-height: 1.55;
}

.otp-header p strong {
  color: var(--navy-950);
  font-weight: 850;
  white-space: nowrap;
}

.btn-text-link {
  background: transparent;
  border: 0;
  color: var(--gold-600);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 3px 0;
  white-space: nowrap;
}

.btn-text-link:hover {
  text-decoration: underline;
}

.otp-code-field {
  margin-top: 25px;
}

.otp-code-field > label {
  margin-bottom: 10px;
}

.otp-code-control {
  position: relative;
  width: min(100%, 266px);
  height: 62px;
}

.otp-code-slots {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  pointer-events: none;
}

.otp-code-slots span {
  display: grid;
  min-width: 0;
  border: 1.5px solid var(--slate-200);
  border-radius: 13px;
  background: var(--slate-50);
  color: var(--slate-300);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.35rem;
  font-weight: 850;
  place-items: center;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.otp-code-slots span.is-filled {
  background: var(--white);
  color: var(--navy-950);
}

.otp-code-slots span.is-active {
  border-color: var(--gold-500);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.16);
}

.otp-code-field .otp-input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 13px;
  background: transparent;
  caret-color: transparent;
  color: transparent;
  cursor: text;
  font-size: 1rem !important;
  letter-spacing: 0;
  outline: none;
  text-align: left;
}

.otp-code-field .otp-input:focus {
  box-shadow: none;
}

.otp-code-field .otp-input[aria-invalid="true"] + .otp-code-slots span {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(217, 45, 58, 0.08);
}

.otp-code-hint {
  margin-top: 9px;
}

.otp-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-200);
}

.otp-panel .otp-links {
  justify-content: flex-start;
  margin: 0;
  color: var(--slate-500);
  font-size: 0.78rem;
}

.otp-panel .otp-links button {
  min-height: 30px;
  color: var(--gold-600);
}

.otp-panel .otp-links button:hover {
  color: var(--navy-950);
}

.otp-panel .otp-links button:disabled {
  color: var(--slate-400);
}

.otp-actions {
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 520px) {
  .otp-header {
    display: grid;
    gap: 8px;
  }

  .otp-header .btn-text-link {
    justify-self: start;
  }

  .otp-code-control {
    width: 100%;
  }

  .otp-actions .button {
    width: 100%;
    justify-content: center;
  }
}

.auth-account-box {
  animation: fadeIn 200ms ease;
}

.account-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 0.85rem;
  color: #15803d;
  margin-bottom: 24px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.orders-title {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--navy-950);
  margin: 0 0 16px;
}

.order-item-card {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.order-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.order-tag {
  background: var(--navy-950);
  color: var(--white);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 850;
  margin-right: 6px;
}

.order-date {
  font-size: 0.8rem;
  color: var(--slate-500);
}

.order-route p {
  margin: 4px 0;
  font-size: 0.88rem;
  color: var(--slate-700);
}

.order-milestone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--slate-200);
}

.milestone-badge {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy-950);
}

.milestone-eta {
  font-size: 0.78rem;
  color: var(--slate-500);
}

.account-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-200);
}

/* ─── Timeline Stepper for Order Tracking ─── */
.track-result-box {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--slate-200);
  animation: fadeIn 200ms ease;
}

.track-result-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.badge-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.badge-status.in-progress {
  background: var(--gold-100);
  color: #92400e;
}

.track-result-header h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--navy-950);
}

.track-result-type {
  font-size: 0.82rem;
  color: var(--slate-500);
}

.timeline-stepper {
  position: relative;
  padding-left: 28px;
}

.timeline-stepper::before {
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 24px;
  width: 2px;
  background: var(--slate-200);
  content: "";
}

.timeline-step {
  position: relative;
  padding-bottom: 24px;
}

.timeline-step:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -28px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--slate-300);
  display: grid;
  place-items: center;
}

.timeline-step.completed .timeline-marker {
  background: var(--success);
  border-color: var(--success);
  color: var(--white);
}

.timeline-step.completed .timeline-marker svg {
  width: 14px;
  height: 14px;
}

.timeline-step.current .timeline-marker {
  background: var(--gold-500);
  border-color: var(--navy-950);
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.3);
}

.timeline-info strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  color: var(--navy-950);
}

.timeline-info span {
  display: block;
  font-size: 0.8rem;
  color: var(--slate-500);
  margin-top: 2px;
}

.auth-footer-note {
  text-align: center;
  margin-top: 28px;
}

.auth-footer-note p {
  margin: 6px 0;
  font-size: 0.88rem;
  color: var(--slate-600);
}

.auth-footer-note a {
  color: var(--navy-950);
  font-weight: 800;
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .auth-panel {
    padding: 24px 20px;
  }
}

/* Account deletion */
.account-delete-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 184, 0, 0.18), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.account-delete-hero .page-title,
.account-delete-hero .lead,
.account-delete-hero .breadcrumb {
  color: var(--white);
}

.account-delete-hero .breadcrumb a,
.account-delete-hero .breadcrumb span {
  color: #dbe5f1;
}

.account-delete-section {
  background: var(--slate-50);
}

.account-delete-layout {
  display: grid;
  align-items: start;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
}

.account-delete-information > p:not(.eyebrow) {
  color: var(--slate-600);
}

.account-delete-info-card,
.account-delete-retention {
  margin-top: 24px;
  padding: 23px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  background: var(--white);
}

.account-delete-info-card h3,
.account-delete-retention h3 {
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 1rem;
}

.account-delete-info-card .check-list {
  margin-bottom: 0;
}

.account-delete-retention {
  border-color: #fed7aa;
  background: #fffaf0;
}

.account-delete-retention p,
.account-delete-support {
  color: var(--slate-600);
  font-size: 0.9rem;
}

.account-delete-support {
  margin-top: 22px;
}

.account-delete-support a {
  color: var(--navy-950);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-delete-panel {
  overflow: hidden;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.account-delete-panel h2 {
  margin: 18px 0 7px;
  color: var(--navy-950);
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  letter-spacing: -0.025em;
}

.account-delete-panel > div > p {
  color: var(--slate-600);
}

.account-delete-panel .secure-badge {
  border-color: var(--slate-200);
  background: var(--slate-50);
  color: var(--navy-950);
}

.account-delete-progress {
  position: relative;
  display: grid;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-delete-progress::before {
  position: absolute;
  top: 17px;
  right: 16.66%;
  left: 16.66%;
  height: 2px;
  background: var(--slate-200);
  content: "";
}

.account-delete-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--slate-400);
  text-align: center;
}

.account-delete-progress li span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 2px solid var(--slate-200);
  border-radius: 50%;
  background: var(--white);
  color: var(--slate-500);
  font-size: 0.77rem;
  font-weight: 900;
  place-items: center;
}

.account-delete-progress li strong {
  font-size: 0.72rem;
}

.account-delete-progress li[aria-current="step"],
.account-delete-progress li.is-complete {
  color: var(--navy-950);
}

.account-delete-progress li[aria-current="step"] span {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.16);
}

.account-delete-progress li.is-complete span {
  border-color: var(--navy-950);
  background: var(--navy-950);
  color: var(--white);
}

.account-delete-panel form {
  margin-top: 24px;
}

.account-delete-panel .phone-input-wrap {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--slate-300);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.account-delete-panel .phone-input-wrap:focus-within {
  border-color: var(--navy-900);
  box-shadow: 0 0 0 4px rgba(11, 30, 54, 0.1);
}

.account-delete-panel .phone-prefix {
  display: grid;
  min-width: 68px;
  border-right: 1px solid var(--slate-200);
  background: var(--slate-100);
  color: var(--navy-950);
  font-size: 0.9rem;
  font-weight: 850;
  place-items: center;
}

.account-delete-panel .phone-input-wrap input {
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.account-delete-panel .otp-code-control {
  width: min(100%, 286px);
}

.account-delete-resend {
  margin: 15px 0 20px;
}

.account-delete-resend button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-600);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
}

.account-delete-resend button:disabled {
  color: var(--slate-400);
  cursor: default;
}

.account-delete-warning-icon {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid #fecaca;
  border-radius: 18px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 1.45rem;
  font-weight: 950;
  place-items: center;
}

.account-delete-blocker {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #fed7aa;
  border-radius: var(--radius-md);
  background: #fffaf0;
}

.account-delete-blocker strong {
  color: #9a3412;
}

.account-delete-blocker p,
.account-delete-blocker li {
  color: var(--slate-600);
  font-size: 0.85rem;
}

.account-delete-blocker ul {
  margin: 12px 0 18px;
}

.button-danger {
  border-color: #b42318;
  background: #b42318;
  color: var(--white);
}

.button-danger:hover {
  border-color: #8f1c13;
  background: #8f1c13;
}

.button-danger:disabled {
  border-color: var(--slate-300);
  background: var(--slate-300);
  color: var(--slate-600);
  cursor: not-allowed;
  transform: none;
}

.account-delete-success {
  padding: 12px 0 4px;
  text-align: center;
}

.account-delete-success .success-mark svg {
  width: 30px;
  height: 30px;
}

.account-delete-success p {
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .account-delete-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .account-delete-information,
  .account-delete-panel {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .account-delete-panel {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .account-delete-progress {
    margin-bottom: 27px;
  }

  .account-delete-progress li strong {
    font-size: 0.65rem;
  }

  .account-delete-panel .otp-code-control {
    width: 100%;
  }
}
