: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;
}

/* Standby Security Page Styles */

.standby-banner {
  position: relative;
  width: 100%;
  height: 370px;
  background: linear-gradient(77.5deg, #d7890e -4.22%, #6a0000 25.7%, #6a0000 54.75%, #d7890e 91.92%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

.standby-banner .banner-vector-3 {
  height: 100%;
  width: auto;
  left: 51.6%;
  top: 0;
}

.standby-banner .banner-vector-4 {
  height: 100%;
  width: auto;
  left: calc(51.6% - 20px);
  top: 0;
}

.standby-banner .banner-container {
  width: 1098px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.standby-banner .banner-content-text {
  width: 570px;
}

.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;
}

.standby-banner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  margin: 0;
}

.standby-banner p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
}

.standby-banner .banner-image-guards {
  width: 494px;
  height: 370px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.standby-banner .banner-image-guards img {
  height: 100%;
  object-fit: contain;
}

.standby-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.standby-section .package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  align-items: start;
  gap: 0 28px;
  margin-top: 40px;
}

.standby-section .package-card {
  background: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  overflow: visible;
  position: relative;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
  margin-bottom: 28px;
}

.standby-section .card-header-package {
  background: linear-gradient(260.12deg, #6a0000 4.52%, #d7890e 68.65%);
  padding: 28px;
  color: #ffffff;
  min-height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
}

.standby-section .card-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.standby-section .sector-tag {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.standby-section .tag-monthly {
  background: #ffffff;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  background: #ffffff;
  color: #df0001;
}

.standby-section .price-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}

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

.standby-section .period {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

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

.standby-section .card-body {
  padding: 30px 26px;
}

.standby-section .card-footer {
  padding: 0 26px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

/* Responsive */
@media (max-width: 1024px) {
  .standby-section .package-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }

  .standby-banner .banner-content-text {
    max-width: 420px;
  }

  .standby-banner .banner-container {
    max-width: 768px;
  }

  .standby-section .currency-price {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .main-container {
    margin-top: 0;
  }

  .standby-section {
    padding: 32px 0;
  }

  .standby-banner {
    height: 400px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 64px;
    background: linear-gradient(77.5deg, #d7890e -4.22%, #6a0000 25.7%, #6a0000 54.75%, #d7890e 91.92%);
  }

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

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

  .standby-banner .banner-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    max-width: 100%;
    justify-content: flex-start;
    height: 100%;
  }

  .standby-banner .banner-content-text {
    max-width: 295px;
    z-index: 10;
    max-height: 50%;
    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;
  }

  .standby-banner h1 {
    font-size: 25px;
    line-height: 130%;
    margin: 0;
  }

  .standby-banner p {
    font-size: 10px;
    line-height: 130%;
  }

  .standby-banner .banner-image-guards {
    position: absolute;
    right: auto;
    width: auto;
    bottom: -28px;
  }

  .standby-banner .banner-image-guards img {
    width: 263px;
    height: auto;
    object-fit: contain;
  }

  /* Grid Mobile */
  .standby-section .package-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    align-items: start;
    gap: 0 8px;
    margin-top: 20px;
  }

  .standby-section .package-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    border-radius: 8.4px;
    box-shadow: none;
    min-height: auto;
    margin-bottom: 16px;
  }

  .standby-section .card-header-package {
    padding: 11.7px;
    height: auto;
    min-height: 77px;
    gap: 6.7px;
    border-radius: 8.4px 8.4px 0 0;
  }

  .standby-section .card-header-top {
    margin-bottom: 0;
  }

  .standby-section .sector-tag {
    font-size: 6px;
    padding: 2.1px 4.2px;
    border-radius: 4.2px;
  }

  .standby-section .tag-monthly {
    font-size: 6px;
    padding: 2.1px 4.2px;
    border-radius: 4.2px;
  }

  .standby-section .price-info {
    gap: 0;
    margin-bottom: 0;
  }

  .standby-section .currency-price {
    font-size: 17.5px;
  }

  .standby-section .period {
    font-size: 5px;
    margin-left: 2px;
    margin-bottom: 3px;
  }

  .standby-section .package-name {
    font-size: 8px;
  }

  .standby-section .card-body {
    padding: 16px 7px;
  }

  .standby-section .card-footer {
    padding: 0 7px 7px 7px;
    gap: 16px;
  }

  .standby-section .btn-subscribe {
    height: 30px;
    font-size: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
