/* =========================================================
   BEJOTOTO - RED / BLACK / GOLD GAME ONLINE STYLE
   ========================================================= */

:root {
    --bejototo-navy: #070000;
    --bejototo-navy-2: #120000;
    --bejototo-navy-3: #1d0000;

    --bejototo-panel: #170101;
    --bejototo-panel-2: #0d0000;

    --bejototo-cyan: #e60000;
    --bejototo-cyan-2: #a80000;

    --bejototo-gold: #ffd21f;
    --bejototo-gold-2: #f1a900;

    --bejototo-white: #ffffff;
    --bejototo-muted: #cbbbbb;

    --bejototo-line: rgba(255, 210, 31, 0.25);
    --bejototo-soft-cyan: rgba(230, 0, 0, 0.12);
}


/* =========================================================
   BASE / EXISTING PAGE OVERRIDES
   ========================================================= */

.panel {
    background-color: var(--bejototo-navy) !important;
}

#maincontent {
    background:
        radial-gradient(
            circle at 82% 8%,
            rgba(230, 0, 0, .12),
            transparent 32%
        ),
        radial-gradient(
            circle at 15% 60%,
            rgba(255, 210, 31, .035),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #170000 0%,
            #080000 45%,
            #030000 100%
        );

    color: #ffffff;
}

.product-item-link {
    color: #ffffff !important;
    font-size: 15px !important;
    transition:
        color .25s ease,
        text-shadow .25s ease;
}

.product-item-link:hover {
    color: var(--bejototo-gold) !important;
    text-shadow:
        0 0 8px rgba(255, 210, 31, .22);
}

.product-info {
    color: #ffffff;
    padding: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(40, 0, 0, .72),
            rgba(10, 0, 0, .88)
        );

    border: 1px solid rgba(255, 210, 31, .08);
}

.page-title {
    color: #ffffff !important;
    font-size: 40px !important;
    font-weight: 900;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, .65);
}

.price {
    color: var(--bejototo-gold) !important;

    text-shadow:
        0 0 8px rgba(255, 210, 31, .15);
}


/* =========================================================
   MAIN IMAGE - RED / GOLD MOVING BORDER
   ========================================================= */

@property --bejototo-neon-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.main-image {
    --bejototo-neon-angle: 0deg;

    display: block;

    width: 100%;
    height: auto;

    padding: 2px;

    box-sizing: border-box;

    border-radius: 0;

    background:
        conic-gradient(
            from var(--bejototo-neon-angle),

            #070000 0deg,

            #350000 48deg,

            #b40000 78deg,

            #ff1a00 92deg,

            #ffd21f 103deg,

            #fff08a 108deg,

            #ffd21f 114deg,

            #d40000 128deg,

            #3c0000 165deg,

            #070000 215deg,

            #750000 252deg,

            #e60000 274deg,

            #ffd21f 286deg,

            #550000 307deg,

            #070000 360deg
        );

    box-shadow:
        0 0 8px rgba(230, 0, 0, .32),
        0 0 18px rgba(230, 0, 0, .18),
        0 0 28px rgba(255, 210, 31, .08);

    animation:
        bejototoImageNeon 5s linear infinite;
}

@keyframes bejototoImageNeon {
    from {
        --bejototo-neon-angle: 0deg;
    }

    to {
        --bejototo-neon-angle: 360deg;
    }
}


/* =========================================================
   OPTIONAL HOVER EFFECT
   ========================================================= */

.main-image:hover {
    box-shadow:
        0 0 10px rgba(230, 0, 0, .42),
        0 0 24px rgba(230, 0, 0, .22),
        0 0 34px rgba(255, 210, 31, .13);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .page-title {
        font-size: 30px !important;
    }

    .product-info {
        padding: 16px;
    }

    .main-image {
        padding: 2px;

        box-shadow:
            0 0 7px rgba(230, 0, 0, .28),
            0 0 16px rgba(255, 210, 31, .08);
    }
}

/* =========================================================
   BEJOTOTO - TESTIMONIAL + PUMA STYLE FAQ
   RED / BLACK / GOLD
========================================================= */

