.sttc-footer {
  background: #121827;
  border-top: 4px solid #9b1c1f;
  color: #d8e0ee;
  position: relative;
}

.sttc-footer a {
  color: inherit;
  text-decoration: none;
}

.sttc-footer a:hover,
.sttc-footer a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.sttc-footer__topline {
  background:
    linear-gradient(135deg, rgba(155, 28, 31, 0.08), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, #fff 0%, #fff8f8 48%, #f6f8fc 100%);
  padding: 20px 0;
  position: relative;
}

.sttc-footer__topline:after {
  background: linear-gradient(90deg, transparent, rgba(155, 28, 31, 0.28), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sttc-footer__topline-inner {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(155, 28, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(155, 28, 31, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px;
}

.sttc-footer__brandline {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.sttc-footer__brandline img {
  max-width: 260px;
  width: 100%;
}

.sttc-footer__brandline strong {
  color: #172033;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 4px;
}

.sttc-footer__brandline p {
  color: #657084;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.sttc-footer__badges {
  display: flex;
  gap: 8px;
}

.sttc-footer__badges span {
  align-items: center;
  background: #fff2f2;
  border: 1px solid rgba(155, 28, 31, 0.12);
  border-radius: 999px;
  color: #9b1c1f;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  min-height: 30px;
  padding: 0 11px;
}

.sttc-footer__quick-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sttc-footer__quick-cta a {
  align-items: center;
  background: #9b1c1f;
  border: 1px solid #9b1c1f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.sttc-footer__quick-cta a:hover {
  background: #7f1518;
  transform: translateY(-1px);
}

.sttc-footer__main {
  padding: 34px 0 24px;
}

.sttc-footer__mega {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 2.2fr);
}

.sttc-footer__about {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
}

.sttc-footer__about h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
}

.sttc-footer__about p {
  color: #aeb9cb;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.sttc-footer__contact-pills {
  display: grid;
  gap: 8px;
}

.sttc-footer__contact-pills a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  color: #e8edf7;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  min-height: 36px;
  padding: 8px 10px;
}

.sttc-footer__contact-pills i {
  color: #f0b4b5;
  width: 14px;
}

.sttc-footer__nav {
  display: grid;
  gap: 18px 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sttc-footer__col h5 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.sttc-footer__col h5:before {
  background: #be2d2f;
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.sttc-footer__col a {
  color: #aeb9cb;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}

.sttc-footer__bottom-grid {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 18px;
}

.sttc-footer__helpline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sttc-footer__helpline span {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sttc-footer__helpline a {
  background: rgba(155, 28, 31, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 11px;
}

.sttc-footer__social {
  display: flex;
  gap: 8px;
}

.sttc-footer__social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 34px;
}

.sttc-footer__social a:hover {
  background: #be2d2f;
  transform: translateY(-2px);
}

.sttc-footer__bottom {
  background: #0d1220;
  padding: 12px 0;
}

.sttc-footer__bottom p {
  color: #8793a7;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.sttc-popup-modal {
  max-width: 800px;
  margin: 30px auto;
}

.sttc-popup-modal__body {
  padding: 0;
  position: relative;
}

.sttc-popup-modal__close {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
}

#image {
  min-height: 200px;
}

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

@media (max-width: 991px) {
  .sttc-footer__topline-inner,
  .sttc-footer__brandline,
  .sttc-footer__bottom-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .sttc-footer__topline-inner {
    gap: 14px;
  }

  .sttc-footer__quick-cta {
    justify-content: flex-start;
  }

  .sttc-footer__mega {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sttc-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sttc-footer__brandline img {
    max-width: 225px;
  }
}

@media (max-width: 480px) {
  .sttc-footer__nav {
    grid-template-columns: 1fr;
  }

  .sttc-popup-modal {
    max-width: 800px !important;
    margin: 42px !important;
  }
}
