/* ================================
   COURSE PAGE SHARED STYLES
   Vibrant Multi-Color Design
   ================================ */

/* ================================
   PROGRAM HERO — PREMIUM LIGHT DESIGN
   ================================ */
.phero {
    position: relative;
    background: linear-gradient(135deg, #f5f3ff 0%, #faf8ff 40%, #f3f0ff 100%);
    padding: 7rem 0 5rem;
    overflow: hidden;
}

.phero-bg-pattern {
    position: absolute;
    top: 5%;
    left: 32%;
    width: 180px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(139, 92, 246, 0.25) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: 1;
    pointer-events: none;
}

.phero-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.phero-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.18), transparent 70%);
    top: -200px;
    right: -100px;
}

.phero-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 70%);
    bottom: -150px;
    left: -100px;
}

.phero .container {
    position: relative;
    z-index: 2;
}

.phero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
    align-items: center;
}

/* Top badge */
.phero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: white;
    border: 1px solid #e9d5ff;
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #4c1d95;
    margin-bottom: 1.5rem;
}

.phero-badge-icon {
    font-size: 1rem;
}

/* Title */
.phero-title {
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.phero-title-grad {
    display: block;
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0.25rem;
}

/* Description */
.phero-desc {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1.75rem;
    max-width: 540px;
}

/* Chips with icons */
.phero-chips {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.phero-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.phero-chip-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.phero-chip-ico-blue {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.phero-chip-ico-orange {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.phero-chip-ico-green {
    background: linear-gradient(135deg, #10b981, #059669);
}

.phero-chip span:last-child {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.25;
}

/* Buttons */
.phero-btns {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.phero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.95rem 1.6rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
}

.phero-btn-primary {
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    color: white;
    box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
}

.phero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45);
}

.phero-btn-primary svg {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    padding: 4px;
    width: 22px;
    height: 22px;
}

.phero-btn-outline {
    background: white;
    color: #1e293b;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.phero-btn-outline:hover {
    border-color: #7c3aed;
    color: #7c3aed;
    transform: translateY(-2px);
}

.phero-btn-ghost {
    background: transparent;
    color: #475569;
    border: 1.5px solid transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.phero-btn-ghost:hover {
    color: #7c3aed;
}

/* RIGHT SIDE — Visual + Feature Cards (trippleone-hero style) */
.phero-visual {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 400px;
}

/* Image container */
.phero-image-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

.phero-image-wrap::before {
    /* Purple glow behind image */
    content: '';
    position: absolute;
    inset: -15%;
    background: radial-gradient(ellipse at center,
            rgba(124, 58, 237, 0.25) 0%,
            rgba(139, 92, 246, 0.12) 40%,
            transparent 70%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

.phero-image-wrap::after {
    /* Bottom glow pedestal */
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -10%;
    height: 80px;
    background: radial-gradient(ellipse at center,
            rgba(139, 92, 246, 0.40) 0%,
            rgba(124, 58, 237, 0.15) 50%,
            transparent 80%);
    filter: blur(25px);
    z-index: 0;
    pointer-events: none;
}

.phero-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow:
        0 20px 60px rgba(76, 29, 149, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.10);
    filter: none;
    mix-blend-mode: normal;
}

[data-theme="dark"] .phero-image {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.phero-image-fallback {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: white;
    border-radius: 20px;
}

/* Floating "Hours" card */
.phero-hours-card {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
    padding: 0.75rem 1.1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.30);
    z-index: 4;
    animation: pheroFloatUp 3s ease-in-out infinite alternate;
}

@keyframes pheroFloatUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

.phero-hours-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.phero-hours-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.1;
}

.phero-hours-text small {
    display: block;
    font-size: 0.6rem;
    color: #94a3b8;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/* Feature/Skill cards column — separate column like trippleone-hero */
.phero-features {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
}

.phero-feature {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 14px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: translateX(30px);
    animation: pheroFeatureIn 0.5s ease forwards;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

.phero-feature:nth-child(1) {
    animation-delay: 0.2s;
}

.phero-feature:nth-child(2) {
    animation-delay: 0.35s;
}

.phero-feature:nth-child(3) {
    animation-delay: 0.5s;
}

.phero-feature:nth-child(4) {
    animation-delay: 0.65s;
}

.phero-feature:hover {
    transform: translateX(-4px);
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.12);
}

@keyframes pheroFeatureIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.phero-feature-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Alternate icon bg colors */
.phero-feature:nth-child(1) .phero-feature-ico {
    background: #ede9fe;
}

.phero-feature:nth-child(2) .phero-feature-ico {
    background: #e0f2fe;
}

.phero-feature:nth-child(3) .phero-feature-ico {
    background: #dcfce7;
}

.phero-feature:nth-child(4) .phero-feature-ico {
    background: #fff7ed;
}

.phero-feature-text strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 2px;
}

.phero-feature-text small {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    line-height: 1.3;
}

[data-theme="dark"] .phero-feature {
    background: rgba(30, 41, 59, 0.85);
    border-color: rgba(100, 116, 139, 0.3);
}

[data-theme="dark"] .phero-feature-text strong {
    color: #e2e8f0;
}

[data-theme="dark"] .phero-feature-text small {
    color: #94a3b8;
}

/* ================================
   STATS BAR (white, below hero)
   ================================ */
.phero-stats {
    background: #ffffff;
    padding: 1.5rem 0;
    border-top: 1px solid #f1f5f9;
    position: relative;
    margin-top: -1px;
}

.phero-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: center;
}

.phero-stat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.phero-stat-ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.phero-stat-ico-purple {
    background: #ede9fe;
    color: #7c3aed;
}

.phero-stat-ico-mint {
    background: #d1fae5;
    color: #059669;
}

.phero-stat-ico-google {
    background: #f1f5f9;
}

.phero-stat-text strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    display: inline-block;
}

.phero-stat-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phero-stars {
    color: #f59e0b;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.phero-stat-text h5 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.2;
}

.phero-stat-text small {
    font-size: 0.72rem;
    color: #64748b;
    display: block;
    margin-top: 0.15rem;
}

/* Quote stat with avatars */
.phero-stat-quote {
    gap: 0.6rem;
}

.phero-quote-avatars {
    display: flex;
    flex-shrink: 0;
}

.phero-quote-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    background: linear-gradient(135deg, #a78bfa, #6366f1);
    overflow: hidden;
    flex-shrink: 0;
}

.phero-quote-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.phero-quote-avatar:first-child {
    margin-left: 0;
}

.phero-quote-avatar-plus {
    background: #ede9fe !important;
    color: #7c3aed;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phero-stat-quote em {
    font-size: 0.8rem;
    color: #475569;
    font-style: italic;
    line-height: 1.4;
    display: block;
}

.phero-quote-meta {
    font-size: 0.72rem;
    color: #64748b;
    font-style: normal;
    margin-top: 0.25rem;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .phero-features {
        display: none;
    }

    .phero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .phero-visual {
        justify-content: center;
        min-height: auto;
    }

    .phero-image-wrap {
        max-width: 520px;
        margin: 0 auto;
    }

    .phero-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .phero {
        padding: 6rem 0 4rem;
    }

    .phero-bg-pattern {
        display: none;
    }

    .phero-title {
        font-size: 2rem;
    }

    .phero-chips {
        gap: 1rem;
    }

    .phero-btns {
        width: 100%;
    }

    .phero-btn {
        flex: 1;
        min-width: calc(50% - 0.5rem);
        justify-content: center;
        padding: 0.85rem 1rem;
    }

    .phero-btn-ghost {
        flex: 1 0 100%;
    }

    .phero-hours-card {
        right: 10px;
        bottom: 10px;
        padding: 0.6rem 0.9rem;
    }

    .phero-hours-text strong {
        font-size: 0.85rem;
    }

    .phero-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .phero-stat-quote {
        display: none;
    }
}

@media (max-width: 480px) {
    .phero-title {
        font-size: 1.75rem;
    }

    .phero-badge {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
    }

    .phero-chips {
        gap: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .phero-chip span:last-child {
        font-size: 0.75rem;
    }

    .phero-btns {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 0.75rem;
    }

    .phero-btn {
        width: 100%;
        font-size: 0.85rem;
        padding: 0.8rem 1rem;
        min-width: 0;
    }

    .phero-btn-primary svg {
        width: 20px;
        height: 20px;
    }

    .phero-stats-grid {
        grid-template-columns: 1fr;
    }

    .phero-stat {
        justify-content: flex-start;
    }
}

/* ── COURSE HERO ── */
.course-hero {
    background: linear-gradient(135deg, #e8f5e9 0%, #e0f2f1 30%, #e8eaf6 60%, #fce4ec 100%);
    padding: 8rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.course-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(22, 133, 118, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.course-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.course-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--primary);
    box-shadow: 0 4px 15px rgba(22, 133, 118, 0.1);
}

.course-hero h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    color: var(--text);
}

.course-hero p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.course-stats {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

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

.course-stat .stat-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary);
}

.course-stat .stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ── WHO IS IT FOR — Vibrant Colored Cards ── */
.who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
}

.who-card {
    padding: 1.75rem;
    border-radius: var(--radius);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.who-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.who-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.who-card h4 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.who-card ul {
    list-style: none;
    padding: 0;
}

.who-card ul li {
    font-size: 0.9rem;
    color: var(--text-muted);
    padding: 0.35rem 0 0.35rem 1.25rem;
    position: relative;
    line-height: 1.5;
}

.who-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
}

/* Card 1 — Coral */
.who-card:nth-child(1) {
    background: linear-gradient(135deg, #fff5f5, #ffe0e6);
    border: 1px solid #fecdd3;
}

.who-card:nth-child(1)::before {
    background: #f43f5e;
}

.who-card:nth-child(1) ul li::before {
    color: #f43f5e;
}

/* Card 2 — Sky Blue */
.who-card:nth-child(2) {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
}

.who-card:nth-child(2)::before {
    background: #3b82f6;
}

.who-card:nth-child(2) ul li::before {
    color: #3b82f6;
}

/* Card 3 — Amber */
.who-card:nth-child(3) {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
}

.who-card:nth-child(3)::before {
    background: #f59e0b;
}

.who-card:nth-child(3) ul li::before {
    color: #f59e0b;
}

/* Card 4 — Emerald */
.who-card:nth-child(4) {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #a7f3d0;
}

.who-card:nth-child(4)::before {
    background: #10b981;
}

.who-card:nth-child(4) ul li::before {
    color: #10b981;
}

/* ── LEARN GRID — Colorful Icon Backgrounds ── */
.learn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.learn-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--bg-card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.learn-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.learn-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-item:nth-child(1) .learn-icon {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.learn-item:nth-child(2) .learn-icon {
    background: linear-gradient(135deg, #dbeafe, #93c5fd);
}

.learn-item:nth-child(3) .learn-icon {
    background: linear-gradient(135deg, #fce4ec, #f48fb1);
}

.learn-item:nth-child(4) .learn-icon {
    background: linear-gradient(135deg, #d1fae5, #6ee7b7);
}

.learn-item:nth-child(5) .learn-icon {
    background: linear-gradient(135deg, #ede9fe, #c4b5fd);
}

.learn-item:nth-child(6) .learn-icon {
    background: linear-gradient(135deg, #ffedd5, #fdba74);
}

.learn-title {
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text);
}

.learn-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ── PREMIUM EXPERIENCE — 6 Distinct Colors ── */
.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}

.premium-item {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: var(--radius);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.premium-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0 0 var(--radius) var(--radius);
}

.premium-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.premium-item .p-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.premium-item h4 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    color: var(--text);
}

.premium-item p {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* 6 unique premium card colors */
.premium-item:nth-child(1) {
    background: linear-gradient(180deg, #fff1f2, #ffe4e6);
    border: 1px solid #fecdd3;
}

.premium-item:nth-child(1)::after {
    background: #f43f5e;
}

.premium-item:nth-child(2) {
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
}

.premium-item:nth-child(2)::after {
    background: #3b82f6;
}

.premium-item:nth-child(3) {
    background: linear-gradient(180deg, #fefce8, #fef9c3);
    border: 1px solid #fde68a;
}

.premium-item:nth-child(3)::after {
    background: #eab308;
}

.premium-item:nth-child(4) {
    background: linear-gradient(180deg, #ecfdf5, #d1fae5);
    border: 1px solid #a7f3d0;
}

.premium-item:nth-child(4)::after {
    background: #10b981;
}

.premium-item:nth-child(5) {
    background: linear-gradient(180deg, #f5f3ff, #ede9fe);
    border: 1px solid #c4b5fd;
}

.premium-item:nth-child(5)::after {
    background: #8b5cf6;
}

.premium-item:nth-child(6) {
    background: linear-gradient(180deg, #fff7ed, #ffedd5);
    border: 1px solid #fdba74;
}

.premium-item:nth-child(6)::after {
    background: #f97316;
}

/* ── PRICING — Colored Top Borders + Tints ── */
.pricing-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.price-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

/* Silver tier */
.price-card:nth-child(1) {
    border-top: 4px solid #94a3b8;
    background: linear-gradient(180deg, #f8fafc 0%, var(--bg-card) 20%);
}

/* Gold tier (featured) */
.price-card.featured,
.price-card:nth-child(2) {
    border-top: 4px solid var(--primary);
    background: linear-gradient(180deg, #ecfdf5 0%, var(--bg-card) 20%);
    border-color: var(--primary);
}

.price-card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: 14px;
    right: -28px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 40px;
    transform: rotate(45deg);
}

/* Emerald tier */
.price-card:nth-child(3) {
    border-top: 4px solid #8b5cf6;
    background: linear-gradient(180deg, #f5f3ff 0%, var(--bg-card) 20%);
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.price-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.price-card .price-tag {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary);
    margin: 1rem 0;
}

.price-card .price-tag small {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: left;
}

.price-card ul li {
    font-size: 0.85rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-light);
    position: relative;
}

.price-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

/* ── FAQs ── */
.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--primary);
}

.faq-q {
    padding: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-card);
    transition: var(--transition);
}

.faq-item.open .faq-q {
    color: var(--primary);
    background: rgba(22, 133, 118, 0.04);
}

.faq-a {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .course-hero {
        padding: 6rem 1rem 3rem;
    }

    .course-hero h1 {
        font-size: 1.75rem;
    }

    .course-stats {
        gap: 1.5rem;
    }

    .who-grid {
        grid-template-columns: 1fr;
    }

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

    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .premium-grid {
        grid-template-columns: 1fr;
    }

    .course-stats {
        gap: 1rem;
    }

    .course-stat .stat-value {
        font-size: 1.4rem;
    }
}

/* ── DARK MODE OVERRIDES ── */
[data-theme="dark"] .who-card:nth-child(1) {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.1), rgba(244, 63, 94, 0.05));
    border-color: rgba(244, 63, 94, 0.2);
}

[data-theme="dark"] .who-card:nth-child(2) {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    border-color: rgba(59, 130, 246, 0.2);
}

[data-theme="dark"] .who-card:nth-child(3) {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
    border-color: rgba(245, 158, 11, 0.2);
}

[data-theme="dark"] .who-card:nth-child(4) {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
    border-color: rgba(16, 185, 129, 0.2);
}

[data-theme="dark"] .premium-item {
    border-color: var(--border);
}

[data-theme="dark"] .premium-item:nth-child(1) {
    background: linear-gradient(180deg, rgba(244, 63, 94, 0.08), var(--bg-card));
}

[data-theme="dark"] .premium-item:nth-child(2) {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.08), var(--bg-card));
}

[data-theme="dark"] .premium-item:nth-child(3) {
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.08), var(--bg-card));
}

[data-theme="dark"] .premium-item:nth-child(4) {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), var(--bg-card));
}

[data-theme="dark"] .premium-item:nth-child(5) {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.08), var(--bg-card));
}

