:root {
    --bg1: #950C09;
    --bg2: #5a0c7c;
    --bg3: #8a0e7a;

    --primary-purple: #950C09;
    --light-bg: #f5f5f5;
    --accent-pink: #e91e8c;
    --text-muted: #6c757d;
    --struggle-red: #c62828;
    --blue: #3b5bdb;
    --surface: #f8f9fb;

    --primary-purple1: #950C09;
    --light-bg1: #f8f8f8;
    --card-bg1: #f4f1f8;
    --icon-bg: #2d0a4e;

    --bg-deep:    #1a0836;
    --bg-hero:    #2d0f5e;
    --bg-card:    #241248;
    --bg-card2:   #1e0d3e;
    --accent:     #950C09;
    --accent-2:   #a855f7;
    --green:      #22c55e;
    --text-muted: #c4b5d8;
    --border:     rgba(168,85,247,.25);

    --bg-page:      #fdf4ff;
    --purple:       #950C09 !important;
    --purple-light: #ede9fe;
    --purple-icon:  ##6d23b3;
    --text-dark:    #111827;
    --text-body:    #374151;
    --text-muted:   #6b7280;
    --card-border:  #e5e7eb;

    --purple-pill:  #ede9fe;
    --purple-badge: ##6d23b3;
    --header-bg:    #1e1b3a;
    --header-text:  #e2d9f3;
    --row-border:   #ede9fe;
    --highlight-bg: #faf5ff;

    --bg-purle-light:#ece2f5;
    --purple:      #7c3aed;
    --purple-dark: #2d0f5e;
    --green-bg:    #d1fae5;
    --green-icon:  #059669;

    --bg-dark: #0f172a;
    --card-bgs: #1e293b;
    /* --card-border: #334155; */
    --text-white: #ffffff;
    --text-gray: #94a3b8;
    --accent-pink: #d946ef;
    --accent-yellow: #fbbf24;
    --accent-purple: #a855f7;

    --bg-light: #fdf2f8;
    --card-bg2: #2a2740;
    --card-border2: #3d3855;
    --purples: #7c3aed;
    --purple-lights: #a78bfa;
    --pink: #d946ef;
    --green: #22c55e;
    --green-light: #4ade80;
    --text-white: #ffffff;
    --text-gray: #94a3b8;
    --text-dark: #1e293b;

    --green: #16a34a;
    --green-bg: #f0fdf4;
    --green-border: #bbf7d0;
    --orange: #ea580c;
    --orange-bg: #fff7ed;
    --orange-border: #fed7aa;

    --purple-dark: #6b21a8;
    --yellow: #fbbf24;
    --text-dark: #1e293b;
    --text-gray: #64748b;
    --text-muted: #94a3b8;
    --border-light: #e2e8f0;
    --border-purple: #c4b5fd;
    --purple-bg: #f3e8ff;
    --bg-white: #ffffff;

    --guarantee-bg:#0f2318;
    --guarantee-border:#1a4a2e;
    --muted: #94a3b8;

    --red: #e02020;
    --red-hover: #c41a1a;

    --card-border: #e4e8f0;
    --blue-btn-bg: #eff4ff;
    --red-border: #fcd5d5;
    --icon-bg-light: #eef1fb;
    --featured-border: #f0a0a0;

    --bg:          #f4f6f9;
    --card-bg:     #ffffff;
    --red-icon-bg: #fde8e8;
    --red-icon:    #c0392b;
    --red-text:    #8b0000;
    --text-dark:   #12151e;
    --text-body:   #555e6d;
    --shadow:      rgba(0,0,0,.07);

    --bg-cta:      #f1f3f6;
      --red:         #b91c1c;
      --red-btn:     #991b1b;
      --red-icon:    #dc2626;
      --blue-check:  #2563eb;
      --green-check: #16a34a;
      --card-bg:     #ffffff;
      --card-border: #e5e7eb;
      --text-dark:   #0f1117;
      --text-body:   #374151;
      --text-muted:  #6b7280;

    --primary-color: #0d4a7c;
    --accent-color: #c47a1f;
    --bg-light: #f0f2f5;
    --text-dark: #1a1a2e;
    --text-muted: #6b7280;
    --card-bg: #ffffff;
    --badge-bg: #e8f5f0;
    --badge-color: #0d8a6a;
}

/* ── Hero Section ── */
    .hero-section {
        /* background: radial-gradient(1100px 600px at 15% 20%, #7c0aa0 0%, transparent 55%),
            radial-gradient(900px 520px at 85% 25%, #2b2a90 0%, transparent 55%),
            linear-gradient(135deg, var(--bg1), var(--bg2) 45%, var(--bg3)); */
        background: #121414;
        min-height: 100vh;
        display: grid;
        place-items: center;
        position: relative;
        overflow: hidden;
        padding: 40px 0;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 50% at 70% 40%, rgba(168,85,247,.18) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 10% 80%, rgba(249,115,22,.08) 0%, transparent 60%);
      pointer-events: none;
    }

    /* ── Badge ── */
    .hero-section .badge-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
       background: #ffe3c1;
      border: 1px solid var(--border);
      border-radius: 50px;
      padding: 6px 16px;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .06em;
      color: var(--theme-color2);
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .hero-title .text-gradient {
        color: transparent;
        background-image: var(--gradient3);
        -webkit-background-clip: text;
        background-clip: text;
    }

    /* ── Headline ── */
    .hero-section .hero-title {
        font-size: clamp(1.5rem, 2.5vw, 2.1rem);
        font-weight: 800;
        color: var(--color-dark);
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .hero-section .hero-title .highlight { color: var(--accent); }

    .hero-section .hero-desc {
        color: var(--color-dark);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    /* ── Feature List ── */
    .hero-section .feature-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 24px;
      margin-bottom: 36px;
    }
    .hero-section .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #e2d9f3;
    }
    .hero-section .feature-item i {
      font-size: 1.05rem;
      color: var(--text-white);
      flex-shrink: 0;
    }
    .hero-section .feature-item::before{
        display: none;
    }

    /* ── CTA Row ── */
    .hero-section .cta-row {
      display: flex !important;
      align-items: center !important;
      /* flex-wrap: wrap !important; */
      gap: 16px;
      margin-bottom: 10px;
    }
    .hero-section .btn-enroll {
      /* background: var(--accent);
      color: #fff; */
      font-weight: 700;
      font-size: 16px;
      padding: 15px 20px;
      border-radius: 8px;
      border: none;
      /* white-space: nowrap; */
      transition: background .2s, transform .15s;
      /* box-shadow: 0 4px 20px rgba(249,115,22,.35); */
      margin-top: 0px;
      width: auto;
      margin-bottom: 0px;
    }
    /* .hero-section .btn-enroll:hover { background: #950C09; transform: translateY(-2px); color: #fff; } */

    .hero-section .price-boxs {
      background: rgba(255,255,255,.06);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 5px 10px 5px 20px;
      text-align: center;
      min-width: 140px;
    }
    .hero-section .price-old {
      font-size: .8rem;
      color: #EF4444;
      text-decoration: line-through;
      text-align: left;
    }
    .hero-section .price-new {
      font-size: 1.8rem;
      font-weight: 800;
      color: #fff;
      line-height: 1;
    }
    .hero-section .price-per { font-size: .78rem; color: var(--text-muted); }

    /* ── Trust Bar ── */
.trust-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding-top: 8px;
    }
 .trust-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: .82rem;
      color: var(--text-muted);
    }
