.af-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

.af-wrapper h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    color: #27226C;
}

.af-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.af-section h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #27226C;
}

.af-row {
    margin-bottom: 15px;
}

.af-row-inline {
    display: flex;
    gap: 20px;
}

.af-row-inline > div {
    flex: 1;
}

.af-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.af-row input,
.af-row select,
.af-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font-size: 15px;
    background: #fafafa;
}

.af-row input:focus,
.af-row select:focus,
.af-row textarea:focus {
    outline: none;
    border-color: #27226C;
    background: #fff;
}

.af-btn-primary,
.af-btn-secondary {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: 0.2s;
    background: #BBA53D;
    color: #fff;
}

.af-btn-primary:hover,
.af-btn-secondary:hover {
    background: #9E8D32;
}

.af-semaforo {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.af-semaforo-neutral { background: #777; }
.af-semaforo-verde { background: #2ecc71; }
.af-semaforo-amarillo { background: #f1c40f; color: #000; }
.af-semaforo-rojo { background: #e74c3c; }

.af-detalle-viabilidad {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #27226C;
    font-size: 15px;
    line-height: 1.5;
}

.af-radio-group label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.af-radio-group input[type="radio"] {
    margin-right: 8px;
}

.af-privacidad-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.af-privacidad-top-texto a {
    color: #27226C;
    text-decoration: none;
}

.af-privacidad-top-texto a:hover {
    text-decoration: underline;
}

#af-mensaje {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.af-avalista-extra,
.af-aval-propiedades-extra,
.af-titular2-extra {
    display: none;
}

@media (max-width: 768px) {
    .af-row-inline {
        flex-direction: column;
    }
}
