:root {
  --bg: #0b1220;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-solid: #111827;
  --text: #f8fafc;
  --muted: #a9b4c7;
  --yellow: #ffc107;
  --yellow-2: #ffdf72;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 193, 7, 0.16), transparent 26rem),
    radial-gradient(circle at 85% 12%, rgba(59, 130, 246, 0.18), transparent 28rem),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), #fff0a8);
  box-shadow: 0 0 22px rgba(255, 193, 7, 0.9);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 18px clamp(16px, 4vw, 56px);
}

.nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 68px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 12, 24, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 100px;
  height: 46px;
  display: grid;
  place-items: center;
  background: white;
  border-radius: 16px;
  background: white;
  color: #111827;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(255, 193, 7, 0.34);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 12px;
  color: #dbe6f7;
  border-radius: 999px;
  font-size: 0.95rem;
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-links .nav-cta {
  color: #111827;
  background: var(--yellow);
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 132px clamp(16px, 4vw, 56px) 56px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background:
    linear-gradient(105deg, rgba(11, 18, 32, 0.92), rgba(11, 18, 32, 0.42) 52%, rgba(11, 18, 32, 0.84)),
    url("https://images.unsplash.com/photo-1595658658481-d53d3f999875?auto=format&fit=crop&w=2200&q=82") center/cover;
  filter: saturate(1.05);
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 72% 36%, rgba(255, 193, 7, 0.18), transparent 22rem),
    linear-gradient(to bottom, rgba(11, 18, 32, 0.2), var(--bg));
}

.hero-content {
  width: min(1180px, 100%);
  min-height: calc(100vh - 188px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(330px, 0.68fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.16rem;
}

.hero-subtitle,
.section-head p,
.footer p,
.feature-card p,
.fleet-card p,
.timeline p,
.faq p {
  color: var(--muted);
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions,
.hero-trust,
.mini-stats,
.floating-actions {
  display: flex;
  align-items: center;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #111827;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  box-shadow: 0 18px 38px rgba(255, 193, 7, 0.28);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.btn-full {
  width: 100%;
  border: 0;
}

.hero-trust {
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}

.rating-badge,
.mini-stats,
.booking-card,
.feature-card,
.fleet-card,
.route-card,
.review-shell,
.faq-list,
.timeline article {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.rating-badge {
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 20px;
}

.rating-badge strong,
.rating-badge small {
  display: block;
}

.stars {
  color: var(--yellow);
  letter-spacing: 0;
}

.rating-badge small {
  color: var(--muted);
}

.mini-stats {
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
}

.mini-stats span {
  min-width: 112px;
  padding: 16px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 0.88rem;
}

.mini-stats span:last-child {
  border-right: 0;
}

.mini-stats strong {
  display: block;
  color: var(--text);
  font-size: 1.15rem;
}

.booking-card {
  padding: 24px;
  border-radius: var(--radius);
}

.form-head h2 {
  font-size: 1.7rem;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #dce7f6;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  padding: 0 14px;
  outline: none;
}

select option {
  color: #111827;
}

input:focus,
select:focus {
  border-color: rgba(255, 193, 7, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.86rem;
}

.section {
  padding: 92px clamp(16px, 4vw, 56px);
}

.section-head {
  width: min(760px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.feature-grid,
.fleet-grid,
.route-grid,
.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.route-card,
.timeline article {
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover,
.fleet-card:hover,
.route-card:hover,
.timeline article:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 193, 7, 0.38);
}

.feature-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
}

.fleet {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(255, 255, 255, 0.015);
}

.fleet-grid {
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.fleet-card {
  min-width: 230px;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease;
  scroll-snap-align: start;
}

.fleet-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fleet-card div {
  padding: 18px;
}

.fleet-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
}

.fleet-card a,
.route-card a,
.footer a {
  color: var(--yellow);
  font-weight: 900;
}

.route-grid {
  grid-template-columns: repeat(4, 1fr);
}

.route-card span {
  display: block;
  margin-bottom: 14px;
  color: #dce7f6;
}

.trust-band {
  width: min(1180px, calc(100% - 32px));
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-band div {
  padding: 32px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
}

.trust-band strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.trust-band span {
  color: var(--muted);
  font-weight: 800;
}

.timeline {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.timeline article span {
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 900;
}

.reviews {
  background: rgba(255, 255, 255, 0.018);
}

.review-shell {
  position: relative;
  width: min(820px, 100%);
  min-height: 290px;
  margin: 0 auto;
  border-radius: var(--radius);
  padding: 30px 72px;
  overflow: hidden;
}

.review-track {
  display: grid;
}

.review {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
  transition: 0.35s ease;
  text-align: center;
}

.review.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.avatar {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
}

.review span {
  color: var(--yellow);
}

.review p {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.slider-btn {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-btn:hover {
  background: rgba(255, 193, 7, 0.18);
}

.prev {
  left: 18px;
}

.next {
  right: 18px;
}

.faq-list {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 10px;
  border-radius: var(--radius);
}

details {
  border-bottom: 1px solid var(--line);
}

details:last-child {
  border-bottom: 0;
}

summary {
  padding: 20px 18px;
  cursor: pointer;
  font-weight: 900;
}

details p {
  padding: 0 18px 18px;
}

.footer {
  padding: 70px clamp(16px, 4vw, 56px) 28px;
  border-top: 1px solid var(--line);
  background: #070c18;
}

.footer-grid {
  grid-template-columns: 1.45fr 0.8fr 0.8fr 1.3fr;
  align-items: start;
}

.footer h3 {
  margin-bottom: 14px;
}

.footer a {
  display: block;
  margin-bottom: 10px;
}

.map-wrap {
  width: min(1180px, 100%);
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
  filter: grayscale(0.85) invert(0.9) contrast(0.9);
}

.footer-bottom {
  width: min(1180px, 100%);
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  flex-direction: column;
  gap: 10px;
}

.float {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #111827;
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  font-weight: 900;
}

.whatsapp {
  color: white;
  background: #25d366;
}

.call {
  color: #111827;
}

.top-link {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 96px 16px auto;
    display: grid;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(7, 12, 24, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: 0.22s ease;
  }

  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .booking-card {
    max-width: 620px;
  }

  .feature-grid,
  .route-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px;
  }

  .nav {
    min-height: 62px;
    border-radius: 22px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .mini-stats,
  .trust-band,
  .feature-grid,
  .route-grid,
  .timeline,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .mini-stats {
    display: grid;
    width: 100%;
  }

  .mini-stats span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mini-stats span:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 70px 16px;
  }

  .review-shell {
    min-height: 340px;
    padding: 28px 20px 70px;
  }

  .slider-btn {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .prev {
    left: calc(50% - 52px);
  }

  .next {
    right: calc(50% - 52px);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}