/*
Estilos para Libro de Reclamaciones
*/

.lr-page-main {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 16px;
}

.lr-page-wrapper {
    width: 100%;
    max-width: 780px;
}

.libro-reclamaciones-container {
    background: #ededed;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* ---- Cabecera de empresa ---- */
.lr-company-header {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px 28px;
    border-bottom: 2px solid #e3e8ee;
    flex-wrap: wrap;
}

.lr-company-logo img {
    max-height: 56px;
}

.lr-col-doc {
    max-width: 200px;
}
.lr-company-info {
    flex: 1;
    font-size: 0.97rem;
    color: #444;
    line-height: 1.6;
}
.lr-titulo-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a3a5c;
    text-align: right;
    flex: 1;
    white-space: nowrap;
}

/* ---- Intro legal y fecha ---- */
.lr-legal-intro {
    background: #fff;
    padding: 14px 28px;
    font-size: 0.96rem;
    color: #444;
    border-bottom: 1px solid #e3e8ee;
}
.lr-fecha {
    background: #fff;
    padding: 10px 28px 16px;
    font-size: 0.93rem;
    color: #666;
    text-transform: capitalize;
    border-bottom: 2px solid #e3e8ee;
    margin-bottom: 0;
}

/* ---- Formulario ---- */
.libro-reclamaciones-form {
    background: #fff;
    padding: 28px 32px 36px;
    width: 100%;
    box-sizing: border-box;
}

/* ---- Títulos de sección ---- */
.lr-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 6px 0;
    padding-top: 4px;
}
.lr-subsection-title {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin: 0 0 14px 0;
}

/* ---- Grupos de campo ---- */
.lr-form-group {
    margin-bottom: 18px;
}
.lr-label-text {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 7px;
}

/* ---- Filas ---- */
.lr-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
    align-items: flex-start;
}
.lr-col {
    flex: 1 1 200px;
    min-width: 160px;
}
.lr-col-auto {
    flex: 0 0 auto;
}

/* ---- Inputs y selects ---- */
.lr-input,
.lr-select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 36px;
    border: 1.5px solid #d1dbe8;
    background: #f7fafd;
    font-size: 1rem;
    color: #2d3a4b;
    outline: none;
    transition: box-shadow 0.2s, border 0.2s;
    box-shadow: 0 1px 4px rgba(44,62,80,0.04);
    box-sizing: border-box;
}
.lr-input:focus,
.lr-select:focus {
    box-shadow: 0 0 0 2px #b3d4fc;
    border-color: #b3d4fc;
    background: #fff;
}
textarea.lr-input {
    border-radius: 14px;
    min-height: 90px;
}

/* ---- Radio buttons ---- */
.lr-radios-group {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}
.lr-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
}
.lr-radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #1a3a5c;
}

/* ---- Checkbox ---- */
.lr-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #1a3a5c;
    cursor: pointer;
}
.lr-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1a3a5c;
}

/* ---- Texto aclaratorio ---- */
.lr-hint {
    font-size: 0.88rem;
    color: #888;
    margin: -4px 0 16px 0;
    padding-left: 4px;
}

/* ---- Divider ---- */
.lr-divider {
    border: none;
    border-top: 1.5px solid #e3e8ee;
    margin: 28px 0 24px;
}

/* ---- Textos legales ---- */
.lr-legal-block {
    background: #eaf3fb;
    border-left: 4px solid #2471a3;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 24px;
}
.lr-legal-block p {
    font-size: 0.91rem;
    color: #1a3a5c;
    margin: 0 0 10px 0;
    line-height: 1.6;
}
.lr-legal-block p:last-child {
    margin-bottom: 0;
}

/* ---- reCAPTCHA ---- */
.lr-recaptcha-wrap {
    margin-bottom: 20px;
}

/* ---- Botón Enviar ---- */
.lr-btn-enviar {
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 36px;
    padding: 14px 48px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.1s;
}
.lr-btn-enviar:hover {
    background: #2471a3;
    transform: translateY(-1px);
}

/* ---- Encabezados antiguos (compatibilidad) ---- */
.libro-reclamaciones-header { margin-bottom: 30px; color: #444; }
.libro-reclamaciones-section-title {
    font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; color: #444;
}

/* ---- Responsive ---- */
@media (max-width: 680px) {
    .lr-company-header { flex-direction: column; align-items: flex-start; }
    .lr-titulo-header { text-align: left; }
    .libro-reclamaciones-form { padding: 18px 16px 28px; }
    .lr-row { flex-direction: column; gap: 10px; }
    .lr-col { min-width: unset; }
    .lr-radios-group { gap: 16px; }
}
