:root {
  --bs-body-font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif !important;
}

/* Alias the old names to the new full Inter font for consistency */
.inter,
.inter-bold {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

.inter-regular,
.inter-mobile {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.main-container {
  margin-top: 80px;
  background-color: #f8f9fa;
}

.sos-cyber-banner {
  position: relative;
  width: 100%;
  height: 250px;
  background: linear-gradient(79.71deg, #535353 14.83%, #b3b3b3 90.71%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sos-cyber-banner .banner-vector {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.sos-cyber-banner .banner-vector-3 {
  height: 100%;
  width: auto;
  left: 51.6%;
  top: 0;
  opacity: 0.5;
}

.sos-cyber-banner .banner-vector-4 {
  height: 100%;
  width: auto;
  left: calc(51.6% - 20px);
  top: 0;
  transform: rotate(180deg);
}

.sos-cyber-banner .banner-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  height: 100%;
}

.sos-cyber-banner .banner-content-text {
  flex: 1;
  max-width: 570px;
  color: #ffffff;
}

.title-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.on-demand-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 184px;
  height: 33px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

.sos-cyber-banner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}

.sos-cyber-banner p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
}

.sos-cyber-banner .banner-image-sos {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.sos-cyber-banner .banner-image-sos img {
  height: 150%;
  object-fit: contain;
}

.sos-cyber-section {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.package-grid-sos {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
}

.package-card-sos {
  width: 596px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
}

.package-card-sos .card-header-sos {
  padding: 28px;
  background: linear-gradient(90deg, #535353 50.48%, #b3b3b3 100%);
  color: #ffffff;
}

.package-card-sos .sector-tag {
  display: inline-flex;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 16px;
}

.package-card-sos .price-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}

.package-card-sos .currency-price {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
}

.package-card-sos .period {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.package-card-sos .package-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
}

.package-card-sos .card-body-sos {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.package-card-sos .special-offer-text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 20px;
}

.package-card-sos .feature-desc {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 30px;
}

.package-card-sos .device-image {
  max-height: 300px;
  margin-bottom: 30px;
}

.package-card-sos .app-links {
  display: flex;
  gap: 16px;
  margin-top: auto;
  margin-bottom: 30px;
}

.package-card-sos .app-links img {
  height: 37px;
}

.package-card-sos .feature-desc-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-style: italic;
  color: #030303;
  margin-top: auto;
  margin-bottom: 20px;
}

.package-card-sos .card-footer-sos {
  padding: 28px;
  padding-top: 0;
}

.package-card-sos .btn-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #e63822;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s;
}

.package-card-sos .btn-subscribe:hover {
  background: #c22f1c;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-container {
    margin-top: 68px;
  }

  .sos-cyber-banner {
    height: 320px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sos-cyber-banner .banner-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    gap: 0;
    max-width: 100%;
  }

  .banner-content-text {
    max-width: 295px;
    z-index: 10;
    max-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .on-demand-label {
    width: 121px;
    height: 22px;
    font-size: 12px;
    border-radius: 6.6px;
    padding: 0;
    margin-bottom: 0;
  }

  .sos-cyber-banner h1 {
    font-size: 25px;
    margin: 0;
  }

  .sos-cyber-banner p {
    font-size: 10px;
  }

  .sos-cyber-banner .banner-vector-3 {
    left: auto;
    width: 155%;
  }

  .sos-cyber-banner .banner-vector-4 {
    left: auto;
    height: 130%;
  }

  .sos-cyber-banner .banner-image-sos {
    position: absolute;
    right: auto;
    left: auto;
    bottom: -48px;
    top: auto;
    height: auto;
    width: 192px;
  }

  .sos-cyber-banner .banner-image-sos img {
    width: 100%;
    height: auto;
  }

  .sos-cyber-section {
    padding: 32px 0;
  }

  .package-grid-sos {
    gap: 8px;
    margin-top: 20px;
  }

  .package-card-sos {
    width: 100%;
    border-radius: 8.4px;
    box-shadow: none;
  }

  .package-card-sos .card-header-sos {
    padding: 0 12px;
    min-height: 102px;
  }

  .package-card-sos .sector-tag {
    font-size: 6px;
    padding: 2.1px 4.2px;
    border-radius: 4.2px;
    margin-bottom: 8px;
  }

  .package-card-sos .currency-price {
    font-size: 17.5px;
  }

  .package-card-sos .period {
    font-size: 5px;
    margin-bottom: 3px;
  }

  .package-card-sos .package-name {
    font-size: 8px;
  }

  .package-card-sos .card-body-sos {
    padding: 16px 7px;
  }

  .package-card-sos .special-offer-text {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .package-card-sos .feature-desc {
    font-size: 8px;
    margin-bottom: 15px;
  }

  .package-card-sos .device-image {
    max-height: 150px;
    margin-bottom: 15px;
  }

  .package-card-sos .app-links {
    margin-bottom: 15px;
    gap: 10px;
  }

  .package-card-sos .app-links img {
    height: 20px;
  }
  .package-card-sos .feature-desc-italic {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .package-card-sos .card-footer-sos {
    padding: 0 7px 7px 7px;
  }

  .package-card-sos .btn-subscribe {
    height: 30px;
    font-size: 8px;
    border-radius: 8px;
  }
}
