.ribbon {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    padding: 0.2em 0.6em;
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    font-size: 0.68em;
    font-weight: 600;
    margin-left: 0.5em;
    border-radius: 6px;
    border: 1px solid rgba(239, 68, 68, 0.2);
    white-space: nowrap;
    letter-spacing: 0.01em;
    vertical-align: middle;
    position: relative;
}
.ribbon i {
    font-size: 0.7em;
    animation: bolt-flash 1.5s ease-in-out infinite;
}
@keyframes bolt-flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.course-detail-page .query-form-card .form-control::placeholder {
    color: #475569;
    opacity: 1;
}
.course-detail-page .query-form-card .form-control {
    color: #0f172a;
}
.course-info-header {
    color: #0f172a;
}
/* Certification hero centering */
.course-detail-page .header-section .hero-content,
.course-detail-page .header-section .hero-content .col-md-12 {
    text-align: center;
}
.course-detail-page .header-section .hero-badges,
.course-detail-page .header-section .hero-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.course-detail-page .header-section .hero-description .description-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}
.course-detail-page .header-section .accreditation-card {
    margin-left: auto;
    margin-right: auto;
}
/* Curriculum accordion icon states */
.course-detail-page .curriculum-accordion .card-header {
    padding-right: 1.25rem;
}
.course-detail-page .curriculum-accordion .card-header::after {
    display: none !important;
}
.course-detail-page .curriculum-accordion .module-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.8rem;
    background: rgba(11, 114, 105, 0.08);
    border: 1px solid rgba(11, 114, 105, 0.14);
    color: #0b7269;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.course-detail-page .curriculum-accordion .accordion-chevron {
    display: inline-flex !important;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #dbe4ee;
    color: #0a4772;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.course-detail-page .curriculum-accordion .accordion-chevron i {
    font-size: 0.72rem;
    color: currentColor;
    transition: transform 0.25s ease, color 0.25s ease;
}
.course-detail-page .curriculum-accordion .card-header[aria-expanded="true"] .accordion-chevron {
    background: linear-gradient(135deg, #0b7269 0%, #0a4772 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(11, 114, 105, 0.22);
}
.course-detail-page .curriculum-accordion .card-header[aria-expanded="true"] .accordion-chevron i {
    transform: rotate(180deg);
}
.course-detail-page .curriculum-accordion .card-header[aria-expanded="true"] .module-icon {
    background: linear-gradient(135deg, rgba(11, 114, 105, 0.12) 0%, rgba(10, 71, 114, 0.14) 100%);
    border-color: rgba(11, 114, 105, 0.22);
    color: #0a4772;
}
.course-detail-page .faq-section .accordion .card-header {
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}
.course-detail-page .faq-section .accordion .card-header::after,
.course-detail-page .faq-section .accordion .card-header h3::before {
    display: none !important;
}
.course-detail-page .faq-section .faq-question-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 114, 105, 0.08);
    border: 1px solid rgba(11, 114, 105, 0.14);
    color: #0b7269;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.course-detail-page .faq-section .faq-question-icon i {
    font-size: 0.72rem;
}
.course-detail-page .faq-section .accordion-chevron {
    display: inline-flex !important;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #dbe4ee;
    color: #0a4772;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.course-detail-page .faq-section .accordion-chevron i {
    font-size: 0.72rem;
    color: currentColor;
    transition: transform 0.25s ease, color 0.25s ease;
}
.course-detail-page .faq-section .accordion .card-header[aria-expanded="true"] .faq-question-icon {
    background: linear-gradient(135deg, rgba(11, 114, 105, 0.12) 0%, rgba(10, 71, 114, 0.14) 100%);
    border-color: rgba(11, 114, 105, 0.22);
    color: #0a4772;
}
.course-detail-page .faq-section .accordion .card-header[aria-expanded="true"] .accordion-chevron {
    background: linear-gradient(135deg, #0b7269 0%, #0a4772 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 22px rgba(11, 114, 105, 0.22);
}
.course-detail-page .faq-section .accordion .card-header[aria-expanded="true"] .accordion-chevron i {
    transform: rotate(180deg);
}
@media (max-width: 767.98px) {
    .course-detail-page .faq-section .faq-question-icon {
        display: inline-flex !important;
    }
}
@media (max-width: 767.98px) {
    .course-detail-page .curriculum-accordion .module-icon {
        display: inline-flex !important;
    }
}

/* Sticky-bar polish — first-load pulse + dismiss button. */
        #stickyNavRibbon.sticky-dismissed { display: none !important; }
        .sticky-dismiss {
            display: inline-flex; align-items: center; justify-content: center;
            width: 28px; height: 28px;
            margin-left: 0.5rem;
            background: transparent; border: 0; border-radius: 50%;
            color: #94a3b8; cursor: pointer;
            transition: background 0.15s ease, color 0.15s ease;
        }
        .sticky-dismiss:hover { background: rgba(0, 0, 0, 0.06); color: #475569; }
        #stickyRegisterBtn.sticky-pulse {
            animation: stickyPulse 1.6s ease-in-out 2;
        }
        @keyframes stickyPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(11, 114, 105, 0.55); }
            50%      { box-shadow: 0 0 0 12px rgba(11, 114, 105, 0); }
        }
        @media (prefers-reduced-motion: reduce) {
            #stickyRegisterBtn.sticky-pulse { animation: none; }
        }

