/* ========================================================
   BGC FOUNDATION DEDICATED STYLING (#000000 & #ed2227)
   ======================================================== */

.bg-black {
    background-color: #000000 !important;
}

.text-red {
    color: #ed2227 !important;
}

/* Ambient Red Background Lights */
.bgc-hero-glow-1 {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(237, 34, 39, 0.18) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.bgc-hero-glow-2 {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(237, 34, 39, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

/* Badge Styling */
.bgc-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(237, 34, 39, 0.4);
}

.bgc-pill-badge .badge-dot {
    width: 8px;
    height: 8px;
    background-color: #ed2227;
    border-radius: 50%;
    box-shadow: 0 0 10px #ed2227;
}

.bgc-pill-badge .badge-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #d80f0f;
}

/* Typography Gradient */
.bgc-hero-title {
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 800;
    line-height: 1.15;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FF5257 0%, #ed2227 60%, #990B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ed2227;
    display: inline-block;
}

.bgc-hero-desc {
    font-size: 16.5px;
    line-height: 1.8;
    max-width: 620px;
}

/* Buttons */
.btn-bgc-primary {
    background: linear-gradient(135deg, #ed2227 0%, #990B0F 100%);
    color: #FFFFFF !important;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 25px rgba(237, 34, 39, 0.4);
    transition: all 0.35s ease;
    text-decoration: none;
}

.btn-bgc-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(237, 34, 39, 0.6);
}

.btn-bgc-secondary {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.35s ease;
}

.btn-bgc-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ed2227;
    transform: translateY(-3px);
}

/* Impact Counter Row */
.bgc-impact-number {
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.bgc-impact-label {
    font-size: 13px;
    color: #ed2227;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 4px;
}

.bgc-impact-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: center;
}

/* Right Media Showcase Frame */
.bgc-media-frame {
    height: 480px;
    border: 1px solid rgba(237, 34, 39, 0.4);
    background-color: #111111;
}

.bgc-showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bgc-media-frame:hover .bgc-showcase-img {
    transform: scale(1.06);
}

.bgc-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%);
}

.floating-impact-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13.5px;
    z-index: 2;
}

/* Glass Cards */
.bgc-glass-card {
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bgc-icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ed2227 0%, #990B0F 100%);
    color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Pillar Cards */
.bgc-pillar-card {
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bgc-pillar-card:hover {
    border-color: #ed2227;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(237, 34, 39, 0.22);
    background: rgba(25, 25, 25, 0.95);
}

.bgc-card-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #ed2227 0%, #990B0F 100%);
    color: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.card-num {
    position: absolute;
    top: 25px;
    right: 25px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.12);
}

.pillar-title {
    font-size: 22px;
    font-weight: 700;
}

/* Bottom CTA Banner */
.bgc-cta-box {
    background: linear-gradient(135deg, rgba(25, 12, 14, 0.9) 0%, rgba(12, 12, 12, 0.95) 100%);
    border: 1px solid rgba(237, 34, 39, 0.4);
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(237, 34, 39, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.max-w-600 {
    max-width: 600px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .bgc-media-frame {
        height: 380px;
    }
    .bgc-impact-divider {
        display: none;
    }
}