body.theme-black .atx-site-header .nav-trigger,
body.theme-black .atx-site-header .support-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #f5f5f5;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #2d2d31;
  border-radius: 6px;
  background: #050506;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.34);
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black .atx-site-header .nav-trigger:hover,
body.theme-black .atx-site-header .nav-trigger:focus-visible,
body.theme-black .atx-site-header .nav-item.is-open .nav-trigger,
body.theme-black .atx-site-header .support-link:hover,
body.theme-black .atx-site-header .support-link:focus-visible {
  color: var(--orange);
  border-color: var(--orange);
  background: #171719;
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 210, 4, 0.3);
  transform: translateY(-3px);
}

body.theme-black .atx-site-header .contact-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #070708;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: var(--orange);
  box-shadow: 0 9px 18px rgba(255, 210, 4, 0.2);
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black .atx-site-header .contact-button:hover,
body.theme-black .atx-site-header .contact-button:focus-visible {
  color: #070708;
  border-color: #ffd204;
  background: #ffd204;
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 210, 4, 0.35);
  transform: translateY(-3px);
}

body.theme-black .support-hero .hero-actions {
  align-items: stretch;
  gap: 12px;
}

body.theme-black .support-hero .hero-actions .support-hero-action {
  min-height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #6f7177;
  border-radius: 6px;
  color: #fff;
  background: #171719;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.42);
  text-decoration: none;
  font-weight: 900;
  transition:
    transform 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

body.theme-black .support-hero .hero-actions .support-hero-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: var(--orange);
}

body.theme-black .support-hero .hero-actions .support-hero-action:hover,
body.theme-black .support-hero .hero-actions .support-hero-action:focus-visible {
  border-color: var(--orange);
  color: #fff;
  background: #252529;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  outline: 3px solid rgba(255, 210, 4, 0.34);
  outline-offset: 3px;
  transform: translateY(-2px);
}

body.theme-black .support-hero .hero-actions .support-hero-action:active {
  transform: translateY(0);
}

@media (min-width: 901px) and (max-width: 1080px) {
  body.theme-black .atx-site-header .nav-inner {
    flex-wrap: nowrap;
    gap: 16px;
    min-height: 86px;
  }

  body.theme-black .atx-site-header .brand img {
    width: 168px;
  }

  body.theme-black .atx-site-header .menu-toggle {
    display: none;
  }

  body.theme-black .atx-site-header .primary-nav,
  body.theme-black .atx-site-header .nav-actions {
    display: flex;
  }

  body.theme-black .atx-site-header .primary-nav {
    gap: 4px;
  }

  body.theme-black .atx-site-header .nav-actions {
    gap: 10px;
    margin-left: auto;
  }

  body.theme-black .atx-site-header .nav-trigger,
  body.theme-black .atx-site-header .support-link {
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  body.theme-black .atx-site-header .contact-button {
    padding-inline: 14px;
    font-size: 0.88rem;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  body.theme-black .support-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

#support-tools.tools-section {
  color: var(--white);
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 210, 4, 0.11), transparent 34%),
    linear-gradient(180deg, #111113 0%, #080809 100%);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
}

#support-tools .section-heading h2 {
  color: var(--white);
}

#support-tools .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

#support-tools .tool-card {
  min-height: 274px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(180deg, #19191c 0%, #101012 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#support-tools .tool-card:hover,
#support-tools .tool-card:focus-visible {
  border-color: var(--orange);
  color: var(--white);
  background: #252529;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 210, 4, 0.34);
  outline: 3px solid rgba(255, 210, 4, 0.34);
  outline-offset: 3px;
  transform: translateY(-2px);
}

#support-tools .tool-card .support-icon,
#support-tools .tool-card .support-icon.document,
#support-tools .tool-card .support-icon.software,
#support-tools .tool-card .support-icon.video,
#support-tools .tool-card .support-icon.calculator,
#support-tools .tool-card .support-icon.remote {
  width: 62px;
  height: 62px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 210, 4, 0.92);
  border-radius: 8px;
  color: #050505;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 210, 4, 0.2);
}

#support-tools .tool-card:hover .support-icon,
#support-tools .tool-card:focus-visible .support-icon {
  background: #ffd204;
  box-shadow: 0 0 0 1px rgba(255, 210, 4, 0.55), 0 16px 30px rgba(255, 210, 4, 0.22);
}

#support-tools .tool-card .support-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

#support-tools .tool-card strong {
  color: var(--white);
}

#support-tools .tool-card span:not(.support-icon) {
  color: rgba(255, 255, 255, 0.78);
}

#support-tools .tool-card.remote-card {
  grid-column: span 2;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 160px;
}

#support-tools .tool-card.remote-card strong,
#support-tools .tool-card.remote-card span:not(.support-icon) {
  grid-column: 2;
}

@media (max-width: 960px) {
  #support-tools .tool-card.remote-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  #support-tools .tool-card,
  #support-tools .tool-card.remote-card {
    min-height: 274px;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 20px;
  }

  #support-tools .tool-card.remote-card strong,
  #support-tools .tool-card.remote-card span:not(.support-icon) {
    grid-column: auto;
  }
}
