:root {
  --navy: #071d3a;
  --blue: #0c376d;
  --blue-2: #0f4a92;
  --orange: #ff6a2a;
  --orange-dark: #e95316;
  --text: #111827;
  --muted: #64748b;
  --line: #dbe4ef;
  --bg: #f6f9fc;
  --card: #ffffff;
  --soft: #edf4fb;
  --green: #13a06f;
  --shadow: 0 22px 70px rgba(7, 29, 58, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, var(--bg) 42%, #fff 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 228, 239, .8);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display:flex; align-items:center; gap:12px; font-weight: 850; letter-spacing: -.03em; color: var(--navy); font-size: 1.22rem; white-space: nowrap; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand .accent { color: var(--orange); }
.navlinks { display:flex; align-items:center; gap: 26px; color:#26364a; font-weight:700; font-size:.96rem; }
.navlinks a:hover { color: var(--orange-dark); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius: 14px; padding: 13px 18px; font-weight: 800; border: 1px solid transparent; cursor:pointer; transition: .18s ease; line-height: 1; }
.btn.primary { background: var(--orange); color: #fff; box-shadow: 0 12px 24px rgba(255,106,42,.24); }
.btn.primary:hover { transform: translateY(-1px); background: var(--orange-dark); }
.btn.dark { background: var(--navy); color:#fff; box-shadow: 0 12px 26px rgba(7,29,58,.20); }
.btn.dark:hover { transform: translateY(-1px); background:#0d2b52; }
.btn.ghost { border-color: var(--line); color: var(--navy); background: #fff; }
.btn.ghost:hover { border-color: #b9c9da; transform: translateY(-1px); }
.mobile-toggle { display:none; border:0; background:#fff; border-radius: 12px; padding:10px; box-shadow: 0 8px 22px rgba(7,29,58,.08); }
.hero { padding: 76px 0 44px; position:relative; overflow:hidden; }
.hero::before { content:""; position:absolute; inset: -180px -150px auto auto; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255,106,42,.16), transparent 62%); pointer-events:none; }
.hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color: var(--blue); font-weight: 850; background: #eaf3ff; border: 1px solid #d6e8fa; padding: 8px 12px; border-radius: 999px; font-size: .88rem; margin-bottom: 20px; }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; margin: 0 0 20px; color: var(--navy); letter-spacing: -.065em; }
h1 .accent { color: var(--orange); }
.lead { color: #344155; font-size: clamp(1.08rem, 1.4vw, 1.25rem); max-width: 640px; margin: 0 0 28px; }
.hero-actions { display:flex; gap:14px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-row { display:flex; flex-wrap:wrap; gap:16px 24px; color:#344155; font-weight: 700; }
.trust-row span { display:flex; align-items:center; gap:8px; }
.trust-row i { width: 22px; height:22px; border-radius:50%; background:#eaf3ff; color: var(--blue); display:inline-flex; align-items:center; justify-content:center; font-style: normal; font-size: 12px; }
.product-card { background:#fff; border: 1px solid #dde8f5; border-radius: 28px; box-shadow: var(--shadow); overflow:hidden; }
.app-shell { display:grid; grid-template-columns: 174px 1fr; min-height: 520px; }
.sidebar { background: linear-gradient(180deg, #071d3a, #0b2f5b); color:#dbeafe; padding: 20px; }
.sidebar .mini-brand { display:flex; align-items:center; gap:8px; font-weight:850; color:#fff; margin-bottom: 22px; font-size:.9rem; }
.sidebar .mini-brand img { width:36px; height:36px; }
.side-item { display:flex; align-items:center; gap:10px; padding:10px 9px; border-radius: 10px; font-weight:700; font-size:.88rem; color:#dbeafe; }
.side-item.active, .side-item:hover { background: rgba(255,255,255,.11); }
.app-main { background: #f7fbff; padding: 20px; }
.app-top { display:flex; align-items:center; justify-content: space-between; margin-bottom:16px; }
.app-top h3 { margin:0; color:var(--navy); }
.pill { background:#eef5ff; color:var(--blue); border-radius: 999px; padding: 5px 10px; font-weight:800; font-size:.78rem; }
.dashboard-grid { display:grid; grid-template-columns: 1fr 1.45fr; gap:14px; }
.ui-card { background:#fff; border:1px solid #e2ebf5; border-radius: 16px; padding:14px; box-shadow: 0 8px 22px rgba(7,29,58,.05); }
.case-row { display:grid; grid-template-columns: 1fr auto; gap:8px; align-items:center; border-bottom: 1px solid #edf2f7; padding: 9px 0; }
.case-row:last-child { border-bottom:0; }
.case-row strong { color: var(--navy); display:block; font-size:.88rem; }
.case-row small { color: var(--muted); }
.tag { border-radius: 999px; padding: 4px 8px; font-weight:800; font-size:.7rem; }
.tag.red { background:#ffe9e9; color:#d23030; }
.tag.orange { background:#fff0e3; color:#d85b18; }
.tag.blue { background:#e8f1ff; color:#1f66c1; }
.map { height: 220px; border-radius: 14px; overflow:hidden; position:relative; background:
  linear-gradient(35deg, rgba(11, 47, 91, .12) 0 2px, transparent 2px 32px),
  linear-gradient(125deg, rgba(255,106,42,.12) 0 2px, transparent 2px 44px),
  #eaf4ef;
}
.map::before { content:""; position:absolute; inset: 18px -20px auto -20px; height: 56px; background: rgba(255,255,255,.72); transform: rotate(-8deg); border:1px solid rgba(255,255,255,.9); }
.map::after { content:""; position:absolute; inset:auto -60px 38px -60px; height: 44px; background: rgba(255,255,255,.72); transform: rotate(16deg); border:1px solid rgba(255,255,255,.9); }
.marker { position:absolute; width:28px; height:28px; border-radius:50% 50% 50% 0; transform: rotate(-45deg); background: var(--orange); box-shadow:0 8px 18px rgba(7,29,58,.25); z-index:2; display:flex; align-items:center; justify-content:center; }
.marker::before { content:""; width:10px; height:10px; border-radius:50%; background:#fff; }
.marker.one { left:58%; top:32%; }
.marker.two { left:26%; top:58%; background:var(--blue); }
.marker.three { right:18%; bottom:22%; background:var(--green); }
.driver-card { margin-top:14px; display:grid; grid-template-columns: 84px 1fr auto; gap:14px; align-items:center; }
.vehicle-thumb { height:58px; border-radius: 12px; background: linear-gradient(135deg, #d9e8f7, #fff); border:1px solid #dce8f4; display:flex; align-items:center; justify-content:center; font-size: 28px; }
.driver-card h4 { margin:0; color: var(--navy); }
.driver-card p { margin:3px 0 0; color:var(--muted); font-size:.86rem; }
section { padding: 76px 0; }
.section-head { text-align:center; max-width: 760px; margin:0 auto 38px; }
.section-head h2 { margin:0 0 12px; color:var(--navy); font-size: clamp(2rem, 3vw, 3rem); letter-spacing:-.04em; line-height:1.04; }
.section-head p { margin:0; color:var(--muted); font-size:1.08rem; }
.features { background: #fff; }
.feature-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.feature { background: #fff; border:1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: 0 14px 36px rgba(7,29,58,.06); }
.feature-icon { width:48px; height:48px; border-radius:16px; background:#eef5ff; color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:23px; margin-bottom:14px; }
.feature:nth-child(even) .feature-icon { background:#fff0e8; color: var(--orange); }
.feature h3 { margin:0 0 8px; color:var(--navy); }
.feature p { margin:0; color:var(--muted); font-size:.96rem; }
.workflow { background: linear-gradient(180deg, #f7fbff, #fff); }
.steps { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background:#fff; border:1px solid var(--line); border-radius: 20px; padding:22px; position:relative; }
.step-no { width:34px; height:34px; border-radius:50%; background:var(--navy); color:#fff; font-weight:850; display:flex; align-items:center; justify-content:center; margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; color:var(--navy); }
.step p { margin:0; color:var(--muted); }
.pricing { background:#fff; }
.pricing-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.price-card { border:1px solid var(--line); border-radius:22px; padding:24px; background:#fff; box-shadow: 0 14px 38px rgba(7,29,58,.06); display:flex; flex-direction:column; min-height: 320px; }
.price-card.highlight { border-color: rgba(255,106,42,.4); box-shadow:0 20px 60px rgba(255,106,42,.16); transform: translateY(-6px); }
.price-card h3 { color:var(--navy); margin:0; font-size: 1.25rem; }
.price { color:var(--navy); font-size:2rem; font-weight:900; margin:14px 0 6px; letter-spacing:-.04em; }
.price small { color:var(--muted); font-size:.9rem; font-weight:700; }
.price-card ul { padding:0; margin:18px 0; list-style:none; color:#39495e; }
.price-card li { margin:8px 0; display:flex; gap:8px; }
.price-card li::before { content:"✓"; color:var(--green); font-weight:900; }
.price-card .btn { margin-top:auto; width:100%; }
.cta { padding: 64px 0; }
.cta-box { display:grid; grid-template-columns: 1.1fr .9fr; gap:30px; align-items:center; background: linear-gradient(135deg, var(--navy), #0e3b73); color:#fff; border-radius: 32px; padding: 46px; box-shadow: var(--shadow); overflow:hidden; position:relative; }
.cta-box::after { content:""; position:absolute; width:300px; height:300px; right:-100px; top:-120px; border-radius:50%; background:rgba(255,106,42,.22); }
.cta-box h2 { margin:0 0 12px; font-size: clamp(2rem, 3vw, 3.2rem); line-height:1.02; letter-spacing:-.05em; }
.cta-box p { color:#dbeafe; margin:0; font-size:1.05rem; }
.signup { position:relative; z-index:1; background:#fff; color:var(--text); border-radius: 22px; padding:22px; }
.signup label { display:block; font-weight:850; margin-bottom:8px; color:var(--navy); }
.form-row { display:flex; gap:10px; }
input, textarea, select { width:100%; border:1px solid #cfd9e6; border-radius: 12px; padding:13px 14px; font:inherit; outline:none; background:#fff; }
input:focus, textarea:focus, select:focus { border-color: var(--blue-2); box-shadow:0 0 0 4px rgba(15,74,146,.1); }
.form-note { color:var(--muted); font-size:.86rem; margin-top:10px; }
.page-hero { padding: 72px 0 28px; background: linear-gradient(180deg, #fff, #f6f9fc); }
.page-hero h1 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.content-grid { display:grid; grid-template-columns: 1fr 1fr; gap:26px; align-items:start; }
.info-card { background:#fff; border:1px solid var(--line); border-radius: 22px; padding:26px; box-shadow:0 14px 38px rgba(7,29,58,.06); }
.info-card h2, .info-card h3 { color:var(--navy); margin-top:0; }
.info-card p, .info-card li { color:#475569; }
.info-card ul { padding-left: 20px; }
.footer { background: var(--navy); color:#dbeafe; padding: 52px 0 24px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap:28px; }
.footer .brand { color:#fff; margin-bottom:12px; }
.footer h4 { color:#fff; margin:0 0 12px; }
.footer a { display:block; color:#dbeafe; margin:7px 0; }
.footer a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:30px; padding-top:18px; color:#9fb3c8; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.notice { background:#fff6ef; border:1px solid #ffd4bd; color:#98400e; padding:14px 16px; border-radius:16px; font-weight:700; }
@media (max-width: 980px) {
  .hero-grid, .cta-box, .content-grid { grid-template-columns:1fr; }
  .feature-grid, .pricing-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { display:none; }
  .navlinks { display:none; position:absolute; left:20px; right:20px; top:76px; background:#fff; border:1px solid var(--line); border-radius: 18px; padding:18px; flex-direction:column; align-items:flex-start; box-shadow:var(--shadow); }
  .navlinks.open { display:flex; }
  .mobile-toggle { display:block; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px, 1160px); }
  .nav { height: 70px; }
  .brand img { width:46px; height:46px; }
  .brand { font-size:1.05rem; }
  .feature-grid, .pricing-grid, .steps, .dashboard-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top:48px; }
  .driver-card { grid-template-columns: 1fr; }
  .form-row { flex-direction:column; }
  .cta-box { padding:28px; }
}

.pricing-toolbar { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:22px; }
.pricing-toolbar h2 { margin:0 0 6px; color:var(--navy); }
.pricing-toolbar p { margin:0; color:var(--muted); max-width:680px; }
.pricing-toolbar.compact { margin-top:-10px; }
.currency-switcher { display:inline-flex; align-items:center; gap:6px; padding:6px; background:#eef4fb; border:1px solid var(--line); border-radius:999px; box-shadow:0 10px 24px rgba(7,29,58,.05); }
.currency-btn { border:0; background:transparent; color:var(--navy); font-weight:850; padding:9px 14px; border-radius:999px; cursor:pointer; font:inherit; }
.currency-btn.active { background:var(--navy); color:#fff; }
.pricing-grid-five { grid-template-columns: repeat(5, 1fr); }
.billing-panels { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; margin-top:24px; }
.price-line { display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px solid var(--line); color:#475569; }
.price-line strong { color:var(--navy); text-align:right; }
@media (max-width: 1120px) { .pricing-grid-five { grid-template-columns: repeat(2, 1fr); } .billing-panels { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .pricing-toolbar { flex-direction:column; align-items:flex-start; } .currency-switcher { width:100%; justify-content:space-between; } .currency-btn { flex:1; } .pricing-grid-five { grid-template-columns: 1fr; } }

.hp { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
.form-status { margin-top:12px; font-size:.92rem; font-weight:750; }
.form-status.success { color:#047857; background:#ecfdf5; border:1px solid #a7f3d0; padding:10px 12px; border-radius:12px; }
.form-status.error { color:#991b1b; background:#fef2f2; border:1px solid #fecaca; padding:10px 12px; border-radius:12px; }
button[disabled] { opacity:.72; cursor:not-allowed; }
