:root {
  --bg: #07111f;
  --bg-2: #0d1a2f;
  --card: #ffffff;
  --card-soft: #f4f7fb;
  --text: #122033;
  --muted: #667085;
  --white: #ffffff;
  --gold: #d9a441;
  --gold-dark: #b78121;
  --blue: #2463eb;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(5, 16, 35, 0.20);
  --radius: 24px;
}

* { 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(--text);
  background: var(--white);
  line-height: 1.6;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  padding: 4px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1rem; letter-spacing: -0.02em; }
.footer-logo { width: 88px; height: 88px; border-radius: 22px; }
.brand-text small { opacity: 0.72; font-size: 0.78rem; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.82); font-weight: 600; font-size: .94rem; }
.nav-links a:hover { color: var(--white); }
.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  color: #101828 !important;
  background: var(--gold);
}
.nav-toggle { display: none; background: none; border: 0; padding: 6px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--white); margin: 6px 0; border-radius: 2px; }

.section-inner { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.hero {
  position: relative;
  min-height: 780px;
  padding: 156px 0 92px;
  background:
    radial-gradient(circle at top right, rgba(36, 99, 235, .28), transparent 36%),
    radial-gradient(circle at 10% 30%, rgba(217, 164, 65, .20), transparent 32%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  color: var(--white);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
}
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.05em; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); max-width: 760px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.hero-text { max-width: 660px; margin: 24px 0 32px; font-size: 1.18rem; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #101828; box-shadow: 0 16px 35px rgba(217, 164, 65, .28); }
.btn-primary:hover { background: #efbe5b; }
.btn-secondary { background: rgba(255,255,255,.10); color: var(--white); border: 1px solid rgba(255,255,255,.16); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; max-width: 620px; }
.trust-row div { padding: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); border-radius: 18px; }
.trust-row strong { display: block; font-size: 1.45rem; }
.trust-row span { color: rgba(255,255,255,.68); font-size: .88rem; }

.hero-card {
  position: relative;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  border-radius: 34px;
  padding: 24px;
  backdrop-filter: blur(22px);
}
.city-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: rgba(255,255,255,.78); font-weight: 700; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 8px rgba(34,197,94,.12); }
.route-card, .vehicle-card, .mini-grid > div {
  background: rgba(255,255,255,.95);
  color: var(--text);
  border-radius: 22px;
  padding: 22px;
}
.route-line { display: flex; align-items: center; gap: 10px; }
.pin { width: 16px; height: 16px; border-radius: 50%; background: var(--blue); }
.pin.end { background: var(--gold); }
.line { height: 3px; flex: 1; background: linear-gradient(90deg, var(--blue), var(--gold)); border-radius: 99px; }
.route-text { display: flex; justify-content: space-between; margin-top: 12px; font-weight: 700; color: var(--muted); font-size: .9rem; }
.vehicle-card { margin-top: 16px; display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: center; }
.vehicle-icon { border-radius: 20px; padding: 16px; background: var(--card-soft); }
.vehicle-icon svg path, .vehicle-icon svg circle { fill: #111827; }
.vehicle-card strong, .mini-grid strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }
.vehicle-card span, .mini-grid span { color: var(--muted); font-size: .92rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.hero-bg-shape { position: absolute; border-radius: 999px; filter: blur(4px); opacity: .36; }
.hero-bg-shape-one { width: 180px; height: 180px; background: var(--gold); right: -50px; top: 180px; }
.hero-bg-shape-two { width: 260px; height: 260px; background: var(--blue); left: -120px; bottom: 80px; }

.section { padding: 94px 0; }
.section-heading { max-width: 790px; margin-bottom: 38px; }
.section-heading p:not(.eyebrow), .split-grid > div > p, .about-grid p, .contact-grid p, .apply-grid p { color: var(--muted); font-size: 1.05rem; margin-top: 18px; }
.narrow { max-width: 680px; }
.cards { display: grid; gap: 22px; }
.three-cols { grid-template-columns: repeat(3, 1fr); }
.info-card {
  padding: 30px;
  background: var(--card);
  border: 1px solid #e6ebf2;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(16, 24, 40, .07);
}
.info-card p { color: var(--muted); margin-top: 14px; }
.icon-pill {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff4d7;
  color: var(--gold-dark);
  font-weight: 900;
  margin-bottom: 22px;
}
.split-section { padding: 96px 0; background: var(--bg); color: var(--white); }
.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.split-grid p { color: rgba(255,255,255,.74) !important; }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; color: rgba(255,255,255,.84); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,164,65,.18); color: var(--gold); font-weight: 900; }
.feature-panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  padding: 30px;
}
.panel-label { color: var(--gold) !important; font-weight: 900; margin: 0 0 12px !important; }
.benefit-row { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit-row:last-child { border-bottom: 0; }
.benefit-row > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(217,164,65,.18); color: var(--gold); font-weight: 900; }
.benefit-row strong { display: block; margin-bottom: 5px; }
.benefit-row p { margin: 0 !important; font-size: .95rem !important; }

