/* Lokrio home — mockup-aligned layout (V441+) · premium hybrid hero (V560) */
/* Hide old value cards — mockup uses stats bar instead */
.kyk-value {
  display: none !important;
}


/* ── Premium full-bleed hybrid hero (cinematic photo + soft atmosphere) ── */
.kyk-hero.kyk-hero--premium {
  position: relative !important;
  background: #0f2744 !important;
  padding: 0 !important;
  overflow: visible;
  isolation: auto;
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.kyk-hero--premium .kyk-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #0f2744;
  border-radius: 0;
}

.kyk-hero--premium .kyk-hero-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.92) contrast(1.06) brightness(0.94);
  transform: scale(1.06);
  transform-origin: center 40%;
  will-change: transform;
  animation: kyk-hero-kenburns 28s ease-in-out infinite alternate;
}

.kyk-hero--premium .kyk-hero-bg::before,
.kyk-hero--premium .kyk-hero-bg::after {
  content: none !important;
  display: none !important;
}

.kyk-hero--premium .kyk-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(6, 14, 28, 0.38) 0%,
      rgba(6, 14, 28, 0.12) 28%,
      rgba(6, 14, 28, 0.08) 48%,
      rgba(6, 14, 28, 0.28) 72%,
      rgba(6, 14, 28, 0.62) 100%),
    radial-gradient(120% 70% at 50% 0%, rgba(6, 14, 28, 0.28) 0%, transparent 55%);
}

.kyk-hero--premium .kyk-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.kyk-hero--premium .kyk-hero-bloom {
  position: absolute;
  left: 50%;
  top: 28%;
  width: min(920px, 88vw);
  height: min(420px, 52vh);
  transform: translate(-50%, -40%);
  background: radial-gradient(ellipse at center,
    rgba(255, 214, 170, 0.22) 0%,
    rgba(255, 180, 120, 0.08) 38%,
    transparent 70%);
  filter: blur(2px);
  opacity: 0.9;
}

.kyk-hero--premium .kyk-hero-fog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background:
    linear-gradient(180deg,
      transparent 0%,
      rgba(12, 24, 42, 0.18) 35%,
      rgba(10, 20, 36, 0.45) 100%);
}

.kyk-hero--premium .kyk-hero-ridgeline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(56px, 10vh, 110px);
  fill: rgba(6, 14, 28, 0.28);
  opacity: 0.85;
}

@keyframes kyk-hero-kenburns {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes kyk-hero-title-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes kyk-dock-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .kyk-hero--premium .kyk-hero-bg-img {
    animation: none !important;
    transform: scale(1.04);
  }
  .kyk-hero--premium .kyk-hero-stage h1,
  .kyk-hero--premium .kyk-search-dock--unified {
    animation: none !important;
  }
}

.kyk-hero-inner--center {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  grid-template-columns: none !important;
  max-width: var(--kyk-max, 1280px) !important;
  width: 100%;
  margin: 0 auto;
  padding: 14px 24px 0 !important;
  flex: 1 1 auto;
}

.kyk-hero--premium .kyk-hero-inner.kyk-hero-inner--center {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

.kyk-hero--premium .kyk-hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 18px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0 max(28px, calc((100vw - var(--kyk-max, 1280px)) / 2 + 28px)) 0 max(24px, calc((100vw - var(--kyk-max, 1280px)) / 2));
  box-sizing: border-box;
}

