.cenoa-argautos-attribution {
    margin-top: 8px;
    font-size: 12px;
    color: #0f2a38;
}

.cenoa-argautos-attribution strong {
    color: #dda853;
}

.wpcf7-form select[name="vehiculo-marca"]:disabled,
.wpcf7-form select[name="vehiculo-modelo"]:disabled,
.wpcf7-form select[name="vehiculo-version"]:disabled,
.wpcf7-form select[name="vehiculo-anio"]:disabled {
    opacity: .65;
    cursor: wait;
}


/* Resultado visual de cotización — v0.2.1 */
/* Identidad visual: fondo #F9FAFB + acento principal #0079FF */
.ccot-result-card {
    box-sizing: border-box;
    width: 100%;
    margin: 28px 0;
    padding: 48px 32px 38px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    color: #1F2937;
    animation: ccotResultIn .5s ease both;
}

.ccot-result-card[hidden] { display: none !important; }

.ccot-result-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0079FF;
    box-shadow: 0 10px 24px rgba(0, 121, 255, .22);
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.ccot-result-eyebrow {
    margin: 0 0 14px;
    color: #0079FF;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.4;
}

.ccot-result-card h3 {
    margin: 0;
    color: #1F2937;
    font-size: clamp(25px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.2;
}

.ccot-result-price {
    margin: 18px 0 26px;
    color: #0079FF;
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.ccot-result-copy {
    max-width: 760px;
    margin: 0 auto 22px;
    color: #4B5563;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.ccot-result-copy strong {
    color: #1F2937;
    font-weight: 700;
}

.ccot-result-note {
    max-width: 760px;
    margin: 0 auto 28px;
    padding-top: 20px;
    border-top: 1px solid #E5E7EB;
    color: #6B7280;
    font-size: 13px;
    line-height: 1.6;
}

.ccot-result-note::before {
    content: "i";
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    background: rgba(0, 121, 255, .10);
    color: #0079FF;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
}

.ccot-result-reset {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 15px 27px;
    background: #0079FF;
    box-shadow: 0 10px 22px rgba(0, 121, 255, .20);
    color: #FFFFFF;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ccot-result-reset::after {
    content: "›";
    display: inline-block;
    margin-left: 14px;
    font-size: 24px;
    font-weight: 400;
    line-height: .5;
    vertical-align: -2px;
}

.ccot-result-reset:hover {
    background: #006CE6;
    box-shadow: 0 14px 28px rgba(0, 121, 255, .28);
    transform: translateY(-2px);
}

.ccot-result-reset:focus-visible {
    outline: 3px solid rgba(0, 121, 255, .25);
    outline-offset: 3px;
}

@keyframes ccotResultIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .ccot-result-card {
        padding: 38px 20px 30px;
        border-radius: 16px;
    }

    .ccot-result-icon {
        width: 56px;
        height: 56px;
        font-size: 27px;
    }

    .ccot-result-eyebrow {
        font-size: 10px;
        letter-spacing: .16em;
    }

    .ccot-result-copy {
        font-size: 15px;
        line-height: 1.65;
    }

    .ccot-result-note {
        font-size: 12px;
    }

    .ccot-result-reset {
        width: 100%;
        max-width: 320px;
    }
}


/* Resumen del vehículo en la pantalla final — v0.3.1 */
.ccot-result-vehicle {
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 20px 24px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
}

.ccot-result-vehicle-title {
    margin-bottom: 10px;
    color: #0079FF;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ccot-result-vehicle-name {
    color: #1F2937;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

.ccot-result-vehicle-version {
    margin-top: 4px;
    color: #4B5563;
    font-size: 14px;
    line-height: 1.55;
}

.ccot-result-vehicle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin-top: 15px;
}

.ccot-result-vehicle-meta span {
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}

.ccot-result-vehicle-meta span + span::before {
    content: "•";
    margin: 0 10px;
    color: #9CA3AF;
}

.ccot-result-attribution {
    margin: -10px auto 22px;
    color: #9CA3AF;
    font-size: 11px;
    line-height: 1.55;
}

.ccot-result-attribution strong {
    color: #6B7280;
    font-weight: 700;
}

@media (max-width: 600px) {
    .ccot-result-vehicle {
        padding: 18px;
        text-align: left;
    }

    .ccot-result-vehicle-name {
        font-size: 17px;
    }

    .ccot-result-vehicle-meta {
        display: block;
        margin-top: 12px;
    }

    .ccot-result-vehicle-meta span {
        display: block;
        margin: 4px 0;
    }

    .ccot-result-vehicle-meta span + span::before {
        display: none;
    }

    .ccot-result-attribution {
        margin-bottom: 20px;
        font-size: 10px;
    }
}

/* Wizard de cotización — v0.4.0 */
.ccot-wizard{font-family:"Montserrat",sans-serif;background:#F9FAFB;border:1px solid #E5E7EB;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.07);color:#1F2937}
.ccot-wizard-head{padding:24px 34px 0}.ccot-wizard-kicker{font-size:11px;font-weight:800;letter-spacing:.18em;color:#0079FF;margin-bottom:12px}.ccot-wizard-progress{height:6px;background:#E5E7EB;border-radius:999px;overflow:hidden}.ccot-wizard-progress span{display:block;height:100%;background:#0079FF;border-radius:999px;transition:width .35s ease}.ccot-wizard-progress-text{margin-top:8px;text-align:right;font-size:11px;color:#6B7280}
.ccot-wizard-body{padding:16px 34px 34px}.ccot-wizard-step{display:none;animation:ccotStepIn .3s ease}.ccot-wizard-step.is-active{display:block}.ccot-step-visual{width:76px;height:76px;margin:8px auto 14px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:rgba(0,121,255,.09);font-size:34px}.ccot-step-copy{text-align:center;max-width:700px;margin:0 auto 28px}.ccot-step-number{font-size:10px;font-weight:800;letter-spacing:.16em;color:#0079FF;margin-bottom:8px}.ccot-step-copy h2{margin:0;color:#172033;font-size:clamp(25px,4vw,38px);line-height:1.18;font-weight:800}.ccot-step-copy p{margin:10px auto 0;color:#667085;font-size:15px;line-height:1.6}.ccot-step-fields{max-width:760px;margin:0 auto}.ccot-step-fields .cenoa-form-col,.ccot-step-fields .cenoa-form-col-full{width:100%!important;max-width:none!important;margin-bottom:20px!important}.ccot-step-fields label{font-weight:600;color:#344054}.ccot-step-fields input:not([type=hidden]),.ccot-step-fields select,.ccot-step-fields textarea{box-sizing:border-box;width:100%;margin-top:8px;min-height:54px;border:1px solid #D0D5DD;border-radius:12px;background:#fff;padding:13px 15px;font-family:"Montserrat",sans-serif;font-size:15px;color:#1F2937;outline:none;transition:border-color .2s,box-shadow .2s}.ccot-step-fields textarea{min-height:110px}.ccot-step-fields input:focus,.ccot-step-fields select:focus,.ccot-step-fields textarea:focus{border-color:#0079FF;box-shadow:0 0 0 4px rgba(0,121,255,.1)}.ccot-field-error{border-color:#E5484D!important;box-shadow:0 0 0 3px rgba(229,72,77,.08)!important}
.ccot-wizard-nav{max-width:760px;margin:8px auto 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.ccot-back,.ccot-next{appearance:none;border:0;border-radius:11px;padding:14px 20px;font-family:"Montserrat",sans-serif;font-weight:700;cursor:pointer}.ccot-back{background:transparent;color:#475467}.ccot-next{margin-left:auto;background:#0079FF;color:#fff;box-shadow:0 8px 18px rgba(0,121,255,.18)}
.ccot-native-choice{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.ccot-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}.ccot-choice-card{appearance:none;border:1px solid #D0D5DD;border-radius:14px;background:#fff;padding:18px 10px;min-height:105px;font-family:"Montserrat",sans-serif;color:#344054;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:.2s}.ccot-choice-card:hover{border-color:#0079FF;transform:translateY(-2px)}.ccot-choice-card.is-selected{border:2px solid #0079FF;background:rgba(0,121,255,.055);color:#0079FF;box-shadow:0 8px 22px rgba(0,121,255,.10)}.ccot-choice-icon{font-size:25px}.ccot-choice-card strong{font-size:13px}.ccot-wizard .wpcf7-submit{width:100%!important;min-height:56px!important;border:0!important;border-radius:12px!important;background:#0079FF!important;color:#fff!important;font-family:"Montserrat",sans-serif!important;font-weight:800!important;font-size:16px!important;box-shadow:0 10px 22px rgba(0,121,255,.2)!important;cursor:pointer!important}
@keyframes ccotStepIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}
@media(max-width:600px){.ccot-wizard{border-radius:16px}.ccot-wizard-head{padding:20px 18px 0}.ccot-wizard-body{padding:12px 18px 24px}.ccot-step-visual{width:64px;height:64px;border-radius:20px;font-size:29px}.ccot-step-copy{margin-bottom:22px}.ccot-step-copy h2{font-size:27px}.ccot-step-copy p{font-size:14px}.ccot-choice-grid{grid-template-columns:1fr;gap:9px}.ccot-choice-card{min-height:70px;flex-direction:row;justify-content:flex-start;padding:13px 16px}.ccot-choice-icon{width:32px;text-align:center}.ccot-wizard-nav{margin-top:2px}.ccot-back,.ccot-next{padding:13px 15px}}
