/* ========== HOME PAGE ========== */
.page-home main > .hero:first-child {
  margin-top: calc(-1 * var(--navbar-offset));
  min-height: 85vh;
  min-height: 85svh;
  padding: calc(var(--navbar-offset) + 36px) 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.home-hero-gradient {
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 22%, transparent 48%);
}

.home-hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.home-hero-scene-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  transform-origin: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  pointer-events: none;
  z-index: 0;
  filter: saturate(1.1);
}

.home-hero-scene-bg.is-active {
  opacity: 1;
  z-index: 1;
}

.home-hero-slider-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-hero-slider-btn {
  position: absolute;
  top: 62%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #1e3a5f;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-slider-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.home-hero-slider-btn--prev {
  left: 20px;
  transform: translateY(-50%);
}

.home-hero-slider-btn--next {
  right: 20px;
  transform: translateY(-50%);
}

.page-home #particleCanvas {
  display: none;
}

.home-hero-orbs { display: none; }

.home-hero-layout {
  position: relative;
  z-index: 2;
  width: 100%;
}

.home-hero-main {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-hero-badge {
  margin-bottom: 18px;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
}

.home-hero-copy {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 28px;
}

.home-hero-title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.25;
  margin-bottom: 10px;
  color: #0f2744;
  letter-spacing: -0.02em;
  text-shadow:
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}

.home-hero-title .text-gradient {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #2563eb;
  color: #2563eb;
}

.home-hero-lead {
  display: inline-block;
  font-size: 1.05rem;
  color: #1e3a5f;
  line-height: 1.85;
  margin-bottom: 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Search */
.home-search {
  margin-bottom: 28px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.home-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 6px 6px 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
  box-shadow:
    0 10px 40px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.home-search-box:focus-within {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow:
    0 14px 48px rgba(37, 99, 235, 0.18),
    0 0 0 4px rgba(59, 130, 246, 0.1);
}

.home-search-icon { display: flex; color: var(--primary-light); flex-shrink: 0; }

.home-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 14px 6px;
  font-family: var(--font);
  font-size: 1rem;
}

.home-search-input:focus { outline: none; }

.home-search-btn {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 13px 28px;
  background: var(--gradient-main);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.home-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(37, 99, 235, 0.45);
}

/* Trust bar */
.home-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.home-trust-item {
  padding: 16px 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(239,246,255,0.9));
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}

.home-trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.home-trust-item strong {
  display: block;
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-trust-item span { font-size: 0.75rem; color: var(--text-muted); }

/* Blocks */
.home-block { padding: 32px 0; position: relative; }

.page-home main > .hero:first-child + .section.home-block {
  padding-top: 16px;
}

@media (max-width: 900px) {
  .page-home main > .hero:first-child {
    min-height: auto;
    padding-bottom: 28px;
  }

  .page-home main > .hero:first-child + .section.home-block {
    padding-top: 10px;
  }

  .page-home .home-block {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.home-block--tours {
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 50%, #f8fafc 100%);
}

.home-block--tours::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.2), transparent);
}

.home-block--articles {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}

.home-block--articles .articles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.home-block-title {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 8px 18px;
  margin-top: 8px;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(30, 86, 160, 0.08);
}

.home-block-title::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.42),
    rgba(14, 165, 233, 0.24),
    rgba(30, 86, 160, 0.34)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.home-block-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  padding: 8px 16px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 999px;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

.home-block-link:hover {
  background: var(--primary);
  color: white;
  transform: translateX(-4px);
}

/* Featured tours — category tabs */
.home-tour-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.home-tour-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(30, 86, 160, 0.14);
  border-radius: 14px;
  background: #fff;
  color: var(--primary-dark);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.home-tour-tab:hover {
  border-color: rgba(37, 99, 235, 0.35);
  background: #f8fbff;
  transform: translateY(-1px);
}

.home-tour-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28);
}

.home-tour-tab .tour-region-tab-icon {
  margin-inline-end: 8px;
}

.home-tour-tab.is-active .tour-region-tab-flag {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.home-block--excursions .home-tour-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 20px;
}

