html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
#qa-pilares,
#qa-repos,
#programa,
#qa-para-ti,
#qa-instructor,
#qa-market-lab,
#qa-outcomes,
#qa-como-funciona,
#qa-diferencia,
#qa-problema,
#syllabus,
#qa-inscripcion,
#qa-precios,
#qa-testimonios,
#qa-faq,
#final-cta-section {
    scroll-margin-top: calc(var(--mt-marquee-height, 50px) + var(--mt-header-height, 88px) + 52px);
}
.qa-landing-toc {
    position: sticky;
    top: calc(var(--mt-marquee-height, 50px) + var(--mt-header-height, 88px));
    /* Por debajo de #header (997) y marquesina (1000): no tapar dropdowns del menú */
    z-index: 995;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}
.qa-landing-toc-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0 0.55rem;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.qa-landing-toc-inner a.qa-landing-toc-cta {
    margin-left: auto;
    background: linear-gradient(135deg, var(--mt-primary, #138bc9) 0%, var(--mt-primary-dark, #0d6fa3) 100%);
    color: #fff;
    border-color: transparent;
    padding: 0.45rem 1rem;
    box-shadow: 0 2px 10px rgba(19, 139, 201, 0.28);
}
.qa-landing-toc-inner a.qa-landing-toc-cta:hover,
.qa-landing-toc-inner a.qa-landing-toc-cta:focus-visible {
    background: linear-gradient(135deg, #0f7bb8 0%, #0b5f8a 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(19, 139, 201, 0.35);
}
.qa-landing-toc-inner a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.qa-landing-toc-inner a:hover,
.qa-landing-toc-inner a:focus-visible {
    background: #fff;
    color: var(--mt-primary);
    border-color: #bae6fd;
    box-shadow: 0 2px 8px rgba(19, 139, 201, 0.12);
    outline: none;
}
.qa-faq-accordion .accordion-item {
    border-color: #e2e8f0;
    background: #fff;
}
.qa-faq-accordion .accordion-button {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    padding: 0.9rem 1rem;
}
.qa-faq-accordion .accordion-button:not(.collapsed) {
    background: #f0f9ff;
    color: var(--mt-primary);
    box-shadow: none;
}
.qa-faq-accordion .accordion-body {
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.6;
    padding: 0 1rem 1rem 1rem;
}
.qa-faq-accordion .accordion-button::after {
    flex-shrink: 0;
}
.qa-modulos-toggle {
    font-weight: 600;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}
.qa-syllabus-deck {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.qa-syllabus-pillar {
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 1.2rem 1.25rem 1.25rem;
    box-shadow: var(--qa-shadow-sm);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.qa-syllabus-pillar:hover {
    box-shadow: var(--qa-shadow-md);
    border-color: #cbd5e1;
}
.qa-syllabus-pillar--aula {
    border-top: 3px solid var(--mt-primary);
}
.qa-syllabus-pillar--live {
    border-top: 3px solid #0d9488;
}
.qa-syllabus-pillar-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.qa-syllabus-pillar--aula .qa-syllabus-pillar-icon {
    background: rgba(19, 139, 201, 0.12);
    color: var(--mt-primary);
}
.qa-syllabus-pillar--live .qa-syllabus-pillar-icon {
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
}
.qa-syllabus-pillar h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}
.qa-syllabus-pillar p {
    margin: 0;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.55;
}
.qa-syllabus-pillar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 6px;
}
.qa-syllabus-pillar-meta span {
    font-size: 0.78rem;
    font-weight: 600;
    color: #0f766e;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 4px 10px;
    border-radius: 999px;
}
.qa-syllabus-context {
    max-width: none;
    width: 100%;
    margin: 0 auto 1.5rem;
    padding: 1.1rem 1.25rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.04);
}
.qa-syllabus-context p {
    margin-bottom: 0.65rem;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.6;
}
.qa-syllabus-context p:last-child {
    margin-bottom: 0;
}
.qa-syllabus-context .qa-syllabus-context-link {
    font-size: 0.88rem;
}
.qa-section-heading {
    font-size: clamp(1.3rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.qa-section-heading-lg {
    font-size: clamp(1.4rem, 2.8vw, 1.65rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.qa-social-proof {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: clamp(2.75rem, 5vw, 3.5rem) 0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-social-proof-lead {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 0;
}
.qa-landing-testimonial {
    background: #fff;
    border-radius: 14px;
    padding: 1.35rem 1.25rem;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.05);
}
.qa-landing-testimonial .qa-testimonial-quote {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 14px;
    font-style: italic;
}
.qa-landing-testimonial .qa-testimonial-by {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
}
.qa-landing-testimonial .qa-star {
    color: #fbbf24;
}
:root {
    --mt-primary: #138bc9;
    --mt-primary-dark: #0d6fa3;
    --mt-secondary: #f7bf47;
    --mt-text: #222b45;
    --qa-radius: 14px;
    --qa-radius-lg: 18px;
    --qa-shadow-sm: 0 2px 12px rgba(15, 23, 42, 0.05);
    --qa-shadow-md: 0 8px 30px rgba(15, 23, 42, 0.07);
    --qa-shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.1);
}
/* Coherente con landings tipo sistema-insercion-laboral-tech: menos hueco bajo cabecera fija */
#main.qa-landing-main {
    margin-top: calc(var(--mt-marquee-height, 50px) + var(--mt-header-height, 88px));
}
.qa-landing-hero {
    background: linear-gradient(155deg, #1595d4 0%, var(--mt-primary) 28%, var(--mt-primary-dark) 62%, #094c70 100%);
    padding: clamp(3rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 4.5rem);
    color: #fff;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.qa-landing-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(247, 191, 71, 0.12);
    border-radius: 50%;
    filter: blur(60px);
}
.qa-landing-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    filter: blur(40px);
}
.qa-landing-hero .container {
    position: relative;
    z-index: 1;
}
.qa-landing-hero [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}
.qa-hero-kicker {
    letter-spacing: 0.08em;
    opacity: 0.92;
}
.qa-hero-title {
    font-size: clamp(1.7rem, 4.5vw, 2.45rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-wrap: balance;
}
.qa-hero-accent {
    color: var(--mt-secondary);
}
.qa-hero-lead {
    font-size: 1.15rem;
    line-height: 1.55;
    opacity: 0.95;
    max-width: 640px;
}
.qa-hero-text {
    font-size: 1.05rem;
    line-height: 1.65;
    opacity: 0.92;
    max-width: 640px;
}
.qa-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 640px;
}
.qa-hero-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.45;
}
.qa-hero-bullets li:last-child {
    margin-bottom: 0;
}
.qa-hero-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.qa-hero-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
}
.qa-hero-salary-note {
    font-size: 0.88rem;
    line-height: 1.5;
    opacity: 0.88;
    max-width: 640px;
    margin: 0 0 1rem 0;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(247, 191, 71, 0.85);
}
.qa-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 992px) {
    .qa-hero-cta-row {
        justify-content: flex-start;
    }
}
.qa-hero-cta-primary {
    background: #fff;
    color: #0c4a6e !important;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.qa-hero-cta-primary:hover {
    background: #f0f9ff;
    color: #0b5f8a !important;
    border-color: #fff;
}
.qa-hero-cta-secondary {
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    background: transparent;
}
.qa-hero-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
}
.qa-hero-microcopy {
    font-size: 0.82rem;
    opacity: 0.88;
    margin: 0;
    line-height: 1.5;
}
.qa-salary-strip {
    background: rgba(16, 185, 129, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    padding: 14px 18px;
    text-align: center;
    font-size: 0.95rem;
    max-width: 640px;
}
.qa-salary-strip strong {
    color: #fef08a;
    font-weight: 800;
}
.qa-hero-focus {
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.93;
    max-width: 640px;
    border-left: 3px solid rgba(247, 191, 71, 0.9);
    padding-left: 16px;
    margin-top: -4px;
}
.qa-hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 640px;
    margin: 0 0 18px;
}
.qa-hero-proof-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    text-align: left;
}
.qa-hero-proof-item i {
    color: var(--mt-secondary);
    font-size: 1.05rem;
    margin-top: 2px;
}
.qa-hero-proof-item strong {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.25;
    margin-bottom: 2px;
}
.qa-hero-proof-item span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
}
@media (min-width: 576px) {
    .qa-hero-proof {
        grid-template-columns: repeat(3, 1fr);
    }
}
.qa-hero-mini-visual {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    max-width: 520px;
    margin: 0 auto 16px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: left;
}
.qa-hero-mini-visual img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
}
.qa-hero-mini-visual strong {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: 4px;
}
.qa-hero-mini-visual span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.8rem;
    line-height: 1.4;
}
.qa-decision-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 28px auto 0;
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: var(--qa-radius-lg);
    background: #fff;
    box-shadow: var(--qa-shadow-sm);
}
.qa-decision-cta p {
    margin: 0;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.45;
}
.qa-decision-cta strong {
    color: #0f172a;
}
.qa-decision-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.qa-decision-cta-actions .btn {
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
}
@media (max-width: 575px) {
    .qa-decision-cta,
    .qa-decision-cta-actions {
        display: grid;
    }
    .qa-decision-cta-actions .btn {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .qa-hero-lead,
    .qa-hero-text,
    .qa-hero-bullets,
    .qa-hero-salary-note,
    .qa-salary-strip,
    .qa-hero-focus {
        max-width: none;
    }
    .qa-hero-mini-visual {
        display: none;
    }
}
.qa-learning-model {
    background: linear-gradient(180deg, #f0f9ff 0%, #fff 70%);
    border-bottom: 1px solid #e2e8f0;
    padding: 44px 0 48px;
}
.qa-learning-model h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    text-align: center;
    letter-spacing: -0.02em;
}
.qa-learning-model-intro {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 820px;
    margin-bottom: 20px;
}
.qa-learning-model-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .qa-learning-model-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}
@media (min-width: 992px) {
    .qa-learning-model-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.qa-learning-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 20px 20px 18px;
    height: 100%;
    box-shadow: var(--qa-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.qa-learning-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--qa-shadow-md);
    border-color: #cbd5e1;
}
.qa-learning-card h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #138bc9;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.qa-learning-card p {
    margin: 0;
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.55;
}
.qa-program-includes {
    margin-top: 8px;
}
.qa-include-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 22px 22px 18px;
    box-shadow: var(--qa-shadow-sm);
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.qa-include-box:hover {
    box-shadow: var(--qa-shadow-md);
    border-color: #cbd5e1;
}
.qa-include-box.qa-include-live {
    border-top: 3px solid #138bc9;
}
.qa-include-box.qa-include-lms {
    border-top: 3px solid #0d9488;
}
.qa-include-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.qa-include-heading .bi {
    color: #138bc9;
    font-size: 1.25rem;
}
.qa-include-lms .qa-include-heading .bi {
    color: #0d9488;
}
.qa-include-box ul {
    margin: 0 0 12px;
    padding-left: 18px;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
}
.qa-include-box .qa-include-footnote {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
.qa-include-media {
    margin: 0 0 14px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    background: #f8fafc;
}
.qa-include-media img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.qa-modulos-list-two-col {
    column-count: 1;
    margin: 0 0 10px;
    padding-left: 18px;
    color: #475569;
    font-size: 0.89rem;
    line-height: 1.55;
}
@media (min-width: 576px) {
    .qa-modulos-list-two-col {
        column-count: 2;
        column-gap: 24px;
    }
}
.qa-action-card {
    background: #fff;
    border-radius: var(--qa-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: var(--qa-shadow-lg), 0 0 0 1px rgba(15, 23, 42, 0.04);
    padding: 28px;
    position: sticky;
    top: calc(var(--mt-marquee-height, 50px) + var(--mt-header-height, 88px) + 48px);
}
.qa-action-visual {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f172a 0%, #134e6f 100%);
    color: #fff;
    overflow: hidden;
}
.qa-action-visual img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.qa-action-visual-title {
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 5px;
}
.qa-action-visual-copy {
    font-size: 0.8rem;
    line-height: 1.45;
    opacity: 0.86;
    margin: 0;
}
.qa-enroll-strip {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 0.9rem;
    color: #475569;
}
.qa-price-box {
    background: #f8fafc;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 18px;
    text-align: center;
    border: 1px solid #e2e8f0;
}
.qa-price-box .qa-price-label {
    margin: 0;
    font-size: 0.85rem;
    color: var(--mt-primary);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.qa-price-box .qa-price-amount {
    font-size: 2.25rem;
    font-weight: 800;
    color: #059669;
    margin: 10px 0;
}
.qa-price-box .qa-price-note {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    text-align: left;
}
.qa-pay-choice {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 14px 12px;
    margin-bottom: 12px;
    background: #fff;
}
.qa-pay-choice h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
}
.qa-pay-choice p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0 0 10px 0;
    line-height: 1.45;
}
.qa-market-lab {
    background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 48px 0 52px;
}
.qa-market-lab h2 {
    font-size: clamp(1.35rem, 2.6vw, 1.65rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-align: center;
}
.qa-market-lab-lead {
    text-align: center;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 28px;
}
.qa-lab-feature-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .qa-lab-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .qa-lab-feature-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.qa-lab-feature {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 20px 18px;
    height: 100%;
    box-shadow: var(--qa-shadow-sm);
    border-top: 3px solid #138bc9;
}
.qa-lab-feature .bi {
    font-size: 1.5rem;
    color: #138bc9;
    margin-bottom: 10px;
    display: block;
}
.qa-lab-feature h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.qa-lab-feature p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}
.qa-lab-flow {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: var(--qa-radius-lg);
    padding: 22px 24px;
    margin-top: 24px;
    box-shadow: var(--qa-shadow-sm);
}
.qa-lab-flow-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #138bc9;
    margin-bottom: 12px;
}
.qa-lab-flow-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.92rem;
    color: #334155;
}
.qa-lab-flow-steps li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.qa-lab-flow-steps .qa-lab-step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0f7bb8;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.qa-lab-flow-arrow {
    color: #94a3b8;
    font-weight: 700;
}
.qa-lab-cta-row {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.qa-fit-section {
    background: #fff;
    padding: 2.75rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-fit-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}
@media (min-width: 992px) {
    .qa-fit-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    }
}
.qa-fit-intro {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 760px;
    margin: 0 auto 1.35rem;
    text-align: center;
}
.qa-fit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 768px) {
    .qa-fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.qa-fit-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 15px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 100%;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.qa-fit-item .bi {
    color: #0d9488;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.qa-fit-item p {
    margin: 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}
.qa-fit-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #ecfeff;
    color: #164e63;
    font-size: 0.9rem;
    line-height: 1.45;
}
.qa-fit-note .bi {
    color: #0d9488;
    margin-top: 2px;
    flex-shrink: 0;
}
.qa-fit-media {
    background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 100%);
    border: 1px solid #dbeafe;
    border-radius: var(--qa-radius-lg);
    padding: 22px;
    box-shadow: var(--qa-shadow-sm);
    overflow: hidden;
}
.qa-fit-media img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
}
.qa-fit-media-caption {
    margin: 14px 0 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: center;
}
.qa-lab-preview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: center;
    margin: 0 auto 28px;
    max-width: 980px;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: var(--qa-radius-lg);
    padding: 18px;
    box-shadow: var(--qa-shadow-md);
}
@media (min-width: 992px) {
    .qa-lab-preview {
        grid-template-columns: 310px minmax(0, 1fr);
        padding: 22px;
    }
}
.qa-lab-preview-media {
    position: relative;
    min-height: 220px;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
}
.qa-lab-preview-media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    opacity: 0.9;
}
.qa-lab-preview-badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.qa-lab-browser {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
}
.qa-lab-browser-top {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: #e2e8f0;
}
.qa-lab-browser-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #94a3b8;
}
.qa-lab-browser-url {
    margin-left: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
}
.qa-lab-browser-body {
    padding: 16px;
}
.qa-lab-browser-line {
    height: 10px;
    border-radius: 999px;
    background: #cbd5e1;
    margin-bottom: 10px;
}
.qa-lab-browser-line:nth-child(1) { width: 44%; background: #138bc9; }
.qa-lab-browser-line:nth-child(2) { width: 88%; }
.qa-lab-browser-line:nth-child(3) { width: 72%; }
.qa-lab-browser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.qa-lab-browser-tile {
    min-height: 58px;
    border-radius: 10px;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
}
.qa-lab-preview-copy h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
}
.qa-lab-preview-copy p {
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.6;
    margin: 0 0 12px;
}
.qa-lab-preview-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.qa-lab-preview-list li {
    display: flex;
    gap: 8px;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.45;
}
.qa-lab-preview-list .bi {
    color: #0d9488;
    flex-shrink: 0;
    margin-top: 1px;
}
@media (max-width: 767px) {
    .qa-lab-preview {
        padding: 16px;
    }
    .qa-lab-preview-media,
    .qa-lab-preview-media img {
        min-height: 160px;
    }
    .qa-lab-browser {
        display: none;
    }
}
.qa-profile-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.qa-profile-list span {
    border: 1px solid #bae6fd;
    background: #f0f9ff;
    color: #0369a1;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 700;
}
.qa-team-strip {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 2.75rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-team-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: var(--qa-radius-lg);
    background: #fff;
    box-shadow: var(--qa-shadow-md);
}
@media (min-width: 992px) {
    .qa-team-panel {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }
}
.qa-team-panel-media {
    min-height: 240px;
    background: #0f172a;
}
.qa-team-panel-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}
.qa-team-panel-copy {
    padding: clamp(1.35rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qa-team-panel-kicker {
    margin: 0 0 8px;
    color: #0d9488;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.qa-team-panel-copy h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}
.qa-team-panel-copy p {
    margin: 0 0 14px;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.65;
}
.qa-team-panel-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.qa-team-panel-list li {
    display: flex;
    gap: 9px;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}
.qa-team-panel-list .bi {
    color: #0d9488;
    flex-shrink: 0;
    margin-top: 1px;
}
.qa-difference {
    background: #fff;
    padding: 2.75rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-difference-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .qa-difference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.qa-difference-card {
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 22px;
    background: #f8fafc;
    height: 100%;
}
.qa-difference-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
}
.qa-difference-card ul {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.6;
}
.qa-difference-card--strong {
    background: #ecfdf5;
    border-color: #99f6e4;
}
.qa-evidence-quote {
    max-width: 840px;
    margin: 24px auto 0;
    padding: 18px 20px;
    border-left: 4px solid #0d9488;
    background: #f8fafc;
    border-radius: 12px;
    color: #334155;
    line-height: 1.6;
    font-size: 0.96rem;
}
.qa-pilares {
    background: #f8fafc;
    padding: 2.5rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-pilar-card {
    background: #fff;
    border-radius: var(--qa-radius-lg);
    padding: 1.35rem 1.15rem;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: var(--qa-shadow-sm);
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.qa-pilar-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--qa-shadow-md);
    border-color: #cbd5e1;
}
.qa-pilar-card .qa-pilar-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(19, 139, 201, 0.15) 0%, rgba(13, 148, 136, 0.12) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mt-primary);
    font-size: 1.35rem;
}
.qa-pilar-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
}
.qa-pilar-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}
.qa-outcomes {
    background: #fff;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-outcomes h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -0.02em;
}
.qa-outcomes-intro {
    color: #64748b;
    font-size: 0.98rem;
    text-align: center;
    max-width: min(920px, 100%);
    margin: 0 auto 22px;
    line-height: 1.55;
}
.qa-outcomes ul {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}
.qa-outcomes ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.55;
}
.qa-outcomes ul li:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .qa-outcomes ul {
        max-width: none;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 2.5rem;
        margin: 0;
    }
    .qa-outcomes ul li {
        margin-bottom: 0;
    }
    .qa-outcomes ul li:nth-child(5):last-child {
        grid-column: 1 / -1;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
}
.qa-outcomes ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #138bc9 0%, #0d9488 100%);
}
.qa-side-enroll-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
    text-align: center;
}
.qa-side-price-lines {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: center;
}
.qa-side-price-lines strong { color: #0f766e; }
.qa-side-price-highlight {
    text-align: center;
    margin-bottom: 16px;
    padding: 14px 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
}
.qa-side-price-highlight .qa-side-price-amount {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f766e;
    line-height: 1.2;
}
.qa-side-price-highlight .qa-side-price-label {
    font-size: 0.9rem;
    color: #334155;
    font-weight: 600;
}
.qa-side-price-highlight .qa-side-price-save {
    display: block;
    margin-top: 8px;
    font-size: 0.82rem;
    color: #64748b;
}
.qa-side-price-foot {
    font-size: 0.82rem;
    color: #64748b;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.45;
}
.qa-side-price-foot a {
    color: var(--mt-primary);
    font-weight: 600;
}
.qa-price-plans {
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 38%, #fff 100%);
    padding: clamp(2.75rem, 5vw, 3.5rem) 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-price-plans h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.6rem);
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.qa-price-plans-intro {
    text-align: center;
    color: #64748b;
    font-size: 0.98rem;
    max-width: 640px;
    margin: 0 auto 1.75rem;
    line-height: 1.55;
}
.qa-price-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--qa-radius-lg);
    padding: 1.5rem 1.35rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--qa-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.qa-price-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--qa-shadow-md);
}
.qa-price-card.qa-price-card-featured {
    border-color: #6ee7b7;
    border-width: 2px;
    box-shadow: 0 8px 32px rgba(13, 148, 136, 0.15);
}
.qa-price-card.qa-price-card-featured:hover {
    box-shadow: 0 12px 40px rgba(13, 148, 136, 0.18);
}
.qa-price-card-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0f766e;
    background: #d1fae5;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.qa-price-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
}
.qa-price-card-amount {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f766e;
    line-height: 1.2;
    margin-bottom: 6px;
}
.qa-price-card-sub {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.45;
}
.qa-price-card ul {
    margin: 0 0 16px 0;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}
