/* Predictive astrology interest landing — Jyostro */

.vc-page {
    --vc-accent: #6B4428;
    --vc-accent-light: #8B5E3C;
    --vc-orange: #f18f09;
    --vc-orange-dark: #d97d08;
    --vc-bg: #f7f6f3;
    --vc-surface: #ffffff;
    --vc-soft: #f3f1ec;
    --vc-text: #1a1a1a;
    --vc-muted: #5c5c5c;
    --vc-muted-light: #8a8a8a;
    --vc-border: #e8e2da;
    --vc-radius: 14px;
    --vc-radius-lg: 20px;
    --vc-shadow-sm: 0 2px 8px rgba(26, 26, 26, 0.04);
    --vc-shadow: 0 8px 32px rgba(26, 26, 26, 0.07);
    --vc-shadow-lg: 0 16px 48px rgba(26, 26, 26, 0.1);
    --vc-font: inherit;
    background: var(--vc-bg);
    color: var(--vc-text);
    padding-bottom: 80px;
    font-feature-settings: "kern" 1;
    overflow-x: hidden;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.vc-page img:not(.vc-gallery-slide):not(.vc-hero-banner__image) {
    max-width: 100%;
    height: auto;
}

/* —— Sticky nav —— */
.vc-anchor-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--vc-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--vc-shadow-sm);
}

.vc-anchor-nav .container {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 56px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

.vc-anchor-nav .container::-webkit-scrollbar {
    display: none;
}

.vc-anchor-nav a {
    color: var(--vc-muted);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.vc-anchor-nav a:hover {
    color: var(--vc-orange);
}

.vc-nav-cta {
    margin-left: auto;
    padding: 0.5rem 1.125rem !important;
    border-radius: 999px !important;
    background: var(--vc-orange) !important;
    color: #fff !important;
    border-bottom: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(241, 143, 9, 0.35);
}

.vc-nav-cta:hover {
    background: var(--vc-orange-dark) !important;
    color: #fff !important;
}

/* —— Hero banner (below sticky nav) —— */
.vc-hero-banner {
    width: 100%;
    background: #1a1a1a;
}

.vc-hero-banner__media {
    position: relative;
    width: 100%;
    min-height: clamp(200px, 32vw, 420px);
    max-height: 480px;
    overflow: hidden;
}

.vc-hero-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(200px, 32vw, 420px);
    max-height: 480px;
    object-fit: cover;
    object-position: center 35%;
}

.vc-hero-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(26, 26, 26, 0.72) 0%,
        rgba(26, 26, 26, 0.35) 45%,
        rgba(26, 26, 26, 0.15) 100%
    ),
    linear-gradient(180deg, transparent 50%, rgba(26, 26, 26, 0.25) 100%);
    pointer-events: none;
}

.vc-hero-banner__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 2rem 0 2.25rem;
}

