.coming-soon-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 360px;
    margin: 28px auto 48px;
    padding: 8px 12px 12px;
}

.coming-soon-empty__illustration {
    width: 220px;
    margin-bottom: 8px;
}

.coming-soon-empty__illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.coming-soon-empty__title {
    margin: 4px 0 12px;
    color: #1e2a4a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.coming-soon-empty__soon {
    position: relative;
    display: inline-block;
    padding: 0 22px;
}

.coming-soon-empty__soon::before,
.coming-soon-empty__soon::after {
    content: "";
    position: absolute;
    top: 4px;
    width: 14px;
    height: 14px;
    background:
        linear-gradient(#f5c518, #f5c518) 50% 50% / 2px 12px no-repeat,
        linear-gradient(#f5c518, #f5c518) 50% 50% / 12px 2px no-repeat,
        linear-gradient(#f5c518, #f5c518) 50% 50% / 8px 2px no-repeat;
    transform: rotate(30deg);
}

.coming-soon-empty__soon::before {
    left: 0;
}

.coming-soon-empty__soon::after {
    right: 0;
}

.coming-soon-empty__help {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 14px;
    background: #e9f8ee;
    border-radius: 12px;
    text-align: left;
}

.coming-soon-empty__wa-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}

.coming-soon-empty__wa-icon svg {
    display: block;
    width: 36px;
    height: 36px;
}

.coming-soon-empty__help p {
    margin: 0;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
}

.coming-soon-empty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    background: #25d366;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.coming-soon-empty__btn svg {
    width: 22px;
    height: 22px;
}

.coming-soon-empty__btn:hover,
.coming-soon-empty__btn:focus {
    background: #1ebe5d;
    color: #fff !important;
}

@media (min-width: 768px) {
    .coming-soon-empty {
        max-width: 520px;
        margin: 48px auto 64px;
        padding: 24px 28px 20px;
    }

    .coming-soon-empty__illustration {
        width: 280px;
        margin-bottom: 12px;
    }

    .coming-soon-empty__title {
        font-size: 36px;
    }

    .coming-soon-empty__help {
        padding: 16px 18px;
        margin-bottom: 18px;
    }

    .coming-soon-empty__help p {
        font-size: 15px;
    }

    .coming-soon-empty__btn {
        min-height: 54px;
        font-size: 17px;
        border-radius: 12px;
    }
}
