/**
 * EBA CE Courses Page — full archive page with hero, features, steps, grid,
 * audience, provider info, FAQ accordion, and CTA.
 */

.eba-wrapper.eba-cep {
    background: var(--eba-ivory);
}

/* ===== 1. HERO — reference: vercel.app /ce-credits.
   No !important. Compound selectors beat Hello theme. ===== */
.eba-cep__hero {
    position: relative;
    min-height: 640px;
    background-color: #0f1729;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 96px 24px;
}

.eba-cep__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 41, 0.7);
    pointer-events: none;
    z-index: 0;
}

.eba-cep__hero-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(221, 171, 44, 0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* Boxed container — max-width:1280px, holds the content block. */
.eba-cep__hero-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    min-height: inherit;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.eba-cep__hero-inner {
    max-width: 720px;
    width: 100%;
}

/* Alignment classes — rendered by PHP based on header_align setting */
.eba-cep__hero-inner--align-left   { text-align: left; }
.eba-cep__hero-inner--align-center { text-align: center; margin-left: auto; margin-right: auto; }
.eba-cep__hero-inner--align-right  { text-align: right; margin-left: auto; }

.eba-cep__hero-inner--align-left .eba-cep__hero-title,
.eba-cep__hero-inner--align-left .eba-cep__hero-desc,
.eba-cep__hero-inner--align-left .eba-cep__ace-block { margin-left: 0; margin-right: auto; }

.eba-cep__hero-inner--align-center .eba-cep__hero-title,
.eba-cep__hero-inner--align-center .eba-cep__hero-desc { margin-left: auto; margin-right: auto; }
.eba-cep__hero-inner--align-center .eba-cep__ace-block { justify-content: center; }

.eba-cep__hero-inner--align-right .eba-cep__hero-title,
.eba-cep__hero-inner--align-right .eba-cep__hero-desc { margin-left: auto; margin-right: 0; }
.eba-cep__hero-inner--align-right .eba-cep__ace-block { justify-content: flex-end; }

.eba-wrapper.eba-cep .eba-cep__hero-badge,
.eba-cep .eba-cep__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(221, 171, 44, 0.15);
    border: 1px solid rgba(221, 171, 44, 0.3);
    border-radius: 999px;
    color: #ddab2c;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 24px;
}

.eba-wrapper.eba-cep .eba-cep__hero-badge svg,
.eba-cep .eba-cep__hero-badge svg { color: inherit; flex-shrink: 0; }

.eba-cep .eba-cep__hero-title,
.eba-wrapper.eba-cep .eba-cep__hero-title,
.eba-wrapper.eba-cep h1.eba-cep__hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
    display: block;
    text-shadow: none;
    text-wrap: balance;
}

/* Accent INLINE by default — title stays on one line.
   Admin can toggle "Show Accent Inline" off in Elementor for a block-level accent. */
.eba-cep .eba-cep__hero-accent,
.eba-wrapper.eba-cep .eba-cep__hero-accent {
    color: #ddab2c;
    display: inline;
    font-family: inherit;
    font-weight: inherit;
    white-space: nowrap;
}

.eba-cep .eba-cep__hero-desc,
.eba-wrapper.eba-cep .eba-cep__hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(248, 246, 241, 0.85);
    max-width: 640px;
    margin: 0 0 32px;
}

.eba-cep .eba-cep__hero-btn,
.eba-wrapper.eba-cep a.eba-cep__hero-btn,
.eba-wrapper.eba-cep .eba-cep__hero-btn,
.eba-cep a.eba-cep__hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 32px;
    background: #ddab2c;
    background-image: none;
    color: #0f1729;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    border: 0;
    white-space: nowrap;
}

.eba-wrapper.eba-cep .eba-cep__hero-btn:hover,
.eba-cep a.eba-cep__hero-btn:hover {
    background: #c89821;
    background-image: none;
    color: #0f1729;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px -2px rgba(221, 171, 44, 0.4);
}

.eba-cep__hero-btn svg { transition: transform 0.2s ease; flex-shrink: 0; }
.eba-cep__hero-btn:hover svg { transform: translateX(3px); }