.vc-hero-banner__title {
    max-width: 42rem;
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: clamp(1.35rem, 3.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.vc-hero-banner__subtitle {
    max-width: 36rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.875rem, 1.8vw, 1.0625rem);
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

/* —— Hero —— */
.vc-hero {
    padding: 2rem 0 0;
    background: linear-gradient(180deg, #fff 0%, var(--vc-bg) 100%);
}

.vc-hero .container {
    padding-bottom: 2rem;
}

.vc-alert {
    border: none;
    border-radius: var(--vc-radius);
    margin-bottom: 1.5rem;
    box-shadow: var(--vc-shadow-sm);
}

.vc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(241, 143, 9, 0.1);
    color: var(--vc-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vc-hero h1 {
    max-width: 36rem;
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4.2vw, 2.75rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vc-text);
}

.vc-hero-lead {
    max-width: 34rem;
    color: var(--vc-muted);
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.vc-batch-note {
    display: flex;
    gap: 1rem;
    max-width: 34rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: var(--vc-radius);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
}

.vc-batch-note > i {
    color: var(--vc-orange);
    font-size: 1.35rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.vc-batch-note strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--vc-text);
    margin-bottom: 0.25rem;
}

.vc-batch-note span {
    display: block;
    color: var(--vc-muted);
    font-size: 0.875rem;
    line-height: 1.55;
}

.vc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* —— Buttons —— */
.vc-btn,
.vc-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 999px;
    background: var(--vc-orange);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.vc-btn {
    min-height: 48px;
    padding: 0.65rem 1.5rem;
    box-shadow: 0 4px 16px rgba(241, 143, 9, 0.3);
}

.vc-btn-sm {
    min-height: 44px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
}

.vc-btn:hover,
.vc-submit:hover {
    background: var(--vc-orange-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(241, 143, 9, 0.35);
}

.vc-btn-light {
    background: var(--vc-surface);
    color: var(--vc-text);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
}

.vc-btn-light:hover {
    background: var(--vc-surface);
    color: var(--vc-orange);
    border-color: var(--vc-orange);
}

/* —— Hero aside (replaces orbit circle) —— */
.vc-hero-aside {
    height: 100%;
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow);
}

.vc-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(241, 143, 9, 0.12), rgba(241, 143, 9, 0.06));
    border: 1px solid rgba(241, 143, 9, 0.25);
    color: var(--vc-accent);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vc-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
    animation: vc-pulse 2s ease-in-out infinite;
}

@keyframes vc-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.vc-hero-aside-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--vc-text);
}

.vc-hero-aside-desc {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem;
    color: var(--vc-muted);
    line-height: 1.6;
}

.vc-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vc-highlight-item {
    display: flex;
    gap: 1rem;
    padding: 1.125rem 0;
    border-top: 1px solid var(--vc-border);
}

.vc-highlight-item:first-child {
    border-top: none;
    padding-top: 0;
}

.vc-highlight-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3ebe3, #faf6f2);
    color: var(--vc-orange);
    font-size: 1.2rem;
}

.vc-highlight-item strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--vc-text);
    margin-bottom: 0.2rem;
}

.vc-highlight-item p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

/* —— Trust metrics —— */
.vc-trust-metrics {
    padding: 2rem 0 2.5rem;
    background: var(--vc-surface);
    border-top: 1px solid var(--vc-border);
    border-bottom: 1px solid var(--vc-border);
}

.vc-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--vc-border);
    border-radius: var(--vc-radius-lg);
    overflow: hidden;
    box-shadow: var(--vc-shadow-sm);
}

.vc-metric {
    padding: 1.5rem 1.25rem;
    text-align: center;
    background: var(--vc-surface);
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.vc-metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    background: rgba(241, 143, 9, 0.1);
    color: var(--vc-orange);
    font-size: 1.25rem;
}

.vc-metric strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--vc-text);
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.vc-metric span {
    color: var(--vc-muted);
    font-size: 0.8125rem;
    line-height: 1.45;
}

/* —— Course overview —— */
.vc-overview {
    background: linear-gradient(180deg, var(--vc-bg) 0%, var(--vc-surface) 45%, var(--vc-soft) 100%);
}

.vc-overview-head {
    max-width: 46rem;
}

.vc-overview-block-title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--vc-text);
}

.vc-overview-snapshot {
    margin-bottom: 2.5rem;
}

.vc-overview-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.vc-overview-snapshot-card {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1.125rem 1rem;
    border-radius: var(--vc-radius);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vc-overview-snapshot-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--vc-shadow);
    border-color: rgba(241, 143, 9, 0.25);
}

.vc-overview-snapshot-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(241, 143, 9, 0.14), rgba(241, 143, 9, 0.06));
    color: var(--vc-orange);
    font-size: 1.125rem;
}

.vc-overview-snapshot-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vc-muted-light);
}

.vc-overview-snapshot-card strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--vc-text);
}

.vc-overview-panels {
    margin-bottom: 2.5rem;
}

.vc-overview-panel {
    height: 100%;
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow);
}

.vc-overview-included-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.vc-overview-included-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--vc-text);
}

.vc-overview-included-list i {
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #16a34a;
    font-size: 1rem;
}

.vc-overview-learn-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vc-overview-learn-card {
    padding: 1.125rem 1rem;
    border-radius: var(--vc-radius);
    background: var(--vc-soft);
    border: 1px solid var(--vc-border);
}

