:root {
  --taxi-black: #050505;
  --taxi-yellow: #ffc400;
  --taxi-amber: #f6a800;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
}

button,
a,
input,
select {
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.logo-mark {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--taxi-black);
  background: linear-gradient(135deg, var(--taxi-yellow), #ffe071);
  box-shadow: 0 10px 30px rgba(255, 196, 0, .25);
}

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, .86);
}

.nav-link:hover,
.nav-link.active {
  color: var(--taxi-yellow);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.25rem;
  height: 3px;
  border-radius: 999px;
  background: var(--taxi-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-link.active::after,
.nav-link:hover::after {
  transform: scaleX(1);
}

.call-pill,
.zalo-pill,
.primary-btn,
.secondary-btn,
.cta-line,
.float-btn {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
}

.call-pill {
  min-height: 3rem;
  border-radius: 999px;
  background: var(--taxi-yellow);
  color: #050505;
  padding: .7rem 1rem;
}

.zalo-pill {
  min-height: 3rem;
  border-radius: 999px;
  background: #0b9dff;
  color: white;
  padding: .7rem 1rem;
}

.primary-btn {
  min-height: 3.25rem;
  justify-content: center;
  border-radius: 999px;
  background: var(--taxi-yellow);
  color: var(--taxi-black);
  padding: .9rem 1.35rem;
  box-shadow: 0 16px 36px rgba(255, 196, 0, .26);
}

.primary-btn:hover,
.call-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(255, 196, 0, .34);
}

.secondary-btn {
  min-height: 3.25rem;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(0, 0, 0, .42);
  color: white;
  padding: .9rem 1.35rem;
  backdrop-filter: blur(12px);
}

.secondary-btn:hover {
  border-color: var(--taxi-yellow);
  color: var(--taxi-yellow);
}

.compact {
  min-height: 2.8rem;
  padding: .7rem 1rem;
}

.compact svg {
  width: 1.15rem;
  height: 1.15rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #070707;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .58) 39%, rgba(0, 0, 0, .2) 100%),
    url("https://images.unsplash.com/photo-1702963588830-8ddb8e65ef67?auto=format&fit=crop&w=1900&q=86") center/cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 196, 0, .20), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .88));
}

.hero-title {
  max-width: 760px;
  font-size: clamp(4.25rem, 13vw, 10.6rem);
  text-shadow: 0 8px 30px rgba(0, 0, 0, .34);
}

.hero-title span {
  display: block;
  color: var(--taxi-yellow);
  -webkit-text-stroke: 1px rgba(0, 0, 0, .25);
}

.hero-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.5rem;
  background: #171717;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

.hero-card img {
  min-height: 440px;
  filter: saturate(1.08) contrast(1.04);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .96);
  padding: 1rem;
  color: #090909;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .16);
}

.feature-item {
  display: flex;
  min-height: 5rem;
  align-items: center;
  gap: .8rem;
  border-radius: 1rem;
  padding: .7rem;
  font-weight: 900;
}

.feature-item svg {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--taxi-yellow);
  color: var(--taxi-black);
  padding: .65rem;
}

.section-pad {
  padding-block: 5.5rem;
}

.eyebrow {
  color: var(--taxi-amber);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-title {
  margin-top: .65rem;
  max-width: 720px;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.stat-box {
  border-left: 4px solid var(--taxi-yellow);
  border-radius: .9rem;
  background: #f6f6f6;
  padding: 1rem;
}

.stat-box strong {
  display: block;
  font-size: 2rem;
  font-weight: 900;
}

.stat-box span {
  color: #5a5a5a;
  font-weight: 700;
}

.quote-panel,
.booking-form,
.contact-card {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1.4rem;
  background: white;
  padding: 1.35rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

label span {
  display: block;
  margin-bottom: .45rem;
  color: #3f3f46;
  font-size: .9rem;
  font-weight: 900;
}

input,
select {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid #dedede;
  border-radius: .9rem;
  background: #fafafa;
  padding: .75rem 1rem;
  font-weight: 700;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--taxi-yellow);
  box-shadow: 0 0 0 4px rgba(255, 196, 0, .18);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
}

.section-heading span {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--taxi-yellow), transparent);
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1rem;
  background: white;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .13);
}

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

.service-card div {
  display: flex;
  min-height: 5.8rem;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
}

.service-card svg {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  border: 2px solid var(--taxi-yellow);
  border-radius: 999px;
  color: var(--taxi-amber);
  padding: .55rem;
}

.service-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.fleet-card {
  display: grid;
  min-height: 12rem;
  place-items: center;
  gap: .45rem;
  border: 1px solid #ededed;
  border-radius: 1rem;
  background: linear-gradient(180deg, white, #f7f7f7);
  padding: 1rem;
  text-align: center;
}

.fleet-card svg {
  width: 4.5rem;
  height: 4.5rem;
  color: #111;
  stroke-width: 1.35;
}

.fleet-card strong {
  border-radius: 999px;
  background: var(--taxi-yellow);
  padding: .45rem 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fleet-card span {
  color: #666;
  font-weight: 700;
}

th,
td {
  padding: 1rem;
  border-bottom: 1px solid #eeeeee;
  font-weight: 700;
}

th {
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

tbody tr:hover {
  background: #fff8df;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97), rgba(0, 0, 0, .82)),
    url("https://images.unsplash.com/photo-1761150284873-75ee48094e72?auto=format&fit=crop&w=1600&q=82") right center/cover no-repeat;
}

.cta-line {
  width: min(100%, 27rem);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .08);
  padding: 1rem;
  color: white;
}

.cta-line svg,
.cta-line span:first-child {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 1rem;
  background: var(--taxi-yellow);
  color: black;
  font-weight: 900;
}

.cta-line span:not(:first-child) {
  color: var(--taxi-yellow);
  text-transform: uppercase;
}

.cta-line strong {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  letter-spacing: .04em;
}

.cta-line.zalo span:first-child {
  background: #159dff;
  color: white;
}

.contact-card a,
.contact-card span {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: #1b1b1b;
  font-weight: 800;
}

.contact-card svg {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: var(--taxi-yellow);
  padding: .55rem;
}

footer h3 {
  margin-bottom: 1rem;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

footer a,
footer p {
  display: block;
  margin-top: .5rem;
  color: rgba(255, 255, 255, .72);
}

footer a:hover {
  color: var(--taxi-yellow);
}

.float-btn {
  width: 3.4rem;
  height: 3.4rem;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
}

.float-btn svg {
  width: 1.35rem;
  height: 1.35rem;
}

@media (min-width: 768px) {
  .feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .feature-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .section-pad {
    padding-block: 4rem;
  }

  .hero-section {
    min-height: 920px;
  }

  .hero-card,
  .hero-card img {
    min-height: 360px;
  }

  .feature-strip {
    margin-top: 1rem;
  }

  .feature-item {
    align-items: flex-start;
    flex-direction: column;
    min-height: 7rem;
    font-size: .9rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading span {
    display: none;
  }
}