.kyk-hero--premium .kyk-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.kyk-hero--premium .kyk-logo .lokrio-logo,
.kyk-hero--premium .kyk-logo .kyk-site-logo {
  display: block;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Right cluster — separate premium mini cards */
.kyk-hero--premium .kyk-hero-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0f172a;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-sep {
  display: none;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-group,
.kyk-hero--premium .kyk-hero-actions .kyk-pill,
.kyk-hero--premium .kyk-hero-actions .kyk-logout-form .kyk-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 22px rgba(8, 18, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-group:hover,
.kyk-hero--premium .kyk-hero-actions .kyk-pill:hover {
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow:
    0 10px 26px rgba(8, 18, 32, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-select {
  height: 26px;
  max-width: 96px;
  font-size: 11px;
  font-weight: 750;
  padding: 0 22px 0 8px;
  background-position: right 8px center;
  color: #0f172a;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-btn {
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  font-size: 10.5px;
  font-weight: 800;
}

.kyk-hero--premium .kyk-hero-actions .kyk-pill {
  font-size: 11.5px;
  font-weight: 750;
  text-decoration: none;
  line-height: 1;
  border-color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: -0.01em;
}

.kyk-hero--premium .kyk-hero-actions .kyk-pill svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  opacity: 0.85;
}

.kyk-hero--premium .kyk-hero-actions .kyk-pill-label {
  font-size: 11.5px;
  font-weight: 750;
}

.kyk-hero--premium .kyk-hero-actions .kyk-logout-form {
  display: inline-flex;
  margin: 0;
}

.kyk-hero--premium .kyk-hero-actions a,
.kyk-hero--premium .kyk-hero-actions button,
.kyk-hero--premium .kyk-hero-actions .kyk-pill,
.kyk-hero--premium .kyk-hero-actions .lk-locale-btn,
.kyk-hero--premium .kyk-hero-actions .lk-currency-btn,
.kyk-hero--premium .kyk-hero-actions span,
.kyk-hero--premium .kyk-hero-actions select {
  color: #0f172a !important;
}

.kyk-hero--premium .kyk-hero-actions .lk-pref-btn.is-active {
  color: #fff !important;
  background: linear-gradient(180deg, #ea580c 0%, #c2410c 100%) !important;
  box-shadow: 0 2px 8px rgba(194, 65, 12, 0.35);
}

.kyk-hero-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 28px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.kyk-hero--premium h1 {
  margin: 0 0 18px !important;
  font-size: clamp(26px, 3.2vw, 40px) !important;
  letter-spacing: -0.03em;
  white-space: nowrap !important;
  color: #f8fafc !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
  max-width: none;
  width: auto;
  line-height: 1.15 !important;
  font-weight: 750;
  animation: kyk-hero-title-in 0.75s ease both;
}

.kyk-hero--premium h1 .kyk-hero-emphasis {
  color: #fff !important;
  font-family: inherit !important;
  font-weight: 750 !important;
  font-size: 1em;
  font-style: normal;
  text-shadow: inherit;
}

.kyk-hero--premium h1 .kyk-green {
  color: #22c55e !important;
  font-family: inherit !important;
  font-weight: 750 !important;
  font-size: 1em;
  font-style: normal;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.kyk-hero--premium .kyk-dot {
  color: #ea580c !important;
  font-weight: 900;
}

/* Glass dock sits cleaner over graphic field */
.kyk-hero--premium .kyk-search-dock--unified {
  background: rgba(8, 14, 26, 0.52);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 10px 12px 12px;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
  animation: kyk-dock-in 0.6s ease both;
  animation-delay: 0.08s;
}

.kyk-hero--premium .kyk-hero-sub {
  display: none !important;
}

.kyk-hero--premium .kyk-search-anchor,
.kyk-hero--premium #kykSearchAnchor {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 0;
}

.kyk-hero--premium .kyk-search-dock {
  width: 100%;
}

@keyframes kyk-dock-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.kyk-hero--premium .kyk-search-dock--unified .kyk-tabs--glass {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 2px 2px 10px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.kyk-hero--premium .kyk-search-dock--unified .kyk-form {
  margin: 0;
}

.kyk-hero--premium .kyk-search-dock--unified .kyk-search--pill,
.kyk-hero--premium .kyk-search-dock--unified .kyk-search {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Glass service tabs — separate from search */
.kyk-tabs--glass {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 10px !important;
  padding: 7px 9px !important;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.kyk-tabs--glass button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 78px;
  min-height: 64px;
  padding: 5px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.kyk-tabs--glass .kyk-tab-ico-wrap {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: transparent;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.kyk-tabs--glass button .kyk-tab-ico {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.kyk-tabs--glass button.active {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.kyk-tabs--glass button.active .kyk-tab-ico-wrap {
  background: #ea580c;
  box-shadow: 0 6px 14px rgba(234, 88, 12, 0.4);
}

.kyk-tabs--glass button.active .kyk-tab-ico {
  color: #fff !important;
}

/* Premium hero: tabs bar — wider than compact, narrower than search */
.kyk-hero--premium .kyk-tabs--glass {
  width: min(560px, 100%) !important;
  max-width: min(560px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: space-between !important;
  box-sizing: border-box;
}

.kyk-hero--premium .kyk-tabs--glass button {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  max-width: none;
}

.kyk-hero--premium .kyk-form {
  text-align: left;
  position: relative;
  width: 100%;
}

.kyk-patch-opts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  padding: 0 4px;
  margin: 0 0 10px;
}

.kyk-hero--premium .kyk-form:not([data-service="flight"]):not([data-service="cab"]) .kyk-patch-opts {
  display: none;
}

.kyk-hero--premium .kyk-flight-modes,
.kyk-hero--premium .kyk-flight-trip,
.kyk-hero--premium .kyk-cab-modes {
  display: none !important;
  margin: 0 !important;
  gap: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.kyk-hero--premium .kyk-form[data-service="flight"] .kyk-flight-modes,
.kyk-hero--premium .kyk-form[data-service="flight"] .kyk-flight-trip {
  display: flex !important;
}

.kyk-hero--premium .kyk-form[data-service="cab"] .kyk-cab-modes {
  display: flex !important;
}

.kyk-hero--premium .kyk-flight-modes button,
.kyk-hero--premium .kyk-flight-trip button,
.kyk-hero--premium .kyk-cab-modes button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.kyk-hero--premium .kyk-flight-modes button::before,
.kyk-hero--premium .kyk-flight-trip button::before,
.kyk-hero--premium .kyk-cab-modes button::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.kyk-hero--premium .kyk-flight-modes button.active,
.kyk-hero--premium .kyk-flight-trip button.active,
.kyk-hero--premium .kyk-cab-modes button.active {
  color: #fdba74 !important;
  font-weight: 800;
}

.kyk-hero--premium .kyk-flight-modes button.active::before,
.kyk-hero--premium .kyk-flight-trip button.active::before,
.kyk-hero--premium .kyk-cab-modes button.active::before {
  border-color: #ea580c;
  background: radial-gradient(circle at center, #ea580c 0 4.5px, transparent 5.5px);
}

.kyk-hero--premium .kyk-flight-multi-note {
  margin: 0 0 10px;
  color: #fdba74;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.kyk-hero--premium .kyk-flight-popular {
  display: none !important;
}

/* White search pill — single layer only (no nested white cards) */
.kyk-hero--premium .kyk-search--pill,
.kyk-hero--premium .kyk-search {
  --kyk-bar-h: 72px;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: stretch !important;
  border-radius: 22px !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(8, 18, 32, 0.28) !important;
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  column-gap: 0 !important;
  padding: 5px !important;
  isolation: auto;
  position: relative;
  z-index: 40;
  box-sizing: border-box !important;
}

.kyk-hero--premium .kyk-search-anchor,
.kyk-hero--premium #kykSearchAnchor,
.kyk-hero--premium .kyk-search-dock,
.kyk-hero--premium .kyk-form {
  position: relative;
  z-index: 40;
  overflow: visible !important;
}

.kyk-hero--premium .kyk-search:has(.fdesk-airport-menu.open),
.kyk-hero--premium .kyk-search:has(.fdesk-airport-input:focus),
.kyk-hero--premium .kyk-search:has(.fdesk-city-menu.open),
.kyk-hero--premium .kyk-search:has(.a42-city-menu.open),
.kyk-hero--premium .kyk-form:has(.fdesk-airport-menu.open),
.kyk-hero--premium .kyk-form:has(.fdesk-city-menu.open) {
  z-index: 120;
}

.kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search--pill,
.kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

/* Bus: trip chip hidden — use 3 cols so passenger isn't crushed under Search */
.kyk-hero--premium .kyk-form[data-service="bus"] .kyk-search--pill,
.kyk-hero--premium .kyk-form[data-service="bus"] .kyk-search {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

.kyk-hero--premium .kyk-trip--inbar {
  display: none !important;
  margin: 0 !important;
  padding: 0 4px 0 8px;
  align-items: center;
  align-self: center;
}

.kyk-hero--premium .kyk-form[data-service="bus"] .kyk-trip--inbar {
  display: none !important;
}

.kyk-hero--premium .kyk-trip--inbar button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.kyk-hero--premium .kyk-trip--inbar button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #64748b;
  margin-top: 2px;
}

.kyk-hero--premium .kyk-search-route {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) !important;
  min-width: 0 !important;
  width: 100%;
  height: 100% !important;
  align-items: stretch;
  position: relative;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.kyk-hero--premium .kyk-seg,
.kyk-hero--premium .kyk-seg-origin,
.kyk-hero--premium .kyk-seg-dest {
  min-width: 0 !important;
  width: auto !important;
  flex: 1 1 0 !important;
  height: 100% !important;
  max-height: 72px !important;
  padding: 8px 14px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #eef2f7;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* Never let Hours leak into bus/flight (do not override [hidden]) */
.kyk-hero--premium .kyk-seg-hours[hidden],
.kyk-hero--premium .kyk-form:not([data-service="cab"]) .kyk-seg-hours {
  display: none !important;
}

.kyk-hero--premium .kyk-form[data-service="cab"] .kyk-seg-hours:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 88px;
  height: 100%;
  max-height: 72px;
  padding: 8px 14px;
  border-right: 1px solid #eef2f7;
}

.kyk-hero--premium .kyk-seg-origin:hover,
.kyk-hero--premium .kyk-seg-origin:focus-within,
.kyk-hero--premium .kyk-seg-dest:hover,
.kyk-hero--premium .kyk-seg-dest:focus-within,
.kyk-hero--premium .kyk-seg-dates:hover,
.kyk-hero--premium .kyk-seg-pax:hover,
.kyk-hero--premium .kyk-seg-pax-flight:hover {
  background: #f8fafc !important;
}

.kyk-hero--premium .kyk-seg-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.kyk-hero--premium .kyk-seg-lbl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #64748b;
  line-height: 1.2;
}

/* From/To small labels are redundant with Leaving from? / Going to? */
.kyk-hero--premium .kyk-seg-origin > .kyk-seg-stack > .kyk-seg-lbl,
.kyk-hero--premium .kyk-seg-dest > .kyk-seg-stack > .kyk-seg-lbl,
#kykForm .kyk-seg-origin > .kyk-seg-stack > .kyk-seg-lbl,
#kykForm .kyk-seg-dest > .kyk-seg-stack > .kyk-seg-lbl,
.kyk-search-dock--docked .kyk-seg-origin > .kyk-seg-stack > .kyk-seg-lbl,
.kyk-search-dock--docked .kyk-seg-dest > .kyk-seg-stack > .kyk-seg-lbl {
  display: none !important;
}

.kyk-hero--premium .kyk-seg-lbl-ico {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex: 0 0 12px !important;
  color: #64748b;
  display: block !important;
  overflow: hidden;
}

.kyk-hero--premium .kyk-seg-val-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.kyk-hero--premium .kyk-seg-val-ico {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px !important;
  color: #0f172a;
  display: block !important;
  overflow: hidden;
}

/* Hard-cap search icons everywhere (hero + docked header) */
#kykForm .kyk-seg-lbl-ico,
.kyk-search-dock--docked .kyk-seg-lbl-ico {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex: 0 0 12px !important;
  display: inline-block !important;
  vertical-align: middle;
}

#kykForm .kyk-seg-val-ico,
.kyk-search-dock--docked .kyk-seg-val-ico {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px !important;
  display: inline-block !important;
  vertical-align: middle;
}

#kykForm .kyk-seg-chev,
.kyk-search-dock--docked .kyk-seg-chev {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
  display: inline-block !important;
}

#kykForm .kyk-seg-ico,
.kyk-search-dock--docked .kyk-seg-ico {
  display: none !important;
}

#kykForm .kyk-seg-val-row,
.kyk-search-dock--docked .kyk-seg-val-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: 100% !important;
}


.kyk-hero--premium .kyk-seg-ico {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.kyk-hero--premium .kyk-swap {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
  color: #64748b !important;
  box-shadow: 0 4px 12px rgba(15, 39, 68, 0.08);
  z-index: 2;
  align-self: center;
}

.kyk-hero--premium .kyk-seg-val,
.kyk-hero--premium .kyk-seg-val.fdesk-city-input {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #0f172a !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.kyk-hero--premium .kyk-seg-val::placeholder {
  color: #0f172a !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.kyk-hero--premium .kyk-city-wrap,
.kyk-hero--premium .fdesk-city,
.kyk-hero--premium .kyk-search-route .kyk-seg {
  background: transparent !important;
  box-shadow: none !important;
  min-width: 0;
  flex: 1 1 auto;
}

.kyk-hero--premium .kyk-search-meta {
  height: 100% !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  border-radius: 0 !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  display: flex !important;
  align-items: stretch !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 4;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 0;
}

.kyk-hero--premium .kyk-search-meta .kyk-seg,
.kyk-hero--premium .kyk-search-meta .kyk-seg-dates,
.kyk-hero--premium .kyk-search-meta .kyk-seg-pax,
.kyk-hero--premium .kyk-search-meta .kyk-seg-pax-flight {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.kyk-hero--premium .kyk-city-wrap,
.kyk-hero--premium .fdesk-city,
.kyk-hero--premium .fdesk-airport,
.kyk-hero--premium .kyk-airport-wrap {
  position: relative;
  overflow: visible !important;
}

.kyk-hero--premium .kyk-seg-dates {
  min-width: 188px !important;
  flex: 0 0 auto !important;
  height: 100% !important;
  color: #0f172a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-left: 1px solid #eef2f7;
  border-right: 1px solid #eef2f7;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.kyk-hero--premium .kyk-seg-dates .kyk-date-display,
.kyk-hero--premium .kyk-seg-dates #kykDateText {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #0f172a !important;
  white-space: nowrap;
}

.kyk-hero--premium .kyk-date-dow {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}

.kyk-hero--premium .kyk-seg-pax,
.kyk-hero--premium .kyk-seg-pax-flight {
  min-width: 158px !important;
  flex: 0 0 auto !important;
  height: 100% !important;
  overflow: visible !important;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  padding-right: 16px;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 5;
}

.kyk-hero--premium .kyk-seg-pax select {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 auto;
  text-overflow: clip !important;
  overflow: visible !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a;
  border: 0;
  background: transparent;
  appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.kyk-hero--premium .kyk-seg-chev {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #0f172a;
  margin-left: auto;
}

.kyk-hero--premium .kyk-seg-pax-flight {
  display: inline-flex;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #0f172a;
  font: 700 15px/1.25 inherit;
  text-align: left;
  white-space: nowrap;
}

.kyk-hero--premium #kykPaxFlightLabel {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.kyk-hero--premium .kyk-seg-pax-flight[hidden],
.kyk-hero--premium .kyk-seg-pax[hidden] {
  display: none !important;
}

.kyk-hero--premium .kyk-search-btn {
  min-width: 118px !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  border-radius: 16px !important;
  padding: 0 22px !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 1; /* below passenger — was covering bus pax select */
  background: #ea580c !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  grid-column: auto;
}

.kyk-hero--premium .kyk-seg:has(.fdesk-airport-menu.open),
.kyk-hero--premium .kyk-seg:has(.fdesk-airport-input:focus),
.kyk-hero--premium .kyk-seg:has(.fdesk-city-menu.open),
.kyk-hero--premium .kyk-city-wrap:has(.fdesk-airport-menu.open),
.kyk-hero--premium .fdesk-airport:has(.fdesk-airport-menu.open) {
  overflow: visible !important;
  z-index: 90 !important;
  position: relative;
}
.kyk-hero--premium .kyk-search:has(.fdesk-airport-menu.open),
.kyk-hero--premium .kyk-search:has(.fdesk-airport-input:focus),
.kyk-hero--premium .kyk-search:has(.fdesk-city-menu.open) {
  overflow: visible !important;
  z-index: 90 !important;
}
.kyk-hero--premium .fdesk-airport-menu.open,
.kyk-hero--premium .fdesk-city-menu.open,
.kyk-hero--premium .a42-city-menu.open {
  z-index: 100080 !important;
  position: absolute !important;
  display: block !important;
  min-width: min(360px, 70vw);
  width: max(100%, 280px);
}

/* Trust — one unified glass card (4 items inside) */
.kyk-trust-row--on-hero {
  width: 100%;
  margin-top: 10px !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.kyk-trust-row--on-hero.kyk-trust-row--premium {
  padding: 8px 4px;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.06) 48%,
    rgba(15, 23, 42, 0.32) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.kyk-trust-row--on-hero.kyk-trust-row--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.kyk-trust-row--on-hero .kyk-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 0;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.kyk-trust-row--premium .kyk-trust-item {
  position: relative;
  overflow: visible;
  padding: 6px 12px;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: none;
}

.kyk-trust-row--premium .kyk-trust-item + .kyk-trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.kyk-trust-row--premium .kyk-trust-item::before {
  display: none;
}

.kyk-trust-row--premium .kyk-trust-item:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.kyk-trust-row--on-hero .kyk-trust-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.kyk-trust-row--on-hero .kyk-trust-copy strong {
  font-size: 10.5px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.kyk-trust-row--premium .kyk-trust-copy strong {
  font-size: 10.5px;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.kyk-trust-row--on-hero .kyk-trust-copy small {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.2;
}

.kyk-trust-row--premium .kyk-trust-copy small {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.82);
}

.kyk-trust-row--on-hero .kyk-trust-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 auto;
}

.kyk-trust-row--premium .kyk-trust-ico {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  flex: 0 0 22px;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.kyk-trust-row--premium .kyk-trust-svg {
  width: 11px;
  height: 11px;
  display: block;
}

.kyk-trust-row--premium .kyk-trust-ico--ok {
  background: linear-gradient(145deg, #86efac 0%, #22c55e 100%);
  color: #14532d;
}

.kyk-trust-row--premium .kyk-trust-ico--deal {
  background: linear-gradient(145deg, #e9d5ff 0%, #a855f7 100%);
  color: #581c87;
}

.kyk-trust-row--premium .kyk-trust-ico--pay {
  background: linear-gradient(145deg, #bfdbfe 0%, #3b82f6 100%);
  color: #1e3a8a;
}

.kyk-trust-row--premium .kyk-trust-ico--support {
  background: linear-gradient(145deg, #fed7aa 0%, #f97316 100%);
  color: #7c2d12;
}

/* Hero bottom stats strip */
.kyk-hero-stats {
  position: relative;
  z-index: 0;
  margin-top: auto;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: rgba(8, 18, 32, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kyk-hero-stats-inner {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  align-items: center;
}

.kyk-hero-stats .kyk-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.kyk-hero-stats .kyk-stat b {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.kyk-hero-stats .kyk-stat small {
  display: block;
  font-size: 11px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}

.kyk-hero-stats .kyk-stat-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fdba74;
  font-weight: 900;
  flex: 0 0 auto;
}

.kyk-stat-avatars {
  display: flex;
  align-items: center;
}

.kyk-stat-avatars i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: linear-gradient(135deg, #fdba74, #ea580c);
  margin-left: -8px;
  display: block;
}

.kyk-stat-avatars i:first-child { margin-left: 0; background: linear-gradient(135deg, #93c5fd, #2563eb); }
.kyk-stat-avatars i:nth-child(2) { background: linear-gradient(135deg, #86efac, #16a34a); }

.kyk-stat-stars {
  color: #fbbf24 !important;
  letter-spacing: 1px;
}

.kyk-stats-bar--footer-hidden {
  display: none !important;
}

/* Flight passenger panel — opens BELOW search (Lokrio orange) */
.kyk-pax-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  bottom: auto;
  z-index: 100200;
  width: min(360px, calc(100vw - 28px));
  text-align: left;
  max-height: min(70vh, 520px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.kyk-pax-open .kyk-hero-stage,
body.kyk-pax-open .kyk-search-anchor,
body.kyk-pax-open .kyk-form {
  z-index: 100200;
  position: relative;
}

body.kyk-pax-open .kyk-hero-stats,
body.kyk-pax-open .kyk-trust-row--on-hero,
body.kyk-pax-open .kyk-trust-row--below,
body.kyk-pax-open .kyk-below-hero,
body.kyk-pax-open .kyk-home-featured {
  z-index: 0 !important;
  pointer-events: none;
}

.kyk-pax-panel[hidden] {
  display: none !important;
}

.kyk-pax-panel-inner {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8eef5;
  box-shadow: 0 18px 40px rgba(15, 39, 68, 0.2);
  padding: 12px 12px 10px;
}

.kyk-pax-row {
  margin: 0 0 10px;
}

.kyk-pax-copy {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 5px;
}

.kyk-pax-copy strong {
  font-size: 13px;
  font-weight: 800;
  color: #1f2937;
}

.kyk-pax-copy span {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
}

.kyk-pax-nums {
  display: flex;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #eef2f7;
  background: #fff;
}

.kyk-pax-num {
  flex: 1 1 0;
  min-width: 0;
  height: 32px;
  border: 0;
  border-right: 1px solid #f1f5f9;
  background: #fff;
  color: #111827;
  font: 700 12px/1 inherit;
  cursor: pointer;
  padding: 0;
}

.kyk-pax-num:last-child {
  border-right: 0;
}

.kyk-pax-num.is-on {
  background: #ea580c;
  color: #fff;
}

.kyk-pax-num.is-off,
.kyk-pax-num:disabled {
  color: #d1d5db;
  cursor: not-allowed;
  background: #fafafa;
}

.kyk-pax-class,
.kyk-pax-nation {
  margin: 2px 0 8px;
  padding-top: 6px;
  border-top: 1px solid #f1f5f9;
}

.kyk-pax-class strong,
.kyk-pax-nation strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #1f2937;
}

.kyk-pax-class-opts,
.kyk-pax-nation-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.kyk-pax-class-opts label,
.kyk-pax-nation-opts label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 650;
  color: #1f2937;
  cursor: pointer;
  white-space: nowrap;
}

.kyk-pax-class-opts input,
.kyk-pax-nation-opts input {
  accent-color: #ea580c;
  width: 14px;
  height: 14px;
}

.kyk-pax-class-opts label:has(input:checked),
.kyk-pax-nation-opts label:has(input:checked) {
  color: #ea580c;
  font-weight: 800;
}

.kyk-pax-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 2px;
}

.kyk-pax-done {
  border: 0;
  border-radius: 8px;
  background: #ea580c;
  color: #fff;
  font: 800 13px/1 inherit;
  padding: 9px 16px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(234, 88, 12, 0.25);
}

.kyk-pax-done:hover {
  background: #c2410c;
}

.kyk-trust-row--on-hero {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.92);
}

.kyk-trust-row--on-hero:not(.kyk-trust-row--premium) .kyk-trust-item {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Featured stack: Delhi bus + Trip builder — same rail */
.kyk-home-featured {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
  padding: 32px 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kyk-home-featured .kyk-dk-hero,
.kyk-home-featured .kyk-dk-hero--editable {
  padding: 0 !important;
  margin: 0 !important;
}

.kyk-home-featured .kyk-dk-hero-inner {
  max-width: none !important;
}

.kyk-tb-cta-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}

.kyk-tb-cta-wrap .kyk-tb-cta {
  margin: 0 !important;
  width: 100%;
  min-height: 112px !important;
  max-height: none !important;
  border-radius: 20px !important;
  padding: 18px 20px !important;
}

/* Legacy two-column hero (kept harmless if unused) */
.kyk-hero:not(.kyk-hero--premium) {
  background: #f5f7fa !important;
  padding: 14px 40px 40px !important;
}

.kyk-hero-inner:not(.kyk-hero-inner--center) {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(400px, 480px) !important;
  gap: 28px !important;
  align-items: start !important;
  max-width: 1280px !important;
}

.kyk-hero-topbar {
  grid-column: 1 / -1 !important;
}

.kyk-hero-left {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100%;
}

.kyk-hero-visual {
  display: none !important;
}

.kyk-hero-eyebrow {
  margin: 0 0 10px;
  color: #ea580c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kyk-green,
.kyk-hero h1 .kyk-green {
  color: #22c55e !important;
  font-family: inherit !important;
  font-weight: 750 !important;
  font-size: 1em;
  letter-spacing: inherit;
}

.kyk-hero-sub {
  margin: 0 0 20px;
  max-width: 42ch;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.kyk-hero--premium .kyk-hero-sub {
  display: none !important;
}

.kyk-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.kyk-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 4px 14px rgba(15, 39, 68, 0.04);
  font-size: 12px;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.25;
}

.kyk-trust-ico {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 13px;
}
.kyk-trust-ico--ok { background: #dcfce7; color: #15803d; }
.kyk-trust-ico--deal { background: #f3e8ff; color: #7e22ce; }
.kyk-trust-ico--pay { background: #dbeafe; color: #1d4ed8; }
.kyk-trust-ico--support { background: #ffedd5; color: #c2410c; }

/* Right: popular destinations — 4 tall cards */
.kyk-pop-dest {
  background: transparent;
}

.kyk-pop-dest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.kyk-pop-dest-head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: #0f2744;
  letter-spacing: -0.02em;
}

.kyk-pop-dest-head a {
  color: #ea580c;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.kyk-pop-dest-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  column-gap: 16px !important;
  row-gap: 16px !important;
}

.kyk-pop-card {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 3 / 4.35;
  min-height: 168px;
  max-height: 220px;
  margin: 0 !important;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none !important;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 39, 68, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kyk-pop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 39, 68, 0.18);
}

.kyk-pop-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kyk-pop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 38%, rgba(15, 23, 42, 0.86) 100%);
  pointer-events: none;
}

.kyk-pop-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 9px 11px;
}

.kyk-pop-card-body strong {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.kyk-pop-pin {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  color: #fdba74;
}

.kyk-pop-card-body span {
  display: block;
  margin-top: 2px;
  padding-left: 16px;
  font-size: 9px;
  opacity: 0.92;
  font-weight: 650;
  line-height: 1.25;
}

/* Trip builder — same card language as destination tiles */
.kyk-tb-cta,
.kyk-tb-cta.kyk-tb-cta--photo {
  min-height: 96px !important;
  max-height: 108px;
  border-radius: 18px !important;
  padding: 14px 16px !important;
  gap: 10px !important;
  align-items: center !important;
  animation: none !important;
  border: none !important;
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(234, 88, 12, 0.4) 100%),
    var(--kyk-tb-photo, none) right center / cover no-repeat !important;
  box-shadow: 0 10px 24px rgba(15, 39, 68, 0.14) !important;
}

.kyk-tb-cta:hover {
  transform: translateY(-2px) !important;
}

.kyk-tb-cta-shade {
  display: none;
}

.kyk-tb-cta-graphic,
.kyk-tb-cta-orb,
.kyk-tb-cta-border,
.kyk-tb-cta-shine {
  display: none !important;
}

.kyk-tb-cta-copy {
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.kyk-tb-cta-copy em {
  display: block;
  margin: 0 0 4px;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fdba74;
}

.kyk-tb-cta-copy strong {
  display: block;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

.kyk-tb-cta-copy small {
  display: block !important;
  margin-top: 4px;
  opacity: 0.9 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  max-width: 28ch;
}

.kyk-tb-cta-go {
  width: auto !important;
  min-width: 0 !important;
  height: 36px !important;
  border-radius: 999px !important;
  padding: 0 12px !important;
  gap: 4px;
  background: #ea580c !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.kyk-tb-cta-go-label {
  white-space: nowrap;
}

.kyk-tb-cta-go svg {
  width: 14px;
  height: 14px;
}

.kyk-tb-cta-go-ring {
  display: none !important;
}

/* Popular services — mockup: white cards + image on the right */
.kyk-pop-services {
  padding: 8px 40px 28px;
  background: #fff;
}

.kyk-pop-services-inner {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
}

.kyk-pop-services-inner > h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f2744;
}

.kyk-pop-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kyk-svc-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 108px;
  aspect-ratio: auto;
  padding: 16px 18px;
  border-radius: 18px;
  overflow: visible;
  isolation: auto;
  background: #fff;
  border: 1px solid #e8edf3;
  text-decoration: none !important;
  color: #0f2744;
  box-shadow: 0 8px 22px rgba(15, 39, 68, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kyk-svc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 39, 68, 0.12);
}

.kyk-svc-card::after {
  display: none;
}

.kyk-svc-card img {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 0;
  flex: none;
  z-index: 1;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.18));
  pointer-events: none;
}

.kyk-svc-card > span {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 84px;
  color: #0f2744;
}

.kyk-svc-card strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #0f2744;
}

.kyk-svc-card > span > span {
  display: block;
  margin-top: 6px;
  color: #ea580c;
  font-size: 13px;
  font-weight: 800;
}

/* Continue planning — full-width row under hero (not crushing right column) */
.kyk-continue {
  margin: 0 !important;
  padding: 4px 40px 20px !important;
  background: #f5f7fa;
}

.kyk-continue-inner {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
}

.kyk-continue-head h2 {
  font-size: 18px !important;
  font-weight: 900 !important;
}

.kyk-continue-scroll {
  gap: 16px !important;
}

.kyk-continue-card {
  min-width: 200px !important;
  max-width: 240px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  border: none !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 39, 68, 0.1) !important;
}

.kyk-continue-svc {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c !important;
  font-size: 10px !important;
  letter-spacing: 0.06em;
  width: fit-content;
}

.kyk-continue-title {
  font-size: 15px !important;
  font-weight: 900 !important;
}

/* Delhi banner — clear gap under home hero */
.kyk-hero.kyk-hero--premium {
  margin-bottom: 0;
  padding-bottom: 8px !important;
}

/* Journey map sits under below-hero band */
.kyk-below-hero + .lj-map {
  margin-top: 4px;
}

.kyk-hero--premium .kyk-hero-stage {
  padding-bottom: 20px;
}

.kyk-hero--premium h1 {
  margin-bottom: clamp(28px, 5vh, 56px) !important;
}

/* Below-hero band: premium route rail */
.kyk-below-hero {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
  padding: 18px 40px 4px;
  box-sizing: border-box;
}

.kyk-below-hero--premium {
  padding-top: 20px;
  padding-bottom: 0;
}

.kyk-route-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  padding: 10px 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.kyk-route-rail__primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12.5px;
  font-weight: 750;
  letter-spacing: -0.01em;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}

.kyk-route-rail__primary:hover {
  background: #ea580c;
  color: #fff !important;
}

.kyk-route-rail__chips {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.kyk-route-rail__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.kyk-route-rail__chips a:hover {
  border-color: rgba(234, 88, 12, 0.35);
  color: #ea580c;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.12);
}

.kyk-hero-seo-line--below,
.kyk-hero-seo-line {
  margin: 0 auto 10px;
  max-width: 820px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.45;
  color: #475569;
  text-shadow: none;
}

.kyk-hero-seo-line--below a,
.kyk-hero-seo-line a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
}

.kyk-hero-seo-line--below a:hover,
.kyk-hero-seo-line a:hover {
  color: #ea580c;
}

.kyk-trust-row--below {
  width: 100%;
  margin: 0 auto 8px !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding: 6px 4px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.kyk-trust-row--below .kyk-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: transparent;
  border: 0;
  color: #0f172a;
  min-width: 0;
}

.kyk-trust-row--below .kyk-trust-item + .kyk-trust-item {
  border-left: 1px solid #e2e8f0;
}

.kyk-trust-row--below .kyk-trust-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.kyk-trust-row--below .kyk-trust-copy strong {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  text-shadow: none;
}

.kyk-trust-row--below .kyk-trust-copy small {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.25;
}

.kyk-trust-row--below .kyk-trust-ico {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
}

.kyk-trust-row--below .kyk-trust-svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 720px) {
  .kyk-below-hero {
    padding: 10px 12px 4px;
  }

  .kyk-hero-seo-line--below {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .kyk-trust-row--below {
    grid-template-columns: 1fr 1fr;
    padding: 2px;
  }

  .kyk-trust-row--below .kyk-trust-item {
    padding: 8px 10px;
  }

  .kyk-trust-row--below .kyk-trust-item:nth-child(odd) {
    border-left: 0;
  }

  .kyk-trust-row--below .kyk-trust-item:nth-child(n+3) {
    border-top: 1px solid #e2e8f0;
  }

  .kyk-trust-row--below .kyk-trust-item + .kyk-trust-item {
    border-left: 1px solid #e2e8f0;
  }

  .kyk-trust-row--below .kyk-trust-item:nth-child(3) {
    border-left: 0;
  }
}

/* Desktop: full-bleed hero — no floating box */
@media (min-width: 981px) {
  .kyk-hero.kyk-hero--premium {
    width: 100%;
    max-width: none;
    min-height: min(720px, 82vh) !important;
    margin: 0;
    padding-bottom: 24px !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box !important;
  }

  .kyk-hero--premium .kyk-hero-bg,
  .kyk-hero--premium .kyk-hero-shade {
    border-radius: 0;
  }

  .kyk-hero--premium .kyk-hero-bg {
    overflow: hidden;
  }

  .kyk-hero--premium .kyk-hero-bg-img {
    object-fit: cover;
    object-position: center center;
  }

  .kyk-hero--premium .kyk-hero-bg::before,
  .kyk-hero--premium .kyk-hero-bg::after {
    content: none !important;
    display: none !important;
  }

  .kyk-hero--premium .kyk-hero-inner.kyk-hero-inner--center {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100%;
    max-width: var(--kyk-max, 1280px) !important;
    padding: 14px 24px 20px !important;
    box-sizing: border-box !important;
  }

  .kyk-hero--premium .kyk-hero-topbar {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 max(28px, calc((100vw - var(--kyk-max, 1280px)) / 2 + 28px)) 0 max(24px, calc((100vw - var(--kyk-max, 1280px)) / 2));
  }

  .kyk-hero--premium .kyk-hero-stage {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: clamp(16px, 3vh, 36px) !important;
    padding-bottom: 12px !important;
    min-height: 0 !important;
    position: relative;
    max-width: 980px;
  }

  .kyk-hero--premium h1 {
    margin: 0 0 clamp(36px, 6.5vh, 72px) !important;
    flex: 0 0 auto;
  }

  .kyk-hero--premium .kyk-tabs--glass {
    margin: 0 auto 10px !important;
  }

  /* Keep search cluster visually centered under the raised headline */
  .kyk-hero--premium .kyk-search-anchor,
  .kyk-hero--premium #kykSearchAnchor {
    margin-top: clamp(8px, 2vh, 24px);
  }

  .kyk-hero--premium .kyk-trust-row--on-hero {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .kyk-home-featured {
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 32px;
    position: relative;
    z-index: 2;
  }
}

.kyk-hero-stats,
.kyk-hero-stats-inner {
  display: none !important;
}

.kyk-dk-hero,
.kyk-dk-hero--editable {
  padding: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}

@media (max-width: 720px) {
  .kyk-hero--premium h1 {
    white-space: normal !important;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Stats strip */
.kyk-stats-bar {
  padding: 18px 40px 28px;
  background: #f8fafc;
  border-top: 1px solid #e8edf3;
}

.kyk-stats-inner {
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.kyk-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
}

.kyk-stat b {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #0f2744;
}

.kyk-stat small {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

.kyk-stat-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff7ed;
  color: #ea580c;
  font-weight: 900;
  flex: 0 0 auto;
}

/* Beat kayak 1024px single-column collapse */
@media (min-width: 981px) {
  .kyk-hero-inner:not(.kyk-hero-inner--center) {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(400px, 480px) !important;
    gap: 28px !important;
  }
  .kyk-hero-inner--center {
    display: block !important;
    grid-template-columns: none !important;
  }
}

@media (max-width: 980px) {
  .kyk-hero-inner:not(.kyk-hero-inner--center) {
    grid-template-columns: 1fr !important;
  }
  .kyk-hero-inner--center {
    padding: 12px 16px 0 !important;
  }
  .kyk-tabs--glass {
    width: 100%;
    justify-content: space-between;
  }
  .kyk-hero--premium .kyk-tabs--glass button,
  .kyk-tabs--glass button {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    min-height: 76px;
    font-size: 13px;
  }
  .kyk-tabs--glass .kyk-tab-ico-wrap {
    width: 46px;
    height: 46px;
  }
  .kyk-hero--premium .kyk-hero-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: min(100%, 360px);
  }
  .kyk-hero--premium .kyk-search--pill,
  .kyk-hero--premium .kyk-search,
  .kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search--pill,
  .kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search {
    height: auto !important;
    min-height: 64px !important;
    grid-template-columns: 1fr !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }
  .kyk-hero--premium .kyk-seg-origin,
  .kyk-hero--premium .kyk-seg-dest {
    border-right: 0;
    border-bottom: 1px solid #eef2f7;
  }
  .kyk-hero--premium .kyk-seg-dates {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eef2f7;
    min-height: 48px;
  }
  .kyk-hero--premium .kyk-search-btn {
    width: 100% !important;
    margin: 8px 0 0 !important;
    height: 48px !important;
    border-radius: 14px !important;
  }
  .kyk-trust-row--on-hero {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .kyk-hero-stats-inner {
    grid-template-columns: 1fr 1fr;
    padding: 14px 16px 18px;
  }
  .kyk-pax-panel {
    left: 0;
    right: 0;
    width: auto;
  }
  .kyk-trust-row,
  .kyk-pop-services-grid,
  .kyk-stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  .kyk-tb-cta {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .kyk-trust-row,
  .kyk-pop-dest-grid,
  .kyk-pop-services-grid,
  .kyk-stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  .kyk-pop-card {
    aspect-ratio: 3 / 3.6;
    min-height: 140px;
  }
  .kyk-hero,
  .kyk-continue,
  .kyk-pop-services,
  .kyk-stats-bar {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .kyk-tb-cta-go-label {
    font-size: 11px;
  }
}

/* ── Delhi ↔ KTM — fixed card; image fills edge-to-edge ── */
.kyk-dk-hero-inner--full,
.kyk-dk-hero-inner--graphic,
.kyk-dk-hero-inner--cover {
  position: relative;
  max-width: var(--kyk-max, 1280px);
  margin: 0 auto;
  height: 340px;
  min-height: 340px !important;
  max-height: 340px;
  padding: 22px 28px !important;
  border-radius: 24px !important;
  border: none !important;
  overflow: hidden !important;
  background: #0b1220 !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2) !important;
  box-sizing: border-box;
  isolation: isolate;
}

/* Image fills card completely — no gaps, no cut badges */
.kyk-dk-hero-inner--full .kyk-dk-hero-photo,
.kyk-dk-hero-inner--full img.kyk-dk-hero-photo,
.kyk-dk-hero-photo {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0;
  pointer-events: none;
  opacity: 1 !important;
  background: none !important;
  filter: none;
  border-radius: inherit;
}

/* Very light left wash only — photo stays bright */
.kyk-dk-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(6, 12, 28, 0.48) 0%,
    rgba(6, 12, 28, 0.22) 28%,
    rgba(6, 12, 28, 0.06) 48%,
    transparent 64%
  );
}

.kyk-dk-hero-bus {
  display: none !important;
}

.kyk-dk-hero-inner--full .kyk-dk-hero-copy,
.kyk-dk-hero-inner--graphic .kyk-dk-hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(500px, 50%);
  margin: 0;
  transform: none;
  left: auto;
  top: auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-badge {
  background: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 104, 21, 0.55) !important;
  color: #ff8a3d !important;
  letter-spacing: 0.1em !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-title {
  margin: 8px 0 4px !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-sub {
  margin-bottom: 8px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13px !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-fare {
  font-size: 24px !important;
  color: #fbbf24 !important;
  font-weight: 1000 !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(52, 211, 153, 0.4);
  font-size: 12px !important;
  color: #34d399 !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.22);
}

.kyk-dk-hero-route-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 8px;
}

.kyk-dk-hero-route-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.8);
}

.kyk-dk-hero-route-item svg {
  opacity: 0.9;
  color: #fdba74;
  flex: 0 0 auto;
}

.kyk-dk-hero-inner--graphic .kyk-dk-hero-feats span {
  background: rgba(15, 23, 42, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(6px);
}

.kyk-dk-hero-inner--graphic .kyk-dk-btn--primary {
  background: #ea580c !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(234, 88, 12, 0.4) !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-btn--ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

.kyk-dk-hero-inner--graphic .kyk-dk-btn--round {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

.kyk-dk-hero-inner--full .kyk-dk-hero-stat,
.kyk-dk-hero-inner--graphic .kyk-dk-hero-stat {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(10px);
  max-width: calc(100% - 32px);
}

.kyk-dk-hero-stat-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff7ed;
  color: #ea580c;
  flex: 0 0 auto;
}

.kyk-dk-hero-inner--full .kyk-dk-hero-stat b,
.kyk-dk-hero-inner--graphic .kyk-dk-hero-stat b {
  display: block;
  font-size: 12px !important;
  color: #0f172a !important;
  letter-spacing: 0 !important;
}

.kyk-dk-hero-inner--full .kyk-dk-hero-stat small,
.kyk-dk-hero-inner--graphic .kyk-dk-hero-stat small {
  display: block;
  margin-top: 1px !important;
  font-size: 10px !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  .kyk-home-featured {
    padding: 24px 12px 24px;
    gap: 14px;
  }
  .kyk-dk-hero,
  .kyk-dk-hero--editable {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .kyk-dk-hero-inner--full,
  .kyk-dk-hero-inner--graphic,
  .kyk-dk-hero-inner--cover {
    height: 260px;
    min-height: 260px !important;
    max-height: 260px;
    padding: 16px 14px !important;
    border-radius: 18px !important;
  }
  .kyk-dk-hero-inner--full .kyk-dk-hero-copy,
  .kyk-dk-hero-inner--graphic .kyk-dk-hero-copy {
    max-width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
  .kyk-dk-hero-inner--full .kyk-dk-hero-title,
  .kyk-dk-hero-inner--graphic .kyk-dk-hero-title {
    font-size: clamp(22px, 6vw, 32px) !important;
  }
  .kyk-dk-hero-inner--full .kyk-dk-hero-stat,
  .kyk-dk-hero-inner--graphic .kyk-dk-hero-stat {
    right: 12px;
    bottom: 12px;
  }
}

/* ── Sticky docked header: stop tabs/search overlap ── */
body.kyk-search-is-docked #kykHeader .kyk-header-inner {
  max-width: 1280px !important;
  min-height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  align-items: start !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 14px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-header-center,
body.kyk-search-is-docked #kykHeader .kyk-search-dock--docked {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search-dock--docked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* Compact horizontal service tabs — centered, no vertical overflow onto search */
body.kyk-search-is-docked #kykHeader .kyk-tabs {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center !important;
  gap: 4px !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0 !important;
  overflow-x: auto;
  scrollbar-width: none;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs--glass {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 4px 6px !important;
  background: #f3f4f6;
  border-color: #e5e7eb;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.kyk-search-is-docked #kykHeader .kyk-form,
body.kyk-search-is-docked #kykHeader .kyk-search,
body.kyk-search-is-docked #kykHeader .kyk-flight-search-stack {
  width: 100%;
  align-self: stretch;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs::-webkit-scrollbar {
  display: none;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs button {
  flex: 0 0 auto;
  flex-direction: row !important;
  width: auto !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  gap: 6px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #4b5563 !important;
  white-space: nowrap;
  overflow: hidden;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs button .kyk-tab-ico,
body.kyk-search-is-docked #kykHeader .kyk-tabs button .kyk-tab-ico-wrap {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto;
  background: transparent !important;
  box-shadow: none !important;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs button .kyk-tab-ico {
  color: #6b7280 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs button.active {
  background: var(--kyk-orange, #ea580c) !important;
  color: #fff !important;
}

body.kyk-search-is-docked #kykHeader .kyk-tabs button.active .kyk-tab-ico {
  color: #fff !important;
}

body.kyk-search-is-docked #kykHeader .kyk-flight-modes,
body.kyk-search-is-docked #kykHeader .kyk-flight-trip,
body.kyk-search-is-docked #kykHeader .kyk-cab-modes {
  margin: 0 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search {
  --kyk-bar-h: 52px;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  overflow: visible !important;
  align-items: stretch !important;
  column-gap: 0 !important;
  padding: 4px !important;
  box-sizing: border-box !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search-route {
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr) !important;
  min-width: 0 !important;
  height: 100% !important;
  align-items: stretch !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg,
body.kyk-search-is-docked #kykHeader .kyk-seg-origin,
body.kyk-search-is-docked #kykHeader .kyk-seg-dest,
body.kyk-search-is-docked #kykHeader .kyk-seg-dates,
body.kyk-search-is-docked #kykHeader .kyk-seg-pax,
body.kyk-search-is-docked #kykHeader .kyk-seg-pax-flight {
  min-width: 0 !important;
  height: 100% !important;
  max-height: 44px !important;
  padding: 4px 10px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

/* Never force-show hidden pax / hours in docked header */
body.kyk-search-is-docked #kykHeader .kyk-seg-pax[hidden],
body.kyk-search-is-docked #kykHeader .kyk-seg-pax-flight[hidden],
body.kyk-search-is-docked #kykHeader .kyk-seg-hours[hidden],
body.kyk-search-is-docked #kykHeader .kyk-form:not([data-service="flight"]) .kyk-seg-pax-flight,
body.kyk-search-is-docked #kykHeader .kyk-form[data-service="flight"] .kyk-seg-pax {
  display: none !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-stack {
  gap: 2px !important;
  height: auto !important;
  max-height: 100% !important;
  justify-content: center !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-lbl {
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #94a3b8 !important;
  gap: 4px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-origin > .kyk-seg-stack > .kyk-seg-lbl,
body.kyk-search-is-docked #kykHeader .kyk-seg-dest > .kyk-seg-stack > .kyk-seg-lbl {
  display: none !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-lbl-ico {
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
  flex: 0 0 10px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-val-row {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-val-ico {
  width: 13px !important;
  height: 13px !important;
  max-width: 13px !important;
  max-height: 13px !important;
  flex: 0 0 13px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-chev {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex: 0 0 12px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-ico {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-val,
body.kyk-search-is-docked #kykHeader .kyk-seg-val.fdesk-city-input,
body.kyk-search-is-docked #kykHeader .kyk-seg-pax select,
body.kyk-search-is-docked #kykHeader #kykPaxFlightLabel {
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-val::placeholder {
  color: #0f172a !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-dates {
  min-width: 150px !important;
  padding: 4px 12px !important;
  flex: 0 0 auto !important;
  border-left: 1px solid #eef2f7 !important;
  border-right: 1px solid #eef2f7 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-date-display,
body.kyk-search-is-docked #kykHeader #kykDateText {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

body.kyk-search-is-docked #kykHeader .kyk-date-dow {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search-meta {
  height: 100% !important;
  margin: 0 !important;
  align-items: stretch !important;
  flex: 0 0 auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  gap: 0 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg-pax,
body.kyk-search-is-docked #kykHeader .kyk-seg-pax-flight:not([hidden]) {
  min-width: 110px !important;
  max-width: 150px !important;
  flex: 0 0 auto !important;
}

body.kyk-search-is-docked #kykHeader .kyk-swap {
  width: 28px !important;
  height: 28px !important;
  align-self: center !important;
  flex-shrink: 0 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-swap svg {
  width: 14px !important;
  height: 14px !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search-btn {
  position: relative !important;
  z-index: 2 !important;
  min-width: 88px !important;
  max-width: 110px !important;
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  grid-column: auto !important;
}

/* Docked header: airport/city dropdown must escape the 52px bar */
body.kyk-search-is-docked #kykHeader,
body.kyk-search-is-docked #kykHeader .kyk-header-inner,
body.kyk-search-is-docked #kykHeader .kyk-header-center,
body.kyk-search-is-docked #kykHeader .kyk-search-dock--docked,
body.kyk-search-is-docked #kykHeader .kyk-form {
  overflow: visible !important;
}

body.kyk-search-is-docked #kykHeader .kyk-search:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-search:has(.fdesk-airport-input:focus),
body.kyk-search-is-docked #kykHeader .kyk-search:has(.fdesk-city-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-search:has(.a42-city-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-form:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-form:has(.fdesk-city-menu.open) {
  overflow: visible !important;
  z-index: 100100 !important;
}

body.kyk-search-is-docked #kykHeader .kyk-seg:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-seg:has(.fdesk-airport-input:focus),
body.kyk-search-is-docked #kykHeader .kyk-seg:has(.fdesk-city-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-city-wrap:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-city-wrap:has(.fdesk-city-menu.open),
body.kyk-search-is-docked #kykHeader .fdesk-airport:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-airport-wrap:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-seg-stack:has(.fdesk-airport-menu.open),
body.kyk-search-is-docked #kykHeader .kyk-seg-val-row:has(.fdesk-airport-menu.open) {
  overflow: visible !important;
  z-index: 100110 !important;
  position: relative !important;
}

body.kyk-search-is-docked #kykHeader .fdesk-airport-menu.open,
body.kyk-search-is-docked #kykHeader .fdesk-city-menu.open,
body.kyk-search-is-docked #kykHeader .a42-city-menu.open {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: calc(100% + 6px) !important;
  z-index: 100200 !important;
  min-width: min(360px, 70vw) !important;
  width: max(100%, 280px) !important;
  max-height: min(320px, 50vh) !important;
  overflow: auto !important;
  background: #fff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18) !important;
}

body.kyk-search-is-docked:has(.kyk-form[data-service="flight"]) #kykHeader .kyk-header-center,
body.kyk-search-is-docked:has(.kyk-form[data-service="flight"]) #kykHeader .kyk-search-dock--docked {
  max-width: none !important;
}

@media (max-width: 1100px) {
  body.kyk-search-is-docked #kykHeader .kyk-header-right .kyk-pill {
    display: none;
  }
}

/* ── Mobile home: compact premium search (V469) ── */
@media (max-width: 768px) {
  /* One header only — sticky nav; hide in-hero topbar */
  .kyk-hero--premium .kyk-hero-topbar {
    display: none !important;
  }

  body.kyk-body #kykHeader.kyk-header {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto !important;
    min-height: 52px;
    background: #fff;
  }

  body.kyk-body #kykHeader .kyk-header-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 12px;
    min-height: 52px;
  }

  body.kyk-body #kykHeader .kyk-header-center {
    display: none !important;
  }

  .kyk-hero--premium {
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
  }

  .kyk-hero--premium .kyk-hero-inner.kyk-hero-inner--center {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 12px 0 !important;
  }

  .kyk-hero--premium .kyk-hero-stage {
    align-items: stretch !important;
    text-align: left;
    padding-bottom: 12px !important;
    max-width: none;
    width: 100%;
  }

  .kyk-hero--premium h1 {
    white-space: nowrap !important;
    text-align: center;
    font-size: clamp(13px, 3.9vw, 17px) !important;
    line-height: 1.15 !important;
    margin: 4px auto 10px !important;
    max-width: none;
    letter-spacing: -0.035em;
  }

  .kyk-hero--premium h1 .kyk-green {
    display: inline !important;
    font-size: 1em !important;
    line-height: inherit !important;
  }

  .kyk-tabs--glass {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 10px !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 6px !important;
    border-radius: 16px !important;
    overflow-x: auto;
  }

  .kyk-tabs--glass button {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    min-height: 64px !important;
    font-size: 12px !important;
    gap: 5px !important;
    padding: 6px 2px !important;
  }

  .kyk-tabs--glass .kyk-tab-ico-wrap {
    width: 36px !important;
    height: 36px !important;
  }

  .kyk-hero--premium .kyk-patch-opts {
    gap: 8px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  .kyk-hero--premium .kyk-flight-modes,
  .kyk-hero--premium .kyk-flight-trip,
  .kyk-hero--premium .kyk-cab-modes {
    padding: 5px 10px !important;
    gap: 10px !important;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .kyk-hero--premium .kyk-flight-modes button,
  .kyk-hero--premium .kyk-flight-trip button,
  .kyk-hero--premium .kyk-cab-modes button {
    font-size: 12px !important;
  }

  .kyk-hero--premium .kyk-search-anchor,
  .kyk-hero--premium #kykSearchAnchor,
  .kyk-hero--premium .kyk-search-dock,
  .kyk-hero--premium .kyk-form {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    z-index: 5;
  }

  /* Compact premium white card */
  .kyk-hero--premium .kyk-search--pill,
  .kyk-hero--premium .kyk-search,
  .kyk-hero--premium .kyk-form .kyk-search--pill,
  .kyk-hero--premium .kyk-form .kyk-search,
  .kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search--pill,
  .kyk-hero--premium .kyk-form:not([data-service="bus"]) .kyk-search {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 4px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.7) inset,
      0 14px 36px rgba(8, 18, 32, 0.22) !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .kyk-hero--premium .kyk-form[data-service="bus"] .kyk-trip--inbar,
  .kyk-hero--premium .kyk-trip--inbar {
    display: none !important;
  }

  .kyk-hero--premium .kyk-search-route {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border-radius: 14px 14px 0 0 !important;
    overflow: visible !important;
  }

  .kyk-hero--premium .kyk-seg,
  .kyk-hero--premium .kyk-seg-origin,
  .kyk-hero--premium .kyk-seg-dest {
    display: flex !important;
    width: 100% !important;
    flex: none !important;
    height: auto !important;
    min-height: 46px !important;
    max-height: none !important;
    padding: 7px 48px 7px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    gap: 6px !important;
  }

  .kyk-hero--premium .kyk-seg-hours {
    display: none !important;
  }

  .kyk-hero--premium .kyk-form[data-service="cab"] .kyk-seg-hours:not([hidden]) {
    display: flex !important;
  }

  .kyk-hero--premium .kyk-seg-hours[hidden] {
    display: none !important;
  }

  .kyk-hero--premium .kyk-seg-stack {
    gap: 4px !important;
  }

  .kyk-hero--premium .kyk-seg-lbl {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #94a3b8 !important;
    white-space: nowrap;
  }

  .kyk-hero--premium .kyk-seg-val,
  .kyk-hero--premium .kyk-seg-val.fdesk-city-input,
  .kyk-hero--premium .kyk-date-display,
  .kyk-hero--premium #kykDateText,
  .kyk-hero--premium .kyk-seg-pax select,
  .kyk-hero--premium #kykPaxFlightLabel {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .kyk-hero--premium .kyk-seg-val::placeholder {
    color: #0f172a !important;
    opacity: 1 !important;
    font-weight: 700 !important;
  }

  .kyk-hero--premium .kyk-swap {
    position: absolute !important;
    right: 10px !important;
    top: 46px !important;
    left: auto !important;
    transform: none !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    z-index: 4 !important;
    margin: 0 !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
  }

  .kyk-hero--premium .kyk-search-meta {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .kyk-hero--premium .kyk-seg-dates,
  .kyk-hero--premium .kyk-seg-pax,
  .kyk-hero--premium .kyk-seg-pax-flight {
    width: auto !important;
    min-width: 0 !important;
    flex: none !important;
    height: auto !important;
    min-height: 46px !important;
    max-height: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    padding: 7px 12px !important;
  }

  .kyk-hero--premium .kyk-seg-dates {
    border-right: 1px solid #eef2f7 !important;
  }

  .kyk-hero--premium .kyk-form[data-service="flight"] .kyk-search-meta {
    grid-template-columns: 1fr !important;
  }

  .kyk-hero--premium .kyk-form[data-service="flight"] .kyk-seg-dates {
    border-right: 0 !important;
  }

  .kyk-hero--premium .kyk-search-btn {
    width: calc(100% - 4px) !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 6px 2px 2px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    position: relative !important;
    box-shadow: 0 8px 18px rgba(234, 88, 12, 0.28) !important;
  }

  .kyk-hero--premium .kyk-trust-row--on-hero {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 8px !important;
    margin-bottom: 2px !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 4px 2px !important;
  }

  .kyk-hero--premium .kyk-trust-row--on-hero .kyk-trust-item {
    padding: 8px 10px !important;
    border-radius: 0 !important;
    gap: 6px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .kyk-hero--premium .kyk-trust-row--premium .kyk-trust-item + .kyk-trust-item {
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .kyk-hero--premium .kyk-trust-row--premium .kyk-trust-item:nth-child(odd) {
    border-left: 0 !important;
  }

  .kyk-hero--premium .kyk-trust-row--premium .kyk-trust-item:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .kyk-hero--premium .kyk-trust-row--premium .kyk-trust-ico {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    border-radius: 7px !important;
  }

  .kyk-hero--premium .kyk-trust-row--premium .kyk-trust-svg {
    width: 11px !important;
    height: 11px !important;
  }

  .kyk-hero--premium .kyk-trust-row--on-hero .kyk-trust-copy strong {
    font-size: 10.5px !important;
  }

  .kyk-hero--premium .kyk-trust-row--on-hero .kyk-trust-copy small {
    font-size: 9px !important;
  }

  .kyk-home-featured {
    padding: 12px 12px 28px !important;
    gap: 12px !important;
  }

  body.kyk-body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* ── Hybrid hero final overrides (beat legacy rules) ── */
.kyk-hero--premium.kyk-hero--hybrid,
.kyk-hero.kyk-hero--premium.kyk-hero--hybrid {
  background: #0f2744 !important;
}

@media (min-width: 981px) {
  .kyk-hero.kyk-hero--premium.kyk-hero--hybrid {
    min-height: min(520px, 62vh) !important;
    padding-bottom: 16px !important;
  }
}

.kyk-hero--premium.kyk-hero--hybrid h1 {
  color: #f8fafc !important;
  font-family: inherit !important;
  font-size: clamp(26px, 3.2vw, 40px) !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42) !important;
}

.kyk-hero--premium.kyk-hero--hybrid h1 .kyk-hero-emphasis {
  color: #f8fafc !important;
  font-family: inherit !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42) !important;
}

.kyk-hero--premium.kyk-hero--hybrid h1 .kyk-green {
  color: #22c55e !important;
  font-family: inherit !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4) !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-hero-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-logo {
  justify-self: auto !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-hero-actions {
  justify-self: auto !important;
  grid-column: auto !important;
  margin-left: auto !important;
  justify-content: flex-end !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-hero-promise,
.kyk-hero--premium.kyk-hero--hybrid .kyk-hero-sub {
  display: none !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-search-dock--unified {
  background: rgba(8, 14, 26, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(28px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(170%) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  padding: 12px 14px 14px !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  padding: 6px 8px !important;
  border-radius: 18px !important;
  gap: 6px !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button {
  color: rgba(255, 255, 255, 0.88) !important;
  border-radius: 14px !important;
  transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button .kyk-tab-ico-wrap {
  background: rgba(255, 255, 255, 0.1) !important;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button:hover .kyk-tab-ico-wrap {
  background: rgba(255, 255, 255, 0.18) !important;
  transform: scale(1.06);
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button .kyk-tab-ico {
  color: rgba(255, 255, 255, 0.95) !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button.active {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button.active .kyk-tab-ico-wrap {
  background: linear-gradient(180deg, #ff7a1a 0%, #ea580c 100%) !important;
  box-shadow: 0 8px 18px rgba(234, 88, 12, 0.5) !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button.active .kyk-tab-ico {
  color: #fff !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-search--pill,
.kyk-hero--premium.kyk-hero--hybrid .kyk-search {
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-search--pill:focus-within,
.kyk-hero--premium.kyk-hero--hybrid .kyk-search:focus-within {
  box-shadow:
    0 14px 34px rgba(234, 88, 12, 0.18),
    0 0 0 3px rgba(234, 88, 12, 0.18) !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-go,
.kyk-hero--premium.kyk-hero--hybrid button.kyk-go,
.kyk-hero--premium.kyk-hero--hybrid .kyk-search button[type="submit"] {
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.42) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease !important;
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-go:hover,
.kyk-hero--premium.kyk-hero--hybrid button.kyk-go:hover,
.kyk-hero--premium.kyk-hero--hybrid .kyk-search button[type="submit"]:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.55) !important;
  filter: brightness(1.05);
}

.kyk-hero--premium.kyk-hero--hybrid .kyk-hero-bg-img {
  animation: kyk-hero-kenburns 28s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .kyk-hero--premium.kyk-hero--hybrid .kyk-hero-bg-img,
  .kyk-hero--premium.kyk-hero--hybrid .kyk-tabs--glass button,
  .kyk-hero--premium.kyk-hero--hybrid .kyk-go {
    animation: none !important;
    transition: none !important;
  }
}