.vc-overview-learn-card h4 {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--vc-text);
}

.vc-overview-learn-card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--vc-muted);
}

.vc-overview-curriculum {
    margin-bottom: 2.5rem;
}

.vc-overview-curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vc-overview-curriculum-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.125rem;
    border-radius: var(--vc-radius);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
}

.vc-overview-curriculum-index {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--vc-accent), var(--vc-accent-light));
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.vc-overview-curriculum-card h4 {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--vc-text);
}

.vc-overview-curriculum-card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--vc-muted);
}

.vc-overview-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: linear-gradient(135deg, var(--vc-orange) 0%, var(--vc-orange-dark) 100%);
    box-shadow: var(--vc-shadow-lg);
}

.vc-overview-cta-copy {
    max-width: 42rem;
}

.vc-overview-cta-copy h3 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2vw, 1.625rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
}

.vc-overview-cta-copy p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.vc-overview-cta .vc-btn {
    flex-shrink: 0;
    background: #fff;
    color: var(--vc-text);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

    .vc-overview-cta .vc-btn:hover {
        background: #fff;
        color: var(--vc-orange-dark);
        transform: translateY(-2px);
    }

/* —— Certification thank you page —— */
.vc-thank-you-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.vc-thank-you {
    width: 100%;
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, var(--vc-bg) 0%, var(--vc-surface) 55%, var(--vc-soft) 100%);
}

.vc-thank-you-card {
    max-width: 42rem;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    text-align: center;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-lg);
}

.vc-thank-you-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(241, 143, 9, 0.18), rgba(241, 143, 9, 0.08));
    border: 2px solid rgba(241, 143, 9, 0.35);
    color: var(--vc-orange);
    font-size: 2rem;
}

.vc-thank-you-eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vc-orange);
}

.vc-thank-you-card h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--vc-text);
}

.vc-thank-you-message {
    margin: 0 auto 2rem;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--vc-muted);
}

.vc-thank-you-steps {
    margin-bottom: 2rem;
    padding: 1.5rem 1.25rem;
    text-align: left;
    border-radius: var(--vc-radius);
    background: var(--vc-soft);
    border: 1px solid var(--vc-border);
}

.vc-thank-you-steps h2 {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--vc-text);
}

.vc-thank-you-steps ol {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--vc-muted);
}

.vc-thank-you-steps li {
    margin-bottom: 0.65rem;
    line-height: 1.55;
}

.vc-thank-you-steps li:last-child {
    margin-bottom: 0;
}

.vc-thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.875rem;
}

.vc-thank-you-actions .vc-btn {
    min-width: 12rem;
}

.vc-award-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--vc-border);
}

.vc-award-row img {
    max-height: 64px;
    width: auto;
    object-fit: contain;
    filter: grayscale(15%);
    opacity: 0.9;
    transition: filter 0.2s, opacity 0.2s;
}

.vc-award-row img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* —— Sections —— */
.vc-section {
    padding: 4rem 0;
}

.vc-soft {
    background: var(--vc-soft);
}

.vc-section-head {
    max-width: 40rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.vc-section-head.vc-section-head-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.vc-section-label {
    display: inline-block;
    color: var(--vc-orange);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.vc-section-head h2,
.vc-section-title h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--vc-text);
}

.vc-section-head p,
.vc-section-title p {
    margin: 0.75rem 0 0;
    color: var(--vc-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.vc-section-title {
    max-width: 36rem;
}

.vc-section-title.vc-section-head-left,
.vc-section-head.vc-section-head-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-width: 36rem;
}

/* —— Mentor —— */
.vc-mentor-wrap {
    border-radius: var(--vc-radius-lg);
    overflow: hidden;
    background: linear-gradient(160deg, var(--vc-soft) 0%, #fff 50%);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow);
}

.vc-mentor-wrap img {
    display: block;
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    object-position: bottom center;
}

.vc-check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.875rem;
}

.vc-check-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 0.9375rem;
    color: var(--vc-muted);
    line-height: 1.6;
}

