:root {
  --navy: #1b2d67;
  --navy-deep: #101d49;
  --cyan: #55d5dc;
  --cyan-soft: #e9fbfc;
  --ink: #17223d;
  --muted: #66708a;
  --line: #e7ebf3;
  --white: #ffffff;
  --bg: #f7f9fc;
  --shadow: 0 24px 70px rgba(27, 45, 103, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(231,235,243,.8); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 210px; height: auto; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; color: #3c4660; }
.nav a:not(.nav-cta):hover { color: var(--navy); }
.nav-cta { background: var(--navy); color: #fff; padding: 13px 20px; border-radius: 999px; }
.nav-cta:hover { background: var(--navy-deep); }
.menu-toggle { display: none; border: 0; background: none; font-size: 26px; color: var(--navy); }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fbff 0%, #eefbfc 48%, #fff 100%); padding: 90px 0 84px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 12px; letter-spacing: .18em; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 18px 0 22px; font-size: clamp(44px, 5.3vw, 72px); line-height: 1.03; letter-spacing: -.055em; color: var(--navy); }
.hero h1 span { color: var(--cyan); }
.hero-text { max-width: 650px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 15px 23px; font-weight: 800; font-size: 14px; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 26px rgba(27,45,103,.2); }
.btn-primary:hover { background: var(--navy-deep); }
.btn-ghost { border: 1px solid #d6ddea; color: var(--navy); background: rgba(255,255,255,.7); }
.credentials { display: flex; gap: 12px; margin-top: 36px; }
.credentials div { background: #fff; border: 1px solid var(--line); padding: 10px 16px; border-radius: 12px; display: flex; gap: 9px; align-items: baseline; box-shadow: 0 8px 22px rgba(27,45,103,.05); }
.credentials strong { color: var(--navy); font-size: 11px; letter-spacing: .08em; }
.credentials span { font-weight: 800; font-size: 14px; }
.hero-card { min-height: 440px; border-radius: 30px; background: linear-gradient(150deg, var(--navy), #263b80); box-shadow: 0 30px 80px rgba(27,45,103,.24); padding: 28px; color: #fff; position: relative; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(85,213,220,.12); right: -110px; bottom: -110px; }
.route-top, .route-stats { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; }
.route-label { font-size: 11px; letter-spacing: .16em; font-weight: 800; color: #b8c4e8; }
.status-dot { color: var(--cyan); font-size: 12px; font-weight: 800; }
.route-map { height: 290px; position: relative; margin-top: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: radial-gradient(circle at 50% 50%, rgba(85,213,220,.13), transparent 48%), rgba(255,255,255,.035); }
.route-line { position: absolute; left: 18%; top: 56%; width: 63%; height: 80px; border-top: 2px dashed rgba(85,213,220,.75); border-radius: 50%; transform: rotate(-18deg); }
.route-point { position: absolute; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--navy); font-weight: 900; box-shadow: 0 0 0 8px rgba(85,213,220,.12); }
.point-a { left: 14%; top: 49%; }.point-b { left: 47%; top: 27%; }.point-c { right: 14%; bottom: 14%; }
.route-truck { position: absolute; left: 55%; top: 44%; color: #fff; font-size: 32px; transform: rotate(-12deg); filter: drop-shadow(0 6px 8px rgba(0,0,0,.25)); }
.route-stats { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.route-stats span { display: block; color: #aeb9dc; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.route-stats strong { display: block; margin-top: 4px; font-size: 14px; }
.glow-one, .glow-two { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 420px; height: 420px; right: -140px; top: -160px; background: rgba(85,213,220,.12); }
.glow-two { width: 300px; height: 300px; left: -160px; bottom: -170px; background: rgba(27,45,103,.08); }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan-soft); color: var(--navy); font-weight: 900; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 14px; }.trust-grid small { color: var(--muted); font-size: 12px; margin-top: 2px; }
.section { padding: 105px 0; }
.section-heading { max-width: 740px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .quote-section h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; color: var(--navy); margin: 14px 0 16px; }
.section-heading p, .about-copy p, .quote-section p { color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 315px; border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; box-shadow: 0 10px 35px rgba(27,45,103,.04); overflow: hidden; }
.service-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-10px); box-shadow: var(--shadow); }
.service-number { position: absolute; right: 24px; top: 22px; font-size: 12px; font-weight: 800; opacity: .35; }
.service-icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--cyan-soft); color: var(--navy); font-size: 25px; font-weight: 800; margin-bottom: 35px; }
.featured .service-icon { background: rgba(85,213,220,.14); color: var(--cyan); }
.service-card h3 { font-size: 23px; margin: 0 0 12px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: #c4cee9; }
.about-section { padding: 95px 0; background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-panel { min-height: 430px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, var(--navy), #284083); position: relative; overflow: hidden; }
.about-panel::before { content:""; position:absolute; inset: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.about-logo-ring { width: 270px; height: 270px; border-radius: 50%; background: #fff; padding: 32px; position: relative; z-index: 1; display: grid; place-items: center; box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.about-logo-ring img { width: 100%; height: auto; }
.credential-box { display: flex; gap: 12px; margin-top: 30px; }
.credential-box div { padding: 16px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; min-width: 160px; }
.credential-box small, .credential-box strong { display: block; }
.credential-box small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.credential-box strong { margin-top: 3px; color: var(--navy); }
.why-section { background: #fff; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-item { display: flex; gap: 24px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-item > span { color: var(--cyan); font-weight: 900; font-size: 12px; letter-spacing: .1em; padding-top: 4px; }
.why-item h3 { margin: 0 0 5px; color: var(--navy); font-size: 20px; }
.why-item p { margin: 0; color: var(--muted); font-size: 14px; }
.quote-section { padding: 100px 0; background: var(--navy); color: #fff; }
.quote-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.quote-section h2 { color: #fff; }
.quote-section p { color: #c5cde3; }
.quote-contact { display: flex; gap: 14px; margin-top: 34px; }
.quote-contact div { padding: 14px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.05); }
.quote-contact span, .quote-contact strong { display: block; }
.quote-contact span { font-size: 10px; color: #9da9cd; letter-spacing: .12em; }
.quote-contact strong { margin-top: 2px; }
.quote-form { background: #fff; border-radius: 24px; padding: 28px; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: 12px; font-weight: 800; color: #4a546d; margin-bottom: 16px; }
input, textarea { width: 100%; margin-top: 7px; border: 1px solid #dce2ed; border-radius: 10px; padding: 13px 14px; font: inherit; font-size: 14px; color: var(--ink); outline: none; background: #fbfcfe; }
input:focus, textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(85,213,220,.15); }
textarea { resize: vertical; }
.form-submit { width: 100%; border-radius: 10px; margin-top: 2px; }
.form-note { margin: 12px 0 0 !important; font-size: 11px !important; color: #7a849b !important; text-align: center; }
footer { background: #0d1737; color: #dfe5f4; padding: 55px 0 22px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-logo { width: 230px; background: #fff; border-radius: 10px; padding: 8px; }
.footer-grid p { color: #9eabc9; font-size: 13px; max-width: 400px; }
.footer-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-meta span { border: 1px solid rgba(255,255,255,.13); padding: 9px 13px; border-radius: 9px; font-size: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 35px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #8290b1; font-size: 11px; }
.footer-bottom a { color: var(--cyan); font-weight: 700; }
@media (max-width: 900px) {
  .hero-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 400px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .about-grid { gap: 45px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 165px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 66px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 15px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 10px; }
  .hero { padding: 65px 0 60px; }
  .hero h1 { font-size: 44px; }
  .hero-card { min-height: 370px; padding: 20px; }
  .route-map { height: 240px; }
  .section, .quote-section { padding: 75px 0; }
  .form-row, .why-grid { grid-template-columns: 1fr; }
  .credential-box, .quote-contact, .footer-grid { flex-direction: column; align-items: stretch; }
  .footer-grid { display: flex; }
  .footer-bottom { flex-direction: column; }
}

.carrier-section { padding: 78px 0; background: linear-gradient(135deg, #eefbfc 0%, #fff 100%); }
.carrier-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 48px; border: 1px solid #dceff1; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(27,45,103,.08); }
.carrier-card h2 { color: var(--navy); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.08; letter-spacing: -.04em; margin: 12px 0 10px; }
.carrier-card p { color: var(--muted); margin: 0; max-width: 620px; }
.btn-carrier { flex: 0 0 auto; background: var(--cyan); color: var(--navy); box-shadow: 0 12px 26px rgba(85,213,220,.25); }
.btn-carrier:hover { background: #43c9d0; }
.footer-carrier a { color: var(--cyan); font-weight: 700; margin-right: 20px; }
@media (max-width: 700px) {
  .carrier-card { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .btn-carrier { width: 100%; }
  .footer-carrier a { margin-right: 0; }
}

/* Hero visual inspired by the supplied design reference */
.hero-visual { position: relative; width: 100%; aspect-ratio: 891 / 630; border-radius: 30px 0 0 30px; overflow: hidden; box-shadow: 0 30px 80px rgba(27,45,103,.22); background: var(--navy); }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,45,103,.18), transparent 55%); z-index: 1; pointer-events: none; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
@media (max-width: 900px) {
  .hero-visual { aspect-ratio: 891 / 630; border-radius: 26px; }
  .hero-visual img { width: 100%; height: 100%; object-fit: contain; }
}
@media (max-width: 700px) {
  .hero-visual { aspect-ratio: 891 / 630; }
  .hero-visual img { width: 100%; height: 100%; object-fit: contain; }
}