.eba-cep__ace-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
}

.eba-cep__ace-block img {
    height: 52px;
    width: auto;
    display: block;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.3);
}

.eba-wrapper.eba-cep .eba-cep__ace-block span,
.eba-cep .eba-cep__ace-block span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(248, 246, 241, 0.85);
    letter-spacing: 0;
}

/* ===== SHARED SECTION STYLES ===== */
.eba-cep__section {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.eba-cep__section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
}

.eba-cep__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--eba-gold-dark);
    margin-bottom: var(--eba-space-3);
}

.eba-cep .eba-cep__section-title,
.eba-wrapper.eba-cep .eba-cep__section-title,
.eba-wrapper.eba-cep h2.eba-cep__section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f1729;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
    text-shadow: none;
}

.eba-wrapper.eba-cep .eba-cep__section-desc,
.eba-cep .eba-cep__section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #525e7a;
    margin: 0 auto;
    max-width: 720px;
}

/* ===== 2. FEATURES — reference: vercel.app /ce-credits "Beyond Checklists"
   No !important. Compound selectors beat Hello theme. ===== */
.eba-cep__features {
    background: #f1ede8;
    padding: 80px 24px;
}

.eba-cep__features .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}

.eba-cep__features .eba-cep__section-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
}

.eba-cep__features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.eba-wrapper.eba-cep .eba-cep__feature-card,
.eba-cep .eba-cep__feature-card {
    text-align: center;
    background: #eae2d6;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 36px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.eba-wrapper.eba-cep .eba-cep__feature-card:hover,
.eba-cep .eba-cep__feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -14px rgba(15, 23, 41, 0.14);
}

.eba-wrapper.eba-cep .eba-cep__feature-icon,
.eba-cep .eba-cep__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(221, 171, 44, 0.15);
    color: #ddab2c;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 24px;
}

.eba-wrapper.eba-cep .eba-cep__feature-icon svg,
.eba-cep .eba-cep__feature-icon svg {
    width: 24px;
    height: 24px;
    color: inherit;
    fill: currentColor;
}

.eba-wrapper.eba-cep .eba-cep__feature-icon svg path,
.eba-cep .eba-cep__feature-icon svg path {
    fill: currentColor;
}

.eba-wrapper.eba-cep .eba-cep__feature-icon i,
.eba-cep .eba-cep__feature-icon i {
    font-size: 24px;
    color: inherit;
}

.eba-wrapper.eba-cep .eba-cep__feature-title,
.eba-cep .eba-cep__feature-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f1729;
    margin: 0 0 12px;
    text-shadow: none;
}

.eba-wrapper.eba-cep .eba-cep__feature-text,
.eba-cep .eba-cep__feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #525e7a;
    margin: 0;
}

/* ===== 3. HOW IT WORKS — reference: vercel.app /ce-credits.
   No !important. Compound selectors beat Hello theme. ===== */
.eba-cep__steps {
    background: #eae2d6;
    padding: 80px 24px;
}

.eba-cep__steps .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}

.eba-cep__steps .eba-cep__section-head {
    text-align: center;
    margin-bottom: 48px;
}

.eba-cep__steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

/* Dotted connector line between number circles — gold dots on the section bg.
   Uses CSS variable so admin can change color via Elementor "Connector Line" control. */
.eba-cep__steps-grid::before {
    --cep-connector-color: #ddab2c;
    content: '';
    position: absolute;
    top: 32px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background-image: radial-gradient(circle, var(--cep-connector-color) 1px, transparent 1.5px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.eba-cep__step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.eba-wrapper.eba-cep .eba-cep__step-num,
.eba-cep .eba-cep__step-num {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: #ddab2c;
    color: #0f1729;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border: 4px solid #eae2d6;
    box-shadow: 0 4px 10px -4px rgba(221, 171, 44, 0.45);
}

.eba-wrapper.eba-cep .eba-cep__step-title,
.eba-cep .eba-cep__step-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f1729;
    margin: 0 0 12px;
    text-shadow: none;
}

.eba-wrapper.eba-cep .eba-cep__step-text,
.eba-cep .eba-cep__step-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #525e7a;
    margin: 0 auto;
}