.vc-check-list i {
    color: var(--vc-orange);
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* —— Live band —— */
.vc-live-band {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #1f1d1a 0%, #2d2924 50%, #1f1d1a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.vc-live-band::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 50%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(241, 143, 9, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.vc-live-band .container {
    position: relative;
    z-index: 1;
}

.vc-live-band-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(200px, 260px) minmax(0, 1fr);
    align-items: center;
    gap: 2rem 2.5rem;
}

.vc-live-band-inner--no-image {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.vc-live-copy {
    min-width: 0;
}

.vc-live-band h2 {
    margin: 0.5rem 0 0.75rem;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 800;
    max-width: 28rem;
    line-height: 1.3;
}

.vc-live-copy p {
    margin: 0;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9375rem;
    line-height: 1.65;
}

.vc-live-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vc-live-visual-ring {
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(241, 143, 9, 0.2);
}

.vc-live-visual-ring img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    border: none;
    border-radius: 0;
    max-width: none;
    max-height: none;
}

.vc-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(241, 143, 9, 0.2);
    color: #ffc56b;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vc-live-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.vc-live-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 100px;
    padding: 1.25rem 1rem;
    border-radius: var(--vc-radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8125rem;
    font-weight: 600;
}

.vc-live-feature i {
    font-size: 1.5rem;
    color: var(--vc-orange);
}

/* —— Audience & career cards —— */
.vc-card-grid {
    display: grid;
    gap: 1rem;
}

.vc-card-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.vc-card-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* —— Who is this for (descriptive boxes) —— */
.vc-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.vc-audience-box {
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    height: 100%;
}

.vc-audience-box-title {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 0.75rem;
    color: #047857;
}

.vc-audience-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    font-size: 1.1rem;
}

.vc-audience-box-desc {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--vc-muted);
}

.vc-audience-box-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-audience-box-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

.vc-audience-box-list li:last-child {
    margin-bottom: 0;
}

.vc-audience-box-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #059669;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}

.vc-audience-grid .vc-audience-box:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.5rem);
    justify-self: center;
}

/* —— Career paths (descriptive boxes) —— */
.vc-career-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.vc-career-box {
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    height: 100%;
}

.vc-career-box-title {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 0.75rem;
    color: #047857;
}

.vc-career-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    font-size: 1.1rem;
}

.vc-career-box-desc {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--vc-muted);
}

.vc-career-box-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-career-box-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

.vc-career-box-list li:last-child {
    margin-bottom: 0;
}

.vc-career-box-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #059669;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}

/* —— Comparison —— */
.vc-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.vc-comparison-col {
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
}

.vc-comparison-col h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.vc-comparison-bad h3 {
    color: #b91c1c;
}

.vc-comparison-good h3 {
    color: #047857;
}

.vc-comparison-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-comparison-col li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

.vc-comparison-col li:last-child {
    margin-bottom: 0;
}

.vc-comparison-bad li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dc3545;
}

.vc-comparison-good li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #059669;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}

/* —— Video studio —— */
.vc-video-section .vc-section-head {
    margin-bottom: 2rem;
}

.vc-video-studio {
    max-width: 920px;
    margin: 0 auto;
}

.vc-video-player {
    border-radius: var(--vc-radius-lg);
    overflow: hidden;
    box-shadow: var(--vc-shadow-lg);
    border: 1px solid var(--vc-border);
    background: var(--vc-surface);
}

