/* ==========================================================================
   NGC Asesoria v2.0 — Rediseño completo
   Sin fondos oscuros. Sin emojis. Limpio y profesional.
   ========================================================================== */

/* ── Ocultar título WP y badge lectura ──────────────────────────── */

.ngc-asesoria-page .ngc-single-header {
    display: none !important;
}

.ngc-asesoria-page .ngc-reading-time {
    display: none !important;
}

/* ── Contenedor principal ───────────────────────────────────────── */

.ngc-asesoria {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: inherit;
    color: inherit;
}

/* ── Barra de progreso ──────────────────────────────────────────── */

.ngc-progress {
    height: 4px;
    background: #eee;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.ngc-progress--visible {
    opacity: 1;
}

.ngc-progress__bar {
    height: 100%;
    width: 0;
    background: #E10600;
    transition: width .4s ease;
}

/* ── Pantallas ──────────────────────────────────────────────────── */

.ngc-screen {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .45s ease, transform .45s ease;
}

.ngc-screen--active {
    display: block;
}

.ngc-screen--visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Pantalla inicial ───────────────────────────────────────────── */

.ngc-intro {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ngc-line-red {
    width: 40px;
    height: 3px;
    background: #E10600;
    border-radius: 2px;
    margin-bottom: 24px;
}

.ngc-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.15;
}

.ngc-subtitle {
    font-size: 1rem;
    color: #777;
    margin-bottom: 40px;
    max-width: 400px;
    line-height: 1.5;
}

.ngc-btn--start {
    background: #E10600;
    color: #fff;
    padding: 18px 72px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: .5px;
    font-family: inherit;
    transition: all .2s;
}

.ngc-btn--start:hover {
    opacity: .9;
    transform: scale(1.02);
}

/* Precio */
.ngc-price {
    margin-top: 52px;
    text-align: center;
}

.ngc-price__amount {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #E10600;
    line-height: 1;
}

.ngc-price__period {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

/* ── Preguntas ──────────────────────────────────────────────────── */

.ngc-step {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ngc-question {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin: 24px 0 28px;
    line-height: 1.3;
}

/* ── Opciones ───────────────────────────────────────────────────── */

.ngc-options {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ngc-option {
    background: #f7f7f5;
    border: 1.5px solid #e8e8e5;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    line-height: 1.45;
    transition: all .2s;
    width: 100%;
}

.ngc-option:hover {
    border-color: #E10600;
    background: #E10600;
    color: #fff;
}

.ngc-option--selected {
    border-color: #E10600;
    background: #E10600;
    color: #fff;
}

/* ── Resultado ──────────────────────────────────────────────────── */

.ngc-result {
    text-align: center;
}

.ngc-result__msg {
    font-size: 16px;
    color: #555;
    max-width: 480px;
    text-align: center;
    line-height: 1.6;
    margin: 16px auto 28px;
}

/* ── Bloque servicio ────────────────────────────────────────────── */

.ngc-servicio {
    background: #f7f7f5;
    border-left: 4px solid #E10600;
    padding: 24px 28px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 32px;
    text-align: left;
}

.ngc-servicio__title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}

.ngc-servicio__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ngc-servicio__list li {
    font-size: 13px;
    color: #555;
    line-height: 2;
}

/* ── Formulario ─────────────────────────────────────────────────── */

.ngc-form-wrap {
    max-width: 480px;
    margin: 0 auto;
}

.ngc-form__title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    text-align: left;
}

.ngc-form__field {
    margin-bottom: 12px;
}

.ngc-form__field label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    font-weight: 500;
}

.ngc-req {
    color: #E10600;
}

.ngc-form__field input,
.ngc-form__field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    background: #fafafa;
    color: #333;
    font-family: inherit;
    transition: border-color .2s;
}

.ngc-form__field input:focus,
.ngc-form__field textarea:focus {
    border-color: #E10600;
    outline: none;
}

.ngc-form__field textarea {
    height: 70px;
    resize: vertical;
}

.ngc-form__error {
    color: #E10600;
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 0;
}

.ngc-form__actions {
    display: flex;
    gap: 12px;
}

/* ── Botones de acción ──────────────────────────────────────────── */

.ngc-btn--submit {
    flex: 1;
    background: #E10600;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: opacity .2s;
}

.ngc-btn--submit:hover {
    opacity: .9;
}

.ngc-btn--submit:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.ngc-asesoria .ngc-btn--whatsapp,
a.ngc-btn--whatsapp {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #FFFFFF !important;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity .2s;
}

.ngc-asesoria .ngc-btn--whatsapp:hover,
.ngc-asesoria .ngc-btn--whatsapp:visited,
.ngc-asesoria .ngc-btn--whatsapp:active,
.ngc-asesoria .ngc-btn--whatsapp:focus,
a.ngc-btn--whatsapp:hover,
a.ngc-btn--whatsapp:visited,
a.ngc-btn--whatsapp:active,
a.ngc-btn--whatsapp:focus {
    color: #FFFFFF !important;
    text-decoration: none !important;
    opacity: .9;
}

.ngc-asesoria .ngc-btn--whatsapp svg,
a.ngc-btn--whatsapp svg {
    flex-shrink: 0;
    fill: #FFFFFF !important;
}

/* ── Confirmación ───────────────────────────────────────────────── */

.ngc-confirm {
    text-align: center;
    padding: 40px 0;
}

.ngc-confirm__check {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    background: #E10600;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ngc-confirm__check::before {
    content: '\2713';
    font-weight: 700;
}

.ngc-confirm__msg {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* ── Responsive ─────────────────────────────────────────────────── */

@media (max-width: 600px) {
    .ngc-asesoria {
        padding: 40px 16px;
    }

    .ngc-title {
        font-size: 1.8rem;
    }

    .ngc-btn--start {
        width: 100%;
        padding: 16px 24px;
    }

    .ngc-price__amount {
        font-size: 28px;
    }

    .ngc-option {
        padding: 14px 16px;
    }

    .ngc-servicio {
        padding: 20px 20px;
    }

    .ngc-form__actions {
        flex-direction: column;
    }
}