.bejo-zone {
    --bejo-bg: #090000;
    --bejo-bg-2: #130000;
    --bejo-panel: #190202;
    --bejo-panel-2: #230303;
    --bejo-red: #e00000;
    --bejo-red-2: #8f0000;
    --bejo-gold: #ffd329;
    --bejo-gold-2: #f6a800;
    --bejo-white: #ffffff;
    --bejo-muted: #cbbebe;
    --bejo-line: rgba(255, 211, 41, .18);
    --bejo-redline: rgba(224, 0, 0, .30);

    width: 100%;
    background:
        radial-gradient(circle at 85% 0%, rgba(224,0,0,.12), transparent 28%),
        linear-gradient(180deg, #0d0000 0%, #050000 100%);
    color: var(--bejo-white);
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.bejo-zone *,
.bejo-zone *::before,
.bejo-zone *::after {
    box-sizing: border-box;
}

/* =========================================================
   TESTIMONIAL
========================================================= */

.bejo-testimonial {
    position: relative;
    padding: 76px 24px;
    overflow: hidden;
    border-top: 1px solid rgba(255,211,41,.20);
    border-bottom: 1px solid rgba(224,0,0,.25);
}

.bejo-testimonial::before {
    content: "BEJOTOTO";
    position: absolute;
    right: -30px;
    top: 22px;
    color: rgba(255,255,255,.018);
    font-size: clamp(90px, 15vw, 220px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -8px;
    pointer-events: none;
}

.bejo-container {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    margin: 0 auto;
}

.bejo-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: end;
    margin-bottom: 36px;
}

.bejo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--bejo-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.bejo-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--bejo-red),
        var(--bejo-gold)
    );
}

.bejo-heading h2 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(32px, 4.5vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.bejo-heading-side {
    min-width: 180px;
    padding-left: 18px;
    border-left: 3px solid var(--bejo-gold);
}

.bejo-heading-side span {
    display: block;
    color: #a99696;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.bejo-heading-side b {
    display: block;
    margin-top: 5px;
    color: var(--bejo-gold);
    font-size: 25px;
}

/* TESTIMONIAL LAYOUT */

.bejo-review-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 18px;
}

.bejo-review-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bejo-review-btn {
    appearance: none;
    width: 100%;
    min-height: 83px;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 24px;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(90deg, #1a0202, #100000);
    color: #fff;
    cursor: pointer;
    text-align: left;
    transition: .25s ease;
}

.bejo-review-btn:hover,
.bejo-review-btn.active {
    border-color: rgba(255,211,41,.40);
    background:
        linear-gradient(
            90deg,
            rgba(190,0,0,.34),
            rgba(75,0,0,.15)
        );
    transform: translateX(5px);
    box-shadow:
        inset 4px 0 0 var(--bejo-gold),
        0 8px 30px rgba(0,0,0,.25);
}

.bejo-review-no {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,211,41,.30);
    background: #100000;
    color: var(--bejo-gold);
    font-size: 11px;
    font-weight: 900;
}

.bejo-review-user {
    min-width: 0;
}

.bejo-review-user b {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
}

.bejo-review-user small {
    color: #a99191;
    font-size: 11px;
}

.bejo-review-arrow {
    color: var(--bejo-gold);
    font-size: 20px;
}

.bejo-review-stage {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255,211,41,.18);
    background:
        radial-gradient(circle at 90% 10%, rgba(224,0,0,.16), transparent 31%),
        linear-gradient(145deg, #200303, #090000 70%);
}

.bejo-review-stage::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 270px;
    height: 270px;
    border: 45px solid rgba(255,211,41,.025);
    border-radius: 50%;
}

.bejo-review-panel {
    display: none;
    position: relative;
    z-index: 2;
    padding: 42px;
}

.bejo-review-panel.active {
    display: block;
    animation: bejoPanel .35s ease;
}

@keyframes bejoPanel {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bejo-review-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 34px;
}