.muted { background: var(--card-soft); }
.requirement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.requirement-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: var(--white);
  border: 1px solid #e7edf5;
  border-radius: 18px;
  font-weight: 800;
}
.requirement-item span { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px #fff4d7; }
.about-grid { display: grid; grid-template-columns: 330px 1fr; gap: 56px; align-items: center; }
.about-stat-card {
  min-height: 330px;
  border-radius: 32px;
  padding: 32px;
  background: linear-gradient(135deg, var(--bg), #173257);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
}
.about-stat-card strong { font-size: 5rem; line-height: .9; letter-spacing: -.08em; color: var(--gold); }
.about-stat-card span { font-size: 1.1rem; color: rgba(255,255,255,.72); margin-top: 16px; }
.apply-section { background: linear-gradient(135deg, #f9fafb, #eef4ff); }
.apply-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.apply-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  background: var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
  border: 1px solid #e7edf5;
}
.apply-form label { display: grid; gap: 8px; font-weight: 800; color: #344054; }
.apply-form input, .apply-form select, .apply-form textarea {
  width: 100%;
  border: 1px solid #d0d7e2;
  border-radius: 14px;
  padding: 14px 15px;
  font: inherit;
  color: var(--text);
  background: var(--white);
}
.apply-form input:focus, .apply-form select:focus, .apply-form textarea:focus { outline: 3px solid rgba(36,99,235,.14); border-color: var(--blue); }
.form-note { color: var(--muted); font-size: .92rem; }
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.contact-card > div {
  min-height: 150px;
  padding: 24px;
  border-radius: 22px;
  background: var(--card-soft);
  border: 1px solid #e6ebf2;
}
.contact-card span { display: block; color: var(--gold-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; margin-bottom: 12px; }
.contact-card a { font-weight: 900; color: var(--text); word-break: break-word; }
.contact-card p { margin: 0 !important; color: var(--text) !important; font-weight: 700; font-size: 1rem !important; }
.footer { background: #050b14; color: var(--white); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 42px; }
.footer p { color: rgba(255,255,255,.60); max-width: 430px; margin-top: 18px; }
.footer h4 { margin: 0 0 14px; }
.footer a:not(.brand) { display: block; color: rgba(255,255,255,.66); margin: 9px 0; }
.footer a:hover { color: var(--white); }
.footer-brand { margin-bottom: 12px; align-items: center; }
.copyright { margin: 42px auto 0; max-width: 1180px; padding: 22px 22px 0; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.10); font-size: .92rem; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 80px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #0a1424;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { margin: 12px; text-align: center; }
  .hero { padding-top: 130px; }
  .hero-grid, .split-grid, .about-grid, .apply-grid, .contact-grid { grid-template-columns: 1fr; }
  .three-cols, .requirement-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row, .contact-card { grid-template-columns: 1fr; }
  .about-stat-card { min-height: 240px; }
}

@media (max-width: 640px) {
  .brand-text small { display: none; }
  .brand-logo { width: 56px; height: 56px; border-radius: 14px; }
  .footer-logo { width: 72px; height: 72px; }
  .hero { min-height: auto; padding-bottom: 70px; }
  .section { padding: 70px 0; }
  .hero-actions .btn { width: 100%; }
  .three-cols, .requirement-grid, .mini-grid, .vehicle-card, .footer-grid { grid-template-columns: 1fr; }
  .vehicle-card { text-align: left; }
  .contact-card > div { min-height: auto; }
  .apply-form { padding: 22px; }
  h1 { font-size: 3.05rem; }
}


.hidden-field {
  display: none;
}