/* ===== 4. COURSES GRID ===== */
.eba-cep__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 2vw, 2rem);
}

/* CE Course Catalog cards — reference: vercel.app /ce-credits.
   No !important. Compound selectors beat Hello theme. */
.eba-wrapper.eba-cep .eba-cep__card,
.eba-cep .eba-cep__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 41, 0.05),
                0 4px 16px -4px rgba(15, 23, 41, 0.04);
    height: 100%;
}

.eba-wrapper.eba-cep .eba-cep__card:hover,
.eba-cep .eba-cep__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -10px rgba(15, 23, 41, 0.15);
}

.eba-cep__card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: #f1ede8;
    overflow: hidden;
    text-decoration: none;
}

.eba-cep__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.eba-cep__card:hover .eba-cep__card-image img { transform: scale(1.05); }

.eba-cep__card-image-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f1ede8 0%, #e7e2d3 100%);
}

/* CE Hours badge — small gold rect, position controlled by card class */
.eba-cep__credits-badge {
    position: absolute;
    top: 12px;
    background: #ddab2c;
    color: #0f1729;
    padding: 4px 10px;
    border-radius: 6px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    white-space: nowrap;
}

.eba-cep__card--badge-left  .eba-cep__credits-badge { left: 12px; right: auto; }
.eba-cep__card--badge-right .eba-cep__credits-badge { right: 12px; left: auto; }

/* Self-Paced label — clock icon + text, gold-dark */
.eba-wrapper.eba-cep .eba-cep__card-self-paced,
.eba-cep .eba-cep__card-self-paced {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #c89821;
    margin-bottom: 12px;
}

.eba-cep__card-self-paced svg { color: inherit; flex-shrink: 0; }

.eba-cep__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 0;
}

/* Provider label — Inter 11px uppercase, gold */
.eba-wrapper.eba-cep .eba-cep__card-provider,
.eba-cep .eba-cep__card-provider {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c89821;
    margin-bottom: 8px;
}

/* Card title — Cormorant Garamond 18px weight 600, 2-line clamp.
   Compound selectors with the explicit anchor class beat the design-system
   global gold-link rule even though both have similar specificity. */
.eba-wrapper.eba-cep .eba-cep__card-title,
.eba-wrapper.eba-cep .eba-cep__card-title a,
.eba-wrapper.eba-cep a.eba-cep__card-title-link,
.eba-cep .eba-cep__card-title,
.eba-cep .eba-cep__card-title a,
.eba-cep a.eba-cep__card-title-link {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f1729;
    letter-spacing: -0.005em;
    transition: color 0.2s ease;
}

.eba-wrapper.eba-cep .eba-cep__card-title,
.eba-cep .eba-cep__card-title {
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eba-wrapper.eba-cep .eba-cep__card-title a,
.eba-cep .eba-cep__card-title a {
    text-decoration: none;
}

.eba-wrapper.eba-cep .eba-cep__card-title a:hover,
.eba-wrapper.eba-cep a.eba-cep__card-title-link:hover,
.eba-cep .eba-cep__card-title a:hover,
.eba-cep a.eba-cep__card-title-link:hover {
    color: #c89821;
}

/* Excerpt — Inter 14px, 2-line clamp */
.eba-wrapper.eba-cep .eba-cep__card-excerpt,
.eba-cep .eba-cep__card-excerpt {
    font-family: 'Inter', sans-serif;
    color: #525e7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta row — Inter 12px, gold icons */
.eba-wrapper.eba-cep .eba-cep__card-meta,
.eba-cep .eba-cep__card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    color: #525e7a;
    font-size: 12px;
    margin-bottom: 16px;
}

.eba-cep__card-meta span { display: inline-flex; align-items: center; gap: 4px; }
.eba-cep__card-meta svg { color: #c89821; flex-shrink: 0; width: 12px; height: 12px; }

/* Footer — 16px top padding + border */
.eba-cep__card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e0dad0;
}

.eba-wrapper.eba-cep .eba-cep__card-price,
.eba-cep .eba-cep__card-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #0f1729;
    letter-spacing: -0.005em;
}

