:root {
  --navy: #0b1f3a;
  --navy-2: #12305a;
  --ice: #2ea3f2;
  --ice-2: #7fd0ff;
  --accent: #ff7a1a;
  --ink: #0f172a;
  --muted: #5b6b82;
  --line: #e3e9f1;
  --bg: #ffffff;
  --bg-alt: #f4f7fb;
  --radius: 18px;
  --shadow: 0 20px 50px -20px rgba(11, 31, 58, .25);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .6em; letter-spacing: -.02em; }
p { margin: 0 0 1em; }

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: 2px solid transparent; cursor: pointer; font-family: inherit;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -8px rgba(255,122,26,.6); }
.btn--primary:hover { background: #ff8a33; }
.btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.1); }
.btn--ghost-dark { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--light { background: #fff; color: var(--navy); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--full { width: 100%; }

.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ice); margin-bottom: 14px;
}

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .3s, box-shadow .3s;
}
.header.is-scrolled { background: rgba(11,31,58,.92); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0,0,0,.15); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.logo { display: flex; align-items: center; gap: 10px; color: #fff; }
.logo__mark {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--ice), #1d6fd1); color: #fff;
}
.logo__mark svg { width: 26px; height: 26px; }
.logo__text { font-weight: 800; font-size: 17px; letter-spacing: .02em; line-height: 1; }
.logo__text small { display: block; font-size: 10.5px; letter-spacing: .32em; color: var(--ice-2); margin-top: 4px; font-weight: 700; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a:not(.btn) { color: rgba(255,255,255,.85); font-weight: 600; font-size: 15px; position: relative; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--accent); transition: width .25s;
}
.nav a:not(.btn):hover { color: #fff; }
.nav a:not(.btn):hover::after { width: 100%; }

.burger { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.burger span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .3s; }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1200px 600px at 80% -10%, #1b4a86 0%, transparent 60%), var(--navy);
  padding: 150px 0 110px;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%);
}
.hero__glow {
  position: absolute; width: 520px; height: 520px; right: -120px; bottom: -220px;
  background: radial-gradient(circle, rgba(46,163,242,.35), transparent 65%);
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; }
.hero .accent { background: linear-gradient(90deg, var(--ice-2), var(--ice)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 18px; color: rgba(255,255,255,.75); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero__visual { position: relative; }
.route-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px); border-radius: 24px; padding: 26px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
}
.route-card__head { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; color: rgba(255,255,255,.85); }
.tag { margin-left: auto; font-size: 12px; background: rgba(46,163,242,.18); color: var(--ice-2); padding: 5px 10px; border-radius: 999px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #34d399; }
.dot--live { box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }

.route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin: 34px 0; }
.route__stop strong { display: block; font-size: 20px; }
.route__stop small { color: rgba(255,255,255,.55); font-size: 12px; }
.route__stop--end { text-align: right; }
.route__line { position: relative; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.4) 0 8px, transparent 8px 14px); }
.truck {
  position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);
  width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center;
  animation: drive 5s ease-in-out infinite alternate;
}
.truck svg { width: 22px; height: 22px; }
@keyframes drive { from { left: 8%; } to { left: 92%; } }

.route-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.route-card__stats div { background: rgba(255,255,255,.06); border-radius: 12px; padding: 12px; }
.route-card__stats small { display: block; font-size: 11px; color: rgba(255,255,255,.55); }
.route-card__stats strong { font-size: 14px; }

.float-badge {
  position: absolute; background: #fff; color: var(--navy); border-radius: 16px; padding: 12px 18px;
  box-shadow: var(--shadow); animation: float 6s ease-in-out infinite;
}
.float-badge strong { display: block; font-size: 22px; font-weight: 800; line-height: 1; }
.float-badge small { color: var(--muted); font-size: 12px; font-weight: 600; }
.float-badge--a { top: -28px; left: -24px; }
.float-badge--b { bottom: -26px; right: -14px; animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(-10px); } }

