/* hero.css — Full-page home hero and interior page banner */

/* ════════════════════════════════════════════════
   HOME HERO (#hero-1619)
   ════════════════════════════════════════════════ */
#hero-1619 {
  min-height: 100vh;
  overflow: hidden;
  padding-top: clamp(9rem, 22vw, 14rem);
  position: relative;
  z-index: 1;
}

#hero-1619 .ssc-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

#hero-1619 .ssc-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0 1rem clamp(2.5rem, 6vw, 5rem);
  text-align: left;
  width: 100%;
}

#hero-1619 .ssc-topper {
  color: var(--primary);
}

#hero-1619 .ssc-title {
  color: #fff;
  font-size: clamp(2rem, 9vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 1.25rem;
  max-width: 100%;
  text-transform: uppercase;
}

#hero-1619 .ssc-color {
  color: var(--primary);
  display: block;
}

#hero-1619 .ssc-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.875rem, 1.6vw, 1.0625rem);
  line-height: 1.6;
  margin: 0 0 2rem;
  max-width: 28.75rem;
}

/* Button row */
#hero-1619 .ssc-button-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

#hero-1619 .ssc-button-group .ssc-button-solid,
#hero-1619 .ssc-button-group .ssc-button-outline {
  text-align: center;
  width: 100%;
}

/* Icon feature cards at the bottom of the hero */
#hero-1619 .ssc-card-group {
  background-color: rgba(15, 18, 24, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.75rem) 1rem;
  width: 100%;
}

#hero-1619 .ssc-item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  list-style: none;
  padding: clamp(0.75rem, 2vw, 1.25rem) clamp(1rem, 2.5vw, 1.5rem);
  transition: background-color var(--transition);
}

#hero-1619 .ssc-item:nth-child(2n) {
  border-right: none;
}

#hero-1619 .ssc-icon-wrapper {
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

#hero-1619 .ssc-item-content { display: flex; flex-direction: column; }

#hero-1619 .ssc-h3 {
  color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}

#hero-1619 .ssc-item-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}

/* Background image */
#hero-1619 .ssc-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#hero-1619 .ssc-background img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* Dark overlay */
#hero-1619::after {
  background: linear-gradient(
    to bottom,
    rgba(8, 32, 50, 0.55) 0%,
    rgba(8, 32, 50, 0.3) 50%,
    rgba(8, 32, 50, 0.65) 100%
  );
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 37.5rem) {
  #hero-1619 .ssc-button-group {
    flex-direction: row;
    max-width: 28rem;
  }

  #hero-1619 .ssc-button-group .ssc-button-solid,
  #hero-1619 .ssc-button-group .ssc-button-outline {
    width: auto;
  }
}

@media (min-width: 64rem) {
  #hero-1619 .ssc-content {
    max-width: 42rem;
    padding-left: calc((100vw - var(--containerMax)) / 2 + 1rem);
  }

  #hero-1619 .ssc-card-group {
    grid-template-columns: repeat(4, 1fr);
    padding-left: calc((100vw - var(--containerMax)) / 2 + 1rem);
    padding-right: calc((100vw - var(--containerMax)) / 2 + 1rem);
  }

  #hero-1619 .ssc-item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  #hero-1619 .ssc-item:last-child {
    border-right: none;
  }
}

/* ════════════════════════════════════════════════
   INTERIOR PAGE BANNER (#banner-310)
   ════════════════════════════════════════════════ */
#banner-310 {
  min-height: clamp(12rem, 30vw, 22rem);
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

#banner-310 .ssc-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  min-height: clamp(12rem, 30vw, 22rem);
  padding: 1.5rem 1rem 2rem;
}

#banner-310 .ssc-int-title {
  color: #fff;
  display: block;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#banner-310 .ssc-breadcrumbs {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}

#banner-310 .ssc-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: color var(--transition);
}

#banner-310 .ssc-link + .ssc-link::before {
  color: rgba(255, 255, 255, 0.5);
  content: '/';
  margin-right: 0.5rem;
}

#banner-310 .ssc-link.ssc-active {
  color: var(--primary);
}

#banner-310 .ssc-link:hover {
  color: #fff;
}

/* Background image */
#banner-310 .ssc-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#banner-310 .ssc-background img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

#banner-310::after {
  background: rgba(8, 32, 50, 0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
