/* RUNA-ODS: corrección visual limpia para página de registro */
.register-section {
    background: linear-gradient(180deg, #f4faf6 0%, #ffffff 100%);
}

.register-split {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
    gap: 24px;
    align-items: start;
}

.register-info-card,
.register-form-card {
    text-align: left !important;
    padding: clamp(26px, 3vw, 38px) !important;
    border-radius: 30px !important;
}

.register-info-card h2,
.register-form-card h2 {
    margin: 12px 0 14px !important;
    color: #07140d !important;
    -webkit-text-fill-color: #07140d !important;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

.lead-text,
.form-intro {
    color: #25352c !important;
    line-height: 1.7 !important;
    margin-bottom: 22px !important;
}

.register-benefit-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 26px;
}

.register-benefit-list div {
    position: relative;
    padding: 18px 18px 18px 52px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(47,125,87,.16);
    box-shadow: 0 14px 30px rgba(13,45,30,.06);
}

.register-benefit-list div::before {
    content: '✓';
    position: absolute;
    left: 18px;
    top: 18px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #2f7d57;
    color: #ffffff;
    font-weight: 950;
    font-size: .85rem;
}

.register-benefit-list strong {
    display: block;
    color: #0c2b1c !important;
    -webkit-text-fill-color: #0c2b1c !important;
    margin-bottom: 5px;
}

.register-benefit-list span {
    display: block;
    color: #31453a !important;
    -webkit-text-fill-color: #31453a !important;
    line-height: 1.55;
}

.institution-callout {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #eaf5ee, #ffffff);
    border: 1px solid rgba(47,125,87,.18);
}

.institution-callout span {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #245f42 !important;
    -webkit-text-fill-color: #245f42 !important;
    font-weight: 900;
    font-size: .85rem;
    border: 1px solid rgba(47,125,87,.18);
    margin-bottom: 10px;
}

.institution-callout p {
    color: #25352c !important;
    line-height: 1.65;
    margin-bottom: 16px;
}

.register-form label {
    text-align: left !important;
    color: #0c2b1c !important;
    -webkit-text-fill-color: #0c2b1c !important;
    font-weight: 850 !important;
}

.register-form input,
.register-form select,
.register-form textarea {
    text-align: left !important;
    color: #07140d !important;
    -webkit-text-fill-color: #07140d !important;
    background: #ffffff !important;
}

.register-submit-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.register-submit-row .btn {
    min-width: 220px;
    justify-content: center;
}

.register-submit-row small {
    color: #516257 !important;
    -webkit-text-fill-color: #516257 !important;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .register-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .register-info-card,
    .register-form-card {
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .register-submit-row .btn {
        width: 100%;
    }
}

/* RUNA-ODS: campos vacíos, reCAPTCHA y mensajes de validación */
.register-form input::placeholder,
.register-form textarea::placeholder {
    color: transparent !important;
}

.register-form input:-webkit-autofill,
.register-form input:-webkit-autofill:hover,
.register-form input:-webkit-autofill:focus,
.register-form textarea:-webkit-autofill,
.register-form select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #07140d !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

.recaptcha-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 2px 0 4px;
    min-height: 78px;
}

.form-alert {
    border: 1px solid rgba(127, 29, 29, .18);
    background: #fff5f5;
    color: #7f1d1d !important;
    -webkit-text-fill-color: #7f1d1d !important;
    border-radius: 16px;
    padding: 13px 16px;
    margin: 14px 0 18px;
    font-weight: 800;
    line-height: 1.45;
}

@media (max-width: 700px) {
    .recaptcha-row {
        overflow-x: auto;
    }
}


/* RUNA-ODS: flujo por código */
.soft-note-card {
    margin-top: 22px;
    background: #ffffff;
    border-left: 5px solid #2f7d57;
}

.register-info-card .btn-secondary {
    margin-top: 10px;
}

.register-form input[type="file"] {
    padding: 12px;
    min-height: 46px;
}

.register-form input[type="file"]::file-selector-button {
    border: 0;
    border-radius: 999px;
    background: #2f7d57;
    color: #ffffff;
    font-weight: 850;
    padding: 9px 14px;
    margin-right: 12px;
    cursor: pointer;
}

.price-card .price span {
    color: #245f42 !important;
    -webkit-text-fill-color: #245f42 !important;
    font-weight: 800;
}
