/* =========================================================
   Airport Shuttle TR - Home V2 Clean Final
   Home + Search Form V5 + Custom Date Time Picker
========================================================= */

:root {
  --ast-home-navy: #07111f;
  --ast-home-navy-2: #0b1a2c;
  --ast-home-blue: #2563eb;
  --ast-home-blue-2: #1d4ed8;
  --ast-home-gold: #f6b84b;
  --ast-home-gold-2: #f4b82f;
  --ast-home-green: #16a34a;
  --ast-home-bg: #f4f7fb;
  --ast-home-card: #ffffff;
  --ast-home-text: #111827;
  --ast-home-muted: #64748b;
  --ast-home-line: rgba(15, 23, 42, .10);
  --ast-home-line-soft: rgba(15, 23, 42, .07);
  --ast-home-shadow: 0 26px 80px rgba(15, 23, 42, .18);
  --ast-home-shadow-soft: 0 18px 48px rgba(15, 23, 42, .09);
  --ast-home-radius-xl: 34px;
  --ast-home-radius-lg: 26px;
  --ast-home-radius-md: 18px;
}

body.ast-home-page {
  background: var(--ast-home-bg);
}

.ast-home-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: hidden;
}

.ast-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

/* =========================================================
   Common Buttons
========================================================= */

.ast-btn-v2 {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  text-decoration: none;
  font-weight: 850;
  font-size: 14px;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease;
  white-space: nowrap;
}

.ast-btn-v2:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ast-btn-primary-v2 {
  color: #fff;
  background: linear-gradient(135deg, var(--ast-home-blue), var(--ast-home-blue-2));
  box-shadow: 0 15px 30px rgba(37, 99, 235, .32);
}

.ast-btn-primary-v2:hover {
  color: #fff;
  box-shadow: 0 20px 42px rgba(37, 99, 235, .38);
}

.ast-btn-glass-v2 {
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
}

.ast-btn-glass-v2:hover {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

/* =========================================================
   Hero - Clean Compact Final
========================================================= */

.ast-hero-v2 {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--ast-home-navy);
}

.ast-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ast-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ast-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 26% 20%, rgba(37, 99, 235, .28), transparent 32%),
    radial-gradient(circle at 82% 72%, rgba(246, 184, 75, .18), transparent 28%),
    linear-gradient(
      90deg,
      rgba(7, 17, 31, .90) 0%,
      rgba(7, 17, 31, .78) 40%,
      rgba(7, 17, 31, .42) 72%,
      rgba(7, 17, 31, .22) 100%
    );
}

.ast-hero-inner-v2 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 72px 0 132px;
}

.ast-hero-copy {
  max-width: 720px;
  margin-left: clamp(14px, 3vw, 42px);
}

.ast-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .90);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(12px);
  font-size: 12.5px;
  font-weight: 850;
  margin-bottom: 18px;
}

.ast-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .16);
  flex: 0 0 auto;
}

.ast-hero-copy h1 {
  margin: 0;
  max-width: 700px;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1;
  letter-spacing: -.065em;
  font-weight: 950;
}

.ast-hero-copy p {
  margin: 20px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.68;
}

.ast-hero-locations {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ast-hero-locations span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .90);
  background: rgba(255, 255, 255, .105);
  border: 1px solid rgba(255, 255, 255, .14);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.ast-hero-locations i {
  color: var(--ast-home-gold);
}

.ast-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ast-hero-proof {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ast-hero-proof span {
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .105);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: 12.5px;
  font-weight: 750;
}

.ast-hero-proof i {
  color: var(--ast-home-gold);
}

/* =========================================================
   Search Card
========================================================= */

.ast-search-section {
  position: relative;
  z-index: 5;
  margin-top: -76px;
  padding-bottom: 34px;
}

.ast-search-card-v2 {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--ast-home-radius-xl);
  box-shadow: var(--ast-home-shadow);
  backdrop-filter: blur(18px);
  padding: 20px 24px;
}

.ast-search-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 4px 4px 14px;
}

.ast-section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--ast-home-blue);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 8px;
}

.ast-search-card-head h2 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -.045em;
  font-weight: 950;
}

.ast-search-card-head p {
  margin: 8px 0 0;
  color: var(--ast-home-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ast-search-trust {
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--ast-home-blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.ast-search-form-wrap {
  position: relative;
}

.ast-search-form-wrap form {
  margin-bottom: 0;
}

/* =========================================================
   Search Form V5 - Clean Final
========================================================= */

.ast-transfer-search--v5 {
  --ast-v5-gold: #f6c343;
  --ast-v5-gold-2: #f4b82f;
  --ast-v5-blue: var(--ast-home-blue, #2563eb);
  --ast-v5-blue-2: var(--ast-home-blue-2, #1d4ed8);
  --ast-v5-navy: var(--ast-home-navy, #0f172a);
  --ast-v5-muted: #64748b;

  width: 100%;
  display: grid;
  gap: 10px;
  margin: 0;
}

.ast-transfer-search--v5 *,
.ast-transfer-search--v5 *::before,
.ast-transfer-search--v5 *::after {
  box-sizing: border-box;
}

.ast-search-v5__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ast-trip-tabs--v5 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #eef2f7;
  border: 1px solid rgba(15, 23, 42, .06);
}

.ast-trip-tabs--v5 .ast-trip-tab {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 15px;
  background: transparent;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ast-trip-tabs--v5 .ast-trip-tab:hover {
  color: var(--ast-v5-blue);
}

.ast-trip-tabs--v5 .ast-trip-tab.is-active {
  background: #fff;
  color: var(--ast-v5-navy);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.ast-search-trustline--v5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.ast-search-trustline--v5 span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 850;
  white-space: nowrap;
}

.ast-search-trustline--v5 i {
  color: var(--ast-v5-blue);
}

.ast-search-v5__shell {
  position: relative;
  border-radius: 22px;
  padding: 7px;
  background: linear-gradient(135deg, var(--ast-v5-gold), var(--ast-v5-gold-2));
  box-shadow:
    0 18px 46px rgba(15, 23, 42, .14),
    0 8px 20px rgba(246, 195, 67, .18);
}

.ast-search-v5__grid {
  position: relative;
  display: grid;
  align-items: stretch;
  gap: 1px;
  border-radius: 17px;
  overflow: visible;
}

.ast-transfer-search--v5.is-roundtrip .ast-search-v5__grid {
  grid-template-columns:
    minmax(205px, 1.22fr)
    0
    minmax(205px, 1.22fr)
    minmax(152px, .72fr)
    minmax(152px, .72fr)
    minmax(138px, .54fr)
    minmax(140px, .58fr);
}

.ast-transfer-search--v5:not(.is-roundtrip) .ast-search-v5__grid {
  grid-template-columns:
    minmax(220px, 1.38fr)
    0
    minmax(220px, 1.38fr)
    minmax(165px, .78fr)
    minmax(138px, .54fr)
    minmax(150px, .62fr);
}

.ast-transfer-search--v5:not(.is-roundtrip) .ast-search-item--return {
  display: none !important;
}

.ast-transfer-search--v5.is-roundtrip .ast-search-item--return {
  display: block !important;
}

.ast-search-hidden-switch {
  display: none !important;
}

.ast-search-v5__field {
  position: relative;
  min-width: 0;
  min-height: 68px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px 14px 10px 40px;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.ast-search-v5__field:hover {
  background: #fbfdff;
  border-color: rgba(37, 99, 235, .20);
}

.ast-search-v5__field:focus-within {
  z-index: 5;
  border-color: rgba(37, 99, 235, .45);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
}

.ast-search-v5__field--origin {
  border-radius: 15px 0 0 15px;
}

.ast-search-v5__field--people {
  padding: 10px 8px 10px 34px !important;
}

.ast-search-v5__label {
  position: relative;
  margin: 0;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .01em;
}

.ast-search-v5__label i {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 17px;
}

.ast-search-v5__field--origin .ast-search-v5__label i {
  color: #2563eb;
}

.ast-search-v5__field--destination .ast-search-v5__label i {
  color: #ef4444;
}

.ast-search-v5__field--arrival .ast-search-v5__label i,
.ast-search-v5__field--return .ast-search-v5__label i {
  color: #64748b;
}

.ast-search-v5__field--people .ast-search-v5__label i {
  left: -22px !important;
  color: #475569;
}

.ast-search-v5__control {
  min-width: 0;
}

.ast-transfer-search--v5 .ast-search-v5__input {
  width: 100%;
  min-height: 22px;
  height: 24px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--ast-v5-navy) !important;
  font-size: 13.5px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  box-shadow: none !important;
  outline: none !important;
  text-overflow: ellipsis;
}

.ast-transfer-search--v5 .ast-search-v5__input::placeholder {
  color: #94a3b8;
  font-weight: 750;
}

.ast-transfer-search--v5 .ast-custom-datetime-input {
  cursor: pointer;
}

.ast-search-v5__swap {
  position: relative;
  z-index: 8;
  width: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ast-search-v5__swap-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #eff6ff;
  color: var(--ast-v5-blue);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .18);
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.ast-search-v5__swap-btn:hover {
  background: var(--ast-v5-blue);
  color: #fff;
  transform: scale(1.04);
}

.ast-search-v5__people {
  width: 100%;
  max-width: 104px;
  height: 30px;
  min-height: 30px;
  display: grid;
  grid-template-columns: 28px 34px 28px;
  align-items: center;
  justify-content: start;
  justify-items: center;
  column-gap: 4px;
  border: 0;
  background: transparent;
  overflow: visible;
  margin: 0;
}

.ast-search-v5__people .ast-people-control__button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--ast-v5-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 17px;
  font-weight: 950;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.ast-search-v5__people .ast-people-control__button:hover {
  color: #fff;
  background: var(--ast-v5-blue);
  transform: translateY(-1px);
}

.ast-transfer-search--v5 .ast-people-control__input {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  min-height: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ast-v5-navy) !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ast-transfer-search--v5 .ast-people-control__input::-webkit-outer-spin-button,
.ast-transfer-search--v5 .ast-people-control__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ast-transfer-search--v5 .ast-people-control__input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.ast-search-v5__submit-wrap {
  min-width: 0;
  display: flex;
}

.ast-search-v5__submit {
  width: 100%;
  min-height: 68px;
  border: 0;
  border-radius: 0 15px 15px 0;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ast-v5-blue), var(--ast-v5-blue-2));
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
  transition: filter .16s ease, transform .16s ease, box-shadow .16s ease;
}

.ast-search-v5__submit:hover {
  color: #fff;
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, .25);
}

.ast-search-v5__submit i {
  font-size: 16px;
}

/* Autocomplete */
.ast-transfer-search--v5 .ast-autocomplete-list {
  display: none;
}

.ast-autocomplete-list,
.autocomplete-portal {
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .18) !important;
  overflow: hidden;
  z-index: 4500 !important;
  background: #fff;
}

.ast-autocomplete-list .list-group-item,
.autocomplete-portal .list-group-item {
  border-color: rgba(15, 23, 42, .07) !important;
  padding: 12px 14px !important;
  font-size: 14px;
  font-weight: 750;
}

.ast-suggestion-item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  touch-action: pan-y;
}

.ast-suggestion-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--ast-v5-blue);
  background: #eff6ff;
  flex: 0 0 auto;
  margin-top: 2px;
}

