

input.ecpc-input,
select.ecpc-input,
textarea.ecpc-input,
.ecpc-modal-form .ecpc-input {
    width: 100%;
    padding: 12px 20px;
    border: 1.5px solid rgba(139, 31, 191, 0.45);
    border-radius: 999px;
    font-size: 15px;
    color: #181818;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
}

input.ecpc-input::placeholder,
textarea.ecpc-input::placeholder {
    color: #9ca3af;
}

input.ecpc-input:focus,
select.ecpc-input:focus,
textarea.ecpc-input:focus {
    outline: none;
    border-color: #8B1FBF;
    box-shadow: 0 0 0 4px rgba(139, 31, 191, 0.15);
    --tw-ring-shadow: 0 0 0 4px rgba(139, 31, 191, 0.15);
}

.ecpc-input.ecpc-input-with-icon {
    padding-left: 44px;
}

select.ecpc-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238B1FBF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 12px;
    padding-right: 44px;
}

#demo-form .relative .ecpc-input {
    padding-left: 44px;
}

.ecpc-acc-trigger {
    cursor: pointer;
    background: none;
    border: 0;
    font: inherit;
    color: inherit;
}

.ecpc-acc-trigger:focus-visible {
    outline: 2px solid #0F8FD9;
    outline-offset: -2px;
}

[data-accordion] [aria-expanded="true"] .ecpc-acc-icon {
    transform: rotate(180deg);
}

[data-accordion] .ecpc-acc-content[hidden],
[data-accordion] .ecpc-acc-content.hidden {
    display: none;
}

#ecpc-hero-video:hover [data-overlay] {
    background-color: rgba(0, 0, 0, 0.25);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
}