.cert-verify-band {
                    margin-top: 1.25rem;
                    padding: 1.25rem;
                    border: 1px solid rgba(11, 114, 105, 0.18);
                    border-radius: var(--course-radius, 12px);
                    background: linear-gradient(135deg, rgba(11, 114, 105, 0.06) 0%, rgba(10, 71, 114, 0.05) 100%);
                }
                .cert-verify-head { display: flex; align-items: flex-start; gap: 0.875rem; }
                .cert-verify-shield {
                    width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
                    display: flex; align-items: center; justify-content: center;
                    color: #fff; font-size: 1.05rem;
                    background: linear-gradient(135deg, #0b7269 0%, #0a4772 100%);
                    box-shadow: 0 8px 18px -8px rgba(11, 114, 105, 0.55);
                }
                .cert-verify-title {
                    font-size: 1.02rem; font-weight: 700; margin: 0 0 0.2rem;
                    color: var(--course-secondary, #0a4772);
                }
                .cert-verify-sub {
                    font-size: 0.85rem; line-height: 1.55; margin: 0;
                    color: var(--course-text-muted, #475569);
                }
                .cert-verify-grid {
                    display: grid; grid-template-columns: repeat(3, 1fr);
                    gap: 0.875rem; margin: 1.1rem 0;
                }
                .cert-verify-item {
                    display: flex; gap: 0.65rem; align-items: flex-start;
                    padding: 0.9rem; border-radius: 10px;
                    background: #fff; border: 1px solid var(--course-border, #e2e8f0);
                }
                .cert-verify-item i {
                    font-size: 1rem; color: var(--course-primary, #0b7269);
                    margin-top: 0.15rem; flex-shrink: 0;
                }
                .cert-verify-item h4 {
                    font-size: 0.84rem; font-weight: 600; margin: 0 0 0.2rem;
                    color: var(--course-text, #1e293b);
                }
                .cert-verify-item p {
                    font-size: 0.78rem; line-height: 1.5; margin: 0;
                    color: var(--course-text-light, #64748b);
                }
                .cert-verify-cta {
                    display: inline-flex; align-items: center; gap: 0.45rem;
                    padding: 0.6rem 1.1rem; border-radius: 9px;
                    font-size: 0.84rem; font-weight: 600; text-decoration: none;
                    color: #fff; background: linear-gradient(135deg, #0b7269 0%, #10a090 100%);
                    box-shadow: 0 8px 18px -8px rgba(11, 114, 105, 0.45);
                    transition: transform 0.15s ease, box-shadow 0.18s ease;
                }
                .cert-verify-cta:hover {
                    color: #fff; transform: translateY(-1px);
                    box-shadow: 0 14px 26px -10px rgba(11, 114, 105, 0.5);
                }
                @media (max-width: 767.98px) {
                    .cert-verify-grid { grid-template-columns: 1fr; }
                }

.tm-link-card {
                        display: grid; gap: 1.1rem;
                        grid-template-columns: 56px 1fr auto;
                        align-items: center;
                        padding: 1.4rem 1.6rem;
                        background: linear-gradient(135deg, #f6fbfa 0%, #eef2ff 100%);
                        border: 1px solid #e2e8f0; border-radius: 16px;
                        box-shadow: 0 1px 2px rgba(15,23,42,0.04);
                    }
                    .tm-link-card__icon {
                        width: 56px; height: 56px; border-radius: 14px;
                        display: flex; align-items: center; justify-content: center;
                        font-size: 1.4rem; color: #fff;
                        background: linear-gradient(135deg, #0b7269 0%, #10a090 100%);
                        box-shadow: 0 8px 22px -6px rgba(11,114,105,0.45);
                    }
                    .tm-link-card__title {
                        font-size: 1.2rem; font-weight: 700; color: #0a4772;
                        margin: 0 0 0.25rem; line-height: 1.3;
                    }
                    .tm-link-card__title em { color: #0b7269; font-style: italic; }
                    .tm-link-card__desc {
                        margin: 0; font-size: 0.9rem; line-height: 1.55;
                        color: #475569; max-width: 60ch;
                    }
                    .tm-link-card__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: flex-end; }
                    .tm-link-card__btn {
                        display: inline-flex; align-items: center; gap: 0.45rem;
                        padding: 0.65rem 1.05rem; border-radius: 9px;
                        font-size: 0.85rem; font-weight: 600;
                        text-decoration: none; border: 1px solid;
                        cursor: pointer; transition: transform 0.15s ease, box-shadow 0.18s ease, background 0.18s ease;
                    }
                    .tm-link-card__btn--primary {
                        color: #fff; background: linear-gradient(135deg, #0b7269 0%, #10a090 100%);
                        border-color: transparent; box-shadow: 0 8px 18px -8px rgba(11,114,105,0.45);
                    }
                    .tm-link-card__btn--primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 14px 26px -10px rgba(11,114,105,0.5); }
                    .tm-link-card__btn--ghost {
                        color: #0a4772; background: #fff; border-color: #cbd5e1;
                    }
                    .tm-link-card__btn--ghost:hover { border-color: #0b7269; color: #0b7269; }
                    @media (max-width: 768px) {
                        .tm-link-card { grid-template-columns: 48px 1fr; }
                        .tm-link-card__icon { width: 48px; height: 48px; font-size: 1.15rem; border-radius: 12px; }
                        .tm-link-card__actions { grid-column: 1 / -1; justify-content: flex-start; }
                    }

.cl-aftermath {
                    margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem;
                }
                .cl-aftermath .cl-card { margin: 0; }

/* Next-intake chip under the course H1 — populated by next_intake context */
    .course-hero-intake {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin: 0.5rem 0 0.85rem;
        padding: 0.45rem 0.85rem;
        background: rgba(16, 185, 129, 0.12);
        border: 1px solid rgba(16, 185, 129, 0.28);
        border-radius: 999px;
        font-size: 0.85rem;
        color: #065f46;
        font-weight: 500;
        line-height: 1.2;
    }
    .course-hero-intake strong {
        color: #044a38;
        font-weight: 700;
    }
    .course-hero-intake__dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 999px;
        background: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.22);
        flex-shrink: 0;
    }
    .course-hero-intake__label {
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-size: 0.68rem;
        font-weight: 700;
        color: #047857;
    }
    .course-hero-intake__sep {
        opacity: 0.5;
    }
    @media (max-width: 575.98px) {
        .course-hero-intake {
            font-size: 0.78rem;
            padding: 0.35rem 0.7rem;
        }
    }
    .fd-modal-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.5);
        backdrop-filter: blur(4px);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }
    .fd-modal-overlay.active { display: flex; }

    .fd-modal {
        background: #fff;
        border-radius: 16px;
        width: 100%;
        max-width: 520px;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 25px 50px rgba(0,0,0,.15);
        position: relative;
        animation: fdSlideUp .25s ease-out;
    }
    @keyframes fdSlideUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .fd-modal-close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
        border: none;
        background: #f1f5f9;
        border-radius: 8px;
        color: #64748b;
        font-size: 0.875rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .15s;
        z-index: 1;
    }
    .fd-modal-close:hover { background: #e2e8f0; color: #1e293b; }

    .fd-modal-header {
        padding: 28px 28px 0;
        text-align: center;
    }
    .fd-modal-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: linear-gradient(135deg, #0b7269 0%, #14b8a6 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .fd-modal-icon i { color: #fff; font-size: 1.25rem; }
    .fd-modal-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin: 0 0 6px;
    }
    .fd-modal-subtitle {
        font-size: 0.8125rem;
        color: #64748b;
        margin: 0;
        line-height: 1.5;
    }
    .fd-modal-subtitle strong { color: #334155; }

    .fd-modal-body { padding: 20px 28px; }

    .fd-options { display: flex; flex-direction: column; gap: 10px; }

    .fd-option {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 16px;
        border: 1.5px solid #e2e8f0;
        border-radius: 12px;
        cursor: pointer;
        transition: all .15s ease;
        position: relative;
    }
    .fd-option:hover { border-color: #cbd5e1; background: #f8fafc; }
    .fd-option input { display: none; }
    .fd-option--active {
        border-color: #0b7269;
        background: rgba(11,114,105,.04);
        box-shadow: 0 0 0 3px rgba(11,114,105,.1);
    }

    .fd-option-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
    }
    .fd-option-icon i { color: #64748b; font-size: 1rem; }
    .fd-option--active .fd-option-icon { background: linear-gradient(135deg,#0b7269,#14b8a6); }
    .fd-option--active .fd-option-icon i { color: #fff; }

    .fd-option-content { flex: 1; min-width: 0; }
    .fd-option-label {
        font-size: 0.9rem;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
    }
    .fd-option-desc {
        font-size: 0.75rem;
        color: #64748b;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .fd-option-meta {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 0.75rem;
        color: #64748b;
    }
    .fd-option-days i { margin-right: 3px; }

    .fd-option-price {
        font-size: 0.8125rem;
        font-weight: 700;
        color: #0b7269;
        white-space: nowrap;
    }

    .fd-option-check {
        color: #e2e8f0;
        font-size: 1.125rem;
        flex-shrink: 0;
        margin-top: 2px;
        transition: color .15s;
    }
    .fd-option--active .fd-option-check { color: #0b7269; }

    .fd-standard-notice {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        background: #f0f9ff;
        border: 1px solid #bae6fd;
        border-radius: 8px;
        font-size: 0.8rem;
        color: #0369a1;
        margin-bottom: 14px;
        line-height: 1.5;
    }
    .fd-standard-notice i { flex-shrink: 0; font-size: 0.9rem; }
    .fd-standard-notice strong { color: #0c4a6e; }

    .fd-modal-footer {
        padding: 0 28px 24px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .fd-modal-footer-label {
        display: block;
        text-align: center;
        font-size: 0.75rem;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 6px;
    }

    .fd-modal-footer-btns {
        display: flex;
        gap: 10px;
    }

    .fd-btn {
        flex: 1;
        padding: 12px 20px;
        border-radius: 10px;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all .15s ease;
    }
    .fd-btn--standard {
        background: #fff;
        color: #0b7269;
        border: 2px solid #0b7269;
    }
    .fd-btn--standard:hover {
        background: #0b7269;
        color: #fff;
    }
    .fd-btn--primary {
        background: #0b7269;
        color: #fff;
    }
    .fd-btn--primary:hover { background: #095c55; color: #fff; }
    .fd-btn--outline {
        background: transparent;
        color: #0b7269;
        border: 1.5px solid #0b7269;
    }
    .fd-btn--outline:hover { background: rgba(11,114,105,.06); color: #0b7269; }

    @media (max-width: 575px) {
        .fd-modal { max-width: 100%; border-radius: 16px 16px 0 0; }
        .fd-modal-header, .fd-modal-body, .fd-modal-footer { padding-left: 20px; padding-right: 20px; }
        .fd-modal-footer-btns { flex-direction: column; }
        .fd-option-meta { flex-direction: column; gap: 2px; }
    }

/* ── Country relevance section (#country-relevance) ────────────────
       Premium "How this course applies in your country" panel — sits
       after testimonials. Two-column equal grid: Regulatory + Business
       outcomes. Stats above. Clean modern look — minimal decoration,
       generous whitespace, refined typography. */
    .cl-section {
        position: relative;
        padding: 4rem 0 3.5rem;
        margin: 2.5rem 0 0;
        background:
            radial-gradient(circle at 8% 0%, rgba(11,114,105,0.07) 0%, transparent 42%),
            radial-gradient(circle at 92% 12%, rgba(10,71,114,0.06) 0%, transparent 38%),
            linear-gradient(180deg, #f8fcfb 0%, #ffffff 100%);
        overflow: hidden;
    }
    .cl-section::before {
        content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
        background: linear-gradient(90deg, transparent, rgba(11,114,105,0.2), transparent);
    }
    .cl-container { max-width: 1180px; }

    /* Header — advisory-style lead-in with a restrained signal row. */
    .cl-header {
        width: 100%; margin: 0 0 2.5rem;
        display: grid; grid-template-columns: minmax(0, 1fr) auto;
        gap: 1.75rem; align-items: end;
        padding-bottom: 1.45rem;
        border-bottom: 1px solid #dbe7e4;
    }
    .cl-header__intro { max-width: 780px; }
    .cl-header .cl-subtitle { max-width: 100%; }
    .cl-eyebrow {
        margin: 0 0 0.7rem; padding: 0;
        color: #0b7269; font-size: 0.72rem; font-weight: 800;
        text-transform: uppercase; letter-spacing: 0.08em;
        display: inline-flex; align-items: center; gap: 0.45rem;
    }
    .cl-market-flag {
        width: 30px; height: 22px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(15,23,42,0.12);
        background-size: cover;
    }
    .cl-title {
        font-size: clamp(1.72rem, 3vw, 2.25rem); font-weight: 800;
        color: #0a4772; margin: 0 0 0.55rem;
        line-height: 1.16; letter-spacing: 0;
    }
    .cl-title em {
        font-style: normal; font-weight: 800; color: #0b7269;
    }
    .cl-subtitle {
        color: #475569; font-size: 1.02rem; margin: 0;
        line-height: 1.62; max-width: 66ch;
    }
    .cl-header__signals {
        list-style: none; padding: 0; margin: 0;
        display: flex; flex-wrap: wrap; justify-content: flex-end;
        gap: 0.65rem 1rem; color: #334155;
        font-size: 0.82rem; font-weight: 700;
    }
    .cl-header__signals li {
        display: inline-flex; align-items: center; gap: 0.45rem;
        white-space: nowrap;
    }
    .cl-header__signals li::before {
        content: ""; width: 7px; height: 7px; border-radius: 999px;
        background: #0b7269;
    }

    /* Key insights — labelled white card with vertical-rule stat tiles
       inside. Each stat shows a big tabular-figure value, the metric
       label, and (when present) a year + clickable publisher source. */
    .cl-stats {
        margin: 0 0 2.5rem;
        padding: 1.5rem 1.65rem;
        background: #fff;
        border: 1px solid #e6edf3; border-radius: 18px;
        box-shadow: 0 1px 2px rgba(15,23,42,0.04);
    }
    .cl-stats__label {
        display: inline-flex; align-items: center; gap: 0.4rem;
        margin: 0 0 1rem; font-size: 0.7rem; font-weight: 700;
        text-transform: uppercase; letter-spacing: 0.08em; color: #64748b;
    }
    .cl-stats__label i { color: #0b7269; }
    .cl-stat-strip {
        list-style: none; padding: 0; margin: 0;
        display: grid; gap: 1.2rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .cl-stat {
        position: relative; padding: 0 0 0 1.1rem;
        display: flex; flex-direction: column; gap: 0.3rem;
    }
    .cl-stat::before {
        content: ""; position: absolute; left: 0; top: 0.2rem; bottom: 0.2rem;
        width: 3px; border-radius: 3px;
        background: linear-gradient(180deg, #0b7269 0%, #10a090 100%);
    }
    /* Default treatment — short numeric values like "5.4%", "USD 2.4B",
       "85%". Big, bold, tabular figures aligned for scan. */
    .cl-stat__value {
        font-size: clamp(1.5rem, 2.4vw, 1.9rem); color: #0a4772;
        font-weight: 800; letter-spacing: -0.02em; line-height: 1.1;
        font-variant-numeric: tabular-nums;
        overflow-wrap: anywhere; text-wrap: balance;
    }
    /* Longer descriptive values ("Tier-1 financial hub", "Top 5 in Africa
       for fintech adoption"). Smaller headline treatment, multi-line
       friendly, no tabular-nums (looks weird with letters). */
    .cl-stat__value--text {
        font-size: clamp(1rem, 1.5vw, 1.25rem);
        line-height: 1.35; letter-spacing: -0.005em;
        font-variant-numeric: normal;
    }
    .cl-stat__metric { font-size: 0.88rem; color: #1e293b; line-height: 1.4; }
    .cl-stat__meta {
        display: flex; align-items: center; gap: 0.45rem; flex-wrap: wrap;
        font-size: 0.72rem; color: #94a3b8; line-height: 1.3;
    }
    .cl-stat__meta > * + *::before {
        content: "·"; margin-right: 0.45rem; color: #cbd5e1;
    }
    .cl-stat__source { color: #0b7269; text-decoration: none; font-style: italic; }
    .cl-stat__source[href]:hover { text-decoration: underline; color: #0a4772; }

    /* Vertical stack — each card spans full width with its own internal
       split layout. Side-by-side at the section level made the cards
       compete for space when they have very different content density
       (chip-heavy regulators vs prose-heavy outcomes). */
    .cl-stack {
        display: flex; flex-direction: column; gap: 1.25rem;
    }
    .cl-card {
        position: relative; display: flex; flex-direction: column;
        background: #fff; border: 1px solid #e6edf3; border-radius: 18px;
        padding: 1.85rem 2rem; overflow: hidden;
        box-shadow: 0 1px 2px rgba(15,23,42,0.04);
        transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }
    /* Internal 2-col split inside each card — fills the full width with
       complementary content (pills + frameworks; application + ROI). */
    .cl-split {
        display: grid; gap: 1.5rem 2rem;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .cl-split__col {
        display: flex; flex-direction: column; gap: 0.7rem;
        min-width: 0;
    }
    .cl-card--roi .cl-split { gap: 1.6rem 2.4rem; }
    .cl-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 22px 44px -22px rgba(10,71,114,0.32);
        border-color: rgba(11,114,105,0.35);
    }
    .cl-card-head {
        position: relative;
        display: flex; align-items: center; gap: 0.85rem;
        margin: -1.85rem -2rem 1.25rem;
        padding: 1rem 2rem;
        background: #f0faf9;
        border-bottom: 1px solid #d9ece9;
    }
    .cl-card-head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #0b7269;
    }
    .cl-card-icon {
        flex: 0 0 40px; height: 40px; border-radius: 10px;
        display: inline-flex; align-items: center; justify-content: center;
        font-size: 1rem; color: #0b7269;
        background: #fff;
        border: 1px solid #d9ece9;
        box-shadow: 0 2px 6px rgba(11,114,105,0.08);
    }
    .cl-card--roi .cl-card-icon {
        color: #7c3aed;
        background: #fff;
        border-color: rgba(124,58,237,0.2);
        box-shadow: 0 2px 6px rgba(124,58,237,0.08);
    }
    .cl-card-headline { flex: 1; min-width: 0; }
    .cl-card-title {
        margin: 0 0 0.2rem; font-size: 1.12rem; font-weight: 700;
        color: #0a4772; letter-spacing: -0.01em; line-height: 1.3;
    }
    .cl-card-sub {
        margin: 0; font-size: 0.82rem; color: #475569;
        line-height: 1.45;
    }
    .cl-card-count {
        flex: 0 0 auto; min-width: 26px; height: 26px; padding: 0 0.55rem;
        background: rgba(11,114,105,0.1); color: #0b7269;
        border-radius: 999px; font-size: 0.72rem; font-weight: 700;
        letter-spacing: 0.02em;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .cl-card-label {
        margin: 0; font-size: 0.7rem; font-weight: 700;
        text-transform: uppercase; letter-spacing: 0.07em; color: #475569;
    }
    .cl-card-prose {
        font-size: 0.93rem; color: #334155; line-height: 1.65;
    }
    .cl-card-prose p { margin: 0 0 0.5rem; }
    .cl-card-prose p:last-child { margin-bottom: 0; }
    .course-impact-localized__head {
        margin: 0 0 1.15rem;
    }
    .course-impact-localized__head h2 {
        margin-bottom: 0.35rem;
    }
    .course-impact-localized__sub {
        margin: 0; font-size: 0.95rem; color: #475569;
        line-height: 1.55;
    }
    .course-impact-localized__rows {
        display: grid; gap: 1rem;
    }
    .course-impact-localized__row {
        display: flex; align-items: flex-start; gap: 0.85rem;
        padding: 0.95rem 0;
        border-top: 1px solid #eef2f7;
    }
    .course-impact-localized__row:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .cl-card--authority {
        border-color: rgba(10,71,114,0.18);
        background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    }
    .cl-card--authority .cl-card-head {
        width: 100%;
        align-self: stretch;
    }
    .cl-card--authority .cl-card-headline {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }
    .cl-card--authority .cl-card-sub {
        max-width: none;
    }
    .cl-card--authority .cl-card-icon {
        color: #0b7269;
        background: #fff;
        border-color: #d9ece9;
        box-shadow: 0 2px 6px rgba(11,114,105,0.08);
    }
    .cl-authority-brief {
        font-size: 1rem; color: #1e293b; line-height: 1.72;
        width: 100%; max-width: none; margin: 0 0 1rem;
    }
    .cl-insight-grid {
        display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 0.75rem; margin-top: 0.75rem;
    }
    .cl-insight {
        border: 1px solid #e2e8f0; border-radius: 10px;
        background: #fff; padding: 0.85rem 0.95rem;
    }
    .cl-insight strong {
        display: block; color: #0a4772; font-size: 0.88rem;
        margin-bottom: 0.35rem;
    }
    .cl-insight p {
        margin: 0; color: #475569; font-size: 0.84rem; line-height: 1.55;
    }
    .cl-urgency {
        display: flex; align-items: flex-start; gap: 0.55rem;
        margin-top: 1rem; padding: 0.7rem 0.85rem;
        border-radius: 10px; background: #f0faf9; color: #0a4772;
        font-size: 0.86rem; line-height: 1.5;
    }
    .cl-urgency i { color: #0b7269; margin-top: 0.2rem; }

    /* Pills — refined regulator chips with subtle separator under the
       abbreviation when scope text is present. */
    .cl-pill-list {
        list-style: none; padding: 0; margin: 0;
        display: flex; flex-wrap: wrap; gap: 0.45rem;
    }
    .cl-pill {
        background: #f0faf9; border: 1px solid #d9ece9; color: #0b7269;
        padding: 0.42rem 0.85rem; border-radius: 999px; font-size: 0.8rem;
        display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600;
        line-height: 1.2; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }
    .cl-pill:hover { background: #e0f2f1; border-color: #0b7269; transform: translateY(-1px); }
    .cl-pill a { color: inherit; text-decoration: none; }
    .cl-pill a:hover { text-decoration: underline; }
    .cl-pill small {
        color: #475569; font-weight: 500; font-size: 0.72rem;
        padding-left: 0.5rem; border-left: 1px solid rgba(11,114,105,0.25);
    }

    /* Frameworks list — numbered for clear sequencing. */
    .cl-flat-list {
        list-style: none; padding: 0; margin: 0;
        display: flex; flex-direction: column; gap: 0.55rem;
    }
    .cl-flat-list li {
        display: flex; align-items: baseline; gap: 0.65rem;
        padding: 0.55rem 0.75rem; background: #f8fafc;
        border: 1px solid #eef2f7; border-radius: 10px;
        font-size: 0.88rem; color: #1e293b; line-height: 1.45;
        transition: background 0.15s ease, border-color 0.15s ease;
    }
    .cl-flat-list li:hover { background: #f0faf9; border-color: #d9ece9; }
    .cl-flat-num {
        flex: 0 0 auto; font-size: 0.68rem; font-weight: 800;
        color: #0b7269; letter-spacing: 0.04em;
        font-variant-numeric: tabular-nums;
    }
    .cl-flat-text { flex: 1; }
    .cl-flat-list small { color: #475569; font-weight: 500; }

    /* Business outcomes — icon-led prose blocks living inside the split. */
    .cl-prose-block {
        flex-direction: row !important; gap: 0.85rem;
        align-items: flex-start;
    }
    .cl-prose-icon {
        flex: 0 0 36px; height: 36px; border-radius: 10px;
        display: inline-flex; align-items: center; justify-content: center;
        font-size: 0.85rem; color: #7c3aed;
        background: rgba(124,58,237,0.1);
    }
    .cl-prose-icon--alt { color: #16a34a; background: rgba(22,163,74,0.1); }
    .cl-prose-block > div { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.4rem; }

    /* Case studies */
    .cl-case-list { list-style: none; padding: 0; margin: 0; }
    .cl-case-list > li {
        padding: 0.85rem 0; border-top: 1px solid #f1f5f9;
    }
    .cl-case-list > li:first-child { border-top: 0; padding-top: 0; }
    .cl-case-head {
        display: flex; align-items: baseline; justify-content: space-between;
        gap: 0.6rem; margin-bottom: 0.2rem;
    }
    .cl-case-list strong {
        color: #0a4772; font-size: 0.96rem; font-weight: 700; line-height: 1.3;
    }
    .cl-case-year {
        flex: 0 0 auto; font-size: 0.72rem; font-weight: 600;
        color: #475569; background: #f1f5f9; padding: 0.15rem 0.5rem;
        border-radius: 6px;
    }
    .cl-case-org {
        display: inline-block; color: #0b7269; font-size: 0.78rem;
        font-weight: 600; margin-bottom: 0.3rem;
    }
    .cl-case-list p { margin: 0.25rem 0; font-size: 0.86rem; color: #334155; line-height: 1.55; }
    .cl-case-outcome {
        margin-top: 0.45rem !important; padding: 0.45rem 0.65rem;
        background: #f0faf9; border-left: 3px solid #0b7269;
        border-radius: 6px; font-size: 0.83rem !important; color: #0a4772 !important;
        font-weight: 500;
    }
    .cl-case-outcome i {
        font-size: 0.7rem; color: #0b7269; margin-right: 0.25rem;
    }
    .cl-proof-link {
        display: inline-flex; align-items: center; margin-top: 0.35rem;
        color: #0b7269; font-size: 0.78rem; font-weight: 700;
        text-decoration: none;
    }
    .cl-proof-link:hover { text-decoration: underline; }

    /* Tools — vertical stack with vendor + rationale */
    .cl-tool-disclaimer {
        display: flex; align-items: flex-start; gap: 0.55rem;
        margin: 0 0 0.8rem; padding: 0.65rem 0.75rem;
        border-radius: 9px; background: #fff7ed;
        color: #7c2d12; font-size: 0.8rem; line-height: 1.5;
        border: 1px solid #fed7aa;
    }
    .cl-tool-disclaimer i {
        margin-top: 0.18rem; color: #d97706; font-size: 0.78rem;
    }
    .cl-tool-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; }
    .cl-tool {
        padding: 0.75rem 0.85rem; background: #f8fafc;
        border: 1px solid #e2e8f0; border-radius: 10px;
        transition: background 0.15s ease, border-color 0.15s ease;
    }
    .cl-tool:hover { background: #fff; border-color: #d97706; }
    .cl-tool-head {
        display: flex; align-items: baseline; justify-content: space-between;
        gap: 0.5rem; margin-bottom: 0.2rem; flex-wrap: wrap;
    }
    .cl-tool strong { color: #0a4772; font-size: 0.93rem; font-weight: 700; }
    .cl-tool-vendor {
        font-size: 0.72rem; font-weight: 600; color: #d97706;
        text-transform: uppercase; letter-spacing: 0.04em;
    }
    .cl-tool-note {
        display: block; font-size: 0.81rem; color: #475569;
        line-height: 1.5; font-weight: 400;
    }

    /* Card-type top accent (kept for the moved Tools / Cases cards in
       the .cl-aftermath section below; no top stripe on the regulatory /
       ROI cards here — the icon already carries the colour cue). */
    .cl-card--cases::before,
    .cl-card--tools::before {
        content: ""; position: absolute; top: 0; left: 1.6rem; right: 1.6rem;
        height: 3px; border-radius: 0 0 4px 4px;
    }
    .cl-card--cases::before { background: linear-gradient(90deg, #0a4772, #2563eb); }
    .cl-card--tools::before { background: linear-gradient(90deg, #d97706, #f59e0b); }

    @media (max-width: 640px) {
        .cl-section { padding: 2.5rem 0 2rem; }
        .cl-header {
            grid-template-columns: 1fr;
            gap: 1rem;
            margin-bottom: 1.75rem;
            padding-bottom: 1.2rem;
        }
        .cl-header__signals { justify-content: flex-start; }
        .cl-card { padding: 1.4rem 1.4rem; }
        .cl-card-head { margin: -1.4rem -1.4rem 1rem; padding: 0.95rem 1.4rem; }
        .cl-card-icon { flex-basis: 40px; height: 40px; font-size: 0.95rem; border-radius: 10px; }
        .cl-split { gap: 1.25rem; }
    }
    @media (prefers-reduced-motion: reduce) {
        .cl-card, .cl-tool, .cl-pill, .cl-flat-list li { transition: none; }
        .cl-card:hover, .cl-pill:hover { transform: none; }
    }
