.content-section-layout {
  padding-top: 5.75rem;
  background: #fff;
}

.content-section-layout > section,
.package-list,
.quick-links-section,
.reviews-premium,
.faq-premium,
.related-products-section {
  background: #fff;
}

.header-section-premium {
  margin-top: 0 !important;
}

.header-section-premium .premium-content {
  border-radius: 8px !important;
  letter-spacing: 0;
}

.header-section-premium h1,
.content-section-layout h2,
.premium-title,
.faq-premium h2,
.what-we-offer-premium .premium-intro h2,
.how-it-work-premium .premium-title {
  font-size: 37px !important;
  letter-spacing: 0 !important;
  line-height: 1.16;
}

.package-home-cards .row {
  row-gap: 1rem;
}

.package-network-card {
  height: 100%;
  padding: 18px;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.package-network-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8fafc;
}

.package-network-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-network-name {
  margin: 0;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.25;
}

.package-network-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.package-network-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fbfcfe;
  color: #172033;
  font-weight: 750;
}

.package-network-link:hover {
  border-color: rgba(85, 27, 179, 0.28);
  color: #42138f;
}

.package-network-link-icon {
  color: #551bb3;
}

.premium-home-link-icon .section-icon-img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.package-plans-grid,
.related-products-grid,
.what-we-offer-premium .premium-feature-grid,
.how-it-work-premium .premium-steps {
  display: grid;
  gap: 1rem;
}

.related-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.what-we-offer-premium .premium-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.how-it-work-premium .premium-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fbfcfe;
}

.accordion-button {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  padding: 0.72rem 1rem;
  border: 0;
  background: transparent;
  color: #162033;
  font-weight: 800;
  text-align: left;
}

.accordion-collapse:not(.show) {
  display: none;
}

.accordion-body {
  padding: 0 1rem 0.85rem;
  color: #667085;
  line-height: 1.75;
}

.premium-feature-icon .section-icon-img,
.premium-highlight .section-icon-img {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .content-section-layout {
    padding-top: 5.25rem;
  }

  .related-products-grid,
  .what-we-offer-premium .premium-feature-grid,
  .how-it-work-premium .premium-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .how-it-work-premium .premium-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
