.fsl-phone-notice {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    color: #26364a;
    background: rgba(7, 20, 40, .72);
    backdrop-filter: blur(5px);
    font-family: inherit;
}

.fsl-phone-notice__inner {
    position: relative;
    width: min(620px, 100%);
    min-height: 310px;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 12px 22px;
    padding: 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 189, 54, .6);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.fsl-phone-notice__inner::before { content: ''; position: absolute; inset: 0 0 auto; height: 8px; background: linear-gradient(90deg, #ffbd36, #f48b2a); }
.fsl-phone-notice__rocket { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: #fff5dc; font-size: 30px; }
.fsl-phone-notice__copy { line-height: 1.5; }
.fsl-phone-notice__copy strong { display: block; margin-bottom: 9px; color: #102f63; font-size: 25px; line-height: 1.15; }
.fsl-phone-notice__copy span { display: block; font-size: 15px; }

.fsl-phone-notice__call {
    grid-column: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 10px;
    color: #fff !important;
    background: #164889;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 19px;
    font-weight: 800;
}

.fsl-phone-notice__call:hover { color: #102f63 !important; background: #ffbd36; }
.fsl-phone-notice__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #526277; background: #eef3f8; font-size: 24px; cursor: pointer; }
.fsl-mobile-call { display: none; }

@media (max-width: 760px) {
    .fsl-phone-notice { padding: 14px; }
    .fsl-phone-notice__inner { min-height: 0; grid-template-columns: 46px 1fr; gap: 10px 14px; padding: 32px 24px 26px; border-radius: 14px; }
    .fsl-phone-notice__rocket { width: 46px; height: 46px; font-size: 22px; }
    .fsl-phone-notice__copy strong { padding-right: 24px; font-size: 20px; }
    .fsl-phone-notice__copy span { font-size: 13px; }
    .fsl-phone-notice__call { display: inline-flex; min-height: 50px; font-size: 17px; }
    .fsl-phone-notice__close { top: 12px; right: 12px; width: 32px; height: 32px; }
    .fsl-mobile-call {
        position: fixed;
        z-index: 99998;
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 10px;
        color: #102f63 !important;
        background: #ffbd36;
        box-shadow: 0 8px 28px rgba(5, 25, 55, .28);
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 850;
    }
}
