/* ======================================================
   BOOTCAMP DETAILS v3 — PREMIUM DESIGN
   Mirrors Course Details layout pattern:
     Hero (image+text) → 2-col (sidebar+content)
   Single image usage, fully responsive, RTL-first
   ====================================================== */

/* ─── DESIGN TOKENS — Coderz Brand Colors ─── */
.bp-page {
    --bp-primary: #157EEE;
    --bp-primary-dark: #0D5BB8;
    --bp-primary-light: #4A9DF4;
    --bp-primary-glow: rgba(21, 126, 238, 0.12);
    --bp-secondary: #36454F;
    --bp-secondary-dark: #2A363E;
    --bp-secondary-light: #4D5D68;
    --bp-gradient: linear-gradient(135deg, #36454F 0%, #157EEE 100%);
    --bp-gradient-reverse: linear-gradient(135deg, #157EEE 0%, #36454F 100%);
    --bp-text-dark: #0f172a;
    --bp-text: #1e293b;
    --bp-text-muted: #64748b;
    --bp-text-light: #94a3b8;
    --bp-bg: #f8fafc;
    --bp-bg-white: #ffffff;
    --bp-border: #e2e8f0;
    --bp-border-light: #f1f5f9;
    --bp-radius: 16px;
    --bp-radius-sm: 10px;
    --bp-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    --bp-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);
    --bp-font: 'Cairo', 'Inter', 'Segoe UI', system-ui, sans-serif;

    font-family: var(--bp-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ======================================================
   1. HERO SECTION — Coderz Charcoal + Blue
   ====================================================== */
.bp-page .bp-hero {
    position: relative;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
    background: #36454F !important;
    color: white !important;
}

/* BG gradient — charcoal to blue sweep */
.bp-page .bp-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #36454F 0%, #2A363E 30%, #1a3a52 60%, #157EEE 100%);
    z-index: 0;
}

/* Dot pattern */
.bp-page .bp-hero-pattern {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: radial-gradient(circle, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

/* Subtle glow orbs — brand blue */
.bp-page .bp-hero::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(21, 126, 238, 0.08) 0%, transparent 70%);
    top: -180px; right: 10%;
    z-index: 1; pointer-events: none;
    border-radius: 50%; filter: blur(50px);
}
.bp-page .bp-hero::after {
    content: '';
    position: absolute;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(21, 126, 238, 0.05) 0%, transparent 70%);
    bottom: -130px; left: 8%;
    z-index: 1; pointer-events: none;
    border-radius: 50%; filter: blur(50px);
}

.bp-page .bp-hero .container {
    position: relative;
    z-index: 2;
}

/* ─── BREADCRUMB ─── */
.bp-page .bp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.4) !important;
}

.bp-page .bp-breadcrumb a {
    color: rgba(255,255,255,0.4) !important;
    text-decoration: none;
    transition: color 0.2s;
}
.bp-page .bp-breadcrumb a:hover { color: rgba(255,255,255,0.8) !important; }
.bp-page .bp-breadcrumb .bp-sep { color: rgba(255,255,255,0.25) !important; }
.bp-page .bp-breadcrumb span { color: rgba(255,255,255,0.65) !important; font-weight: 600; }
.bp-page .bp-breadcrumb i.fas { font-size: 0.55rem; opacity: 0.35; }

/* ─── HERO GRID ─── */
.bp-page .bp-hero-grid {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 3.5rem;
    align-items: center;
}

/* Image first in grid order */
.bp-page .bp-hero-visual { order: 1; }
.bp-page .bp-hero-text   { order: 2; }

/* ─── BADGES ─── */
.bp-page .bp-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-top: 20px;
    animation: bpFadeUp 0.5s ease-out both;
}

.bp-page .bp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.8rem;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid transparent;
    letter-spacing: 0.2px;
}

.bp-page .bp-badge-cat {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9) !important;
    border-color: rgba(255,255,255,0.15);
}
.bp-page .bp-badge-featured {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937 !important;
}
.bp-page .bp-badge-live {
    background: rgba(239,68,68,0.9);
    color: white !important;
}
.bp-page .bp-badge-live i { font-size: 0.4rem; animation: bpPulse 2s ease-in-out infinite; }
.bp-page .bp-badge-sale {
    background: rgba(16,185,129,0.9);
    color: white !important;
}