.ast-suggestion-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ast-suggestion-body strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
}

.ast-suggestion-body small,
.ast-suggestion-body em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.ast-input-error,
.ast-transfer-search--v5 .ast-search-v5__input.ast-input-error {
  color: #b91c1c !important;
}

/* =========================================================
   Trust Grid
========================================================= */

.ast-trust-grid-v2 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.ast-trust-item-v2 {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--ast-home-shadow-soft);
}

.ast-trust-item-v2 i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--ast-home-blue);
  background: #eff6ff;
  font-size: 18px;
  margin-bottom: 12px;
}

.ast-trust-item-v2 strong {
  display: block;
  color: var(--ast-home-navy);
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 900;
}

.ast-trust-item-v2 span {
  display: block;
  color: var(--ast-home-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* =========================================================
   Sections
========================================================= */

.ast-section-v2 {
  padding: 76px 0;
}

.ast-section-head-v2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.ast-section-head-v2 h2,
.ast-areas-section h2 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.06;
  letter-spacing: -.055em;
  font-weight: 950;
}

.ast-section-head-v2 p,
.ast-section-lead {
  margin: 10px 0 0;
  max-width: 650px;
  color: var(--ast-home-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ast-centered-head {
  display: block;
  text-align: center;
}

.ast-centered-head p {
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   How It Works
========================================================= */

.ast-how-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, .08), transparent 30%),
    radial-gradient(circle at 88% 86%, rgba(246, 184, 75, .12), transparent 28%),
    var(--ast-home-bg);
  overflow: hidden;
}

.ast-how-section::before {
  content: "";
  position: absolute;
  inset: 44px auto auto 50%;
  width: 1px;
  height: calc(100% - 88px);
  background: linear-gradient(
    180deg,
    transparent,
    rgba(37, 99, 235, .16),
    transparent
  );
  pointer-events: none;
}

.ast-how-head-v2 {
  position: relative;
  z-index: 1;
}

.ast-steps-grid-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ast-step-card-v2 {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .075);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.ast-step-card-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 99, 235, .10), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(246, 184, 75, .10), transparent 34%);
  opacity: .9;
  pointer-events: none;
}

.ast-step-card-v2:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, .18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, .11);
}

.ast-step-top-v2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.ast-step-icon-v2 {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  color: var(--ast-home-blue);
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, .10);
  font-size: 24px;
}

.ast-step-number {
  width: auto;
  height: auto;
  min-width: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background: transparent;
  color: rgba(15, 23, 42, .12);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  margin: 0;
}

.ast-step-card-v2 h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.04em;
  font-weight: 950;
}

.ast-step-card-v2 p {
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: var(--ast-home-muted);
  font-size: 14px;
  line-height: 1.68;
}
.ast-step-checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ast-home-blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

/* =========================================================
   Dynamic Popular Routes - Minimal
========================================================= */

.ast-dynamic-routes-section {
  background: #fff;
}

.ast-dynamic-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-dynamic-route-card {
  min-height: 220px;
  border-radius: 22px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ast-dynamic-route-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .16);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
}

.ast-dynamic-route-glow {
  display: none !important;
}

.ast-dynamic-route-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}

.ast-route-badge,
.ast-route-count {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 11.5px;
  font-weight: 850;
  white-space: nowrap;
}

.ast-route-badge {
  color: var(--ast-home-blue);
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, .10);
}

.ast-route-badge i,
.ast-route-count i {
  display: none;
}

.ast-route-count {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
}

.ast-route-count--soft {
  color: #64748b;
  background: #f8fafc;
}

.ast-dynamic-route-card h3 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -.035em;
  font-weight: 900;
}

.ast-dynamic-route-card p {
  margin: 9px 0 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.ast-route-flow {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: transparent;
}

.ast-route-point {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ast-route-point i {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.ast-route-point--from i {
  color: #166534;
  background: #dcfce7;
}

.ast-route-point--to i {
  color: #1d4ed8;
  background: #dbeafe;
}

.ast-route-point b {
  min-width: 0;
  color: #334155;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ast-route-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #94a3b8;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  font-size: 13px;
}

.ast-route-action,
.ast-home-vehicle-action,
.ast-seo-benefit-action,
.ast-extra-link,
.ast-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ast-home-blue);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 900;
}

.ast-route-action {
  margin-top: 15px;
  min-height: 36px;
}

.ast-route-action:hover,
.ast-home-vehicle-action:hover,
.ast-seo-benefit-action:hover,
.ast-extra-link:hover,
.ast-blog-read-more:hover {
  color: var(--ast-home-blue-2);
  text-decoration: none;
}

.ast-route-action i,
.ast-home-vehicle-action i,
.ast-seo-benefit-action i,
.ast-extra-link i,
.ast-blog-read-more i {
  font-size: 17px;
  transition: transform .16s ease;
}

.ast-route-action:hover i,
.ast-home-vehicle-action:hover i,
.ast-seo-benefit-action:hover i,
.ast-extra-link:hover i,
.ast-blog-read-more:hover i {
  transform: translateX(2px);
}

/* =========================================================
   Vehicle Categories
========================================================= */

.ast-vehicle-section {
  background: var(--ast-home-bg);
}

.ast-dark-panel-v2 {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 52px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 99, 235, .34), transparent 30%),
    radial-gradient(circle at 18% 98%, rgba(246, 184, 75, .16), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0c1d33 100%);
  box-shadow: var(--ast-home-shadow-soft);
}

.ast-dark-panel-v2::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
}

.ast-section-head-dark {
  position: relative;
  z-index: 1;
}

.ast-section-head-dark h2 {
  color: #fff;
}

.ast-section-head-dark p {
  color: rgba(255, 255, 255, .68);
}

.ast-category-grid-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.ast-category-card-v2 {
  min-height: 158px;
  padding: 20px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  transition: transform .18s ease, background .18s ease;
}

.ast-category-card-v2:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .11);
}

