/* Lokrio home engage — V568: focus search, fill white space, Explore cards, SEO */

/* ── Hero focus: quieter photo, stronger glass dock ── */
.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-hero-stage {
  padding-bottom: 10px;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus h1 {
  margin-bottom: 16px !important;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-hero-shade {
  background:
    linear-gradient(180deg,
      rgba(4, 10, 22, 0.62) 0%,
      rgba(4, 10, 22, 0.38) 32%,
      rgba(4, 10, 22, 0.42) 55%,
      rgba(4, 10, 22, 0.72) 100%),
    radial-gradient(90% 60% at 50% 35%, rgba(4, 10, 22, 0.2) 0%, transparent 70%) !important;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-dock--unified {
  border-radius: 28px !important;
  background: rgba(8, 12, 22, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  backdrop-filter: blur(36px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(36px) saturate(180%) !important;
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-tabs--glass button.active {
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 0 0 1px rgba(255, 122, 26, 0.35) !important;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-tabs--glass button.active .kyk-tab-ico-wrap {
  transform: scale(1.12) !important;
  box-shadow:
    0 10px 22px rgba(234, 88, 12, 0.55),
    0 0 18px rgba(255, 122, 26, 0.45) !important;
  animation: lk-tab-glow 1.8s ease-in-out infinite alternate;
}

@keyframes lk-tab-glow {
  from { box-shadow: 0 8px 18px rgba(234, 88, 12, 0.45), 0 0 10px rgba(255, 122, 26, 0.25); }
  to { box-shadow: 0 12px 26px rgba(234, 88, 12, 0.6), 0 0 22px rgba(255, 122, 26, 0.5); }
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-btn {
  border-radius: 16px !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-btn:hover {
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 16px 34px rgba(234, 88, 12, 0.55) !important;
  filter: brightness(1.06);
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-btn.is-loading {
  pointer-events: none;
  opacity: 0.92;
}

.kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-btn.is-loading span[aria-hidden="true"] {
  display: inline-block;
  animation: lk-search-spin 0.7s linear infinite;
}

@keyframes lk-search-spin {
  to { transform: rotate(360deg); }
}

.kyk-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
}

.kyk-hero-ctas a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.kyk-hero-ctas__primary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
}

.kyk-hero-ctas__primary:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.kyk-hero-ctas__ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.kyk-hero-ctas__ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

/* Hide old thin route rail — replaced by hot chips + trust */
.kyk-below-hero--premium { display: none !important; }

/* ── Trust strip ── */
.lk-trust {
  margin: 0 auto;
  padding: 14px 20px 6px;
  max-width: var(--kyk-max, 1280px);
}

.lk-trust__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.lk-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lk-trust__ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fff7ed, #ffedd5);
  color: #ea580c;
  font-size: 14px;
  font-weight: 800;
}

.lk-trust__item strong {
  display: block;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.15;
}

.lk-trust__item small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #64748b;
}

/* ── Hot route chips ── */
.lk-hot {
  margin: 0 auto;
  padding: 10px 20px 4px;
  max-width: var(--kyk-max, 1280px);
}

.lk-hot__inner { min-width: 0; }

.lk-hot__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lk-hot__head h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.lk-hot__head a {
  font-size: 13px;
  font-weight: 700;
  color: #ea580c;
  text-decoration: none;
}

.lk-hot__rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lk-hot__rail::-webkit-scrollbar { display: none; }

.lk-hot__chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: #0f172a;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.lk-hot__chip:hover {
  transform: translateY(-2px);
  border-color: rgba(234, 88, 12, 0.35);
  box-shadow: 0 12px 26px rgba(234, 88, 12, 0.12);
}

.lk-hot__chip em {
  font-style: normal;
  color: #ea580c;
  margin: 0 2px;
}

.lk-hot__badge {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a1a, #ea580c);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Discover rails ── */
.lk-discover {
  margin: 0 auto;
  padding: 8px 20px 6px;
  max-width: var(--kyk-max, 1280px);
}

.lk-discover__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 14px;
}

.lk-discover__col {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.lk-discover__col h3 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.lk-discover__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lk-discover__list a {
  display: block;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #1e293b;
  font-size: 13px;
  font-weight: 650;
  background: #f8fafc;
  transition: background 0.15s ease, transform 0.15s ease;
}

.lk-discover__list a:hover {
  background: #fff7ed;
  transform: translateX(2px);
}

.lk-discover__deals {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lk-deal-mini {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  background: linear-gradient(135deg, #fff7ed, #fff);
  border: 1px solid rgba(234, 88, 12, 0.12);
}

.lk-deal-mini b {
  font-size: 13px;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.lk-deal-mini span {
  font-size: 11px;
  color: #64748b;
}

.lk-deal-mini em {
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  color: #ea580c;
}

/* ── Explore Nepal — Yatra-style premium photo rail ── */
.lk-explore {
  margin: 8px auto 4px;
  padding: 8px 20px 12px;
  max-width: var(--kyk-max, 1280px);
}

.lk-explore__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.lk-explore__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ea580c;
}

.lk-explore__head h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -0.038em;
  color: #0f172a;
  line-height: 1.15;
}

.lk-explore__head h2 em {
  font-style: normal;
  color: #1370e4;
  background: linear-gradient(180deg, transparent 62%, rgba(19, 112, 228, 0.14) 0%);
}

.lk-explore__sub {
  margin: 6px 0 0;
  max-width: 46ch;
  font-size: 14px;
  color: #64748b;
  line-height: 1.45;
}

.lk-explore__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lk-explore__tabs button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #334155;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.lk-explore__tabs button.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.lk-explore__tabs button:hover {
  transform: translateY(-1px);
}

.lk-dest-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.lk-dest-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background: #0f172a;
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lk-dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.lk-dest-card picture,
.lk-dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lk-dest-card img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.55s ease;
}

.lk-dest-card:hover img {
  transform: scale(1.08);
}

.lk-dest-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.08) 38%, rgba(15, 23, 42, 0.15) 58%, rgba(15, 23, 42, 0.78) 100%);
  pointer-events: none;
}

.lk-dest-card__title {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.lk-dest-card__foot {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}

.lk-dest-card__foot small {
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.lk-dest-see {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.lk-dest-see a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: #ea580c;
  text-decoration: none;
}

.lk-dest-see a:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .lk-dest-card,
  .lk-dest-card img {
    transition: none !important;
  }
}

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

.lk-route-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.lk-route-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(234, 88, 12, 0.28);
}

.lk-route-tile__ico {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fff7ed, #ffedd5);
  color: #ea580c;
}

.lk-route-tile__ico svg { width: 18px; height: 18px; }

.lk-route-tile__copy { flex: 1; min-width: 0; }

.lk-route-tile__copy strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.lk-route-tile__copy strong em {
  font-style: normal;
  color: #ea580c;
}

.lk-route-tile__copy small {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  color: #64748b;
}

.lk-route-tile__go {
  color: #94a3b8;
  font-weight: 800;
}

.lk-tour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lk-tour-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 18px;
  text-decoration: none;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255, 107, 0, 0.08), transparent 50%),
    linear-gradient(180deg, #fff, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s ease;
}

