﻿.pqr-pagina {
    padding: clamp(2.5rem, 6vw, 5rem) 1.25rem 0;
}

.pqr-contenedor {
    width: min(100%, 68rem);
    margin: 0 auto;
}

.pqr-encabezado {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: none;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.pqr-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-primary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pqr-eyebrow .material-symbols-outlined {
    font-size: 1.25rem;
}

.pqr-encabezado h1 {
    color: var(--color-primary-dark);
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.pqr-encabezado > p:last-child {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: visible;
    color: #4d665f;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.72;
    white-space: normal;
    overflow-wrap: break-word;
}

.pqr-panel {
    border: 1px solid #d9e4e0;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    padding: clamp(1.25rem, 4vw, 2.5rem);
    box-shadow: 0 18px 45px rgba(14, 64, 52, 0.09);
}

@media (max-width: 600px) {
    .pqr-pagina {
        padding-inline: 1rem;
    }

    .pqr-panel {
        border-radius: 1.15rem;
        padding: 1.15rem;
    }
}
