.alerts-guide-v2 {
    background: #fff;
}

.alerts-guide-hero {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.35rem, 5vw, 5rem);
    background: linear-gradient(135deg, #f7f9fc 0%, #fff 48%, #edf3f8 100%);
}

.alerts-guide-hero-grid,
.alerts-guide-security-grid,
.alerts-guide-help-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
}

.alerts-guide-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 1.4rem;
    color: #0b2348;
    font-size: clamp(2.65rem, 5.4vw, 5.2rem);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.02;
}

.alerts-guide-hero-copy h1:focus {
    outline: none;
}

.alerts-guide-hero-copy > p:not(.marketing-kicker) {
    max-width: 650px;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.alerts-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.alerts-guide-outline-button {
    border-color: #0b2348;
    background: transparent;
    color: #0b2348;
}

.alerts-guide-outline-button:hover {
    background: #0b2348;
    color: #fff;
}

.alerts-phone-wrap {
    display: grid;
    place-items: center;
}

.alerts-phone {
    position: relative;
    width: min(310px, 80vw);
    padding: 11px;
    border: 2px solid #394150;
    border-radius: 46px;
    background: #0d1117;
    box-shadow: 0 32px 55px rgba(15, 23, 42, .25);
}

.alerts-phone-speaker {
    position: absolute;
    z-index: 2;
    width: 88px;
    height: 24px;
    margin: 7px 0 0 100px;
    border-radius: 20px;
    background: #0d1117;
}

.alerts-phone-screen {
    min-height: 540px;
    padding: 18px 16px;
    border-radius: 35px;
    background: linear-gradient(180deg, #edf4fb, #fff 40%);
}

.alerts-phone-status {
    display: flex;
    justify-content: space-between;
    padding: 0 7px 38px;
    color: #111827;
    font-size: .72rem;
    font-weight: 800;
}

.alerts-phone-header {
    display: grid;
    justify-items: center;
    margin-bottom: 2.2rem;
    color: #0b2348;
}

.alerts-phone-header > span {
    margin-top: .15rem;
    color: #64748b;
    font-size: .7rem;
}

.alerts-phone-logo {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: .5rem;
    border-radius: 50%;
    background: #0b2348;
    color: #fff;
    font-size: .85rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.alerts-phone-bubble {
    width: 92%;
    margin-left: auto;
    padding: 1rem;
    border-radius: 18px 18px 5px 18px;
    background: #dceaf8;
    color: #172554;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.alerts-phone-bubble p {
    margin: .45rem 0;
    color: #334155;
    font-size: .84rem;
    line-height: 1.5;
}

.alerts-phone-bubble > span {
    display: block;
    color: #64748b;
    font-size: .68rem;
    text-align: right;
}

.alerts-guide-section-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.alerts-guide-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.alerts-guide-steps li {
    padding: 1.4rem;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.alerts-guide-step-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    background: #f15a2b;
    color: #fff;
    font-weight: 800;
}

.alerts-guide-steps h3,
.alerts-guide-message-list h3 {
    margin: 0 0 .55rem;
    color: #0b2348;
    font-size: 1.05rem;
}

.alerts-guide-steps p,
.alerts-guide-message-list p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.55;
}

.alerts-guide-message-list {
    display: grid;
    gap: 1rem;
}

.alerts-guide-message-list article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #fff;
}

.alerts-guide-message-list article > span {
    color: #f15a2b;
    font-weight: 800;
}

.alerts-guide-security-grid h2,
.alerts-guide-help-inner h2 {
    margin: 0 0 1.25rem;
    color: #0b2348;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.alerts-guide-checks {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.alerts-guide-checks li {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1rem 1.2rem;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    color: #0b2348;
    font-weight: 700;
}

.alerts-guide-checks span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #e2f7ea;
    color: #167642;
}

.alerts-guide-help-inner {
    grid-template-columns: minmax(0, 1fr) auto;
}

.alerts-guide-consent {
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid #dbe3ee;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.6;
}

.alerts-guide-consent a {
    color: #0b2348;
    font-weight: 700;
}

@media (max-width: 1050px) {
    .alerts-guide-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alerts-guide-steps li:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 800px) {
    .alerts-guide-hero-grid,
    .alerts-guide-security-grid,
    .alerts-guide-help-inner {
        grid-template-columns: 1fr;
    }

    .alerts-guide-hero-copy {
        text-align: center;
    }

    .alerts-guide-actions {
        justify-content: center;
    }

    .alerts-guide-help-inner {
        justify-items: start;
    }
}

@media (max-width: 560px) {
    .alerts-guide-steps {
        grid-template-columns: 1fr;
    }

    .alerts-guide-steps li:last-child {
        grid-column: auto;
    }

    .alerts-guide-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .alerts-guide-actions .marketing-button {
        width: 100%;
    }
}
