/* ========== PREMIUM RECORDED COURSES SECTION - WHITE THEME ========== */
/* Reset for this section */
.premium-courses-section *,
.premium-courses-section *::before,
.premium-courses-section *::after {
    box-sizing: border-box !important;
}

.premium-courses-section {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    background: #ffffff !important;
    padding: 50px 5% 60px !important;
    overflow: visible !important;
    margin: 0 !important;
}

/* Subtle Background Pattern */
.pc-cinema-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.pc-gradient-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(150px) !important;
    opacity: 0.3 !important;
}

.pc-orb-1 {
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, #dbeafe 0%, transparent 70%) !important;
    top: -100px !important;
    left: -100px !important;
}

.pc-orb-2 {
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, #fce7f3 0%, transparent 70%) !important;
    bottom: 0 !important;
    right: -100px !important;
}

.pc-orb-3 {
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, #fef3c7 0%, transparent 70%) !important;
    top: 50% !important;
    left: 30% !important;
}

/* Hide SVG lines on white */
.pc-bg-lines {
    display: none !important;
}

/* Container */
.pc-container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
}

/* Header */
.pc-header {
    text-align: center !important;
    margin-bottom: 35px !important;
    display: block !important;
    width: 100% !important;
}

.pc-header-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 18px !important;
    background: linear-gradient(135deg, #eff6ff, #dbeafe) !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 50px !important;
    margin-bottom: 18px !important;
}

.pc-badge-icon {
    width: 28px !important;
    height: 28px !important;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    color: #fff !important;
}

.pc-badge-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #1d4ed8 !important;
    letter-spacing: 2px !important;
}

.pc-main-title {
    margin: 0 0 20px 0 !important;
    display: block !important;
}