.trust-item i { color: var(--orange); font-size: .95rem; }

    /* ── Video Card ── */
    .hero-section .video-cards {
      background: #181818;
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      padding: 32px 24px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    min-height: 250px;
    justify-content: center;
    }
    .play-btn {
    position: relative;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: var(--accent-2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 0 30px rgba(168,85,247,.5);
      transition: transform .2s, box-shadow .2s;
      flex-shrink: 0;
    }
    .play-btn:hover { transform: scale(1.08); box-shadow: 0 0 44px rgba(168,85,247,.7); }
    .play-btn i { font-size: 1.6rem; color: #fff; margin-left: 4px; }
    .video-label {
      font-weight: 700;
      font-size: 1.1rem;
      color: #fff;
      text-align: center;
    }
    .video-hint { font-size: .8rem; color: var(--text-muted); text-align: center; }

    /* ── Courses Card ── */
    .hero-section .courses-card {
      background: var(--bg-card2);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 24px;
      margin-top: 16px;
    }
    .hero-section .courses-tag {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--accent-2);
      text-align: center;
      margin-bottom: 18px;
    }
    .hero-section .course-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: .9rem;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid rgba(168,85,247,.12);
    background: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
    .hero-section .course-item:last-child { border-bottom: none; }
    .hero-section .course-item .ci-icon { font-size: 1rem; flex-shrink: 0; }
    .hero-section .ci-green  { color: var(--green); }
    .hero-section .ci-yellow { color: #facc15; }
    .hero-section .badge-current {
      margin-left: auto;
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      background: rgba(168,85,247,.25);
      color: #d8b4fe;
      border: 1px solid rgba(168,85,247,.4);
      border-radius: 4px;
      padding: 2px 8px;
    }
    .hero-section .course-item.active { color: #fff; font-weight: 600; }

    /* ── Section ── */
    .section-who {
      background: var(--bg-page);
      padding: 50px 0 !important;
    }

    /* ── Labels & Heading ── */
    .section-who .section-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--purple);
      margin-bottom: 10px;
    }
    .section-who .section-title {
      font-size: clamp(1.6rem, 3.5vw, 2.25rem);
      font-weight: 800;
      color: var(--text-dark);
      line-height: 1.2;
    }
    .section-who .section-title span { color: var(--purple); }

    /* ── Card ── */
    .section-who .persona-card {
      background: var(--card-bg);
      border: 1.5px solid var(--card-border);
      border-radius: 16px;
      padding: 28px 26px 30px;
      height: 100%;
      transition: box-shadow .2s, transform .2s;
    }
    .section-who .persona-card:hover {
      box-shadow: 0 8px 32px rgba(124,58,237,.12);
      transform: translateY(-3px);
    }

    /* ── Icon Box ── */
    .section-who .icon-box {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      background: var(--purple-light);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    .section-who .icon-box i {
      font-size: 1.35rem;
      color: var(--purple-icon);
    }

    /* ── Card Title ── */
    .section-who .persona-title {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 16px;
    }

    /* ── Bullet List ── */
    .section-who .persona-list {
      list-style: disc;
      padding-left: 18px;
      margin: 0;
    }
    .section-who .persona-list li {
      font-size: .875rem;
      line-height: 1.55;
      color: var(--text-body);
      margin-bottom: 8px;
      list-style: disc;
    }
    .section-who .persona-list li:last-child { margin-bottom: 0; }

    .learn-section { padding: 70px 0; }

    /* ── Heading ── */
    .learn-section .section-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--purple);
      margin-bottom: 10px;
    }
    .learn-section .section-title {
      font-size: clamp(1.6rem, 3.5vw, 2.25rem);
      font-weight: 800;
      color: var(--text-dark);
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .learn-section .section-title span { color: var(--purple); }
    .learn-section .section-sub {
      font-size: .95rem;
      color: var(--text-body);
      margin: 0 auto 40px 0;
      line-height: 1.65;
    }

    /* ── Learn Card ── */
    .learn-section .learn-card {
      background: var(--card-bg);
      border: 1.5px solid var(--card-border);
      border-radius: 14px;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      gap: 16px;
      height: 100%;
      transition: box-shadow .2s, transform .2s;
    }
    .learn-section .learn-card:hover {
      box-shadow: 0 6px 24px rgba(124,58,237,.12);
      transform: translateY(-2px);
    }
    .learn-section .check-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--green-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .learn-section .check-circle i {
      font-size: 1.05rem;
      color: var(--green-icon);
    }
    .learn-section .learn-text {
      font-size: .925rem;
      font-weight: 600;
      color: var(--text-dark);
      line-height: 1.4;
    }

    /* ── Bottom Banner ── */
    .learn-section .bottom-banner {
      background: var(--purple-dark);
      border-radius: 14px;
      padding: 16px 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 12px;
      width: 550px;
      margin: 0px auto;
    }
    .learn-section .bottom-banner i { font-size: 1.2rem; color: #facc15; }
    .learn-section .bottom-banner span {
      font-size: .95rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: .01em;
    }

    /* ── CTA Button ── */
    .learn-section .btn-enroll {
        background: var(--purple);
        color: #fff;
        
        font-weight: 700;
        font-size: .95rem;
        padding: 18px 40px;
        border-radius: 50px;
        border: none;
        transition: background .2s, transform .15s;
        box-shadow: 0 4px 20px rgba(124, 58, 237, .35);
        display: flex;
        width: auto;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }
    .learn-section .btn-enroll:hover {
      background: #6d28d9;
      transform: translateY(-2px);
      color: #fff;
    }

    .learn-section{
        background: var(--bg-purle-light);
    }

    .course-section {
        background: var(--bg-page);
        padding: 64px 0;
    }

    /* ── Heading ── */
    .course-section .section-title {
      font-size: clamp(1.7rem, 3.5vw, 2.2rem);
      font-weight: 800;
      color: var(--text-dark);
      margin-bottom: 10px;
    }
    .course-section .section-title span { color: var(--purple); }
    .course-section .section-sub {
      font-size: .925rem;
      color: var(--text-muted);
      margin-bottom: 36px;
      text-align: left !important;
    }

    /* ── Table Wrapper ── */
    .table-wrap {
      border: 1.5px solid var(--row-border);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 24px rgba(124,58,237,.07);
    }

    /* ── Table ── */
    .curriculum-table {
      width: 100%;
      border-collapse: collapse;
      margin: 0;
    }

    /* Header */
    .curriculum-table thead tr {
      background: var(--header-bg);
    }
    .curriculum-table thead th {
      
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--header-text);
      padding: 16px 20px;
      border: none;
    }
    .curriculum-table thead th:first-child { width: 60px; }
    .curriculum-table thead th:last-child  { width: 90px; text-align: center; }

    /* Body rows */
    .curriculum-table tbody tr {
      border-bottom: 1.5px solid var(--row-border);
      transition: background .15s;
    }
    .curriculum-table tbody tr:last-child { border-bottom: none; }
    .curriculum-table tbody tr:hover { background: #faf7ff; }

    /* Highlight row */
    .curriculum-table tbody tr.highlight-row {
      background: var(--highlight-bg);
    }
    .curriculum-table tbody tr.highlight-row:hover { background: #f3eeff; }

    .curriculum-table tbody td {
      padding: 18px 20px;
      vertical-align: middle;
      font-size: .88rem;
      color: var(--text-body);
      border: none;
    }

    /* Row number */
    .row-num {
      
      font-size: .95rem;
      font-weight: 700;
      color: var(--text-muted);
    }
    .row-num.highlight { color: var(--purple); }

    /* Group name */
    .group-name {
      font-weight: 700;
      color: var(--text-dark);
      font-size: .9rem;
      white-space: nowrap;
    }
    .group-name.highlight { color: var(--purple); }

    /* Topics */
    .topics-text { color: var(--text-body); line-height: 1.5; }
    .topics-text.highlight { font-weight: 600; color: var(--text-dark); }

    /* Module badge */
    .module-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 36px;
      height: 36px;
      border-radius: 50px;
      background: var(--purple-pill);
      color: var(--purple-dark);
      
      font-size: .82rem;
      font-weight: 700;
      padding: 0 10px;
    }
    .module-badge.filled {
      background: var(--purple-badge);
      color: #fff;
    }

    /* ── Note ── */
    .course-note {
      font-size: .82rem;
      color: var(--text-muted);
      font-style: italic;
      margin-top: 20px;
      padding: 0 4px;
      line-height: 1.6;
    }

    /* ── CTA ── */
    .btn-enroll {
      /* background: var(--purple);
      color: #fff; */
      
      font-weight: 700;
      font-size: .95rem;
      padding: 18px 44px;
      border-radius: 50px;
      border: none;
      transition: background .2s, transform .15s;
      box-shadow: 0 4px 20px rgba(124,58,237,.35);
      margin-top: 36px;
    }
    /* .btn-enroll:hover {
      background: var(--purple-dark);
      transform: translateY(-2px);
      color: #fff;
    } */

    .feature-section{
        background-color: var(--bg-dark);
    }

    .feature-section .section-title {
        color: var(--accent-pink);
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .main-heading {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .highlight-text {
        background: linear-gradient(90deg, var(--accent-purple), var(--accent-pink));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .feature-card {
        background-color: var(--card-bgs);
        border: 1px solid #334155;
        border-radius: 16px;
        padding: 1.5rem;
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    }

    .icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .icon-pink {
        background: rgba(217, 70, 239, 0.15);
        color: var(--accent-pink);
    }

    .icon-yellow {
        background: rgba(251, 191, 36, 0.15);
        color: var(--accent-yellow);
    }

    .icon-wrapper i {
        font-size: 1.5rem;
    }

    .card-title {
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: var(--text-white);
    }

    .card-text {
        color: var(--text-gray);
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .large-card .card-title {
        font-size: 1.5rem;
    }

    .large-card .card-text {
        font-size: 1rem;
    }




    /* ========================
        CERTIFICATE & BONUSES
        ======================== */
    .section-certificate {
        background-color: var(--bg-light);
        padding: 4rem 0;
    }

    .section-label {
        color: var(--pink);
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .section-heading {
        font-size: 2.25rem;
        font-weight: 800;
    }

    .highlight-pink {
        color: var(--pink);
    }

    /* Certificate Card */
    .certificate-card {
        background-color: var(--purple);
        border-radius: 20px;
        padding: 2rem;
        color: white;
        height: 100%;
    }

    .certificate-img-wrapper {
        background: white;
        border-radius: 12px;
        padding: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .certificate-img-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

    .certificate-card h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .cert-feature {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
    }

    .cert-feature i {
        color: var(--green-light);
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    /* Bonuses Card */
    .bonuses-card {
        background: white;
        border-radius: 20px;
        padding: 2rem;
        border: 1px solid #e2e8f0;
        height: 100%;
    }

    .bonuses-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .free-badge {
        background: var(--purple);
        color: white;
        font-size: 0.65rem;
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        letter-spacing: 1px;
    }

    .bonuses-header h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-dark);
        margin: 0;
    }

    .bonus-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .bonus-item:last-child {
        border-bottom: none;
    }

    .bonus-name {
        font-weight: 600;
        color: var(--text-dark);
        font-size: 0.95rem;
    }

    .bonus-value {
        color: var(--text-gray);
        font-size: 0.85rem;
        text-decoration: line-through;
    }

    .total-bonus-bar {
        background: var(--purple);
        color: white;
        text-align: center;
        padding: 1rem;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.05rem;
        margin-top: 1rem;
    }

    /* ========================
        PRICING SECTION
        ======================== */
    .section-pricing {
        background-color: var(--bg-dark);
        padding: 4rem 0;
        position: relative;
    }

    .section-pricing::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 843px;
        left: 0px;
        top: 0px;
        background: linear-gradient(180deg, rgba(126, 0, 146, 0.1) 0%, rgba(126, 0, 146, 0) 100%);
    }
    .section-pricing .container{
        z-index: 1;
        position: relative;
    }

    .pricing-heading {
        color: white;
        font-size: 2rem;
        font-weight: 700;
    }

    .pricing-subtitle {
        color: var(--text-gray);
        font-size: 0.95rem;
    }

    /* Pricing Card */
    .pricing-card {
        background-color: var(--card-bg2);
        border: 1px solid var(--card-border2);
        border-radius: 16px;
        padding: 2rem;
        color: white;
        height: 100%;
        position: relative;
    }

    .pricing-card.featured {
        border-color: var(--purple);
        border-width: 2px;
        background: #28163d;
    }

    .best-value-badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--purple);
        color: white;
        font-size: 0.65rem;
        font-weight: 700;
        padding: 0.35rem 1rem;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .plan-name {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .plan-desc {
        color: var(--text-gray);
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .old-price {
        color: var(--text-gray);
        font-size: 0.9rem;
        text-decoration: line-through;
        margin-bottom: 0.25rem;
    }

    .current-price {
        font-size: 2.25rem;
        font-weight: 800;
        color: white;
        margin-bottom: 1.25rem;
    }

    .current-price span {
        font-size: 0.9rem;
        font-weight: 400;
        color: var(--text-gray);
    }

    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .feature-list li {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
    }

    .feature-list li i {
        font-size: 1rem;
        flex-shrink: 0;
    }

    .check-purple { color: var(--purple-lights); }
    .check-green { color: var(--green); }

    .pricing-card .btn-enroll {
        width: 100%;
        padding: 0.875rem;
        border-radius: 10px;
        font-weight: 600;
        font-size: 0.95rem;
        border: none;
        padding: 0.875rem 1.5rem;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}

    .pricing-card .btn-outline-light-custom {
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
    }

    .btn-outline-light-custom:hover {
        background: rgba(255,255,255,0.1);
        color: white;
    }

    .btn-purple {
        background: var(--purple);
        color: white;
    }

    .btn-purple:hover {
        background: #6d28d9;
        color: white;
    }

    .trust-badges {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
        font-size: 0.65rem;
        color: var(--text-gray);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .trust-badges i {
        margin-right: 0.25rem;
    }

    .tagline {
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--purple-lights);
        margin-bottom: 0.75rem;
    }

    /* Guarantee Box */
    .guarantee-box {
        background: rgba(255,255,255,0.03);
        border: 1px solid var(--card-border2);
        border-radius: 16px;
        padding: 2rem;
        text-align: center;
        color: white;
        max-width: 600px;
        margin: 2rem auto 0;
    }

    .guarantee-box i {
        color: var(--green);
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .guarantee-box h4 {
        color: var(--green);
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }

    .guarantee-box p {
        color: var(--text-gray);
        font-size: 0.9rem;
        margin: 0;
    }




    /* ========================
        HERO / CTA SECTION
        ======================== */
    .section-hero {
        padding: 3rem 0;
        background: var(--bg-white);
    }

    .section-hero .hero-badge {
        display: inline-block;
        background: var(--yellow);
        color: var(--text-dark);
        font-size: 0.7rem;
        font-weight: 800;
        padding: 0.4rem 1rem;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .section-hero .hero-title {
        font-size: 2.25rem;
        font-weight: 800;
        color: var(--text-dark);
        margin-top: 1rem;
    }

    .section-hero .hero-title .highlight {
        color: var(--purple);
    }

    .section-hero .hero-subtitle {
        color: var(--text-gray);
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    /* Course List */
    .section-hero .course-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .section-hero .course-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.875rem 1rem;
        border: 1px solid var(--border-light);
        border-radius: 10px;
        margin-bottom: 0.75rem;
        background: #FFF;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .section-hero .course-item.active {
        background: var(--purple-bg);
        border-color: var(--border-purple);
        color: var(--purple-dark);
        font-weight: 600;
    }

    .section-hero .course-item.future {
        background: #fef3c7;
        border-color: #fde68a;
    }

    .section-hero .course-item i {
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .section-hero .course-item .icon-check {
        color: var(--green);
    }

    .section-hero .course-item .icon-star {
        color: var(--purple);
    }

    .section-hero .course-item .icon-gift {
        color: var(--yellow);
    }

    /* Pricing CTA */
    .section-hero .pricing-cta {
        text-align: center;
        padding: 2rem 0;
    }

    .section-hero .old-price {
        color: var(--text-muted);
        font-size: 1.5rem;
        text-decoration: line-through;
        margin-bottom: 0.25rem;
    }

    .section-hero .current-price {
        font-size: 3rem;
        font-weight: 800;
        color: var(--purple);
        line-height: 1;
    }

    .section-hero .current-price span {
        font-size: 1rem;
        font-weight: 400;
        color: var(--text-muted);
    }

    .section-hero .btn-cta {
        background: var(--purple);
        color: white;
        border: none;
        border-radius: 50px;
        padding: 1rem 3rem;
        font-size: 1.25rem;
        font-weight: 600;
        margin-top: 1.5rem;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .section-hero .btn-cta:hover {
        background: var(--purple-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3);
        color: white;
    }

    .section-hero .trust-badges {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .section-hero .trust-badge {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-size: 0.8rem;
        color: var(--text-gray);
    }

    .section-hero .trust-badge i {
        color: var(--text-muted);
    }

    .section-hero .quote-text {
        color: var(--text-gray);
        font-style: italic;
        font-size: 0.9rem;
        margin-top: 1.5rem;
    }

    /* ========================
        EXPLORE MORE SECTION
        ======================== */
    .section-explore {
        padding: 3rem 0;
        background: var(--bg-page);
    }

    .explore-label {
        color: var(--purple);
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        border-left: 3px solid var(--purple);
        padding-left: 1rem;
    }

    .explore-title {
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--text-dark);
        padding-left: 1rem;
    }

    .explore-title .highlight {
        color: var(--purple);
    }

    .explore-subtitle {
        color: var(--text-gray);
        font-size: 0.9rem;
        padding-left: 1rem;
        margin-bottom: 2rem;
    }

    /* Course Cards */
    .course-card {
        background: var(--bg-white);
        border: 1px solid var(--border-light);
        border-radius: 16px;
        padding: 1.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .course-card.featured {
        background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
        /* background: url('../../assets/img/wfh1.png') no-repeat center/cover; */
        color: white;
        border: none;
        position: relative;
        overflow: hidden;
    }

    .course-card.featured::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        transform: translate(50%, -50%);
    }

    .flagship-badge {
        display: inline-block;
        background: var(--yellow);
        color: var(--text-dark);
        font-size: 0.6rem;
        font-weight: 800;
        padding: 0.3rem 0.75rem;
        border-radius: 4px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1rem;
        width: 125px;
    }

    .card-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: var(--purple-bg);
        color: var(--purple);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .course-card.featured .card-icon {
        background: rgba(255,255,255,0.15);
        color: white;
    }

    .course-card h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: #FFF;
    }

    .course-card p {
        font-size: 16px;
        color: var(--text-dark);
        line-height: 1.4;
        margin-bottom: 1rem;
        flex-grow: 1;
    }

    /* .course-card.featured p {
        color: rgba(255,255,255,0.8);
    } */

    .card-meta {
        display: flex;
        gap: 1.5rem;
        font-size: 0.8rem;
        color: var(--text-muted);
        margin-bottom: 1rem;
    }

    .course-card.featured .card-meta {
        color: rgba(255,255,255,0.7);
    }

    .card-meta i {
        margin-right: 0.3rem;
    }

    .included-badge {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .course-card.featured .included-badge {
        color: rgba(255,255,255,0.9);
    }

    .btn-explore {
        padding: 0.75rem;
        border-radius: 10px;
        font-weight: 600;
        font-size: 0.85rem;
        border: 1px solid var(--border-light);
        background: transparent;
        color: var(--purple);
        transition: all 0.3s ease;
    }

    .btn-explore:hover {
        background: var(--purple);
        color: white;
        border-color: var(--purple);
    }

    .btn-explore-light {
        background: white;
        color: var(--purple);
        border: none;
    }

    .btn-explore-light:hover {
        background: rgba(255,255,255,0.9);
        color: var(--purple);
    }

    /* Value Card */
    .value-card {
        background: #EBE7E7;
        border: 1px solid #D5C1D2;
        border-radius: 16px;
        padding: 1.5rem;
        height: 100%;
    }

    .value-card .value-header {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--purple);
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .value-list {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .value-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        font-size: 0.85rem;
        color: var(--text-dark);
    }

    .value-list li i {
        color: var(--yellow);
        font-size: 1rem;
        flex-shrink: 0;
        margin-top: 0.1rem;
    }

    .value-price {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--purple);
        margin-bottom: 0.25rem;
    }

    .value-note {
        font-size: 0.8rem;
        color: var(--text-muted);
    }

    /* Bottom CTA */
    .bottom-cta {
        text-align: center;
        padding: 2rem 0 4rem;
    }

    .bottom-cta p {
        color: var(--text-gray);
        font-size: 0.95rem;
        max-width: 500px;
        margin: 0 auto 1.5rem;
        line-height: 1.6;
    }

    .btn-enroll-bottom {
        background: var(--purple);
        color: white;
        border: none;
        border-radius: 50px;
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s ease;
    }

    .btn-enroll-bottom:hover {
        background: var(--purple-dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3);
        color: white;
    }




    .faq-section {
        width: 100%;
        padding: 3rem 0 2rem 0;
        /* background: #fcf8f8; */
    }

    .faq-heading {
        font-size: 2.25rem;
        font-weight: 700;
        /* color: var(--text-dark); */
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .faq-heading .highlight {
        color: var(--purple);
    }

    .faq-subtitle {
        text-align: center;
        color: var(--text-gray);
        font-size: 0.95rem;
        margin-bottom: 2.5rem;
    }

    /* Custom Accordion Styling */
    .accordion-item {
        background: var(--card-bg);
        border: 1px solid var(--border-light);
        border-radius: 12px !important;
        margin-bottom: 0.5rem;
        overflow: hidden;
    }

    .accordion-item:first-of-type,
    .accordion-item:last-of-type {
        border-radius: 12px !important;
    }

    .accordion-button {
        background: var(--card-bg);
        color: var(--text-dark);
        font-size: 1rem;
        font-weight: 500;
        padding: 1.25rem 1.5rem;
        border: none;
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        background: var(--card-bg);
        color: var(--text-dark);
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button::after {
        display: none;
    }

    .accordion-button .icon-toggle {
        margin-left: auto;
        font-size: 1.25rem;
        color: var(--text-dark);
        transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed) .icon-toggle {
        transform: rotate(45deg);
        color: var(--purple);
    }

    .accordion-body {
        padding: 0 1.5rem 1.25rem 1.5rem;
        color: var(--text-gray);
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .stat-card {
        text-align: center;
        padding: 20px 10px;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgb(255, 125, 74);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(2px);
        min-height: 127px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ffebe3;
    }

    .stat-card:hover {
        background-color: var(--bg-card-hover);
        border-color: var(--border-color);
    }

    .stat-number {
        font-size: 2rem;
        font-weight: 900;
        color: var(--orange);
        line-height: 1;
        margin-bottom: 16px;
    }

    .stat-icon .bi {
        color: var(--orange);
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--text-dark);
    }


    .section-compaire {
        padding: 50px 0;
        background-color: var(--light-bg);
    }
    
    .section-compaire .main-heading {
        color: var(--primary-purple);
        font-weight: 800;
        font-size: 2.5rem;
    }
    
    .section-compaire .sub-heading {
        color: var(--text-dark);
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Struggle Card */
    .section-compaire .struggle-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        height: 100%;
    }
    
    .section-compaire .struggle-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .section-compaire .struggle-icon-bg {
        width: 48px;
        height: 48px;
        background: #fce4ec;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section-compaire .struggle-icon-bg i {
        color: var(--struggle-red);
        font-size: 1.5rem;
    }
    
    .section-compaire .struggle-title {
        color: var(--struggle-red);
        font-weight: 700;
        font-size: 1.3rem;
        margin: 0;
    }
    
    .section-compaire .struggle-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .section-compaire .struggle-item i {
        color: var(--struggle-red);
        font-size: 1.2rem;
        margin-top: 2px;
        flex-shrink: 0;
    }
    
    .section-compaire .struggle-item p {
        color: #555;
        margin: 0;
        line-height: 1.6;
    }
    
    /* Success Card */
    .section-compaire .success-card {
        background: var(--primary-purple);
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 10px 40px rgba(45, 10, 78, 0.3);
        height: 100%;
        position: relative;
    }
    
    .section-compaire .success-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        background: var(--accent-pink);
        color: white;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 6px 14px;
        border-radius: 20px;
        text-transform: uppercase;
    }
    
    .section-compaire .success-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .section-compaire .success-icon-bg {
        width: 48px;
        height: 48px;
        background: rgba(255,255,255,0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section-compaire .success-icon-bg i {
        color: white;
        font-size: 1.5rem;
    }
    
    .section-compaire .success-title {
        color: white;
        font-weight: 700;
        font-size: 1.3rem;
        margin: 0;
    }
    
    .section-compaire .success-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .section-compaire .success-item i {
        color: var(--accent-pink);
        font-size: 1.2rem;
        margin-top: 2px;
        flex-shrink: 0;
    }
    
    .section-compaire .success-item p {
        color: rgba(255,255,255,0.9);
        margin: 0;
        line-height: 1.6;
    }
    
    /* Bottom Section */
    .section-compaire .bottom-text {
        color: var(--primary-purple);
        font-weight: 700;
        font-size: 1.5rem;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .section-compaire .cta-btn {
        background: var(--primary-purple);
        color: white;
        border: none;
        padding: 16px 40px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 1.1rem;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .section-compaire .cta-btn:hover {
        background: #1a0530;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(45, 10, 78, 0.4);
    }





.curriculum-section{
    padding: 50px 0;
}
.curriculum-section .section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    /* color: var(--text); */
    text-align: center;
    line-height: 1.15;
    margin-bottom: 12px;
}

.curriculum-section .section-meta {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: var(--blue);
    margin-bottom: 25px;
}
.curriculum-section .section-meta span { color: #c0cce0; margin: 0 6px; }

/* ── Accordion ── */
.curriculum-section .accordion { --bs-accordion-bg: transparent; }

.curriculum-section .accordion-item {
    background: var(--surface);
    border: 1px solid var(--border) !important;
    border-radius: 14px !important;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.curriculum-section .accordion-item:hover {
    border-color: #c7d5f8 !important;
    box-shadow: 0 4px 20px rgba(37,99,235,0.07);
}

.curriculum-section .accordion-button {
    background: var(--surface);
    color: var(--text);
    font-weight: 700;
    font-size: 1rem;
    padding: 18px 22px;
    border-radius: 14px !important;
    box-shadow: none !important;
    gap: 16px;
    align-items: center;
}
.curriculum-section .accordion-button:not(.collapsed) {
    background: var(--surface);
    color: var(--text);
}

/* hide default BS arrow */
.curriculum-section .accordion-button::after { display: none; }

/* number badge */
.curriculum-section .acc-badge {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--primary-purple);
    background: var(--gradient);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

/* module label */
.curriculum-section .acc-modules {
    margin-left: auto;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--muted);
    white-space: nowrap;
    padding-left: 16px;
}

/* expand chevron */
.curriculum-section .acc-chevron {
    margin-left: 12px;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: var(--muted);
}
.curriculum-section .accordion-button:not(.collapsed) .acc-chevron {
    transform: rotate(180deg);
    color: var(--blue);
}

.curriculum-section .accordion-body {
    background: var(--surface);
    padding: 0 22px 20px 72px;
    border-top: 1px solid var(--border);
}
.curriculum-section .accordion-body ul {
    list-style: none;
    padding: 14px 0 0;
    margin: 0;
}
.curriculum-section .accordion-body ul li {
    padding: 7px 0;
    font-size: 0.9rem;
    color: #475569;
    border-bottom: 1px solid #f1f4f9;
    display: flex;
    align-items: center;
    gap: 10px;
}
.curriculum-section .accordion-body ul li:last-child { border-bottom: none; }
.curriculum-section .lesson-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
    opacity: 0.5;
}

/* ── "7 More" teaser row ── */
.curriculum-section .more-teaser {
    background: #eff4ff;
    border: 1px solid #c7d5f8;
    border-radius: 14px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 12px;
    user-select: none;
}
.curriculum-section .more-teaser:hover { background: #e0eaff; }
.curriculum-section .more-teaser .plus-icon {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    color: var(--blue);
    font-size: 1rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}
.curriculum-section .more-teaser .more-text {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--blue);
}

/* ── hidden accordion items ── */
.curriculum-section .accordion-item.hidden-item { display: none; }

/* ── CTA Button ── */

.curriculum-section .cta-btn {
    /* background: var(--primary-purple);
    color: white; */
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    margin: 0px auto;
}

/* .curriculum-section .cta-btn:hover {
    background: #1a0530;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 10, 78, 0.4);
} */

.curriculum-section .cta-btn svg { flex-shrink: 0; }

/* entry animations */
.curriculum-section .accordion-item, .more-teaser {
    animation: fadeUp 0.4s ease both;
}
.curriculum-section .accordion-item:nth-child(1) { animation-delay: 0.05s; }
.curriculum-section .accordion-item:nth-child(2) { animation-delay: 0.12s; }
.curriculum-section .accordion-item:nth-child(3) { animation-delay: 0.19s; }
.curriculum-section .more-teaser                 { animation-delay: 0.26s; }
.cta-wrap::before{
    display: none;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* stagger revealed items */
.curriculum-section .accordion-item.hidden-item.show-anim {
    display: block;
    animation: fadeUp 0.35s ease both;
}
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(4)  { animation-delay: 0.04s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(5)  { animation-delay: 0.09s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(6)  { animation-delay: 0.14s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(7)  { animation-delay: 0.19s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(8)  { animation-delay: 0.24s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(9)  { animation-delay: 0.29s; }
.curriculum-section .accordion-item.hidden-item.show-anim:nth-of-type(10) { animation-delay: 0.34s; }



.featured-box {
    /* background-color: var(--light-bg); */
    padding: 50px 0;
}

.featured-box .section-heading {
    /* color: var(--primary-purple1); */
    font-weight: 600;
    font-size: clamp(1.6rem, 2.6vw, 3.2rem);
    text-align: center;
    margin-bottom: 30px;
}

.featured-box .feature-card {
    /* background: var(--card-bg1); */
    background: #FFF;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(45, 10, 78, 0.08);
}

.featured-box .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(45, 10, 78, 0.1);
}

.featured-box .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: var(--primary-purple);
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.featured-box .feature-icon-wrapper i {
    color: white;
    font-size: 1.4rem;
}

.featured-box .feature-title {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

.certificate-section{
    padding: 60px 0;
}
.certificate-section .section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    text-align: center;
    color: var(--text);
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

/* ── Main two-col layout ── */
.certificate-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px;
}
@media (max-width: 768px) {
    .certificate-section .main-grid {
        display: block !important;
    }
}

/* ── LEFT: Certificate card ── */
.certificate-section .cert-card {
    border: 1px solid var(--card-border);
    border-radius: 18px;
    overflow: hidden;
    background: var(--card-bg);
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

/* Certificate visual */
.certificate-section .cert-visual {
    background: #1a3a6b;
    padding: 20px;
    position: relative;
    flex: 1;
}
.certificate-section .cert-inner {
    border: 3px solid #4a7fc1;
    border-radius: 4px;
    padding: 18px 20px 22px;
    position: relative;
    background: #1e4480;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
}
/* decorative scallop border via repeating radial gradient */
.certificate-section .cert-visual::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 4px;
    background:
    radial-gradient(circle at 0 0, transparent 6px, #2d5fa8 6px) top left,
    radial-gradient(circle at 100% 0, transparent 6px, #2d5fa8 6px) top right,
    radial-gradient(circle at 0 100%, transparent 6px, #2d5fa8 6px) bottom left,
    radial-gradient(circle at 100% 100%, transparent 6px, #2d5fa8 6px) bottom right;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.certificate-section .cert-title-text {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #c8d8f0;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.certificate-section .cert-subtitle {
    font-size: 0.72rem;
    color: #8aaed4;
    text-align: center;
    margin-bottom: 6px;
    font-style: italic;
}
.certificate-section .cert-name {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #e8c97a;
    text-align: center;
    margin-bottom: 10px;
}
.certificate-section .cert-lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 14px;
}
.certificate-section .cert-line {
    height: 3px;
    background: linear-gradient(90deg, transparent, #4a7fc1 20%, #4a7fc1 80%, transparent);
    border-radius: 2px;
}
.certificate-section .cert-line.short { width: 70%; margin: 0 auto; }
.certificate-section .cert-line.shorter { width: 50%; margin: 0 auto; }

/* fake body text lines */
.certificate-section .cert-body-lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 8px 0 16px;
}
.certificate-section .cert-body-line {
    height: 2px;
    background: rgba(140,180,230,0.3);
    border-radius: 1px;
}
.certificate-section .cert-body-line:nth-child(odd)  { width: 100%; }
.certificate-section .cert-body-line:nth-child(even) { width: 88%; }
.certificate-section .cert-body-line:last-child      { width: 60%; }

/* signatures row */
.certificate-section .cert-sig-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 6px;
}
.certificate-section .cert-sig {
    text-align: center;
    flex: 1;
}
.certificate-section .cert-sig-name {
    font-size: 1.1rem;
    color: #c8d8f0;
    line-height: 1;
}
.certificate-section .cert-sig-label {
    font-size: 0.58rem;
    color: #7aabd4;
    letter-spacing: 0.05em;
}
/* gold seal */
.certificate-section .cert-seal {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: radial-gradient(circle, #f4d03f, #d4a017);
    border: 3px solid #b8860b;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin: 0 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.certificate-section .cert-seal-text {
    font-size: 0.5rem;
    color: #5a3e00;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

/* caption */
.certificate-section .cert-caption {
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.4;
}

/* ── RIGHT: Info panel ── */
.certificate-section .info-panel {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* section heading row */
.certificate-section .panel-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
}
.certificate-section .panel-heading .head-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: var(--icon-bg-light); 
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.certificate-section .panel-heading .head-icon svg { color: var(--blue); width: 20px; height: 20px; }

.certificate-section .panel-heading.orange .head-icon { background: var(--orange-bg); }
.certificate-section .panel-heading.orange .head-icon svg { color: var(--orange); }

/* 2×2 badge grid */
.certificate-section .badge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
@media (max-width: 400px) {
        .certificate-section .badge-grid { grid-template-columns: 1fr; }
    }

    .certificate-section .badge-pill {
        display: flex;
        align-items: center;
        gap: 9px;
        border-radius: 10px;
        padding: 13px 14px;
        font-size: 0.85rem;
        font-weight: 600;
    }
    .certificate-section .badge-pill svg { width: 18px; height: 18px; flex-shrink: 0; }

    .certificate-section .badge-pill.green {
        background: var(--green-bg);
        border: 1px solid var(--green-border);
        color: #166534;
    }
    .certificate-section .badge-pill.green svg { color: var(--green); }

    .certificate-section .badge-pill.orange {
        background: var(--orange-bg);
        border: 1px solid var(--orange-border);
        color: #9a3412;
    }
    .certificate-section .badge-pill.orange svg { color: var(--orange); }

    /* ── CTA ── */
    .certificate-section .cta-wrap {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }
    .certificate-section .cta-btn {
        background: #2d0a4e;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        border-radius: 10px;
        padding: 18px 44px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
        box-shadow: 0 6px 24px rgba(220,38,38,0.28);
        white-space: nowrap;
    }
    .certificate-section .cta-btn:hover {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(220,38,38,0.35);
    }

    /* animations */
    .certificate-section .cert-card, .certificate-section .info-panel > * {
        animation: fadeUp 0.45s ease both;
    }
    .certificate-section .cert-card            { animation-delay: 0.05s; }
    .certificate-section .info-panel > *:nth-child(1) { animation-delay: 0.12s; }
    .certificate-section .info-panel > *:nth-child(2) { animation-delay: 0.22s; }
    .certificate-section .info-panel > *:nth-child(3) { animation-delay: 0.32s; }
    .certificate-section .info-panel > *:nth-child(4) { animation-delay: 0.42s; }
    .certificate-section .cta-wrap              { animation: fadeUp 0.45s ease 0.5s both; }

    @keyframes fadeUp {
        from { opacity: 0; transform: translateY(14px); }
        to   { opacity: 1; transform: translateY(0); }
    }    


    .pricing-section{
        background: var(--bg-dark);
        padding: 60px 0;
    }

    .pricing-section .section-wrap {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }
    .hs-1 .hero-single {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .pricing-section .section-title {
      font-size: clamp(2rem, 3vw, 3.2rem);
      font-weight: 900;
      text-align: center;
      color: #fff;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 14px;
    }
    .pricing-section .section-sub {
      text-align: center;
      color: var(--text-white);
      font-size: 0.95rem;
      font-weight: 500;
      margin-bottom: 32px;
    }

    /* ── Pricing card ── */
    .pricing-section .pricing-card {
      background: #161d2b;
      border: 1px solid #232e42;
      border-radius: 22px;
      padding: 36px 36px 30px;
      position: relative;
      overflow: hidden;
      margin-bottom: 16px;
    }

    /* red-wine glow top-right */
    .pricing-section .pricing-card::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(180,20,20,0.35) 0%, transparent 70%);
      pointer-events: none;
    }

    @media (max-width: 480px) {
     .pricing-section  .pricing-card { padding: 28px 20px 24px; }
    }

    /* ── Limited time badge ── */
    .pricing-section .ltd-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #1e1010;
      border: 1px solid #5a1a1a;
      color: #f97316;
      font-size: 0.78rem;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 50px;
      margin: 0 auto 26px;
      letter-spacing: 0.03em;
    }
    .pricing-section .ltd-wrap { text-align: center; }

    /* ── Feature list ── */
    .pricing-section .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 20px;
      margin-bottom: 18px;
    }
    @media (max-width: 500px) {
      .pricing-section .features-grid { grid-template-columns: 1fr; }
    }

    .pricing-section .feat-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.88rem;
      font-weight: 600;
      color: #d1d9e6;
      line-height: 1.4;
    }
    .pricing-section .feat-item .check-icon {
      width: 20px; height: 20px;
      border-radius: 50%;
      background: var(--blue);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .pricing-section .feat-item .check-icon svg {
      width: 11px; height: 11px;
      color: #fff;
    }
    .pricing-section .feat-item.bold-item { font-weight: 700; color: #fff; }

    /* future courses row */
    .pricing-section .future-row {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 0.88rem;
      font-weight: 700;
      color: var(--green);
      margin-bottom: 26px;
    }
    .pricing-section .future-row svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; }

    /* ── Pricing ── */
    .pricing-section .price-section { margin-bottom: 24px; }

    .pricing-section .original-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 6px;
    }
    .pricing-section .original-price {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--muted);
      text-decoration: line-through;
    }
    .pricing-section .discount-badge {
      background: transparent;
      border: 1.5px solid var(--green);
      color: var(--green);
      font-size: 0.72rem;
      font-weight: 800;
      padding: 3px 10px;
      border-radius: 6px;
      letter-spacing: 0.04em;
    }

    .pricing-section .current-price {
      display: flex;
      align-items: baseline;
      gap: 4px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .pricing-section .price-amount {
      font-size: clamp(3rem, 10vw, 4.5rem);
      font-weight: 900;
      color: var(--yellow);
      letter-spacing: -0.03em;
    }
    .pricing-section .price-period {
      font-size: 1rem;
      font-weight: 600;
      color: var(--muted);
      margin-bottom: 4px;
    }

    /* ── CTA button ── */
    .pricing-section .cta-btn {
      width: 100%;
      /* background: var(--struggle-red);
      color: #fff; */
      font-weight: 800;
      font-size: 1.1rem;
      border: none;
      border-radius: 12px;
      padding: 20px 28px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      box-shadow: 0 6px 28px rgba(220,32,32,0.35);
      margin-bottom: 18px;
      letter-spacing: 0.01em;
    }
    /* .pricing-section .cta-btn:hover {
      background: var(--struggle-red);
      transform: translateY(-2px);
      box-shadow: 0 10px 36px rgba(220,32,32,0.45);
    } */
    .pricing-section .cta-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

    /* ── Secure/instant row ── */
    .pricing-section .trust-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 0.8rem;
      color: var(--muted);
      font-weight: 500;
    }
    .pricing-section .trust-row svg { width: 13px; height: 13px; }
    .pricing-section .trust-dot {
      width: 4px; height: 4px;
      border-radius: 50%;
      background: var(--muted);
      display: inline-block;
    }

    /* ── Guarantee card ── */
    .pricing-section .guarantee-card {
      background: var(--guarantee-bg);
      border: 1px solid var(--guarantee-border);
      border-radius: 16px;
      padding: 22px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
      max-width: fit-content;
      margin: 0 auto;
    }
    .pricing-section .g-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: #14532d;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .pricing-section .g-icon svg { width: 26px; height: 26px; color: var(--green); }
    .pricing-section .g-title {
      font-size: 1rem;
      font-weight: 800;
      color: var(--green);
      margin-bottom: 4px;
    }
    .pricing-section .g-desc {
      font-size: 0.82rem;
      color: var(--muted);
      font-weight: 500;
      line-height: 1.45;
    }

    /* ── Guarantee card ── */
    .pricing-section .guarantee-card {
      background: var(--guarantee-bg);
      border: 1px solid var(--guarantee-border);
      border-radius: 16px;
      padding: 22px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
      max-width: fit-content;
      margin: 0 auto;
    }


    .cta-section {
        background: var(--primary-purple);
        background: var(--gradient);
        padding: 50px 0;
        text-align: center;
    }
    
    .cta-heading {
        color: var(--text-white);
        font-weight: 800;
        font-size: clamp(1.6rem, 3.8vw, 4.3rem);
        line-height: 1.15;
        margin-bottom: 10px;
    }
    
    .cta-subtext {
        color: var(--text-white);
        font-size: 1.15rem;
        max-width: 750px;
        margin: 0 auto 15px;
        line-height: 1.6;
    }
    
    .cta-btn {
        /*background: var(--text-white);
        color: var(--primary-purple);
        */
        border: none;
        padding: 15px 15px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
        margin-bottom: 0;
    }
    
    /* .cta-btn:hover {
        background: #f0e6ff;
        color: var(--primary-purple);
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    } */
    
    .trust-badges {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }
    
    .trust-badge {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.8rem;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .trust-badge i {
        font-size: 1.1rem;
    }

    .section-courses{
        background: var(--bg-white);
        padding: 40px 0;
    }
    .section-courses .section-wrap {
      width: 100%;
      margin: 0 auto;
    }

    /* ── Header ── */
    .section-courses .section-title {
      font-size: clamp(1.6rem, 3.5vw, 2.3rem);
      font-weight: 800;
      text-align: center;
      /* color: var(--text); */
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }
    .section-courses .section-sub {
      text-align: center;
      font-size: 0.95rem;
      font-weight: 500;
      /* color: var(--muted); */
      margin-bottom: 30px;
    }

    /* ── Cards grid ── */
    .section-courses .courses-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    @media (max-width: 992px) {
    .section-courses   .courses-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
      .section-courses .courses-grid { grid-template-columns: 1fr; }
    }

    /* ── Course card ── */
    .section-courses .course-card {
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 16px;
      padding: 28px 22px 22px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      transition: box-shadow 0.22s, transform 0.22s;
    }
    .section-courses .course-card:hover {
      box-shadow: 0 8px 32px rgba(59,91,219,0.10);
      transform: translateY(-3px);
    }

    /* featured card */
    .section-courses .course-card.featured {
      border-color: var(--featured-border);
    }
    .section-courses .course-card.featured:hover {
      box-shadow: 0 8px 32px rgba(224,48,48,0.12);
    }

    /* Start Here badge */
    .section-courses .start-badge {
      position: absolute;
      top: -1px;
      right: 20px;
      background: var(--red);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 5px 12px;
      border-radius: 0 0 10px 10px;
      display: flex;
      align-items: center;
      gap: 5px;
      letter-spacing: 0.03em;
    }

    /* icon box */
    .section-courses .icon-box {
      width: 60px; height: 60px;
      border-radius: 16px;
      background: var(--icon-bg-light);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      flex-shrink: 0;
    }
    .section-courses .icon-box svg {
      width: 28px; height: 28px;
      color: var(--blue);
    }
    .section-courses .course-card.featured .icon-box {
      background: #fdecea;
    }
    .section-courses .course-card.featured .icon-box svg {
      color: var(--red);
    }

    /* card title */
    .section-courses .card-title {
      font-size: 1rem;
      font-weight: 800;
      /* color: var(--text); */
      margin-bottom: 8px;
      line-height: 1.3;
    }

    /* card desc */
    .section-courses .card-desc {
      font-size: 0.83rem;
      font-weight: 500;
      color: var(--muted);
      line-height: 1.55;
      margin-bottom: 22px;
      flex: 1;
    }

    /* view course button */
    .section-courses .view-btn {
      width: 100%;
      background: var(--blue-btn-bg);
      color: var(--blue);
      border: none;
      border-radius: 10px;
      padding: 12px 20px;
      font-weight: 700;
      font-size: 0.88rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background 0.18s, color 0.18s;
      text-decoration: none;
    }
    .section-courses .view-btn:hover {
      background: var(--blue);
      color: #fff;
    }
    .section-courses .view-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

    /* featured view button */
    .section-courses .course-card.featured .view-btn {
      background: var(--red-bg);
      color: var(--red);
    }
    .section-courses .course-card.featured .view-btn:hover {
      background: var(--red);
      color: #fff;
    }

    /* animations */
    .section-courses .course-card {
      animation: fadeUp 0.45s ease both;
    }
    .section-courses .course-card:nth-child(1) { animation-delay: 0.05s; }
    .section-courses .course-card:nth-child(2) { animation-delay: 0.13s; }
    .section-courses .course-card:nth-child(3) { animation-delay: 0.21s; }
    .section-courses .course-card:nth-child(4) { animation-delay: 0.29s; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }


    .pain-section { 
        padding: 50px 0 50px; 
        background: var(--bg);
    }

    /* ── Heading ── */
    .section-title {
      font-size: clamp(1.6rem, 3.5vw, 2.3rem);
      font-weight: 800;
      /* color: var(--text-dark); */
      margin-bottom: 30px;
    }

    /* ── Card ── */
    .pain-card {
      background: var(--card-bg);
      border: none;
      border-radius: 20px;
      padding: 28px 26px 30px;
      height: 100%;
      box-shadow: 0 2px 16px var(--shadow);
      transition: box-shadow .2s, transform .2s;
    }
    .pain-card:hover {
      box-shadow: 0 8px 32px rgba(0,0,0,.11);
      transform: translateY(-3px);
    }

    /* ── Icon Box ── */
    .icon-box {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: var(--red-icon-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    .icon-box i {
      font-size: 1.4rem;
      /* color: var(--red-icon); */
    }

    /* ── Card Title ── */
    .pain-title {
      font-size: 1.3rem;
      font-weight: 700;
      /* color: var(--text-dark); */
      margin-bottom: 16px;
    }

    /* ── Pain Points List ── */
    .pain-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .pain-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      /* font-size: .875rem; */
      line-height: 1.55;
      color: var(--text-body);
      margin-bottom: 12px;
    }
    .pain-list li:last-child { margin-bottom: 0; }
    .pain-list li .emoji {
      font-size: 1rem;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .pain-list i {
        font-size: 1.05rem;
        color: #41be7d;
        flex-shrink: 0;
    }

    /* ── Bottom tagline ── */
    .taglines {
      font-size: clamp(1rem, 2.2vw, 1.25rem);
      font-weight: 700;
      color: var(--red-text);
      margin-top: 52px;
    }

    .changes-section { 
        padding: 64px 0; 
        position: relative;
    }
    .changes-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/shape/04.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    /* ── Heading ── */
    .changes-section .section-title {
      font-size: clamp(1.6rem, 3.5vw, 2.3rem);
      font-weight: 600;
      /* color: var(--text-dark); */
      line-height: 1.15;
      margin-bottom: 14px;
    }
    .changes-section .section-sub {
      font-size: 1rem;
      font-weight: 600;
      /* color: var(--text-body); */
      margin-bottom: 25px;
    }

    /* ── Persona Card ── */
    .changes-section .persona-card {
      background: var(--card-bg);
      border: 1.5px solid var(--card-border);
      border-radius: 18px;
      padding: 26px 24px 28px;
      height: 100%;
      transition: box-shadow .2s, transform .2s;
    }
    .changes-section .persona-card:hover {
      box-shadow: 0 8px 28px rgba(0,0,0,.09);
      transform: translateY(-2px);
    }

    /* ── Card Header ── */
    .changes-section .card-header-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .changes-section .card-header-row i.cat-icon {
      font-size: 1.25rem;
      color: var(--red-icon);
    }
    /* job seekers & income seekers use blue */
    .changes-section .card-header-row i.cat-icon.blue { color: #2563eb; }

    .changes-section .card-title {
      font-size: 20px;
      font-weight: 700;
      color: var(--color-dark);
      margin: 0;
    }

    /* ── Check List ── */
    .changes-section .check-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .changes-section .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      font-size: .85rem;
      font-weight: 600;
      color: var(--text-body);
      line-height: 1.5;
      margin-bottom: 12px;
    }
    .changes-section .check-list li:last-child { margin-bottom: 0; }
    .changes-section .check-list li i {
      font-size: 1rem;
      flex-shrink: 0;
      margin-top: 1px;
      color: var(--red-icon);
    }
    /* blue checks for job / income */
    .changes-section .check-list.blue-check li i { color: var(--blue-check); }
    /* green checks for income seekers */
    .changes-section .check-list.green-check li i { color: var(--green-check); }

    /* ── CTA Block ── */
    .cta-block {
      background: var(--primary-purple);
      background: var(--gradient);
      border-radius: 20px;
      padding: 10px 24px 36px;
      margin-top: 52px;
      text-align: center;
    }
    .btn-enroll {
      /* background: var(--red);
      color: #fff; */
      font-weight: 700;
      font-size: 1rem;
      padding: 18px 40px;
      border-radius: 10px;
      border: none;
      transition: background .2s, transform .15s;
      box-shadow: 0 4px 18px rgba(185,28,28,.3);
      display: inline-block;
      margin-bottom: 24px;
    }
    /* .btn-enroll:hover {
      background: var(--red-btn);
      transform: translateY(-2px);
      color: #fff;
    } */

    /* Trust row */
    .trust-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: .78rem;
      font-weight: 600;
      color: var(--text-muted);
    }
    .trust-item i { color: var(--orange); font-size: .95rem; }
    


    
.section-wrapper {
    padding: 60px 0;
    background-color: var(--bg-light);
}
.section-wrapper .cta-wrap{
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
}

.section-label {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* color: var(--accent-color); */
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 800;
    /* color: var(--primary-color); */
    line-height: 1.1;
    margin-bottom: 30px;
}

.certificate-image-wrapper {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
}

.certificate-image-wrapper img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.image-caption {
    margin-top: 24px;
}

.image-caption h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.image-caption p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.deliverable-card {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.deliverable-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fef3e2 0%, #fde8cc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent-color);
    flex-shrink: 0;
}

.pain-section .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--gradient2);
    color: var(--color-white);
    box-shadow: 0 10px 30px 0 rgba(253, 156, 40, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent-color);
    flex-shrink: 0;
}
.pain-section .icon-box i{
    color: #FFF;
}

.deliverable-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.deliverable-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.badge-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--badge-bg);
    color: var(--badge-color);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 6px;
}

.badge-item i {
    font-size: 0.75rem;
}



/* ── Responsive tweaks ── */
@media (max-width: 767px) {
    .hero-section { padding: 25px 0 36px; }
    .feature-grid  { grid-template-columns: 1fr 1fr; gap: 10px 16px; }
    .cta-row       { flex-direction: column; align-items: flex-start; }
    .btn-enroll    { width: 100%; text-align: center; padding: 15px 10px; }
    .price-boxs     { width: 100%; }
    .pain-section {
        padding: 20px 0 20px;
    }
    .curriculum-section .accordion-body{
        padding: 0 22px 20px 20px;
    }
    .certificate-section .badge-grid{
        grid-template-columns: 1fr;
    }
    .changes-section {
       padding: 34px 0;
    }
    .curriculum-section {
        padding: 25px 0 30px 0;
    }
    .curriculum-section .cta-btn{
        padding: 16px 10px;
        font-size: 16px;
        width: 100%;
    }
    .deliverable-card{
        display: block !important;
    }
    .icon-box{
        margin-bottom: 10px;
    }
    .section-wrapper{
        padding: 30px 0;
    }
    .pricing-section .cta-btn{
        font-size: 14px;
        padding: 20px 8px;
        width: 100%;
    }
    .cta-subtext{
        font-size: 16px;
        line-height: 1.4;
    }
    .featured-box{
        padding: 30px 0;
    }
    .featured-box .feature-card{
        padding: 20px 10px;
    }
    .certificate-section {
        padding: 30px 0;
    }
    .certificate-section .cert-card {
        margin-bottom: 1rem;
    }
    .pricing-section{
        padding: 30px 0;
    }
    .faq-section{
        padding: 2rem 0 2rem 0;
    }
    .faq-heading {
        font-size: 1.6rem;
    }
    .cta-heading{
        font-size: 2rem;
    }
    .cta-section{
        padding: 30px 0;
    }
    .cta-btn{
        margin-bottom: 10px;
        padding: 15px 10px !important;
        width: 100% !important;
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .trust-row{
        gap: 0px 15px;
    }
    .cta-block{
        border-radius: 14px;
        margin-top: 20px;
        padding: 10px 14px 16px;
    }
    .btn-enroll{
        margin-bottom: 14px;
        margin-top: 20px;
    }
    .taglines{
        margin-top: 25px;
    }
    .section-courses{
        padding: 30px 0;
    }
    .cta-wrap {
        border: none;
    }
    .trust-bar{
        gap: 5px 15px;
    }
    .curriculum-section .section-meta{
        margin-bottom: 15px;
    }
    .curriculum-section .accordion-button{
        padding: 18px 10px;
    }
    .curriculum-section .accordion-item{
        margin-bottom: 6px;
    }
    .accordion-item{
        margin-bottom: 0.4rem;
    }
    .cta-subtext{
        margin: 0 auto 15px;
    }
    .trust-badges{
        gap: 10px;
    }
    .hero-section .hero-title{
        margin-bottom: 8px;
    }
    .hero-section .hero-desc{
        margin-bottom: 15px;
    }
}
@media (max-width: 400px) {
    .feature-grid { grid-template-columns: 1fr; }
}