.ast-category-card-v2 img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .18));
}

.ast-category-card-v2 h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.ast-category-card-v2 p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.45;
}

.ast-category-count {
  margin-top: 10px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 11.5px;
  font-weight: 850;
}

/* =========================================================
   Featured Vehicles - Minimal
========================================================= */

.ast-list-section {
  background: #fff;
}

.ast-home-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-home-vehicle-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.ast-home-vehicle-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .16);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
}

/* =========================================================
   Featured Vehicles - Fast Image Fix
========================================================= */

.ast-home-vehicle-media {
  position: relative;
  width: 100%;
  height: 210px;
  aspect-ratio: auto !important;
  background: #f8fafc;
  overflow: hidden;
}

.ast-home-vehicle-media img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
}

/* PNG görseller küçük kalmasın ama ekstra padding de almasın */
.ast-home-vehicle-media img[src*=".png"] {
  object-fit: cover !important;
  padding: 0 !important;
}

.ast-home-vehicle-placeholder {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: grid;
  place-items: center;
  color: #94a3b8;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

@media (max-width: 768px) {
  .ast-home-vehicle-media {
    height: 190px !important;
  }

  .ast-home-vehicle-placeholder {
    min-height: 190px;
  }
}

@media (max-width: 480px) {
  .ast-home-vehicle-media {
    height: 175px !important;
  }

  .ast-home-vehicle-placeholder {
    min-height: 175px;
  }
}

.ast-home-vehicle-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #94a3b8;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

.ast-home-vehicle-placeholder i {
  font-size: 42px;
}

.ast-home-vehicle-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .08);
  color: #92400e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.ast-home-vehicle-badge i {
  color: var(--ast-home-gold);
  font-size: 12px;
}

.ast-home-vehicle-body {
  padding: 18px;
}

.ast-home-vehicle-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.ast-home-vehicle-card h3 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 900;
}

.ast-home-vehicle-card p {
  margin: 7px 0 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.ast-home-vehicle-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ast-home-vehicle-meta span {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 850;
}

.ast-home-vehicle-meta i {
  color: var(--ast-home-blue);
  font-size: 13px;
}

.ast-home-vehicle-action {
  margin-top: 15px;
  min-height: 36px;
}

.ast-empty-card {
  grid-column: 1 / -1;
  min-height: 180px;
  border-radius: 22px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, .16);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #64748b;
  text-align: center;
  padding: 24px;
}

.ast-empty-card i {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: var(--ast-home-blue);
  font-size: 24px;
}

.ast-empty-card strong {
  color: var(--ast-home-navy);
  font-size: 16px;
  font-weight: 900;
}

.ast-empty-card span {
  font-size: 13px;
}

/* =========================================================
   Service Areas - Minimal
========================================================= */

.ast-areas-section {
  background: #fff;
}

.ast-areas-layout-v2,
.ast-seo-transfer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.ast-areas-copy-v2,
.ast-seo-transfer-copy {
  min-width: 0;
}

.ast-area-tags {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ast-area-tags li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 12.5px;
  font-weight: 800;
}

.ast-area-tags li:nth-child(-n+3) {
  background: #eff6ff;
  color: var(--ast-home-blue);
  border-color: rgba(37, 99, 235, .14);
}

.ast-small-note {
  margin: 18px 0 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ast-small-note i {
  color: var(--ast-home-gold);
  margin-top: 2px;
  flex: 0 0 auto;
}

.ast-info-card-v2,
.ast-seo-benefit-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.ast-info-icon,
.ast-seo-benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eff6ff;
  color: var(--ast-home-blue);
  font-size: 23px;
  margin-bottom: 18px;
}

.ast-info-card-v2 h3,
.ast-seo-benefit-card h3 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 900;
}

.ast-info-card-v2 p,
.ast-seo-benefit-card p {
  margin: 10px 0 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.ast-info-card-v2 ul,
.ast-seo-benefit-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 9px;
}

.ast-info-card-v2 li,
.ast-seo-benefit-card li {
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 800;
}

.ast-info-card-v2 li::before,
.ast-seo-benefit-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  font-weight: 950;
}

/* =========================================================
   Advantages
========================================================= */

.ast-advantage-section {
  background: var(--ast-home-bg);
}

.ast-advantage-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ast-advantage-grid-v2 article {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--ast-home-shadow-soft);
}

.ast-advantage-grid-v2 i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: #eff6ff;
  color: var(--ast-home-blue);
  font-size: 25px;
  margin-bottom: 20px;
}

.ast-advantage-grid-v2 h3 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 19px;
  letter-spacing: -.035em;
  font-weight: 900;
}

.ast-advantage-grid-v2 p {
  margin: 10px 0 0;
  color: var(--ast-home-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   SEO Transfer Info - Minimal
========================================================= */

.ast-seo-transfer-section {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, .07);
}

.ast-seo-transfer-copy h2 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 950;
}

.ast-seo-transfer-content {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.ast-seo-transfer-content p {
  margin: 0;
  color: var(--ast-home-muted);
  font-size: 14.5px;
  line-height: 1.75;
}

.ast-seo-route-links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ast-seo-route-links a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 850;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.ast-seo-route-links a:hover {
  background: #eff6ff;
  color: var(--ast-home-blue);
  border-color: rgba(37, 99, 235, .16);
  text-decoration: none;
}

.ast-seo-route-links i {
  color: var(--ast-home-blue);
  font-size: 14px;
}

.ast-seo-benefit-action {
  margin-top: 18px;
  min-height: 38px;
}

/* =========================================================
   FAQ
========================================================= */

.ast-faq-section {
  background: var(--ast-home-bg);
}

.ast-faq-accordion {
  max-width: 880px;
  margin-inline: auto;
  display: grid;
  gap: 12px;
}

.ast-faq-accordion .accordion-item {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.ast-faq-accordion .accordion-button {
  min-height: 62px;
  color: var(--ast-home-navy);
  background: #fff;
  font-weight: 850;
  box-shadow: none;
  padding: 18px 22px;
}

.ast-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--ast-home-blue);
  background: #eff6ff;
}

.ast-faq-accordion .accordion-body {
  color: var(--ast-home-muted);
  line-height: 1.7;
  padding: 18px 22px 22px;
}

/* =========================================================
   Reviews / Testimonials - Minimal
========================================================= */

.ast-review-section {
  background: var(--ast-home-bg);
}

.ast-review-block {
  position: relative;
}

.ast-review-head-v2 {
  margin-bottom: 20px;
}

.ast-review-summary-row {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ast-review-score,
.ast-review-all-link {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 900;
}

.ast-review-score {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.ast-review-all-link {
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, .12);
  color: var(--ast-home-blue);
  text-decoration: none;
}

.ast-review-stars,
.ast-review-card-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--ast-home-gold);
}

.ast-review-carousel {
  position: relative;
}

.ast-review-carousel .carousel-inner {
  overflow: hidden;
}

.ast-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-review-card {
  min-height: 250px;
  border-radius: 22px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
  display: flex;
  flex-direction: column;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.ast-review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .14);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
}

.ast-review-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}

.ast-review-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--ast-home-blue);
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 950;
}

