/* Canal de Denúncias — página pública */
.ma-denuncia-main {
    min-height: 70vh;
    padding: 46px 16px 80px;
    background: #f5f7fa;
    color: #101827;
}

.ma-denuncia-page {
    width: min(100%, 1040px);
    margin: 0 auto;
}

.ma-denuncia-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 42px 46px;
    border-radius: 26px;
    background: linear-gradient(135deg, #082c4d 0%, #0b3c68 68%, #0c3153 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(8, 35, 61, .16);
}

.ma-denuncia-hero::after {
    content: '';
    position: absolute;
    right: -110px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 64, 36, .34), rgba(232, 64, 36, 0) 68%);
    pointer-events: none;
}

.ma-denuncia-kicker,
.ma-denuncia-card-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: #ff775e;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ma-denuncia-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(2rem, 4.3vw, 3.3rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.045em;
}

.ma-denuncia-hero > p {
    position: relative;
    z-index: 1;
    max-width: 790px;
    margin: 0;
    color: #dce8f4;
    font-size: 1rem;
    line-height: 1.55;
}

.ma-denuncia-trust-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 25px;
}

.ma-denuncia-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
}

.ma-denuncia-trust-row span::before {
    content: '✓';
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: #E84024;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.ma-denuncia-notice {
    margin: 0 0 18px;
    padding: 13px 16px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 650;
}
.ma-denuncia-notice.is-success { border-color: #bbebcb; background: #effcf3; color: #166534; }
.ma-denuncia-notice.is-error { border-color: #fecaca; background: #fff4f3; color: #991b1b; }
.ma-denuncia-notice.is-info { border-color: #bfdbfe; background: #f0f7ff; color: #1e40af; }

.ma-denuncia-gate-card,
.ma-denuncia-success-card {
    width: min(100%, 680px);
    margin: 34px auto;
    padding: 38px;
    border: 1px solid #e1e6ed;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.ma-denuncia-step {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff0ec;
    color: #E84024;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ma-denuncia-gate-card h2,
.ma-denuncia-success-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(1.55rem, 4vw, 2.1rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.035em;
}

.ma-denuncia-gate-card p,
.ma-denuncia-success-card p {
    max-width: 560px;
    margin: 0 auto 20px;
    color: #637083;
    font-size: 14px;
    line-height: 1.55;
}

.ma-denuncia-google-button,
.ma-denuncia-primary-button,
.ma-denuncia-secondary-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ma-denuncia-google-button {
    border: 1px solid #d9e0e8;
    background: #fff;
    color: #172033 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
    font-size: 14px;
    font-weight: 800;
}
.ma-denuncia-google-button svg { width: 22px; height: 22px; flex: 0 0 22px; }

.ma-denuncia-primary-button {
    background: #E84024;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(232, 64, 36, .22);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .01em;
}
.ma-denuncia-primary-button:hover,
.ma-denuncia-google-button:hover { transform: translateY(-1px); }
.ma-denuncia-primary-button:hover { background: #d7391f; box-shadow: 0 14px 28px rgba(232, 64, 36, .27); }

.ma-denuncia-secondary-button {
    min-height: 44px;
    border: 1px solid #d9e0e8;
    color: #172033 !important;
    font-size: 12px;
    font-weight: 850;
}

.ma-denuncia-success-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    place-items: center;
    border-radius: 50%;
    background: #e9faef;
    color: #16a34a;
    font-size: 25px;
    font-weight: 900;
}

.ma-denuncia-protocol {
    display: block;
    margin: -9px auto 20px;
    color: #E84024;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    letter-spacing: .045em;
}

.ma-denuncia-form { display: grid; gap: 18px; }
.ma-denuncia-form-card {
    padding: 28px 30px;
    border: 1px solid #e1e6ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(15, 23, 42, .045);
}

.ma-denuncia-form-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.ma-denuncia-form-heading > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 10px;
    background: #fff0ec;
    color: #E84024;
    font-size: 11px;
    font-weight: 900;
}

.ma-denuncia-form-heading h2 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
}
.ma-denuncia-form-heading p { margin: 0; color: #748094; font-size: 13px; line-height: 1.45; }

.ma-denuncia-grid { display: grid; gap: 16px; }
.ma-denuncia-grid.two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ma-denuncia-field { display: block; margin: 0 0 16px; }
.ma-denuncia-grid .ma-denuncia-field { margin-bottom: 0; }
.ma-denuncia-field > span,
.ma-reply-card label > span { display: block; margin-bottom: 7px; color: #263246; font-size: 12px; font-weight: 850; }

.ma-denuncia-field input,
.ma-denuncia-field textarea,
.ma-denuncia-field select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
    outline: 0;
    background: #fff;
    color: #111827;
    font: inherit;
    font-size: 14px;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.ma-denuncia-field input { min-height: 46px; padding: 0 13px; }
.ma-denuncia-field textarea { padding: 12px 13px; line-height: 1.55; resize: vertical; }
.ma-denuncia-field input:focus,
.ma-denuncia-field textarea:focus { border-color: #E84024; box-shadow: 0 0 0 3px rgba(232, 64, 36, .09); }
.ma-denuncia-field input[readonly] { background: #f7f9fb; color: #64748b; }
.ma-denuncia-field small { display: block; margin-top: 7px; color: #8a95a6; font-size: 11px; line-height: 1.4; }
.ma-denuncia-date-field { max-width: 270px; }

.ma-denuncia-upload-box {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1.5px dashed #cbd5e1;
    border-radius: 14px;
    background: #f9fbfd;
    text-align: center;
    cursor: pointer;
}
.ma-denuncia-upload-box:hover { border-color: #E84024; background: #fff9f7; }
.ma-denuncia-upload-icon { display: grid; width: 38px; height: 38px; margin-bottom: 8px; place-items: center; border-radius: 50%; background: #fff0ec; color: #E84024; font-size: 21px; }
.ma-denuncia-upload-box strong { color: #1d2939; font-size: 13px; }
.ma-denuncia-upload-box small { margin: 4px 0 13px; color: #7d8999; font-size: 11px; }
.ma-denuncia-upload-box input { max-width: 420px; color: #4b5563; font-size: 12px; }

.ma-denuncia-terms-card { border-color: #dce3eb; }
.ma-denuncia-legal-copy { margin-bottom: 18px; padding: 16px 18px; border-radius: 12px; background: #f7f9fb; color: #667085; font-size: 12px; line-height: 1.55; }
.ma-denuncia-legal-copy p { margin: 0 0 8px; }
.ma-denuncia-legal-copy p:last-child { margin-bottom: 0; }
.ma-denuncia-check { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0; color: #344054; font-size: 12px; line-height: 1.5; cursor: pointer; }
.ma-denuncia-check input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; accent-color: #E84024; }

.ma-denuncia-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 4px 6px;
}
.ma-denuncia-submit-row div { display: flex; flex-direction: column; gap: 3px; }
.ma-denuncia-submit-row strong { color: #172033; font-size: 13px; }
.ma-denuncia-submit-row span { color: #7b8798; font-size: 11px; }
.ma-denuncia-primary-button.is-submit { min-width: 190px; }

.ma-denuncia-safety-note {
    margin-top: 34px;
    padding: 18px 20px;
    border-left: 4px solid #E84024;
    border-radius: 0 12px 12px 0;
    background: #fff;
    color: #475467;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .04);
}
.ma-denuncia-safety-note strong { display: block; margin-bottom: 4px; color: #111827; font-size: 13px; }
.ma-denuncia-safety-note p { margin: 0; font-size: 12px; line-height: 1.5; }
.ma-denuncia-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 700px) {
    .ma-denuncia-main { padding: 22px 12px 58px; }
    .ma-denuncia-hero { padding: 30px 22px; border-radius: 20px; }
    .ma-denuncia-hero h1 { font-size: 2rem; }
    .ma-denuncia-trust-row { flex-direction: column; gap: 9px; }
    .ma-denuncia-gate-card, .ma-denuncia-success-card { margin: 22px auto; padding: 28px 20px; border-radius: 18px; }
    .ma-denuncia-form-card { padding: 22px 17px; border-radius: 16px; }
    .ma-denuncia-grid.two-cols { grid-template-columns: 1fr; }
    .ma-denuncia-form-heading { gap: 11px; }
    .ma-denuncia-submit-row { flex-direction: column; align-items: stretch; }
    .ma-denuncia-primary-button.is-submit { width: 100%; }
}

