#template-content .container {
  max-width: 1240px !important;
}

#template-content .col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}

#template-content strong {
  font-weight: bold !important;
}
.hero-banner {
  position: relative;
  padding-top: 0px;
}

.hero-banner-img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  filter: brightness(60%);
}

.hero-banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  z-index: 9;
  width: 59%;
}

.hero-banner-overlay .kicker {
  display: block;
}

#template-content #overview-title {
  margin: 0;
  color: white;
  font-weight: bold !important;
  font-size: 39px !important;
}

#template-content #overview-text {
  margin-top: 12px;
  font-size: 23px !important;
}
#template-content h2,
#template-content h3 {
  font-family: inherit !important;
  padding-bottom: 15px !important;
}

.hero {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-grid {
  align-items: center;
}

.hero p {
  color: var(--muted);
  margin: 0 0 16px;
}
.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
}
.hero img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.btn-primary {
  margin: 5px;
  min-width: 220px;
}
#template-content .section {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
#template-content .section h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 8px;
}
.kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#template-content .btn-primary {
  background-color: rgb(51, 51, 51) !important;
  text-decoration: none !important;
  color: white !important;
  border: none;
}

thead th {
  font-weight: bold !important;
}

.spec {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}
.spec .label {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.spec .value {
  font-size: 18px;
  font-weight: 700;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 16px;
}
.pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.15);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.small {
  font-size: 12px;
  color: var(--muted);
}

@media (min-width: 720px) {
  .spec-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .compare-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (min-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
}

@media (max-width: 720px) {
  #template-content #overview-title {
    font-size: 21px !important;
  }
  #template-content #overview-text {
    font-size: 16px !important;
  }
  #template-content h3,
  #template-content h2 {
    font-size: 21px !important;
  }
  .hero-banner-overlay {
    width: 95%;
  }
  .hero-banner-img {
    min-height: 300px;
    object-fit: cover;
  }
  .col-md-6 {
    width: 100% !important;
    float: none !important;
  }
  .col-md-push-6 {
    left: 0 !important;
  }
  .col-md-pull-6 {
    right: 0 !important;
  }
}