[data-theme="dark"] .premium-item:nth-child(6) {
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.08), var(--bg-card));
}

[data-theme="dark"] .course-hero {
    background: linear-gradient(135deg, var(--bg) 0%, rgba(22, 133, 118, 0.05) 50%, var(--bg) 100%);
}

[data-theme="dark"] .price-card:nth-child(1) {
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.06) 0%, var(--bg-card) 20%);
}

[data-theme="dark"] .price-card:nth-child(2),
[data-theme="dark"] .price-card.featured {
    background: linear-gradient(180deg, rgba(22, 133, 118, 0.08) 0%, var(--bg-card) 20%);
}

[data-theme="dark"] .price-card:nth-child(3) {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.06) 0%, var(--bg-card) 20%);
}

/* ── COURSE HERO WITH BG IMAGE ── */
.course-hero.has-bg {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(22, 133, 118, 0.85)), var(--hero-bg) center/cover no-repeat;
    color: white;
}

.course-hero.has-bg h1,
.course-hero.has-bg p,
.course-hero.has-bg .course-hero-badge,
.course-hero.has-bg .course-stat .stat-label {
    color: rgba(255, 255, 255, 0.9);
}

.course-hero.has-bg .course-stat .stat-value {
    color: #6ee7b7;
}

.course-hero.has-bg .course-hero-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: #6ee7b7;
}