.ast-review-person {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ast-review-person strong {
  color: var(--ast-home-navy);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ast-review-card-stars {
  font-size: 12px;
}

.ast-review-quote {
  margin-left: auto;
  color: rgba(37, 99, 235, .16);
  font-size: 30px;
  line-height: 1;
}

.ast-review-source {
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.ast-review-source a {
  color: var(--ast-home-blue);
  text-decoration: none;
}

.ast-review-source a:hover {
  text-decoration: underline;
}

.ast-review-card h3 {
  margin: 0 0 8px;
  color: var(--ast-home-navy);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.ast-review-card p {
  margin: 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.68;
}

.ast-review-controls {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ast-review-control {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  color: #334155;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}

.ast-review-control:hover {
  background: #eff6ff;
  color: var(--ast-home-blue);
  border-color: rgba(37, 99, 235, .14);
  transform: translateY(-1px);
}

.ast-review-empty,
.ast-extra-empty-large {
  min-height: 180px;
  border-radius: 22px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, .16);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #64748b;
  text-align: center;
  padding: 24px;
}

.ast-review-empty i,
.ast-extra-empty-large i {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: var(--ast-home-blue);
  font-size: 24px;
}

.ast-review-carousel .carousel-item.active,
.ast-review-carousel .carousel-item-next,
.ast-review-carousel .carousel-item-prev {
  display: block;
}

/* =========================================================
   Extra Content Blocks - Minimal
========================================================= */

.ast-extra-content-v2 {
  padding: 20px 0 76px;
  background: #fff;
}

.ast-extra-content-v2 > .ast-container {
  display: grid;
  gap: 22px;
}

.ast-extra-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.ast-extra-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.ast-extra-head h2 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -.04em;
  font-weight: 950;
}

.ast-extra-head p {
  max-width: 560px;
  margin: 0;
  color: var(--ast-home-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.ast-extra-head-with-tabs,
.ast-extra-head-with-action {
  align-items: center;
}

.ast-extra-link {
  margin-top: 16px;
  min-height: 36px;
}

.ast-extra-link-top {
  margin-top: 0;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, .12);
}

.ast-extra-empty {
  border-radius: 16px;
  background: #f8fafc;
  border: 1px dashed rgba(15, 23, 42, .14);
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
  padding: 14px;
}

/* Search Insights */
.ast-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-insight-card {
  min-width: 0;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  padding: 16px;
}

.ast-insight-card-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.ast-insight-card-head i {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: var(--ast-home-blue);
  font-size: 15px;
}

.ast-insight-card-head h3 {
  margin: 0;
  color: var(--ast-home-navy);
  font-size: 15px;
  font-weight: 900;
}

.ast-insight-list {
  max-height: 250px;
  overflow-y: auto;
  display: grid;
  gap: 8px;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 99, 235, .28) transparent;
}

.ast-insight-list::-webkit-scrollbar {
  width: 5px;
}

.ast-insight-list::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, .28);
  border-radius: 999px;
}

.ast-insight-item,
.ast-direction-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 14px;
  padding: 10px;
}

.ast-insight-route {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ast-insight-route strong,
.ast-insight-route span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ast-insight-route strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
}

.ast-insight-route span {
  color: #64748b;
  font-size: 12.5px;
}

.ast-insight-item small {
  margin-top: 7px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 750;
}

.ast-insight-item small i {
  color: var(--ast-home-blue);
}

.ast-direction-list {
  display: grid;
  gap: 8px;
}

.ast-direction-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ast-direction-item span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.ast-direction-item b {
  min-width: 28px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--ast-home-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

/* SEO Route Tabs */
.ast-route-tabs {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .07);
}

.ast-route-tab {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ast-route-tab.active {
  background: #fff;
  color: var(--ast-home-blue);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .07);
}

.ast-seo-route-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ast-seo-route-group {
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  padding: 16px;
}

.ast-seo-route-group h3 {
  margin: 0 0 12px;
  color: var(--ast-home-navy);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
}

.ast-seo-route-group h3 i {
  color: var(--ast-home-blue);
}

.ast-seo-route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ast-seo-route-item {
  min-height: 76px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  padding: 11px;
  display: grid;
  align-content: start;
  gap: 7px;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.ast-seo-route-item:hover {
  background: #fbfdff;
  border-color: rgba(37, 99, 235, .16);
  transform: translateY(-1px);
  text-decoration: none;
}

.ast-seo-route-item span {
  color: var(--ast-home-navy);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.ast-seo-route-item small {
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 750;
}

/* Blog Preview */
.ast-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-blog-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.ast-blog-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .16);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
}

.ast-blog-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  overflow: hidden;
}

.ast-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ast-blog-body {
  padding: 16px;
}

.ast-blog-body time {
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 750;
}

.ast-blog-body time i {
  color: var(--ast-home-blue);
}

.ast-blog-body h3 {
  margin: 9px 0 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.ast-blog-body h3 a {
  color: var(--ast-home-navy);
  text-decoration: none;
}

.ast-blog-body h3 a:hover {
  color: var(--ast-home-blue);
}

.ast-blog-body p {
  margin: 9px 0 0;
  color: var(--ast-home-muted);
  font-size: 13px;
  line-height: 1.58;
}

.ast-blog-read-more {
  margin-top: 13px;
  min-height: 32px;
}

/* =========================================================
   Custom Date Time Picker
========================================================= */

html.ast-dtp-open,
html.ast-dtp-open body {
  overflow: hidden !important;
}

body > .ast-dtp-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(7, 17, 31, .52) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  z-index: 99999 !important;
}

body > .ast-dtp-overlay .ast-dtp-modal {
  position: relative !important;
  width: min(940px, 100%) !important;
  height: min(720px, 86vh) !important;
  max-width: 940px !important;
  max-height: 86vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  box-shadow:
    0 30px 100px rgba(15, 23, 42, .38),
    0 14px 36px rgba(37, 99, 235, .10) !important;
}

