/**
 * Hero pages — light pro layout (replaces dark sidebar cards)
 */

body.hero-page-pro {
    background: var(--pp-bg, #F8FAFC) !important;
}

body.hero-page-pro .main-content-premium,
body.hero-page-pro .premium-content-wrapper,
body.hero-page-pro .content-wrapper {
    background: var(--pp-bg, #F8FAFC) !important;
    max-width: none;
    margin: 0;
    padding: 0;
}

.hero-page-pro {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1F2937;
}

.hero-page-pro .pp-hub-slot.hero-page-hub {
    background: var(--pp-bg, #F8FAFC);
}

.hero-page-pro .hero-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.hero-page-pro .hero-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #15803d;
    border: 1px solid #a7f3d0;
}

.hero-page-pro .lead {
    color: var(--pp-muted, #6B7280) !important;
    font-size: 1.0625rem;
    line-height: 1.65;
}

.hero-page-pro .pp-depth-card h3 {
    color: var(--pp-navy, #153B6A);
}

.hero-page-pro .pp-depth-card p,
.hero-page-pro .pp-depth-card li {
    color: var(--pp-muted, #6B7280);
}

.hero-page-pro .hero-quick-facts .pp-depth-card {
    padding: 1.25rem 1rem;
}

.hero-page-pro .hero-quick-facts .text-muted {
    color: var(--pp-muted, #6B7280) !important;
}

.hero-page-pro h2,
.hero-page-pro h3,
.hero-page-pro h4 {
    color: var(--pp-navy, #153B6A) !important;
}

.hero-page-pro section ul {
    padding-left: 1.15rem;
    color: var(--pp-muted, #6B7280);
}

.hero-page-pro section ul li {
    margin-bottom: 0.35rem;
}

/* Kill legacy dark cards if any Bootstrap card leaks in */
body.hero-page-pro .card,
body.hero-page-pro .card-body,
body.hero-page-pro .card-header:not(.bg-primary) {
    background: #fff !important;
    color: #1F2937 !important;
    border-color: var(--pp-border, #E5E7EB) !important;
}

body.hero-page-pro .card-body strong,
body.hero-page-pro .card-body li,
body.hero-page-pro .card-body a {
    color: #1F2937 !important;
}

body.hero-page-pro .card-header.bg-primary {
    background: linear-gradient(165deg, #153B6A 0%, #1e4d85 100%) !important;
    color: #fff !important;
}

body.hero-page-pro .card-header.bg-primary * {
    color: #fff !important;
}