.bejo-rating {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.bejo-rating-value {
    color: var(--bejo-gold);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.bejo-rating-label {
    color: #917d7d;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bejo-stars {
    color: var(--bejo-gold);
    font-size: 18px;
    letter-spacing: 3px;
}

.bejo-review-text {
    max-width: 850px;
    margin: 0 0 38px;
    color: #fff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 700;
    line-height: 1.55;
}

.bejo-review-meta {
    display: grid;
    grid-template-columns: 55px minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    padding-top: 22px;
    border-top: 1px solid rgba(255,211,41,.16);
}

.bejo-avatar {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bejo-gold);
    background:
        linear-gradient(145deg, #340000, #100000);
}

.bejo-avatar img {
    width: 39px;
    height: 39px;
    object-fit: contain;
}

.bejo-meta-name {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.bejo-meta-role {
    color: #a58e8e;
    font-size: 11px;
}

.bejo-status {
    padding: 7px 10px;
    border: 1px solid rgba(255,211,41,.30);
    background: rgba(255,211,41,.06);
    color: var(--bejo-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}


/* =========================================================
   PUMA STYLE FAQ
========================================================= */

.bejo-faq {
    position: relative;
    padding: 76px 24px 84px;
    overflow: hidden;
    background:
        linear-gradient(180deg, #080000 0%, #110000 100%);
}

.bejo-faq-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 34px;
}

.bejo-faq-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1;
    font-weight: 900;
}

.bejo-faq-count {
    color: var(--bejo-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bejo-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    border-top: 1px solid var(--bejo-line);
    border-left: 1px solid var(--bejo-line);
}

.bejo-faq-item {
    margin: 0;
    min-width: 0;
    border-right: 1px solid var(--bejo-line);
    border-bottom: 1px solid var(--bejo-line);
    background:
        linear-gradient(
            145deg,
            rgba(43,3,3,.75),
            rgba(12,0,0,.94)
        );
    transition: background .25s ease;
}

.bejo-faq-item[open] {
    background:
        linear-gradient(
            145deg,
            rgba(117,0,0,.34),
            rgba(18,0,0,.98)
        );
}

.bejo-faq-item summary {
    min-height: 105px;
    padding: 19px 20px;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr) 36px;
    gap: 14px;
    align-items: center;
    list-style: none;
    cursor: pointer;
}

.bejo-faq-item summary::-webkit-details-marker {
    display: none;
}

.bejo-faq-number {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,211,41,.25);
    background: #110000;
    color: var(--bejo-gold);
    font-size: 11px;
    font-weight: 900;
}

.bejo-faq-question {
    color: #fff;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    transition: color .2s ease;
}

.bejo-faq-item:hover .bejo-faq-question,
.bejo-faq-item[open] .bejo-faq-question {
    color: var(--bejo-gold);
}

.bejo-faq-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(224,0,0,.55);
    background: #160000;
}

.bejo-faq-toggle::before,
.bejo-faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--bejo-gold);
    transform: translate(-50%,-50%);
    transition: .25s ease;
}

.bejo-faq-toggle::before {
    width: 12px;
    height: 2px;
}

.bejo-faq-toggle::after {
    width: 2px;
    height: 12px;
}

.bejo-faq-item[open] .bejo-faq-toggle {
    background: var(--bejo-gold);
    border-color: var(--bejo-gold);
}

.bejo-faq-item[open] .bejo-faq-toggle::before,
.bejo-faq-item[open] .bejo-faq-toggle::after {
    background: #4c0000;
}

.bejo-faq-item[open] .bejo-faq-toggle::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.bejo-faq-answer {
    padding: 0 72px 25px 78px;
    animation: bejoFaq .28s ease;
}

.bejo-faq-answer p {
    margin: 0;
    color: #cdbbbb;
    font-size: 15px;
    line-height: 1.8;
}

@keyframes bejoFaq {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .bejo-review-layout {
        grid-template-columns: 1fr;
    }

    .bejo-review-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .bejo-review-btn:hover,
    .bejo-review-btn.active {
        transform: none;
    }

    .bejo-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .bejo-testimonial,
    .bejo-faq {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bejo-heading,
    .bejo-faq-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bejo-heading-side {
        padding-left: 13px;
    }

    .bejo-review-nav {
        grid-template-columns: 1fr;
    }

    .bejo-review-panel {
        padding: 26px 20px;
    }

    .bejo-review-text {
        font-size: 19px;
    }

    .bejo-review-meta {
        grid-template-columns: 50px minmax(0,1fr);
    }

    .bejo-status {
        grid-column: 2;
        justify-self: start;
    }

    .bejo-faq-item summary {
        grid-template-columns: 40px minmax(0,1fr) 32px;
        padding: 17px 12px;
    }

    .bejo-faq-number {
        width: 40px;
        height: 40px;
    }

    .bejo-faq-question {
        font-size: 15px;
    }

    .bejo-faq-answer {
        padding: 0 16px 21px 66px;
    }
}

/* =========================================================
   BEJOTOTO FLOATING BOTTOM MENU
   RED / BLACK / GOLD STYLE
========================================================= */

.bejototo-floatbar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 99999;

    width: min(820px, calc(100% - 32px));
    min-height: 74px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;

    transform: translateX(-50%);

    border: 1px solid rgba(255, 211, 41, .28);
    border-top: 2px solid #ffd329;

    background:
        radial-gradient(circle at 50% 0%, rgba(224, 0, 0, .18), transparent 42%),
        linear-gradient(
            180deg,
            rgba(35, 2, 2, .98) 0%,
            rgba(10, 0, 0, .99) 100%
        );

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .65),
        0 0 25px rgba(224, 0, 0, .18),
        0 0 12px rgba(255, 211, 41, .08);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    overflow: visible;
}

