.support-page main {
  padding-bottom: 28px;
}

.support-page .hero-copy h1,
.support-page .section-intro h2,
.support-page h3,
.support-page strong {
  letter-spacing: 0;
}

.help-home-section {
  padding-top: 80px;
}

.help-home-shell {
  display: grid;
  gap: 24px;
}

.help-home-shell.section-shell,
.help-home-shell.section-shell--resources {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.help-home-shell .section-intro {
  margin-bottom: 0;
}

.support-hero__shell {
  min-height: auto;
  padding: 60px 56px;
}

.support-hero__content {
  gap: 30px;
}

.support-hero__intro {
  width: min(100%, 960px);
}

.support-hero__text {
  max-width: 46ch;
}

.contact-hero__shell {
  min-height: max(calc(100svh - 176px), 620px);
  padding: 0 56px;
}

.contact-hero__intro {
  gap: 24px;
}

.contact-hero__text {
  max-width: 100%;
}
.section-intro h2{
  max-width: 100%;
}
.contact-hero__capabilities {
  max-width: 880px;
}

.about-page .contact-hero__shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
}

.about-page .contact-hero__shell::before,
.about-page .contact-hero__shell::after {
  display: none;
}

.about-page [data-float-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--hover-lift, 0px), 0) translateY(56px);
  will-change: opacity, transform;
}

.about-page [data-float-reveal].is-visible {
  animation-delay: var(--float-delay, 0ms);
}

.about-page .about-service-shell,
.about-page .about-milestone-shell,
.about-page .about-contact-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-page .section-intro .eyebrow + h2 {
  margin-top: 12px;
}

.about-page main > .section:nth-of-type(n+2) {
  padding-top: 120px;
}

.about-page .section--cta .cta-panel {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.about-page .section--cta .cta-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(59, 130, 246, 0.2), transparent 34%),
    linear-gradient(245deg, rgba(124, 58, 237, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(6, 182, 212, 0.14), transparent 58%);
  opacity: 0.72;
  pointer-events: none;
}

.about-page .section--cta .pixel-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}

.about-page .section--cta .cta-copy,
.about-page .section--cta .cta-actions {
  position: relative;
  z-index: 2;
}

.about-page .about-service-shell .support-info-card,
.about-page .about-service-shell .support-stat-card,
.about-page .about-milestone-shell .support-milestone-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(56, 142, 255, 0.22);
  background:
    radial-gradient(circle at top left, rgba(23, 104, 255, 0.035), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 255, 0.96));
  border-color: rgba(17, 31, 48, 0.08);
  box-shadow: 0 18px 38px rgba(17, 31, 48, 0.07);
  transform: none;
}

.about-page .about-service-shell .support-info-card::before,
.about-page .about-service-shell .support-stat-card::before,
.about-page .about-milestone-shell .support-milestone-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle 190px at var(--mouse-x) var(--mouse-y),
      var(--spotlight-color),
      rgba(56, 142, 255, 0) 68%
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.about-page .about-service-shell .support-info-card:hover,
.about-page .about-service-shell .support-stat-card:hover,
.about-page .about-milestone-shell .support-milestone-card:hover {
  border-color: rgba(10, 99, 230, 0.14);
  box-shadow: 0 24px 48px rgba(14, 37, 69, 0.14);
  transform: none;
}

.about-page .about-service-shell .support-info-card:hover::before,
.about-page .about-service-shell .support-stat-card:hover::before,
.about-page .about-milestone-shell .support-milestone-card:hover::before {
  opacity: 1;
}

.about-page .about-service-shell .support-info-card > *,
.about-page .about-service-shell .support-stat-card > *,
.about-page .about-milestone-shell .support-milestone-card > * {
  position: relative;
  z-index: 1;
}

@keyframes floatRevealUp {
  from {
    opacity: 0;
    transform: translate3d(0, var(--hover-lift, 0px), 0) translateY(56px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, var(--hover-lift, 0px), 0) translateY(0);
  }
}