.vc-video-screen {
    position: relative;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(ellipse 80% 70% at 50% 40%, rgba(241, 143, 9, 0.08), transparent 60%),
        linear-gradient(165deg, #faf7f2 0%, #f0ebe3 45%, #faf7f2 100%);
}

.vc-video-element {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.vc-video-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.vc-video-screen--empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-video-empty {
    text-align: center;
    padding: 2rem;
    max-width: 320px;
}

.vc-video-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(241, 143, 9, 0.12);
    color: var(--vc-orange);
    font-size: 2.25rem;
}

.vc-video-empty strong {
    display: block;
    font-size: 1.0625rem;
    margin-bottom: 0.35rem;
    color: var(--vc-text);
}

.vc-video-empty p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

.vc-video-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.vc-video-tab {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: var(--vc-radius);
    border: 1px solid var(--vc-border);
    background: var(--vc-surface);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: var(--vc-shadow-sm);
}

.vc-video-tab:hover:not(:disabled) {
    border-color: rgba(241, 143, 9, 0.45);
}

.vc-video-tab.is-active {
    border-color: var(--vc-orange);
    background: linear-gradient(135deg, rgba(241, 143, 9, 0.1), rgba(255, 255, 255, 1));
    box-shadow: 0 0 0 1px rgba(241, 143, 9, 0.2);
}

.vc-video-tab.is-soon,
.vc-video-tab:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    background: var(--vc-soft);
}

.vc-video-tab-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(241, 143, 9, 0.1);
    color: var(--vc-orange);
    font-size: 1rem;
}

.vc-video-tab.is-soon .vc-video-tab-icon {
    background: rgba(0, 0, 0, 0.05);
    color: var(--vc-muted-light);
}

.vc-video-tab-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.vc-video-tab-text strong {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--vc-text);
}

.vc-video-tab-text small {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--vc-muted-light);
}

.vc-video-tab.is-active .vc-video-tab-text small {
    color: var(--vc-orange);
}

@media (max-width: 991.98px) {
    .vc-video-tabs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .vc-video-tabs {
        grid-template-columns: 1fr;
    }

    .vc-video-tab {
        padding: 0.75rem 0.875rem;
    }
}

/* —— Testimonials —— */
.vc-testimonial {
    height: 100%;
    padding: 1.75rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    position: relative;
}

.vc-testimonial::before {
    content: "\201C";
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-size: 3rem;
    line-height: 1;
    color: rgba(241, 143, 9, 0.15);
    font-family: Georgia, serif;
    font-weight: 700;
}

.vc-testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1rem;
}

.vc-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f3ebe3, #e8ddd4);
    color: var(--vc-accent);
    font-weight: 800;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vc-testimonial h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.vc-testimonial-meta {
    font-size: 0.8125rem;
    color: var(--vc-muted-light);
    font-weight: 500;
}

.vc-testimonial-block {
    margin: 0 0 0.75rem;
    padding: 0.75rem 0.875rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--vc-muted);
}

.vc-testimonial-block-before {
    background: #fef2f2;
    border-left: 3px solid #fca5a5;
}

.vc-testimonial-block-after {
    background: #ecfdf5;
    border-left: 3px solid #6ee7b7;
    margin-bottom: 0;
}

.vc-testimonial-block strong {
    color: var(--vc-text);
    font-weight: 700;
}

.vc-testimonials-carousel {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2.5rem 2.5rem;
}

.vc-testimonials-row {
    align-items: stretch;
}

.vc-testimonials-row .vc-testimonial {
    padding: 1.35rem;
}

.vc-testimonials-row .vc-testimonial h3 {
    font-size: 0.9375rem;
}

.vc-testimonials-row .vc-testimonial-block {
    font-size: 0.75rem;
    padding: 0.625rem 0.75rem;
}

.vc-testimonials-row .vc-avatar {
    width: 44px;
    height: 44px;
    font-size: 1rem;
}

.vc-testimonials-carousel .carousel-indicators {
    margin-bottom: 0;
}

.vc-testimonials-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(26, 26, 26, 0.25);
}

.vc-testimonials-carousel .carousel-indicators .active {
    background-color: var(--vc-orange);
}

.vc-testimonials-carousel .carousel-control-prev,
.vc-testimonials-carousel .carousel-control-next {
    width: 10%;
    opacity: 0.85;
}

.vc-testimonials-carousel .carousel-control-prev-icon,
.vc-testimonials-carousel .carousel-control-next-icon {
    filter: invert(1) brightness(0.4);
}

/* —— Form —— */
.vc-form-card {
    padding: 2rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow);
}

.vc-form-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-form-header h3 {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.vc-form-header p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--vc-muted);
}