@keyframes bpPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ─── TITLE ─── */
.bp-page .bp-hero-title {
    font-size: clamp(1.75rem, 3.8vw, 2.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin-bottom: 0.9rem !important;
    color: white !important;
    animation: bpFadeUp 0.55s ease-out both;
}

.bp-page .bp-hero-subtitle {
    font-size: 1rem !important;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
    animation: bpFadeUp 0.65s ease-out both;
}

.bp-page .bp-hero-desc {
    font-size: 0.86rem !important;
    line-height: 1.85 !important;
    color: rgba(255,255,255,0.48) !important;
    margin-bottom: 1.5rem !important;
    max-width: 460px;
    animation: bpFadeUp 0.75s ease-out both;
}

@keyframes bpFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── HERO STATS ─── */
.bp-page .bp-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    animation: bpFadeUp 0.85s ease-out both;
}

.bp-page .bp-hero-stat {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.9rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50px;
    font-size: 0.8rem;
    transition: background 0.25s;
}
.bp-page .bp-hero-stat:hover { background: rgba(255,255,255,0.1); }
.bp-page .bp-hero-stat i { color: rgba(255,255,255,0.4) !important; font-size: 0.75rem; }
.bp-page .bp-hero-stat-val { font-weight: 700; color: white !important; font-size: 0.82rem; }
.bp-page .bp-hero-stat-label { color: rgba(255,255,255,0.45) !important; font-size: 0.78rem; }

/* ─── INFO PILLS ─── */
.bp-page .bp-info-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    animation: bpFadeUp 0.9s ease-out both;
}

.bp-page .bp-info-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75) !important;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
}
.bp-page .bp-info-pill i { font-size: 0.65rem; opacity: 0.7; }
.bp-page .bp-info-pill img { height: 14px; width: auto; border-radius: 3px; filter: brightness(1.5); }

/* ─── HERO PRICE ROW ─── */
.bp-page .bp-hero-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.3rem;
    animation: bpFadeUp 0.9s ease-out both;
}

.bp-page .bp-hero-price-amount {
    font-size: 1.9rem;
    font-weight: 800;
    color: white !important;
    letter-spacing: -0.01em;
}

.bp-page .bp-hero-price-old {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.3) !important;
    text-decoration: line-through;
}

.bp-page .bp-hero-discount {
    background: linear-gradient(135deg, #c9a020, #b8911a);
    color: white !important;
    padding: 0.22rem 0.65rem;
    border-radius: 5px;
    font-size: 0.72rem;
    font-weight: 700;
}

/* ─── HERO CTA ROW ─── */
.bp-page .bp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
    animation: bpFadeUp 1s ease-out both;
}

.bp-page .bp-btn-enroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.6rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
    background: transparent;
    color: white !important;
    border: 1.5px solid rgba(255,255,255,0.3) !important;
    transition: all 0.3s;
    text-decoration: none;
    font-family: var(--bp-font);
    gap: 0.5rem;
}
.bp-page .bp-btn-enroll:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.55) !important;
    color: white !important;
}

.bp-page .bp-btn-curriculum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.6rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.85) !important;
    transition: all 0.3s;
    gap: 0.5rem;
}
.bp-page .bp-btn-curriculum:hover {
    background: rgba(255,255,255,0.14);
    color: white !important;
}

/* ─── FLOATING SPHERES ─── */
.bp-page .bp-sphere {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
    pointer-events: none;
}
.bp-page .bp-sphere-1 {
    width: 14px; height: 14px;
    top: 5%; right: 2%;
    background: radial-gradient(circle at 35% 35%, #fff, rgba(147,197,253,0.6));
    box-shadow: 0 0 10px rgba(147,197,253,0.5);
    animation: bpSphFloat 6s ease-in-out infinite;
}
.bp-page .bp-sphere-2 {
    width: 10px; height: 10px;
    bottom: 12%; left: -6%;
    background: radial-gradient(circle at 35% 35%, #fff, rgba(147,197,253,0.5));
    box-shadow: 0 0 8px rgba(147,197,253,0.4);
    animation: bpSphFloat 7s ease-in-out infinite 0.8s;
}
.bp-page .bp-sphere-3 {
    width: 18px; height: 18px;
    top: 55%; right: -10%;
    background: radial-gradient(circle at 30% 30%, #fff, rgba(96,165,250,0.5));
    box-shadow: 0 0 14px rgba(96,165,250,0.4);
    animation: bpSphFloat2 5.5s ease-in-out infinite 0.3s;
}
.bp-page .bp-sphere-4 {
    width: 8px; height: 8px;
    top: -4%; left: 35%;
    background: radial-gradient(circle at 35% 35%, #fff, rgba(191,219,254,0.6));
    box-shadow: 0 0 6px rgba(191,219,254,0.4);
    animation: bpSphFloat 9s ease-in-out infinite 1.5s;
}

@keyframes bpSphFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}
@keyframes bpSphFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-8px, 10px); }
}

