.bb-hero {
    background: linear-gradient(135deg, #4c1d95, #5b21b6, #7c3aed);
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}
.bb-hero-content { position: relative; z-index: 1; max-width: 900px; }
.bb-hero-content h1 { font-size: 3.2rem; font-weight: 900; color: #fff; margin-bottom: 1.5rem; line-height: 1.2; }
.bb-hero-content h1 span { color: #c4b5fd; }
.bb-hero-content p { font-size: 1.15rem; color: #e9d5ff; line-height: 1.7; margin-bottom: 2.5rem; }
.bb-stats { display: flex; gap: 3rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.bb-stat { text-align: center; }
.bb-stat h3 { font-size: 2.5rem; font-weight: 800; color: #c4b5fd; margin-bottom: 0.3rem; }
.bb-stat p { font-size: 0.9rem; color: #a78bfa; margin: 0; }
.enquire-btn { font-size: 1rem; color: #4c1d95; background: #fff; border: none; border-radius: 6px; padding: 0.8rem 1.8rem; cursor: pointer; transition: all 0.3s; font-weight: 600; }
.enquire-btn:hover { background: #f5f3ff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(196,181,253,0.3); }
.bb-section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.bb-section h2 { text-align: center; font-size: 2.2rem; font-weight: 800; color: #4c1d95; margin-bottom: 3rem; }
.bb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.bb-card { background: #fff; border-radius: 16px; padding: 2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; border: 1px solid #ede9fe; }
.bb-card:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); border-color: #7c3aed; }
.bb-card-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #7c3aed, #5b21b6); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.bb-card-icon i { color: #fff; font-size: 1.5rem; }
.bb-card h3 { font-size: 1.25rem; font-weight: 700; color: #4c1d95; margin-bottom: 0.8rem; }
.bb-card p { font-size: 0.95rem; color: #64748b; line-height: 1.6; }
.cta-section { background: linear-gradient(135deg, #4c1d95, #7c3aed); padding: 4rem 2rem; text-align: center; }
.cta-section h2 { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.cta-section p { color: #c4b5fd; font-size: 1.05rem; margin-bottom: 2rem; }
.faq-container { max-width: 900px; margin: 0 auto; padding: 4rem 2rem; }
.faq-container h2 { text-align: center; font-size: 2rem; font-weight: 800; color: #4c1d95; margin-bottom: 2rem; }
@media (max-width: 768px) {
    .bb-hero-content h1 { font-size: 2.2rem; }
    .bb-stats { gap: 1.5rem; }
    .bb-stat h3 { font-size: 1.8rem; }
}