/* =========================================================
   MENU ITEM
========================================================= */

.bejototo-float-item {
    position: relative;

    min-width: 0;
    padding: 12px 8px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;

    color: #ffffff;
    text-decoration: none !important;

    border-right: 1px solid rgba(255, 255, 255, .06);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.bejototo-float-item:last-child {
    border-right: 0;
}

.bejototo-float-item:hover {
    color: #ffd329;

    background:
        linear-gradient(
            180deg,
            rgba(224, 0, 0, .18),
            rgba(224, 0, 0, .05)
        );

    transform: translateY(-2px);
}

/* GOLD BOTTOM INDICATOR */

.bejototo-float-item::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #e00000,
            #ffd329,
            #e00000
        );

    box-shadow:
        0 0 8px rgba(255, 211, 41, .35);

    transition: width .25s ease;
}

.bejototo-float-item:hover::after {
    width: 58%;
}


/* =========================================================
   ICON
========================================================= */

.bejototo-float-icon {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bejototo-float-icon svg {
    width: 24px;
    height: 24px;

    fill: #ffffff;

    filter:
        drop-shadow(0 2px 5px rgba(0, 0, 0, .40));

    transition:
        fill .25s ease,
        transform .25s ease,
        filter .25s ease;
}

.bejototo-float-item:hover .bejototo-float-icon svg {
    fill: #ffd329;

    transform: translateY(-2px);

    filter:
        drop-shadow(0 0 7px rgba(255, 211, 41, .35));
}


/* =========================================================
   LABEL
========================================================= */

.bejototo-float-label {
    max-width: 100%;

    overflow: hidden;

    color: inherit;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;

    letter-spacing: .25px;
}


/* =========================================================
   CENTER RTP BUTTON
========================================================= */

.bejototo-float-main {
    position: relative;

    padding-top: 33px;

    background:
        linear-gradient(
            180deg,
            rgba(224, 0, 0, .24),
            rgba(80, 0, 0, .08)
        );
}

.bejototo-float-main::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    border-left: 1px solid rgba(255, 211, 41, .16);
    border-right: 1px solid rgba(255, 211, 41, .16);
}


/* =========================================================
   CENTER LOGO
========================================================= */

.bejototo-float-logo {
    position: absolute;

    left: 50%;
    top: -35px;

    width: 66px;
    height: 66px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateX(-50%);

    overflow: hidden;

    border: 2px solid #ffd329;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 30%,
            #480000 0%,
            #230000 45%,
            #0b0000 100%
        );

    box-shadow:
        0 0 0 5px #090000,
        0 8px 20px rgba(0, 0, 0, .70),
        0 0 22px rgba(224, 0, 0, .30),
        0 0 12px rgba(255, 211, 41, .18);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.bejototo-float-logo::before {
    content: "";

    position: absolute;
    inset: 3px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, .07);

    pointer-events: none;
}

.bejototo-float-logo img {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 48px;

    object-fit: contain;
}

.bejototo-float-main:hover .bejototo-float-logo {
    transform:
        translateX(-50%)
        translateY(-5px)
        scale(1.04);

    border-color: #ffed7a;

    box-shadow:
        0 0 0 5px #090000,
        0 9px 22px rgba(0, 0, 0, .75),
        0 0 30px rgba(224, 0, 0, .40),
        0 0 18px rgba(255, 211, 41, .32);
}


/* RTP TEXT */

.bejototo-float-main .bejototo-float-label {
    color: #ffd329;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: .7px;
}


/* =========================================================
   DESKTOP / MOBILE LABEL
========================================================= */

.bejototo-mobile-label {
    display: none;
}


/* Prevent menu from covering bottom content */