.lk-tour-card:hover { transform: translateY(-3px); }

.lk-tour-card strong {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.lk-tour-card small { font-size: 12px; color: #64748b; }

.lk-tour-card em {
  margin-top: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
  color: #ea580c;
}

/* Journey map lead: glass stats premium */
.lj-map__lead {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.9)),
    radial-gradient(120% 80% at 0% 0%, rgba(255, 107, 0, 0.07), transparent 48%) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lj-stats__icon {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px !important;
  border-radius: 14px !important;
}

.lj-stats__icon svg { width: 18px !important; height: 18px !important; }

.lj-stats__item:hover {
  transform: translateY(-1px);
}

/* ── SEO hub ── */
.lk-seo {
  margin: 24px auto 8px;
  padding: 0 20px 12px;
  max-width: var(--kyk-max, 1280px);
}

.lk-seo__block {
  margin-bottom: 18px;
  padding: 20px 20px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.lk-seo__block h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.lk-seo__block p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #475569;
  max-width: 72ch;
}

.lk-seo__bullets {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lk-seo__bullets li {
  position: relative;
  padding-left: 16px;
  font-size: 13.5px;
  color: #334155;
}

.lk-seo__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ea580c;
}

.lk-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lk-seo__card {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.lk-seo__card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.lk-seo__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.lk-seo__card a {
  color: #1d4ed8;
  text-decoration: none;
  font-size: 13.5px;
}

.lk-seo__card a:hover { text-decoration: underline; }

.lk-seo__card details {
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding-bottom: 8px;
}

.lk-seo__card summary {
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
}

.lk-seo__card details p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.lk-seo__reviews {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid rgba(234, 88, 12, 0.15);
}

.lk-seo__reviews h3 { margin: 0 0 4px; font-size: 14px; }
.lk-seo__reviews p { margin: 0; font-size: 13.5px; color: #475569; }
.lk-seo__reviews a { color: #ea580c; font-weight: 700; }

/* ── Need help ── */
.lk-help {
  margin: 12px auto 28px;
  padding: 0 20px;
  max-width: var(--kyk-max, 1280px);
}

.lk-help__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px;
  border-radius: 22px;
  background:
    radial-gradient(90% 120% at 0% 50%, rgba(255, 122, 26, 0.18), transparent 55%),
    linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22);
}

.lk-help__copy h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.lk-help__copy p {
  margin: 6px 0 0;
  font-size: 14px;
  opacity: 0.82;
  max-width: 42ch;
}

.lk-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lk-help__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #0f172a;
  background: #fff;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.lk-help__btn:hover { transform: translateY(-1px); filter: brightness(1.03); }

.lk-help__btn--wa { background: #22c55e; color: #052e16; }
.lk-help__btn--call { background: #38bdf8; color: #082f49; }
.lk-help__btn--mail { background: rgba(255, 255, 255, 0.16); color: #fff; border: 1px solid rgba(255, 255, 255, 0.3); }

/* Map title under explore: quieter */
.lj-map__title {
  font-size: clamp(18px, 2vw, 24px) !important;
}

@media (max-width: 1100px) {
  .lk-dest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
}

@media (max-width: 980px) {
  .lk-trust__inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lk-discover__inner { grid-template-columns: 1fr 1fr; }
  .lk-discover__col--deals { grid-column: 1 / -1; }
  .lk-dest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .lk-tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lk-route-grid { grid-template-columns: 1fr 1fr; }
  .lk-seo__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-hero-bg-img {
    filter: saturate(0.9) contrast(1.04) brightness(0.78) blur(0.6px) !important;
  }

  .kyk-hero-ctas { margin-top: 10px; gap: 8px; }
  .kyk-hero-ctas a { min-height: 36px; font-size: 12px; padding: 0 12px; }

  .lk-trust,
  .lk-hot,
  .lk-discover,
  .lk-explore,
  .lk-seo,
  .lk-help {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lk-trust__inner {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
  }

  .lk-trust__item:last-child { grid-column: 1 / -1; }

  .lk-discover__inner { grid-template-columns: 1fr; }

  .lk-explore__head { align-items: flex-start; }

  .lk-dest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lk-dest-card { border-radius: 14px; }
  .lk-dest-card__title { font-size: 14px; top: 10px; left: 10px; }
  .lk-dest-card__foot { left: 10px; right: 10px; bottom: 10px; }

  .lk-route-grid,
  .lk-tour-grid,
  .lk-seo__grid,
  .lk-seo__bullets { grid-template-columns: 1fr; }

  .lk-help__inner { padding: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-tabs--glass button.active .kyk-tab-ico-wrap,
  .kyk-hero--premium.kyk-hero--hybrid.kyk-hero--focus .kyk-search-btn.is-loading span[aria-hidden="true"] {
    animation: none !important;
  }
}