.qa-price-card ul li {
    margin-bottom: 6px;
}
.qa-landing-main .qa-price-card--value .qa-price-product-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.qa-landing-main .qa-price-includes-heading {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0f7bb8;
}
.qa-landing-main .qa-price-includes-list {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}
.qa-landing-main .qa-price-includes-list li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    font-size: 0.94rem;
    line-height: 1.45;
    color: #334155;
    margin: 0;
}
.qa-landing-main .qa-price-includes-list .bi {
    color: #0d9488;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.qa-landing-main .qa-price-microcopy {
    margin-top: 0.85rem;
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}
.qa-landing-main .qa-price-cta-btn {
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
}
.qa-price-card .qa-price-cart-slot {
    margin-top: auto;
    padding-top: 8px;
}
.qa-price-cart-note {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 8px;
    line-height: 1.45;
}
.qa-pay-row .btn { font-size: 0.88rem; font-weight: 600; }
.qa-pay-row .add-to-cart-component .btn-primary {
    padding: 0.5rem 0.35rem;
    font-size: 0.82rem;
}
.qa-pay-row .add-to-cart-component small { font-size: 0.7rem; }
.qa-wa-cta {
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 16px;
    border-radius: 50px;
}
@media (max-width: 991px) {
    .qa-action-card {
        position: relative !important;
        top: auto !important;
        margin-top: 8px;
    }
}
@media (max-width: 768px) {
    .qa-landing-hero {
        padding: 40px 0 48px;
    }
    .qa-hero-title {
        font-size: 1.65rem;
    }
    .qa-hero-lead {
        font-size: 1rem;
    }
}
.qa-landing-breadcrumb {
    border-bottom: 1px solid #e8edf3;
    background: linear-gradient(180deg, #fafbfc 0%, #f4f7fb 100%) !important;
}
.qa-landing-main .qa-landing-syllabus.section-bg {
    background: linear-gradient(185deg, #f8fafc 0%, #ffffff 45%, #f1f5f9 100%);
    padding: clamp(2.75rem, 5vw, 3.75rem) 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.qa-landing-main .qa-landing-syllabus .section-title h2 {
    font-size: clamp(1.65rem, 3.2vw, 2.15rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    padding-bottom: 18px;
    letter-spacing: -0.02em;
}
.qa-landing-main .qa-landing-syllabus .section-title h2::after {
    width: 56px;
    height: 4px;
    left: calc(50% - 28px);
    border-radius: 4px;
    background: linear-gradient(90deg, var(--mt-primary) 0%, #0d9488 100%);
    bottom: 0;
}
.qa-landing-main .qa-landing-syllabus .section-title .text-muted {
    color: #64748b !important;
    font-size: 1rem !important;
    line-height: 1.55;
}
.qa-landing-faq.section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    padding: clamp(2.75rem, 5vw, 4rem) 0 !important;
    border-top: 1px solid #e2e8f0;
}
.qa-landing-faq .qa-faq-heading {
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.qa-landing-faq .section-title p {
    color: #64748b;
    font-size: 1.05rem;
}
.qa-final-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(148deg, #0c4a6e 0%, #0f766e 42%, #0d9488 88%, #0b7b73 100%);
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    color: #fff;
    text-align: center;
}
.qa-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 55% at 75% -10%, rgba(247, 191, 71, 0.12) 0%, transparent 55%);
    pointer-events: none;
}
.qa-final-cta .container {
    position: relative;
    z-index: 1;
}
.qa-final-cta-inner {
    max-width: 720px;
    margin: 0 auto;
}
.qa-final-cta h2 {
    font-size: clamp(1.45rem, 3.8vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.qa-final-cta-lead {
    font-size: 1.05rem;
    opacity: 0.94;
    margin-bottom: 1.5rem;
    line-height: 1.65;
}
.qa-final-cta-lead a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.qa-final-cta-lead a:hover {
    opacity: 0.92;
}
.qa-final-cta-box-wrap {
    max-width: 560px;
    margin: 0 auto 1.5rem;
}
.qa-final-cta-glass {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--qa-radius-lg);
    padding: 1.25rem 1.35rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.qa-final-cta-glass-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.qa-final-cta-glass-body {
    font-size: 0.93rem;
    opacity: 0.95;
    line-height: 1.55;
}
.qa-final-cta-glass-body a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.qa-final-cta .btn.btn-light.btn-lg {
    font-size: 1.05rem;
    padding: 16px 28px;
    font-weight: 700;
    border-radius: 14px;
    color: #0f766e !important;
    border: none;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.15s ease;
}
.qa-final-cta .btn.btn-light.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.26);
    color: #0d5c54 !important;
}
.qa-final-cta-foot {
    margin-top: 1.15rem;
    font-size: 0.88rem;
    opacity: 0.88;
}
@media (prefers-reduced-motion: reduce) {
    .qa-pilar-card,
    .qa-learning-card,
    .qa-price-card,
    .qa-syllabus-pillar {
        transition: none;
    }
    .qa-pilar-card:hover,
    .qa-learning-card:hover,
    .qa-price-card:hover {
        transform: none;
    }
    .qa-final-cta .btn.btn-light.btn-lg:hover {
        transform: none;
    }
}
/* Ritmo vertical alineado con landings plan (sistema-insercion / mentoría) */
.qa-landing-main .plan-landing-section {
    padding: 3rem 0;
}

.qa-landing-main .qa-landing-testimonial.testimonial-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.qa-landing-main .qa-landing-testimonial.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(19, 139, 201, 0.12) !important;
    border-color: rgba(19, 139, 201, 0.35) !important;
}

.qa-landing-main .curriculum-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .qa-landing-main .curriculum-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qa-landing-main .curriculum-grid .curriculum-card:nth-child(5):last-child {
        grid-column: 1 / -1;
        max-width: min(100%, 560px);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.curriculum-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.curriculum-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(19, 139, 201, 0.12);
    border-color: rgba(19, 139, 201, 0.35);
}

.curriculum-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.curriculum-card p {
    color: #475569;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.curriculum-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    color: #334155;
}

.curriculum-card ul li::before {
    content: "•";
    color: var(--mt-primary, #138bc9);
    font-weight: 700;
    margin-right: 8px;
}

.curriculum-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--mt-primary, #138bc9) 0%, var(--mt-primary-dark, #0d6fa3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
}

.curriculum-highlight {
    margin-top: 30px;
    background: linear-gradient(135deg, rgba(19, 139, 201, 0.12) 0%, rgba(247, 191, 71, 0.1) 100%);
    border-radius: 14px;
    padding: 20px 24px;
    color: #0d4a6e;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .curriculum-card {
        padding: 20px;
    }
}

.qa-landing-main .qa-program-modules {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 920px;
    margin: 0 auto;
}

.qa-landing-main .qa-program-module-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    background: #fff;
    color: #334155;
    line-height: 1.55;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.qa-landing-main .qa-program-module-item strong {
    color: #0d6fa3;
}

.qa-landing-main .qa-program-modules-section {
    background: #f8fafc;
    padding: 3rem 0;
}

.qa-landing-main .qa-repos-section {
    background: #fff;
}

.qa-landing-main .qa-repos-visual {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
    color: #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.qa-landing-main .qa-repos-visual-top {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 0.85rem;
    background: #1e293b;
    border-bottom: 1px solid #334155;
    font-size: 0.78rem;
}

.qa-landing-main .qa-repos-visual-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #475569;
}