.course-hero.has-bg h1 {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.course-hero.has-bg h1 .highlight {
    color: #6ee7b7;
}

.course-hero.has-bg p {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* ── LEARN ITEM SUB-POINTS ── */
.learn-sub {
    list-style: none;
    padding: 0.5rem 0 0 0;
    margin: 0;
}

.learn-sub li {
    font-size: 0.8rem;
    color: var(--text-muted);
    padding: 0.2rem 0 0.2rem 1rem;
    position: relative;
    line-height: 1.5;
}

.learn-sub li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: var(--primary);
}

/* ── COURSE MODULES ACCORDION ── */
.modules-list {
    max-width: 800px;
    margin: 0 auto;
}

.module-item {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: var(--transition);
}

.module-item:hover {
    border-color: var(--primary);
}

.module-header {
    padding: 1.25rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-card);
    transition: var(--transition);
    gap: 1rem;
}

.module-header .module-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    font-size: 0.8rem;
    font-weight: 800;
}

.module-header .module-title {
    flex: 1;
}

.module-header .module-toggle {
    font-size: 1.25rem;
    color: var(--text-muted);
    transition: transform 0.3s;
}

.module-item.open .module-header {
    color: var(--primary);
    background: rgba(22, 133, 118, 0.04);
}

.module-item.open .module-toggle {
    transform: rotate(45deg);
}