/* ─── GLASS FRAME ─── */
.bp-page .bp-glass-frame {
    position: relative;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1.5px solid rgba(255,255,255,0.1);
    box-shadow:
        0 24px 48px -8px rgba(0,0,0,0.45),
        0 0 40px -5px rgba(21, 126, 238, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.06);
    transform: rotate(-2.5deg);
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    animation: bpGlassIn 0.75s cubic-bezier(.4,0,.2,1) both;
}
.bp-page .bp-glass-frame:hover {
    transform: rotate(0deg) scale(1.015);
}

@keyframes bpGlassIn {
    from { opacity: 0; transform: rotate(-6deg) translateY(28px) scale(0.94); }
    to   { opacity: 1; transform: rotate(-2.5deg) translateY(0) scale(1); }
}

.bp-page .bp-hero-image-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.bp-page .bp-hero-image-wrap img {
    width: 100%;
    height: auto;
    max-height: 290px;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.bp-page .bp-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}

/* ======================================================
   2. MAIN CONTENT — 2-column (sidebar + content)
   ====================================================== */
.bp-page .bp-main {
    padding: 1.2rem 0 2rem;
    background: var(--bp-bg) !important;
}

.bp-page .bp-main-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Desktop: sidebar + content */
@media (min-width: 992px) {
    .bp-page .bp-main-grid {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 2rem;
    }
    [dir="rtl"] .bp-page .bp-main-grid {
        grid-template-columns: 380px 1fr;
    }
    .bp-page .bp-sidebar {
        order: 2;
        position: sticky;
        top: 70px;
        align-self: start;
    }
    [dir="rtl"] .bp-page .bp-sidebar { order: -1; }
    .bp-page .bp-main-content { order: 1; }
    [dir="rtl"] .bp-page .bp-main-content { order: 2; }
}

/* ======================================================
   3. SIDEBAR ENROLLMENT CARD
   ====================================================== */
.bp-page .bp-enroll-card {
    background: var(--bp-bg-white) !important;
    border-radius: var(--bp-radius);
    overflow: hidden;
    box-shadow: var(--bp-shadow-lg);
}

/* Price header */
.bp-page .bp-enroll-header {
    background: var(--bp-gradient) !important;
    padding: 1.5rem;
    text-align: center;
    color: white !important;
}

.bp-page .bp-enroll-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.bp-page .bp-enroll-old-price {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 1rem;
    color: white !important;
}

.bp-page .bp-enroll-discount-tag {
    background: #fbbf24;
    color: #1f2937 !important;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
}

.bp-page .bp-enroll-price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.bp-page .bp-price-currency {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.9;
    color: white !important;
}

.bp-page .bp-price-value {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -1px;
    color: white !important;
}

/* Enroll body */
.bp-page .bp-enroll-body {
    padding: 1.25rem;
}

/* Enroll button */
.bp-page .bp-btn-sidebar-enroll {
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--bp-gradient) !important;
    border: none !important;
    border-radius: var(--bp-radius-sm);
    color: white !important;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    font-family: var(--bp-font);
    margin-bottom: 0.6rem;
}
.bp-page .bp-btn-sidebar-enroll:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--bp-primary) 30%, transparent);
}

.bp-page .bp-btn-sidebar-wa {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(37, 211, 102, 0.08) !important;
    color: #25d366 !important;
    border: 1px solid rgba(37, 211, 102, 0.2) !important;
    border-radius: var(--bp-radius-sm);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
    font-family: var(--bp-font);
    margin-bottom: 0.6rem;
}
.bp-page .bp-btn-sidebar-wa:hover {
    background: rgba(37, 211, 102, 0.15) !important;
    color: #25d366 !important;
    transform: translateY(-1px);
}