.qa-landing-main .qa-repos-visual-top code {
    margin-left: 0.5rem;
    color: #94a3b8;
}

.qa-landing-main .qa-repos-tree {
    list-style: none;
    margin: 0;
    padding: 1rem 1.1rem 1.15rem;
    font-size: 0.88rem;
    line-height: 1.7;
}

.qa-landing-main .qa-repos-tree li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.qa-landing-main .qa-repos-tree .bi {
    color: #38bdf8;
}

.qa-landing-main .qa-problem-section {
    padding: 3rem 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.qa-landing-main .qa-problem-grid .qa-fit-item--warn {
    background: #fff7ed;
    border-color: #fed7aa;
}

.qa-landing-main .qa-problem-grid .qa-fit-item--warn .bi {
    color: #ea580c;
}

.qa-landing-main .qa-fit-item--muted {
    background: #f8fafc;
    border-color: #e2e8f0;
    opacity: 0.92;
}

.qa-landing-main .qa-fit-item--muted .bi {
    color: #94a3b8;
}

.qa-landing-main .qa-fit-columns {
    max-width: 980px;
    margin: 0 auto;
}

.qa-landing-main .qa-fit-column {
    height: 100%;
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    border: 1px solid #e2e8f0;
}

.qa-landing-main .qa-fit-column--yes {
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
    border-color: #bbf7d0;
}

.qa-landing-main .qa-fit-column--no {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-color: #e2e8f0;
}

.qa-landing-main .qa-fit-column-heading {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem;
}

.qa-landing-main .qa-fit-column-lead,
.ai-fit-section .qa-fit-column-lead {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin: -0.35rem 0 0.85rem;
}

.qa-landing-main .qa-fit-column--yes .qa-fit-column-heading {
    color: #0f766e;
}

.qa-landing-main .qa-fit-column--no .qa-fit-column-heading {
    color: #475569;
}

.qa-landing-main .qa-fit-column-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.qa-landing-main .qa-fit-column-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.94rem;
    line-height: 1.5;
    color: #334155;
}

