/* ===== ОБЕРТКА СТРАНИЦЫ ===== */

.bk-winter-wrapper {
    position: relative;
    min-height: calc(100vh - 120px);
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
   // background: radial-gradient(circle at top, #f6f7fb 0%, #ffffff 55%, #f2f4f8 100%);
    overflow: hidden;
}

.page-id-130220 {
background: radial-gradient(circle at top, #d1d1d1 0%, #ffffff 55%, #494444 100%);
}

/* ===== СНЕЖИНКИ EMOJI ❄️ ===== */

.bk-snowflakes {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bk-flake {
    position: absolute;
    top: -10%;
    font-size: 24px;
    opacity: 0.95;

    /* белый градиент */
    background: linear-gradient(
            to bottom right,
            #ffffff 0%,
            #f5f5f5 40%,
            #ffffff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    /* белое свечение */
    text-shadow:
            0 0 6px rgba(255,255,255,0.95),
            0 0 12px rgba(255,255,255,0.7),
            0 0 18px rgba(255,255,255,0.5);

    animation-name: bk-emoji-fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes bk-emoji-fall {
    0% {
        transform: translate3d(0, -10%, 0);
    }
    50% {
        transform: translate3d(20px, 50vh, 0);
    }
    100% {
        transform: translate3d(-20px, 110vh, 0);
    }
}

/* позиции, размеры, скорости */

.bk-flake-1  { left: 3%;  animation-duration: 18s; animation-delay: -2s;  font-size: 20px; }
.bk-flake-2  { left: 8%;  animation-duration: 24s; animation-delay: -6s;  font-size: 30px; }
.bk-flake-3  { left: 12%; animation-duration: 20s; animation-delay: -1s;  font-size: 24px; }
.bk-flake-4  { left: 17%; animation-duration: 26s; animation-delay: -9s;  font-size: 32px; }
.bk-flake-5  { left: 22%; animation-duration: 16s; animation-delay: -4s;  font-size: 22px; }
.bk-flake-6  { left: 27%; animation-duration: 21s; animation-delay: -7s;  font-size: 34px; }
.bk-flake-7  { left: 33%; animation-duration: 23s; animation-delay: -3s;  font-size: 26px; }
.bk-flake-8  { left: 38%; animation-duration: 19s; animation-delay: -11s; font-size: 30px; }
.bk-flake-9  { left: 44%; animation-duration: 25s; animation-delay: -5s;  font-size: 28px; }
.bk-flake-10 { left: 50%; animation-duration: 17s; animation-delay: -8s;  font-size: 22px; }

.bk-flake-11 { left: 56%; animation-duration: 22s; animation-delay: -3s;  font-size: 32px; }
.bk-flake-12 { left: 61%; animation-duration: 26s; animation-delay: -10s; font-size: 26px; }
.bk-flake-13 { left: 66%; animation-duration: 18s; animation-delay: -1s;  font-size: 24px; }
.bk-flake-14 { left: 72%; animation-duration: 24s; animation-delay: -7s;  font-size: 34px; }
.bk-flake-15 { left: 78%; animation-duration: 21s; animation-delay: -4s;  font-size: 30px; }
.bk-flake-16 { left: 84%; animation-duration: 23s; animation-delay: -12s; font-size: 25px; }
.bk-flake-17 { left: 90%; animation-duration: 19s; animation-delay: -6s;  font-size: 33px; }
.bk-flake-18 { left: 94%; animation-duration: 27s; animation-delay: -3s;  font-size: 28px; }
.bk-flake-19 { left: 97%; animation-duration: 20s; animation-delay: -9s;  font-size: 22px; }
.bk-flake-20 { left: 1%;  animation-duration: 18s; animation-delay: -11s; font-size: 30px; }

.bk-flake-21 { left: 6%;  animation-duration: 25s; animation-delay: -2s;  font-size: 26px; }
.bk-flake-22 { left: 14%; animation-duration: 21s; animation-delay: -8s;  font-size: 32px; }
.bk-flake-23 { left: 19%; animation-duration: 19s; animation-delay: -5s;  font-size: 24px; }
.bk-flake-24 { left: 25%; animation-duration: 27s; animation-delay: -1s;  font-size: 34px; }
.bk-flake-25 { left: 31%; animation-duration: 23s; animation-delay: -4s;  font-size: 30px; }
.bk-flake-26 { left: 36%; animation-duration: 20s; animation-delay: -9s;  font-size: 26px; }
.bk-flake-27 { left: 41%; animation-duration: 24s; animation-delay: -6s;  font-size: 33px; }
.bk-flake-28 { left: 47%; animation-duration: 22s; animation-delay: -10s; font-size: 27px; }
.bk-flake-29 { left: 53%; animation-duration: 19s; animation-delay: -7s;  font-size: 25px; }
.bk-flake-30 { left: 60%; animation-duration: 28s; animation-delay: -12s; font-size: 31px; }

.bk-flake-31 { left: 67%; animation-duration: 20s; animation-delay: -3s;  font-size: 29px; }
.bk-flake-32 { left: 73%; animation-duration: 26s; animation-delay: -8s;  font-size: 27px; }
.bk-flake-33 { left: 79%; animation-duration: 18s; animation-delay: -11s; font-size: 24px; }
.bk-flake-34 { left: 85%; animation-duration: 23s; animation-delay: -5s;  font-size: 32px; }
.bk-flake-35 { left: 92%; animation-duration: 29s; animation-delay: -2s;  font-size: 36px; }
.bk-flake-36 { left: 10%; animation-duration: 24s; animation-delay: -13s; font-size: 26px; }
.bk-flake-37 { left: 28%; animation-duration: 30s; animation-delay: -9s;  font-size: 31px; }
.bk-flake-38 { left: 49%; animation-duration: 22s; animation-delay: -4s;  font-size: 25px; }
.bk-flake-39 { left: 71%; animation-duration: 19s; animation-delay: -6s;  font-size: 33px; }
.bk-flake-40 { left: 88%; animation-duration: 27s; animation-delay: -14s; font-size: 29px; }


/* ===== КАРТОЧКА В ЦЕНТРЕ ===== */

.bk-winter-card {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.97);
    padding: 50px 40px 60px;
    border-radius: 36px;
       max-width: 720px;
    width: 100%;

    text-align: center;
    box-shadow:
            0 40px 110px rgba(0,0,0,0.14),
            0 0 0 1px rgba(255,255,255,0.5);
    transition: box-shadow .25s ease, transform .25s ease;
}

/* Ховер ТОЛЬКО у карточки */

.bk-winter-card:hover {
    transform: translateY(-4px);
    box-shadow:
            0 52px 140px rgba(0,0,0,0.2),
            0 0 0 1px rgba(255,255,255,0.8);
}

/* КАРТИНКА НЕ ДЕРГАЕТСЯ */

.bk-winter-image {
    width: 240px;
    max-width: 80%;
    display: block;
    margin: 0 auto 30px;
    border-radius: 22px;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

/* ТЕКСТ */

.bk-winter-card h1 {
    margin: 0 0 12px;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #222;
}

.bk-st {
    margin: 0 0 6px;
    font-weight: 600;
    color: #444;
    font-size: 2rem;
    padding: 10px;
}

.bk-sm {
    margin: 0;
    font-size: 3rem;
    color: #666;
    font-size: 2rem;
    padding: 10px;
}

/* АДАПТИВ */

@media (max-width: 800px) {
    .bk-winter-wrapper {
        padding: 60px 16px;
    }
    .bk-winter-card {
        padding: 36px 20px 46px;
        border-radius: 26px;
        width: 100%;
    }
    .bk-winter-image {
        width: 200px;
        margin-bottom: 24px;
    }
}
