:root {
  --brand: #f5b400;
  --brand-dark: #151515;
  --ink: #17202a;
  --muted: #657181;
  --line: #e7ebf0;
  --soft: #f6f8fb;
  --white: #fff;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  padding-bottom: 0;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.navbar-brand {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
}
.navbar-brand span { color: var(--brand); }
.nav-link { font-weight: 650; color: #26313d; }
.btn-brand {
  background: var(--brand);
  color: #151515;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  padding: .75rem 1.1rem;
}
.btn-dark-soft {
  background: var(--brand-dark);
  color: var(--white);
  border-radius: 999px;
  font-weight: 800;
  padding: .75rem 1.1rem;
}
.hero {
  min-height: 86vh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 18, 22, .88), rgba(15, 18, 22, .58)),
    url("https://images.unsplash.com/photo-1515569067071-ec3b51335dd0?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  padding: 4rem 0;
}
.eyebrow {
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .08em;
}
.hero h1 {
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  line-height: .98;
  max-width: 760px;
  font-weight: 950;
  margin: .5rem 0 1rem;
}
.hero p { max-width: 650px; color: #e8edf5; font-size: 1.08rem; }
.booking-panel {
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.hero-booking-card {
  border: 1px solid rgba(255,255,255,.4);
}
.booking-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.booking-card-head h2 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: .2rem 0 0;
}
.live-dot {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  background: #e9fff2;
  color: #0b8c45;
  padding: .35rem .65rem;
  font-size: .75rem;
  font-weight: 900;
}
.live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #12b76a;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}
.hero-pills span {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .48rem .72rem;
  color: #fff;
  font-weight: 750;
  font-size: .9rem;
}
.form-control, .form-select {
  border-radius: 8px;
  border-color: #dce2e9;
  padding: .78rem .9rem;
}
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .18rem rgba(220,53,69,.12);
}
.section {
  padding: 4.5rem 0;
}
.section-soft { background: var(--soft); }
.section-title {
  max-width: 760px;
  margin-bottom: 2rem;
}
.section-title h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 920;
  margin: 0 0 .6rem;
}
.section-title p { color: var(--muted); margin: 0; }
.service-card, .vehicle-card, .route-card, .tariff-card, .testimonial-card, .faq-item, .admin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  height: 100%;
}
.app-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 12px 30px rgba(21, 29, 40, .05);
}
.app-card:hover {
  transform: translateY(-3px);
  border-color: #d5dce6;
  box-shadow: 0 20px 45px rgba(21, 29, 40, .1);
}
.service-card h3, .vehicle-card h3, .route-card h3 { font-size: 1.15rem; font-weight: 880; }
.service-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff5cc;
  margin-bottom: .9rem;
}
.route-card strong, .tariff-card strong {
  display: block;
  font-size: 1.5rem;
}
.vehicle-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.vehicle-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #111418;
  color: var(--brand);
  font-weight: 950;
}
.badge-soft {
  border-radius: 999px;
  background: #f2f5f8;
  color: #415063;
  padding: .38rem .65rem;
  font-weight: 800;
  font-size: .8rem;
}
.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid var(--line);
  padding-top: .9rem;
  margin-bottom: .7rem;
}
.price-line span { color: var(--muted); }
.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.route-map-line {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
}
.route-map-line::after {
  content: "";
  position: absolute;
  left: 72px;
  right: 72px;
  top: 50%;
  border-top: 1px dashed #c7cfda;
}
.route-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.route-bottom a {
  border-radius: 999px;
  background: #111418;
  color: #fff;
  padding: .45rem .75rem;
  font-weight: 850;
}
.faq-accordion .accordion-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: .75rem;
  box-shadow: 0 10px 24px rgba(21,29,40,.04);
}
.faq-accordion .accordion-button {
  font-weight: 850;
  padding: 1rem 1.15rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #151515;
  background: #fff7da;
  box-shadow: none;
}
.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.24);
  max-width: 620px;
  margin-top: 2rem;
}
.stat-strip div { padding: 1rem; background: rgba(0,0,0,.18); }
.stat-strip strong { display: block; font-size: 1.4rem; color: var(--brand); }
.site-footer {
  background: #111418;
  color: #cbd3dd;
  padding: 3.5rem 0 1.5rem;
}
.site-footer h2, .site-footer h3 { color: #fff; font-weight: 850; font-size: 1.05rem; }
.site-footer a { display: block; color: #dfe6ee; margin: .45rem 0; }
.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #303741; color: #8f9aaa; }
.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: .6rem;
  z-index: 1200;
}
.floating-actions a {
  border-radius: 999px;
  padding: .75rem 1rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.float-call { background: var(--brand); color: #111; }
.float-whatsapp { background: #19b15f; color: #fff; }
.mobile-booking-bar {
  display: none;
}
.page-hero {
  background: var(--brand-dark);
  color: #fff;
  padding: 4rem 0;
}
.admin-shell { background: var(--soft); min-height: 100vh; }
.admin-nav {
  background: #111418;
  color: #fff;
  padding: 1rem 0;
}
.admin-nav a { color: #fff; margin-right: 1rem; font-weight: 700; }
.table-responsive {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.admin-card.stat-card {
  position: relative;
  overflow: hidden;
}
.admin-card.stat-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: -24px;
  top: -24px;
  border-radius: 999px;
  background: rgba(245,180,0,.2);
}
.badge-status {
  display: inline-flex;
  border-radius: 999px;
  padding: .38rem .68rem;
  font-weight: 850;
  font-size: .78rem;
  margin-bottom: .45rem;
}
.status-new { background: #fff4cf; color: #8a5b00; }
.status-confirmed { background: #e5f0ff; color: #1558b0; }
.status-assigned { background: #ecfdf3; color: #087443; }
.status-completed { background: #e9f7ef; color: #166534; }
.status-cancelled { background: #ffe9e9; color: #b42318; }
.success-mark {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  background: #e9fff2;
  color: #0b8c45;
  font-size: 2rem;
  font-weight: 950;
}

@media (max-width: 991px) {
  .hero { min-height: auto; padding: 3rem 0; }
  .booking-panel { margin-top: 1.5rem; }
  .stat-strip { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating-actions { display: none; }
  body { padding-bottom: 76px; }
  .mobile-booking-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: .5rem;
    padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(15, 23, 42, .12);
    backdrop-filter: blur(14px);
  }
  .mobile-booking-bar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f2f5f8;
    color: #111418;
    font-weight: 900;
    font-size: .9rem;
  }
  .mobile-booking-bar .book-now {
    background: var(--brand);
  }
}

@media (max-width: 575px) {
  .route-grid { grid-template-columns: 1fr; }
  .section { padding: 3.2rem 0; }
  .hero h1 { font-size: 2.35rem; }
  .booking-panel { border-radius: 14px; padding: 1rem; }
}