.qa-landing-main .qa-fit-column--yes .qa-fit-column-list .bi {
    color: #0d9488;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.qa-landing-main .qa-fit-column--no .qa-fit-column-list .bi {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.qa-landing-main .qa-market-lab--methodology {
    background: linear-gradient(165deg, #e0f2fe 0%, #f0f9ff 38%, #fff 100%);
    border-top: 1px solid #bae6fd;
    border-bottom: 1px solid #bae6fd;
    padding: clamp(3rem, 6vw, 4.25rem) 0;
}

.qa-landing-main .qa-methodology-kicker {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0f7bb8;
    margin: 0 auto 0.75rem;
    max-width: max-content;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #bae6fd;
}

.qa-landing-main .qa-market-lab--methodology h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1.75rem;
}

.qa-landing-main .qa-methodology-flow-panel {
    background: #fff;
    border: 2px solid #bae6fd;
    border-radius: 18px;
    padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1rem, 3vw, 1.75rem);
    margin: 0 auto 1.5rem;
    max-width: 1040px;
    box-shadow: 0 12px 36px rgba(19, 139, 201, 0.12);
}

.qa-landing-main .qa-methodology-flow-steps {
    justify-content: center;
    gap: 0.5rem 0.35rem;
}

.qa-landing-main .qa-methodology-step {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.35rem 0.75rem 0.35rem 0.35rem;
    font-weight: 600;
}

