/* ================================================================
   VIBE CODING COURSE — page-specific additions
   Builds on top of courses.css (arc-hero glow, category-hub,
   comparison-section, roadmap, skill-cloud, faq) and enquiry-form.css
   (bbx-ef-* lead form). Only the bits that don't already exist there
   live here. Mirrors the approach used in it-courses-kerala.css.
   ================================================================ */

.vc-hero {
    min-height: 0;
    padding-top: 150px;
    padding-bottom: 60px;
}

.vc-hero::before {
    width: 900px;
    height: 900px;
    top: -260px;
    opacity: 0.7;
}

.vc-hero::after {
    bottom: -40px;
}

.vc-breadcrumb-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 44px;
    position: relative;
    z-index: 10;
}

.vc-breadcrumb-row a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.vc-breadcrumb-row a:hover {
    color: var(--course-primary);
}

.vc-breadcrumb-row span[aria-current] {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.vc-hero .hero-badge {
    margin-top: 0;
}

.vc-hero .arc-hero-text p {
    max-width: 680px;
}

.vc-hero-lead {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.12rem !important;
    margin-bottom: 10px !important;
}

.vc-hero-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 22px auto 0 !important;
    max-width: 680px;
    font-size: 0 !important;
}

.vc-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.vc-hero-trust i {
    color: var(--course-primary);
}

/* Rating row — links to the business's real Google review profile. */
.vc-rating-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.vc-rating-row:hover {
    border-color: rgba(255, 107, 0, 0.35);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
}

.vc-rating-row .vc-stars {
    color: #ffb020;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.vc-rating-row strong {
    color: #fff;
}

.arc-hero-text .vc-hero-subactions {
    margin: 28px auto 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
}

.vc-hero-subactions a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.vc-hero-subactions a:hover {
    color: var(--course-primary);
}

.vc-hero-subactions-sep {
    margin: 0 10px;
    opacity: 0.3;
}

.vc-jump-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.vc-jump-nav a {
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.vc-jump-nav a:hover {
    border-color: var(--course-primary);
    color: #fff;
    background: rgba(255, 107, 0, 0.1);
}

.vc-hero-ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.vc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    border: none;
}

.vc-btn--primary {
    background: linear-gradient(135deg, var(--course-primary), #ff8c33);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
}

.vc-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(255, 107, 0, 0.42);
    color: #fff;
}

.vc-btn--outline {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.vc-btn--outline:hover {
    border-color: var(--course-primary);
    color: var(--course-primary);
    transform: translateY(-3px);
}

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

/* Generic centered section heading */
.vc-section-head {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 50px;
}

.vc-section-head h2 {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.vc-section-head p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.02rem;
    line-height: 1.7;
}

.vc-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.vc-hub-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
}

.hub-card p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    font-size: 0.9rem;
}

.vc-related-line {
    max-width: 900px;
    margin: 44px auto 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.8;
}

.vc-related-line a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
    text-decoration-color: rgba(255, 107, 0, 0.4);
    text-underline-offset: 3px;
}

.vc-related-line a:hover {
    color: var(--course-primary);
}

/* ---- "What is Vibe Coding" context strip ---- */
.vc-context {
    padding: 60px 0 70px;
    background: #0a0a0a;
}

.vc-context p {
    max-width: 840px;
    margin: 0 auto 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    line-height: 1.8;
}

.vc-context p strong {
    color: #fff;
    font-weight: 600;
}

.vc-context-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.vc-context-chips .skill-bubble {
    cursor: default;
}

/* ---- Tools Showcase — the star section ---- */
.vc-tools-section {
    padding: 100px 0;
    background: #0e0e0e;
}

.vc-tools-group {
    margin-bottom: 56px;
}

.vc-tools-group:last-child {
    margin-bottom: 0;
}

.vc-tools-group-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4px;
}

.vc-tools-group-head h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.vc-tools-group-head span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.85rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vc-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.vc-tool-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 22px;
    transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.vc-tool-card:hover {
    border-color: rgba(255, 107, 0, 0.3);
    background: rgba(255, 255, 255, 0.045);
    transform: translateY(-4px);
}

.vc-tool-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(255, 107, 0, 0.12);
    color: var(--course-primary);
}

.vc-tool-card h4 {
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.vc-tool-card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 991px) {
    .vc-tools-grid,
    .vc-tools-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .vc-tools-grid,
    .vc-tools-grid--3 {
        grid-template-columns: 1fr;
    }
}

/* ---- Curriculum modules (numbered, reuses roadmap visual language) ---- */
.vc-curriculum {
    padding: 100px 0;
}

.vc-module-list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vc-module {
    display: flex;
    gap: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px 30px;
    transition: border-color 0.3s ease;
}

.vc-module:hover {
    border-color: rgba(255, 107, 0, 0.25);
}

.vc-module-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--course-primary), #ff8c33);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.vc-module h3 {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.vc-module p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
}

.vc-module-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.vc-module-tools span {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 11px;
    border-radius: 999px;
}