/* View Course button — solid gold #DDAB2C, charcoal text, 36px height */
.eba-wrapper.eba-cep .eba-cep__card-btn,
.eba-wrapper.eba-cep a.eba-cep__card-btn,
.eba-cep .eba-cep__card-btn,
.eba-cep a.eba-cep__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    padding: 0 16px;
    background: #ddab2c;
    background-image: none;
    color: #0f1729;
    border: 0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.eba-wrapper.eba-cep .eba-cep__card-btn:hover,
.eba-wrapper.eba-cep a.eba-cep__card-btn:hover,
.eba-cep .eba-cep__card-btn:hover,
.eba-cep a.eba-cep__card-btn:hover {
    background: #c89821;
    background-image: none;
    color: #0f1729;
}

.eba-cep__card-btn svg {
    transition: transform 0.2s ease;
    color: inherit;
    stroke: currentColor;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.eba-cep__card-btn:hover svg { transform: translateX(3px); }

/* ===== STANDALONE BUTTON (no price footer — reference style) ===== */
.eba-wrapper.eba-cep .eba-cep__card-btn--standalone,
.eba-cep .eba-cep__card-btn--standalone {
    margin-top: auto;
    width: 100%;
    height: 40px;
    padding: 0 16px;
}

/* ===== FULL-WIDTH BUTTON (when footer-row toggle off but card has footer) ===== */
.eba-wrapper.eba-cep .eba-cep__card--btn-full .eba-cep__card-btn,
.eba-cep .eba-cep__card--btn-full .eba-cep__card-btn {
    width: 100%;
    height: 40px;
}

.eba-wrapper.eba-cep .eba-cep__card--btn-full .eba-cep__card-footer,
.eba-cep .eba-cep__card--btn-full .eba-cep__card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

/* ===== OUTLINE BUTTON VARIANT (reference: gold border, transparent bg) ===== */
.eba-wrapper.eba-cep .eba-cep__card--btn-outline .eba-cep__card-btn,
.eba-wrapper.eba-cep .eba-cep__card--btn-outline a.eba-cep__card-btn,
.eba-cep .eba-cep__card--btn-outline .eba-cep__card-btn,
.eba-cep .eba-cep__card--btn-outline a.eba-cep__card-btn {
    background: transparent;
    background-image: none;
    color: #c89821;
    border: 1.5px solid #ddab2c;
}

.eba-wrapper.eba-cep .eba-cep__card--btn-outline .eba-cep__card-btn:hover,
.eba-wrapper.eba-cep .eba-cep__card--btn-outline a.eba-cep__card-btn:hover,
.eba-cep .eba-cep__card--btn-outline .eba-cep__card-btn:hover,
.eba-cep .eba-cep__card--btn-outline a.eba-cep__card-btn:hover {
    background: #ddab2c;
    background-image: none;
    color: #ffffff;
    border-color: #ddab2c;
}

/* ===== NO FOOTER SEPARATOR (reference: standalone button, no border-top) ===== */
.eba-cep__card--no-footer-sep .eba-cep__card-btn--standalone {
    border-top: 0;
    padding-top: 0;
}

.eba-cep__empty {
    text-align: center;
    padding: clamp(2rem, 5vw, 4rem);
    color: var(--eba-text-muted);
    background: #ffffff;
    border: 1px dashed var(--eba-border);
    border-radius: 16px;
}

/* ===== 5. AUDIENCE — reference: vercel.app /ce-credits "Designed for...".
   No !important. Compound selectors beat Hello theme. ===== */
.eba-cep__audience {
    background: #eae2d6;
    padding: 80px 24px;
}

.eba-cep__audience .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}

.eba-cep__audience-inner {
    max-width: 720px;
    margin: 0 auto;
}

.eba-cep__audience .eba-cep__section-head {
    text-align: center;
    margin-bottom: 32px;
}

.eba-wrapper.eba-cep .eba-cep__audience .eba-cep__section-title,
.eba-cep .eba-cep__audience .eba-cep__section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #0f1729;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
    text-shadow: none;
}