.bp-page .bp-btn-sidebar-outline {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--bp-bg) !important;
    color: var(--bp-text-muted) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: var(--bp-radius-sm);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
    font-family: var(--bp-font);
}
.bp-page .bp-btn-sidebar-outline:hover {
    background: var(--bp-border-light) !important;
    color: var(--bp-text) !important;
    transform: translateY(-1px);
}

/* Features list */
.bp-page .bp-enroll-features {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed var(--bp-border);
}

.bp-page .bp-enroll-feature {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: var(--bp-text-muted) !important;
    margin-bottom: 0.6rem;
}
.bp-page .bp-enroll-feature i {
    color: #10b981 !important;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Classification badges */
.bp-page .bp-classification {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed var(--bp-border);
}
.bp-page .bp-classification-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bp-text-dark) !important;
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bp-page .bp-classification-title i { color: var(--bp-primary) !important; font-size: 0.8rem; }

.bp-page .bp-class-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.bp-page .bp-class-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
    border: 1px solid var(--bp-border);
    background: var(--bp-bg);
    color: var(--bp-text-muted) !important;
    transition: all 0.25s;
}
.bp-page .bp-class-badge i { font-size: 0.65rem; }
.bp-page .bp-class-badge:hover {
    border-color: var(--bp-primary);
    color: var(--bp-primary) !important;
    background: var(--bp-primary-glow);
}

/* Alert */
.bp-page .bp-alert {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: var(--bp-radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.bp-page .bp-alert-warning {
    background: #fffbeb !important;
    color: #b45309 !important;
    border: 1px solid #fde68a;
}
.bp-page .bp-alert-success {
    background: #ecfdf5 !important;
    color: #047857 !important;
    border: 1px solid #a7f3d0;
}
/* ======================================================
   4. TABS NAVIGATION — Premium Redesign
   ====================================================== */
.bp-page .bp-tabs-nav {
    position: sticky;
    top: 60px;
    z-index: 100;
    background: #fff !important;
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.05);
}

.bp-page .bp-tabs-inner {
    display: flex;
    gap: 0;
    overflow-x: visible;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
}
.bp-page .bp-tabs-inner::-webkit-scrollbar { display: none; }

.bp-page .bp-tab-btn {
    flex: 1;
    padding: 14px 16px;
    border: none !important;
    background: transparent !important;
    color: var(--bp-text-muted) !important;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    flex-shrink: 0;
    font-family: var(--bp-font);
    position: relative;
}
.bp-page .bp-tab-btn i { font-size: 1rem; }
.bp-page .bp-tab-btn:hover {
    color: var(--bp-primary) !important;
    background: rgba(21, 126, 238, 0.06) !important;
}
.bp-page .bp-tab-btn.active {
    color: white !important;
    background: linear-gradient(135deg, #157EEE, #0D5BB8) !important;
    box-shadow: 0 4px 15px rgba(21, 126, 238, 0.3);
}

.bp-page .bp-tab-badge {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.15rem 0.45rem;
    background: rgba(0,0,0,0.06);
    border-radius: 100px;
    color: var(--bp-text-light) !important;
}
.bp-page .bp-tab-btn.active .bp-tab-badge {
    background: rgba(255,255,255,0.25);
    color: white !important;
}

/* Desktop */
@media (min-width: 769px) {
    .bp-page .bp-tab-btn {
        padding: 16px 24px;
        font-size: 0.92rem;
    }
}

/* ======================================================
   5. TAB CONTENT
   ====================================================== */
.bp-page .bp-tab-content {
    display: none;
    animation: bpTabFade 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.bp-page .bp-tab-content.active { display: block; }

@keyframes bpTabFade {
    from { opacity: 0; transform: translateY(15px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ======================================================
   6. CARDS — Light theme
   ====================================================== */
.bp-page .bp-card {
    background: var(--bp-bg-white) !important;
    border: 1px solid var(--bp-border);
    border-radius: var(--bp-radius-sm);
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    overflow: hidden;
}

.bp-page .bp-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bp-text-dark) !important;
    margin: 0;
    padding: 16px 20px 12px 20px;
    background: transparent;
    border-bottom: 2px solid var(--bp-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.bp-page .bp-card-title i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    background: var(--bp-gradient) !important;
    color: white !important;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--bp-primary) 25%, transparent);
}

.bp-page .bp-card-body {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--bp-text-muted) !important;
}

/* ======================================================
   7. LEARNING POINTS
   ====================================================== */
.bp-page .bp-learn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    padding: 20px;
}

.bp-page .bp-learn-item {
    background: var(--bp-bg) !important;
    border: 1px solid var(--bp-border);
    padding: 14px;
    border-radius: var(--bp-radius-sm);
    display: flex;
    gap: 10px;
    transition: all 0.3s ease;
}
.bp-page .bp-learn-item:hover {
    border-color: var(--bp-primary);
    background: var(--bp-primary-glow) !important;
    transform: translateX(5px);
}
[dir="rtl"] .bp-page .bp-learn-item:hover {
    transform: translateX(-5px);
}
.bp-page .bp-learn-item i {
    color: var(--bp-primary) !important;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}
.bp-page .bp-learn-item span {
    font-size: 13px;
    font-weight: 500;
    color: var(--bp-text-dark) !important;
    line-height: 1.6;
}

/* ======================================================
   8. INSTRUCTOR
   ====================================================== */
.bp-page .bp-instructor {
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.bp-page .bp-instructor-avatar {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--bp-border);
    background: var(--bp-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bp-page .bp-instructor-avatar img { width: 100%; height: 100%; object-fit: cover; }
.bp-page .bp-instructor-avatar i { font-size: 1.5rem; color: var(--bp-text-light) !important; }
.bp-page .bp-instructor-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bp-text-dark) !important;
    margin-bottom: 0.2rem;
}
.bp-page .bp-instructor-title-text {
    font-size: 0.82rem;
    color: var(--bp-primary) !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.bp-page .bp-instructor-bio {
    font-size: 0.83rem;
    color: var(--bp-text-muted) !important;
    line-height: 1.7;
}

/* ======================================================
   9. CURRICULUM ACCORDION
   ====================================================== */
.bp-page .bp-curriculum {
    padding: 20px;
}

.bp-page .bp-phase {
    margin-bottom: 10px;
    border: 1px solid var(--bp-border);
    border-radius: 8px;
    overflow: hidden;
}

.bp-page .bp-phase-header {
    padding: 12px 16px;
    background: var(--bp-bg) !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    gap: 1rem;
}
.bp-page .bp-phase-header:hover { background: var(--bp-primary-glow) !important; }
.bp-page .bp-phase.open .bp-phase-header {
    background: var(--bp-gradient) !important;
    color: white !important;
}

.bp-page .bp-phase-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.bp-page .bp-phase-num {
    width: 28px; height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    color: var(--bp-primary) !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 1px 4px color-mix(in srgb, var(--bp-primary) 20%, transparent);
    flex-shrink: 0;
}
.bp-page .bp-phase.open .bp-phase-num {
    background: rgba(255,255,255,0.25) !important;
    color: white !important;
}

.bp-page .bp-phase-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--bp-text-dark) !important;
}
.bp-page .bp-phase.open .bp-phase-title { color: white !important; }

