/* Landing Sondeos Paraguay — móvil primero */
.sondeos-page {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: #f9e4e1;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}

.sondeos-page *,
.sondeos-page *::before,
.sondeos-page *::after {
    box-sizing: border-box;
}

.sondeos-wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 1rem 0.85rem 1.75rem;
}

.sondeos-card {
    background: #fff;
    border-radius: 18px;
    border-top: 7px solid #e32e26;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 1.35rem 1.15rem 1.25rem;
}

.sondeos-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.sondeos-brand__logo {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.sondeos-brand__text {
    line-height: 1.08;
    text-align: left;
}

.sondeos-brand__line {
    display: block;
}

.sondeos-brand__line--main {
    font-weight: 800;
    font-size: 1.12rem;
    letter-spacing: 0.04em;
    color: #1a1a1a;
}

.sondeos-brand__line--sub {
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: #0038a8;
    margin-top: 0.1rem;
}

.sondeos-brand__line--distrito {
    font-weight: 800;
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    line-height: 1.15;
    color: #e32e26;
    margin-top: 0.2rem;
    max-width: 11.5rem;
}

.sondeos-title {
    margin: 0 0 1.1rem;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.sondeos-candidate {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    background: #fce4e4;
    border-radius: 14px;
    padding: 0.85rem 0.9rem;
    margin-bottom: 1.15rem;
}

.sondeos-candidate__photo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 3px solid #e32e26;
    flex-shrink: 0;
    background: #fff;
}

.sondeos-candidate__body {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
    line-height: 1.35;
}

.sondeos-candidate__fecha {
    margin: 0 0 0.2rem;
    color: #333;
}

.sondeos-candidate__fecha strong {
    color: #e32e26;
    font-weight: 800;
}

.sondeos-candidate__nombre {
    margin: 0 0 0.15rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.sondeos-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #e32e26;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
}

.sondeos-candidate__cargo {
    margin: 0 0 0.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #e32e26;
    letter-spacing: 0.02em;
}

.sondeos-candidate__lista {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sondeos-label {
    display: block;
    margin: 0 0 0.45rem;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.sondeos-input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin-bottom: 0.85rem;
    background: #fff;
    -webkit-appearance: none;
}

.sondeos-input:focus {
    outline: none;
    border-color: #e32e26;
    box-shadow: 0 0 0 3px rgba(227, 46, 38, 0.15);
}

.sondeos-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.9rem 1rem;
    margin-bottom: 0.65rem;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.sondeos-btn:active {
    transform: scale(0.98);
}

.sondeos-btn--red {
    background: #e32e26;
}

.sondeos-btn--red:hover {
    filter: brightness(1.05);
}

.sondeos-btn--green {
    background: #1a8245;
    margin-bottom: 0;
}

.sondeos-btn--green:hover {
    filter: brightness(1.06);
}

.sondeos-btn__play {
    font-size: 0.75rem;
    line-height: 1;
}

.sondeos-footer {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.78rem;
    color: #888;
}

.sondeos-msg {
    margin: 0 0 0.65rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    font-size: 0.82rem;
    display: none;
}

.sondeos-msg--error {
    display: block;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    line-height: 1.45;
}

.sondeos-btn:disabled {
    opacity: 0.7;
    cursor: wait;
}

.sondeos-padron {
    margin: 0 0 0.85rem;
    padding: 1rem 1.05rem;
    background: #f0fff4;
    border: 1px solid #c6f6d5;
    border-radius: 12px;
    animation: sondeos-fade-in 0.35s ease;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.45;
}

@keyframes sondeos-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.sondeos-padron__nombre {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.sondeos-padron__linea {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.sondeos-padron__linea:last-child {
    margin-bottom: 0;
}

.sondeos-padron__lbl {
    font-weight: 800;
}

.sondeos-padron__mesa-orden strong.sondeos-padron__lbl {
    margin-left: 0.85rem;
}

.sondeos-input {
    margin-bottom: 0.65rem;
}

@media (min-width: 480px) {
    .sondeos-wrap {
        padding-top: 1.5rem;
    }
    .sondeos-title {
        font-size: 1.5rem;
    }
    .sondeos-candidate__photo {
        width: 96px;
        height: 96px;
    }
}