.module-content {
    padding: 0 1.5rem 1.25rem;
    display: none;
}

.module-item.open .module-content {
    display: block;
}

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

.module-content ul li {
    font-size: 0.88rem;
    color: var(--text-muted);
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px solid var(--border-light);
}

.module-content ul li:last-child {
    border-bottom: none;
}

.module-content ul li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

/* ── BROCHURE / LEAD CAPTURE ── */
.brochure-section {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 2px solid #a7f3d0;
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

[data-theme="dark"] .brochure-section {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.03));
    border-color: rgba(16, 185, 129, 0.2);
}

.brochure-section h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.brochure-section p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.brochure-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.brochure-form input {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.9rem;
    background: var(--bg-card);
    color: var(--text);
}

.brochure-form .btn {
    grid-column: span 2;
}

@media (max-width: 480px) {
    .brochure-form {
        grid-template-columns: 1fr;
    }

    .brochure-form .btn {
        grid-column: span 1;
    }
}

/* ── TOOLS GRID ── */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.tool-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
    transition: var(--transition);
    text-align: center;
    gap: 0.5rem;
}

.tool-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--primary);
}

.tool-badge .tool-icon {
    font-size: 2rem;
}

.tool-badge .tool-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text);
}

/* ── CERTIFICATES ── */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.cert-card {
    border: 2px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    background: var(--bg-card);
    position: relative;
    overflow: hidden;
}

.cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #3b82f6, #8b5cf6);
}

.cert-card .cert-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cert-card h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cert-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ── COMPACT REVIEWS ON COURSE PAGE ── */
.course-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.course-review-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: var(--transition);
}

.course-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.course-review-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.course-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
}

.course-review-name {
    font-weight: 700;
    font-size: 0.9rem;
}

.course-review-role {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.course-review-stars {
    color: #f59e0b;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.course-review-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ── PATHWAY (REUSED FROM HOME) ── */
.course-pathway {
    max-width: 1000px;
    margin: 0 auto;
}

/* ── PROGRAM HERO GRID ── */
.prog-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

.prog-hero-text .course-stats {
    justify-content: flex-start;
}

.prog-hero-visual {
    position: relative;
}

.prog-hero-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    transition: transform 0.4s ease;
}

.prog-hero-card:hover {
    transform: translateY(-6px);
}

.prog-hero-card img {
    width: 100%;
    height: auto;
    border-radius: calc(var(--radius-lg) - 6px);
    display: block;
}

.prog-hero-fallback {
    background: linear-gradient(135deg, var(--primary), #3b82f6);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    color: white;
}

.prog-hero-fallback h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}

.prog-hero-pill {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .prog-hero-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .prog-hero-text .course-stats {
        justify-content: center !important;
    }

    .prog-hero-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .course-stats {
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
    }

    .course-stats .stat-item {
        min-width: auto;
    }

    .cert-grid {
        grid-template-columns: 1fr;
    }

    .cert-card {
        padding: 1.5rem;
    }

    .course-reviews-grid {
        grid-template-columns: 1fr;
    }

    .tools-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.75rem !important;
    }

    .brochure-form {
        grid-template-columns: 1fr !important;
    }

    .brochure-form .btn,
    .brochure-form input[style*="grid-column:span 2"] {
        grid-column: span 1 !important;
    }
}