body {
    padding-bottom: 110px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .bejototo-floatbar {
        left: 0;
        bottom: 0;

        width: 100%;
        min-height: 67px;

        transform: none;

        border-left: 0;
        border-right: 0;
        border-bottom: 0;

        border-top: 2px solid #ffd329;

        padding-bottom: env(safe-area-inset-bottom);

        background:
            linear-gradient(
                180deg,
                rgba(31, 1, 1, .99),
                rgba(7, 0, 0, .99)
            );
    }

    .bejototo-float-item {
        padding:
            9px
            3px
            calc(7px + env(safe-area-inset-bottom));
    }

    .bejototo-float-item:hover {
        transform: none;
    }

    .bejototo-float-icon {
        width: 23px;
        height: 23px;
    }

    .bejototo-float-icon svg {
        width: 21px;
        height: 21px;
    }

    .bejototo-float-label {
        font-size: 10px;
    }

    .bejototo-float-main {
        padding-top: 29px;
    }

    .bejototo-float-logo {
        top: -30px;

        width: 56px;
        height: 56px;

        border-width: 2px;

        box-shadow:
            0 0 0 4px #090000,
            0 6px 16px rgba(0, 0, 0, .70),
            0 0 18px rgba(224, 0, 0, .32);
    }

    .bejototo-float-logo img {
        width: 41px;
        height: 41px;
    }

    .bejototo-desktop-label {
        display: none;
    }

    .bejototo-mobile-label {
        display: inline;
    }

    body {
        padding-bottom: 88px;
    }
}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 440px) {

    .bejototo-float-item {
        gap: 5px;
    }

    .bejototo-float-label {
        font-size: 9px;
    }

    .bejototo-float-logo {
        width: 53px;
        height: 53px;

        top: -28px;
    }

    .bejototo-float-logo img {
        width: 38px;
        height: 38px;
    }

    .bejototo-float-main {
        padding-top: 27px;
    }
}

.bejo-snow {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 999999;
}

.bejo-snowflake {
    position: absolute;
    top: -30px;

    color: #ffffff;
    line-height: 1;
    user-select: none;

    text-shadow:
        0 0 4px rgba(255,255,255,.85),
        0 0 10px rgba(255,255,255,.35);

    animation:
        bejoSnowFall linear infinite,
        bejoSnowSwing ease-in-out infinite;

    will-change: transform;
}