.qa-landing-main .qa-methodology-flow-steps .qa-lab-step-num {
    background: linear-gradient(135deg, #138bc9 0%, #0d6fa3 100%);
    color: #fff;
}

.qa-landing-main .qa-methodology-explanation {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #334155;
    font-weight: 500;
}

.qa-landing-main .qa-methodology-cta {
    font-size: 0.92rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
}

.qa-landing-main .qa-program-module-outcome {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.92rem;
    color: #475569;
}

.qa-landing-main .qa-instructor-section {
    padding: 3rem 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.qa-landing-main .qa-urgency-section {
    padding: clamp(2.75rem, 5vw, 3.5rem) 0;
    background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 55%, #fff 100%);
    border-bottom: 1px solid #bae6fd;
}

.qa-landing-main .qa-urgency-body {
    max-width: 42rem;
    line-height: 1.7;
    color: #475569;
    font-size: 1.05rem;
}

.qa-landing-main .qa-section-split {
    display: grid;
    gap: 1.75rem;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .qa-landing-main .qa-section-split {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    }
}

.qa-landing-main .qa-outcomes-layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .qa-landing-main .qa-outcomes-layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
        gap: 2.5rem;
    }

    .qa-landing-main .qa-outcomes-copy .qa-outcomes-intro {
        text-align: left;
        margin-left: 0;
    }

    .qa-landing-main .qa-outcomes-copy h2 {
        text-align: left;
    }
}

.qa-landing-main .qa-learning-visual {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.qa-landing-main .qa-learning-visual-card {
    margin: 0;
}

.qa-landing-main .qa-lab-preview--ia {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.qa-landing-main .qa-urgency-quote {
    max-width: 36rem;
    margin: 0 auto;
    padding: 1.1rem 1.35rem;
    border-left: 4px solid #138bc9;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: left;
    box-shadow: 0 6px 20px rgba(19, 139, 201, 0.1);
}

.qa-landing-main .qa-guarantee-box {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.35rem 1.5rem;
    border: 1px solid #bae6fd;
    border-radius: 14px;
    background: #f0f9ff;
    color: #0f172a;
}

.qa-landing-main .qa-guarantee-box ul {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.6;
}

.qa-landing-main .qa-final-cta .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.qa-landing-main .qa-final-cta .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.qa-hero-icon-badge {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    flex-shrink: 0;
}
