.report-alerts-shell {
    padding: 26px 0 48px;
}

.report-alerts-page {
    color: #22354a;
}

.report-alerts-hero {
    margin-bottom: 24px;
}

.report-alerts-hero__eyebrow {
    margin: 0 0 10px;
    color: #1f66aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.report-alerts-hero h1 {
    margin: 0;
    color: #2b3f56;
    font-size: 3rem;
    line-height: 1.05;
}

.report-alerts-hero__lead {
    margin: 14px 0 0;
    max-width: none;
    color: #677b8f;
    font-size: 1.04rem;
    line-height: 1.75;
}

.report-alerts-card {
    padding: 28px 28px 24px;
    border: 1px solid #d9e5ef;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 42px rgba(25, 54, 87, 0.08);
}

.report-alerts-note {
    margin: 0 0 22px;
    color: #627689;
}

.report-alerts-field {
    margin-bottom: 20px;
}

.report-alerts-field label {
    display: block;
    margin-bottom: 10px;
    color: #294059;
    font-size: 0.92rem;
    font-weight: 700;
}

.report-alerts-field input[type="text"] {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #cfdae6;
    border-radius: 18px;
    background: #fdfefe;
    color: #22364d;
    font-size: 1rem;
}

.report-alerts-field input[type="text"]:focus {
    outline: none;
    border-color: #2972b7;
    box-shadow: 0 0 0 4px rgba(41, 114, 183, 0.12);
}

.report-alerts-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 64px;
    gap: 12px;
}

.report-alerts-checkbox-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 12px 16px;
    border: 1px solid #d8e3ed;
    border-radius: 18px;
    background: #fbfdff;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    box-sizing: border-box;
}

.report-alerts-checkbox-card:hover {
    transform: translateY(-1px);
    border-color: #9cc2e4;
    box-shadow: 0 14px 24px rgba(28, 57, 88, 0.08);
}

.report-alerts-checkbox-card input {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #1d7bc4;
    flex: 0 0 auto;
}

.report-alerts-checkbox-card__label {
    display: block;
    width: 100%;
    padding: 0 30px;
    color: #22374b;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.report-alerts-checkbox-card input:checked ~ .report-alerts-checkbox-card__label {
    color: #124d80;
}

.report-alerts-checkbox-card--checked {
    border-color: #92bde0;
    background: #eef6fd;
    box-shadow: 0 12px 20px rgba(23, 101, 164, 0.1);
}

.report-alerts-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.report-alerts-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
    padding-top: 6px;
}

.report-alerts-footer__captcha {
    flex: 1;
    min-width: 0;
}

.report-alerts-footer__captcha .g-recaptcha {
    margin-top: 0;
}

.report-alerts-footer .report-alerts-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

.report-alerts-submit {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f5e9f 0%, #1d7bc4 100%);
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(23, 101, 164, 0.22);
}

.report-alerts-submit:hover {
    opacity: 0.95;
}

.report-alerts-field .errorMessage {
    margin-top: 12px;
    color: #b33a2b;
}

.report-alerts-confirm-shell {
    padding-top: 40px;
}

.report-alerts-confirm-card {
    max-width: 860px;
    margin: 0 auto;
    padding: 34px 34px 30px;
    border: 1px solid #d9e5ef;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(43, 127, 201, 0.10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 28px 56px rgba(25, 54, 87, 0.10);
    color: #22354a;
    text-align: left;
}

.report-alerts-confirm-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #e9f4ff;
    color: #17639d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.report-alerts-confirm-icon {
    width: 78px;
    height: 78px;
    margin: 22px 0 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f5e9f 0%, #1d7bc4 100%);
    box-shadow: 0 20px 34px rgba(23, 101, 164, 0.22);
    position: relative;
}

.report-alerts-confirm-icon span {
    position: absolute;
    top: 20px;
    left: 27px;
    width: 22px;
    height: 34px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(45deg);
}

.report-alerts-confirm-card h1 {
    margin: 0;
    color: #24364b;
    font-size: 3rem;
    line-height: 1.04;
}

.report-alerts-confirm-lead {
    margin: 18px 0 0;
    color: #64788d;
    font-size: 1.08rem;
    line-height: 1.8;
}

.report-alerts-confirm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.report-alerts-confirm-panel {
    padding: 20px 22px;
    border: 1px solid #d8e4ef;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
}

.report-alerts-confirm-panel h2 {
    margin: 0 0 10px;
    color: #28425d;
    font-size: 1rem;
    font-weight: 800;
}

.report-alerts-confirm-panel p {
    margin: 0;
    color: #677b90;
    font-size: 0.98rem;
    line-height: 1.7;
}

.report-alerts-confirm-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.report-alerts-confirm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.report-alerts-confirm-button:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.report-alerts-confirm-button--primary {
    background: linear-gradient(135deg, #0f5e9f 0%, #1d7bc4 100%);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(23, 101, 164, 0.22);
}

.report-alerts-confirm-button--secondary {
    border: 1px solid #c8d7e6;
    background: #fff;
    color: #28425d !important;
}

@media only screen and (max-width: 980px) {
    .report-alerts-checkbox-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-alerts-confirm-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 680px) {
    .report-alerts-shell {
        padding-top: 14px;
    }

    .report-alerts-hero h1 {
        font-size: 2.25rem;
    }

    .report-alerts-card {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .report-alerts-checkbox-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 60px;
    }

    .report-alerts-checkbox-card__label {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        padding: 0 26px;
    }

    .report-alerts-actions {
        justify-content: stretch;
    }

    .report-alerts-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .report-alerts-submit {
        width: 100%;
    }

    .report-alerts-confirm-shell {
        padding-top: 16px;
    }

    .report-alerts-confirm-card {
        padding: 24px 20px 22px;
        border-radius: 26px;
    }

    .report-alerts-confirm-card h1 {
        font-size: 2.2rem;
    }

    .report-alerts-confirm-actions {
        flex-direction: column;
    }

    .report-alerts-confirm-button {
        width: 100%;
    }
}
