/* MPYPCP course page shell — extracted from inline block (Phase 2). Do not redesign. */
/* --- THEME CONFIGURATION --- */

:root {
            --primary-red: #1a237e;
            --accent-red: #0d47a1;
            --footer-black: #0f0f0f;
            --text-dark: #333333;
            --text-light: #666666;
            --bg-light: #f4f6f9;
            --white: #ffffff;
            --gold: #ffc107;
        }

/* Keep Header/Nav/Footer Original Red */

.top-info i { color: #c62828 !important; }

.social-icons a:hover { color: #c62828 !important; }

.main-header { border-bottom-color: #c62828 !important; }

.navbar { background: #c62828 !important; }

.nav-menu li a:hover { background: #0f0f0f !important; }

.dropdown-menu li a:hover { background: #c62828 !important; }

footer { border-top-color: #c62828 !important; }

footer h3 { color: #ffffff !important; }

.footer-links a:hover { color: #c62828 !important; }

.footer-links li::before { color: #c62828 !important; }

.footer-col h3::after { background: linear-gradient(90deg, #c62828 0%, transparent 100%) !important; }

footer .contact-list li i { color: #c62828 !important; }

footer .contact-list li a:hover { color: #c62828 !important; }

.footer-cta { background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%) !important; }

.footer-cta .cta-btn { color: #c62828 !important; }

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Arial, sans-serif; }

body { background-color: var(--bg-light); color: var(--text-dark); line-height: 1.6; }

a { text-decoration: none; color: inherit; transition: 0.3s; }

ul { list-style: none; }

/* .container from layout-system.css */

/* .section-padding from layout-system.css */

.text-center { text-align: center; }

.btn { display: inline-block; padding: 10px 20px; border-radius: 5px; font-weight: bold; cursor: pointer; }

.btn-red { background: var(--primary-red); color: white; border: none; }

.btn-red:hover { background: var(--accent-red); }

/* --- TOP BAR --- */

.top-bar {
            background: var(--footer-black);
            color: white;
            padding: 10px 0;
            font-size: 13px;
        }

.top-flex { display: flex; justify-content: space-between; align-items: center; }

.top-info i { margin-right: 5px; color: var(--primary-red); }

.social-icons a { margin-left: 10px; color: white; }

.social-icons a:hover { color: var(--primary-red); }

/* --- HEADER --- */

.main-header { background: var(--white); padding: 15px 0; border-bottom: 3px solid var(--primary-red); }

.header-flex { display: flex; align-items: center; justify-content: space-between; }

.logo-area { display: flex; align-items: center; gap: 10px; }

.logo-img img { height: 66px; width: auto; object-fit: contain; }

.header-actions { display: flex; gap: 10px; }

.iso-badge { border: 1px solid #ddd; padding: 5px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; color: green; background: #e8f5e9; }

/* --- NAVIGATION --- */

.navbar { background: var(--primary-red); position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

.nav-menu { display: flex; flex-wrap: wrap; position: relative; }

.nav-menu li { flex: 1; text-align: center; position: relative; }

.nav-menu li a { display: block; padding: 15px 12px; color: white; font-weight: 600; text-transform: uppercase; font-size: 13px; border-right: 1px solid rgba(255,255,255,0.1); text-decoration: none !important; transition: all 0.3s ease; }

.nav-menu li:last-child a { border-right: none; }

.nav-menu li a:hover { background: rgba(0,0,0,0.2) !important; color: var(--gold) !important; text-decoration: none !important; }

.nav-menu li a.active { background: rgba(255,255,255,0.1); text-decoration: none !important; }

.nav-menu li.dropdown > a i { margin-left: 5px; font-size: 10px; }

/* Dropdown Menu */

.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--footer-black); min-width: 220px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1001; }

.dropdown-menu li { flex: none; text-align: left; border-bottom: 1px solid #333; position: relative; }

.dropdown-menu li a { padding: 12px 20px; border-right: none; text-transform: none; font-size: 14px; white-space: nowrap; display: block; }

.dropdown-menu li a:hover { background: var(--primary-red); }

.dropdown-menu li:last-child { border-bottom: none; }

/* Nested Dropdown */

.dropdown-sub { position: relative; }

.dropdown-menu-sub { display: none; position: absolute; left: 100%; top: 0; background: var(--footer-black); min-width: 220px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1002; }

@media (min-width: 1024px) {
            .nav-menu li.dropdown:hover > .dropdown-menu { display: block; }
            .dropdown-sub:hover > .dropdown-menu-sub { display: block; }
        }

.dropdown-sub > a i { float: right; margin-top: 3px; font-size: 10px; }

/* --- HERO SECTION --- */

.hero-section {
            background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-red) 100%),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover, cover;
            background-position: center, bottom;
            color: white;
            padding: 40px 0 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

.hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            z-index: 1;
        }

.hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

.hero-section h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: #ffffff;
            text-shadow: none;
        }

.hero-section .sub-headline {
            font-size: 1.3rem;
            margin-bottom: 0;
            opacity: 1;
            color: #ffffff;
            line-height: 1.6;
        }

.course-featured-image-section {
            background: #fff; padding: 0 0 10px; margin-bottom: 0;
        }

.course-featured-img {
            width: 100%; max-width: 900px; margin: 0 auto; display: block;
            max-height: 320px; object-fit: cover; border-radius: 10px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.06);
        }

.hero-buttons-section {
            background: white;
            padding: 20px 0;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

.hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            justify-content: center;
            flex-wrap: wrap;
        }

.hero-btn {
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

.hero-btn-primary {
            background: white;
            color: var(--primary-red);
        }

.hero-btn-primary:hover {
            background: #f5f5f5;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

.hero-btn-secondary {
            background: transparent;
            color: var(--primary-red);
            border: 2px solid var(--primary-red);
        }

.hero-btn-secondary:hover {
            background: var(--primary-red);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-red) 30%, transparent);
        }

/* --- COURSE OVERVIEW SECTION --- */

.motivation-section {
            background: white;
            padding: 40px 0;
            position: relative;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.motivation-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            text-align: center;
        }

.wellness-icon {
            font-size: 4rem;
            color: var(--primary-red);
            margin-bottom: 20px;
            opacity: 0.9;
        }

.motivation-section h2 {
            font-size: 2.5rem;
            color: var(--primary-red);
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

.motivation-section p {
            font-size: 1.2rem;
            line-height: 1.9;
            color: var(--text-dark);
            text-align: justify;
            margin-bottom: 15px;
        }

/* About CMS&ED – Problem-Solving & How We Teach */

/* --- HIGHLIGHTS SECTION --- */

.highlights-section {
            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.highlights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 15px;
        }

@media (min-width: 992px) {
            .highlights-grid {
                grid-template-columns: repeat(4, 1fr);
                gap: 24px;
            }
            .highlight-card {
                padding: 28px 20px;
            }
            .highlight-card h3 { font-size: 1.15rem; }
            .highlight-card p { font-size: 0.9rem; }
        }

.highlights-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

/* Top Concerns / Key Topics */

.top-concerns-section {
            background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
            padding: 50px 0;
        }

.top-concerns-section .section-title { margin-bottom: 10px; }

.top-concerns-section .section-subtitle {
            text-align: center;
            color: var(--text-light);
            font-size: 1.05rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

.concern-card {
            background: white;
            border-radius: 12px;
            padding: 28px 32px;
            margin-bottom: 24px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            border-left: 4px solid var(--primary-red);
        }

.concern-card h3 {
            color: var(--primary-red);
            font-size: 1.2rem;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

.concern-card h3 i { font-size: 1.1rem; }

.concern-card p { color: var(--text-dark); line-height: 1.85; margin: 0; }

/* FAQ */

.faq-section {
            background: #fff;
            padding: 50px 0;
        }

/* FAQ Accordion */

.faq-accordion { max-width: 900px; margin: 0 auto; }

.faq-accordion details {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }

.faq-accordion details[open] { border-color: var(--primary-red); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }

.faq-accordion summary {
            padding: 18px 22px;
            font-weight: 700;
            color: var(--primary-red);
            font-size: 1.05rem;
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            gap: 12px;
        }

.faq-accordion summary::-webkit-details-marker { display: none; }

.faq-accordion summary::after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-left: auto;
            transition: transform 0.3s;
        }

.faq-accordion details[open] summary::after { transform: rotate(180deg); }

.faq-accordion .faq-answer {
            padding: 0 22px 20px;
            color: var(--text-dark);
            line-height: 1.85;
        }

.faq-accordion .faq-answer p { margin: 0 0 12px 0; }

.faq-accordion .faq-answer p:last-child { margin-bottom: 0; }

.faq-accordion .supreme-ref {
            background: #e3f2fd;
            padding: 14px 18px;
            border-radius: 8px;
            margin-top: 14px;
            font-size: 0.95rem;
            border-left: 3px solid #1976d2;
        }

.faq-accordion .supreme-ref strong { color: #0d47a1; }

.highlight-card {
            background: white;
            padding: 40px 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03), 0 10px 40px rgba(0,0,0,0.04);
            text-align: center;
            border-top: 4px solid var(--primary-red);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.highlight-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.06), 0 20px 48px rgba(0,0,0,0.08);
        }

.highlight-icon {
            font-size: 3rem;
            color: var(--primary-red);
            margin-bottom: 15px;
        }

.highlight-card h3 {
            color: var(--primary-red);
            margin-bottom: 15px;
            font-size: 1.3rem;
            font-weight: 700;
        }

.highlight-card p {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 0.95rem;
        }

/* --- COURSE DETAILS SECTION --- */

.course-details-section {
            background: white;
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.details-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

.course-details-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.detail-card {
            flex: 1 1 300px;
            max-width: 380px;
            background: #ffffff;
            padding: 35px 30px;
            border-radius: 16px;
            border: 1px solid rgba(0,0,0,0.04);
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.detail-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-red) 8%, transparent);
            border-color: color-mix(in srgb, var(--primary-red) 10%, transparent);
        }

.detail-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 10px;
        }

.detail-icon {
            width: 50px;
            height: 50px;
            background: color-mix(in srgb, var(--primary-red) 8%, transparent);
            color: var(--primary-red);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }

.detail-card:hover .detail-icon {
            background: var(--primary-red);
            color: white;
            transform: scale(1.05) rotate(-5deg);
        }

.detail-card h3 {
            color: var(--primary-red);
            margin: 0;
            font-size: 1.2rem;
            font-weight: 700;
        }

.detail-value {
            color: var(--text-dark);
            font-size: 1rem;
            margin: 0;
            font-weight: 600;
        }

.detail-subtext {
            color: var(--text-light);
            font-size: 0.9rem;
            margin-top: 5px;
        }

/* --- BENEFITS SECTION --- */

.benefits-section {
            background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 15px;
        }

.benefits-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.benefit-card {
            background: white;
            padding: 35px 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03), 0 10px 30px rgba(0,0,0,0.04);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.06), 0 20px 48px rgba(0,0,0,0.08);
        }

.benefit-icon {
            color: var(--primary-red);
            font-size: 2rem;
            margin-bottom: 15px;
        }

.benefit-card h4 {
            color: var(--primary-red);
            margin-bottom: 12px;
            font-size: 1.1rem;
            font-weight: 700;
        }

.benefit-card p {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 0.95rem;
        }

/* --- CURRICULUM SECTION --- */

.curriculum-section {
            background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.section-title {
            font-size: 2.5rem;
            color: var(--primary-red);
            text-align: center;
            margin-bottom: 30px;
            font-weight: 800;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            width: 100%;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

.section-title::after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background: var(--primary-red);
            margin: 15px auto 0;
        }

.modules-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 35px;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 15px;
        }

.curriculum-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.module-card {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03), 0 10px 40px rgba(0,0,0,0.04);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border-top: 4px solid var(--primary-red);
            position: relative;
            overflow: hidden;
        }

.module-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-red) 0%, var(--accent-red) 100%);
        }

.module-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px color-mix(in srgb, var(--primary-red) 8%, transparent), 0 20px 48px color-mix(in srgb, var(--primary-red) 10%, transparent);
        }

.module-number {
            display: inline-block;
            width: 50px;
            height: 50px;
            background: var(--primary-red);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 20px;
        }

.module-card h3 {
            font-size: 1.5rem;
            color: var(--primary-red);
            margin-bottom: 15px;
            font-weight: 700;
            text-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

.module-card p {
            color: var(--text-light);
            line-height: 1.8;
            font-size: 1rem;
            margin-bottom: 20px;
        }

.module-features {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

.module-features ul {
            list-style: none;
            padding: 0;
        }

.module-features li {
            padding: 8px 0;
            color: var(--text-dark);
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

.module-features li i {
            color: var(--primary-red);
            font-size: 0.9rem;
        }

/* --- TARGET AUDIENCE SECTION --- */

.audience-section {
            background: white;
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.audience-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

.audience-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.audience-card {
            flex: 1 1 300px;
            max-width: 380px;
            background: #ffffff;
            padding: 40px 30px;
            border-radius: 16px;
            border: 1px solid rgba(0,0,0,0.04);
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.audience-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-red) 8%, transparent);
            border-color: color-mix(in srgb, var(--primary-red) 10%, transparent);
        }

.audience-icon {
            width: 60px;
            height: 60px;
            background: color-mix(in srgb, var(--primary-red) 8%, transparent);
            color: var(--primary-red);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 25px;
            transition: all 0.3s ease;
        }

.audience-card:hover .audience-icon {
            background: var(--primary-red);
            color: white;
            transform: scale(1.05) rotate(-5deg);
        }

.audience-card h4 {
            color: var(--primary-red);
            margin-bottom: 12px;
            font-size: 1.2rem;
            font-weight: 700;
        }

.audience-card p {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 0.95rem;
        }

/* --- LEARNING OUTCOMES SECTION --- */

.outcomes-section {
            background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

/* Reviews/alumni carousel: assets/css/carousel-unified.css (Phase 5) */

/* --- CERTIFICATE DEMO SECTION --- */

.certificate-demo-section {
            background: white;
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.certificate-demo-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.certificate-demo-container {
            display: flex;
            gap: 30px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

.certificate-preview {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-width: 0;
        }

.certificate-frame {
            background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
            border: 4px solid var(--gold);
            border-radius: 8px;
            padding: 8px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.25);
            position: relative;
            width: fit-content;
            max-width: min(520px, 100%);
            margin-left: auto;
            margin-right: auto;
            overflow: hidden;
            transform: perspective(1000px) rotateY(-3deg);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

.certificate-frame:hover {
            transform: perspective(1000px) rotateY(0deg) scale(1.02);
            box-shadow: 0 12px 40px rgba(0,0,0,0.35);
        }

.certificate-frame img {
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: clamp(220px, 36vh, 340px);
            display: block;
            margin: 0;
            border-radius: 4px;
            object-fit: contain;
        }

.certificate-preview-hint {
            margin-top: 10px;
            font-size: 0.92rem;
            color: var(--text-light);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

.certificate-preview-hint i {
            color: var(--primary-red);
        }

/* Full-screen preview (certificate click) */

.certificate-content {
            background: white;
            padding: 25px 35px;
            border: 1px solid #e0e0e0;
            position: relative;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

.certificate-header {
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-red);
            flex-shrink: 0;
        }

.certificate-logo {
            margin-bottom: 8px;
        }

.certificate-org-name {
            font-size: 1rem;
            color: var(--primary-red);
            font-weight: 700;
            line-height: 1.4;
            margin: 0;
        }

.certificate-body {
            margin: 10px 0;
            padding: 10px 0;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.certificate-award-text {
            font-size: 1rem;
            color: var(--text-light);
            margin-bottom: 15px;
            font-style: italic;
        }

.certificate-student-name {
            font-size: 1.5rem;
            color: var(--text-dark);
            font-weight: 700;
            margin-bottom: 12px;
            text-decoration: underline;
            text-decoration-color: var(--primary-red);
        }

.certificate-course-text {
            font-size: 1rem;
            color: var(--text-light);
            margin-bottom: 12px;
        }

.certificate-course-name {
            font-size: 1.2rem;
            color: var(--primary-red);
            font-weight: 700;
            margin-bottom: 12px;
        }

.certificate-duration {
            font-size: 0.9rem;
            color: var(--text-light);
            font-style: italic;
        }

.certificate-footer {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #e0e0e0;
            flex-shrink: 0;
        }

.certificate-date {
            margin-bottom: 10px;
            font-size: 0.9rem;
            color: var(--text-dark);
        }

.certificate-signatures {
            display: flex;
            justify-content: space-around;
            margin-top: 10px;
        }

.signature-box {
            text-align: center;
        }

.signature-line {
            width: 120px;
            height: 1px;
            background: var(--text-dark);
            margin: 0 auto 8px;
        }

.signature-label {
            font-size: 0.85rem;
            color: var(--text-light);
            font-weight: 600;
        }

.certificate-seal {
            position: absolute;
            top: 10px;
            right: 10px;
            opacity: 0.1;
        }

.certificate-features {
            flex: 1;
            max-width: 400px;
            min-width: 0;
}

.certificate-features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

.certificate-features-list li {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.95rem;
            line-height: 1.6;
        }

.certificate-features-list li:last-child {
            border-bottom: none;
        }

.certificate-features-list li i {
            font-size: 1rem;
            margin-top: 3px;
            flex-shrink: 0;
        }

.certificate-features-list li strong {
            color: var(--text-dark);
        }

.outcomes-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

.outcomes-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.outcomes-card {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            border-top: 4px solid var(--primary-red);
        }

.outcomes-card p {
            color: var(--text-dark);
            line-height: 1.9;
            font-size: 1.05rem;
            margin-bottom: 20px;
            text-align: justify;
        }

.outcomes-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

.outcomes-list li {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

.outcomes-list li:last-child {
            border-bottom: none;
        }

.outcomes-list li i {
            color: var(--primary-red);
            font-size: 1.2rem;
            margin-top: 3px;
            flex-shrink: 0;
        }

.outcomes-list li span {
            color: var(--text-dark);
            line-height: 1.7;
            font-size: 1rem;
        }

/* --- EXPLORE COURSES SECTION --- */

.explore-section {
            background: white;
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.courses-grid {
            display: flex;
            flex-direction: row;
            gap: 20px;
            margin-top: 25px;
            justify-content: center;
            flex-wrap: wrap;
        }

.explore-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.footer-cta .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.course-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid #e0e0e0;
            flex: 1 1 calc(25% - 20px);
            min-width: 250px;
            max-width: 100%;
        }

.course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

.course-card-header {
            background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-red) 100%);
            padding: 20px;
            color: white;
        }

.course-card-header h3 {
            font-size: 1.3rem;
            margin: 0;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

.course-card-body {
            padding: 20px;
        }

.course-card-body p {
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }

.course-card-btn {
            display: block;
            width: 100%;
            padding: 12px;
            background: var(--primary-red);
            color: white;
            text-align: center;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
        }

.course-card-btn:hover {
            background: var(--accent-red);
            transform: translateY(-2px);
        }

/* --- SOCIAL SHARING SECTION --- */

.social-sharing-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 40px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

.social-sharing-section .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

.sharing-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

.sharing-header {
            text-align: center;
            margin-bottom: 25px;
        }

.sharing-header h2 {
            font-size: 2.5rem;
            color: var(--primary-red);
            margin-bottom: 15px;
            font-weight: 800;
            text-transform: uppercase;
        }

.sharing-header p {
            color: var(--text-light);
            font-size: 1.1rem;
        }

.sharing-details {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            margin-bottom: 0;
            border-top: 4px solid var(--primary-red);
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

.sharing-details-content {
            flex: 1;
        }

.sharing-mobile-preview {
            flex: 0 0 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.mobile-phone-frame {
            width: 180px;
            height: 360px;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            border-radius: 25px;
            padding: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            position: relative;
        }

.mobile-phone-frame::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: #333;
            border-radius: 0 0 8px 8px;
            z-index: 2;
        }

.mobile-screen {
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
        }

.mobile-share-preview {
            padding: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            background: #e5ddd5;
            position: relative;
        }

.mobile-chat-header {
            background: #075e54;
            color: white;
            padding: 5px 8px;
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            min-height: 0;
            flex: 0 0 auto;
            line-height: 1.1;
        }

.mobile-chat-header i {
            font-size: 12px;
        }

/* WhatsApp-style circular profile pic in phone mock */
.mobile-chat-avatar,
img.mobile-chat-avatar {
            width: 22px !important;
            height: 22px !important;
            max-width: 22px !important;
            min-width: 22px !important;
            border-radius: 50% !important;
            object-fit: contain !important;
            object-position: center;
            padding: 1px;
            box-sizing: border-box;
            background: #fff;
            flex: 0 0 22px !important;
            border: 1px solid rgba(255, 255, 255, 0.45);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            display: block !important;
        }

/* Contact name block – WhatsApp chat header pattern */
.mobile-chat-contact {
            flex: 1 1 auto !important;
            min-width: 0 !important;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.1;
            overflow: hidden;
}

.mobile-chat-name {
            display: block;
            color: #fff;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0.01em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}

.mobile-chat-status {
            display: block;
            color: rgba(255, 255, 255, 0.75);
            font-size: 8px;
            font-weight: 400;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}

/* WhatsApp-style vertical 3-dot menu */
.mobile-chat-menu {
            flex: 0 0 18px !important;
            width: 18px !important;
            min-width: 18px !important;
            max-width: 18px !important;
            height: 18px !important;
            margin-left: auto;
            padding: 0 !important;
            border: none;
            background: transparent;
            color: #fff;
            cursor: default;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            line-height: 1;
            overflow: hidden;
}

.mobile-chat-menu i {
            font-size: 10px !important;
            color: #fff !important;
            pointer-events: none;
}

.mobile-chat-header span {
            font-weight: 500;
            line-height: 1.1;
            flex: 1;
            min-width: 0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }

.mobile-messages {
            flex: 1;
            padding: 10px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 8px;
            /* Scrollbar hidden until user touches / scrolls / hovers */
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

.mobile-messages::-webkit-scrollbar {
            width: 0;
            height: 0;
            background: transparent;
        }

.mobile-messages.is-scrolling,
.mobile-messages:hover,
.mobile-messages:focus-within,
.mobile-messages:active {
            scrollbar-width: thin;
            scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
        }

.mobile-messages.is-scrolling::-webkit-scrollbar,
.mobile-messages:hover::-webkit-scrollbar,
.mobile-messages:focus-within::-webkit-scrollbar,
.mobile-messages:active::-webkit-scrollbar {
            width: 4px;
            height: 4px;
}

.mobile-messages.is-scrolling::-webkit-scrollbar-thumb,
.mobile-messages:hover::-webkit-scrollbar-thumb,
.mobile-messages:focus-within::-webkit-scrollbar-thumb,
.mobile-messages:active::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.35);
            border-radius: 4px;
}

.mobile-messages.is-scrolling::-webkit-scrollbar-track,
.mobile-messages:hover::-webkit-scrollbar-track,
.mobile-messages:focus-within::-webkit-scrollbar-track,
.mobile-messages:active::-webkit-scrollbar-track {
            background: transparent;
}

.mobile-message {
            background: white;
            padding: 8px 10px;
            border-radius: 8px;
            max-width: 85%;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
            font-size: 9px;
            line-height: 1.4;
            color: #333;
        }

.mobile-message.sent {
            align-self: flex-end;
            background: #dcf8c6;
        }

.mobile-message.received {
            align-self: flex-start;
        }

.mobile-message-title {
            font-weight: 700;
            color: #c62828;
            margin-bottom: 4px;
            font-size: 10px;
        }

.mobile-message-text {
            color: #555;
            font-size: 9px;
        }

.mobile-message-link {
            color: #075e54;
            text-decoration: underline;
            font-size: 8px;
            margin-top: 4px;
            display: block;
        }

.mobile-share-footer {
            background: #ece5dd;
            padding: 7px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            border-top: 1px solid #ddd;
            flex-shrink: 0;
        }

.mobile-share-footer i {
            color: #666;
            font-size: 14px;
        }

.mobile-share-footer input {
            flex: 1;
            border: none;
            background: white;
            padding: 6px 10px;
            border-radius: 20px;
            font-size: 10px;
            outline: none;
        }

.mobile-send-details-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: 100%;
            height: 26px;
            padding: 0 10px;
            border: none;
            border-radius: 13px;
            background: #25d366;
            color: #fff;
            font-size: 9.5px;
            font-weight: 700;
            letter-spacing: 0.02em;
            cursor: pointer;
            box-shadow: 0 2px 6px rgba(37, 211, 102, 0.4);
            animation: phone-mock-btn-flash 1.25s ease-in-out infinite;
        }

.mobile-send-details-btn i {
            color: #fff !important;
            font-size: 10px;
        }

.mobile-send-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            min-width: 32px;
            border-radius: 50%;
            background: #25d366;
            color: white !important;
            text-decoration: none;
            border: none;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(37, 211, 102, 0.5);
            animation: send-btn-flash 1.5s ease-in-out infinite;
        }

.mobile-send-btn:hover {
            background: #20ba5a;
            transform: scale(1.05);
        }

@keyframes send-btn-flash {
            0%, 100% { box-shadow: 0 2px 8px rgba(37, 211, 102, 0.5); opacity: 1; }
            50% { box-shadow: 0 2px 16px rgba(37, 211, 102, 0.9); opacity: 0.95; }
        }

@keyframes phone-mock-btn-flash {
            0%, 100% {
                background-color: #25d366;
                box-shadow: 0 2px 6px rgba(37, 211, 102, 0.4);
                filter: brightness(1);
            }
            50% {
                background-color: #128c7e;
                box-shadow: 0 0 12px rgba(18, 140, 126, 0.85), 0 2px 8px rgba(37, 211, 102, 0.55);
                filter: brightness(1.12);
            }
        }

.sharing-details h3 {
            color: var(--primary-red);
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

.detail-row {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
            align-items: flex-start;
        }

.detail-label {
            font-weight: 700;
            color: var(--text-dark);
            min-width: 120px;
            flex-shrink: 0;
        }

.detail-value {
            color: var(--text-light);
            flex: 1;
        }

.detail-value a {
            color: var(--primary-red);
            text-decoration: underline;
        }

.detail-value a:hover {
            color: var(--accent-red);
        }

.social-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
        }

.social-share-btn {
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

.social-share-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

.share-facebook { background: #1877f2; }

.share-facebook:hover { background: #166fe5; }

.share-twitter { background: #1da1f2; }

.share-twitter:hover { background: #1a91da; }

.share-whatsapp { background: #25d366; }

.share-whatsapp:hover { background: #20ba5a; }

.share-linkedin { background: #0077b5; }

.share-linkedin:hover { background: #006399; }

.share-telegram { background: #0088cc; }

.share-telegram:hover { background: #0077b3; }

.share-email { background: var(--primary-red); }

.share-email:hover { background: var(--accent-red); }

.share-copy {
            background: #6c757d;
        }

.share-copy:hover {
            background: #5a6268;
        }

.copy-message {
            display: none;
            position: fixed;
            top: 20px;
            right: 20px;
            background: #28a745;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 10000;
            font-weight: 600;
        }

.copy-message.show {
            display: block;
            animation: slideIn 0.3s ease;
        }

@keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

/* --- FOOTER CTA --- */

.footer-cta {
            background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-red) 100%);
            color: white;
            padding: 35px 0;
            text-align: center;
        }

.footer-cta h3 {
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

.footer-cta p {
            font-size: 1.2rem;
            opacity: 0.95;
            margin-bottom: 25px;
        }

.footer-cta .cta-btn {
            padding: 16px 40px;
            background: white;
            color: var(--primary-red);
            border-radius: 8px;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

.footer-cta .cta-btn:hover {
            background: #f5f5f5;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

/* --- FOOTER --- */

footer { background: var(--footer-black); color: #aaa; padding-top: 50px; font-size: 14px; border-top: 5px solid var(--primary-red); margin-top: 50px; }

.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 30px; gap: 20px; }

.footer-col { width: 23%; min-width: 200px; flex: 1 1 23%; }

@media (min-width: 1025px) {
    footer .footer-grid {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5rem;
    }
    footer .footer-grid > .footer-col {
        min-width: 0;
        max-width: none;
        box-sizing: border-box;
    }
    footer .footer-grid > .footer-col:nth-child(1) {
        flex: 0 0 calc(30% - 1.125rem);
        width: calc(30% - 1.125rem);
    }
    footer .footer-grid > .footer-col:nth-child(2) {
        flex: 0 0 calc(20% - 1.125rem);
        width: calc(20% - 1.125rem);
    }
    footer .footer-grid > .footer-col:nth-child(3),
    footer .footer-grid > .footer-col:nth-child(4) {
        flex: 0 0 calc(25% - 1.125rem);
        width: calc(25% - 1.125rem);
    }
}

.footer-col h3 { color: white; margin-bottom: 20px; font-size: 18px; padding-bottom: 10px; border-bottom: 1px solid #333; display: inline-block; width: 100%; }

.footer-links li { margin-bottom: 10px; border-bottom: 1px solid #222; padding-bottom: 5px; }

.footer-links li a { color: #aaa; transition: color 0.3s; }

.footer-links li a:hover { color: var(--primary-red); padding-left: 5px; }

.contact-list li { margin-bottom: 15px; display: flex; gap: 10px; align-items: flex-start; }

.contact-list li i { flex-shrink: 0; margin-top: 3px; }

.contact-list li span, .contact-list li a { flex: 1; }

.copyright { background: #000; padding: 20px 0; text-align: center; border-top: 1px solid #222; color: #777; font-size: 13px; }

/* --- RESPONSIVE --- */

@media (max-width: 900px) {
            .dropdown-menu { position: static; display: none; box-shadow: none; }
            .nav-menu li.dropdown.active > .dropdown-menu { display: block; }
            .dropdown-menu-sub { position: static; left: 0; }
            .footer-col { width: 23%; min-width: 200px; flex: 1 1 23%; }
        }

@media (max-width: 900px) {
            .hero-section h1 { font-size: 2.5rem; }
            .hero-section .sub-headline { font-size: 1.1rem; }
            .hero-buttons { flex-direction: column; align-items: center; }
            .hero-btn { width: 100%; max-width: 300px; }
            .motivation-section h2 { font-size: 2rem; }
            .motivation-section p { font-size: 1rem; }
            .cmsed-mission-section { padding: 36px 0 32px; }
            .cmsed-mission-section .mission-head h2 { font-size: 1.5rem; }
            .cmsed-mission-section .mission-head p { font-size: 1rem; }
            .cmsed-mission-block { padding: 24px 20px; margin-bottom: 20px; }
            .cmsed-mission-block h3 { font-size: 1.2rem; }
            .section-title { font-size: 2rem; }
            .modules-grid { grid-template-columns: 1fr; }
            .courses-grid { 
                flex-direction: column;
                gap: 15px;
            }
            .course-card {
                flex: 1 1 100%;
                min-width: 100%;
            }
            .sharing-details {
                flex-direction: column;
            }
            .sharing-mobile-preview {
                flex: 1 1 100%;
                margin-top: 20px;
                justify-content: center;
            }
            .mobile-phone-frame {
                width: 150px;
                height: 300px;
            }
            .certificate-demo-container {
                flex-direction: column;
            }
            .certificate-demo-section .certificate-frame {
                transform: none;
                max-width: 100%;
            }
            .certificate-features {
                max-width: 100%;
            }
            .nav-menu { flex-direction: column; }
            .nav-menu li { flex: none; }
        }

@media (max-width: 992px) {
            .review-card {
                flex: 0 0 calc(50% - 13px);
                min-width: calc(50% - 13px);
                padding: 28px 25px;
            }
            .alumni-card {
                flex: 0 0 calc(50% - 17.5px);
                min-width: calc(50% - 17.5px);
            }
            .review-avatar {
                width: 55px;
                height: 55px;
                font-size: 1.2rem;
                border-radius: 14px;
            }
            .review-info h4 {
                font-size: 1rem;
                flex-wrap: wrap;
            }
            .review-rating i {
                font-size: 0.85rem;
            }
            .reviews-trust-badges {
                gap: 25px;
            }
            .featured-review {
                padding: 40px 30px;
            }
        }

@media (max-width: 768px) {
            .motivation-content { padding: 0 15px; }
            .section-title { font-size: 1.8rem; }
            .reviews-section { padding: 70px 0; }
            .reviews-section .section-title { font-size: 2rem; }
            .review-card {
                flex: 0 0 100%;
                min-width: 100%;
                padding: 28px 24px;
            }
            .alumni-card {
                flex: 0 0 calc(50% - 17.5px);
                min-width: calc(50% - 17.5px);
                padding: 25px 20px;
            }
            .reviews-carousel-wrapper .carousel-dots,
            .alumni-carousel-wrapper .carousel-dots {
                margin-top: 30px;
            }
            .review-avatar {
                width: 55px;
                height: 55px;
                font-size: 1.2rem;
                border-radius: 14px;
            }
            .review-header { gap: 14px; }
            .review-info h4 { font-size: 1rem; }
            .review-info p { font-size: 0.78rem; }
            .review-text { font-size: 0.9rem; }
            .reviews-trust-badges { gap: 20px; }
            .trust-badge-value { font-size: 1.2rem; }
            .alumni-avatar {
                width: 90px;
                height: 90px;
                font-size: 2.3rem;
            }
            .featured-review { padding: 35px 25px; }
            .featured-text-area h3 { font-size: 1.3rem; }
            .featured-avatar { width: 65px; height: 65px; font-size: 1.5rem; }
            .reviews-cta { padding: 35px 25px; }
            .reviews-cta h3 { font-size: 1.5rem; }
        }

@media (max-width: 480px) {
            .reviews-section { padding: 60px 0; }
            .reviews-section .section-header { margin-bottom: 35px; }
            .reviews-section .section-title { font-size: 1.7rem; }
            .reviews-section .section-subtitle { font-size: 1rem; }
            .review-card {
                flex: 0 0 100%;
                min-width: 100%;
                padding: 25px 20px;
                border-radius: 20px;
            }
            .review-card::after { font-size: 4rem; right: 15px; bottom: -10px; }
            .alumni-card {
                flex: 0 0 100%;
                padding: 25px 20px;
            }
            .review-avatar {
                width: 50px;
                height: 50px;
                font-size: 1.1rem;
                border-radius: 12px;
            }
            .alumni-avatar {
                width: 85px;
                height: 85px;
                font-size: 2rem;
            }
            .review-header { gap: 12px; margin-bottom: 18px; }
            .review-info h4 { font-size: 0.95rem; }
            .review-rating { margin-bottom: 15px; padding: 6px 12px; }
            .review-rating i { font-size: 0.8rem; }
            .review-text { font-size: 0.88rem; line-height: 1.75; }
            .review-course-tag { margin-top: 15px; font-size: 0.7rem; padding: 8px 14px; }
            .reviews-trust-badges { flex-direction: column; gap: 15px; }
            .trust-badge-item { width: 100%; justify-content: center; }
            .featured-review::after { font-size: 3rem; right: 25px; }
            .video-play-btn { width: 60px; height: 60px; }
            .video-play-btn i { font-size: 1.4rem; }
            .reviews-stats { gap: 25px; margin-bottom: 35px; }
            .reviews-stat-number { font-size: 1.8rem; }
            .reviews-stat-label { font-size: 0.75rem; }
        }

.lang-float { position: fixed; bottom: 24px; right: 24px; z-index: 9998; display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%); color: white; font-weight: 700; font-size: 14px; border-radius: 50px; box-shadow: 0 4px 20px rgba(198,40,40,0.45); text-decoration: none; transition: all 0.3s ease; border: 2px solid rgba(255,255,255,0.3); }

.lang-float:hover { transform: scale(1.05); box-shadow: 0 6px 28px rgba(198,40,40,0.55); color: white; }

.lang-float i { font-size: 1.1rem; }

@media (max-width: 480px) { .lang-float { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 13px; } }