.bp-page .bp-phase-meta {
    font-size: 12px;
    color: var(--bp-text-muted) !important;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.bp-page .bp-phase.open .bp-phase-meta { color: rgba(255,255,255,0.9) !important; }
.bp-page .bp-phase-meta i.fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 12px;
}
.bp-page .bp-phase.open .bp-phase-meta i.fa-chevron-down { transform: rotate(180deg); }

.bp-page .bp-phase-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white !important;
}
.bp-page .bp-phase.open .bp-phase-body { max-height: 2000px; }

.bp-page .bp-topic {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 56px;
    border-top: 1px solid var(--bp-border);
    transition: background 0.2s;
    font-size: 13px;
    color: var(--bp-text-muted) !important;
}
.bp-page .bp-topic:hover { background: var(--bp-bg) !important; }
.bp-page .bp-topic i { color: var(--bp-primary) !important; font-size: 12px; flex-shrink: 0; }

[dir="rtl"] .bp-page .bp-topic { padding: 10px 56px 10px 16px; }

/* ======================================================
   10. AUDIENCE + FAQ + OUTLINE
   ====================================================== */
.bp-page .bp-audience-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.bp-page .bp-audience-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--bp-bg) !important;
    color: var(--bp-text-dark) !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--bp-border);
    transition: all 0.3s ease;
}
.bp-page .bp-audience-tag i { color: var(--bp-primary) !important; }
.bp-page .bp-audience-tag:hover {
    background: var(--bp-primary) !important;
    color: white !important;
    border-color: var(--bp-primary);
}
.bp-page .bp-audience-tag:hover i { color: white !important; }

