.ads-container {
    align-items: center;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
}

.text-bg-light {
    color: white !important;
}

.text-gradient {
    background: linear-gradient(135deg, #0f766e, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.feature-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.feature-item {
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    color: #214252;
    padding: 25px 20px;
    text-align: center;
    transition: all .3s ease;
}

.feature-item:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
    transform: translateY(-6px);
}

.feature-item .icon {
    display: block;
    font-size: 3rem;
    margin-bottom: 12px;
}

.feature-speaking {
    background: linear-gradient(135deg, #d0e6ff, #a8d8ff);
    color: #004080;
}

.feature-feedback {
    background: linear-gradient(135deg, #ffe0b2, #ffcc80);
    color: #bf360c;
}

.feature-personal {
    background: linear-gradient(135deg, #c8f7c5, #a5d6a7);
    color: #1b5e20;
}

.feature-listening {
    background: linear-gradient(135deg, #e1d5ff, #c5b3ff);
    color: #311b92;
}

.feature-contest {
    background: linear-gradient(135deg, #ffcdd2, #ef9a9a);
    color: #b71c1c;
}

.home-hero {
    padding: 0 0 22px !important;
}

.home-hero,
.home-vstep-path,
.home-skill-hub,
.home-ai-workflow,
.home-trust,
.home-faq {
    color: #214252;
}

.home-hero .text-secondary,
.home-vstep-path .text-secondary,
.home-skill-hub .text-secondary,
.home-ai-workflow .text-secondary,
.home-trust .text-secondary,
.home-faq .text-secondary,
.home-hero .text-muted,
.home-vstep-path .text-muted,
.home-skill-hub .text-muted,
.home-ai-workflow .text-muted,
.home-trust .text-muted,
.home-faq .text-muted,
.home-hero .text-body-emphasis,
.home-vstep-path .text-body-emphasis,
.home-skill-hub .text-body-emphasis,
.home-ai-workflow .text-body-emphasis,
.home-trust .text-body-emphasis,
.home-faq .text-body-emphasis {
    color: #526a78 !important;
}

.home-hero a,
.home-vstep-path a,
.home-skill-hub a,
.home-ai-workflow a,
.home-trust a,
.home-faq a {
    color: #0f766e;
}

.home-hero a:hover,
.home-vstep-path a:hover,
.home-skill-hub a:hover,
.home-ai-workflow a:hover,
.home-trust a:hover,
.home-faq a:hover {
    color: #115e59;
}

.home-breadcrumb {
    padding-top: 8px;
}

.home-breadcrumb-list {
    background: transparent;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 0;
}

.page-header {
    padding-top: 4px;
}

.page-header h1 {
    color: #17384a;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    font-weight: 850;
    line-height: 1.12;
    margin: 8px 0;
}

.page-header p {
    color: #526a78;
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 12px;
    max-width: 880px;
}

.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.hero-chip {
    align-items: center;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    color: #214252;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 800;
    gap: 7px;
    padding: 7px 12px;
}

.hero-chip-vstep {
    background: #ccfbf1;
    border-color: #5eead4;
    color: #0f766e;
}

.hero-chip-ielts {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #3730a3;
}

.hero-chip-contest {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #be123c;
}

.learning-hub {
    margin-top: 8px;
}

.program-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.55fr) minmax(230px, .75fr) minmax(230px, .75fr);
}

.program-card {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .1);
    color: #214252;
    display: block;
    height: 100%;
    min-height: 230px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.program-card:hover,
.skill-entry:hover {
    box-shadow: 0 18px 34px rgba(33, 66, 82, .16);
    color: #17384a;
    transform: translateY(-2px);
}

.program-top {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.program-icon {
    align-items: center;
    background: #dbeafe;
    border-radius: 8px;
    color: #1d4ed8;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.65rem;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.program-card h3 {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 850;
    line-height: 1.15;
    margin-bottom: 7px;
}

.program-card p {
    color: #526a78;
    font-size: .96rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.program-label {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(33, 66, 82, .12);
    border-radius: 999px;
    color: #17384a;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 850;
    margin-bottom: 8px;
    padding: 5px 9px;
    text-transform: uppercase;
}

.program-card-vstep {
    background: #ccfbf1;
    border-color: #2dd4bf;
}

.program-card-ielts {
    background: #eef2ff;
    border-color: #a5b4fc;
}

.program-card-contest {
    background: #fff1f2;
    border-color: #fda4af;
}

.program-card-vstep .program-icon {
    background: #99f6e4;
    color: #0f766e;
}

.program-card-ielts .program-icon {
    background: #dbeafe;
    color: #2563eb;
}

.program-card-contest .program-icon {
    background: #ffe4e6;
    color: #be123c;
}

.vstep-skill-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.skill-entry {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(33, 66, 82, .12);
    border-radius: 8px;
    color: #214252;
    display: grid;
    gap: 3px 10px;
    grid-template-columns: 34px 1fr;
    min-height: 78px;
    padding: 11px;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.skill-entry i {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 1.1rem;
    grid-row: span 2;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.skill-entry strong {
    font-size: 1rem;
    line-height: 1.1;
}

.skill-entry span {
    color: #526a78;
    font-size: .84rem;
    line-height: 1.28;
}

.skill-speaking i {
    background: #2563eb;
}

.skill-writing i {
    background: #0d9488;
}

.skill-reading i {
    background: #16a34a;
}

.skill-listening i {
    background: #0284c7;
}

.hub-cta {
    align-items: center;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 850;
    gap: 7px;
    margin-top: 16px;
    padding: 9px 14px;
}

.program-card-ielts .hub-cta {
    background: #2563eb;
}

.program-card-contest .hub-cta {
    background: #be123c;
}

.video-container {
    margin: 0 auto;
    max-width: 560px;
}

.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.home-vstep-path {
    background: linear-gradient(180deg, #f7fffc 0%, #eefbf7 100%);
    color: #214252;
}

.path-layout {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.path-copy {
    background: #fffdf7;
    border: 1px solid #b7e4d8;
    border-left: 5px solid #0f766e;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .08);
    padding: 22px;
}

.path-kicker {
    background: #ccfbf1;
    border: 1px solid #5eead4;
    border-radius: 999px;
    color: #0f766e;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .02em;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.path-copy h2 {
    color: #17384a;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 12px;
}

.path-copy p {
    color: #526a78;
    line-height: 1.62;
    margin-bottom: 10px;
}

.path-copy p:last-child {
    margin-bottom: 0;
}

.path-skill-list {
    display: grid;
    gap: 10px;
}

.path-skill {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e8ed;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(33, 66, 82, .07);
    color: #214252;
    display: grid;
    gap: 12px;
    grid-template-columns: 46px 1fr;
    min-height: 88px;
    padding: 14px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.path-skill:hover {
    border-color: #0f766e;
    box-shadow: 0 16px 30px rgba(33, 66, 82, .12);
    color: #17384a;
    transform: translateY(-2px);
}

.path-skill i {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 1.2rem;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.path-skill strong {
    color: #17384a;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 3px;
}

.path-skill small {
    color: #526a78;
    display: block;
    font-size: .88rem;
    line-height: 1.42;
}

.path-speaking i {
    background: #2563eb;
}

.path-writing i {
    background: #0d9488;
}

.path-reading i {
    background: #16a34a;
}

.path-listening i {
    background: #0284c7;
}

.path-level-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.path-level {
    background: #ffffff;
    border: 1px solid #d7e8ed;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(33, 66, 82, .06);
    padding: 16px;
}

.path-level h3 {
    color: #0f766e;
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.path-level p {
    color: #526a78;
    line-height: 1.55;
    margin-bottom: 0;
}

.home-skill-hub,
.home-faq {
    background: #f8fbff;
    color: #214252;
}

.home-section-head {
    margin: 0 auto 24px;
    max-width: 850px;
    text-align: center;
}

.home-section-kicker {
    background: #e8faf5;
    border: 1px solid #b7e4d8;
    border-radius: 999px;
    color: #0f766e;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .02em;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.home-section-head h2,
.ai-workflow-copy h2,
.home-final-cta h2 {
    color: #17384a;
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 10px;
}

.home-section-head p,
.ai-workflow-copy p,
.home-final-cta p {
    color: #526a78;
    font-size: 1rem;
    line-height: 1.62;
    margin: 0 auto;
    max-width: 800px;
}

.skill-hub-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.skill-hub-card {
    background: #fff;
    border: 1px solid #d7e8ed;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .08);
    color: #214252;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 18px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.skill-hub-card:hover {
    border-color: var(--skill-accent);
    box-shadow: 0 18px 34px rgba(33, 66, 82, .14);
    color: #17384a;
    transform: translateY(-2px);
}

.skill-hub-card > i {
    align-items: center;
    background: var(--skill-accent);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 1.35rem;
    height: 48px;
    justify-content: center;
    margin-bottom: 14px;
    width: 48px;
}

.skill-hub-label {
    color: var(--skill-accent);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .02em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.skill-hub-card h3 {
    color: #17384a;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 9px;
}

.skill-hub-card p {
    color: #526a78;
    line-height: 1.52;
    margin-bottom: 16px;
}

.skill-hub-cta {
    align-items: center;
    color: var(--skill-accent);
    display: inline-flex;
    font-weight: 900;
    gap: 7px;
    margin-top: auto;
}

.skill-hub-speaking {
    --skill-accent: #2563eb;
}

.skill-hub-writing {
    --skill-accent: #0d9488;
}

.skill-hub-reading {
    --skill-accent: #16a34a;
}

.skill-hub-listening {
    --skill-accent: #0284c7;
}

.speaking-more {
    align-items: center;
    background: #fffdf7;
    border: 1px solid #eadfbc;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 18px;
    padding: 16px 18px;
}

.speaking-more h3 {
    color: #17384a;
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 4px;
}

.speaking-more p {
    color: #526a78;
    margin: 0;
}

.speaking-more-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

.speaking-more-links a {
    background: #fff;
    border: 1px solid #d7e8ed;
    border-radius: 999px;
    color: #214252;
    font-weight: 850;
    padding: 9px 12px;
    text-decoration: none;
}

.speaking-more-links a:hover {
    background: #214252;
    border-color: #214252;
    color: #fff;
}

.home-ai-workflow {
    background: linear-gradient(180deg, #ffffff 0%, #f3faf8 100%);
    color: #214252;
}

.ai-workflow-layout {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
}

.ai-workflow-copy {
    background: #fff;
    border: 1px solid #d7e8ed;
    border-left: 5px solid #2563eb;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .08);
    padding: 22px;
}

.ai-workflow-copy .btn {
    margin-top: 18px;
}

.ai-step-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-step-card {
    background: #fff;
    border: 1px solid #d7e8ed;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(33, 66, 82, .07);
    padding: 16px;
}

.ai-step-card span {
    align-items: center;
    background: #e0f2fe;
    border-radius: 999px;
    color: #0369a1;
    display: inline-flex;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    margin-bottom: 10px;
    width: 32px;
}

.ai-step-card h3 {
    color: #17384a;
    font-size: 1.06rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.ai-step-card p {
    color: #526a78;
    line-height: 1.5;
    margin-bottom: 0;
}

.ai-video {
    background: #fff;
    border: 1px solid #d7e8ed;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .08);
    padding: 16px;
}

.ai-video h3 {
    color: #17384a;
    font-size: 1.06rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.home-trust {
    background: #ecfdf8;
    color: #214252;
}

.trust-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card {
    background: #fff;
    border: 1px solid #b7e4d8;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(33, 66, 82, .07);
    padding: 18px;
}

.trust-card i {
    align-items: center;
    background: #ccfbf1;
    border-radius: 8px;
    color: #0f766e;
    display: inline-flex;
    font-size: 1.3rem;
    height: 44px;
    justify-content: center;
    margin-bottom: 12px;
    width: 44px;
}

.trust-card h3 {
    color: #17384a;
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 7px;
}

.trust-card p {
    color: #526a78;
    line-height: 1.52;
    margin-bottom: 0;
}

.home-faq .accordion {
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(33, 66, 82, .07);
    overflow: hidden;
}

.home-faq .accordion-button {
    color: #17384a;
    font-weight: 850;
}

.home-faq .accordion-body {
    color: #526a78;
    line-height: 1.6;
}

.home-final-cta {
    background: linear-gradient(135deg, #0f766e, #2563eb);
}

.home-final-cta h2,
.home-final-cta p {
    color: #fff;
}

.home-final-cta p {
    opacity: .92;
}

.final-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
}

.final-cta-links a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Theme-aware text colors for Home. Keep text away from black and let each parent block drive its own tone. */
.home-hero {
    --home-heading-color: #0f766e;
    --home-copy-color: #315f66;
    --home-muted-color: #5f7581;
    --home-link-color: #0f766e;
}

.home-vstep-path {
    --home-heading-color: #0f766e;
    --home-copy-color: #315f66;
    --home-muted-color: #5f7581;
    --home-link-color: #0f766e;
}

.home-skill-hub {
    --home-heading-color: #0f766e;
    --home-copy-color: #365f68;
    --home-muted-color: #607682;
    --home-link-color: #0d9488;
}

.home-ai-workflow {
    --home-heading-color: #2563eb;
    --home-copy-color: #3f5e86;
    --home-muted-color: #60758f;
    --home-link-color: #2563eb;
}

.home-trust {
    --home-heading-color: #15803d;
    --home-copy-color: #3f6d52;
    --home-muted-color: #647d6d;
    --home-link-color: #15803d;
}

.home-faq {
    --home-heading-color: #0f766e;
    --home-copy-color: #365f68;
    --home-muted-color: #607682;
    --home-link-color: #0f766e;
}

.home-hero,
.home-vstep-path,
.home-skill-hub,
.home-ai-workflow,
.home-trust,
.home-faq {
    color: var(--home-copy-color);
}

.home-hero :is(h1, h2, h3, strong),
.home-vstep-path :is(h2, h3, strong),
.home-skill-hub .home-section-head :is(h2, strong),
.home-ai-workflow :is(h2, h3, strong),
.home-trust :is(h2, strong),
.home-faq :is(h2, strong) {
    color: var(--home-heading-color);
}

.home-hero :is(p, small),
.home-vstep-path :is(p, small),
.home-skill-hub .home-section-head p,
.home-ai-workflow :is(p, small),
.home-trust :is(p, small),
.home-faq :is(p, small, .accordion-body) {
    color: var(--home-muted-color);
}

.home-hero a,
.home-vstep-path a,
.home-skill-hub a,
.home-ai-workflow a,
.home-trust a,
.home-faq a {
    color: var(--home-link-color);
}

.home-hero a:hover,
.home-vstep-path a:hover,
.home-skill-hub a:hover,
.home-ai-workflow a:hover,
.home-trust a:hover,
.home-faq a:hover {
    color: color-mix(in srgb, var(--home-link-color) 74%, #17384a);
}

.home-breadcrumb .breadcrumb-item,
.home-breadcrumb .breadcrumb-item::before,
.home-breadcrumb .breadcrumb-item.active {
    color: #6a817f;
}

.program-card-vstep {
    --program-heading: #0f766e;
    --program-copy: #315f66;
    --program-label: #0f766e;
}

.program-card-ielts {
    --program-heading: #3730a3;
    --program-copy: #4c5b88;
    --program-label: #3730a3;
}

.program-card-contest {
    --program-heading: #be123c;
    --program-copy: #7b3a4d;
    --program-label: #be123c;
}

.program-card :is(h3, strong),
.program-card .program-label {
    color: var(--program-heading);
}

.program-card p {
    color: var(--program-copy);
}

.program-card:hover {
    color: var(--program-heading);
}

.vstep-skill-grid .skill-speaking {
    --entry-heading: #2563eb;
    --entry-copy: #4b5d83;
}

.vstep-skill-grid .skill-writing {
    --entry-heading: #0d9488;
    --entry-copy: #3f716c;
}

.vstep-skill-grid .skill-reading {
    --entry-heading: #15803d;
    --entry-copy: #4d704e;
}

.vstep-skill-grid .skill-listening {
    --entry-heading: #0369a1;
    --entry-copy: #4a647f;
}

.vstep-skill-grid .skill-entry strong {
    color: var(--entry-heading);
}

.vstep-skill-grid .skill-entry span {
    color: var(--entry-copy);
}

.path-skill {
    --path-accent: #0f766e;
    --path-copy: #5f7581;
}

.path-skill.path-speaking {
    --path-accent: #2563eb;
    --path-copy: #4b5d83;
}

.path-skill.path-writing {
    --path-accent: #0d9488;
    --path-copy: #3f716c;
}

.path-skill.path-reading {
    --path-accent: #15803d;
    --path-copy: #4d704e;
}

.path-skill.path-listening {
    --path-accent: #0369a1;
    --path-copy: #4a647f;
}

.path-skill:hover {
    border-color: var(--path-accent);
    color: var(--path-accent);
}

.path-skill strong {
    color: var(--path-accent);
}

.path-skill small {
    color: var(--path-copy);
}

.path-level:nth-child(1) {
    --level-color: #0f766e;
    --level-copy: #3f716c;
}

.path-level:nth-child(2) {
    --level-color: #2563eb;
    --level-copy: #4b5d83;
}

.path-level:nth-child(3) {
    --level-color: #7c3aed;
    --level-copy: #635184;
}

.path-level h3 {
    color: var(--level-color);
}

.path-level p {
    color: var(--level-copy);
}

.skill-hub-speaking {
    --skill-copy: #4b5d83;
}

.skill-hub-writing {
    --skill-copy: #3f716c;
}

.skill-hub-reading {
    --skill-copy: #4d704e;
}

.skill-hub-listening {
    --skill-copy: #4a647f;
}

.skill-hub-card h3 {
    color: var(--skill-accent);
}

.skill-hub-card p {
    color: var(--skill-copy);
}

.speaking-more {
    --speaking-more-heading: #3730a3;
    --speaking-more-copy: #6a5364;
}

.speaking-more h3 {
    color: var(--speaking-more-heading);
}

.speaking-more p {
    color: var(--speaking-more-copy);
}

.speaking-more-links a:first-child {
    color: #3730a3;
}

.speaking-more-links a:last-child {
    color: #be123c;
}

.speaking-more-links a:hover {
    color: #fff;
}

.ai-step-card:nth-child(1) {
    --step-color: #2563eb;
    --step-copy: #4b5d83;
}

.ai-step-card:nth-child(2) {
    --step-color: #0d9488;
    --step-copy: #3f716c;
}

.ai-step-card:nth-child(3) {
    --step-color: #7c3aed;
    --step-copy: #635184;
}

.ai-step-card:nth-child(4) {
    --step-color: #15803d;
    --step-copy: #4d704e;
}

.ai-step-card span {
    background: color-mix(in srgb, var(--step-color) 14%, #fff);
    color: var(--step-color);
}

.ai-step-card h3 {
    color: var(--step-color);
}

.ai-step-card p {
    color: var(--step-copy);
}

.trust-card:nth-child(1) {
    --trust-color: #0f766e;
    --trust-copy: #3f716c;
}

.trust-card:nth-child(2) {
    --trust-color: #2563eb;
    --trust-copy: #4b5d83;
}

.trust-card:nth-child(3) {
    --trust-color: #7c3aed;
    --trust-copy: #635184;
}

.trust-card i {
    background: color-mix(in srgb, var(--trust-color) 15%, #fff);
    color: var(--trust-color);
}

.trust-card h3 {
    color: var(--trust-color);
}

.trust-card p {
    color: var(--trust-copy);
}

.home-faq .accordion-item:nth-child(1) .accordion-button,
.home-faq .accordion-item:nth-child(4) .accordion-button {
    color: #0f766e;
}

.home-faq .accordion-item:nth-child(2) .accordion-button,
.home-faq .accordion-item:nth-child(3) .accordion-button {
    color: #2563eb;
}

.home-faq .accordion-item:nth-child(5) .accordion-button {
    color: #7c3aed;
}

.home-faq .accordion-item:nth-child(6) .accordion-button {
    color: #be123c;
}

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

    .program-card-vstep {
        grid-column: 1 / -1;
    }

    .path-layout {
        grid-template-columns: 1fr;
    }

    .path-level-grid {
        grid-template-columns: 1fr;
    }

    .skill-hub-grid,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai-workflow-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .program-grid,
    .vstep-skill-grid,
    .skill-hub-grid,
    .ai-step-grid,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .program-card {
        min-height: 0;
    }

    .program-top {
        gap: 11px;
    }

    .speaking-more {
        align-items: flex-start;
        flex-direction: column;
    }

    .speaking-more-links {
        justify-content: flex-start;
    }
}