@keyframes bejoSnowFall {
    0% {
        transform: translate3d(0, -40px, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(var(--snow-drift), 110vh, 0) rotate(360deg);
    }
}

@keyframes bejoSnowSwing {
    0%,
    100% {
        margin-left: -8px;
    }

    50% {
        margin-left: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bejo-snow {
        display: none;
    }
}

/* =========================================================
   BEJOTOTO SNOW EFFECT
   HTML + CSS ONLY
========================================================= */

.snow-effect {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999999;
}

.snow-effect span {
    position: absolute;
    top: -60px;

    display: block;

    color: #ffffff;

    font-size: 18px;
    line-height: 1;

    opacity: .85;

    text-shadow:
        0 0 5px #ffffff,
        0 0 12px rgba(255, 255, 255, .65);

    animation-name: bejototoSnowFall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    will-change: transform;
}


/* =========================================================
   INDIVIDUAL SNOWFLAKES
========================================================= */

.snow-effect span:nth-child(1) {
    left: 2%;
    font-size: 12px;
    animation-duration: 9s;
    animation-delay: -2s;
}

.snow-effect span:nth-child(2) {
    left: 6%;
    font-size: 20px;
    animation-duration: 13s;
    animation-delay: -8s;
}

.snow-effect span:nth-child(3) {
    left: 10%;
    font-size: 14px;
    animation-duration: 10s;
    animation-delay: -5s;
}

.snow-effect span:nth-child(4) {
    left: 14%;
    font-size: 25px;
    animation-duration: 15s;
    animation-delay: -9s;
}

.snow-effect span:nth-child(5) {
    left: 18%;
    font-size: 11px;
    animation-duration: 8s;
    animation-delay: -4s;
}

.snow-effect span:nth-child(6) {
    left: 22%;
    font-size: 18px;
    animation-duration: 12s;
    animation-delay: -6s;
}

.snow-effect span:nth-child(7) {
    left: 26%;
    font-size: 27px;
    animation-duration: 14s;
    animation-delay: -11s;
}

.snow-effect span:nth-child(8) {
    left: 30%;
    font-size: 13px;
    animation-duration: 9s;
    animation-delay: -7s;
}

.snow-effect span:nth-child(9) {
    left: 34%;
    font-size: 21px;
    animation-duration: 11s;
    animation-delay: -3s;
}

.snow-effect span:nth-child(10) {
    left: 38%;
    font-size: 15px;
    animation-duration: 13s;
    animation-delay: -10s;
}

.snow-effect span:nth-child(11) {
    left: 42%;
    font-size: 24px;
    animation-duration: 10s;
    animation-delay: -6s;
}

.snow-effect span:nth-child(12) {
    left: 46%;
    font-size: 11px;
    animation-duration: 8s;
    animation-delay: -2s;
}

.snow-effect span:nth-child(13) {
    left: 50%;
    font-size: 29px;
    animation-duration: 16s;
    animation-delay: -12s;
}

.snow-effect span:nth-child(14) {
    left: 54%;
    font-size: 16px;
    animation-duration: 10s;
    animation-delay: -4s;
}

.snow-effect span:nth-child(15) {
    left: 58%;
    font-size: 22px;
    animation-duration: 13s;
    animation-delay: -8s;
}

.snow-effect span:nth-child(16) {
    left: 62%;
    font-size: 12px;
    animation-duration: 9s;
    animation-delay: -5s;
}

.snow-effect span:nth-child(17) {
    left: 66%;
    font-size: 25px;
    animation-duration: 14s;
    animation-delay: -10s;
}

.snow-effect span:nth-child(18) {
    left: 70%;
    font-size: 17px;
    animation-duration: 11s;
    animation-delay: -7s;
}

.snow-effect span:nth-child(19) {
    left: 74%;
    font-size: 30px;
    animation-duration: 15s;
    animation-delay: -13s;
}

.snow-effect span:nth-child(20) {
    left: 78%;
    font-size: 13px;
    animation-duration: 9s;
    animation-delay: -4s;
}

.snow-effect span:nth-child(21) {
    left: 82%;
    font-size: 19px;
    animation-duration: 12s;
    animation-delay: -9s;
}

.snow-effect span:nth-child(22) {
    left: 86%;
    font-size: 11px;
    animation-duration: 8s;
    animation-delay: -3s;
}

.snow-effect span:nth-child(23) {
    left: 90%;
    font-size: 27px;
    animation-duration: 14s;
    animation-delay: -11s;
}

.snow-effect span:nth-child(24) {
    left: 94%;
    font-size: 16px;
    animation-duration: 10s;
    animation-delay: -6s;
}

.snow-effect span:nth-child(25) {
    left: 98%;
    font-size: 23px;
    animation-duration: 13s;
    animation-delay: -8s;
}

.snow-effect span:nth-child(26) {
    left: 8%;
    font-size: 10px;
    animation-duration: 7s;
    animation-delay: -6s;
}

.snow-effect span:nth-child(27) {
    left: 28%;
    font-size: 16px;
    animation-duration: 11s;
    animation-delay: -9s;
}

.snow-effect span:nth-child(28) {
    left: 48%;
    font-size: 12px;
    animation-duration: 8s;
    animation-delay: -7s;
}

.snow-effect span:nth-child(29) {
    left: 68%;
    font-size: 20px;
    animation-duration: 12s;
    animation-delay: -10s;
}

.snow-effect span:nth-child(30) {
    left: 88%;
    font-size: 14px;
    animation-duration: 9s;
    animation-delay: -8s;
}


/* =========================================================
   FALLING MOTION
========================================================= */

@keyframes bejototoSnowFall {

    0% {
        transform:
            translate3d(-20px, -80px, 0)
            rotate(0deg);

        opacity: 0;
    }

    10% {
        opacity: .9;
    }

    25% {
        transform:
            translate3d(20px, 25vh, 0)
            rotate(90deg);
    }

    50% {
        transform:
            translate3d(-25px, 52vh, 0)
            rotate(180deg);
    }

    75% {
        transform:
            translate3d(25px, 78vh, 0)
            rotate(270deg);
    }

    90% {
        opacity: .9;
    }

    100% {
        transform:
            translate3d(-15px, 110vh, 0)
            rotate(360deg);

        opacity: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .snow-effect span:nth-child(2n) {
        display: none;
    }

    .snow-effect span {
        text-shadow:
            0 0 4px #ffffff,
            0 0 8px rgba(255,255,255,.4);
    }
}