.vc-form-card .form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--vc-text);
    margin-bottom: 0.35rem;
}

.vc-form-card .form-label span {
    color: #dc3545;
}

.vc-form-card .form-control,
.vc-form-card .form-select {
    min-height: 48px;
    border: 1px solid var(--vc-border);
    border-radius: 10px;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem;
    box-shadow: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.vc-form-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.vc-form-card .form-control:focus,
.vc-form-card .form-select:focus {
    border-color: var(--vc-orange);
    box-shadow: 0 0 0 3px rgba(241, 143, 9, 0.15);
}

.vc-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 0.5rem;
    font-size: 1rem;
}

/* —— Steps —— */
.vc-steps {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0;
    border-radius: var(--vc-radius);
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: var(--vc-surface);
}

.vc-steps li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--vc-text);
    border-bottom: 1px solid var(--vc-border);
}

.vc-steps li:last-child {
    border-bottom: none;
}

.vc-steps span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--vc-orange);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 800;
    flex-shrink: 0;
}

/* —— FAQ —— */
.vc-faq {
    max-width: 44rem;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.vc-faq details {
    padding: 0;
    border-radius: var(--vc-radius);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    overflow: hidden;
}

.vc-faq summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 1.125rem 1.25rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--vc-text);
    transition: background 0.2s;
}

.vc-faq summary::-webkit-details-marker {
    display: none;
}

.vc-faq summary::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    color: var(--vc-orange);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.vc-faq details[open] summary::after {
    transform: rotate(180deg);
}

.vc-faq summary:hover {
    background: var(--vc-soft);
}

.vc-faq p {
    margin: 0;
    padding: 0 1.25rem 1.125rem;
    color: var(--vc-muted);
    font-size: 0.875rem;
    line-height: 1.65;
}

/* —— Mobile CTA —— */
.vc-mobile-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--vc-border);
    backdrop-filter: blur(12px);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

.vc-mobile-cta .vc-btn {
    width: 100%;
}

