.support-page {
  background: #f8fbfc;
  color: #17323c;
  overflow: hidden;
}

.support-hero {
  padding: 150px 0 82px;
  background: linear-gradient(
    135deg,
    rgba(226, 248, 249, 0.95) 0%,
    rgba(255, 255, 255, 0.96) 45%,
    rgba(237, 248, 241, 0.95) 100%
  );
}

.support-hero-title {
  color: #0a3f51;
  font-size: clamp(2.2rem, 4.6vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 1.35rem;
}

.support-hero-copy,
.support-section-copy {
  color: #55717b;
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0;
}

.support-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.support-visual {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 63, 81, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(10, 63, 81, 0.14);
  padding: clamp(1.3rem, 3vw, 2rem);
}

.support-visual-header,
.support-visual-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.support-visual-header span {
  color: #6a858d;
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
}

.support-visual-header strong {
  color: #0a3f51;
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.2;
  margin-top: 0.2rem;
}

.support-visual-header > i {
  align-items: center;
  background: linear-gradient(135deg, #0a8aa0, #20b486);
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 62px;
  font-size: 1.8rem;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.support-resource-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}

.support-resource-grid span {
  align-items: center;
  background: #f5fbfc;
  border: 1px solid rgba(10, 63, 81, 0.1);
  border-radius: 18px;
  color: #17323c;
  display: flex;
  font-weight: 700;
  gap: 0.75rem;
  min-height: 82px;
  padding: 1rem;
}

.support-resource-grid i,
.support-visual-footer i {
  color: #0c8ca1;
  font-size: 1.35rem;
}

.support-visual-footer {
  background: linear-gradient(
    135deg,
    rgba(10, 63, 81, 0.08),
    rgba(32, 180, 134, 0.1)
  );
  border-radius: 20px;
  justify-content: flex-start;
  padding: 1rem;
}

.support-visual-footer p {
  color: #496771;
  line-height: 1.55;
  margin: 0;
}

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

.support-section-title {
  color: #0a3f51;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 1rem;
}

.support-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.support-product-card,
.support-topic-card {
  background: #fff;
  border: 1px solid rgba(10, 63, 81, 0.1);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(10, 63, 81, 0.08);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.support-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: center;
}

.support-product-card:hover,
.support-topic-card:hover {
  border-color: rgba(12, 140, 161, 0.25);
  box-shadow: 0 24px 60px rgba(10, 63, 81, 0.13);
  transform: translateY(-4px);
}

.support-card-media {
  align-items: center;
  background:
    radial-gradient(circle at 22% 20%, rgb(19 91 115 / 11%), transparent 32%),
    linear-gradient(135deg, #f2fafb, #ffffff);
  display: flex;
  min-height: 142px;
  padding: 0.65rem;
}

.support-card-media img {
  height: 112px;
  object-fit: contain;
  width: 100%;
}

.support-card-body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.85rem 0.75rem 0.9rem;
}

.support-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.support-category-badge,
.support-part-number {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.4rem;
  line-height: 1;
  min-height: 30px;
  padding: 0.45rem 0.75rem;
}

.support-category-badge {
  background: rgba(12, 140, 161, 0.1);
  color: #0a6878;
}

.support-part-number {
  background: rgba(238, 154, 45, 0.12);
  color: #8a5512;
  line-height: 1.25;
  max-width: 100%;
}

.support-product-card h3,
.support-topic-card h3 {
  color: #0a3f51;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 0.8rem;
}

.support-product-card p,
.support-topic-card p {
  color: #55717b;
  line-height: 1.65;
  margin: 0;
}

.support-card-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: auto;
}

.support-card-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #0a6878;
  border-radius: 999px;
  color: #0a3f51;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 34px;
  padding: 0.45rem 0.9rem;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.support-card-btn:hover {
  background: #0a3f51;
  border-color: #0a3f51;
  color: #fff;
  transform: translateY(-1px);
}

.support-inline-link {
  color: #0a6878;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.support-inline-link:hover {
  color: #0a3f51;
  text-decoration: underline;
}

.support-help-section {
  background: #fff;
}

.support-topic-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-topic-card {
  padding: 1.5rem;
}

.support-topic-card > i {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(12, 140, 161, 0.12),
    rgba(32, 180, 134, 0.14)
  );
  border-radius: 18px;
  color: #0a6878;
  display: inline-flex;
  font-size: 1.45rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 54px;
}

.support-cta-section {
  background: #fff;
  padding: 0 0 90px;
}

.support-cta {
  align-items: center;
  border-radius: 28px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;

  border: 1px solid var(--line);
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(255, 255, 255, 0.2),
      transparent 34%
    ),
    var(--brand-gradient);
  color: var(--white);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.8rem, 4vw, 3rem);
}

.support-cta .card-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.support-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.support-cta p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.support-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.85rem;
}

@media (max-width: 1199.98px) {
  .support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .support-hero {
    padding-top: 125px;
  }

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

  .support-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .support-hero {
    padding-bottom: 56px;
  }

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

  .support-topic-grid,
  .support-resource-grid {
    grid-template-columns: 1fr;
  }

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

  .support-card-media {
    min-height: 150px;
  }

  .support-card-media img {
    height: 118px;
  }

  .support-cta-section {
    padding-bottom: 64px;
  }
}

@media (max-width: 575.98px) {
  .support-hero-actions,
  .support-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .support-hero-actions .btn,
  .support-cta-actions .btn {
    width: 100%;
  }

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

  .support-visual-header {
    align-items: flex-start;
  }

  .support-visual-header > i {
    flex-basis: 54px;
    height: 54px;
    width: 54px;
  }
}
