:root {
  --tg-black: #18181b;
  --tg-yellow: #facc15;
  --tg-yellow-soft: #fff7c2;
}

body {
  color: var(--tg-black);
  background:
    radial-gradient(circle at 84% 6%, rgba(250, 204, 21, 0.28), transparent 28rem),
    linear-gradient(180deg, #fffdf0 0%, #f7f7ef 48%, #ffffff 100%);
}

.eyebrow {
  color: #a16207;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background: var(--tg-black);
  border-radius: 0.75rem;
  color: var(--tg-yellow);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

.brand-mark--header {
  border-radius: 0.5rem;
  font-size: 0.95rem;
  height: 2rem;
  width: 2.5rem;
}

.bg-dark .nav-link:hover,
.bg-dark .nav-link:focus {
  color: #fff !important;
}

.bg-dark .nav-link.text-secondary:hover,
.bg-dark .nav-link.text-secondary:focus {
  color: rgba(255, 255, 255, 0.75) !important;
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--tg-black);
}

.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92) !important;
}

.brand-accent {
  color: #854d0e;
}

.btn-tg-yellow {
  --bs-btn-bg: var(--tg-yellow);
  --bs-btn-border-color: var(--tg-yellow);
  --bs-btn-color: var(--tg-black);
  --bs-btn-hover-bg: #eab308;
  --bs-btn-hover-border-color: #eab308;
  --bs-btn-hover-color: var(--tg-black);
  --bs-btn-active-bg: #ca8a04;
  --bs-btn-active-border-color: #ca8a04;
  --bs-btn-active-color: var(--tg-black);
  font-weight: 700;
}

