


.cmv2-hero {
    padding: 40px 0 30px;
    position: relative;
    overflow: hidden;
}

.cmv2-hero-inner {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.cmv2-hero-text {
    flex: 1;
    min-width: 0;
}

.cmv2-hero-visual {
    flex: 0 0 140px;
    max-width: 140px;
}

.cmv2-hero-visual .cmv2-swatch {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.25));
    background: rgba(255,255,255,0.15);
    border: 6px solid rgba(255,255,255,0.2);
}

.cmv2-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cmv2-badge.dark {
    color: #1a1a2e;
    background: rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.12);
}

.cmv2-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.cmv2-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.cmv2-hero .hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    margin: 0;
    line-height: 1.6;
    max-width: 560px;
}

.cmv2-hero.light-text h1 { color: #1a1a2e; }
.cmv2-hero.light-text .hero-sub { color: rgba(26,26,46,0.7); }
.cmv2-hero.light-text .cmv2-badge { color: #1a1a2e; background: rgba(0,0,0,0.08); border-color: rgba(0,0,0,0.12); }


.cmv2-section {
    padding: 50px 0;
}

.cmv2-section + .cmv2-section {
    border-top: 1px solid rgba(0,0,0,0.05);
}

.cmv2-section.alt { background: #fff; }
.cmv2-section.warm { background: var(--bg-warm); }
.cmv2-section.cream { background: var(--bg-cream); }

.cmv2-section h2 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.cmv2-section .sec-sub {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.55;
}


.cmv2-intro {
    font-size: 1.05rem;
    line-height: 1.8;
}

.cmv2-intro p {
    color: var(--text-muted);
    margin-bottom: 1.15rem;
}

.cmv2-intro a {
    color: var(--link-color);
    text-decoration: underline;
    text-decoration-color: var(--link-color);
    text-underline-offset: 2px;
    transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}

.cmv2-intro a:hover {
    color: var(--link-color-hover);
    text-decoration-color: var(--link-color-hover);
}
}


.cmv2-img-block {
    margin: 2rem 0;
    text-align: center;
}

.cmv2-img-block img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.cmv2-img-block figcaption {
    font-size: 0.82rem;
    color: var(--text-light);
    margin-top: 0.75rem;
}


.cmv2-trait-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.cmv2-trait {
    background: var(--bg-warm);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.05);
    transition: box-shadow var(--transition-base);
}

.cmv2-trait:hover {
    box-shadow: var(--shadow-sm);
}

.cmv2-trait-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.cmv2-trait-num {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
}

.cmv2-trait h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.cmv2-trait p {
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 0.9rem;
}


.cmv2-strength-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cmv2-strength {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.05);
    border-left: 4px solid var(--primary);
}

.cmv2-strength h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.cmv2-strength p {
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 0.9rem;
}


.cmv2-challenge-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cmv2-challenge {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.05);
    border-left: 4px solid #E67E22;
}

.cmv2-challenge h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.cmv2-challenge p {
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 0.9rem;
}


.cmv2-career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cmv2-career {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.cmv2-career h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.cmv2-career p {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.85rem;
}

.cmv2-env-box {
    background: var(--bg-cream);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
}

.cmv2-env-box.outline {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
}

.cmv2-env-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.cmv2-env-box p {
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 0.9rem;
}


.cmv2-compat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.cmv2-compat-card {
    background: var(--bg-warm);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.75rem;
    border: 2px solid rgba(0,0,0,0.08);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: border-color var(--transition-base);
}

.cmv2-compat-card:hover {
    border-color: var(--primary);
}

.cmv2-compat-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid rgba(0,0,0,0.06);
}

.cmv2-compat-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.15rem;
}

.cmv2-compat-card .tagline {
    font-size: 0.82rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.cmv2-compat-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.88rem;
}


.cmv2-archetype-link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--bg-warm);
    border-radius: var(--radius-md);
    padding: 1.5rem 2rem;
    border: 2px solid rgba(0,0,0,0.08);
    text-decoration: none;
    transition: border-color var(--transition-base);
}

.cmv2-archetype-link:hover {
    border-color: var(--primary);
}

.cmv2-archetype-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.cmv2-archetype-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmv2-archetype-link h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.2rem;
}

.cmv2-archetype-link .tagline {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 0.3rem;
}

.cmv2-archetype-link p {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.88rem;
}

.cmv2-archetype-link .arrow {
    margin-left: auto;
    font-size: 1.25rem;
    color: var(--text-light);
    flex-shrink: 0;
}


.cmv2-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cmv2-faq {
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.cmv2-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: left;
    font-family: var(--font-body);
    transition: color var(--transition-fast);
}