/* ---------- Stats ---------- */
.stats { margin-top: -44px; position: relative; z-index: 2; }
.stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 0;
}
.stat { padding: 30px 24px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 32px; font-weight: 800; color: var(--navy); }
.stat span { color: var(--muted); font-size: 14px; font-weight: 600; }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section--alt { background: var(--bg-alt); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section__head h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; }
.section__head p { color: var(--muted); font-size: 17px; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 22px;
  background: linear-gradient(135deg, #e6f4fe, #d3ecfd); color: #1d6fd1; transition: .3s;
}
.card__icon svg { width: 28px; height: 28px; }
.card:hover .card__icon { background: linear-gradient(135deg, var(--ice), #1d6fd1); color: #fff; }
.card h3 { font-size: 20px; }
.card p { color: var(--muted); margin: 0; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about__media { position: relative; }
.about__panel {
  background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 26px;
  padding: 60px 44px; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.about__panel::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.about__year { position: relative; font-size: clamp(72px, 10vw, 120px); font-weight: 800; line-height: 1; background: linear-gradient(90deg, #fff, var(--ice-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about__panel p { position: relative; color: rgba(255,255,255,.75); max-width: 320px; margin: 14px 0 0; }
.about__loc {
  position: absolute; right: -20px; top: 30px; background: #fff; border-radius: 16px; padding: 16px 20px;
  display: flex; gap: 12px; align-items: center; box-shadow: var(--shadow);
}
.about__loc svg { width: 28px; height: 28px; color: var(--accent); }
.about__loc strong { display: block; font-size: 14px; }
.about__loc span { font-size: 13px; color: var(--muted); }
.about__content h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; }
.about__content p { color: var(--muted); font-size: 16.5px; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.checks li { position: relative; padding-left: 32px; font-weight: 600; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: #e6f4fe url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 12.5 3 3 7-7' fill='none' stroke='%231d6fd1' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat;
}

/* ---------- Fleet ---------- */
.fleet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet__item { padding: 30px 26px; border-radius: var(--radius); background: var(--bg-alt); position: relative; overflow: hidden; transition: .3s; }
.fleet__item:hover { background: var(--navy); color: #fff; }
.fleet__item:hover p { color: rgba(255,255,255,.7); }
.fleet__num { display: block; font-size: 44px; font-weight: 800; color: var(--ice); opacity: .35; line-height: 1; margin-bottom: 18px; }
.fleet__item h3 { font-size: 19px; }
.fleet__item p { color: var(--muted); margin: 0; font-size: 15px; transition: .3s; }

/* ---------- CTA ---------- */
.cta { padding: 0 0 20px; }
.cta__inner {
  background: linear-gradient(120deg, #1d6fd1, var(--ice)); color: #fff; border-radius: 26px;
  padding: 50px 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  box-shadow: 0 30px 60px -25px rgba(29,111,209,.6);
}
.cta h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin-bottom: 6px; }
.cta p { margin: 0; color: rgba(255,255,255,.85); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact__info { display: grid; gap: 18px; }
.person { display: flex; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.person__avatar {
  flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy), #1d6fd1); color: #fff; font-weight: 800;
}
.person strong { display: block; font-size: 17px; }
.person span { display: block; color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.person a { display: block; font-weight: 600; color: #1d6fd1; font-size: 15px; word-break: break-word; }
.person a:hover { text-decoration: underline; }

.info-list { list-style: none; margin: 0; padding: 22px; border-radius: var(--radius); background: var(--bg-alt); display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; font-weight: 600; }
.info-list svg { flex: none; width: 22px; height: 22px; color: var(--accent); margin-top: 3px; }
.info-list small { display: block; font-weight: 600; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.info-list a { color: #1d6fd1; }

.form { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 36px; box-shadow: var(--shadow); }
.form h3 { font-size: 24px; margin-bottom: 22px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 16px; }
.field > span { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: #fbfcfe;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--ice); background: #fff; box-shadow: 0 0 0 4px rgba(46,163,242,.15);
}
.field__error { display: none; font-style: normal; color: #dc2626; font-size: 12.5px; margin-top: 6px; font-weight: 600; }
.field.has-error input, .field.has-error textarea { border-color: #dc2626; }
.field.has-error .field__error { display: block; }
.form__note { text-align: center; color: var(--muted); font-size: 13px; margin: 12px 0 0; }

.form__success { text-align: center; padding: 50px 10px; }
.form__success svg { width: 70px; height: 70px; color: #16a34a; margin: 0 auto 18px; }
.form__success strong { display: block; font-size: 24px; margin-bottom: 8px; }
.form__success p { color: var(--muted); margin-bottom: 24px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 70px 0 0; margin-top: 40px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer p { margin-top: 18px; max-width: 320px; }
.footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer__inner a:not(.logo), .footer__inner span { display: block; margin-bottom: 10px; font-size: 15px; }
.footer__inner a:not(.logo):hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; padding-bottom: 22px; font-size: 14px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .truck, .float-badge, .dot--live { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .fleet { grid-template-columns: repeat(2, 1fr); }
  .hero__inner, .about, .contact { grid-template-columns: 1fr; }
  .hero__visual { max-width: 520px; margin: 20px auto 0; width: 100%; }
  .about__loc { right: 16px; }
}
@media (max-width: 860px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--navy); padding: 10px 20px 24px; box-shadow: 0 20px 30px rgba(0,0,0,.25);
    transform: translateY(-120%); transition: transform .35s ease; z-index: -1;
  }
  .nav.is-open { transform: none; }
  .nav a:not(.btn) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { margin-top: 18px; }
  .header { background: rgba(11,31,58,.95); }
}
@media (max-width: 640px) {
  .hero { padding: 120px 0 90px; }
  .section { padding: 80px 0; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .fleet, .checks, .form__row { grid-template-columns: 1fr; }
  .form__row { gap: 0; }
  .form { padding: 24px; }
  .cta__inner { padding: 36px 26px; }
  .footer__inner { grid-template-columns: 1fr; }
  .float-badge--a { left: 0; }
  .float-badge--b { right: 0; }
  .route__stop strong { font-size: 16px; }
  .about__panel { padding: 40px 28px; min-height: 300px; }
  .about__loc { position: static; margin-top: -30px; margin-left: 20px; width: fit-content; }
}