/* —— Section CTAs (scroll to enquiry) —— */
.vc-section-cta {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.vc-section-cta--start {
    justify-content: flex-start;
    margin-top: 1.5rem;
}

.vc-section-cta--light .vc-btn-light {
    background: var(--vc-orange);
    color: #1f1d1a;
    border-color: var(--vc-orange);
}

.vc-section-cta--light .vc-btn-light:hover {
    background: #ffb84d;
    border-color: #ffb84d;
    color: #1f1d1a;
}

.vc-section-cta .vc-btn {
    min-width: 220px;
    justify-content: center;
}

.vc-trust-metrics .vc-section-cta {
    margin-top: 2.25rem;
}

.vc-live-band .vc-section-cta {
    margin-top: 2rem;
    width: 100%;
}

/* —— Responsive —— */
@media (max-width: 991.98px) {
    .vc-card-grid-5,
    .vc-card-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .vc-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vc-comparison,
    .vc-audience-grid,
    .vc-career-grid {
        grid-template-columns: 1fr;
    }

    .vc-live-band-inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .vc-live-features {
        justify-content: stretch;
    }

    .vc-audience-grid .vc-audience-box:last-child:nth-child(odd) {
        max-width: none;
        grid-column: auto;
    }
}

@media (max-width: 575.98px) {
    .vc-page {
        padding-bottom: 96px;
    }

    .vc-hero {
        padding-top: 1.5rem;
    }

    .vc-section {
        padding: 2.75rem 0;
    }

    .vc-metrics-grid,
    .vc-card-grid-5,
    .vc-card-grid-4 {
        grid-template-columns: 1fr;
    }

    .vc-actions .vc-btn,
    .vc-actions .vc-btn-light {
        width: 100%;
    }

    .vc-section-cta .vc-btn {
        width: 100%;
        max-width: 360px;
    }

    .vc-section-cta--start {
        justify-content: center;
    }

    .vc-hero-banner__media,
    .vc-hero-banner__image {
        min-height: 180px;
        max-height: 280px;
    }

    .vc-hero-banner__caption {
        padding: 1.25rem 0 1.5rem;
    }

    .vc-hero-banner__title {
        font-size: 1.2rem;
    }

    .vc-hero-banner__subtitle {
        font-size: 0.8125rem;
    }

    .vc-gallery-frame {
        aspect-ratio: 4 / 3;
        min-height: 280px;
        max-height: 400px;
    }

    .vc-testimonials-carousel {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .vc-testimonials-carousel .carousel-control-prev,
    .vc-testimonials-carousel .carousel-control-next {
        display: none;
    }

    .vc-hero-aside {
        margin-top: 0.5rem;
    }

    .vc-form-card {
        padding: 1.25rem;
    }

    .vc-mobile-cta {
        display: block;
    }

    .vc-live-band-inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .vc-live-visual-ring {
        width: 200px;
        height: 200px;
    }

    .vc-live-features {
        width: 100%;
        justify-content: stretch;
    }

    .vc-live-feature {
        flex: 1;
        min-width: 0;
    }

    .vc-nav-cta {
        margin-left: 0;
    }

    .vc-schedule-card {
        padding: 1.25rem;
    }

    .vc-schedule-grid {
        grid-template-columns: 1fr;
    }

    .vc-awards-grid {
        grid-template-columns: 1fr;
    }
}

/* —— Batch schedule urgency —— */
.vc-schedule-banner {
    padding: 0 0 2.5rem;
    background: var(--vc-bg);
}

.vc-schedule-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem 2rem;
    align-items: center;
    padding: 1.75rem 2rem;
    border-radius: var(--vc-radius-lg);
    background: linear-gradient(135deg, #1f1d1a 0%, #2d2924 100%);
    color: #fff;
    box-shadow: var(--vc-shadow-lg);
    border: 1px solid rgba(241, 143, 9, 0.25);
}

.vc-schedule-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 999px;
    background: rgba(241, 143, 9, 0.2);
    color: #ffc56b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vc-schedule-intro h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
}

.vc-schedule-intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.vc-schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.vc-schedule-item {
    padding: 0.875rem 1rem;
    border-radius: var(--vc-radius);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vc-schedule-item.is-urgent {
    border-color: rgba(241, 143, 9, 0.55);
    background: rgba(241, 143, 9, 0.12);
}

.vc-schedule-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.2rem;
}

.vc-schedule-item strong {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
}

.vc-schedule-item small {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.vc-schedule-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.vc-countdown {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.vc-batch-note a {
    color: var(--vc-orange);
    font-weight: 700;
}

/* —— Gallery slideshow —— */
.vc-gallery-carousel {
    width: 100%;
    border-radius: var(--vc-radius-lg);
    overflow: hidden;
    box-shadow: var(--vc-shadow-lg);
    border: 1px solid var(--vc-border);
    background: #1a1a1a;
}

.vc-gallery-carousel .carousel-inner {
    overflow: hidden;
}

.vc-gallery-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 360px;
    max-height: 540px;
    overflow: hidden;
    background: #1a1a1a;
}

.vc-gallery-frame::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
    z-index: 1;
}

.vc-gallery-slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vc-gallery-carousel .carousel-indicators {
    z-index: 2;
    margin-bottom: 1.25rem;
}

.vc-gallery-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.45);
}

.vc-gallery-carousel .carousel-indicators .active {
    background-color: var(--vc-orange);
}

.vc-gallery-carousel .carousel-control-prev,
.vc-gallery-carousel .carousel-control-next {
    width: 8%;
    opacity: 0.9;
}

/* —— Awards & accolades —— */
.vc-awards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.vc-award-card {
    padding: 1.5rem;
    border-radius: var(--vc-radius-lg);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
    box-shadow: var(--vc-shadow-sm);
    text-align: center;
}

.vc-award-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 180px;
    margin-bottom: 1rem;
    padding: 0;
    border-radius: var(--vc-radius);
    background: var(--vc-soft);
    overflow: hidden;
}

.vc-award-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.vc-award-card h3 {
    font-size: 1.0625rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.vc-award-card p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--vc-muted);
    line-height: 1.6;
}