.home-block--excursions .home-tour-tab {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 10px;
  font-size: 0.86rem;
}

.home-excursions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-featured-tours-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-featured-tour-card .tour-card-content {
  padding: 14px 16px 16px;
}

.home-featured-tour-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-featured-tour-card .tour-card-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-featured-tour-card__price {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-dark);
  white-space: nowrap;
}

.home-featured-tour-card__price-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.home-featured-tour-card__price strong {
  font-size: 1rem;
  font-weight: 800;
  color: #dc2626;
}

.home-tour-panel-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
  color: var(--text-muted);
  background: #f8fafc;
  border: 1px dashed rgba(30, 86, 160, 0.18);
  border-radius: 14px;
}

.home-tour-panel {
  display: none;
}

.home-tour-panel.is-active {
  display: block;
}

.home-tour-see-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 220px;
  padding: 24px 16px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(37, 99, 235, 0.28);
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s, background 0.25s;
}

.home-tour-see-all:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.45);
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.14);
  color: var(--primary-dark);
}

.home-tour-see-all__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.12);
}

.home-tour-see-all__label {
  font-size: 1rem;
}

/* Tour cards on home */
.home-tours-grid .tour-card {
  border-radius: var(--radius-lg);
  border: none;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.4s;
}

.home-tours-grid .tour-card:nth-child(2) { transition-delay: 0.05s; }
.home-tours-grid .tour-card:nth-child(3) { transition-delay: 0.1s; }

.home-tours-grid .tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(30, 86, 160, 0.18);
}

.home-tours-grid .tour-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.45) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s;
}

.home-tours-grid .tour-card:hover .tour-image::after {
  opacity: 1;
}

.page-home .tour-image__media { transition: transform 0.5s ease; height: calc(100% + 10px); transform: translateY(-10px); }
.page-home .tour-card:hover .tour-image__media { transform: translateY(-10px) scale(1.04); }

/* Corporate tours banner */
.home-block--tours .home-corporate-banner {
  margin-top: 2.25rem;
}

.home-corporate-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 2.1fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.75rem 1.75rem 1.25rem;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #fffdf8 0%, #f8fbff 42%, #eef6ff 100%);
  border: 1px solid rgba(30, 86, 160, 0.1);
  box-shadow:
    0 18px 50px rgba(30, 86, 160, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-corporate-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.home-corporate-banner__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.home-corporate-banner__orb--1 {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -40px;
  background: rgba(37, 99, 235, 0.14);
}

.home-corporate-banner__orb--2 {
  width: 180px;
  height: 180px;
  bottom: -70px;
  left: -30px;
  background: rgba(245, 158, 11, 0.16);
}

.home-corporate-banner__wave {
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(30, 86, 160, 0.35), rgba(245, 158, 11, 0.45), transparent);
}

.home-corporate-banner__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.home-corporate-banner__svg {
  width: min(100%, 200px);
  height: auto;
  opacity: 0.92;
}

.home-corporate-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 0.5rem;
}

.home-corporate-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(30, 86, 160, 0.08);
  color: #1e56a0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-corporate-banner__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.home-corporate-banner__title-accent {
  display: inline-block;
  background: linear-gradient(120deg, #f59e0b 0%, #f97316 48%, #1e56a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-corporate-banner__lead {
  margin: 0 auto 1rem;
  max-width: none;
  font-size: clamp(0.8rem, 1.05vw, 0.9rem);
  line-height: 1.6;
  color: #475569;
}

@media (min-width: 768px) {
  .home-corporate-banner__lead {
    white-space: nowrap;
  }
}

.home-corporate-banner__lead strong {
  color: #1e56a0;
  font-weight: 800;
}

.home-corporate-banner__cta {
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.22);
}

.home-corporate-banner__contacts {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(30, 86, 160, 0.08);
}

.home-corporate-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(8px);
}

.home-corporate-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.home-corporate-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #fff;
}