@media (max-width: 576px) {
    .vc-module {
        flex-direction: column;
        padding: 24px 20px;
    }
}

/* ---- Testimonials (real, existing site reviews) ---- */
.vc-testimonials {
    padding: 100px 0;
    background: #0e0e0e;
}

.vc-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.vc-testi-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.vc-testi-card:hover {
    border-color: rgba(255, 107, 0, 0.25);
    transform: translateY(-4px);
}

.vc-testi-stars {
    color: #ffb020;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.vc-testi-quote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 22px;
}

.vc-testi-person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vc-testi-person img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--course-primary);
    flex-shrink: 0;
}

.vc-testi-person .vc-testi-name {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    margin: 0;
}

.vc-testi-person span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
}

.vc-testi-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 44px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .vc-testi-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

/* ---- Mentor grid — real BBX mentor cards, injected via
   data-team-container/data-team-filter (tools/sync-partials.mjs). ---- */
.vc-mentor-grid[data-team-container] {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

.vc-mentor-grid {
    display: grid;
    gap: 24px;
}

.vc-mentor-grid .bbx-team-card {
    text-align: center;
    padding: 36px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s ease;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.vc-mentor-grid .bbx-team-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 107, 0, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.vc-mentor-grid .bbx-team-overlay,
.vc-mentor-grid .bbx-team-side-label,
.vc-mentor-grid .bbx-team-accent,
.vc-mentor-grid .bbx-team-exp-float {
    display: none;
}

.vc-mentor-grid .bbx-team-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 2px solid rgba(255, 107, 0, 0.2);
    transition: border-color 0.35s;
    position: static;
}

.vc-mentor-grid .bbx-team-card:hover .bbx-team-img-wrap {
    border-color: rgba(255, 107, 0, 0.45);
}

.vc-mentor-grid .bbx-team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(15%);
    transition: all 0.5s;
}

.vc-mentor-grid .bbx-team-card:hover .bbx-team-img-wrap img {
    filter: grayscale(0%);
    transform: scale(1.08);
}

.vc-mentor-grid .bbx-team-footer {
    position: static;
    padding: 0;
    width: auto;
    display: block;
}

.vc-mentor-grid .bbx-team-footer-inner {
    display: block;
}

.vc-mentor-grid .bbx-team-name {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.vc-mentor-grid .bbx-team-role {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--course-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.vc-mentor-grid .bbx-team-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 0 16px;
    display: block;
    max-width: none;
}

.vc-mentor-grid .bbx-team-skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}

.vc-mentor-grid .bbx-team-skills span {
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 999px;
}

.vc-mentor-grid .bbx-team-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: static;
}

.vc-mentor-grid .bbx-team-socials a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    transition: color 0.25s ease;
}

.vc-mentor-grid .bbx-team-socials a:hover {
    color: var(--course-primary);
}

@media (max-width: 991px) {
    .vc-mentor-grid[data-team-container] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

/* ---- Premium 1-on-1 Personalised Training ---- */
.vc-1on1 {
    position: relative;
    padding: 100px 0;
    background: #0a0a0a;
    overflow: hidden;
}

.vc-1on1-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 107, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.vc-1on1-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 50px;
}

.vc-1on1-content h3 {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    margin: 16px 0 18px;
    line-height: 1.25;
}

.vc-1on1-content p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 24px;
}

.vc-1on1-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
}

.vc-1on1-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    font-weight: 500;
}

.vc-1on1-features i {
    color: var(--course-primary);
}

.vc-1on1-panel {
    background: #141414;
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 22px;
    padding: 34px 28px;
    text-align: center;
}

.vc-1on1-panel-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.1);
    color: var(--course-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.vc-1on1-panel h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.vc-1on1-panel-sub {
    display: block;
    color: var(--course-primary);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.vc-1on1-panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vc-1on1-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    line-height: 1.5;
}

.vc-1on1-panel-list i {
    color: var(--course-primary);
    margin-top: 3px;
}

.vc-1on1-panel-note {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
}

@media (max-width: 991px) {
    .vc-1on1-inner {
        grid-template-columns: 1fr;
        padding: 36px 26px;
    }

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

@media (max-width: 576px) {
    .vc-1on1 {
        padding: 70px 0;
    }

    .vc-1on1-inner {
        padding: 28px 20px;
        border-radius: 22px;
    }
}

/* ---- Location strip beside the enquiry form ---- */
.vc-location-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    max-width: 640px;
    margin: 26px auto 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.vc-location-strip span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vc-location-strip i {
    color: var(--course-primary);
}

@media (max-width: 991px) {
    .vc-hub-grid,
    .vc-hub-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .vc-hero {
        padding-top: 110px;
    }

    .vc-breadcrumb-row {
        margin-bottom: 28px;
    }

    .vc-hub-grid,
    .vc-hub-grid--3 {
        grid-template-columns: 1fr;
    }

    .vc-btn {
        padding: 13px 24px;
        font-size: 0.88rem;
    }
}
