.iblhp-band, .iblhp-band * { box-sizing: border-box; }

.iblhp-band {
  background: var(--iblhp-band-bg, #0d0d0f);
  border-radius: 12px;
  margin: 24px 0;
  padding: 36px 24px 44px;
}

.iblhp-trustbar {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}

.iblhp-trustbar ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--iblhp-text-muted, #8b8f96);
}

.iblhp-trustbar li::before {
  content: '✓ ';
  color: var(--iblhp-accent, #00AEEF);
  font-weight: 700;
}

.iblhp-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 26px;
  max-width: 1000px;
  margin: 0 auto 34px;
}

.iblhp-why-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--iblhp-accent, #00AEEF);
  margin-bottom: 8px;
}

.iblhp-why-item h4 {
  color: var(--iblhp-text-color, #ffffff);
  font-size: 15px;
  margin: 0 0 6px;
}

.iblhp-why-item p {
  color: var(--iblhp-text-muted, #8b8f96);
  font-size: 13px;
  margin: 0;
}

.iblhp-cta-strip {
  text-align: center;
  padding-top: 8px;
}

.iblhp-cta-strip h2 {
  color: var(--iblhp-text-color, #ffffff);
  font-size: 22px;
  margin: 0 0 10px;
}

.iblhp-cta-strip p {
  color: var(--iblhp-text-muted, #8b8f96);
  font-size: 14px;
  margin: 0 0 22px;
}

.iblhp-btn-primary {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: var(--iblhp-accent, #00AEEF);
  color: #050505 !important;
  box-shadow: 0 0 20px rgba(0, 174, 239, 0.35);
}

.iblhp-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--iblhp-text-color, #ffffff);
}

.iblhp-stat-sep {
  color: var(--iblhp-accent, #00AEEF);
}

.iblhp-section-title {
  text-align: center;
  color: var(--iblhp-text-color, #ffffff);
  font-size: 22px;
  margin: 0 0 26px;
}

.iblhp-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.iblhp-service-card {
  background: var(--iblhp-card-bg, #141417);
  border: 1px solid var(--iblhp-card-border, #2a2a2e);
  border-radius: 10px;
  padding: 22px 20px;
}

.iblhp-service-card h3 {
  color: var(--iblhp-text-color, #ffffff);
  font-size: 16px;
  margin: 0 0 8px;
}

.iblhp-service-card p {
  color: var(--iblhp-text-muted, #8b8f96);
  font-size: 13px;
  margin: 0 0 16px;
}

.iblhp-service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(217, 217, 217, 0.1);
}

.iblhp-price {
  color: var(--iblhp-text-color, #ffffff);
  font-weight: 600;
  font-size: 14px;
}

.iblhp-card-link {
  color: var(--iblhp-accent, #00AEEF);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.iblhp-faq {
  max-width: 720px;
  margin: 0 auto;
}

.iblhp-faq-item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
  padding: 16px 4px;
}

.iblhp-faq-item summary {
  cursor: pointer;
  color: var(--iblhp-text-color, #ffffff);
  font-size: 15px;
  font-weight: 500;
  list-style: none;
}

.iblhp-faq-item summary::-webkit-details-marker {
  display: none;
}

.iblhp-faq-item summary::before {
  content: '+ ';
  color: var(--iblhp-accent, #00AEEF);
  font-weight: 700;
}

.iblhp-faq-item[open] summary::before {
  content: '− ';
}

.iblhp-faq-item p {
  color: var(--iblhp-text-muted, #8b8f96);
  font-size: 13px;
  margin: 10px 0 0 18px;
}