.home-corporate-contact--phone .home-corporate-contact__icon {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.home-corporate-contact--whatsapp .home-corporate-contact__icon {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.home-corporate-contact--instagram .home-corporate-contact__icon {
  background: linear-gradient(135deg, #f43f5e, #a855f7, #f59e0b);
}

.home-corporate-contact--phone:hover { border-color: rgba(249, 115, 22, 0.35); }
.home-corporate-contact--whatsapp:hover { border-color: rgba(34, 197, 94, 0.35); }
.home-corporate-contact--instagram:hover { border-color: rgba(168, 85, 247, 0.35); }

/* Split */
.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
}

.home-split-col { padding: 56px 0; }

.home-split-col:first-child {
  border-left: 1px solid rgba(30, 86, 160, 0.06);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.home-split-col--about {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e56a0 40%, #2563eb 100%);
  position: relative;
  overflow: hidden;
}

.home-split-col--about .section-tag {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.home-split-col--about .home-block-title {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-split-col--about .home-block-title::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18));
}

.home-about-panel {
  position: relative;
  max-width: 520px;
}

.home-about-glow {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.home-about-text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.9;
  margin: 14px 0 22px;
}

.home-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 26px;
}

.home-service-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  font-size: 0.86rem;
  color: white;
  backdrop-filter: blur(8px);
  transition: background 0.25s;
}

.home-service-list li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-service-list-icon { font-size: 1.15rem; }

.home-about-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.home-split-col--about .btn-primary {
  background: white;
  color: var(--primary-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.home-split-col--about .btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.home-split-col--about .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

/* Hotels — visa-style grid on homepage */
.home-block--hotels {
  background: linear-gradient(180deg, transparent 0%, rgba(224, 242, 254, 0.28) 50%, transparent 100%);
}

.home-hotel-country-tabs {
  justify-content: center;
  margin-bottom: 1rem;
}

.home-hotel-intro {
  margin-bottom: 0.75rem;
}

.home-block--hotels .visa-results-count {
  text-align: center;
}

.home-hotel-grid {
  margin-top: 0.25rem;
}

/* Legacy list (unused) */
.home-hotel-list { display: flex; flex-direction: column; gap: 10px; }

.home-hotel-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  background: white;
  border: 1px solid rgba(30, 86, 160, 0.08);
  border-radius: 14px;
  border-right: 3px solid transparent;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.home-hotel-item:hover {
  border-right-color: var(--primary-light);
  transform: translateX(-6px);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
}

.home-hotel-flag {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 12px;
  flex-shrink: 0;
}

.home-hotel-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.home-hotel-info strong { font-size: 0.95rem; color: var(--primary-dark); }
.home-hotel-info small { font-size: 0.8rem; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.home-hotel-go {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
  color: var(--primary);
  border-radius: 50%;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}

.home-hotel-item:hover .home-hotel-go {
  background: var(--primary);
  color: white;
  transform: rotate(-45deg);
}

/* Articles */
.home-article-card {
  border: none;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.home-article-card .article-card-image.gt-photo-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
}

.home-article-card .article-card-image .gt-photo-frame__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-article-card .article-card-image {
  transition: transform 0.5s ease;
  overflow: hidden;
}

.home-article-card:hover .article-card-image .gt-photo-frame__img {
  transform: scale(1.06);
}

.home-article-card__badge {
  top: 12px;
  right: 12px;
}

.home-article-card .article-card-body {
  padding: 14px 16px 16px;
}

.home-article-card .article-card-body h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-article-placeholder {
  background: linear-gradient(135deg, #93c5fd, #60a5fa);
  min-height: 0;
}

.page-home .article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(30, 86, 160, 0.14);
}

/* CTA */
.home-cta-section { padding: 48px 0 72px; }

.home-cta-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px 40px;
  border-radius: 20px;
  color: white;
  overflow: hidden;
  background: linear-gradient(120deg, #0f172a 0%, #1e3a8a 45%, #2563eb 100%);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.3);
}

.home-cta-strip-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(56, 189, 248, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(251, 191, 36, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.home-cta-strip-text { position: relative; z-index: 1; }

.home-cta-strip h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.65rem);
  margin-bottom: 8px;
  color: white;
}

.home-cta-strip p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.home-cta-strip-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-cta-strip .btn-primary {
  background: #22c55e;
  color: white;
  border: none;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
  animation: homeCtaPulse 3s ease-in-out infinite;
}

@keyframes homeCtaPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4); }
  50% { box-shadow: 0 4px 28px rgba(34, 197, 94, 0.65); }
}