[data-float-reveal].is-visible {
  animation: floatRevealUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  [data-float-reveal] {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.support-meta-chips,
.support-mini-list,
.help-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-meta-chips span,
.support-mini-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(12, 24, 44, 0.08);
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.support-grid,
.support-stat-grid,
.support-milestone-grid,
.support-channel-grid,
.help-category-grid,
.help-article-grid,
.help-support-grid,
.help-resource-grid {
  display: grid;
  gap: 16px;
}

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

.support-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

.support-milestone-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.support-channel-grid,
.help-resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.support-info-card,
.support-stat-card,
.support-milestone-card,
.support-channel-card,
.help-category-card,
.help-article-card,
.help-support-card,
.help-resource-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(23, 104, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
  border: 1px solid rgba(12, 24, 44, 0.06);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.support-info-card:hover,
.support-stat-card:hover,
.support-milestone-card:hover,
.support-channel-card:hover,
.help-category-card:hover,
.help-article-card:hover,
.help-support-card:hover,
.help-resource-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 99, 230, 0.14);
  box-shadow: 0 18px 36px rgba(14, 37, 69, 0.1);
}

.support-card__eyebrow,
.help-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: fit-content;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(10, 99, 230, 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}

.support-info-card h3,
.support-channel-card h3,
.help-category-card h3,
.help-article-card h3,
.help-support-card h3,
.help-resource-card h3 {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.support-info-card p,
.support-channel-card p,
.help-category-card p,
.help-article-card p,
.help-support-card p,
.help-resource-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.support-info-card__content {
  display: grid;
  align-content: start;
  gap: 16px;
}

.support-info-card__content h3 {
  margin: 0;
}

.support-stat-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 178px;
}

.support-stat-card strong {
  display: block;
  color: var(--text);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.support-stat-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(10, 99, 230, 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}

.support-stat-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.support-milestone-card {
  display: grid;
  align-content: start;
  gap: 16px;
}

.support-milestone-card__year {
  color: rgba(16, 35, 62, 0.32);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-milestone-card strong {
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.support-milestone-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
}

.support-list,
.help-article-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.support-list li,
.help-article-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.support-list li::before,
.help-article-list li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1768ff, #69e3ff);
}

.support-channel-card {
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 220px;
}

.support-channel-card h3 {
  margin-top: 20px;
}

.support-channel-card p,
.support-channel-card .support-list {
  margin-top: 20px;
}

.support-channel-card__detail {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.support-channel-card__detail a,
.support-channel-card__detail span {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.support-channel-card__detail a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.support-channel-card__detail a:hover,
.support-channel-card__detail a:focus-visible {
  color: var(--primary);
  text-decoration-color: currentColor;
}

.support-channel-card__hint {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.help-search-panel {
  display: grid;
  gap: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.help-search-panel--compact {
  width: 100%;
  padding: 0;
  background: none;
}

.help-search-field {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 14px;
  width: min(100%, 880px);
  box-sizing: border-box;
  min-height: 62px;
  padding: 0 4px 0 16px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(12, 24, 44, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.help-search-field svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  flex: 0 0 20px;
}

.help-search-field input {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help-search-field input::placeholder {
  color: var(--text-muted);
}

.help-search-clear {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(12, 24, 44, 0.08);
  background: rgba(246, 249, 255, 0.92);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.help-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(10, 99, 230, 0.08);
  background: linear-gradient(135deg, #1768ff, #0f48c7 68%, #133891);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 18px 34px rgba(23, 104, 255, 0.22),
    0 0 0 1px rgba(105, 227, 255, 0.16) inset;
}

.help-search-submit:hover {
  box-shadow:
    0 22px 38px rgba(23, 104, 255, 0.28),
    0 0 22px rgba(105, 227, 255, 0.22),
    0 0 0 1px rgba(105, 227, 255, 0.2) inset;
}

.help-search-clear.is-visible {
  display: inline-flex;
}

.help-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(12, 24, 44, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.help-chip:hover,
.help-chip.is-active {
  transform: translateY(-1px);
  background: rgba(10, 99, 230, 0.08);
  border-color: rgba(10, 99, 230, 0.12);
  color: var(--primary);
}

.help-filter-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.help-category-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.help-category-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.help-category-card__count {
  color: rgba(16, 35, 62, 0.36);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-category-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.help-category-card li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.help-category-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(10, 99, 230, 0.24);
}

.help-resource-card,
.help-article-card,
.help-support-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
}

.help-resource-card strong,
.help-article-card strong,
.help-support-card strong {
  color: var(--text);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.help-resource-card p,
.help-article-card p,
.help-support-card p {
  margin: 0;
}

.help-resource-card .card-link,
.help-article-card .card-link,
.help-support-card .card-link {
  margin-top: 2px;
}

.help-empty {
  display: none;
  justify-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px dashed rgba(12, 24, 44, 0.12);
  text-align: center;
}

.help-empty.is-visible {
  display: grid;
}

.help-empty strong {
  color: var(--text);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.help-empty p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
}

.support-page .cta-panel {
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .support-grid,
  .support-milestone-grid,
  .support-channel-grid,
  .help-article-grid,
  .help-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .support-hero__shell {
    padding: 42px 28px;
  }

  .contact-hero__shell {
    min-height: max(calc(100svh - 160px), 540px);
    padding: 0px 24px;
  }

  .support-grid,
  .support-milestone-grid,
  .support-channel-grid,
  .help-article-grid,
  .help-support-grid,
  .help-resource-grid,
  .support-stat-grid {
    grid-template-columns: 1fr;
  }

  .help-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-search-panel {
    padding: 0;
    border-radius: 0;
  }

  .help-search-field {
    min-height: 58px;
  }
}

@media (max-width: 640px) {
  .help-home-section {
    padding-top: 16px;
  }

  .about-page .contact-hero {
    padding-top: 80px;
  }

  .about-page .section-intro .eyebrow + h2 {
    margin-top: 16px;
  }

  .support-hero__shell {
    padding: 32px 20px;
  }

  .contact-hero__shell {
    min-height: auto;
    padding: 0;
  }

  .contact-hero__text {
    max-width: 34ch;
  }

  .support-info-card,
  .support-stat-card,
  .support-milestone-card,
  .support-channel-card,
  .help-category-card,
  .help-article-card,
  .help-support-card,
  .help-resource-card {
    padding: 24px;
    border-radius: 24px;
  }

  .support-info-card h3,
  .support-channel-card h3,
  .help-category-card h3,
  .help-article-card h3,
  .help-support-card h3,
  .help-resource-card h3 {
    font-size: 22px;
  }

  .support-meta-chips span,
  .support-mini-list span {
    min-height: 34px;
    font-size: 12px;
  }

  .help-category-grid {
    grid-template-columns: 1fr;
  }

  .help-search-clear {
    width: 100%;
  }
}
