.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.language-switcher {
  display: flex;
  padding: 0.22rem;
  background: #f2e7dc;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-button {
  min-width: 2.25rem;
  padding: 0.35rem 0.5rem;
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.language-button.is-active {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 4px 10px rgb(244 118 33 / 25%);
}

.cover--gobustan { background: linear-gradient(130deg, #5b3828, #e96318); }
.cover--lahij { background: linear-gradient(130deg, #69422a, #ef8730); }
.cover--khinalig { background: linear-gradient(130deg, #284942, #dc6920); }
.cover--pinklake { background: linear-gradient(130deg, #7a4050, #f27f48); }
.cover--baku { background: linear-gradient(130deg, #263b4a, #f47621); }
.route-section-title { margin-top: 2rem !important; }

@media (max-width: 900px) {
  .site-header { gap: 0.75rem; }
  .header-actions { margin-left: auto; }
  .language-switcher { order: 1; }
  .menu-button { order: 2; }
}

@media (max-width: 420px) {
  .logo span:last-child { font-size: 0.9rem; }
  .logo__mark { width: 2rem; height: 2rem; }
  .header-actions { gap: 0.3rem; }
  .language-button { min-width: 1.9rem; padding-inline: 0.3rem; }
}

@media (max-width: 600px) {
  body { font-size: 0.95rem; }
  .site-header { padding: 0.75rem 1rem; }
  .hero { min-height: auto; }
  .hero__content { padding: 4.5rem 1rem 3.5rem; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.25rem); line-height: 1.02; }
  .hero__lead { margin: 1.4rem 0; font-size: 1rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 0.8rem; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { padding: 0.5rem; text-align: center; }
  .hero__facts { gap: 0.6rem; margin-top: 2.5rem; padding-top: 1.4rem; }
  .hero__facts li { flex: 1; }
  .hero__facts span { font-size: 0.68rem; line-height: 1.35; }
  .hero__visual { min-height: 340px; }
  .sun { width: 115px; height: 115px; }
  .hero-card { padding: 0.8rem 0.9rem; font-size: 0.82rem; }
  .section { padding: 4rem 1rem; }
  .section-heading h2,
  .benefits h2,
  .contact h2 { font-size: 2.25rem; }
  .tour-list { gap: 1.25rem; }
  .tour-card { border-radius: 20px; }
  .tour-card__cover { min-height: 235px; }
  .tour-card__cover h3 { font-size: 2.05rem; }
  .tour-card__number { right: 1rem; font-size: 5.5rem; }
  .tour-card__body { gap: 1.5rem; }
  .route-items { gap: 1rem; }
  .route-items p { font-size: 0.84rem; line-height: 1.55; }
  .button--small { width: 100%; }
  .benefits { padding: 4rem 1rem; }
  .benefit-grid article { padding: 1.25rem; }
  .contact { padding: 5rem 1rem; }
  .contact__button { width: 100%; max-width: 340px; }
  footer { gap: 0.8rem; padding: 2rem 1rem; }
  footer p { margin: 0; }
}