.ecpc-section { padding: 64px 0; }
.ecpc-section-white  { background-color: #ffffff; }
.ecpc-section-cream  { background-color: #FCFCFB; }
.ecpc-section-lavender { background-color: #F3ECFB; }
.ecpc-section-gray   { background-color: #f5f5f5; }
.ecpc-section-cream-white { background: linear-gradient(to bottom, #FCFCFB, #ffffff); }
.ecpc-section-gradient-navy {
    background: linear-gradient(135deg, #181818 0%, #0F8FD9 100%);
}
.ecpc-section-gradient-orange {
    background: linear-gradient(to right, #F8B81F, rgba(250, 161, 20, 0.9));
    position: relative;
    overflow: hidden;
}
.ecpc-section-gradient-cream { background: linear-gradient(135deg, #FCFCFB 0%, #ffffff 100%); }

.ecpc-grid { display: grid; gap: 24px; }
.ecpc-grid-gap-lg { gap: 32px; }
@media (min-width: 768px) {
    .ecpc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ecpc-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ecpc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .ecpc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ecpc-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 576px) {
    .ecpc-grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
    .ecpc-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
    .ecpc-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.ecpc-page .text-center { text-align: center; }

.ecpc-page .btn-primary,
.ecpc-page .btn-secondary,
.ecpc-page .btn-navy,
.ecpc-page .btn-gradient,
.ecpc-page .btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 40px;

    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 26px;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background-position 0.4s ease;
    box-shadow: 0 8px 18px -10px rgba(139, 31, 191, 0.45);
    white-space: nowrap;
}

.ecpc-page .btn-primary    { background-color: #8B1FBF; }
.ecpc-page .btn-primary:hover { background-color: #0F8FD9; color: #ffffff; transform: translateY(-4px); }

.ecpc-page .btn-secondary  { background-color: #0F8FD9; }
.ecpc-page .btn-secondary:hover { background-color: #8B1FBF; color: #ffffff; transform: translateY(-4px); }

.ecpc-page .btn-navy       { background-color: #181818; }
.ecpc-page .btn-navy:hover { background-color: #8B1FBF; color: #ffffff; transform: translateY(-4px); }

.ecpc-page .btn-white      { background-color: #ffffff; color: #8B1FBF; }
.ecpc-page .btn-white:hover { background-color: #8B1FBF; color: #ffffff; transform: translateY(-4px); }

.ecpc-page .btn-gradient {
    background-image: linear-gradient(-90deg, #0F8FD9 0, #8B1FBF 50%, #0F8FD9 100%);
    background-size: 200% auto;
    background-position: 0% center;
}
.ecpc-page .btn-gradient:hover { background-position: 100% center; transform: translateY(-4px); }
.ecpc-page .btn-block      { width: 100%; }
.ecpc-page .btn-lg         { padding: 16px 34px; font-size: 16px; }
.ecpc-page .btn-xl         { padding: 18px 40px; font-size: 16px; }

/* Reduce side whitespace: widen the centered container + trim its inner padding on the ECPC page. */
.ecpc-page .container { padding-left: 12px; padding-right: 12px; }
@media (min-width: 1100px) { .ecpc-page .container { max-width: 1220px; } }

.ecpc-hero {
    position: relative;
    padding: 40px 0 40px;
    overflow: hidden;
}
.hero-bg-base {
    position: absolute; inset: 0;
    background: linear-gradient(165deg, #ffffff 0%, #f6f8fc 50%, #eef2f8 100%);
}
.hero-bg-gradient {
    position: absolute; inset: 0;
    background:
        radial-gradient(58% 52% at 10% 6%, rgba(139, 31, 191, 0.10) 0%, transparent 62%),
        radial-gradient(55% 55% at 94% 96%, rgba(15, 143, 217, 0.11) 0%, transparent 62%);
}

.hero-bg-gradient::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 22%);
    pointer-events: none;
}
.hero-blob {
    position: absolute;
    width: 320px; height: 320px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.7;
    pointer-events: none;
}
.hero-blob-top-left { top: -60px; left: -60px; background-color: rgba(139, 31, 191, 0.14); }
.hero-blob-bottom-right { bottom: -60px; right: -60px; background-color: rgba(15, 143, 217, 0.14); }
.hero-grid {
    position: relative;
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .hero-grid { grid-template-columns: 1.3fr 1fr; gap: 24px; } .ecpc-hero { padding: 70px 0 42px; } }
.hero-content {
    display: flex; flex-direction: column; gap: 16px;
    animation: hero-fade-up 0.7s ease-out both;
}
@keyframes hero-fade-up {
    0% { opacity: 0; transform: translateY(18px); }
    100% { opacity: 1; transform: translateY(0); }
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 7px 16px;
    border-radius: 9999px;
    border: 1px solid rgba(139, 31, 191, 0.18);
    box-shadow: 0 6px 16px -10px rgba(139, 31, 191, 0.5);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #8B1FBF;
}

.hero-title {
    font-size: 36px;
    font-weight: 800;
    color: #181818;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0;
}
@media (min-width: 768px) { .hero-title { font-size: 50px; } }
@media (min-width: 1024px) { .hero-title { font-size: 50px; } }
.hero-title-highlight {
    background: linear-gradient(to right, #0F8FD9, #8B1FBF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-sub { font-size: 20px; font-weight: 700; color: #8B1FBF; margin: 0; line-height: 1.3; }
.hero-desc { max-width: 700px; color: #515151; font-size: 16px; line-height: 1.55; margin: 0; }
.hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}
.hero-rating:hover { opacity: 0.8; }
.hero-rating:hover .hero-rating-text { color: #8B1FBF; }
.hero-rating-stars { display: flex; }
.hero-rating-text { font-size: 14px; font-weight: 500; color: #181818; transition: color 0.2s ease; }
.hero-students { display: flex; align-items: center; gap: 8px; }
.hero-students-avatars { display: flex; }
.hero-students-avatars > img + img { margin-left: -8px; }
.hero-students-avatars > img:first-child { margin-left: 0; }
.hero-students-avatars img {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
}
.hero-students-text { font-size: 14px; font-weight: 500; color: #181818; }
.hero-info-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding-top: 4px;
}
.hero-info-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: start;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 6px 16px 6px 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 8px 22px -16px rgba(24, 24, 24, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px -18px rgba(139, 31, 191, 0.45);
}
.hero-info-card-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 26px;
    border-radius: 999px;
    flex-shrink: 0;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 5px 12px -6px rgba(24, 24, 24, 0.45);
}
.hero-info-card-chip-violet { background: linear-gradient(135deg, #8B1FBF, #B85AE0); }
.hero-info-card-chip-blue { background: linear-gradient(135deg, #0F8FD9, #4FB6F0); }
.hero-info-card-title { color: #181818; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.hero-info-card-sep { color: #C4C4CC; font-weight: 600; }
.hero-info-card-sub { margin: 0; font-size: 13px; line-height: 1.3; color: #4B5563; font-weight: 500; white-space: nowrap; }

.hero-video {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    animation: hero-fade-up 0.7s ease-out 0.15s both;
}
@media (min-width: 768px) { .hero-video { margin: 0; } }

.hero-video::before {
    content: '';
    position: absolute;
    inset: -22px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(139, 31, 191, 0.28), rgba(15, 143, 217, 0.28));
    filter: blur(34px);
    opacity: 0.75;
    z-index: 0;
}
.hero-video-frame {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 26px 50px -18px rgba(24, 24, 24, 0.35);
    border: 3px solid rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.hero-video-iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.hero-video-badge {
    position: absolute;
    z-index: 2;
    left: -14px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 14px;
    box-shadow: 0 16px 30px -12px rgba(24, 24, 24, 0.35);
}
.hero-video-badge-num { font-size: 22px; font-weight: 800; color: #181818; line-height: 1; }
.hero-video-badge-label { font-size: 11px; color: #515151; line-height: 1.2; }
.hero-video-badge .star-row > svg { width: 14px; height: 14px; }
@media (max-width: 480px) { .hero-video-badge { left: 8px; bottom: 12px; padding: 8px 12px; } }
.hero-video-caption { text-align: center; margin-top: 16px; font-size: 14px; color: #515151; }

.success-grid { gap: 20px; }
.success-card {
    position: relative;
    border-radius: 14px;
    padding: 20px 22px;
    color: #ffffff;
    box-shadow: 0 14px 28px -14px rgba(24, 24, 24, 0.4);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    isolation: isolate;
}
.success-card:hover { transform: translateY(-4px); box-shadow: 0 20px 34px -16px rgba(24, 24, 24, 0.5); }
.success-card-navy { background: linear-gradient(135deg, #111111 0%, #181818 35%, #0F8FD9 100%); }
.success-card-orange { background: linear-gradient(135deg, #f9a81d 0%, #F8B81F 60%, #d99506 100%); }

.success-card-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(2px);
}
.success-card-deco-1 {
    width: 140px; height: 140px;
    top: -55px; right: -45px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 70%);
}
.success-card-deco-2 {
    width: 110px; height: 110px;
    bottom: -45px; left: -35px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10), transparent 70%);
}

.success-card-shine {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.18) 50%, transparent 65%);
    transform: translateX(-110%);
    transition: transform 0.9s ease;
    pointer-events: none;
}
.success-card:hover .success-card-shine { transform: translateX(110%); }

.success-card > :not(.success-card-deco):not(.success-card-shine) { position: relative; z-index: 1; }

.success-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.success-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    padding: 9px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.25);
}
.success-card-orange .success-card-icon { background-color: rgba(255, 255, 255, 0.22); }
.success-card-icon svg { width: 22px; height: 22px; }

.success-card-stat {
    margin: 0;

    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
}
@media (min-width: 768px) { .success-card-stat { font-size: 48px; } }
.success-card-stat-suffix {
    font-size: 0.45em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.02em;
}

.success-card-label { margin: 12px 0 0; font-size: 17px; font-weight: 700; }
.success-card-desc { margin: 12px 0 0; font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); }

.feature-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #efe7f5;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 8px 20px -12px rgba(24, 24, 24, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}
.feature-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0F8FD9, #8B1FBF);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 31, 191, 0.3);
    box-shadow: 0 26px 42px -20px rgba(139, 31, 191, 0.45);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card-icon {
    margin-bottom: 16px;
    display: flex;
    height: 52px;
    width: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: rgba(139, 31, 191, 0.1);
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.feature-card:hover .feature-card-icon {
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 10px 18px -8px rgba(139, 31, 191, 0.55);
}
/* "Who Is This Course For?" — iconed list (no card box) */
.audience-item { display: flex; align-items: flex-start; gap: 16px; padding: 6px 0; }
.audience-icon {
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    box-shadow: 0 10px 18px -10px rgba(139, 31, 191, 0.55);
}
.ecpc-page .audience-icon i { font-size: 20px; color: #ffffff; }
.audience-text { padding-top: 2px; }
.audience-title { margin: 0 0 5px; font-size: 18px; font-weight: 700; color: #181818; line-height: 1.3; }
.audience-desc { margin: 0; font-size: 15px; line-height: 1.6; color: #515151; }

/* Career Opportunities — CTA banner (purple variant) */
.ecpc-section-gradient-purple {
    background: linear-gradient(135deg, #8B1FBF 0%, #0F8FD9 100%);
    position: relative;
    overflow: hidden;
}
.ecpc-section-gradient-purple .cta-banner-sub {
    line-height: 1.7;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}
.cta-banner-note {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.6;
}
.cta-banner-note em {
    display: inline-block;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    background: #F8B81F;
    padding: 6px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.3);
}

/* "When to Join?" — cards with a coloured left accent */
.join-card {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 22px 22px;
    background: #ffffff;
    border-radius: 14px;
    border-left: 4px solid #8B1FBF;
    box-shadow: 0 16px 34px -24px rgba(24, 24, 24, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.join-card:hover { transform: translateY(-5px); box-shadow: 0 24px 40px -22px rgba(139, 31, 191, 0.35); }
.join-card-icon {
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
}
.ecpc-page .join-card-icon i { color: #ffffff; font-size: 19px; }
.join-card-title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #181818; line-height: 1.3; }
.join-card-desc { margin: 0; font-size: 14px; line-height: 1.6; color: #515151; }

/* Eligibility — "Special Focus" callout */
.eligibility-focus {
    display: flex; align-items: flex-start; gap: 14px;
    max-width: 820px; margin: 0 auto 32px;
    padding: 18px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(139, 31, 191, 0.08), rgba(15, 143, 217, 0.08));
    border: 1px solid rgba(139, 31, 191, 0.18);
}
.eligibility-focus-icon {
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
}
.ecpc-page .eligibility-focus-icon i { color: #ffffff; font-size: 16px; }
.eligibility-focus p { margin: 0; font-size: 15px; line-height: 1.6; color: #515151; }
.eligibility-focus strong { color: #8B1FBF; }

/* "How Does It Work?" — numbered cards over a coloured band */
.howit-section { position: relative; background: #ffffff; overflow: hidden; }
.howit-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 340px;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    z-index: 0;
}
.howit-section .container { position: relative; z-index: 1; }
.howit-section .section-title .title,
.howit-section .section-title p { color: #ffffff; }
.howit-section .section-title .shape-line { color: rgba(255, 255, 255, 0.85); }

.howit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
}
@media (min-width: 600px) { .howit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .howit-grid { grid-template-columns: repeat(4, 1fr); } }

.howit-card {
    position: relative;
    margin-top: 24px;
    padding: 44px 22px 28px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 44px -26px rgba(24, 24, 24, 0.35);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.howit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 50px -22px rgba(139, 31, 191, 0.35);
}
.howit-card:hover .howit-icon { background: linear-gradient(135deg, #8B1FBF, #0F8FD9); }
.ecpc-page .howit-card:hover .howit-icon i { color: #ffffff; }
.howit-num {
    position: absolute;
    top: -24px; left: 50%; transform: translateX(-50%);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #8B1FBF;
    color: #8B1FBF; font-size: 17px; font-weight: 800;
    box-shadow: 0 8px 16px -8px rgba(139, 31, 191, 0.4);
}
.howit-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 31, 191, 0.1), rgba(15, 143, 217, 0.1));
    transition: background 0.3s ease;
}
.ecpc-page .howit-icon i { font-size: 26px; color: #8B1FBF; transition: color 0.3s ease; }
.howit-title { margin: 0 0 8px; font-size: 17px; font-weight: 700; color: #181818; line-height: 1.35; }
.howit-desc { margin: 0; font-size: 14px; line-height: 1.6; color: #515151; }

/* Trusted-by badge + availability callout in one row */
.demo-pitch-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}
.demo-pitch-badges .availability-banner { margin-top: 0; width: auto; flex: 1 1 300px; }

/* Availability callout */
.availability-banner {
    display: flex; align-items: center; gap: 12px;
    margin-top: 14px;
    width: 470px; max-width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid rgba(139, 31, 191, 0.18);
    box-shadow: none;
}
.availability-icon {
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    box-shadow: 0 8px 16px -10px rgba(139, 31, 191, 0.6);
}
.ecpc-page .availability-icon i { font-size: 15px; color: #ffffff; }
.availability-text { margin: 0; font-size: 13px; line-height: 1.5; font-weight: 600; color: #181818; }
.availability-text a { color: #8B1FBF; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s ease; }
.availability-text a:hover { color: #0F8FD9; }
@media (max-width: 767px) {
    .availability-banner { flex-direction: column; text-align: center; gap: 14px; padding: 22px; }
    .availability-text { font-size: 16px; }
}

.feature-card-title { margin: 0 0 8px; font-size: 20px; font-weight: 600; color: #181818; line-height: 1.3; }
.feature-card-desc { margin: 0; font-size: 15px; line-height: 1.6; color: #515151; }

.feature-card-cyan {
    border-color: rgba(0, 168, 232, 0.2);
    background: linear-gradient(135deg, #ffffff, #FCFCFB);
}

.feature-card-benefit {
    border: 0;
    border-left: 4px solid #F8B81F;
    padding: 32px;
    background: linear-gradient(135deg, #ffffff, #FCFCFB);
}
.feature-card-benefit .feature-card-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #9b2ee0, #6f159c);
    color: #ffffff;
}

.feature-card-montessori {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #FCFCFB);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.feature-card-montessori:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.demo-section {
    position: relative;
    overflow: hidden;
}
.demo-section-lavender {

    background:
        radial-gradient(circle at 12% 0%, rgba(139, 31, 191, 0.10), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(15, 143, 217, 0.08), transparent 55%),
        linear-gradient(180deg, #F5EEFB 0%, #ECE2FA 100%);
}
.demo-section-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(80px);
}
.demo-section-deco-1 {
    width: 360px; height: 360px;
    top: -120px; left: -120px;
    background: radial-gradient(circle, rgba(139, 31, 191, 0.18), transparent 70%);
}
.demo-section-deco-2 {
    width: 420px; height: 420px;
    bottom: -160px; right: -160px;
    background: radial-gradient(circle, rgba(15, 143, 217, 0.16), transparent 70%);
}

.demo-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}
@media (min-width: 900px) {
    .demo-shell { grid-template-columns: 1.05fr 0.95fr; gap: 48px; }
}

.demo-pitch {
    position: relative;
    padding: 8px 4px 8px;
    color: #181818;
    background: transparent;
}
.demo-pitch-eyebrow {
    display: inline-block;
    background: rgba(139, 31, 191, 0.10);
    color: #8B1FBF;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.demo-pitch-title {

    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin: 16px 0 0;
    color: #181818;
}
@media (min-width: 768px) { .demo-pitch-title { font-size: 32px; } }
.demo-pitch-title-em {
    background: linear-gradient(90deg, #8B1FBF, #0F8FD9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.demo-pitch-sub {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #8B1FBF;
}
.demo-pitch-lead {
    margin: 12px 0 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #5c5847;
    max-width: 380px;
}

.demo-illust {
    position: relative;
    margin: 20px auto 6px;
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1 / 0.78;
}
.demo-illust-ring {
    position: absolute;
    inset: 14% 24% 14% 24%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.0) 70%);
}
.demo-illust-hero {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 96px; height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    color: #ffffff;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px -12px rgba(139, 31, 191, 0.5);
}
.demo-illust-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px; height: 42px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    box-shadow: 0 8px 18px -8px rgba(24, 24, 24, 0.35);
    animation: demo-bob 4s ease-in-out infinite;
}
@keyframes demo-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-7px); }
}
.demo-illust-chip-mail  { top: 8%;  left: 6%;  background: linear-gradient(135deg, #FFD700, #F8B81F); color: #6b4d00; animation-delay: 0s; }
.demo-illust-chip-phone { top: 4%;  right: 8%; background: linear-gradient(135deg, #ff6aa5, #ff3b87); animation-delay: 0.6s; }
.demo-illust-chip-chat  { bottom: 14%; left: 0%;  background: linear-gradient(135deg, #8B1FBF, #5b1296); animation-delay: 1.2s; }
.demo-illust-chip-send  { bottom: 6%;  right: 4%; background: linear-gradient(135deg, #0F8FD9, #0a5da5); animation-delay: 1.8s; }
.demo-illust-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(139, 31, 191, 0.45);
}
.demo-illust-dot-1 { width: 8px; height: 8px; top: 30%; right: 4%; background: rgba(15, 143, 217, 0.55); }
.demo-illust-dot-2 { width: 6px; height: 6px; bottom: 38%; right: 22%; background: rgba(248, 184, 31, 0.7); }
.demo-illust-dot-3 { width: 10px; height: 10px; top: 28%; left: 22%; background: rgba(139, 31, 191, 0.45); }

.demo-pitch-foot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(139, 31, 191, 0.15);
    color: #181818;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: 0 8px 18px -10px rgba(24, 24, 24, 0.18);
}
.demo-pitch-foot i { color: #16a34a; }
.demo-pitch-foot strong { color: #8B1FBF; font-weight: 800; }
.demo-pitch-foot-tag {
    background: linear-gradient(90deg, #8B1FBF, #0F8FD9);
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.02em;
    padding: 3px 11px;
    border-radius: 999px;
    box-shadow: 0 4px 10px -3px rgba(139, 31, 191, 0.5);
}

.demo-card {
    background-color: #ffffff;
    padding: 24px 22px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 20px 40px -16px rgba(139, 31, 191, 0.25);
    border: 1px solid rgba(139, 31, 191, 0.08);
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) { .demo-card { padding: 28px 26px; } }
@media (min-width: 900px) { .demo-card { margin-right: 0; } }
.demo-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(139, 31, 191, 0.10);
    color: #8B1FBF;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.demo-card-title {

    text-align: left;
    font-size: 24px;
    font-weight: 800;
    color: #181818;
    letter-spacing: -0.02em;
    margin: 12px 0 0;
}
@media (min-width: 640px) { .demo-card-title { font-size: 28px; } }
.demo-card-sub { margin: 6px 0 0; text-align: left; font-size: 14px; color: #515151; }
.demo-card-msg {
    margin-top: 16px;
    border-radius: 10px;
    background-color: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #047857;
}
.demo-form { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.demo-form-field { display: block; }
.demo-form-label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; color: #181818; }
.demo-form-phone { position: relative; }
.demo-form-phone-icon {
    position: absolute;
    left: 14px; top: 50%;
    transform: translateY(-50%);
    color: #8B1FBF;
    pointer-events: none;
}
.demo-form-error { margin: 4px 0 0; font-size: 12px; color: #dc2626; }
.demo-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 520px) {
    .demo-form-row { grid-template-columns: 1fr 1fr; }
}
.demo-form-submit {
    margin: 6px auto 0;
    align-self: center;
    padding: 13px 40px;
    font-size: 15px;
    min-width: 180px;
}
.demo-form-submit i { transition: transform 0.3s ease; }
.demo-form-submit:hover i { transform: translateX(4px); }
.demo-form-link {
    display: inline-flex;
    align-self: center;
    margin-top: 2px;
    color: #8B1FBF;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.demo-form-link:hover { color: #0F8FD9; }
.demo-form-trust {
    margin: 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #9ca3af;
}
.demo-form-trust i { color: #8B1FBF; }

.stats-banner {
    margin-top: 64px;
    border-radius: 16px;
    background: linear-gradient(to right, #181818, #2a2a60, #181818);
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
@media (min-width: 640px) { .stats-banner { padding: 40px; } }
.stats-banner-title { font-size: 24px; font-weight: 700; text-align: center; margin: 0; }
@media (min-width: 640px) { .stats-banner-title { font-size: 30px; } }
.stats-banner-sub { margin: 12px 0 0; color: rgba(255, 255, 255, 0.8); text-align: center; }
.stats-banner-tiles {
    margin-top: 32px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) { .stats-banner-tiles { grid-template-columns: repeat(3, 1fr); } }
.stats-tile {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(8px);
}
.stats-tile-num { font-size: 36px; font-weight: 700; margin: 0; }
.stats-tile-num-orange { color: #F8B81F; }
.stats-tile-num-cyan { color: #0F8FD9; }
.stats-tile-label { margin: 8px 0 0; font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.stats-banner-cta-wrap { margin-top: 32px; text-align: center; }

.area-row {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.area-row:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.area-row-inner { display: flex; flex-direction: column; }
@media (min-width: 768px) { .area-row-inner { flex-direction: row; } }
.area-row-color {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    color: #ffffff;
}
@media (min-width: 768px) { .area-row-color { width: 33.333%; } }
.area-row-icon {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 24px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    display: inline-flex;
    transition: transform 0.3s ease;
}
.area-row:hover .area-row-icon { transform: scale(1.1); }
.area-row-title { font-size: 24px; font-weight: 700; margin: 20px 0 0; color: #ffffff; }
.area-row-body { padding: 32px; flex: 1; }
.area-row-desc { font-size: 16px; line-height: 1.625; color: #515151; margin: 0; }
@media (min-width: 640px) { .area-row-desc { font-size: 18px; } }
.area-row-examples {
    margin-top: 20px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) { .area-row-examples { grid-template-columns: repeat(2, 1fr); } }
.area-row-example {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #f3f4f6;
    background-color: #FCFCFB;
    padding: 12px;
    border-radius: 8px;
}
.area-row-dot { display: block; height: 8px; width: 8px; border-radius: 50%; flex-shrink: 0; }
.area-row-example-text { font-size: 14px; font-weight: 500; color: #515151; }
.area-cta-card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
}
.area-cta-card-text { font-size: 18px; color: #181818; margin: 0; }
.area-cta-card-highlight { font-weight: 700; color: #F8B81F; }

.cta-banner-circle-tl {
    position: absolute; top: -64px; left: -64px;
    width: 256px; height: 256px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.cta-banner-circle-br {
    position: absolute; bottom: -96px; right: -96px;
    width: 384px; height: 384px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.cta-banner-content {
    position: relative;
    margin: 0 auto;
    max-width: 896px;
    text-align: center;
    color: #ffffff;
}
.cta-banner-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}
@media (min-width: 640px) { .cta-banner-title { font-size: 36px; } }
@media (min-width: 768px) { .cta-banner-title { font-size: 48px; } }
.cta-banner-sub {
    margin: 20px auto 0;
    max-width: 672px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
}
@media (min-width: 640px) { .cta-banner-sub { font-size: 18px; } }
.cta-banner-btn-wrap { margin-top: 32px; }

.cert-card {
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.12);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.cert-card:hover {
    border-color: #F8B81F;
    box-shadow: 0 24px 40px -18px rgba(0, 0, 0, 0.22);
}
.cert-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.cert-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #F8B81F, #f8941f);
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0 6px 12px -4px rgba(248, 148, 31, 0.5);
    transition: transform 0.3s ease;
}
.cert-card:hover .cert-card-icon { transform: scale(1.08); }
.cert-card-title { margin: 0; font-size: 20px; font-weight: 700; color: #181818; }
.cert-card-desc { margin: 0; font-size: 14px; color: #515151; }
.cert-card-features {
    margin: 14px 0 0;
    padding: 0 0 0 14px;
    list-style: none;
    border-left: 5px solid #0F8FD9;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cert-card-feature {
    display: flex; align-items: center; gap: 8px;
    margin: 0;
    font-size: 14px; line-height: 1.3; color: #181818;
}
.cert-card-feature-dot { height: 6px; width: 6px; border-radius: 50%; background-color: #0F8FD9; flex-shrink: 0; }

.cta-dark-card {
    margin-top: 48px;
    border-radius: 16px;
    background: linear-gradient(to right, #181818, #2a2a60);
    padding: 32px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.cta-dark-card-title { margin: 0; font-size: 24px; font-weight: 700; }
@media (min-width: 640px) { .cta-dark-card-title { font-size: 30px; } }
.cta-dark-card-sub { margin: 12px auto 0; max-width: 672px; color: rgba(255, 255, 255, 0.8); }
.cta-dark-card-btn-wrap { margin-top: 24px; }

.trainer-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trainer-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.trainer-card-img-wrap { position: relative; height: 256px; overflow: hidden; }
.trainer-card-img {
    display: block; width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.trainer-card-img-wrap:hover .trainer-card-img { transform: scale(1.1); }
.trainer-card-badge {
    position: absolute; top: 12px; right: 12px;
    display: inline-flex; align-items: center; gap: 4px;
    background-color: #F8B81F;
    padding: 4px 12px;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.trainer-card-info { padding: 24px; }
.trainer-card-name { margin: 0; font-size: 18px; font-weight: 700; color: #181818; }
.trainer-card-qual {
    margin: 8px 0 0;
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 14px; color: #515151;
}
.trainer-card-special {
    margin: 16px 0 0;
    background-color: rgba(0, 168, 232, 0.1);
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0F8FD9;
}
.elig-grid {
    display: grid;
    gap: 48px;
    align-items: center;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .elig-grid { grid-template-columns: 1fr 1fr; } }
.elig-content { color: #ffffff; }
.elig-content-title {
    font-size: 30px; font-weight: 700; line-height: 1.25; margin: 0;
}
@media (min-width: 768px) { .elig-content-title { font-size: 36px; } }
.elig-content-desc { margin: 20px 0 0; font-size: 16px; line-height: 1.625; color: rgba(255, 255, 255, 0.9); }
.elig-special {
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
}
.elig-special-label { font-weight: 600; margin: 0; }
.elig-special-text { margin: 8px 0 0; font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.elig-list { display: flex; flex-direction: column; gap: 16px; }
.elig-item {
    display: flex; align-items: flex-start; gap: 16px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.elig-item:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 31, 191, 0.3);
    box-shadow: 0 22px 36px -16px rgba(139, 31, 191, 0.45);
}
.elig-item-icon {
    display: flex; align-items: center; justify-content: center;
    height: 40px; width: 40px; flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(139, 31, 191, 0.1);
    color: #8B1FBF;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.elig-item:hover .elig-item-icon {
    background-color: #8B1FBF;
    color: #ffffff;
    transform: scale(1.1);
}
.elig-item-title { font-size: 16px; font-weight: 600; color: #181818; margin: 0; }
.elig-item-desc { margin: 4px 0 0; font-size: 14px; color: #515151; }

/* Placement posters marquee */
.pl-marquee-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Break out of the centered container to use the full viewport width */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.pl-row {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;            /* Firefox */
    cursor: grab;
    padding: 16px 0;                  /* room for the hover lift + shadow so it isn't clipped */
}
.pl-row::-webkit-scrollbar { display: none; }   /* Chrome / Safari */
.pl-row.is-dragging { cursor: grabbing; }
.pl-row.is-dragging .pl-slide { pointer-events: none; }  /* don't open links while dragging */
.pl-track {
    display: flex;
    gap: 20px;
    width: max-content;
}
.pl-slide {
    flex: 0 0 auto;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pl-slide:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.pl-slide img {
    display: block;
    height: 320px;
    width: auto;
    object-fit: contain;
}
@media (max-width: 640px) {
    .pl-slide img { height: 220px; }
    .pl-marquee-wrap { gap: 32px; }
}

.placement-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.placement-card:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.placement-card-img-wrap { position: relative; height: 192px; overflow: hidden; }
.placement-card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.placement-card-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent);
}
.placement-card-school {
    position: absolute; bottom: 12px; left: 16px;
    color: #ffffff; font-size: 14px; font-weight: 600;
    margin: 0;
}
.placement-card-body { padding: 24px; }
.placement-card-name { font-size: 18px; font-weight: 600; color: #181818; margin: 0; }
.placement-card-rows { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
.placement-row { display: flex; align-items: center; gap: 12px; }
.placement-row-icon {
    display: flex; align-items: center; justify-content: center;
    height: 40px; width: 40px;
    border-radius: 8px;
}
.placement-row-icon-cyan { background-color: rgba(0, 168, 232, 0.1); color: #0F8FD9; }
.placement-row-icon-orange { background-color: rgba(250, 161, 20, 0.1); color: #F8B81F; }
.placement-row-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: #9ca3af; margin: 0; }
.placement-row-value { font-size: 14px; font-weight: 600; color: #181818; margin: 0; }
.placement-row-value-orange { color: #F8B81F; font-weight: 700; }
.placement-pill {
    display: inline-block;
    background: linear-gradient(to right, #181818, #0F8FD9);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.placement-pill-title { font-size: 20px; font-weight: 700; margin: 0; }
.placement-pill-sub { font-size: 14px; color: rgba(255, 255, 255, 0.85); margin: 0; }
.placement-pill-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}
.placement-pill-btn {
    border: 0;
    cursor: pointer;
    font: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.placement-pill-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(26, 26, 64, 0.5);
}
.placement-pill-btn:hover .placement-pill-hint { color: #ffffff; }

.vt-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vt-card:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.vt-card-img-wrap { position: relative; height: 224px; cursor: pointer; overflow: hidden; }
.vt-card-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.vt-card-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.vt-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.vt-card:hover .vt-card-img { transform: scale(1.05); }
.vt-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); }
.vt-card-play-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.vt-card-play {
    background-color: #F8B81F;
    color: #ffffff;
    padding: 16px;
    border-radius: 50%;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: inline-flex;
}
.vt-card:hover .vt-card-play { transform: scale(1.1); }
.vt-card-body { padding: 24px; }
.vt-card-rating { display: flex; gap: 4px; }
.vt-card-name { margin: 12px 0 0; font-size: 18px; font-weight: 700; color: #181818; }
.vt-card-placed { margin: 0; font-size: 14px; color: #0F8FD9; }
.vt-card-quote { margin: 12px 0 0; font-style: italic; color: #515151; }

.module-item {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.module-item:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.module-item + .module-item { margin-top: 16px; }
.module-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
.module-trigger-left { display: flex; align-items: center; gap: 16px; flex: 1; }
.module-number {
    display: flex; align-items: center; justify-content: center;
    height: 40px; width: 40px; flex-shrink: 0;
    border-radius: 8px;
    background-color: #8B1FBF;
    color: #ffffff;
    font-weight: 700;
}
.module-title { font-size: 16px; font-weight: 600; color: #181818; }
@media (min-width: 640px) { .module-title { font-size: 18px; } }
.module-duration {
    display: none;
    align-items: center;
    gap: 4px;
    background-color: rgba(0, 168, 232, 0.1);
    color: #0F8FD9;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
@media (min-width: 640px) { .module-duration { display: inline-flex; } }
.module-content {
    border-top: 1px solid #f3f4f6;
    background-color: #FCFCFB;
    padding: 24px;
}
.module-content-head {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 600; color: #181818;
}
.module-topics { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
.module-topic { display: flex; align-items: flex-start; gap: 8px; font-size: 16px; line-height: 1.5; margin: 0; color: #515151; }
.module-topic-check { font-weight: 700; color: #F8B81F; }

#fees { background: linear-gradient(135deg, #f3eefc 0%, #eaf4fb 55%, #fdf2e6 100%); }
.fee-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 26px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #181818;
    box-shadow: 0 12px 32px -12px rgba(24, 24, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fee-card:hover { transform: translateY(-6px); box-shadow: 0 26px 44px -16px rgba(24, 24, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.7); }
.fee-card-popular {
    background: linear-gradient(160deg, rgba(30, 60, 114, 0.9) 0%, rgba(15, 143, 217, 0.9) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 22px 40px -14px rgba(15, 143, 217, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) { .fee-card-popular { transform: scale(1.05); } }
.fee-card-badge {
    position: absolute; top: -12px; right: 24px;
    display: inline-flex; align-items: center; gap: 4px;
    background-color: #F8B81F;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.fee-card-name { font-size: 24px; font-weight: 700; margin: 0; text-align: left; }
.fee-card-popular .fee-card-name { color: #ffffff; }
.fee-card-features {
    margin: 18px 0 0; padding: 0;
    list-style: none;
    display: flex; flex-direction: column; gap: 9px;
}
.fee-card-feature {
    display: flex; align-items: flex-start; gap: 12px;
    margin: 0;
    font-size: 15.5px; line-height: 1.4;
    color: #515151;
}
.fee-card-popular .fee-card-feature { color: rgba(255, 255, 255, 0.95); }
.fee-card-check {
    margin-top: 2px;
    display: flex; align-items: center; justify-content: center;
    height: 20px; width: 20px; flex-shrink: 0;
    border-radius: 50%;
    background-color: #0F8FD9;
    color: #ffffff;
}
.fee-card-popular .fee-card-check { background-color: #F8B81F; }
.fee-card-btn {
    margin-top: 22px;
    align-self: flex-start;
    background: linear-gradient(135deg, #F8B81F, #f8941f);
    color: #ffffff !important;
    padding: 10px 38px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px -10px rgba(248, 148, 31, 0.6);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.fee-card-btn:hover { filter: brightness(0.95); transform: translateY(-2px); color: #ffffff !important; }
.fee-card-popular .fee-card-btn { background: linear-gradient(135deg, #F8B81F, #f8941f); color: #ffffff !important; }
.fee-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    align-items: start;
}
@media (min-width: 768px) {
    .fee-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fee-footnote {
    margin: 44px 0 0;
    text-align: center;
}
.fee-footnote p {
    margin: 0 0 14px;
    font-size: 15.5px;
    font-weight: 600;
    color: #181818;
}
.fee-footnote-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8B1FBF, #0F8FD9);
    box-shadow: 0 10px 22px -10px rgba(139, 31, 191, 0.55);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.fee-footnote-link:hover { transform: translateY(-2px); filter: brightness(1.05); color: #ffffff !important; }

.career-card {
    background-color: #ffffff;
    border-radius: 12px;
    border-top: 4px solid #F8B81F;
    padding: 32px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.career-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.career-card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    height: 64px; width: 64px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0F8FD9, rgba(0, 168, 232, 0.8));
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.career-card-title { margin: 20px 0 0; font-size: 18px; font-weight: 700; color: #181818; }
.career-card-desc { margin: 8px 0 0; font-size: 14px; color: #515151; }
.career-card-salary {
    margin: 16px 0 0;
    display: inline-block;
    background-color: rgba(250, 161, 20, 0.1);
    color: #F8B81F;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.career-stats {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) { .career-stats { grid-template-columns: repeat(3, 1fr); } }
.career-stat {
    border-radius: 16px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.career-stat-navy   { background: linear-gradient(135deg, #181818, #0F8FD9); }
.career-stat-orange { background: linear-gradient(135deg, #F8B81F, rgba(250, 161, 20, 0.8)); }
.career-stat-cyan   { background: linear-gradient(135deg, #0F8FD9, rgba(0, 168, 232, 0.8)); }
.career-stat-num { font-size: 30px; font-weight: 700; margin: 0; color: #ffffff; }
@media (min-width: 640px) { .career-stat-num { font-size: 36px; } }
.career-stat-label { margin: 8px 0 0; font-size: 14px; color: rgba(255, 255, 255, 0.95); }

.st-card {
    position: relative;
    border: 1px solid #f3f4f6;
    background: linear-gradient(135deg, #ffffff, #FCFCFB);
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.st-card:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.st-card-quote {
    position: absolute; top: 24px; right: 24px;
    pointer-events: none;
    opacity: 0.1;
    color: #F8B81F;
    width: 64px;
    height: 64px;
}
.st-card-head { display: flex; align-items: center; gap: 16px; }
.st-card-avatar {
    height: 64px; width: 64px;
    border-radius: 50%;
    border: 2px solid #F8B81F;
    object-fit: cover;
}
.st-card-name { font-weight: 700; color: #181818; margin: 0; }
.st-card-rating { margin-top: 4px; display: flex; gap: 2px; }
.st-card-review { margin: 20px 0 0; font-style: italic; color: #515151; }
.st-card-role {
    margin: 20px 0 0;
    display: inline-block;
    background-color: rgba(0, 168, 232, 0.1);
    color: #0F8FD9;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border: 0;
    cursor: pointer;
    font: inherit;
    color: #ffffff;
    background: linear-gradient(135deg, #181818, #0F8FD9);
    padding: 16px 28px;
    border-radius: 14px;
    box-shadow: 0 14px 28px -14px rgba(26, 26, 64, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rating-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px -16px rgba(26, 26, 64, 0.6);
}
.rating-badge-scorebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.rating-badge-score {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
.rating-badge-out { font-size: 16px; font-weight: 600; opacity: 0.7; }
.rating-badge-stars { gap: 2.4px; }
.rating-badge-stars > svg { width: 16px; height: 16px; }
.rating-badge-count {
    font-size: 15.2px;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}
.rating-badge-divider {
    width: 1px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.2);
}
.rating-badge-hint {
    display: inline-flex;
    align-items: center;
    gap: 6.4px;
    font-size: 15.2px;
    font-weight: 600;
    color: #F8B81F;
    white-space: nowrap;
    flex-shrink: 0;
}
.rating-badge-hint i { transition: transform 0.2s ease; }
.rating-badge:hover .rating-badge-hint i { transform: translateX(3px); }

@media (max-width: 480px) {
    .rating-badge { gap: 14px; padding: 14px 20px; }
    .rating-badge-divider { display: none; }
    .rating-badge-hint { display: none; }
}

.faq-icon-circle {
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center; justify-content: center;
    height: 64px; width: 64px;
    border-radius: 50%;
    background-color: rgba(139, 31, 191, 0.15);
    color: #8B1FBF;
}
.faq-trigger-left { display: flex; align-items: center; gap: 12px; flex: 1; }
.faq-q-badge {
    display: flex; align-items: center; justify-content: center;
    height: 32px; width: 32px; flex-shrink: 0;
    border-radius: 8px;
    background-color: rgba(0, 168, 232, 0.1);
    color: #0F8FD9;
    font-size: 14px;
    font-weight: 700;
}
.faq-question { font-size: 16px; font-weight: 600; color: #181818; }
@media (min-width: 640px) { .faq-question { font-size: 18px; } }
.faq-answer {
    padding: 0 24px 24px 64px;
    font-size: 14px;
    line-height: 1.625;
    color: #515151;
}
.faq-help-card {
    margin-top: 48px;
    border-radius: 16px;
    background: linear-gradient(to right, #181818, #0F8FD9);
    padding: 32px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.faq-help-card-title { font-size: 24px; font-weight: 700; margin: 0; }
@media (min-width: 640px) { .faq-help-card-title { font-size: 30px; } }
.faq-help-card-sub { margin: 12px 0 0; color: rgba(255, 255, 255, 0.85); }
.faq-help-card-btns {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.cert-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.cert-modal[hidden] { display: none; }
.cert-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(17, 18, 18, 0.7);
    backdrop-filter: blur(2px);
}
.cert-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 896px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.cert-modal-close {
    position: absolute;
    top: 16px; right: 16px;
    height: 36px; width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background-color: #f3f4f6;
    color: #181818;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.cert-modal-close:hover { background-color: #8B1FBF; color: #ffffff; }
.cert-modal-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    text-align: center;
}
.cert-modal-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) { .cert-modal-grid { grid-template-columns: repeat(2, 1fr); } }
.cert-modal-grid-3 { gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .cert-modal-grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cert-modal-grid-3 { grid-template-columns: repeat(4, 1fr); } }
.cert-modal-grid-3 .cert-modal-item img { height: 176px; object-fit: contain; background-color: #f8fafc; padding: 8px; }
.cert-modal-item {
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cert-modal-item:hover {
    transform: translateY(-3px);
    border-color: #F8B81F;
    box-shadow: 0 12px 24px -12px rgba(26, 26, 64, 0.35);
}
.cert-modal-item img {
    display: block;
    width: 100%;
    height: 224px;
    object-fit: cover;
}
.cert-modal-item span {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #181818;
    text-align: center;
}

.star-row { display: flex; gap: 2px; }
.star-row > svg { width: 16px; height: 16px; }
.star-row-lg > svg { width: 32px; height: 32px; }
.star-row-xs > svg { width: 14px; height: 14px; }

@media print {
    header, footer, #ecpc-scroll-top, .ecpc-acc-trigger svg.ecpc-acc-icon {
        display: none !important;
    }
    [data-accordion] .ecpc-acc-content[hidden],
    [data-accordion] .ecpc-acc-content.hidden {
        display: block !important;
    }
}

.ecpc-page .ecpc-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #9b2ee0, #6f159c);
    color: #ffffff;
    box-shadow: 0 10px 20px -8px rgba(139, 31, 191, 0.5);
    flex-shrink: 0;
}
.ecpc-page .ecpc-ico-cyan {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0F8FD9, rgba(15, 143, 217, 0.8));
    box-shadow: 0 6px 14px -6px rgba(15, 143, 217, 0.5);
}
.ecpc-page .ecpc-ico svg { width: 32px; height: 32px; }

.ecpc-page .feature-card-icon svg { width: 20px; height: 20px; }
.ecpc-page .feature-card-icon i { font-size: 18px; color: #8B1FBF; transition: color 0.35s ease; }
.ecpc-page .feature-card:hover .feature-card-icon i { color: #ffffff; }
.feature-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.feature-card-head .feature-card-title { margin: 0; }
.feature-card-benefit .feature-card-icon { margin-bottom: 0; flex-shrink: 0; }
.ecpc-page .feature-card-benefit .feature-card-icon i { color: #ffffff; font-size: 17px; }

.ecpc-page .cert-card-icon svg { width: 24px; height: 24px; }
.ecpc-page .career-card-icon svg { width: 32px; height: 32px; }
.ecpc-page .area-row-icon svg { width: 48px; height: 48px; }

.success-card-stat,
.success-card-label,
.stats-banner-title,
.cta-banner-title,
.cta-dark-card-title,
.elig-content-title,
.elig-special-label,
.placement-pill-title,
.faq-help-card-title {
    color: #ffffff;
}

.hero-content .edu-btn { align-self: flex-start; }

.ecpc-page h1 { font-size: var(--h1); line-height: var(--h1-lineHeight); font-weight: 700; }
.ecpc-page h2 { font-size: var(--h2); line-height: var(--h2-lineHeight); font-weight: 700; }

.ecpc-page .ecpc-btn-gold {
    background: linear-gradient(135deg, #FFD700, #F8B81F);
    color: #ffffff !important;
}
.ecpc-page .ecpc-btn-gold:hover { color: #ffffff !important; }
.ecpc-page .ecpc-btn-gold::after {
    background: linear-gradient(-90deg, #F8B81F 0, #FFD700 100%);
}

.ecpc-page .ecpc-btn-color { background: var(--c); color: #ffffff; }
.ecpc-page .ecpc-btn-color:hover { color: #ffffff; }
.ecpc-page .ecpc-btn-color::after { background: var(--c); filter: brightness(0.85); }

@media (max-width: 767px) {
    .ecpc-page h2 { font-size: 28px; }
    .ecpc-hero { padding: 56px 0 20px; }
    .ecpc-page .hero-title { font-size: 40px; line-height: 1.12; text-align: center;}
    .hero-content { gap: 7px; }
    .hero-badge { padding: 5px 13px; font-size: 11px; text-align: center; margin-left: auto; margin-right: auto; }
    .hero-sub { font-size: 15px; }
    .hero-desc { font-size: 13.5px; line-height: 1.45; }
    .hero-rating-text, .hero-students-text { font-size: 12.5px; }
    .hero-students-avatars img { width: 28px; height: 28px; }
    .hero-info-cards { gap: 8px; padding-top: 2px; flex-direction: column; align-items: center; }
    .hero-info-card { padding: 6px 14px 6px 7px; align-self: center; }
    .hero-info-card-sub { white-space: normal; }
    .hero-content .edu-btn { align-self: center; margin-top: 16px; }
    .demo-pitch-badges { justify-content: center; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-content { align-items: center; text-align: center; }
    .hero-content .edu-btn { align-self: center; }
    .hero-info-cards { margin-left: auto; margin-right: auto; }
    .hero-video { max-width: 600px; margin-left: auto; margin-right: auto; width: 100%; }
    .demo-shell { grid-template-columns: 1fr; }
    .demo-shell .join-compact-form { margin-left: auto; margin-right: auto; }
    .fee-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fee-card-popular { transform: none; }
}

.ecpc-page .ecpc-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}
.ecpc-page .ecpc-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .ecpc-page .ecpc-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* What is a Montessori Teacher Training Course? section */
.wim-card {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background:
        radial-gradient(120% 140% at 0% 0%, rgba(124, 77, 255, 0.06) 0%, rgba(124, 77, 255, 0) 45%),
        radial-gradient(120% 140% at 100% 100%, rgba(248, 184, 31, 0.10) 0%, rgba(248, 184, 31, 0) 45%),
        #ffffff;
    border: 1px solid rgba(124, 77, 255, 0.12);
    border-radius: 24px;
    padding: 48px 48px 44px;
    box-shadow: 0 24px 60px -28px rgba(124, 77, 255, 0.35);
    overflow: hidden;
}
.wim-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-extra02, #7C4DFF), #9b6bff 45%, #F8B81F);
}
.wim-card::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 77, 255, 0.12), rgba(124, 77, 255, 0) 70%);
    pointer-events: none;
}
.wim-lead {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: #4b4b4b;
    text-align: center;
}
.wim-link {
    font-weight: 600;
    color: var(--color-extra02, #7C4DFF);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.wim-link:hover { opacity: 0.7; color: var(--color-extra02, #7C4DFF); }
.wim-resource {
    position: relative;
    z-index: 1;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px dashed #e6e0d6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.wim-resource-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #8a8a8a;
}
.wim-resource-label i { color: var(--color-extra02, #7C4DFF); }
.wim-resource-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    padding: 16px 28px;
    border-radius: 999px;
    background-image: linear-gradient(135deg, var(--color-extra02, #7C4DFF), #9b6bff);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 12px 24px -10px rgba(124, 77, 255, 0.6);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wim-resource-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px -10px rgba(124, 77, 255, 0.7);
}
.wim-resource-link i { transition: transform 0.25s ease; }
.wim-resource-link:hover i { transform: translateX(4px); }
@media (max-width: 575px) {
    .wim-card { padding: 28px 22px; }
    .wim-lead { font-size: 15px; line-height: 1.75; text-align: left; }
    .wim-resource-link { padding: 14px 22px; font-size: 14px; }
}

/* What is Interval's ECPC? — simple text block */
.wim-simple {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wim-simple p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #515151;
}
@media (max-width: 575px) {
    .wim-simple p { font-size: 15px; line-height: 1.8; }
}

/* Gold variant of the resource link button */
.wim-resource-link-gold {
    background-image: linear-gradient(135deg, #F8B81F, #f59e0b);
    box-shadow: 0 12px 24px -10px rgba(245, 158, 11, 0.6);
}
.wim-resource-link-gold:hover {
    box-shadow: 0 18px 30px -10px rgba(245, 158, 11, 0.7);
}

/* Course Fees — Flexible & Accessible section */
.fees-flex-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(130% 120% at 0% 0%, rgba(124, 77, 255, 0.10) 0%, rgba(124, 77, 255, 0) 42%),
        radial-gradient(120% 120% at 100% 100%, rgba(248, 184, 31, 0.12) 0%, rgba(248, 184, 31, 0) 45%),
        linear-gradient(135deg, #faf7ff 0%, #fffdf7 100%);
}
.fees-flex-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}
.fees-flex-glow-1 {
    top: -80px; left: -60px; width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(124, 77, 255, 0.18), rgba(124, 77, 255, 0) 70%);
}
.fees-flex-glow-2 {
    bottom: -100px; right: -60px; width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(248, 184, 31, 0.20), rgba(248, 184, 31, 0) 70%);
}
.fees-flex-intro {
    position: relative;
    z-index: 1;
}
.fees-flex-intro p {
    font-size: 17px;
    line-height: 1.85;
    color: #4b4b4b;
    margin: 0 0 18px;
}
.fees-perks-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
}
@media (min-width: 768px) {
    .fees-perks-row { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
.fees-perk-sm {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid rgba(124, 77, 255, 0.12);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px -20px rgba(124, 77, 255, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fees-perk-sm:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px -18px rgba(124, 77, 255, 0.55);
}
.fees-perk-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-extra02, #7C4DFF), #9b6bff);
}
.fees-perk-sm:nth-child(2) .fees-perk-icon { background: linear-gradient(135deg, #00A8E8, #38bdf8); }
.fees-perk-sm:nth-child(3) .fees-perk-icon { background: linear-gradient(135deg, #F8B81F, #f59e0b); }
.fees-perk-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f1f1f;
}
.fees-flex-blog {
    position: relative;
    z-index: 1;
    margin-top: 32px;
    text-align: center;
}
.fees-flex-blog-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
    margin-bottom: 16px;
}
@media (max-width: 575px) {
    .fees-flex-intro p { font-size: 15px; line-height: 1.75; }
    .fees-perk-title { font-size: 14px; }
}

/* Career Opportunities — related blogs block */
.career-blogs {
    margin-top: 48px;
    text-align: center;
}
.career-blogs-intro {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 auto 20px;
    max-width: 720px;
}
.career-blogs-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.career-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    background: #ffffff;
    border: 1px solid rgba(139, 31, 191, 0.18);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #8B1FBF;
    text-decoration: none;
    box-shadow: 0 8px 20px -14px rgba(139, 31, 191, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.career-blog-link i { font-size: 13px; }
.career-blog-link:hover {
    transform: translateY(-3px);
    background: #8B1FBF;
    color: #ffffff;
    box-shadow: 0 16px 26px -14px rgba(139, 31, 191, 0.6);
}
.career-blogs-note {
    margin: 22px auto 0;
    font-size: 13px;
    color: #6b6b6b;
    max-width: 680px;
}

/* Our Online Montessori Courses Available in Your State */
.state-courses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .state-courses-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
.state-course-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid rgba(139, 31, 191, 0.15);
    border-radius: 16px;
    padding: 22px 24px;
    text-decoration: none;
    box-shadow: 0 12px 28px -20px rgba(139, 31, 191, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.state-course-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 31, 191, 0.35);
    box-shadow: 0 22px 38px -18px rgba(139, 31, 191, 0.5);
}
.state-course-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #8B1FBF, #b14ddb);
}
.state-course-text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.4;
}
.state-course-arrow {
    flex-shrink: 0;
    color: #8B1FBF;
    transition: transform 0.25s ease;
}
.state-course-card:hover .state-course-arrow { transform: translateX(5px); }
@media (max-width: 575px) {
    .state-course-card { padding: 18px 20px; gap: 12px; }
    .state-course-text { font-size: 15px; }
}

/* Who Can Apply — single-line join cards */
.who-apply-card { align-items: center; }
.who-apply-card .join-card-title { margin: 0; font-size: 16px; }

/* CTA banner — multi-button row + ghost button */
.cta-banner-btns-multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.ecpc-page .edu-btn.ecpc-btn-ghost {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.ecpc-page .edu-btn.ecpc-btn-ghost::after,
.ecpc-page .edu-btn.ecpc-btn-ghost::before { background: transparent; }
.ecpc-page .edu-btn.ecpc-btn-ghost:hover {
    background: #ffffff;
    color: #181818;
    border-color: #ffffff;
}

.trainers-acc-panels { display: flex; gap: 14px; height: 420px; }
.mentor-panel {
    position: relative;
    flex: 1;
    min-width: 64px;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center 18%;
    cursor: pointer;
    transition: flex 0.45s ease;
    background-color: transparent;
    box-shadow: none;
}
.mentor-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 1;
    transition: opacity 0.4s ease;
}
.mentor-info {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 14px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.mentor-info h3 { margin: 0; font-size: 15px; font-weight: 700; color: #181818; }
.mentor-role { margin: 2px 0 0; font-size: 12px; font-weight: 500; color: #a125c2; }
.mentor-exp-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    padding: 2px 9px 2px 2px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #8B1FBF 0%, #0F8FD9 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 0 6px 14px -8px rgba(139, 31, 191, .6);
}
.mentor-exp-pill i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, .25);
    font-size: 8px;
}

@media (min-width: 1025px) {
    .mentor-panel.active { flex: 1.6; }
    .mentor-panel.active::after { opacity: 1; }
    .mentor-panel.active .mentor-info { opacity: 1; transform: none; }

    .trainers-acc-panels:hover .mentor-panel { flex: 1; }
    .trainers-acc-panels:hover .mentor-panel::after { opacity: 1; }
    .trainers-acc-panels:hover .mentor-panel .mentor-info { opacity: 0; transform: translateY(14px); }
    .trainers-acc-panels .mentor-panel:hover { flex: 1.6; }
    .trainers-acc-panels .mentor-panel:hover::after { opacity: 1; }
    .trainers-acc-panels .mentor-panel:hover .mentor-info { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
    .trainers-acc-panels {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        height: auto;
        scrollbar-width: none;
    }
    .trainers-acc-panels::-webkit-scrollbar { display: none; }
    .trainers-acc-panels .mentor-panel,
    .trainers-acc-panels .mentor-panel.active {
        flex: 0 0 calc(50% - 8px);
        height: 360px;
        scroll-snap-align: start;
    }
    .trainers-acc-panels .mentor-panel .mentor-info { opacity: 1; transform: none; }
    .trainers-acc-panels .mentor-panel::after { opacity: 1; }
}
@media (max-width: 575px) {
    .trainers-acc-panels { gap: 14px; }
    .trainers-acc-panels .mentor-panel,
    .trainers-acc-panels .mentor-panel.active {
        flex: 0 0 100%;
        height: 420px;
        scroll-snap-align: center;
    }
}

.st-feedback-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px -12px rgba(15, 11, 44, .25);
    transition: transform .3s ease, box-shadow .3s ease;
}
.st-feedback-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px -16px rgba(15, 11, 44, .35);
}
.st-feedback-card img { width: 100%; height: auto; display: block; }

.st-fb-carousel { position: relative; max-width: 1040px; margin: 0 auto; padding: 0 8px; }
.st-fb-track {
    display: flex;
    gap: 34px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 4px;
}
.st-fb-track::-webkit-scrollbar { display: none; }
.st-fb-track .st-feedback-card { flex: 0 0 calc((100% - 68px) / 3); scroll-snap-align: start; }
.st-fb-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: #fff;
    color: #8B1FBF;
    border: none;
    box-shadow: 0 8px 20px -6px rgba(15, 11, 44, .4);
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: background .2s ease, color .2s ease;
}
.st-fb-btn:hover { background: #8B1FBF; color: #fff; }
.st-fb-prev { left: -14px; }
.st-fb-next { right: -14px; }
@media (max-width: 991px) { .st-fb-track .st-feedback-card { flex: 0 0 calc((100% - 22px) / 2); } }
@media (max-width: 600px) { .st-fb-track .st-feedback-card { flex: 0 0 100%; } }

@media (min-width: 768px) {
    .cert-grid-3 .cert-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 16px);
        margin-left: auto;
        margin-right: auto;
    }
}

.st-fb-track .st-review-card {
    flex: 0 0 calc((100% - 68px) / 3);
    scroll-snap-align: start;
    white-space: normal;
}
@media (max-width: 991px) { .st-fb-track .st-review-card { flex: 0 0 calc((100% - 34px) / 2); } }
@media (max-width: 600px) { .st-fb-track .st-review-card { flex: 0 0 100%; } }

.st-card-avatar-initial {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8B1FBF;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    flex-shrink: 0;
    border: none;
    text-transform: uppercase;
}
.st-card-posted { display: block; margin-top: 4px; font-size: 12px; color: #8a8a99; }

.st-review-avatar-wrap { position: relative; display: inline-flex; flex-shrink: 0; }
.st-review-google {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.st-review-google svg { width: 100%; height: 100%; display: block; }

.ecpc-google-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 8px 18px;
    background: #ffffff;
    border: 1px solid #e6e8ee;
    border-radius: 9999px;
    box-shadow: 0 8px 20px -12px rgba(15, 11, 44, .3);
    text-decoration: none;
    color: #4a4a5a;
    font-size: 14px;
    font-weight: 500;
    transition: box-shadow .2s ease, transform .2s ease;
}
.ecpc-google-reviews-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(15, 11, 44, .4); }
.ecpc-google-reviews-badge svg { width: 20px; height: 20px; }
.ecpc-google-reviews-badge strong { color: #1a1a40; font-weight: 700; }

.st-review-card { cursor: pointer; }
.st-review-card .st-card-review {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.st-fb-track { align-items: stretch; }

.ecpc-review-modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.ecpc-review-modal[hidden] { display: none; }
.ecpc-review-modal-backdrop { position: absolute; inset: 0; background: rgba(15, 11, 44, .55); }
.ecpc-review-modal-dialog {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    max-width: 560px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 34px;
    box-shadow: 0 30px 60px -20px rgba(15, 11, 44, .5);
}
.ecpc-review-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.ecpc-review-modal-body { margin: 22px 0 0; font-style: italic; color: #515151; line-height: 1.7; }
