
        :root {
            --epmp-navy: #061329;
            --epmp-navy-2: #071b3a;
            --epmp-navy-3: #0d254d;
            --epmp-cyan: #00c7e6;
            --epmp-blue: #2563eb;
            --epmp-teal: #10d5c2;
            --epmp-white: #ffffff;
            --epmp-soft: #f5f8fc;
            --epmp-soft-2: #eef7ff;
            --epmp-text: #102033;
            --epmp-muted: #637083;
            --epmp-border: #e5edf5;
            --epmp-shadow: 0 20px 55px rgba(7, 19, 41, 0.12);
            --epmp-shadow-soft: 0 12px 32px rgba(7, 19, 41, 0.08);
            --epmp-radius: 26px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Segoe UI", Arial, sans-serif;
            background: var(--epmp-soft);
            color: var(--epmp-text);
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
        }

        img,
        video {
            max-width: 100%;
        }

body.rtl,
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
    font-family: "Tahoma", "Arial", sans-serif;
}

html[dir="rtl"] .epmp-header-inner,
html[dir="rtl"] .premium-contact-grid,
html[dir="rtl"] .premium-details-grid,
html[dir="rtl"] .premium-course-hero-grid,
html[dir="rtl"] .epmp-hero-inner {
    direction: rtl;
}

html[dir="rtl"] .epmp-nav,
html[dir="rtl"] .epmp-header-actions,
html[dir="rtl"] .course-hero-meta,
html[dir="rtl"] .premium-meta-row,
html[dir="rtl"] .contact-info-item,
html[dir="rtl"] .premium-list li,
html[dir="rtl"] .epmp-course-meta {
    flex-direction: row-reverse;
}

html[dir="rtl"] .epmp-title,
html[dir="rtl"] .epmp-subtitle,
html[dir="rtl"] .premium-contact-hero,
html[dir="rtl"] .premium-course-hero,
html[dir="rtl"] .premium-videos-hero {
    text-align: right;
}

html[dir="rtl"] .epmp-hero-title,
html[dir="rtl"] .videos-head,
html[dir="rtl"] .premium-contact-hero h1,
html[dir="rtl"] .premium-course-hero h1 {
    letter-spacing: 0;
}

html[dir="rtl"] .epmp-inline-icon {
    margin-right: 0;
    margin-left: 7px;
}

html[dir="rtl"] .epmp-logo,
html[dir="rtl"] .epmp-review-person,
html[dir="rtl"] .icon-section {
    flex-direction: row-reverse;
}