@media (max-width: 480px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .cert-card {
        padding: 1.25rem;
    }

    .course-review-card {
        padding: 1rem;
    }
}

/* ================================
   WHAT IS THIS COURSE + WHO SHOULD JOIN
   ================================ */
.cwj-section {
    padding: 3rem 0 2rem;
    background: #ffffff;
}

[data-theme="dark"] .cwj-section {
    background: var(--bg);
}

/* Top row: 3-col — left text | center AI image | right audience */
.cwj-top-row {
    display: grid;
    grid-template-columns: 1fr auto 1.3fr;
    gap: 2rem;
    align-items: start;
}

/* Left — What is this Course */
.cwj-heading {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.85rem;
    line-height: 1.25;
}

[data-theme="dark"] .cwj-heading {
    color: #e2e8f0;
}

.cwj-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

[data-theme="dark"] .cwj-desc {
    color: #94a3b8;
}

.cwj-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.cwj-bullets li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #1e293b;
    font-weight: 500;
}

[data-theme="dark"] .cwj-bullets li {
    color: #cbd5e1;
}

.cwj-bullet-dot {
    color: #6366f1;
    font-size: 0.55rem;
    flex-shrink: 0;
}

/* Center — AI image */
.cwj-ai-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.cwj-ai-image img {
    width: 180px;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(0 12px 30px rgba(99, 102, 241, 0.18));
    animation: cwjFloat 4s ease-in-out infinite alternate;
}