.btn-dark {
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.hero-visual {
  position: relative;
  aspect-ratio: 920 / 380;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #ececec;
}

.hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual img {
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 3rem rgba(24, 24, 27, 0.15);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-badge {
  align-items: center;
  background: var(--tg-yellow);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.35rem;
  left: 1rem;
  padding: 0.45rem 0.9rem;
  position: absolute;
  top: 1rem;
}

.hero-route {
  align-items: flex-start;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1rem;
  bottom: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(24, 24, 27, 0.12);
  display: flex;
  gap: 0.75rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  padding: 1rem 1.1rem;
  position: absolute;
  right: 1rem;
}

.hero-route .home-icon {
  margin-top: 0.1rem;
}

.service-num {
  color: #a16207;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-card-visual {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.service-card-img {
  display: block;
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.service-img-gradient {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 62%,
    rgba(24, 24, 27, 0.35) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.service-img-num {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: var(--tg-black);
  font-size: 0.62rem;
  font-weight: 800;
  left: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.22rem 0.5rem;
  position: absolute;
  top: 0.65rem;
  z-index: 2;
}

.service-price-panel {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 3px solid var(--tg-yellow);
  border-radius: 0.65rem;
  bottom: 0.6rem;
  box-shadow: 0 0.35rem 1rem rgba(24, 24, 27, 0.14);
  left: 0.6rem;
  max-width: 68%;
  padding: 0.38rem 0.55rem;
  position: absolute;
  right: auto;
  z-index: 2;
}

.service-price-panel--fixed {
  border-left-color: var(--tg-black);
}

.service-price-panel-label {
  color: #71717a;
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 0.05rem;
  text-transform: uppercase;
}

.service-price-panel-main {
  color: var(--tg-black);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.service-price-panel-sub {
  color: #52525b;
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0.1rem;
}

.service-card:hover .service-card-img {
  transform: scale(1.03);
}

.service-card .service-card-img {
  transition: transform 0.45s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease;
}

.feature-band {
  background: var(--tg-black);
  border-radius: 1.5rem;
  color: #fff;
  padding: 2.5rem;
}

.feature-band .eyebrow {
  color: var(--tg-yellow);
}

.feature-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  gap: 0.45rem;
  margin: 0.25rem;
  padding: 0.55rem 1rem;
}

.feature-chip i {
  color: var(--tg-yellow);
  font-size: 1rem;
}

.home-icon {
  align-items: center;
  border-radius: 0.85rem;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.home-icon--lg {
  font-size: 1.35rem;
  height: 3.25rem;
  width: 3.25rem;
}

.home-icon--yellow {
  background: #fff7c2;
  color: #a16207;
}

.home-icon--blue {
  background: #eff6ff;
  color: #2563eb;
}

.home-icon--green {
  background: #ecfdf5;
  color: #16a34a;
}

.home-icon--dark {
  background: #f4f4f5;
  color: var(--tg-black);
}

.stat-pill--icon {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

.home-step-item {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

.home-step-item .home-icon {
  font-size: 1rem;
  height: 2.35rem;
  width: 2.35rem;
}

.service-card-title {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.service-card-title .home-icon {
  font-size: 1rem;
  height: 2.35rem;
  width: 2.35rem;
}

.booking-card {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 3rem rgba(24, 24, 27, 0.08);
  padding: 1.75rem;
}

/* Multi-step book taxi wizard */
.book-wizard-layout {
  align-items: flex-start;
}

.book-steps-sticky {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 992px) {
  .book-steps-sticky {
    position: sticky;
    top: 6rem;
  }
}

.book-step-card {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 0.75rem 2rem rgba(24, 24, 27, 0.06);
  cursor: pointer;
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.book-step-card:last-child {
  margin-bottom: 0;
}

.book-step-card:hover {
  border-color: rgba(24, 24, 27, 0.14);
  transform: translateY(-1px);
}

.book-step-card.is-active {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 1rem 2.5rem rgba(37, 99, 235, 0.12);
}

.book-step-card.is-complete {
  border-color: rgba(22, 163, 74, 0.25);
}

.book-step-icon {
  align-items: center;
  border-radius: 0.9rem;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.35rem;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.book-step-icon.step-1 {
  background: #eff6ff;
  color: #2563eb;
}

.book-step-icon.step-2 {
  background: #fef9c3;
  color: #ca8a04;
}

.book-step-icon.step-3 {
  background: #ecfdf5;
  color: #16a34a;
}

.book-step-badge {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  height: 1.75rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
}

.book-step-badge.step-1 {
  background: #2563eb;
}

.book-step-badge.step-2 {
  background: #eab308;
}

.book-step-badge.step-3 {
  background: #22c55e;
}

.book-wizard-form {
  padding: clamp(1.25rem, 2vw, 2rem);
}

.book-wizard-divider {
  border: 0;
  border-top: 1px solid rgba(24, 24, 27, 0.08);
  margin: 1.35rem 0;
}

.book-wizard-panel[hidden] {
  display: none !important;
}

.book-field-label {
  color: #52525b;
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.book-field {
  margin-bottom: 1rem;
  position: relative;
}

.book-field-icon {
  color: #71717a;
  font-size: 1rem;
  left: 0.95rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.book-field-input-wrap {
  position: relative;
}

.contact-form .form-control,
.book-field-input-wrap .form-control {
  padding-left: 2.65rem;
}

.book-field-input-wrap:has(textarea) .book-field-icon {
  top: 1.35rem;
  transform: none;
}

.book-field .form-control,
.book-field .form-select {
  appearance: none;
  background: #fafafa;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 0.85rem;
  min-height: 3rem;
  padding-left: 2.65rem;
  width: 100%;
}

.book-field .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2371717a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.book-field .form-control:focus,
.book-field .form-select:focus {
  background: #fff;
  border-color: rgba(250, 204, 21, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(250, 204, 21, 0.18);
}

.book-field textarea.form-control {
  min-height: 6.5rem;
  padding-left: 2.65rem;
  padding-top: 0.85rem;
}

.book-field-input-wrap:has(textarea) .book-field-icon {
  top: 1.35rem;
  transform: none;
}

.book-extras-list {
  background: #fafafa;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 0.85rem;
  min-height: 3rem;
  max-height: 9.5rem;
  overflow: auto;
  padding: 0.35rem;
}

.book-extra-option {
  align-items: center;
  border-radius: 0.65rem;
  cursor: pointer;
  display: flex;
  gap: 0.65rem;
  margin: 0;
  padding: 0.65rem 0.75rem;
}

.book-extra-option:hover {
  background: #fff7c2;
}

.book-extra-option input {
  accent-color: var(--tg-yellow);
  flex-shrink: 0;
}

.book-wizard-info {
  align-items: flex-start;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 0.85rem;
  color: #1e3a8a;
  display: flex;
  font-size: 0.92rem;
  gap: 0.65rem;
  line-height: 1.45;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
}

.book-wizard-info i {
  color: #2563eb;
  flex-shrink: 0;
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.book-wizard-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.btn-book-cta {
  align-items: center;
  background: var(--tg-yellow);
  border: 0;
  border-radius: 0.85rem;
  color: var(--tg-black);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0.04em;
  min-height: 3.25rem;
  min-width: min(100%, 16rem);
  padding: 0.85rem 1.5rem;
  text-transform: uppercase;
}

.btn-book-cta:hover,
.btn-book-cta:focus {
  background: #eab308;
  color: var(--tg-black);
}

.btn-book-back {
  background: transparent;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 0.85rem;
  color: var(--tg-black);
  font-weight: 600;
  min-height: 3rem;
  padding: 0.85rem 1.15rem;
}

.book-wizard-summary {
  background: #fafafa;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 0.85rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
}

.book-wizard-summary ul {
  margin: 0;
  padding-left: 1.1rem;
}

.book-wizard-summary li {
  margin-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
  .book-steps-sticky {
    flex-direction: row;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
  }

  .book-step-card {
    flex: 0 0 min(85vw, 18rem);
    padding: 1rem 2.75rem 1rem 1rem;
    scroll-snap-align: start;
  }

  .book-step-card p {
    display: none;
  }

  .book-wizard-form {
    padding: 1.25rem;
  }

  .btn-book-cta {
    width: 100%;
  }
}

/* Google Places dropdown on booking forms */
.pac-container {
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 1rem 2rem rgba(24, 24, 27, 0.12);
  font-family: inherit;
  margin-top: 0.35rem;
  overflow: hidden;
  z-index: 2000;
}

.pac-item {
  border-top: 1px solid rgba(24, 24, 27, 0.06);
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.35;
  padding: 0.65rem 0.9rem;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item-selected {
  background: #fffbeb;
}

.pac-icon {
  margin-top: 0.15rem;
}

.pac-item-query {
  color: var(--tg-black);
  font-size: 0.95rem;
}

.hdpi.pac-logo::after {
  margin: 0.35rem 0.75rem;
}

.transfer-list-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 300px));
}

.transfer-list-item {
  max-width: 300px;
  width: 100%;
}

.transfer-list-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.35rem 1.25rem rgba(24, 24, 27, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.transfer-list-card-img {
  display: block;
  height: 140px;
  object-fit: cover;
  width: 100%;
}

.transfer-list-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem 1rem;
}

.transfer-list-card-head {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.transfer-price-badge {
  background: var(--tg-yellow);
  border-radius: 999px;
  color: var(--tg-black);
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.45rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.transfer-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.transfer-metric-label {
  color: #71717a;
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.transfer-metric-value {
  color: var(--tg-black);
  font-size: 0.95rem;
}

.stat-pill {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
}

.phone-link {
  color: var(--tg-black);
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.75rem 0;
  text-decoration: none;
}

.phone-link:hover {
  color: #a16207;
}

.sos-list a {
  align-items: center;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 0.75rem;
  color: inherit;
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.sos-list a .sos-icon {
  color: #2563eb;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.sos-list a span:first-of-type {
  flex: 1;
}

.sos-list a span {
  background: var(--tg-yellow-soft);
  border-radius: 999px;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
}

/* Visible keyboard focus for custom/interactive controls */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.nav-link:focus-visible,
.social-link:focus-visible,
.accordion-button:focus-visible,
.lang-btn:focus-visible,
.navbar-toggler:focus-visible,
.dropdown-item:focus-visible,
.phone-link:focus-visible,
.sos-list a:focus-visible {
  outline: 3px solid #ca8a04;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.35);
}

.accordion-button {
  cursor: pointer;
}

.accordion-button:focus-visible {
  z-index: 1;
}

.form-status {
  color: #15803d;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  min-height: 1.25rem;
}

.form-status.is-visible {
  margin-top: 0.5rem;
}

.form-status.text-success {
  color: #15803d;
}

.form-status.text-danger {
  color: #b91c1c;
}

.is-submitting {
  opacity: 0.88;
}

.site-footer {
  border-top: 1px solid rgba(24, 24, 27, 0.08);
  color: #52525b;
  font-size: 0.95rem;
  margin-top: 3rem;
  padding: 1.5rem 0 2rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--tg-black);
}

.icon-lg {
  font-size: 1.75rem;
}

.lang-switcher .lang-btn {
  align-items: center;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.lang-switcher .dropdown-item {
  font-weight: 500;
}

.lang-switcher .dropdown-item.active {
  background: var(--tg-yellow-soft);
  color: var(--tg-black);
}

.lang-flag {
  font-size: 1.25rem;
  line-height: 1;
  width: 1.5rem;
}

.social-links {
  flex-shrink: 0;
}

.social-link {
  align-items: center;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 999px;
  color: var(--tg-black);
  display: inline-flex;
  font-size: 1.05rem;
  height: 2.4rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 2.4rem;
}

.social-link:hover {
  color: #fff;
}

.social-link:hover .social-svg {
  filter: brightness(0) invert(1);
}

.social-svg {
  display: block;
}

.social-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.social-viber:hover {
  background: #7360f2;
  border-color: #7360f2;
}

.social-wa:hover {
  background: #25d366;
  border-color: #25d366;
}

@media (max-width: 991.98px) {
  .social-links {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