.pc-title-line {
    display: block !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(40px, 8vw, 90px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -3px !important;
    color: #0f172a !important;
}

.pc-title-gradient {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.pc-tagline {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(15px, 2vw, 17px) !important;
    color: #64748b !important;
    max-width: 550px !important;
    margin: 0 auto 20px !important;
    line-height: 1.5 !important;
}

/* Stats Bar */
.pc-stats-bar {
    display: inline-flex !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 40px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 100px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

.pc-stat {
    text-align: center !important;
    display: block !important;
}

.pc-stat-number {
    display: block !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.pc-stat-label {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.pc-stat-divider {
    width: 1px !important;
    height: 40px !important;
    background: #e2e8f0 !important;
}

/* Tabs */
.pc-tabs-wrapper {
    margin-bottom: 30px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    display: block !important;
    width: 100% !important;
}

.pc-tabs {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 10px !important;
    flex-wrap: wrap !important;
}

.pc-tab {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.pc-tab:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.pc-tab-active,
.pc-tab.pc-tab-active {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
}

.pc-tab i {
    font-size: 16px !important;
}

/* Course Grid - CRITICAL */
.pc-courses-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
    gap: 25px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Course Card */
.pc-course-card {
    position: relative !important;
    display: block !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.pc-course-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

.pc-card-shine {
    display: none !important;
}

.pc-card-inner {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
}

/* Card Visual */
.pc-card-visual {
    position: relative !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    width: 100% !important;
}

.pc-visual-kids {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%) !important;
}
.pc-visual-youth {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
}
.pc-visual-pro {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%) !important;
}
.pc-visual-star {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
}

.pc-visual-icon {
    width: 90px !important;
    height: 90px !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.pc-visual-kids .pc-visual-icon {
    background: linear-gradient(135deg, #ec4899, #f472b6) !important;
}
.pc-visual-youth .pc-visual-icon {
    background: linear-gradient(135deg, #3b82f6, #60a5fa) !important;
}
.pc-visual-pro .pc-visual-icon {
    background: linear-gradient(135deg, #10b981, #34d399) !important;
}
.pc-visual-star .pc-visual-icon {
    background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
}

.pc-category-tag {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    padding: 6px 14px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    letter-spacing: 1px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}

.pc-tag-gold {
    background: linear-gradient(135deg, #fef3c7, #fde68a) !important;
    color: #92400e !important;
}

.pc-bestseller-tag {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    padding: 6px 12px !important;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    border-radius: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3) !important;
}

.pc-bestseller-tag.pc-tag-gold {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3) !important;
}

/* Card Body */
.pc-card-body {
    padding: 25px !important;
    display: block !important;
    background: #ffffff !important;
}

.pc-course-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
}

.pc-course-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.6 !important;
    min-height: 44px !important;
}

.pc-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.pc-features span {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.pc-features i {
    color: #94a3b8 !important;
    font-size: 14px !important;
}

/* Card Footer */
.pc-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.pc-price-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.pc-price-old {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

.pc-price-current {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.pc-cta-group {
    display: flex !important;
    gap: 10px !important;
}

.pc-btn-preview {
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    color: #64748b !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
}

.pc-btn-preview:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.pc-btn-buy {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-radius: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
    border: none !important;
}

.pc-btn-buy:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
    color: #ffffff !important;
}

.pc-btn-gold {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3) !important;
}

.pc-btn-gold:hover {
    background: linear-gradient(135deg, #d97706, #b45309) !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
}

/* Featured Card */
.pc-card-featured {
    border: 2px solid #fbbf24 !important;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.1) !important;
}

.pc-card-featured:hover {
    border-color: #f59e0b !important;
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.15) !important;
}

/* Trust Section */
.pc-trust-section {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-top: 40px !important;
    padding: 25px 35px !important;
    background: #f8fafc !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
}

.pc-trust-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
}

.pc-trust-badge i {
    font-size: 22px !important;
    color: #3b82f6 !important;
}

/* Bottom CTA */
.pc-bottom-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    margin-top: 35px !important;
    padding: 30px 40px !important;
    background: linear-gradient(135deg, #eff6ff, #dbeafe) !important;
    border-radius: 24px !important;
    border: 1px solid #bfdbfe !important;
}

.pc-cta-content h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
}

.pc-cta-content p {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.pc-consult-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-radius: 50px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3) !important;
}

.pc-consult-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4) !important;
    color: #ffffff !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .premium-courses-section { padding: 40px 4% 50px !important; }
    .pc-title-line { font-size: clamp(36px, 7vw, 70px) !important; }
    .pc-stats-bar { gap: 20px !important; padding: 15px 25px !important; }
    .pc-stat-number { font-size: 22px !important; }
    .pc-courses-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important; gap: 20px !important; }
    .pc-bottom-cta { padding: 25px 30px !important; }
}

@media (max-width: 768px) {
    .premium-courses-section { padding: 35px 5% 45px !important; }
    .pc-header { margin-bottom: 25px !important; }
    .pc-title-line { font-size: clamp(32px, 10vw, 50px) !important; letter-spacing: -2px !important; }
    .pc-stats-bar { flex-direction: column !important; gap: 15px !important; border-radius: 20px !important; padding: 18px 25px !important; }
    .pc-stat-divider { width: 60px !important; height: 1px !important; }
    .pc-tabs { justify-content: flex-start !important; gap: 8px !important; }
    .pc-tab { padding: 10px 16px !important; font-size: 13px !important; }
    .pc-tab span { display: none !important; }
    .pc-courses-grid { grid-template-columns: 1fr !important; }
    .pc-card-visual { height: 160px !important; }
    .pc-visual-icon { width: 70px !important; height: 70px !important; font-size: 32px !important; }
    .pc-bottom-cta { flex-direction: column !important; text-align: center !important; padding: 25px 20px !important; }
    .pc-cta-content h3 { font-size: 20px !important; }
    .pc-trust-section { gap: 25px !important; padding: 20px 15px !important; }
}

@media (max-width: 480px) {
    .premium-courses-section { padding: 30px 4% 40px !important; }
    .pc-header-badge { padding: 8px 16px !important; }
    .pc-badge-text { font-size: 10px !important; letter-spacing: 1px !important; }
    .pc-title-line { font-size: 28px !important; }
    .pc-tagline { font-size: 14px !important; }
    .pc-card-body { padding: 20px !important; }
    .pc-course-title { font-size: 18px !important; }
    .pc-course-desc { font-size: 13px !important; min-height: auto !important; }
    .pc-features { gap: 10px !important; }
    .pc-features span { font-size: 12px !important; }
    .pc-card-footer { flex-direction: column !important; gap: 15px !important; align-items: stretch !important; }
    .pc-price-box { flex-direction: row !important; align-items: center !important; gap: 10px !important; }
    .pc-price-current { font-size: 22px !important; }
    .pc-cta-group { justify-content: stretch !important; }
    .pc-btn-buy { flex: 1 !important; justify-content: center !important; }
    .pc-trust-badge { font-size: 13px !important; }
    .pc-consult-btn { width: 100% !important; justify-content: center !important; padding: 14px 24px !important; }
}