.vc-accolades-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.vc-accolade-card {
    padding: 1.25rem;
    border-radius: var(--vc-radius);
    background: var(--vc-surface);
    border: 1px solid var(--vc-border);
}

.vc-accolade-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 0.75rem;
    border-radius: 10px;
    background: rgba(241, 143, 9, 0.1);
    color: var(--vc-orange);
    font-size: 1.15rem;
}

.vc-accolade-card h3 {
    font-size: 0.9375rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.vc-accolade-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--vc-muted);
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .vc-schedule-card {
        grid-template-columns: 1fr;
    }

    .vc-schedule-cta {
        align-items: stretch;
    }

    .vc-schedule-cta .vc-btn {
        width: 100%;
    }

    .vc-accolades-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* —— Extended responsive & browser compatibility —— */
@media (max-width: 1199.98px) {
    .vc-card-grid-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vc-card-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-overview-snapshot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vc-video-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-testimonials-carousel {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .vc-section {
        padding: 3.25rem 0;
    }

    .vc-section-head,
    .vc-section-title {
        margin-bottom: 2rem;
    }

    .vc-schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-video-studio {
        max-width: 100%;
    }

    .vc-mentor-wrap img {
        max-height: 360px;
    }

    .vc-live-band {
        padding: 2.75rem 0;
    }

    .vc-page {
        padding-bottom: 88px;
    }

    .vc-mobile-cta {
        display: block;
    }

    .vc-overview-snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-overview-curriculum-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .vc-card-grid-5,
    .vc-card-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-batch-note {
        flex-direction: column;
        gap: 0.75rem;
    }

    .vc-hero-banner__caption {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .vc-gallery-frame {
        min-height: 300px;
        max-height: 460px;
    }

    .vc-testimonials-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vc-form-card .form-control,
    .vc-form-card .form-select {
        font-size: 16px;
    }

    .vc-overview-learn-grid {
        grid-template-columns: 1fr;
    }

    .vc-overview-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .vc-overview-cta .vc-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .vc-anchor-nav a {
        font-size: 0.8125rem;
    }

    .vc-nav-cta {
        padding: 0.45rem 0.9rem !important;
        font-size: 0.8125rem !important;
    }

    .vc-section-head h2,
    .vc-section-title h2 {
        font-size: 1.35rem;
    }

    .vc-section-head p,
    .vc-section-title p {
        font-size: 0.9375rem;
    }

    .vc-comparison-col,
    .vc-audience-box,
    .vc-career-box {
        padding: 1.25rem;
    }

    .vc-award-row {
        gap: 1.25rem;
    }

    .vc-overview-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .vc-overview-panel {
        padding: 1.35rem;
    }

    .vc-overview-cta {
        padding: 1.5rem 1.25rem;
    }

    .vc-thank-you-card {
        padding: 2rem 1.25rem;
    }

    .vc-thank-you-actions .vc-btn {
        width: 100%;
        min-width: 0;
    }

    .vc-award-row img {
        max-height: 48px;
    }

    .vc-gallery-carousel .carousel-control-prev,
    .vc-gallery-carousel .carousel-control-next {
        width: 12%;
        min-width: 44px;
        min-height: 44px;
    }
}

@media (max-width: 379.98px) {
    .vc-hero h1 {
        font-size: 1.5rem;
    }

    .vc-hero-lead {
        font-size: 0.9375rem;
    }

    .vc-gallery-frame {
        min-height: 220px;
        max-height: 320px;
    }

    .vc-live-visual-ring {
        width: 168px;
        height: 168px;
    }

    .vc-live-feature {
        padding: 0.75rem 0.5rem;
        font-size: 0.75rem;
    }

    .vc-section-cta .vc-btn {
        min-width: 0;
        width: 100%;
    }
}

@supports not (aspect-ratio: 16 / 9) {
    .vc-gallery-frame {
        height: 400px;
    }

    .vc-video-screen {
        height: 0;
        padding-bottom: 56.25%;
    }

    .vc-video-element {
        position: absolute;
        inset: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-page *,
    .vc-page *::before,
    .vc-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .vc-live-dot {
        animation: none;
    }
}