html[dir="rtl"] .epmp-card,
html[dir="rtl"] .premium-card,
html[dir="rtl"] .contact-form-card,
html[dir="rtl"] .contact-info-card {
    text-align: right;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea {
    text-align: right;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.language-switcher a {
    min-width: 38px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.25s ease;
}

.language-switcher a.active,
.language-switcher a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #00c7e6, #2563eb);
}

        .epmp-page {
            background:
                radial-gradient(circle at top left, rgba(0, 199, 230, 0.08), transparent 28%),
                linear-gradient(180deg, #ffffff 0%, #f5f8fc 42%, #ffffff 100%);
        }

        .epmp-container {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
        }

        .epmp-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--epmp-cyan);
            font-size: 0.78rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 12px;
        }

        .epmp-title {
            color: var(--epmp-text);
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 950;
            letter-spacing: -1.2px;
            line-height: 1.12;
            margin: 0;
        }

        .epmp-title span {
            color: var(--epmp-cyan);
        }

        .epmp-subtitle {
            color: var(--epmp-muted);
            font-size: 1.05rem;
            font-weight: 600;
            line-height: 1.8;
            margin: 16px 0 0;
        }

        .epmp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 48px;
            padding: 12px 24px;
            border-radius: 14px;
            font-size: 0.95rem;
            font-weight: 900;
            transition: 0.25s ease;
            border: 0;
            white-space: nowrap;
        }

        .epmp-btn:hover {
            transform: translateY(-3px);
        }

        .epmp-btn-primary {
            color: #ffffff;
            background: linear-gradient(135deg, var(--epmp-cyan), var(--epmp-blue));
            box-shadow: 0 14px 30px rgba(0, 199, 230, 0.28);
        }

        .epmp-btn-primary:hover {
            color: #ffffff;
            box-shadow: 0 18px 38px rgba(0, 199, 230, 0.38);
        }

        .epmp-btn-dark {
            color: #ffffff;
            background: #111c31;
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .epmp-btn-dark:hover {
            color: #ffffff;
            background: #172641;
        }

        .epmp-btn-outline {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.26);
            backdrop-filter: blur(12px);
        }

        .epmp-btn-outline:hover {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.12);
        }

        /* Header */

        .epmp-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(4, 13, 31, 0.92);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(18px);
        }

        .epmp-header-inner {
            width: min(1240px, calc(100% - 32px));
            margin: 0 auto;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
        }

        .epmp-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #ffffff;
            min-width: 170px;
        }

        .epmp-logo img {
            width: 48px;
            height: 48px;
            object-fit: contain;
        }

        .epmp-logo strong {
            display: block;
            font-size: 1.18rem;
            font-weight: 950;
            line-height: 1.1;
        }

        .epmp-logo span {
            display: block;
            color: #8beeff;
            font-size: 0.72rem;
            font-weight: 800;
            margin-top: 3px;
        }

        .epmp-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            flex: 1;
        }

        .epmp-nav a {
            color: rgba(255, 255, 255, 0.82);
            font-size: 0.92rem;
            font-weight: 850;
            padding: 27px 12px 24px;
            position: relative;
            transition: 0.25s ease;
        }

        .epmp-nav a:hover,
        .epmp-nav a.active {
            color: #ffffff;
        }

        .epmp-nav a.active::after,
        .epmp-nav a:hover::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 0;
            height: 3px;
            border-radius: 999px;
            background: var(--epmp-cyan);
        }

        .epmp-header-actions {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .epmp-search {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            border-radius: 50%;
            transition: 0.25s ease;
        }

        .epmp-search:hover {
            background: rgba(255, 255, 255, 0.1);
            color: var(--epmp-cyan);
        }

        .epmp-mobile-toggle {
            display: none;
            width: 44px;
            height: 44px;
            border: 0;
            border-radius: 12px;
            color: #ffffff;
            background: rgba(255, 255, 255, 0.08);
        }

        /* Hero */

        .epmp-hero {
            position: relative;
            overflow: hidden;
            padding: 64px 0 96px;
            background:
                radial-gradient(circle at 15% 12%, rgba(0, 199, 230, 0.18), transparent 28%),
                radial-gradient(circle at 92% 44%, rgba(37, 99, 235, 0.25), transparent 30%),
                linear-gradient(135deg, #061329 0%, #071b3a 54%, #051126 100%);
        }

        .epmp-hero::before {
            content: "";
            position: absolute;
            right: -150px;
            top: 70px;
            width: 520px;
            height: 520px;
            border-radius: 50%;
            background-image: radial-gradient(rgba(0, 199, 230, 0.35) 1px, transparent 1px);
            background-size: 14px 14px;
            opacity: 0.55;
        }

        .epmp-hero::after {
            content: "";
            position: absolute;
            left: -160px;
            bottom: -160px;
            width: 420px;
            height: 420px;
            border-radius: 50%;
            border: 1px solid rgba(0, 199, 230, 0.12);
            box-shadow: 0 0 0 35px rgba(0, 199, 230, 0.035), 0 0 0 70px rgba(0, 199, 230, 0.025);
        }

        .epmp-hero-inner {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 56px;
            align-items: center;
        }

        .epmp-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 16px;
            border-radius: 999px;
            color: #7cf4ff;
            background: rgba(0, 199, 230, 0.08);
            border: 1px solid rgba(0, 199, 230, 0.38);
            font-size: 0.78rem;
            font-weight: 950;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            margin-bottom: 24px;
        }

        .epmp-hero-title {
            color: #ffffff;
            font-size: clamp(3.2rem, 6vw, 5.7rem);
            font-weight: 950;
            line-height: 1.2;
            letter-spacing: -2.6px;
            margin: 0 0 24px;
        }

        .epmp-hero-title span {
            display: block;
            color: var(--epmp-cyan);
        }

        .epmp-hero-text {
            max-width: 650px;
            color: rgba(255, 255, 255, 0.83);
            font-size: 1.12rem;
            font-weight: 600;
            line-height: 1.8;
            margin: 0 0 32px;
        }

        .epmp-hero-actions {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 28px;
        }

        .epmp-trust {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .epmp-avatars {
            display: flex;
        }

        .epmp-avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: linear-gradient(135deg, #dbeafe, #ffffff);
            border: 2px solid #ffffff;
            margin-left: -9px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--epmp-navy);
            font-weight: 950;
            font-size: 0.8rem;
        }

        .epmp-avatar:first-child {
            margin-left: 0;
        }

        .epmp-stars {
            color: #fbbf24;
            font-size: 0.95rem;
            letter-spacing: 1px;
        }

        .epmp-trust-text {
            color: rgba(255, 255, 255, 0.82);
            font-size: 0.86rem;
            font-weight: 750;
        }

        .epmp-dashboard {
            border-radius: 28px;
            padding: 26px;
            color: #ffffff;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
            border: 1px solid rgba(255, 255, 255, 0.17);
            backdrop-filter: blur(18px);
            box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
        }

        .epmp-dashboard-head {
            display: flex;
            gap: 16px;
            align-items: center;
            margin-bottom: 24px;
        }

        .epmp-shield {
            width: 58px;
            height: 58px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(37, 99, 235, 0.2);
            border: 1px solid rgba(139, 238, 255, 0.22);
            font-size: 1.8rem;
        }

        .epmp-dashboard-head h2 {
            margin: 0;
            font-size: 1.35rem;
            font-weight: 950;
        }

        .epmp-dashboard-head p {
            margin: 4px 0 0;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.9rem;
            font-weight: 650;
        }

        .epmp-dashboard-body {
            display: grid;
            grid-template-columns: 150px 1fr;
            gap: 22px;
            align-items: center;
        }

        .epmp-progress-circle {
            width: 148px;
            height: 148px;
            border-radius: 50%;
            background:
                conic-gradient(var(--epmp-cyan) 0 78%, rgba(255, 255, 255, 0.15) 78% 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .epmp-progress-circle::before {
            content: "";
            position: absolute;
            inset: 14px;
            border-radius: 50%;
            background: #0b1d3c;
        }

        .epmp-progress-inner {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .epmp-progress-inner strong {
            display: block;
            font-size: 2rem;
            font-weight: 950;
        }

        .epmp-progress-inner span {
            display: block;
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.78rem;
            font-weight: 800;
        }

        .epmp-dashboard-list {
            display: grid;
            gap: 12px;
        }

        .epmp-dashboard-row {
            padding: 13px;
            border-radius: 15px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .epmp-dashboard-row-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.82rem;
            font-weight: 850;
            margin-bottom: 9px;
        }

        .epmp-bar {
            height: 7px;
            border-radius: 999px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.18);
        }

        .epmp-bar span {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(135deg, var(--epmp-cyan), #64b5ff);
        }

        .epmp-next {
            margin-top: 18px;
            padding: 16px;
            border-radius: 18px;
            background: rgba(0, 199, 230, 0.09);
            border: 1px solid rgba(0, 199, 230, 0.16);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

        .epmp-next small {
            display: block;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 850;
            margin-bottom: 3px;
        }

        .epmp-next strong {
            font-size: 0.95rem;
        }

        .epmp-next a {
            padding: 10px 14px;
            border-radius: 11px;
            color: #ffffff;
            border: 1px solid rgba(0, 199, 230, 0.45);
            font-size: 0.78rem;
            font-weight: 900;
        }

        .epmp-disclaimer {
            margin: 14px 0 0;
            color: rgba(255, 255, 255, 0.42);
            font-size: 0.7rem;
            line-height: 1.5;
        }

        /* Feature strip */

        .epmp-feature-strip {
            position: relative;
            z-index: 5;
            margin-top: -48px;
        }

        .epmp-feature-panel {
            padding: 28px;
            border-radius: 28px;
            background: #ffffff;
            border: 1px solid var(--epmp-border);
            box-shadow: var(--epmp-shadow);
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 18px;
        }

        .epmp-mini-feature {
            text-align: center;
            padding: 10px;
        }

        .epmp-mini-icon {
            width: 58px;
            height: 58px;
            margin: 0 auto 14px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e9faff;
            color: var(--epmp-cyan);
            font-size: 1.45rem;
        }

        .epmp-mini-feature h3 {
            color: var(--epmp-text);
            font-size: 0.9rem;
            font-weight: 950;
            margin: 0 0 8px;
        }

        .epmp-mini-feature p {
            color: var(--epmp-muted);
            font-size: 0.78rem;
            line-height: 1.55;
            font-weight: 650;
            margin: 0;
        }

        /* About and stats */

        .epmp-about {
            padding: 78px 0 38px;
            background: #ffffff;
        }

        .epmp-about-grid {
            display: grid;
            grid-template-columns: 0.85fr 0.7fr 1.15fr;
            gap: 32px;
            align-items: center;
        }

        .epmp-about-copy p:not(.epmp-label) {
            color: var(--epmp-muted);
            font-weight: 600;
            line-height: 1.75;
        }

        .epmp-check-list {
            list-style: none;
            margin: 22px 0 26px;
            padding: 0;
            display: grid;
            gap: 10px;
        }

        .epmp-check-list li {
            color: var(--epmp-text);
            font-size: 0.92rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .epmp-check-list li::before {
            content: "✓";
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background: linear-gradient(135deg, var(--epmp-cyan), var(--epmp-blue));
            font-size: 0.75rem;
            font-weight: 950;
            flex: 0 0 auto;
        }

        .epmp-photo-card {
            position: relative;
            min-height: 310px;
            border-radius: 28px;
            overflow: hidden;
            background:
                linear-gradient(135deg, rgba(0, 199, 230, 0.1), rgba(37, 99, 235, 0.1)),
                #e9f4ff;
            box-shadow: var(--epmp-shadow-soft);
        }

        .epmp-photo-card img {
            width: 100%;
            height: 310px;
            object-fit: cover;
        }

        .epmp-experience {
            position: absolute;
            left: 24px;
            bottom: 22px;
            padding: 18px 22px;
            border-radius: 18px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--epmp-navy), var(--epmp-navy-3));
            box-shadow: 0 18px 38px rgba(7, 19, 41, 0.22);
        }

        .epmp-experience strong {
            display: block;
            color: var(--epmp-cyan);
            font-size: 2.25rem;
            line-height: 1;
            font-weight: 950;
        }

        .epmp-experience span {
            display: block;
            font-size: 0.82rem;
            font-weight: 800;
            line-height: 1.4;
            margin-top: 5px;
        }

        .epmp-stats-panel {
            min-height: 310px;
            padding: 38px;
            border-radius: 28px;
            color: #ffffff;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            align-items: center;
            background:
                radial-gradient(circle at bottom right, rgba(0, 199, 230, 0.2), transparent 32%),
                linear-gradient(135deg, #061329, #082b61);
            box-shadow: var(--epmp-shadow);
            overflow: hidden;
        }

        .epmp-stat {
            text-align: center;
            padding: 18px;
            border-right: 1px solid rgba(255, 255, 255, 0.16);
        }

        .epmp-stat:last-child {
            border-right: 0;
        }

        .epmp-stat-icon {
            width: 56px;
            height: 56px;
            margin: 0 auto 16px;
            border-radius: 50%;
            color: var(--epmp-cyan);
            background: rgba(0, 199, 230, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
        }

        .epmp-stat strong {
            display: block;
            font-size: 2rem;
            font-weight: 950;
            margin-bottom: 5px;
        }

        .epmp-stat span {
            display: block;
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.88rem;
            font-weight: 800;
            line-height: 1.45;
        }

        /* Courses */

        .epmp-courses {
            padding: 52px 0 76px;
            background: #ffffff;
        }

        .epmp-section-head {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 24px;
            margin-bottom: 28px;
        }

        .epmp-view-all {
            color: var(--epmp-blue);
            font-weight: 900;
            white-space: nowrap;
        }

        .epmp-course-block {
            margin-top: 42px;
        }

        .epmp-course-block-title {
            color: var(--epmp-text);
            font-size: 1.45rem;
            font-weight: 950;
            margin: 0 0 20px;
        }

        .epmp-course-block-title span {
            color: var(--epmp-cyan);
        }

        .epmp-course-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
        }

        .epmp-course-card {
            position: relative;
            overflow: visible;
            min-height: 330px;
            padding: 20px;
            border-radius: 22px;
            border: 1px solid var(--epmp-border);
            background: #ffffff;
            box-shadow: var(--epmp-shadow-soft);
            transition: 0.25s ease;
        }

        .epmp-course-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--epmp-shadow);
            border-color: rgba(0, 199, 230, 0.35);
        }

        .epmp-course-top {
            display: grid;
            grid-template-columns: 76px 1fr;
            gap: 14px;
            align-items: center;
            margin-bottom: 18px;
        }

        .epmp-course-image {
            width: 76px;
            height: 76px;
            border-radius: 16px;
            background: linear-gradient(135deg, #061329, #0b3f86);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .epmp-course-image img {
            width: 84%;
            height: 84%;
            object-fit: contain;
            padding: 6px;
        }

        .epmp-course-card h3 {
            color: var(--epmp-text);
            font-size: 1rem;
            line-height: 1.35;
            font-weight: 950;
            margin: 0;
        }

        .epmp-course-meta {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            color: var(--epmp-muted);
            font-size: 0.78rem;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .epmp-course-desc {
            color: var(--epmp-muted);
            font-size: 0.88rem;
            font-weight: 600;
            line-height: 1.7;
            min-height: 76px;
            margin-bottom: 16px;
        }

        .epmp-course-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .epmp-course-price {
            color: var(--epmp-text);
            font-size: 1.45rem;
            font-weight: 950;
        }

        .epmp-course-price del {
            color: #9aa8b8;
            font-size: 0.9rem;
            font-weight: 750;
            margin-right: 5px;
        }

        .epmp-enroll {
            padding: 10px 15px;
            border-radius: 12px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--epmp-cyan), var(--epmp-blue));
            font-size: 0.78rem;
            font-weight: 950;
            white-space: nowrap;
        }

        .epmp-empty {
            grid-column: 1 / -1;
            padding: 28px;
            border-radius: 22px;
            text-align: center;
            background: var(--epmp-soft);
            border: 1px dashed var(--epmp-border);
            color: var(--epmp-muted);
            font-weight: 800;
        }

        /* Testimonials */

        .epmp-testimonials {
            padding: 72px 0;
            background: var(--epmp-soft);
        }

        .epmp-testimonial-grid {
            display: grid;
            grid-template-columns: 0.8fr 1.2fr;
            gap: 34px;
            align-items: center;
        }

        .epmp-rating {
            margin-top: 22px;
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .epmp-rating strong {
            color: #f59e0b;
            letter-spacing: 2px;
        }

        .epmp-rating span {
            color: var(--epmp-text);
            font-weight: 900;
        }

        .epmp-review-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }

        .epmp-review {
            padding: 22px;
            border-radius: 22px;
            background: #ffffff;
            border: 1px solid var(--epmp-border);
            box-shadow: var(--epmp-shadow-soft);
        }

        .epmp-review-person {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
        }

        .epmp-review-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--epmp-cyan), var(--epmp-blue));
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 950;
        }

        .epmp-review-person strong {
            display: block;
            color: var(--epmp-text);
            font-size: 0.92rem;
        }

        .epmp-review-person span {
            display: block;
            color: var(--epmp-muted);
            font-size: 0.78rem;
            font-weight: 750;
        }

        .epmp-review p {
            margin: 0;
            color: var(--epmp-muted);
            font-size: 0.9rem;
            font-weight: 600;
            line-height: 1.7;
        }

        /* Why and skills */

        .epmp-why {
            padding: 72px 0;
            background: #ffffff;
        }

        .epmp-why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
        }

        .epmp-dark-panel,
        .epmp-skills-panel {
            border-radius: 28px;
            padding: 34px;
            box-shadow: var(--epmp-shadow-soft);
        }

        .epmp-dark-panel {
            color: #ffffff;
            background:
                radial-gradient(circle at bottom right, rgba(0, 199, 230, 0.18), transparent 35%),
                linear-gradient(135deg, #061329, #082b61);
        }

        .epmp-dark-panel .epmp-label {
            color: #7cf4ff;
        }

        .epmp-dark-panel h2 {
            color: #ffffff;
            font-size: clamp(1.7rem, 3vw, 2.35rem);
            font-weight: 950;
            line-height: 1.15;
            margin: 0 0 28px;
        }

        .epmp-benefits {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 14px;
        }

        .epmp-benefit {
            text-align: center;
            padding: 10px;
            border-right: 1px solid rgba(255, 255, 255, 0.14);
        }

        .epmp-benefit:last-child {
            border-right: 0;
        }

        .epmp-benefit-icon {
            width: 42px;
            height: 42px;
            margin: 0 auto 10px;
            border-radius: 14px;
            color: var(--epmp-cyan);
            background: rgba(0, 199, 230, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .epmp-benefit span {
            display: block;
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.78rem;
            font-weight: 850;
            line-height: 1.35;
        }

        .epmp-skills-panel {
            background: #ffffff;
            border: 1px solid var(--epmp-border);
        }

        .epmp-skills-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin-top: 22px;
        }

        .epmp-skill {
            padding: 14px;
            border-radius: 16px;
            background: var(--epmp-soft);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .epmp-skill-icon {
            width: 34px;
            height: 34px;
            flex: 0 0 auto;
            border-radius: 12px;
            color: var(--epmp-blue);
            background: #e8f7ff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .epmp-skill span {
            color: var(--epmp-text);
            font-size: 0.78rem;
            font-weight: 900;
            line-height: 1.35;
        }

        /* Partners */

        .epmp-partners {
            padding: 52px 0 76px;
            background: #ffffff;
        }

        .epmp-partner-strip {
            margin-top: 24px;
            padding: 26px;
            border-radius: 24px;
            border: 1px solid var(--epmp-border);
            background: #ffffff;
            box-shadow: var(--epmp-shadow-soft);
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 24px;
            align-items: center;
        }

        .epmp-partner-strip img {
            max-height: 58px;
            width: 100%;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.75;
            transition: 0.25s ease;
        }

        .epmp-partner-strip img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: translateY(-3px);
        }

        /* Footer */

        .epmp-footer {
            background: var(--epmp-navy);
            color: rgba(255, 255, 255, 0.78);
            padding: 36px 0;
            text-align: center;
        }

        .epmp-footer strong {
            color: #ffffff;
        }

        .epmp-footer p {
            margin: 0;
            line-height: 1.7;
            font-weight: 650;
        }

        /* Responsive */

        @media (max-width: 1180px) {
            .epmp-feature-panel {
                grid-template-columns: repeat(3, 1fr);
            }

            .epmp-about-grid {
                grid-template-columns: 1fr;
            }

            .epmp-stats-panel {
                grid-template-columns: repeat(2, 1fr);
            }

            .epmp-stat:nth-child(2) {
                border-right: 0;
            }

            .epmp-stat:nth-child(1),
            .epmp-stat:nth-child(2) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            }

            .epmp-course-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .epmp-review-cards {
                grid-template-columns: 1fr;
            }

            .epmp-benefits {
                grid-template-columns: repeat(3, 1fr);
            }

            .epmp-skills-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .epmp-mobile-toggle {
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .epmp-header-inner {
                flex-wrap: wrap;
                padding: 14px 0;
            }

            .epmp-nav {
                order: 3;
                width: 100%;
                display: none;
                flex-direction: column;
                align-items: stretch;
                padding: 10px 0 4px;
            }

            .epmp-nav.is-open {
                display: flex;
            }

            .epmp-nav a {
                padding: 13px 14px;
                border-radius: 12px;
            }

            .epmp-nav a.active::after,
            .epmp-nav a:hover::after {
                display: none;
            }

            .epmp-nav a:hover,
            .epmp-nav a.active {
                background: rgba(255, 255, 255, 0.08);
            }

            .epmp-header-actions .epmp-btn-dark,
            .epmp-header-actions .epmp-btn-primary {
                display: none;
            }

            .epmp-hero-inner {
                grid-template-columns: 1fr;
            }

            .epmp-testimonial-grid,
            .epmp-why-grid {
                grid-template-columns: 1fr;
            }

            .epmp-partner-strip {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .epmp-hero {
                padding-top: 48px;
            }

            .epmp-dashboard-body {
                grid-template-columns: 1fr;
                justify-items: center;
            }

            .epmp-feature-panel {
                grid-template-columns: repeat(2, 1fr);
                padding: 18px;
            }

            .epmp-stats-panel,
            .epmp-course-grid,
            .epmp-skills-grid {
                grid-template-columns: 1fr;
            }

            .epmp-stat {
                border-right: 0 !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            }

            .epmp-stat:last-child {
                border-bottom: 0;
            }

            .epmp-section-head {
                align-items: flex-start;
                flex-direction: column;
            }

            .epmp-benefits {
                grid-template-columns: repeat(2, 1fr);
            }

            .epmp-benefit {
                border-right: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            }

            .epmp-partner-strip {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 520px) {
            .epmp-container,
            .epmp-header-inner {
                width: min(100% - 22px, 1180px);
            }

            .epmp-logo {
                min-width: auto;
            }

            .epmp-logo img {
                width: 42px;
                height: 42px;
            }

            .epmp-logo strong {
                font-size: 1rem;
            }

            .epmp-hero-title {
                font-size: 3rem;
            }

            .epmp-hero-actions .epmp-btn {
                width: 100%;
            }

            .epmp-feature-panel {
                grid-template-columns: 1fr;
            }

            .epmp-dashboard {
                padding: 20px;
                border-radius: 22px;
            }

            .epmp-next {
                flex-direction: column;
                align-items: flex-start;
            }

            .epmp-about,
            .epmp-courses,
            .epmp-testimonials,
            .epmp-why,
            .epmp-partners {
                padding-left: 0;
                padding-right: 0;
            }

            .epmp-benefits {
                grid-template-columns: 1fr;
            }
        }
  .premium-contact-page {
        min-height: 100vh;
        background:
            radial-gradient(circle at top left, rgba(0, 199, 230, 0.1), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #f5f8fc 45%, #ffffff 100%);
        color: var(--contact-text);
        overflow: hidden;
    }

    .premium-contact-hero {
        position: relative;
        padding: 90px 20px 130px;
        color: #ffffff;
        text-align: center;
        background:
            radial-gradient(circle at 18% 20%, rgba(0, 199, 230, 0.22), transparent 30%),
            radial-gradient(circle at 88% 35%, rgba(37, 99, 235, 0.3), transparent 32%),
            linear-gradient(135deg, #061329 0%, #071b3a 55%, #030914 100%);
    }

    .premium-contact-hero::before {
        content: "";
        position: absolute;
        right: -140px;
        top: 70px;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background-image: radial-gradient(rgba(0, 199, 230, 0.35) 1px, transparent 1px);
        background-size: 14px 14px;
        opacity: 0.45;
    }

    .premium-contact-hero::after {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -160px;
        width: 390px;
        height: 390px;
        border-radius: 50%;
        background: rgba(37, 99, 235, 0.2);
        filter: blur(80px);
    }

    .premium-contact-hero-inner {
        position: relative;
        z-index: 2;
        max-width: 850px;
        margin: 0 auto;
    }

    .contact-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 9px 17px;
        border-radius: 999px;
        color: #7cf4ff;
        background: rgba(0, 199, 230, 0.08);
        border: 1px solid rgba(0, 199, 230, 0.34);
        font-size: 0.78rem;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: 0.9px;
        margin-bottom: 22px;
    }

    .premium-contact-hero h1 {
        color: #ffffff;
        font-size: clamp(2.6rem, 6vw, 5rem);
        line-height: 1.02;
        letter-spacing: -2px;
        font-weight: 950;
        margin: 0 0 18px;
    }

    .premium-contact-hero p {
        max-width: 720px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.78);
        font-size: 1.1rem;
        line-height: 1.8;
        font-weight: 600;
    }

    .premium-contact-wrap {
        position: relative;
        z-index: 5;
        width: min(1180px, calc(100% - 32px));
        margin: -76px auto 90px;
    }

    .premium-contact-grid {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 28px;
        align-items: stretch;
    }

    .contact-info-card,
    .contact-form-card {
        border-radius: 30px;
        background: #ffffff;
        border: 1px solid var(--contact-border);
        box-shadow: var(--contact-shadow);
        overflow: hidden;
    }

    .contact-info-card {
        padding: 34px;
        background:
            radial-gradient(circle at top right, rgba(0, 199, 230, 0.14), transparent 35%),
            linear-gradient(135deg, #061329, #071b3a);
        color: #ffffff;
        position: relative;
    }

    .contact-info-card::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -90px;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        background: rgba(0, 199, 230, 0.16);
        filter: blur(20px);
    }

    .contact-info-card-inner {
        position: relative;
        z-index: 2;
    }

    .contact-info-card h2 {
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 950;
        letter-spacing: -0.8px;
        margin: 0 0 14px;
    }

    .contact-info-card p {
        color: rgba(255, 255, 255, 0.74);
        line-height: 1.8;
        font-weight: 600;
        margin-bottom: 26px;
    }

    .contact-info-list {
        display: grid;
        gap: 16px;
        margin-bottom: 28px;
    }

    .contact-info-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .contact-info-icon {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        background: rgba(0, 199, 230, 0.14);
        color: var(--contact-cyan);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .contact-info-icon svg {
        width: 21px;
        height: 21px;
    }

    .contact-info-item strong {
        display: block;
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 950;
        margin-bottom: 4px;
    }

    .contact-info-item a,
    .contact-info-item span {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.9rem;
        font-weight: 650;
        text-decoration: none;
        line-height: 1.6;
    }

    .contact-info-item a:hover {
        color: #7cf4ff;
    }

    .contact-small-note {
        padding: 18px;
        border-radius: 20px;
        background: rgba(0, 199, 230, 0.1);
        border: 1px solid rgba(0, 199, 230, 0.2);
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.9rem;
        line-height: 1.7;
        font-weight: 650;
    }

    .contact-form-card {
        padding: 40px;
        background:
            radial-gradient(circle at top right, rgba(0, 199, 230, 0.08), transparent 30%),
            #ffffff;
    }

    .contact-form-header {
        margin-bottom: 28px;
    }

    .contact-form-header h2 {
        color: var(--contact-text);
        font-size: 2rem;
        font-weight: 950;
        letter-spacing: -0.9px;
        margin: 0 0 8px;
    }

    .contact-form-header p {
        color: var(--contact-muted);
        font-weight: 600;
        line-height: 1.7;
        margin: 0;
    }

    .contact-form .control-group {
        margin-bottom: 18px;
    }

    .contact-form .form-control {
        min-height: 56px;
        border: 1px solid var(--contact-border) !important;
        border-radius: 16px;
        background: #f8fbff;
        color: var(--contact-text);
        padding: 14px 18px !important;
        font-size: 0.98rem;
        font-weight: 650;
        box-shadow: none;
        transition: 0.25s ease;
    }

    .contact-form textarea.form-control {
        min-height: 150px;
        resize: vertical;
    }

    .contact-form .form-control::placeholder {
        color: #94a3b8;
    }

    .contact-form .form-control:focus {
        background: #ffffff;
        border-color: rgba(0, 199, 230, 0.8) !important;
        box-shadow: 0 0 0 4px rgba(0, 199, 230, 0.13);
    }

    .help-block.text-danger {
        display: block;
        margin: 7px 0 0;
        font-size: 0.84rem;
        font-weight: 700;
    }

    #success {
        margin-bottom: 16px;
    }

#sendMessageButton {
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background:
        linear-gradient(135deg, #00d4ff 0%, #0ea5e9 38%, #2563eb 100%);
    box-shadow:
        0 16px 35px rgba(14, 165, 233, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    font-size: 0.98rem;
    font-weight: 950;
    letter-spacing: 0.2px;
    transition: 0.25s ease;
}

#sendMessageButton:hover {
    color: #ffffff;
    background:
        linear-gradient(135deg, #22d3ee 0%, #0284c7 42%, #1d4ed8 100%);
    transform: translateY(-3px);
    box-shadow:
        0 22px 46px rgba(14, 165, 233, 0.38),
        0 0 0 4px rgba(0, 199, 230, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

#sendMessageButton:active {
    transform: translateY(-1px);
    box-shadow:
        0 12px 26px rgba(14, 165, 233, 0.28),
        inset 0 2px 8px rgba(0, 0, 0, 0.18);
}
    /* =========================
   Partners Section
========================= */

.epmp-partners {
    position: relative;
    padding: 70px 0 85px;
    background:
        radial-gradient(circle at top left, rgba(0, 199, 230, 0.08), transparent 25%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
    overflow: hidden;
}

.epmp-partners::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    filter: blur(30px);
    pointer-events: none;
}

.epmp-partners-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.epmp-partners-title {
    margin: 14px 0 12px;
    color: var(--epmp-navy, #061329);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -1px;
}

.epmp-partners-subtitle {
    margin: 0 auto;
    max-width: 720px;
    color: #667085;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 600;
}

.epmp-partner-strip {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    padding: 28px;
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 18px 45px rgba(2, 8, 23, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.epmp-partner-item {
    min-height: 110px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.epmp-partner-item:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 199, 230, 0.28);
    box-shadow: 0 18px 35px rgba(2, 8, 23, 0.08);
}

.epmp-partner-item img {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.epmp-partner-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

/* =========================
   Footer Enhancement
========================= */

.epmp-footer {
    position: relative;
    overflow: hidden;
    padding: 48px 0;
    background:
        radial-gradient(circle at top left, rgba(0, 199, 230, 0.12), transparent 30%),
        linear-gradient(135deg, #061329 0%, #071b3a 52%, #030914 100%);
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.epmp-footer::before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(0, 199, 230, 0.08);
    filter: blur(20px);
}

.epmp-footer-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.epmp-footer p {
    margin: 0;
    line-height: 1.85;
    font-weight: 650;
}

.epmp-footer p + p {
    margin-top: 6px;
}

.epmp-footer strong {
    color: #ffffff;
    font-weight: 950;
}

.epmp-credit {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.epmp-credit a {
    color: #38bdf8;
    font-weight: 900;
    text-decoration: none;
    transition: color 0.25s ease;
}

.epmp-credit a:hover {
    color: #7dd3fc;
    text-decoration: underline;
}

/* =========================
   RTL support
========================= */

html[dir="rtl"] .epmp-partners-head {
    text-align: center;
}

html[dir="rtl"] .epmp-partners-subtitle {
    text-align: center;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1200px) {
    .epmp-partner-strip {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .epmp-partners {
        padding: 56px 0 72px;
    }

    .epmp-partner-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .epmp-partner-item {
        min-height: 95px;
        border-radius: 18px;
    }

    .epmp-partner-item img {
        max-height: 46px;
    }
}

@media (max-width: 480px) {
    .epmp-partner-strip {
        grid-template-columns: 1fr;
    }

    .epmp-partners-title {
        font-size: 1.8rem;
    }

    .epmp-partners-subtitle {
        font-size: 0.94rem;
    }
}

    @media (max-width: 992px) {
        .premium-contact-grid {
            grid-template-columns: 1fr;
        }

        .contact-info-card,
        .contact-form-card {
            border-radius: 26px;
        }
    }

    @media (max-width: 576px) {
        .premium-contact-hero {
            padding: 70px 18px 115px;
        }

        .premium-contact-hero h1 {
            font-size: 2.6rem;
        }

        .premium-contact-hero p {
            font-size: 0.98rem;
        }

        .premium-contact-wrap {
            width: min(100% - 24px, 1180px);
            margin-top: -68px;
        }

        .contact-info-card,
        .contact-form-card {
            padding: 26px 22px;
            border-radius: 22px;
        }

        .contact-form-header h2 {
            font-size: 1.65rem;
        }

        #sendMessageButton {
            width: 100%;
        }
    }
    /* =========================
   Floating WhatsApp Button
========================= */

.floating-whatsapp {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    color: #ffffff;
    background:
        linear-gradient(135deg, #25d366 0%, #16a34a 55%, #0f7a35 100%);
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0.2px;

    box-shadow:
        0 18px 38px rgba(37, 211, 102, 0.35),
        0 0 0 8px rgba(37, 211, 102, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);

    transition: 0.25s ease;
}

.floating-whatsapp i {
    font-size: 1.35rem;
    line-height: 1;
}

.floating-whatsapp:hover {
    color: #ffffff;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 24px 48px rgba(37, 211, 102, 0.45),
        0 0 0 10px rgba(37, 211, 102, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.floating-whatsapp:active {
    transform: translateY(-1px) scale(0.99);
}

/* Mobile */
@media (max-width: 576px) {
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        min-height: 54px;
        width: 54px;
        padding: 0;
        border-radius: 50%;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-whatsapp i {
        font-size: 1.45rem;
    }
}

/* RTL */
html[dir="rtl"] .floating-whatsapp {
    right: auto;
    left: 26px;
}

@media (max-width: 576px) {
    html[dir="rtl"] .floating-whatsapp {
        left: 16px;
    }
}

/* ==========================================================
   Clean Premium About Stats Fix
   ========================================================== */

.epmp-about-premium-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.epmp-about-stats-only {
    width: 100%;
}

.epmp-stats-premium-wide {
    width: 100%;
    min-height: 430px;
    padding: 38px;
    border-radius: 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(24, 183, 232, 0.22), transparent 34%),
        radial-gradient(circle at 88% 88%, rgba(37, 99, 235, 0.2), transparent 34%),
        linear-gradient(135deg, #07111f 0%, #08234a 54%, #06436f 100%);
    box-shadow: 0 34px 85px rgba(7, 17, 31, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.epmp-stats-premium-wide .epmp-stat {
    position: relative;
    min-width: 0;
    padding: 34px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    background: transparent;
    border: 0;
}

.epmp-stats-premium-wide .epmp-stat:nth-child(1),
.epmp-stats-premium-wide .epmp-stat:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.epmp-stats-premium-wide .epmp-stat:nth-child(1),
.epmp-stats-premium-wide .epmp-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

[dir="rtl"] .epmp-stats-premium-wide .epmp-stat:nth-child(1),
[dir="rtl"] .epmp-stats-premium-wide .epmp-stat:nth-child(3) {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.epmp-stats-premium-wide .epmp-stat-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;

    border-radius: 999px;
    color: #22d3ee;
    background: rgba(24, 183, 232, 0.13);
    border: 1px solid rgba(24, 183, 232, 0.22);
    box-shadow: 0 18px 36px rgba(24, 183, 232, 0.08);
}

.epmp-stats-premium-wide .epmp-stat-icon i {
    font-size: 1.8rem;
}

.epmp-stats-premium-wide .epmp-stat strong {
    display: block;
    max-width: 100%;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.055em;
    white-space: nowrap;
}

[dir="rtl"] .epmp-stats-premium-wide .epmp-stat strong {
    letter-spacing: 0;
}

.epmp-stats-premium-wide .epmp-stat span {
    display: block;
    max-width: 190px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 850;
}

@media (max-width: 1199px) {
    .epmp-about-premium-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .epmp-about-premium-copy {
        max-width: 760px;
    }

    .epmp-about-premium-copy .epmp-title,
    .epmp-about-premium-copy p {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .epmp-stats-premium-wide {
        min-height: auto;
        padding: 26px;
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .epmp-stats-premium-wide .epmp-stat {
        padding: 28px 16px;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .epmp-stats-premium-wide .epmp-stat:last-child {
        border-bottom: 0;
    }

    .epmp-stats-premium-wide .epmp-stat strong {
        font-size: 2.7rem;
    }
}

.course-hover-wrapper {
    position: relative;
}

/* Default: popup opens to the right */
.course-hover-box {
    position: absolute;
    top: 50%;
    left: calc(100% + 26px);
    right: auto;
    width: 520px;
    max-width: 90vw;
    transform: translateY(-50%) translateX(-14px) scale(0.96);

    background: #fff;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.22s ease;
    z-index: 9999;
}

.course-hover-box.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0) scale(1);
}

/* Arrow when popup opens to right */
.course-hover-box::before {
    content: "";
    position: absolute;
    left: -12px;
    right: auto;
    top: 50%;
    width: 22px;
    height: 22px;
    background: #fff;
    border-left: 1px solid rgba(203, 213, 225, 0.95);
    border-bottom: 1px solid rgba(203, 213, 225, 0.95);
    transform: translateY(-50%) rotate(45deg);
}

/* Popup opens to the left */
.course-hover-wrapper.open-left .course-hover-box {
    left: auto;
    right: calc(100% + 26px);
    transform: translateY(-50%) translateX(14px) scale(0.96);
}

.course-hover-wrapper.open-left .course-hover-box.is-visible {
    transform: translateY(-50%) translateX(0) scale(1);
}

/* Arrow when popup opens to left */
.course-hover-wrapper.open-left .course-hover-box::before {
    left: auto;
    right: -12px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(203, 213, 225, 0.95);
    border-top: 1px solid rgba(203, 213, 225, 0.95);
}

/* Mobile: show below card */
@media (max-width: 1100px) {
    .course-hover-box,
    .course-hover-wrapper.open-left .course-hover-box {
        top: calc(100% + 18px);
        left: 0;
        right: auto;
        width: 100%;
        transform: translateY(0) scale(0.96);
    }

    .course-hover-box.is-visible,
    .course-hover-wrapper.open-left .course-hover-box.is-visible {
        transform: translateY(0) scale(1);
    }

    .course-hover-box::before,
    .course-hover-wrapper.open-left .course-hover-box::before {
        display: none;
    }
}
/* Make all course wrappers normal by default */
.course-hover-wrapper {
    position: relative;
    z-index: 1;
}

/* When popup is active, bring the whole card + popup above the grid */
.course-hover-wrapper.popup-active,
.course-hover-wrapper:hover {
    z-index: 999999 !important;
}

/* Make sure parent containers do not hide the popup */
.epmp-courses,
.epmp-container,
.epmp-course-block,
.epmp-course-grid {
    overflow: visible !important;
}

/* Important: grid needs position for z-index stacking */
.epmp-course-grid {
    position: relative;
    z-index: 10;
}

/* Popup must be above all cards */
.course-hover-box {
    z-index: 999999 !important;
}
.epmp-cart-icon {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.epmp-cart-icon:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #00c7e6, #2563eb);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 199, 230, 0.28);
}

.epmp-cart-svg {
    width: 23px;
    height: 23px;
    display: inline-flex;
}

.epmp-cart-svg svg {
    width: 100%;
    height: 100%;
}

.epmp-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    border: 2px solid #061329;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.35);
}

/* RTL support */
html[dir="rtl"] .epmp-cart-count {
    right: auto;
    left: -7px;
}

/* Mobile */
@media (max-width: 576px) {
    .epmp-cart-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .epmp-cart-svg {
        width: 21px;
        height: 21px;
    }
}