@keyframes cwjFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Right — Who Should Join cards in a horizontal row */
.cwj-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.cwj-card {
    text-align: center;
    padding: 1.15rem 0.6rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.cwj-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #c7d2fe;
}

[data-theme="dark"] .cwj-card {
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(100, 116, 139, 0.3);
}

[data-theme="dark"] .cwj-card:hover {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cwj-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.65rem;
    color: white;
}

.cwj-card-icon-blue {
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    color: #4f46e5;
}

.cwj-card-icon-green {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #059669;
}

.cwj-card-icon-orange {
    background: linear-gradient(135deg, #ffedd5, #fed7aa);
    color: #c2410c;
}

.cwj-card-icon-purple {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    color: #7c3aed;
}

.cwj-card h4 {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

[data-theme="dark"] .cwj-card h4 {
    color: #e2e8f0;
}

.cwj-card p {
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

[data-theme="dark"] .cwj-card p {
    color: #94a3b8;
}

/* ── CWJ Responsive ── */
@media (max-width: 1100px) {
    .cwj-top-row {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }

    .cwj-ai-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .cwj-top-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cwj-cards-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .cwj-section {
        padding: 2rem 0 1.5rem;
    }

    .cwj-heading {
        font-size: 1.2rem;
    }

    .cwj-cards-row {
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }

    .cwj-card {
        padding: 0.9rem 0.4rem;
    }

    .cwj-card-icon {
        width: 38px;
        height: 38px;
    }

    .cwj-card h4 {
        font-size: 0.75rem;
    }

    .cwj-card p {
        font-size: 0.68rem;
    }
}

/* ================================
   PREPARE YOURSELF FOR THE FUTURE
   ================================ */
.pyf-wrapper {
    padding: 1.5rem 0 2.5rem;
}

.pyf-card {
    position: relative;
    background-color: #0a1128;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 2.25rem 2.5rem;
    overflow: hidden;
    min-height: 260px;
}

/* Content body — sits on left side over the dark area of the bg */
.pyf-card-body {
    position: relative;
    z-index: 2;
    max-width: 65%;
}

.pyf-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
    font-style: italic;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Info items — horizontal row, icon left of text */
.pyf-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pyf-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.pyf-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(99, 102, 241, 0.25);
    border: 1px solid rgba(129, 140, 248, 0.3);
    color: #a5b4fc;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.pyf-text h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.pyf-text p {
    font-size: 0.75rem;
    color: #cbd5e1;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ── PYF Responsive ── */
@media (max-width: 1024px) {
    .pyf-card {
        padding: 1.75rem 2rem;
    }

    .pyf-card-body {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .pyf-card {
        padding: 1.5rem;
        border-radius: 16px;
        background-position: center;
        min-height: auto;
    }

    .pyf-card-body {
        max-width: 100%;
        background: rgba(10, 17, 40, 0.75);
        border-radius: 12px;
        padding: 1.25rem;
        margin: -0.5rem;
    }

    .pyf-title {
        font-size: 1.15rem;
        margin-bottom: 1.25rem;
    }

    .pyf-items {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pyf-item {
        gap: 0.65rem;
    }

    .pyf-icon {
        width: 36px;
        height: 36px;
    }

    .pyf-text h4 {
        font-size: 0.82rem;
    }

    .pyf-text p {
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    .pyf-wrapper {
        padding: 1rem 0 1.5rem;
    }

    .pyf-card {
        padding: 1.25rem 1rem;
    }

    .pyf-title {
        font-size: 1.05rem;
        margin-bottom: 1rem;
    }
}