.home-cta-strip .btn-primary:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

.home-cta-strip .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.home-cta-strip .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: white;
}

@media (max-width: 960px) {
  .home-split { grid-template-columns: 1fr; }
  .home-split-col:first-child { border-left: none; }

  .home-block-head {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .home-block-title {
    margin-top: 0;
    padding: 6px 12px;
    font-size: 1rem;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }

  .home-block-link {
    flex-shrink: 0;
    padding: 6px 12px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .home-tour-tabs {
    grid-template-columns: 1fr;
  }

  .home-excursions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-featured-tours-grid {
    grid-template-columns: 1fr;
  }

  .home-block--articles .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-article-card .article-card-body {
    padding: 10px 10px 12px;
  }

  .home-article-card .article-card-body h3 {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .home-article-card__badge {
    top: 8px;
    right: 8px;
    font-size: 0.68rem;
    padding: 4px 8px;
  }
}

@media (max-width: 768px) {
  .home-tours-grid .tour-card-link,
  .home-featured-tour-card .tour-card-link {
    flex-direction: column;
  }

  .home-tours-grid .tour-card-media,
  .home-featured-tour-card .tour-card-media {
    width: 100%;
    max-width: 100%;
  }

  .home-tours-grid .tour-card-media .gt-photo-frame,
  .home-featured-tour-card .tour-card-media .gt-photo-frame {
    aspect-ratio: auto;
    width: 100%;
    height: 148px;
    min-height: 148px;
    max-height: 148px;
  }
}

@media (max-width: 600px) {
  .page-home main > .hero:first-child {
    min-height: auto;
    padding: calc(var(--navbar-offset) + 12px) 0 36px;
    justify-content: flex-start;
  }

  .page-home .hero-waves svg {
    height: 52px;
  }

  .page-home main > .hero:first-child + .section.home-block {
    padding-top: 8px;
  }

  .page-home .home-block {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .home-hero-copy {
    margin-bottom: 22px;
  }

  .home-hero-title {
    font-size: 1.6rem;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .home-hero-lead {
    font-size: 0.98rem;
    line-height: 1.75;
    padding: 8px 14px;
  }

  .home-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }

  .home-trust-item {
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(59, 130, 246, 0.14);
    box-shadow: 0 6px 16px -10px rgba(15, 23, 42, 0.22);
  }

  .home-trust-item:hover {
    transform: none;
    box-shadow: 0 6px 16px -10px rgba(15, 23, 42, 0.22);
  }

  .home-trust-item strong {
    font-size: 0.95rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.35;
  }

  .home-trust-item span {
    display: block;
    line-height: 1.4;
  }

  .home-hero-scene-bg {
    transform: none;
  }

  .home-hero-slider-nav {
    display: none;
  }

  .home-search {
    margin-bottom: 16px;
  }

  .home-search-box {
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 999px;
    padding: 4px 4px 4px 12px;
    gap: 6px;
  }

  .home-search-icon svg {
    width: 16px;
    height: 16px;
  }

  .home-search-input {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 9px 4px;
    font-size: 0.86rem;
  }

  .home-search-btn {
    width: auto;
    flex-shrink: 0;
    padding: 9px 14px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .home-corporate-banner {
    grid-template-columns: 1fr;
    padding: 1.35rem 1.1rem 1rem;
    text-align: center;
  }

  .home-corporate-banner__visual--left {
    order: 2;
    min-height: 90px;
  }

  .home-corporate-banner__visual--right {
    display: none;
  }

  .home-corporate-banner__content {
    order: 1;
  }

  .home-corporate-banner__lead {
    white-space: normal;
  }

  .home-corporate-banner__contacts {
    order: 3;
    gap: 0.5rem;
  }

  .home-corporate-contact {
    font-size: 0.78rem;
    padding: 0.4rem 0.7rem;
  }

  .home-cta-strip {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .home-cta-strip-actions {
    justify-content: center;
    width: 100%;
  }
}
