/* ================================================================
   BOOTCAMP DETAIL PAGE — sfc-bcd-*
   ================================================================ */

/* Hero */
.sfc-bcd-hero {
    background: #1B3A2D;
    color: #fff;
    padding: 56px 0 48px;
}
.sfc-bcd-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0 10px;
    line-height: 1.2;
}
.sfc-bcd-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,.75);
    margin-bottom: 16px;
}
.sfc-bcd-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}
.sfc-bcd-hero-meta i { margin-right: 4px; }

/* Tabs */
.sfc-bcd-tabs { border-bottom: 2px solid #E5E7EB; margin-bottom: 0; }
.sfc-bcd-tabs .nav-link {
    color: #6B7280;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 12px 20px;
    margin-bottom: -2px;
}
.sfc-bcd-tabs .nav-link.active {
    color: #1B3A2D;
    border-bottom-color: #1B3A2D;
    background: transparent;
}
.sfc-bcd-tab-count {
    background: #F3F4F6;
    color: #6B7280;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 100px;
    margin-left: 4px;
}
.sfc-bcd-tab-content { padding: 28px 0; }
.sfc-bcd-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 16px;
}

/* Overview */
.sfc-bcd-description {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 12px;
}
.sfc-bcd-skill-item {
    font-size: 14px;
    color: #374151;
    padding: 6px 0;
}

/* Accordion Kurikulum */
.sfc-bcd-acc-item {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}
.sfc-bcd-acc-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #F9FAFB;
    border: none;
    padding: 14px 18px;
    cursor: pointer;
    text-align: left;
}
.sfc-bcd-acc-btn:not(.collapsed) { background: #ECFDF5; }
.sfc-bcd-acc-title { font-weight: 600; color: #111827; font-size: 14px; }
.sfc-bcd-acc-meta { font-size: 12px; color: #9CA3AF; white-space: nowrap; margin-left: 12px; }
.sfc-bcd-lesson-list { list-style: none; padding: 0; margin: 0; }
.sfc-bcd-lesson-item {
    display: flex;
    align-items: center;
    padding: 10px 18px;
    border-top: 1px solid #F3F4F6;
    font-size: 14px;
}
.sfc-bcd-lesson-icon { width: 22px; flex-shrink: 0; }
.sfc-bcd-lesson-title { flex: 1; color: #374151; }
.sfc-bcd-lesson-duration { font-size: 12px; color: #9CA3AF; margin-left: 8px; }
.sfc-bcd-lesson--free .sfc-bcd-lesson-title { color: #1B7A47; font-weight: 500; }

/* Curriculum stats bar */
.sfc-bcd-curriculum-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 14px 18px;
    background: #F9FAFB;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #374151;
}
.sfc-bcd-curriculum-stats span { display: flex; align-items: center; gap: 5px; }

/* Requirements list */
.sfc-bcd-req-list { list-style: none; padding: 0; margin: 0; }
.sfc-bcd-req-list li { padding: 6px 0; font-size: 15px; color: #374151; }

/* Mentor */
.sfc-bcd-mentor-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    background: #F9FAFB;
    border-radius: 12px;
}
.sfc-bcd-mentor-avatar i { font-size: 72px; color: #D1D5DB; }
.sfc-bcd-mentor-info h5 { font-size: 20px; font-weight: 700; margin-bottom: 4px; }

/* Mentor social links */
.sfc-bcd-mentor-socials { display: flex; gap: 12px; margin-top: 8px; }
.sfc-bcd-mentor-socials a {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    background: #E5E7EB; color: #374151;
    font-size: 15px; text-decoration: none; transition: all 0.2s;
}
.sfc-bcd-mentor-socials a:hover { background: #1B3A2D; color: #fff; }

/* Mentor stats row */
.sfc-bcd-mentor-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding: 18px 24px;
    background: #F9FAFB;
    border-radius: 10px;
    margin-top: 16px;
}
.sfc-bcd-mentor-stat-item { text-align: center; }
.sfc-bcd-mentor-stat-num { display: block; font-size: 24px; font-weight: 700; color: #1B3A2D; }
.sfc-bcd-mentor-stat-label { font-size: 12px; color: #9CA3AF; }

/* Review Summary */
.sfc-bcd-rating-summary {
    display: flex;
    gap: 32px;
    background: #F9FAFB;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.sfc-bcd-rating-score { text-align: center; min-width: 80px; }
.sfc-bcd-rating-big { font-size: 48px; font-weight: 700; color: #1B3A2D; line-height: 1; }
.sfc-bcd-stars { margin: 6px 0 4px; }
.sfc-bcd-rating-bars { flex: 1; display: flex; flex-direction: column; gap: 6px; justify-content: center; }
.sfc-bcd-rating-row { display: flex; align-items: center; gap: 8px; }
.sfc-bcd-rating-label { font-size: 12px; color: #6B7280; width: 30px; text-align: right; white-space: nowrap; }
.sfc-bcd-rating-bar-wrap { flex: 1; background: #E5E7EB; border-radius: 4px; height: 8px; }
.sfc-bcd-rating-bar { height: 8px; background: #F5A623; border-radius: 4px; transition: width .3s; }
.sfc-bcd-rating-count { font-size: 12px; color: #9CA3AF; width: 20px; }

/* Review Cards */
.sfc-bcd-review-card {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 16px;
}
.sfc-bcd-review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.sfc-bcd-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #1B3A2D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}
.sfc-bcd-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.sfc-bcd-review-meta { flex: 1; }
.sfc-bcd-review-meta strong { display: block; font-size: 14px; color: #111827; }
.sfc-bcd-review-stars i { font-size: 12px; }
.sfc-bcd-review-date { font-size: 12px; color: #9CA3AF; white-space: nowrap; }

/* Shopee-style detail rows */
.sfc-bcd-review-details { margin-bottom: 10px; }
.sfc-bcd-review-detail-row { display: flex; gap: 6px; font-size: 13px; margin-bottom: 4px; }
.sfc-bcd-detail-label { color: #9CA3AF; white-space: nowrap; }
.sfc-bcd-detail-value { color: #374151; font-weight: 500; }
.sfc-bcd-review-body { font-size: 14px; color: #374151; line-height: 1.6; margin: 8px 0; }
.sfc-bcd-review-footer { display: flex; align-items: center; gap: 16px; }
.sfc-bcd-helpful { font-size: 13px; color: #6B7280; cursor: pointer; }
.sfc-bcd-helpful:hover { color: #1B7A47; }

/* Sidebar */
.sfc-bcd-sidebar { position: sticky; top: 80px; }
.sfc-bcd-price-box {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 0;
}
.sfc-bcd-price-old {
    font-size: 14px;
    color: #9CA3AF;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}
.sfc-bcd-price-main {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}
.sfc-bcd-includes {
    list-style: none;
    padding: 16px 20px;
    margin: 0;
    border: 1px solid #E5E7EB;
    border-top: none;
    border-radius: 0 0 14px 14px;
}
.sfc-bcd-includes li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #374151;
    padding: 7px 0;
    border-bottom: 1px solid #F3F4F6;
}
.sfc-bcd-includes li:last-child { border-bottom: none; }
.sfc-bcd-includes i { color: #1B7A47; width: 16px; }