/* FAQ */
.bp-page .bp-faq-list { padding: 16px 20px; }

.bp-page .bp-faq-item {
    margin-bottom: 10px;
    border: 1px solid var(--bp-border);
    border-radius: 8px;
    overflow: hidden;
}

.bp-page .bp-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    background: var(--bp-bg) !important;
    transition: all 0.2s;
    gap: 12px;
}
.bp-page .bp-faq-q:hover { background: var(--bp-primary-glow) !important; }
.bp-page .bp-faq-item.open .bp-faq-q {
    background: var(--bp-gradient) !important;
}

.bp-page .bp-faq-q h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: var(--bp-text-dark) !important;
    flex: 1;
}
.bp-page .bp-faq-item.open .bp-faq-q h4 { color: white !important; }

.bp-page .bp-faq-q i {
    font-size: 12px;
    color: var(--bp-text-light) !important;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.bp-page .bp-faq-item.open .bp-faq-q i {
    transform: rotate(45deg);
    color: rgba(255,255,255,0.8) !important;
}

.bp-page .bp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white !important;
}
.bp-page .bp-faq-item.open .bp-faq-a { max-height: 800px; }

.bp-page .bp-faq-a-inner {
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--bp-text-muted) !important;
    border-top: 1px solid var(--bp-border);
}

/* Outline download */
.bp-page .bp-outline-box {
    padding: 40px;
    text-align: center;
    background: linear-gradient(135deg, var(--bp-bg), white) !important;
}
.bp-page .bp-outline-icon {
    width: 80px; height: 80px;
    background: var(--bp-primary-glow) !important;
    color: var(--bp-primary) !important;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px;
}
.bp-page .bp-outline-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bp-text-dark) !important;
    margin-bottom: 0.5rem;
}
.bp-page .bp-outline-box p {
    color: var(--bp-text-muted) !important;
    margin-bottom: 1.5rem;
    font-size: 0.88rem;
}
.bp-page .bp-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bp-primary) !important;
    color: white !important;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px color-mix(in srgb, var(--bp-primary) 30%, transparent);
    transition: all 0.3s ease;
}
.bp-page .bp-download-btn:hover {
    background: var(--bp-primary-dark) !important;
    transform: translateY(-3px);
    color: white !important;
    box-shadow: 0 6px 20px color-mix(in srgb, var(--bp-primary) 40%, transparent);
}

/* ======================================================
   11. RELATED BOOTCAMPS
   ====================================================== */
.bp-page .bp-related {
    background: white !important;
    padding: 3rem 0;
    border-top: 1px solid var(--bp-border);
}

.bp-page .bp-related-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--bp-text-dark) !important;
    margin-bottom: 1.5rem;
}

.bp-page .bp-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.2rem;
}

.bp-page .bp-related-card {
    background: var(--bp-bg-white) !important;
    border: 1px solid var(--bp-border);
    border-radius: var(--bp-radius);
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.bp-page .bp-related-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bp-shadow-lg);
    border-color: color-mix(in srgb, var(--bp-primary) 30%, transparent);
}
.bp-page .bp-related-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.bp-page .bp-related-card-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bp-page .bp-related-card-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bp-text-dark) !important;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}
.bp-page .bp-related-card-meta {
    font-size: 0.78rem;
    color: var(--bp-text-light) !important;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
}
.bp-page .bp-related-card-meta i { color: var(--bp-primary) !important; font-size: 0.7rem; }
.bp-page .bp-related-card-price {
    font-size: 1rem;
    font-weight: 800;
    color: var(--bp-primary) !important;
    margin-top: 0.5rem;
}

/* ======================================================
   12. CTA SECTION
   ====================================================== */
.bp-page .bp-cta-section {
    padding: 80px 0;
    background: var(--bp-gradient) !important;
    color: white !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bp-page .bp-cta-section .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.bp-page .bp-cta-section h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: white !important;
}
.bp-page .bp-cta-section p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.7;
    color: rgba(255,255,255,0.9) !important;
}
.bp-page .bp-cta-final-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white !important;
    color: var(--bp-primary) !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.bp-page .bp-cta-final-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    color: var(--bp-primary-dark) !important;
}

/* ======================================================
   13. RESPONSIVE
   ====================================================== */