body > .ast-dtp-overlay .ast-dtp-header,
body > .ast-dtp-overlay .ast-dtp-footer {
  background: #fff !important;
  border-color: rgba(15, 23, 42, .075) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

body > .ast-dtp-overlay .ast-dtp-header {
  min-height: 70px !important;
  padding: 15px 18px !important;
  border-bottom: 1px solid rgba(15, 23, 42, .075) !important;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

body > .ast-dtp-overlay .ast-dtp-title {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

body > .ast-dtp-overlay .ast-dtp-title strong {
  color: var(--ast-home-navy, #0f172a) !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}

body > .ast-dtp-overlay .ast-dtp-title span {
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
}

body > .ast-dtp-overlay .ast-dtp-close {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0f172a !important;
  display: grid !important;
  place-items: center !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06) !important;
}

body > .ast-dtp-overlay .ast-dtp-body {
  min-height: 0 !important;
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 178px !important;
  background: #f8fafc !important;
}

body > .ast-dtp-overlay .ast-dtp-calendar {
  min-height: 0 !important;
  overflow: auto !important;
  padding: 14px !important;
  background: #f8fafc !important;
}

body > .ast-dtp-overlay .ast-dtp-calendar::-webkit-scrollbar,
body > .ast-dtp-overlay .ast-dtp-time-list::-webkit-scrollbar,
.ast-address-picker-list::-webkit-scrollbar,
.ast-insight-list::-webkit-scrollbar {
  width: 5px;
}

body > .ast-dtp-overlay .ast-dtp-calendar::-webkit-scrollbar-thumb,
body > .ast-dtp-overlay .ast-dtp-time-list::-webkit-scrollbar-thumb,
.ast-address-picker-list::-webkit-scrollbar-thumb,
.ast-insight-list::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, .30);
  border-radius: 999px;
}

body > .ast-dtp-overlay .ast-dtp-months {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body > .ast-dtp-overlay .ast-dtp-month {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, .075) !important;
  border-radius: 20px !important;
  padding: 14px !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045) !important;
}

body > .ast-dtp-overlay .ast-dtp-month h4 {
  margin: 0 0 11px !important;
  color: var(--ast-home-navy, #0f172a) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
  text-transform: capitalize !important;
}

body > .ast-dtp-overlay .ast-dtp-weekdays,
body > .ast-dtp-overlay .ast-dtp-days {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 5px !important;
}

body > .ast-dtp-overlay .ast-dtp-weekdays {
  margin-bottom: 6px !important;
}

body > .ast-dtp-overlay .ast-dtp-weekdays span {
  color: #94a3b8 !important;
  text-align: center !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

body > .ast-dtp-overlay .ast-dtp-day-spacer {
  min-height: 32px !important;
}

body > .ast-dtp-overlay .ast-dtp-day {
  min-height: 32px !important;
  border: 1px solid rgba(15, 23, 42, .075) !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

body > .ast-dtp-overlay .ast-dtp-day:hover,
body > .ast-dtp-overlay .ast-dtp-time-option:hover {
  color: var(--ast-home-blue, #2563eb) !important;
  border-color: rgba(37, 99, 235, .30) !important;
  background: #eff6ff !important;
}

body > .ast-dtp-overlay .ast-dtp-day.is-today {
  border-color: rgba(246, 195, 67, .86) !important;
  background: #fffbeb !important;
  color: #92400e !important;
}

body > .ast-dtp-overlay .ast-dtp-day.is-selected,
body > .ast-dtp-overlay .ast-dtp-time-option.is-selected {
  color: #fff !important;
  background: linear-gradient(135deg, var(--ast-home-blue, #2563eb), var(--ast-home-blue-2, #1d4ed8)) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .24) !important;
}

body > .ast-dtp-overlay .ast-dtp-day.is-disabled,
body > .ast-dtp-overlay .ast-dtp-day:disabled {
  color: #cbd5e1 !important;
  background: #f1f5f9 !important;
  cursor: not-allowed !important;
  opacity: .82 !important;
}

body > .ast-dtp-overlay .ast-dtp-time {
  min-height: 0 !important;
  overflow: hidden !important;
  border-left: 1px solid rgba(15, 23, 42, .075) !important;
  background: #fff !important;
}

body > .ast-dtp-overlay .ast-dtp-time-panel {
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}

body > .ast-dtp-overlay .ast-dtp-time-col {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-right: 1px solid rgba(15, 23, 42, .065) !important;
}

body > .ast-dtp-overlay .ast-dtp-time-col:last-child {
  border-right: 0 !important;
}

body > .ast-dtp-overlay .ast-dtp-time-col > strong {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  min-height: 42px !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(180deg, #fff, #fbfdff) !important;
  color: #475569 !important;
  border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
}

body > .ast-dtp-overlay .ast-dtp-time-list {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 8px 6px !important;
  display: grid !important;
  gap: 6px !important;
  align-content: start !important;
}

body > .ast-dtp-overlay .ast-dtp-time-option {
  min-height: 34px !important;
  border-radius: 11px !important;
  border: 1px solid rgba(15, 23, 42, .075) !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

body > .ast-dtp-overlay .ast-dtp-footer {
  min-height: 66px !important;
  padding: 11px 16px !important;
  border-top: 1px solid rgba(15, 23, 42, .075) !important;
}

body > .ast-dtp-overlay .ast-dtp-selected-text {
  color: #334155 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}

body > .ast-dtp-overlay .ast-dtp-apply {
  min-height: 43px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 20px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--ast-home-blue, #2563eb), var(--ast-home-blue-2, #1d4ed8)) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, .24) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

/* =========================================================
   Mobile Fullscreen Address Picker
========================================================= */

html.ast-address-picker-open,
html.ast-address-picker-open body {
  overflow: hidden !important;
}

.ast-address-picker-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  z-index: 99998 !important;
  background: #f8fafc !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.ast-address-picker-modal {
  width: 100vw !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  background: #f8fafc !important;
  overflow: hidden !important;
}

.ast-address-picker-header {
  min-height: 64px;
  padding: 12px 14px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, .075);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ast-address-picker-title {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ast-address-picker-title strong {
  color: var(--ast-home-navy, #0f172a);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.04em;
}

.ast-address-picker-title span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.ast-address-picker-close {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.ast-address-picker-search {
  position: relative;
  margin: 12px;
}

.ast-address-picker-search i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ast-home-blue, #2563eb);
  font-size: 18px;
  pointer-events: none;
}

.ast-address-picker-input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: #fff;
  color: #0f172a;
  padding: 0 14px 0 46px;
  font-size: 15px;
  font-weight: 800;
  outline: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.ast-address-picker-input::placeholder {
  color: #94a3b8;
  font-weight: 700;
}

.ast-address-picker-input:focus {
  border-color: rgba(37, 99, 235, .48);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .09);
}

.ast-address-picker-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 12px 16px;
  display: grid;
  gap: 9px;
  align-content: start;
}

.ast-address-picker-empty {
  margin-top: 8px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, .14);
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.ast-address-picker-item {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: #fff;
  padding: 13px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.ast-address-picker-item-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--ast-home-blue, #2563eb);
  background: #eff6ff;
  margin-top: 1px;
}

.ast-address-picker-item-body {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ast-address-picker-item-body strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
}

.ast-address-picker-item-body small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.ast-address-picker-item-body em {
  color: var(--ast-home-blue, #2563eb);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1180px) {
  .ast-trust-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .ast-advantage-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) {
  .ast-transfer-search--v5.is-roundtrip .ast-search-v5__grid,
  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-v5__grid {
    grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
    gap: 1px;
  }

  .ast-search-v5__field--origin {
    border-radius: 15px 0 0 0;
  }

  .ast-search-v5__field--destination {
    border-radius: 0 15px 0 0;
  }

  .ast-search-v5__submit-wrap {
    grid-column: 1 / -1;
  }

  .ast-search-v5__submit {
    min-height: 58px;
    border-radius: 0 0 15px 15px;
  }

  .ast-search-v5__field--people {
    padding: 10px 14px 10px 40px !important;
  }

  .ast-search-v5__field--people .ast-search-v5__label i {
    left: -26px !important;
  }

  .ast-search-v5__people {
    max-width: 118px;
    grid-template-columns: 30px 40px 30px;
  }

  .ast-transfer-search--v5 .ast-people-control__input {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
}

@media (max-width: 992px) {
  .ast-section-head-v2 {
    display: block;
  }

  .ast-section-head-v2 p {
    margin-top: 12px;
  }

  .ast-steps-grid-v2,
  .ast-areas-layout-v2,
  .ast-seo-transfer-layout,
  .ast-seo-route-columns {
    grid-template-columns: 1fr;
  }

  .ast-info-card-v2,
  .ast-seo-benefit-card {
    max-width: 100%;
  }

  .ast-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ast-review-card:nth-child(3) {
    display: none;
  }
}

@media (max-width: 768px) {
  .ast-container {
    width: min(100% - 24px, 1180px);
  }

  .ast-hero-v2 {
    min-height: 540px;
  }

  .ast-hero-media img {
    object-position: center bottom;
  }

  .ast-hero-overlay {
    background:
      radial-gradient(circle at 18% 16%, rgba(37, 99, 235, .28), transparent 34%),
      linear-gradient(
        180deg,
        rgba(7, 17, 31, .90) 0%,
        rgba(7, 17, 31, .76) 48%,
        rgba(7, 17, 31, .42) 100%
      );
  }

  .ast-hero-inner-v2 {
    padding: 42px 0 128px;
  }

  .ast-hero-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .ast-hero-pill {
    min-height: 33px;
    padding-inline: 11px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .ast-hero-copy h1 {
    max-width: 96%;
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -.055em;
  }

  .ast-hero-copy p {
    max-width: 96%;
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .ast-hero-locations {
    margin-top: 18px;
    gap: 7px;
  }

  .ast-hero-locations span {
    min-height: 31px;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  .ast-hero-actions {
    margin-top: 22px;
    gap: 9px;
  }

  .ast-hero-actions .ast-btn-v2 {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 13px;
  }

  .ast-hero-proof {
    margin-top: 20px;
    gap: 7px;
  }

  .ast-hero-proof span {
    min-height: 32px;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  .ast-search-section {
    margin-top: -112px;
    padding-bottom: 22px;
  }

  .ast-search-card-v2 {
    padding: 14px !important;
    border-radius: 28px !important;
  }

  .ast-search-card-head {
    display: block !important;
    padding: 2px 2px 12px !important;
  }

  .ast-section-kicker {
    font-size: 11px !important;
    margin-bottom: 7px !important;
  }

  .ast-search-card-head h2 {
    font-size: 22px !important;
    line-height: 1.08 !important;
  }

  .ast-search-card-head p {
    margin-top: 6px !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  .ast-search-trust,
  .ast-search-trustline--v5 {
    display: none !important;
  }

  .ast-transfer-search--v5 {
    gap: 10px !important;
  }

  .ast-search-v5__top {
    display: block !important;
  }

  .ast-trip-tabs--v5 {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 4px !important;
    border-radius: 999px !important;
  }

  .ast-trip-tabs--v5 .ast-trip-tab {
    min-height: 38px !important;
    font-size: 12.5px !important;
    padding: 0 10px !important;
  }

  .ast-search-v5__shell {
    padding: 6px !important;
    border-radius: 22px !important;
  }

  .ast-transfer-search--v5.is-roundtrip .ast-search-v5__grid,
  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-v5__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  .ast-search-v5__field {
    min-height: 58px !important;
    width: 100% !important;
    border-radius: 14px !important;
    padding: 9px 12px 9px 42px !important;
    background: #fff !important;
  }

  .ast-search-v5__label {
    font-size: 10.5px !important;
    line-height: 1.1 !important;
  }

  .ast-search-v5__label i {
    left: -27px !important;
    font-size: 17px !important;
  }

  .ast-transfer-search--v5 .ast-search-v5__input {
    height: 22px !important;
    min-height: 22px !important;
    font-size: 13.5px !important;
  }

  .ast-search-item--origin {
    order: 1 !important;
    grid-column: auto !important;
  }

  .ast-search-v5__swap {
    order: 2 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: -4px 0 !important;
    z-index: 20 !important;
  }

  .ast-search-v5__swap-btn {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    transform: rotate(90deg) !important;
    z-index: 21 !important;
  }

  .ast-search-v5__swap-btn:hover {
    transform: rotate(90deg) scale(1.04) !important;
  }

  .ast-search-item--destination {
    order: 3 !important;
    grid-column: auto !important;
  }

  .ast-search-item--arrival {
    order: 4 !important;
    grid-column: auto !important;
  }

  .ast-search-item--return {
    order: 5 !important;
    grid-column: auto !important;
  }

  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-item--return {
    display: none !important;
  }

  .ast-transfer-search--v5.is-roundtrip .ast-search-item--return {
    display: block !important;
  }

  .ast-search-item--people {
    order: 6 !important;
    grid-column: auto !important;
  }

  .ast-search-v5__field--people {
    min-height: 58px !important;
    padding: 9px 12px 9px 42px !important;
  }

  .ast-search-v5__field--people .ast-search-v5__label i {
    left: -27px !important;
  }

  .ast-search-v5__people {
    width: 100% !important;
    max-width: 132px !important;
    height: 30px !important;
    min-height: 30px !important;
    display: grid !important;
    grid-template-columns: 30px 44px 30px !important;
    column-gap: 6px !important;
    align-items: center !important;
    justify-content: start !important;
    justify-items: center !important;
    margin: 0 !important;
  }

  .ast-search-v5__people .ast-people-control__button {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 17px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .ast-transfer-search--v5 .ast-people-control__input {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    padding: 0 !important;
  }

  .ast-search-v5__submit-wrap {
    order: 7 !important;
    grid-column: auto !important;
    width: 100% !important;
  }

  .ast-search-v5__submit {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .ast-transfer-search--v5 #id_baslangic_adresi,
  .ast-transfer-search--v5 #id_bitis_adresi {
    caret-color: transparent;
    cursor: pointer;
  }

  .ast-trust-grid-v2,
  .ast-dynamic-route-grid,
  .ast-home-vehicle-grid,
  .ast-insight-grid,
  .ast-blog-grid,
  .ast-review-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ast-trust-item-v2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }

  .ast-trust-item-v2 i {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .ast-section-v2 {
    padding: 56px 0;
  }

  .ast-section-head-v2 h2,
  .ast-areas-section h2 {
    font-size: 32px;
  }

  .ast-section-head-v2 p,
  .ast-section-lead {
    font-size: 15px;
  }

  .ast-step-card-v2 {
    padding: 22px;
    border-radius: 24px;
  }

  .ast-dark-panel-v2 {
    padding: 26px;
    border-radius: 30px;
  }

  .ast-category-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ast-category-card-v2 {
    min-height: 145px;
    padding: 18px 12px;
    border-radius: 22px;
  }

  .ast-advantage-grid-v2 {
    grid-template-columns: 1fr;
  }

  .ast-advantage-grid-v2 article {
    padding: 22px;
    border-radius: 24px;
  }

  .ast-dynamic-route-card,
  .ast-home-vehicle-card,
  .ast-review-card {
    min-height: auto;
    border-radius: 20px;
    padding: 16px;
  }

  .ast-route-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ast-route-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .ast-route-point b {
    white-space: normal;
  }

  .ast-home-vehicle-media {
    aspect-ratio: 16 / 9;
  }

  .ast-home-vehicle-body,
  .ast-blog-body {
    padding: 16px;
  }

  .ast-area-tags {
    margin-top: 18px;
    gap: 7px;
  }

  .ast-area-tags li {
    min-height: 31px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .ast-info-card-v2,
  .ast-seo-benefit-card {
    border-radius: 22px;
    padding: 20px;
  }

  .ast-info-icon,
  .ast-seo-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 21px;
    margin-bottom: 16px;
  }

  .ast-seo-transfer-copy h2 {
    font-size: 31px;
  }

  .ast-seo-transfer-content {
    margin-top: 18px;
  }

  .ast-seo-transfer-content p {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .ast-review-card:nth-child(2),
  .ast-review-card:nth-child(3) {
    display: none;
  }

  .ast-extra-content-v2 {
    padding: 10px 0 58px;
  }

  .ast-extra-content-v2 > .ast-container {
    gap: 16px;
  }

  .ast-extra-panel {
    border-radius: 22px;
    padding: 18px;
  }

  .ast-extra-head,
  .ast-extra-head-with-tabs,
  .ast-extra-head-with-action {
    display: grid;
    gap: 12px;
    align-items: start;
  }

  .ast-extra-head h2 {
    font-size: 21px;
  }

  .ast-route-tabs {
    width: 100%;
  }

  .ast-route-tab {
    min-height: 36px;
    font-size: 11.5px;
    padding-inline: 8px;
  }

  .ast-seo-route-list {
    grid-template-columns: 1fr;
  }

  .ast-address-picker-header {
    padding-top: calc(12px + env(safe-area-inset-top));
  }

  .ast-address-picker-list {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }

  body > .ast-dtp-overlay {
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body > .ast-dtp-overlay .ast-dtp-modal {
    width: 100vw !important;
    height: 100dvh !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body > .ast-dtp-overlay .ast-dtp-header {
    min-height: 58px !important;
    padding: 10px 12px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
  }

  body > .ast-dtp-overlay .ast-dtp-title strong {
    font-size: 16px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-title span {
    font-size: 11px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-close {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    font-size: 22px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-body {
    grid-template-columns: minmax(0, 1fr) 102px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-calendar {
    padding: 10px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-months {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-month {
    padding: 12px !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body > .ast-dtp-overlay .ast-dtp-month h4 {
    font-size: 14px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-weekdays,
  body > .ast-dtp-overlay .ast-dtp-days {
    gap: 4px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-day,
  body > .ast-dtp-overlay .ast-dtp-day-spacer {
    min-height: 31px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-day {
    border-radius: 10px !important;
    font-size: 11px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-time-col > strong {
    min-height: 36px !important;
    font-size: 9px !important;
    letter-spacing: .05em !important;
  }

  body > .ast-dtp-overlay .ast-dtp-time-list {
    padding: 6px 4px !important;
    gap: 5px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-time-option {
    min-height: 32px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-footer {
    min-height: 64px !important;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom)) !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 5 !important;
    gap: 8px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-selected-text {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body > .ast-dtp-overlay .ast-dtp-apply {
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 480px) {
  .ast-hero-v2 {
    min-height: 515px;
  }

  .ast-hero-inner-v2 {
    padding-top: 34px;
    padding-bottom: 118px;
  }

  .ast-hero-copy h1 {
    font-size: 34px;
  }

  .ast-hero-copy p {
    font-size: 14px;
  }

  .ast-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .ast-hero-actions .ast-btn-v2 {
    width: 100%;
  }

  .ast-search-section {
    margin-top: -86px;
  }

  .ast-category-grid-v2 {
    grid-template-columns: 1fr;
  }

  .ast-category-card-v2 {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
    min-height: auto;
  }

  .ast-category-card-v2 img {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
}

@media (max-width: 420px) {
  .ast-search-card-v2 {
    padding: 12px !important;
  }

  .ast-search-v5__shell {
    padding: 5px !important;
  }

  .ast-search-v5__field {
    min-height: 58px !important;
  }

  .ast-trip-tabs--v5 .ast-trip-tab {
    font-size: 12px !important;
  }

  .ast-search-v5__submit {
    min-height: 52px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-body {
    grid-template-columns: minmax(0, 1fr) 94px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-calendar {
    padding: 8px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-month {
    padding: 10px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-day,
  body > .ast-dtp-overlay .ast-dtp-day-spacer {
    min-height: 29px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-day {
    border-radius: 9px !important;
    font-size: 10.5px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-time-option {
    min-height: 30px !important;
    font-size: 10.5px !important;
  }

  body > .ast-dtp-overlay .ast-dtp-selected-text {
    max-width: 158px !important;
  }
}


/* =========================================================
   1024 Laptop Fix
   - Roundtrip'te return alanı görünür olsun
   - One way'de person alanı düzenli kalsın
========================================================= */
@media (min-width: 993px) and (max-width: 1100px) {
  .ast-transfer-search--v5 .ast-search-v5__grid {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    border-radius: 17px;
    overflow: hidden;
  }

  /* Swap butonu grid hücresi gibi yer kaplamasın */
  .ast-transfer-search--v5 .ast-search-v5__swap {
    position: absolute !important;
    left: 50%;
    top: 34px;
    transform: translate(-50%, -50%);
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    z-index: 12;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .ast-transfer-search--v5 .ast-search-v5__swap-btn {
    pointer-events: auto;
  }

  /* İlk satır */
  .ast-transfer-search--v5 .ast-search-item--origin {
    grid-column: 1;
    grid-row: 1;
  }

  .ast-transfer-search--v5 .ast-search-item--destination {
    grid-column: 2;
    grid-row: 1;
  }

  /* Tek yön */
  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-item--arrival {
    grid-column: 1;
    grid-row: 2;
  }

  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-item--people {
    grid-column: 2;
    grid-row: 2;
  }

  .ast-transfer-search--v5:not(.is-roundtrip) .ast-search-v5__submit-wrap {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  /* Gidiş - dönüş */
  .ast-transfer-search--v5.is-roundtrip .ast-search-item--arrival {
    grid-column: 1;
    grid-row: 2;
  }

  .ast-transfer-search--v5.is-roundtrip .ast-search-item--return {
    display: block !important;
    grid-column: 2;
    grid-row: 2;
  }

  .ast-transfer-search--v5.is-roundtrip .ast-search-item--people {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .ast-transfer-search--v5.is-roundtrip .ast-search-v5__submit-wrap {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  /* Alan yükseklikleri biraz daha dengeli */
  .ast-transfer-search--v5 .ast-search-v5__field {
    min-height: 72px;
  }

  .ast-transfer-search--v5 .ast-search-v5__field--origin {
    border-radius: 15px 0 0 0;
  }

  .ast-transfer-search--v5 .ast-search-v5__field--destination {
    border-radius: 0 15px 0 0;
  }

  /* Person alanı */
  .ast-transfer-search--v5 .ast-search-v5__field--people {
    padding: 10px 14px 10px 40px !important;
  }

  .ast-transfer-search--v5 .ast-search-v5__field--people .ast-search-v5__label i {
    left: -26px !important;
  }

  .ast-transfer-search--v5 .ast-search-v5__people {
    width: 100%;
    max-width: 132px;
    height: 32px;
    min-height: 32px;
    display: grid;
    grid-template-columns: 32px 44px 32px;
    column-gap: 8px;
    align-items: center;
    justify-content: start;
    justify-items: center;
    margin: 0;
  }

  .ast-transfer-search--v5 .ast-search-v5__people .ast-people-control__button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 17px;
  }

  .ast-transfer-search--v5 .ast-people-control__input {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    font-size: 15px !important;
    text-align: center !important;
  }

  /* Submit */
  .ast-transfer-search--v5 .ast-search-v5__submit {
    min-height: 58px;
    border-radius: 0 0 15px 15px;
  }
}


/* =========================================================
   Home V2 Theme Normalize
   base_v2.css ile aynı görsel dili korumak için
========================================================= */

/* Home değişkenlerini base tokenlarına yaklaştır */
body.ast-home-page {
  --ast-home-navy: var(--ast-navy);
  --ast-home-navy-2: var(--ast-navy-soft);
  --ast-home-blue: var(--ast-blue);
  --ast-home-blue-2: var(--ast-blue-dark);
  --ast-home-gold: var(--ast-gold);
  --ast-home-green: var(--ast-green);
  --ast-home-bg: var(--ast-bg);
  --ast-home-card: var(--ast-surface);
  --ast-home-text: var(--ast-text);
  --ast-home-muted: var(--ast-muted);
  --ast-home-line: var(--ast-line-strong);
  --ast-home-line-soft: var(--ast-line);

  --ast-home-shadow: var(--ast-shadow-sm);
  --ast-home-shadow-soft: var(--ast-shadow-xs);

  --ast-home-radius-xl: var(--ast-radius-lg);
  --ast-home-radius-lg: var(--ast-radius-md);
  --ast-home-radius-md: var(--ast-radius-sm);
}

/* Section başlıklarını ilk beğendiğimiz yalın çizgiye çek */
.ast-section-head-v2 h2,
.ast-areas-section h2,
.ast-seo-transfer-copy h2,
.ast-extra-head h2,
.ast-review-head-v2 h2 {
  font-weight: var(--ast-fw-black) !important;
  letter-spacing: -.04em !important;
}

.ast-section-head-v2 h2,
.ast-areas-section h2,
.ast-seo-transfer-copy h2 {
  font-size: var(--ast-h2) !important;
}

.ast-section-head-v2 p,
.ast-section-lead,
.ast-seo-transfer-content p,
.ast-extra-head p,
.ast-review-card p {
  color: var(--ast-muted) !important;
  font-weight: var(--ast-fw-regular) !important;
}

/* Kartları daha sade ve profesyonel hale getir */
.ast-step-card-v2,
.ast-dynamic-route-card,
.ast-home-vehicle-card,
.ast-info-card-v2,
.ast-seo-benefit-card,
.ast-advantage-grid-v2 article,
.ast-review-card,
.ast-extra-panel,
.ast-blog-card,
.ast-insight-card,
.ast-seo-route-group {
  border-radius: var(--ast-radius-md) !important;
  border-color: var(--ast-line) !important;
  box-shadow: none !important;
}

.ast-step-card-v2:hover,
.ast-dynamic-route-card:hover,
.ast-home-vehicle-card:hover,
.ast-review-card:hover,
.ast-blog-card:hover,
.ast-seo-route-item:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: rgba(37, 99, 235, .16) !important;
}

/* Çok dekoratif step efektlerini sadeleştir */
.ast-how-section {
  background: var(--ast-bg) !important;
}

.ast-how-section::before {
  display: none !important;
}

.ast-step-card-v2 {
  background: #fff !important;
  padding: 22px !important;
}

.ast-step-card-v2::before {
  display: none !important;
}

.ast-step-icon-v2 {
  width: 48px !important;
  height: 48px !important;
  border-radius: var(--ast-radius-sm) !important;
  font-size: 21px !important;
}

.ast-step-number {
  color: rgba(15, 23, 42, .16) !important;
  font-size: 28px !important;
  font-weight: var(--ast-fw-black) !important;
  letter-spacing: -.05em !important;
}

.ast-step-card-v2 h3 {
  font-size: 19px !important;
  font-weight: var(--ast-fw-bold) !important;
  letter-spacing: -.025em !important;
}

.ast-step-card-v2 p {
  font-size: 13.5px !important;
  line-height: 1.62 !important;
}

/* Büyük koyu paneli biraz daha kurumsal ve az agresif yap */
.ast-dark-panel-v2 {
  border-radius: var(--ast-radius-lg) !important;
  box-shadow: none !important;
}

.ast-category-card-v2 {
  border-radius: var(--ast-radius-md) !important;
}

/* Trust kartları ana tema ile uyumlu olsun */
.ast-trust-item-v2 {
  border-radius: var(--ast-radius-md) !important;
  box-shadow: none !important;
}

.ast-trust-item-v2 strong,
.ast-home-vehicle-card h3,
.ast-dynamic-route-card h3,
.ast-info-card-v2 h3,
.ast-seo-benefit-card h3,
.ast-advantage-grid-v2 h3,
.ast-review-card h3,
.ast-blog-body h3 {
  font-weight: var(--ast-fw-bold) !important;
  letter-spacing: -.025em !important;
}

/* CTA ve link ağırlığını yumuşat */
.ast-btn-v2,
.ast-search-v5__submit,
.ast-route-action,
.ast-home-vehicle-action,
.ast-seo-benefit-action,
.ast-extra-link,
.ast-blog-read-more {
  font-weight: var(--ast-fw-bold) !important;
}

.ast-btn-primary-v2,
.ast-search-v5__submit {
  box-shadow: 0 10px 22px rgba(37, 99, 235, .18) !important;
}

.ast-btn-primary-v2:hover,
.ast-search-v5__submit:hover {
  box-shadow: 0 14px 28px rgba(37, 99, 235, .23) !important;
}

/* Search card fazla ağır görünmesin */
.ast-search-card-v2 {
  border-radius: var(--ast-radius-lg) !important;
  box-shadow: var(--ast-shadow-sm) !important;
}

.ast-search-card-head h2 {
  font-weight: var(--ast-fw-black) !important;
  letter-spacing: -.035em !important;
}

.ast-section-kicker {
  font-weight: var(--ast-fw-bold) !important;
  letter-spacing: .08em !important;
}

/* Search form içindeki aşırı kalınlıkları azalt */
.ast-transfer-search--v5 .ast-search-v5__input,
.ast-transfer-search--v5 .ast-people-control__input,
.ast-search-v5__label,
.ast-trip-tabs--v5 .ast-trip-tab,
.ast-search-trustline--v5 span {
  font-weight: var(--ast-fw-bold) !important;
}

.ast-search-v5__shell {
  box-shadow: none !important;
}

.ast-search-v5__field {
  border-color: rgba(15, 23, 42, .10) !important;
}

/* Yorum ve ekstra panellerde daha az “kalın” görünüm */
.ast-extra-panel {
  padding: 22px !important;
}

.ast-review-score,
.ast-review-all-link,
.ast-route-badge,
.ast-route-count,
.ast-home-vehicle-meta span,
.ast-area-tags li {
  font-weight: var(--ast-fw-semibold) !important;
}

/* Blog ve review kartları daha yalın */
.ast-review-card,
.ast-blog-card {
  background: #fff !important;
}

/* Mobilde de aynı sade çizgiyi koru */
@media (max-width: 768px) {
  .ast-section-v2 {
    padding: 52px 0 !important;
  }

  .ast-section-head-v2 h2,
  .ast-areas-section h2,
  .ast-seo-transfer-copy h2 {
    font-size: var(--ast-h2) !important;
    letter-spacing: -.035em !important;
  }

  .ast-search-card-v2 {
    border-radius: var(--ast-radius-lg) !important;
    box-shadow: var(--ast-shadow-xs) !important;
  }

  .ast-step-card-v2,
  .ast-dynamic-route-card,
  .ast-home-vehicle-card,
  .ast-info-card-v2,
  .ast-seo-benefit-card,
  .ast-review-card,
  .ast-extra-panel {
    border-radius: var(--ast-radius-md) !important;
  }
}



/* =========================================================
   Popular Route Showcase - Dynamic Search Based Cards
========================================================= */

.ast-dynamic-routes-section {
  background: var(--ast-bg);
}

.ast-routes-head-v2 {
  align-items: end;
}

.ast-routes-all-link {
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--ast-radius-pill);
  background: #fff;
  border: 1px solid var(--ast-line);
  color: var(--ast-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: var(--ast-fw-bold);
  white-space: nowrap;
}

.ast-routes-all-link:hover {
  color: var(--ast-blue);
  border-color: rgba(37, 99, 235, .18);
  text-decoration: none;
}

.ast-route-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ast-route-showcase-card {
  --route-bg: linear-gradient(135deg, #0f172a, #1e293b);

  position: relative;
  min-height: 228px;
  border-radius: var(--ast-radius-lg);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-image: var(--route-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--ast-shadow-xs);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ast-route-showcase-card:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: var(--ast-shadow-sm);
  border-color: rgba(37, 99, 235, .18);
}

.ast-route-showcase-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .35);
  outline-offset: 3px;
}

.ast-route-showcase-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .14), rgba(7, 17, 31, .78)),
    linear-gradient(90deg, rgba(7, 17, 31, .70), rgba(7, 17, 31, .18));
}

.ast-route-showcase-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ast-route-price-pill {
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--ast-radius-pill);
  background: rgba(255, 255, 255, .95);
  color: var(--ast-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: var(--ast-fw-black);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
}

.ast-route-showcase-body {
  display: grid;
  gap: 8px;
}

.ast-route-showcase-body h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: var(--ast-fw-black);
  text-shadow: 0 2px 16px rgba(0, 0, 0, .25);
}

.ast-route-showcase-body p {
  margin: 0;
  max-width: 94%;
  color: rgba(255, 255, 255, .88);
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: var(--ast-fw-medium);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}

.ast-route-showcase-tags {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ast-route-showcase-tags span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: var(--ast-radius-pill);
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: var(--ast-fw-bold);
}

/* Eski popüler rota kartlarından kalan stiller yeni yapıyı etkilemesin */
.ast-route-showcase-card .ast-route-flow,
.ast-route-showcase-card .ast-route-action,
.ast-route-showcase-card .ast-dynamic-route-top {
  display: none !important;
}

/* Tablet */
@media (max-width: 992px) {
  .ast-route-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ast-route-showcase-card {
    min-height: 216px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ast-routes-head-v2 {
    display: grid;
    gap: 14px;
  }

  .ast-routes-all-link {
    justify-self: start;
    min-height: 38px;
    padding: 0 15px;
  }

  .ast-route-showcase-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ast-route-showcase-card {
    min-height: 198px;
    border-radius: var(--ast-radius-md);
    padding: 18px;
  }

  .ast-route-price-pill {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .ast-route-showcase-body h3 {
    font-size: 20px;
  }

  .ast-route-showcase-body p {
    max-width: 100%;
    font-size: 13px;
  }

  .ast-route-showcase-tags span {
    min-height: 26px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .ast-route-showcase-card {
    min-height: 188px;
    padding: 16px;
  }

  .ast-route-showcase-body h3 {
    font-size: 19px;
  }
}

/* =========================================================
   Popular Routes - Refined Typography
   Daha rafine, daha az kaba rota kartları
========================================================= */

.ast-route-showcase-card {
  min-height: 218px !important;
  padding: 20px !important;
  border-radius: 22px !important;
}

.ast-route-showcase-overlay {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .10), rgba(7, 17, 31, .72)),
    linear-gradient(90deg, rgba(7, 17, 31, .58), rgba(7, 17, 31, .18)) !important;
}

.ast-route-price-pill {
  min-height: 31px !important;
  padding: 0 13px !important;
  font-size: 12.5px !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
}

.ast-route-showcase-body {
  gap: 7px !important;
}

.ast-route-showcase-body h3 {
  max-width: 92%;
  margin: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.14 !important;
  letter-spacing: -.035em !important;
  font-weight: 850 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28) !important;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ast-route-showcase-body p {
  max-width: 90% !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 12.8px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25) !important;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ast-route-showcase-tags {
  margin-top: 6px !important;
  gap: 6px !important;
}

.ast-route-showcase-tags span {
  min-height: 25px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .15) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  color: rgba(255, 255, 255, .94) !important;
  font-size: 10.8px !important;
  font-weight: 750 !important;
  backdrop-filter: blur(8px);
}

/* Çok uzun rota isimlerinde kart yüksekliği bozulmasın */
.ast-route-showcase-body h3 br {
  display: none;
}

@media (max-width: 768px) {
  .ast-route-showcase-card {
    min-height: 196px !important;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  .ast-route-showcase-body h3 {
    font-size: 18.5px !important;
    max-width: 96% !important;
  }

  .ast-route-showcase-body p {
    font-size: 12.5px !important;
    max-width: 96% !important;
  }

  .ast-route-price-pill {
    min-height: 30px !important;
    font-size: 12px !important;
  }
}



/* =========================================================
   Vehicle Showcase - Premium Clean
========================================================= */

.ast-vehicle-section {
  background: var(--ast-bg);
}

.ast-vehicle-showcase {
  position: relative;
  overflow: hidden;
  border-radius: var(--ast-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0f172a 48%, #111827 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 34px;
  color: #fff;
}

.ast-vehicle-showcase::after {
  content: "";
  position: absolute;
  inset: auto -12% -40% auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .18);
  filter: blur(45px);
  pointer-events: none;
}

.ast-vehicle-showcase-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.ast-vehicle-showcase .ast-section-kicker {
  background: rgba(37, 99, 235, .18);
  border-color: rgba(147, 197, 253, .22);
  color: #bfdbfe;
}

.ast-vehicle-showcase-head h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: var(--ast-h2);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: var(--ast-fw-black);
  max-width: 650px;
}

.ast-vehicle-showcase-head p {
  margin: 0;
  color: rgba(226, 232, 240, .82);
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: var(--ast-fw-regular);
}

.ast-vehicle-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ast-vehicle-showcase-card {
  min-height: 154px;
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ast-vehicle-showcase-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(147, 197, 253, .28);
}

.ast-vehicle-card-main {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.ast-vehicle-showcase-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 16px;
  background: rgba(239, 246, 255, .13);
  border: 1px solid rgba(147, 197, 253, .16);
  color: #93c5fd;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.ast-vehicle-showcase-body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.ast-vehicle-showcase-body h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: var(--ast-fw-bold);
}

.ast-vehicle-showcase-body p {
  margin: 0;
  color: rgba(226, 232, 240, .76);
  font-size: 12.8px;
  line-height: 1.52;
  font-weight: var(--ast-fw-regular);
}

.ast-vehicle-showcase-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ast-vehicle-showcase-meta span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: var(--ast-fw-semibold);
}

.ast-vehicle-showcase-meta > i {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .28);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: transform .18s ease, background .18s ease;
}

.ast-vehicle-showcase-card:hover .ast-vehicle-showcase-meta > i {
  transform: translateX(2px);
  background: rgba(37, 99, 235, .44);
}

/* Önceki deneme araç kartları görünmesin */
.ast-vehicle-class-grid,
.ast-vehicle-class-card {
  display: none !important;
}

@media (max-width: 1100px) {
  .ast-vehicle-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ast-vehicle-showcase {
    padding: 22px;
    border-radius: var(--ast-radius-md);
  }

  .ast-vehicle-showcase-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  .ast-vehicle-showcase-head h2 {
    font-size: 26px;
  }

  .ast-vehicle-showcase-head p {
    font-size: 13.5px;
  }

  .ast-vehicle-showcase-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ast-vehicle-showcase-card {
    min-height: auto;
    padding: 16px;
    border-radius: 17px;
  }

  .ast-vehicle-showcase-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    font-size: 19px;
  }

  .ast-vehicle-showcase-body h3 {
    font-size: 17px;
  }
}