.active-page {
  color: var(--text-strong) !important;
}

.support-narrow {
  max-width: 900px;
}

.support-hero {
  padding: 64px 0 36px;
}

.support-hero .section-kicker {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.075em;
}

.support-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(42px, 4.4vw, 60px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.support-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.65;
}

.support-main {
  padding: 10px 0 84px;
}

.support-section {
  padding: 34px 0;
  border-top: 1px solid rgba(214, 235, 227, 0.92);
  scroll-margin-top: 96px;
}

.support-section:first-child {
  border-top: 0;
}

.support-section h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.support-section > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.support-link-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.support-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(214, 235, 227, 0.94);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-strong);
  box-shadow: 0 8px 24px rgba(18, 63, 52, 0.035);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.support-link-row:hover {
  transform: translateY(-1px);
  border-color: rgba(116, 208, 173, 0.7);
  background: rgba(255, 255, 255, 0.94);
}

.support-link-row span:last-child {
  flex: 0 0 auto;
  color: var(--accent-dark);
  font-size: 19px;
}

.support-store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.support-store-actions-secondary {
  margin-top: 10px;
}

.support-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(214, 235, 227, 0.96);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-strong);
  box-shadow: 0 8px 22px rgba(18, 63, 52, 0.04);
  font-size: 13px;
  font-weight: 730;
  line-height: 1.3;
  text-decoration: none;
}

.support-action:hover {
  border-color: rgba(116, 208, 173, 0.75);
  background: #fff;
}

.support-action-secondary {
  background: var(--surface-soft);
}

.support-text-link {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.support-hint {
  max-width: 760px;
  margin-top: 14px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.support-email {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-dark);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.4;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.support-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.support-note-grid > div {
  padding: 18px;
  border: 1px solid rgba(214, 235, 227, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.support-note-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.35;
}

.support-note-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

html[data-lang="hy"] .support-hero h1,
html[data-lang="ru"] .support-hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 720;
  letter-spacing: -0.038em;
}

html[data-lang="hy"] .support-section h2,
html[data-lang="ru"] .support-section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.18;
  font-weight: 730;
  letter-spacing: -0.03em;
}

@media (max-width: 680px) {
  .support-hero {
    padding: 42px 0 26px;
  }

  .support-hero h1,
  html[data-lang="hy"] .support-hero h1,
  html[data-lang="ru"] .support-hero h1 {
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.08;
  }

  .support-hero p {
    font-size: 16px;
    line-height: 1.58;
  }

  .support-main {
    padding: 4px 0 58px;
  }

  .support-section {
    padding: 27px 0;
  }

  .support-section h2,
  html[data-lang="hy"] .support-section h2,
  html[data-lang="ru"] .support-section h2 {
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 1.18;
  }

  .support-section > p {
    font-size: 15px;
    line-height: 1.62;
  }

  .support-link-row {
    min-height: 54px;
    padding: 0 15px;
    font-size: 14px;
  }

  .support-store-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .support-action {
    width: 100%;
    justify-content: flex-start;
  }

  .support-note-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-link-row {
    transition: none;
  }
}