@media (max-width: 992px) {
    .bp-page .bp-hero { padding: 2.5rem 0 3rem; }
    .bp-page .bp-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .bp-page .bp-hero-visual {
        order: -1;
        max-width: 380px;
        margin: 0 auto;
        min-height: auto;
        padding-top: 50px;
    }
    .bp-page .bp-hero-text {
        order: 2;
        text-align: center;
    }
    .bp-page .bp-hero-desc { max-width: 100%; margin: 0 auto 1.5rem; }
    .bp-page .bp-hero-stats { justify-content: center; }
    .bp-page .bp-hero-price { justify-content: center; }
    .bp-page .bp-hero-cta { justify-content: center; }
    .bp-page .bp-info-pills { justify-content: center; }
    .bp-page .bp-hero-badges { justify-content: center; }
    .bp-page .bp-glass-frame { transform: rotate(-1.5deg); }
    .bp-page .bp-glass-frame:hover { transform: rotate(0deg); }
}

@media (max-width: 768px) {
    .bp-page .bp-tabs-nav {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding: 0;
        top: 56px;
        border: none;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .bp-page .bp-tabs-inner {
        padding: 5px;
    }
    .bp-page .bp-tab-btn {
        padding: 12px 10px;
        font-size: 0.82rem;
        border-radius: 10px;
        gap: 5px;
    }
    .bp-page .bp-tab-btn i {
        font-size: 0.85rem;
    }

    .bp-page .bp-card-title { font-size: 15px; padding: 12px 16px; }
    .bp-page .bp-card-body,
    .bp-page .bp-curriculum,
    .bp-page .bp-audience-grid,
    .bp-page .bp-learn-grid,
    .bp-page .bp-faq-list { padding: 14px 16px; }

    .bp-page .bp-learn-grid { grid-template-columns: 1fr; }

    .bp-page .bp-instructor { flex-direction: column; align-items: center; text-align: center; }
    .bp-page .bp-related-grid { grid-template-columns: 1fr; }
    .bp-page .bp-cta-section { padding: 60px 0; }
}

@media (max-width: 576px) {
    .bp-page .bp-hero { padding: 1.75rem 0 2rem; }
    .bp-page .bp-hero-title { font-size: 1.35rem !important; }
    .bp-page .bp-hero-price-amount { font-size: 1.5rem; }
    .bp-page .bp-hero-cta { flex-direction: column; width: 100%; }
    .bp-page .bp-btn-enroll,
    .bp-page .bp-btn-curriculum { width: 100%; }
    .bp-page .bp-glass-frame { transform: rotate(-0.5deg); padding: 7px; }
    .bp-page .bp-topic { padding-left: 40px; }
    [dir="rtl"] .bp-page .bp-topic { padding-right: 40px; padding-left: 16px; }
}

/* ======================================================
   14. QUILL EDITOR CONTENT SUPPORT
   ====================================================== */
.bp-page .bp-card-body .ql-editor { padding: 0; }
.bp-page .bp-card-body h1,
.bp-page .bp-card-body h2,
.bp-page .bp-card-body h3 {
    color: var(--bp-text-dark) !important;
    margin: 1rem 0 0.5rem;
}
.bp-page .bp-card-body p { margin-bottom: 0.8rem; color: var(--bp-text-muted) !important; }
.bp-page .bp-card-body ul,
.bp-page .bp-card-body ol { padding-inline-start: 1.5rem; margin-bottom: 1rem; list-style: revert; }
.bp-page .bp-card-body li { margin-bottom: 0.5rem; color: var(--bp-text-muted) !important; }
.bp-page .bp-card-body li::marker { color: var(--bp-primary); }
.bp-page .bp-card-body blockquote {
    border-inline-start: 3px solid var(--bp-primary);
    padding: 0.8rem 1.2rem;
    margin: 1rem 0;
    background: var(--bp-primary-glow);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}
.bp-page .bp-card-body img {
    max-width: 100%; height: auto;
    border-radius: 12px;
    margin: 1rem 0;
    border: 1px solid var(--bp-border);
}

/* Open Wizard button styling */
.bp-page .btn-open-wizard {
    width: 100%;
    padding: 1rem;
    background: var(--bp-gradient) !important;
    border: none !important;
    border-radius: var(--bp-radius-sm);
    color: white !important;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
    font-family: var(--bp-font);
    margin-bottom: 0.75rem;
}
.bp-page .btn-open-wizard:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}