.eba-wrapper.eba-cep .eba-cep__audience .eba-cep__section-desc,
.eba-cep .eba-cep__audience .eba-cep__section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #525e7a;
    margin: 0;
}

.eba-wrapper.eba-cep .eba-cep__audience-list,
.eba-cep .eba-cep__audience-list {
    list-style: none;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.eba-wrapper.eba-cep .eba-cep__audience-list li,
.eba-cep .eba-cep__audience-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    color: #0f1729;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.eba-cep__audience-list svg {
    color: #c89821;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

/* ===== 6. PROVIDER INFO ===== */
.eba-cep__provider {
    background: var(--eba-ivory-dark);
}

.eba-cep__provider-heading {
    font-family: var(--eba-font-heading);
    font-size: clamp(1.5rem, 2.5vw + 0.3rem, 2rem);
    text-align: center;
    color: var(--eba-charcoal);
    margin: 0 0 var(--eba-space-5);
    font-weight: 400;
}

.eba-cep__provider-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    background: var(--eba-ivory);
    border: 1px solid var(--eba-border);
    border-radius: 16px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.eba-cep__provider-logo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.eba-cep__provider-body h3 {
    font-family: var(--eba-font-heading);
    font-size: 1.25rem;
    color: var(--eba-charcoal);
    margin: 0 0 var(--eba-space-3);
    font-weight: 500;
}

.eba-cep__provider-body p {
    color: var(--eba-text-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
}

/* ===== 7. FAQ ===== */
.eba-cep__faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eba-cep__faq-item {
    background: #ffffff;
    border: 1px solid var(--eba-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.eba-cep__faq-item[open] {
    border-color: var(--eba-gold);
    box-shadow: 0 8px 24px -12px rgba(212, 162, 76, 0.3);
}

.eba-cep__faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--eba-space-3);
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
    color: var(--eba-charcoal);
    font-family: var(--eba-font-body);
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    user-select: none;
}

.eba-cep__faq-q::-webkit-details-marker { display: none; }
.eba-cep__faq-q::marker { content: ''; }

.eba-cep__faq-q:hover { color: var(--eba-gold-dark); }

.eba-cep__faq-caret {
    color: var(--eba-text-muted);
    transition: transform 0.3s var(--eba-ease), color 0.2s;
    flex-shrink: 0;
}

.eba-cep__faq-item[open] .eba-cep__faq-caret {
    transform: rotate(180deg);
    color: var(--eba-gold-dark);
}

.eba-cep__faq-a {
    padding: 0 22px 18px;
    color: var(--eba-text-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.eba-cep__faq-a p { margin: 0 0 10px; }
.eba-cep__faq-a p:last-child { margin: 0; }

/* ===== 8. CTA ===== */
.eba-cep__cta {
    background: var(--eba-charcoal);
    color: #ffffff;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    text-align: center;
}

.eba-cep__cta-inner {
    position: relative;
    text-align: center;
}

.eba-cep .eba-cep__cta-title,
.eba-wrapper.eba-cep .eba-cep__cta-title,
.eba-wrapper.eba-cep h2.eba-cep__cta-title {
    font-family: var(--eba-font-heading);
    font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
    line-height: 1.2;
    color: #ffffff !important;
    margin: 0 auto 1.5rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-shadow: none;
    max-width: 26ch;
    display: block;
}

.eba-cep .eba-cep__cta-desc,
.eba-wrapper.eba-cep .eba-cep__cta-desc {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 auto 2.5rem;
    max-width: 52ch;
    display: block;
}

.eba-wrapper.eba-cep .eba-cep__cta-btn {
    margin-top: 0;
    display: inline-flex;
}

.eba-wrapper.eba-cep .eba-cep__cta-btn,
.eba-wrapper.eba-cep a.eba-cep__cta-btn,
.eba-cep .eba-cep__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    background: var(--eba-gold) !important;
    color: var(--eba-charcoal) !important;
    border-radius: 12px;
    font-family: var(--eba-font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 12px 28px -10px rgba(212, 162, 76, 0.55);
}

.eba-wrapper.eba-cep .eba-cep__cta-btn:hover {
    background: var(--eba-gold-light) !important;
    transform: translateY(-2px);
}

.eba-cep__cta-btn svg { transition: transform 0.2s; }
.eba-cep__cta-btn:hover svg { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .eba-cep__features-grid { grid-template-columns: repeat(2, 1fr); }
    .eba-cep__grid          { grid-template-columns: repeat(2, 1fr); }
    .eba-wrapper.eba-cep .eba-cep__steps-grid,
    .eba-cep .eba-cep__steps-grid    { grid-template-columns: repeat(2, 1fr); }
    .eba-cep__steps-grid::before     { display: none; }
    .eba-cep__provider-card { grid-template-columns: 1fr; text-align: center; }
    .eba-cep__provider-logo { max-width: 200px; margin: 0 auto; }
}

@media (max-width: 767px) {
    /* ===== HERO — mobile.
       !important on max-width to beat Elementor's responsive-control inline rule
       that ties on specificity. Same fix used in About Story / Meet Your Mentor. ===== */
    .eba-cep__hero {
        min-height: auto;
        padding: 48px 16px;
    }

    .eba-cep__hero-container {
        max-width: 100% !important;
        padding: 0;
    }

    .eba-wrapper.eba-cep .eba-cep__hero-inner,
    .eba-cep .eba-cep__hero-inner {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    /* Default left-align on mobile (matches reference) — admin can switch via control */
    .eba-cep__hero-inner--align-left { text-align: left; }
    .eba-cep__hero-inner--align-left .eba-cep__hero-badge { align-self: flex-start; }
    .eba-cep__hero-inner--align-center { text-align: center; }
    .eba-cep__hero-inner--align-center .eba-cep__hero-badge,
    .eba-cep__hero-inner--align-center .eba-cep__hero-btn { align-self: center; }
    .eba-cep__hero-inner--align-center .eba-cep__ace-block { justify-content: center; }

    .eba-cep__hero-badge {
        padding: 5px 12px;
        margin-bottom: 18px;
        display: inline-flex;
    }

    .eba-wrapper.eba-cep .eba-cep__hero-title,
    .eba-cep .eba-cep__hero-title {
        font-size: 32px !important;
        line-height: 1.15;
        margin-bottom: 16px;
        max-width: 100% !important;
    }

    .eba-wrapper.eba-cep .eba-cep__hero-desc,
    .eba-cep .eba-cep__hero-desc {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
        max-width: 100% !important;
    }

    /* Full-width button on mobile for easier tap */
    .eba-wrapper.eba-cep .eba-cep__hero-btn,
    .eba-wrapper.eba-cep a.eba-cep__hero-btn,
    .eba-cep a.eba-cep__hero-btn {
        width: 100% !important;
        justify-content: center;
        height: 48px;
        padding: 0 24px;
    }

    /* ACE block — stays horizontal on phone, smaller logo */
    .eba-cep__ace-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 0;
        margin-top: 24px;
        width: 100%;
        box-sizing: border-box;
    }
    .eba-cep__ace-block img { height: 44px; flex-shrink: 0; }
    .eba-cep__ace-block span { font-size: 13px; line-height: 1.4; }

    /* ===== SECTIONS ===== */
    .eba-cep__section { padding: 2.5rem 0; }
    .eba-cep__section-head { margin-bottom: 1.75rem; }
    .eba-cep__section-title {
        font-size: clamp(1.375rem, 5vw + 0.3rem, 1.75rem);
        line-height: 1.2;
    }
    .eba-cep__section-desc { font-size: 0.9375rem; }
    .eba-cep__eyebrow { font-size: 0.6875rem; }

    /* ===== FEATURES ===== */
    .eba-wrapper.eba-cep .eba-cep__features-grid,
    .eba-cep .eba-cep__features-grid          { grid-template-columns: 1fr !important; gap: 16px; }
    .eba-wrapper.eba-cep .eba-cep__feature-card,
    .eba-cep .eba-cep__feature-card           { padding: 28px 22px; }
    .eba-wrapper.eba-cep .eba-cep__feature-icon,
    .eba-cep .eba-cep__feature-icon           { width: 52px; height: 52px; margin-bottom: 16px; }
    .eba-cep__feature-icon svg,
    .eba-cep__feature-icon i                  { width: 22px; height: 22px; font-size: 20px; }
    .eba-wrapper.eba-cep .eba-cep__feature-title,
    .eba-cep .eba-cep__feature-title          { font-size: 18px; }
    .eba-cep__feature-text  { font-size: 0.875rem; }

    /* ===== STEPS ===== */
    .eba-wrapper.eba-cep .eba-cep__steps-grid,
    .eba-cep .eba-cep__steps-grid          { grid-template-columns: 1fr !important; gap: 20px; }
    .eba-wrapper.eba-cep .eba-cep__step-num,
    .eba-cep .eba-cep__step-num            { width: 52px; height: 52px; font-size: 20px; }
    .eba-wrapper.eba-cep .eba-cep__step-title,
    .eba-cep .eba-cep__step-title          { font-size: 18px; }
    .eba-wrapper.eba-cep .eba-cep__step-text,
    .eba-cep .eba-cep__step-text           { font-size: 14px; }

    /* ===== COURSES GRID ===== */
    .eba-cep__grid { grid-template-columns: 1fr !important; gap: 1rem; }
    .eba-cep__card-body { padding: 1.125rem; }
    .eba-cep__card-title { font-size: 1.0625rem; }
    .eba-cep__card-excerpt { font-size: 0.875rem; }
    .eba-cep__credits-badge { padding: 6px 10px; min-width: 50px; }
    .eba-cep__credits-badge strong { font-size: 1.15rem; }
    .eba-cep__credits-badge small  { font-size: 0.5625rem; }

    /* ===== AUDIENCE ===== */
    .eba-wrapper.eba-cep .eba-cep__audience-list,
    .eba-cep .eba-cep__audience-list      { gap: 12px; align-items: flex-start; }
    .eba-wrapper.eba-cep .eba-cep__audience-list li,
    .eba-cep .eba-cep__audience-list li   { font-size: 14px; gap: 10px; }
    .eba-wrapper.eba-cep .eba-cep__audience .eba-cep__section-title,
    .eba-cep .eba-cep__audience .eba-cep__section-title { font-size: 24px; }

    /* ===== PROVIDER ===== */
    .eba-cep__provider-heading { font-size: 1.25rem; }
    .eba-cep__provider-card { padding: 1.5rem; gap: 1rem; }
    .eba-cep__provider-body h3 { font-size: 1.125rem; }
    .eba-cep__provider-body p  { font-size: 0.875rem; line-height: 1.6; }

    /* ===== FAQ ===== */
    .eba-cep__faq-q {
        padding: 14px 16px;
        font-size: 0.9375rem;
    }
    .eba-cep__faq-a {
        padding: 0 16px 14px;
        font-size: 0.875rem;
    }

    /* ===== CTA ===== */
    .eba-cep__cta { padding: 2.5rem 0; }
    .eba-cep__cta-title { font-size: clamp(1.375rem, 5vw + 0.3rem, 1.75rem); }
    .eba-cep__cta-desc  { font-size: 0.9375rem; margin-bottom: 1.5rem; }
    .eba-wrapper.eba-cep .eba-cep__cta-btn { padding: 13px 22px; font-size: 14px; }
}

@media (max-width: 420px) {
    .eba-cep__hero          { padding: 2rem 0; }
    .eba-cep__hero-badge    { font-size: 0.65rem; padding: 4px 10px; }
    .eba-cep__section       { padding: 2rem 0; }
    .eba-cep__feature-card,
    .eba-cep__card-body,
    .eba-cep__provider-card { padding: 1.125rem; }
    .eba-cep__ace-block     { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .eba-cep__feature-card,
    .eba-cep__card,
    .eba-cep__card-image img,
    .eba-cep__hero-btn,
    .eba-cep__cta-btn,
    .eba-cep__faq-caret {
        transition: none !important;
    }
}
