:root {
  --blue: #2e3091;
  --blue-dark: #232575;
  --navy: #141640;
  --tint: #eef0fa;
  --bg: #f7f8fc;
  --ink: #141640;
  --muted: #62678a;
  --line: #e4e7f2;
  --line-soft: #eef0f6;
  --white: #ffffff;
  --radius: 20px;
  --shadow: 0 10px 30px rgba(20, 22, 64, 0.06);
  --shadow-btn: 0 8px 24px rgba(46, 48, 145, 0.22);
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Sora", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.03em; margin: 0; color: var(--ink); text-wrap: pretty; }
p { margin: 0; }
.muted { color: var(--muted); }
.container { width: 100%; max-width: 1296px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-tight { padding: 40px 0 96px; }
.section-bg { background: var(--bg); }
.eyebrow { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 999px; background: var(--tint); color: var(--blue); font-size: 13px; font-weight: 700; align-self: flex-start; width: max-content; }
.eyebrow-light { background: rgba(255,255,255,0.14); color: #fff; }
.h1 { font-size: clamp(40px, 4.8vw, 68px); line-height: 1.02; font-weight: 800; }
.h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; font-weight: 700; }
.h3 { font-size: 24px; line-height: 1.2; font-weight: 700; }
.lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; color: var(--muted); }
.stack { display: flex; flex-direction: column; gap: 14px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 16px; white-space: nowrap; border: 0; cursor: pointer; font-family: inherit; transition: background .15s, color .15s, border-color .15s; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-btn); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-soft { background: var(--tint); color: var(--blue); }
.btn-soft:hover { background: #e2e5f6; color: var(--blue-dark); }
.btn-outline { border: 1.5px solid var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-white { background: #fff; color: var(--blue); }
.btn-white:hover { background: var(--tint); color: var(--blue-dark); }
.btn-glass { border: 1.5px solid rgba(255,255,255,0.35); color: #fff; background: transparent; }
.btn-glass:hover { border-color: #fff; color: #fff; }
.btn-sm { height: 46px; padding: 0 20px; font-size: 15px; }
.btn svg { flex: none; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft); }
.nav-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { color: var(--ink); font-size: 15px; font-weight: 600; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.nav-phone-icon { display: none; width: 44px; height: 44px; border-radius: 999px; background: var(--tint); color: var(--blue); align-items: center; justify-content: center; }
.nav-mobile { display: none; border-top: 1px solid var(--line-soft); background: #fff; }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 16px 24px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-soft); }

/* Hero (shipper) */
.hero { background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%); padding: 96px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero-copy .lead { max-width: 540px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.hero-media { position: relative; padding-bottom: 40px; }
.hero-media img { width: 100%; height: 480px; object-fit: cover; border-radius: 28px; box-shadow: 0 30px 60px rgba(20,22,64,0.18); }
.hero-badge { position: absolute; left: -32px; bottom: 0; padding: 18px 22px; display: flex; align-items: center; gap: 14px; border-radius: 16px; }
.hero-badge .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--tint); display: flex; align-items: center; justify-content: center; color: var(--blue); flex: none; }
.hero-badge strong { display: block; font-size: 15px; }
.hero-badge span { font-size: 14px; color: var(--muted); }

/* Hero (drive) */
.hero-blue { margin-top: 24px; background: var(--blue); border-radius: 32px; padding: 80px 72px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; overflow: hidden; position: relative; color: #fff; }
.hero-blue::before { content: ""; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.hero-blue > * { position: relative; }
.hero-blue h1 { color: #fff; }
.hero-blue .lead { color: #d6d8f3; max-width: 560px; }
.hero-blue img { width: 100%; height: 420px; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }

/* Section headers */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-head .stack { gap: 14px; }
.section-head p { max-width: 400px; font-size: 17px; }

/* Grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.feature { padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.feature .icon { width: 56px; height: 56px; border-radius: 16px; background: var(--tint); display: flex; align-items: center; justify-content: center; color: var(--blue); }
.feature h3 { font-size: 26px; }
.feature p { font-size: 16px; color: var(--muted); }
.why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding-bottom: 48px; }
.why > div { display: flex; flex-direction: column; gap: 14px; padding-top: 28px; border-top: 2px solid var(--line); }
.why p { font-size: 16px; color: var(--muted); }

/* Stats + testimonial */
.panel-navy { background: var(--navy); border-radius: 32px; padding: 72px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: center; color: #fff; }
.stats { display: grid; gap: 28px; }
.panel-quote { grid-template-columns: 1fr; justify-items: center; padding: 80px 40px; }
.panel-quote .quote { background: none; border: 0; padding: 0; max-width: 820px; width: 100%; align-items: center; text-align: center; gap: 24px; }
.panel-quote .quote p { font-size: clamp(24px, 2.6vw, 36px); line-height: 1.25; }
.panel-quote figcaption { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.stat strong { display: block; font-family: var(--font-display); font-size: 56px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.stat span { font-size: 15px; font-weight: 600; color: #9fa4c9; }
.quote { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 22px; color: #fff; }
.quote-solid { background: var(--navy); border: 0; }
.quote p { color: #fff; font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; }
.quote strong { display: block; font-size: 16px; }
.quote span { font-size: 15px; color: #9fa4c9; }

/* Proof strip */
.proof-wrap { padding: 0 0 8px; }
.proof { margin: 0; background: var(--tint); border-radius: 20px; padding: 32px 40px; display: grid; grid-template-columns: 40px 1fr auto; gap: 32px; align-items: center; color: var(--blue); }
.proof blockquote { margin: 0; }
.proof p { font-family: var(--font-display); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.4; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.proof-who { display: flex; flex-direction: column; gap: 2px; padding-left: 32px; border-left: 1.5px solid #cfd3ea; min-width: 220px; }
.proof-who strong { font-size: 15px; color: var(--ink); }
.proof-who span { font-size: 13px; color: var(--muted); }

/* Link cards */
.link-card { padding: 32px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); }
.link-card:hover { color: var(--ink); border-color: #c9cdea; }
.link-card h3 { font-size: 24px; }
.link-card p { font-size: 15px; color: var(--muted); }
.link-card .more { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; margin-top: auto; padding-top: 6px; color: var(--blue); }

/* Option cards */
.option { padding: 36px; display: flex; flex-direction: column; gap: 22px; }
.option .stack { gap: 12px; }
.option h3 { font-size: 28px; line-height: 1.15; }
.option .desc { font-size: 15px; color: var(--muted); min-height: 47px; }
.option ul { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1.5px solid var(--line-soft); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.option li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: #3d4262; line-height: 1.55; }
.option li svg { flex: none; margin-top: 3px; color: var(--blue); }
.option .btn { align-self: flex-start; }

/* Perks */
.perks { background: var(--bg); border-radius: 32px; padding: 64px 72px; display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.perks .grid-2 { gap: 24px; }
.perk { padding: 24px; display: flex; flex-direction: column; gap: 8px; box-shadow: none; }
.perk strong { font-size: 17px; }
.perk span { font-size: 15px; color: var(--muted); }

/* Requirements */
.reqs { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.req-table { border-top: 1.5px solid var(--line); }
.req-table > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1.5px solid var(--line); font-size: 16px; }
.req-table strong { font-weight: 700; }
.req-table span { color: var(--muted); }

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: start; }
.form-card { padding: 40px; display: flex; flex-direction: column; gap: 22px; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .field .label { font-size: 13px; font-weight: 700; color: var(--muted); }
.input, .field input, .field select, .field textarea { width: 100%; height: 52px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; padding: 0 16px; font-size: 16px; color: var(--ink); font-family: inherit; }
.field textarea { height: 100px; padding: 14px 16px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
.field input::placeholder, .field textarea::placeholder { color: #9a9fbb; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2362678a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip span { display: inline-flex; align-items: center; height: 46px; padding: 0 18px; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; }
.chip input:checked + span { border-color: var(--blue); background: var(--tint); color: var(--blue); }
.chip input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 1px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.55; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); flex: none; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.form-foot small { font-size: 14px; color: var(--muted); }
.form-error { display: none; padding: 12px 16px; border-radius: 12px; background: #fff1f1; color: #9b1c1c; font-size: 14px; font-weight: 600; }
.form-error.show { display: block; }
.hp { position: absolute; left: -9999px; }
.steps { display: flex; flex-direction: column; gap: 18px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step .num { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 16px; font-weight: 700; }
.step p { font-size: 16px; color: var(--muted); padding-top: 5px; }

/* Footer */
.footer { background: var(--navy); color: #b7bbd6; padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer-grid img { height: 26px; width: auto; align-self: flex-start; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { margin: 0; font-size: 13px; font-weight: 700; color: #7a7fa6; }
.footer a { color: #b7bbd6; font-size: 15px; font-weight: 500; }
.footer a:hover { color: #fff; }
.footer .addr { font-size: 15px; line-height: 1.6; }
.footer .ids { font-size: 14px; color: #7a7fa6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #7a7fa6; }
.footer-bottom a { font-size: 13px; }

/* Thanks */
.thanks { min-height: 60vh; display: flex; align-items: center; }
.thanks .card { padding: 48px; max-width: 640px; display: flex; flex-direction: column; gap: 18px; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid, .hero-blue, .panel-navy, .perks, .reqs, .form-grid { grid-template-columns: 1fr; }
  .hero-blue { padding: 56px 40px; }
  .hero-blue img { height: 320px; }
  .panel-navy { padding: 48px; gap: 40px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .perks { padding: 48px 40px; }
  .grid-3 { gap: 16px; }
  .why { gap: 28px; }
  .feature { padding: 24px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 1080px) {
  .nav-inner { height: 64px; }
  .nav-logo img { height: 24px; }
  .nav-links, .nav-actions .btn-outline, .nav-actions .btn-primary { display: none; }
  .nav-toggle, .nav-phone-icon { display: flex; }
}
@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .section-tight { padding: 24px 0 56px; }
  .hero { padding: 48px 0; }
  .hero-media { padding-bottom: 0; }
  .hero-media img { height: 260px; border-radius: 20px; }
  .hero-badge { position: static; margin-top: 16px; }
  .hero-actions .btn, .hero-blue .hero-actions .btn { width: 100%; }
  .hero-blue { margin: 12px 0 0; border-radius: 24px; padding: 28px 22px 22px; gap: 16px; }
  .hero-blue img { height: 170px; border-radius: 16px; box-shadow: none; }
  .grid-3, .grid-2, .why, .stats, .perks .grid-2, .fields, .footer-grid { grid-template-columns: 1fr; }
  .why { gap: 24px; padding-bottom: 56px; }
  .panel-navy, .panel-quote { border-radius: 24px; padding: 48px 24px; }
  .proof { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  .proof svg { width: 28px; height: 22px; }
  .proof-who { border-left: 0; padding-left: 0; border-top: 1.5px solid #cfd3ea; padding-top: 14px; min-width: 0; }
  .stat strong { font-size: 40px; }
  .quote { padding: 28px 24px; }
  .perks { border-radius: 24px; padding: 32px 24px; gap: 24px; }
  .option { padding: 24px; }
  .option .desc { min-height: 0; }
  .option .btn { align-self: stretch; }
  .req-table > div { grid-template-columns: 1fr; gap: 2px; padding: 14px 0; }
  .form-card { padding: 20px; }
  .form-foot .btn { width: 100%; }
  .container { padding: 0 20px; }
}