.cmv2-faq-q:hover { color: var(--primary-dark); }

.cmv2-faq-q .arrow {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    color: var(--text-light);
}

.cmv2-faq.open .arrow { transform: rotate(180deg); }

.cmv2-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.cmv2-faq.open .cmv2-faq-a {
    max-height: 500px;
}

.cmv2-faq-a-inner {
    padding: 0 1.25rem 1rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.cmv2-faq-a-inner a {
    color: var(--link-color);
    text-decoration: underline;
    text-decoration-color: var(--link-color);
    text-underline-offset: 2px;
    transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}

.cmv2-faq-a-inner a:hover {
    color: var(--link-color-hover);
    text-decoration-color: var(--link-color-hover);
}


.cmv2-cta {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(135deg, #2C3E50 0%, #1a1a2e 100%);
}

.cmv2-cta h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.cmv2-cta p {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

.cmv2-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 2rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all var(--transition-base);
    box-shadow: 0 4px 15px rgba(228,168,83,0.3);
}

.cmv2-cta .cta-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228,168,83,0.4);
    color: #fff;
}

.cmv2-cta-sub {
    margin-top: 1rem;
    font-size: 0.92rem;
    opacity: 0.85;
}


.cmv2-color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.cmv2-color-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 2px solid rgba(0,0,0,0.06);
    text-decoration: none;
    display: block;
    transition: border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.cmv2-color-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.cmv2-color-card:hover {
    border-color: var(--card-hover-border, rgba(0, 0, 0, 0.2));
}

.cmv2-color-card .c-arrow {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.25rem;
    color: var(--text-light);
}

.cmv2-color-card .c-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cmv2-color-card .c-swatch {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0.06);
}

.cmv2-color-card .c-head-text {
    flex: 1;
    min-width: 0;
}

.cmv2-color-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.15rem;
}

.cmv2-color-card .c-tagline {
    font-size: 0.82rem;
    color: var(--text-light);
    margin-bottom: 0;
    font-weight: 500;
}

.cmv2-color-card .c-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cmv2-color-card .c-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.cmv2-color-card .c-pill {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    background: var(--bg-cream);
    color: var(--text-muted);
}


.cmv2-compare-strip {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.cmv2-compare-strip::-webkit-scrollbar {
    height: 6px;
}

.cmv2-compare-strip::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.04);
    border-radius: 3px;
}

.cmv2-compare-strip::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 3px;
}

.cmv2-compare-tile {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1.25rem;
    background: var(--bg-warm);
    border-radius: 16px;
    scroll-snap-align: start;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: var(--shadow-sm);
}

.cmv2-compare-swatch {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.cmv2-compare-label {
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.cmv2-compare-meta {
    font-size: 0.8rem;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}

.cmv2-compare-arch {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tile-color);
    margin-bottom: 0.25rem;
}

.cmv2-compare-compat {
    font-size: 0.75rem;
    color: var(--text-muted);
}

@media (min-width: 992px) {
    .cmv2-compare-strip {
        overflow-x: visible;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .cmv2-compare-tile {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }
}


.cmv2-glance {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.cmv2-glance-item {
    background: var(--bg-warm);
    border-radius: var(--radius-md);
    padding: 1.15rem 1.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.cmv2-glance-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-light);
    margin-bottom: 0.35rem;
}

.cmv2-glance-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.cmv2-glance-value a {
    color: var(--link-color);
    text-decoration: underline;
    text-decoration-color: var(--link-color);
    text-underline-offset: 2px;
    transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}

.cmv2-glance-value a:hover {
    color: var(--link-color-hover);
    text-decoration-color: var(--link-color-hover);
}


.cmv2-famous-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.cmv2-famous {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.cmv2-famous h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.cmv2-famous .cmv2-famous-field {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.cmv2-famous p {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.88rem;
}


.cmv2-selfid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
}

.cmv2-selfid-list li {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0,0,0,0.05);
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.cmv2-selfid-list li::before {
    content: '✓';
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--success);
}


@media (max-width: 991px) {
    .cmv2-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .cmv2-hero-visual {
        flex: none;
        max-width: 120px;
    }

    .cmv2-hero .hero-sub {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cmv2-hero {
        padding: 30px 0 20px;
    }

    .cmv2-section {
        padding: 35px 0;
    }

    .cmv2-trait-grid,
    .cmv2-compat-grid,
    .cmv2-color-grid,
    .cmv2-famous-grid {
        grid-template-columns: 1fr;
    }

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

    .cmv2-glance {
        grid-template-columns: 1fr;
    }

    .cmv2-selfid-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cmv2-career-grid {
        grid-template-columns: 1fr;
    }
}
