.ss-header-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 0.125rem 0;
}

.ss-header-wordmark {
  display: block;
  height: auto;
  width: auto;
  max-height: 3rem;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 640px) {
  .ss-header-wordmark {
    max-height: 4.5rem;
    max-width: 20rem;
  }
}

.ss-site-header {
  background: #ffffff;
}

.ss-site-header-nav a:not(.ss-nav-pro):hover,
.ss-site-header-nav a:not(.ss-nav-pro):focus-visible {
  color: #004990;
}

.ss-nav-pro,
a.ss-nav-pro {
  color: #d4af37 !important;
}

a.ss-nav-pro:hover,
a.ss-nav-pro:focus-visible {
  color: #f0d875 !important;
}

.ss-hero-pro-cta {
  border: 2px solid #d4af37;
  color: #d4af37;
}

.ss-hero-pro-cta:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #f0d875;
  border-color: #f0d875;
}

/* SureStrong footer — crisp white wordmark on dark bar */
.ss-body--pf-footer .auc-footer__logo {
  height: 3.25rem;
  max-width: min(16rem, 72vw);
  opacity: 1;
  filter: none;
}

.ss-body--pf-footer .auc-footer__logo-link:hover {
  filter: brightness(1.08);
}

/* SureStrong hero promo slideshow — frosted white card (Parts Alien pn-hero-promo pattern). */
.ss-hero-promo {
  position: relative;
  min-height: 16.5rem;
  padding: 1.35rem 1.35rem 2.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
  box-shadow:
    0 22px 50px -24px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.ss-hero-promo__viewport {
  position: relative;
  min-height: 12.5rem;
}

.ss-hero-promo__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.35rem);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
  pointer-events: none;
}

.ss-hero-promo__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.ss-hero-promo__glow {
  position: absolute;
  inset: -20% -10% auto;
  height: 70%;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 73, 144, 0.14) 0%, transparent 72%);
  pointer-events: none;
}

.ss-hero-promo__slide-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 12.5rem;
  flex-direction: column;
  gap: 0.45rem;
}

.ss-hero-promo__tag {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.ss-hero-promo__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #002a5c;
}

.ss-hero-promo__highlight {
  margin: 0;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ss-hero-promo__slide--red .ss-hero-promo__highlight {
  color: #c8102e;
}

.ss-hero-promo__slide--sky .ss-hero-promo__highlight {
  color: #004990;
}

.ss-hero-promo__slide--gold .ss-hero-promo__highlight {
  color: #b45309;
}

.ss-hero-promo__slide--white .ss-hero-promo__highlight {
  color: #0f172a;
}

.ss-hero-promo__body {
  margin: 0.15rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #475569;
  max-width: 22rem;
}

.ss-hero-promo__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #004990;
  text-decoration: none;
}

.ss-hero-promo__cta:hover {
  color: #c8102e;
}

.ss-hero-promo__cta-arrow {
  font-size: 1rem;
  line-height: 1;
}

.ss-hero-promo__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #002a5c;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ss-hero-promo__arrow--prev {
  left: 0.65rem;
}

.ss-hero-promo__arrow--next {
  right: 0.65rem;
}

.ss-hero-promo__arrow:hover {
  border-color: #004990;
  background: #fff;
  color: #004990;
  box-shadow: 0 2px 12px rgba(0, 73, 144, 0.18);
}

.ss-hero-promo__arrow:focus-visible {
  outline: 2px solid #004990;
  outline-offset: 2px;
}

.ss-hero-promo:has(.ss-hero-promo__arrow) .ss-hero-promo__viewport {
  padding-inline: 1.85rem;
}

.ss-hero-promo__dots {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.ss-hero-promo__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.ss-hero-promo__dot.is-active {
  background: #c8102e;
  transform: scale(1.15);
}

.ss-hero-promo__dot:hover {
  background: rgba(200, 16, 46, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .ss-hero-promo__slide {
    transition: none;
  }
}
