body.bw-lp {
    --bubble-bg: #0c071b;
    --bubble-panel: #11162c;
    --bubble-border: rgba(255, 255, 255, .10);
    --bubble-muted: #9ba0b5;
    --bubble-purple: #7c5cff;
    --bubble-green: #00f184;
    margin: 0;
    overflow-x: hidden;
    color: #f7f7fb;
    background: var(--bubble-bg);
    font-family: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
}

body.bw-lp.bw-page {
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(168, 85, 247, .22), transparent 60%),
        radial-gradient(900px 500px at -10% 30%, rgba(216, 74, 255, .12), transparent 55%),
        var(--bubble-bg);
    background-attachment: scroll;
}

.bw-lp main { display: block; }

.bubble-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(8, 12, 24, .86), transparent);
}

.bubble-brand { display: block; width: 66px; height: 44px; }
.bubble-brand img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .3)); }

.bubble-header-actions { display: flex; align-items: center; gap: 12px; }
.bubble-header-login {
    min-height: 35px;
    padding: 8px 14px;
    border: 1px solid #3b2a70;
    border-radius: 12px;
    color: #fff;
    background: rgba(12, 7, 27, .35);
    font-size: 12.48px;
    font-weight: 700;
}

.bubble-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .64px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.bubble-button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.bubble-button:active { transform: translateY(0); }
.bubble-button-small { min-height: 33px; padding: 8px 14px; border-radius: 12px; font-size: 12.48px; letter-spacing: 0; }
.bubble-button-primary {
    background: linear-gradient(135deg, #7c5cff, #5a3df5);
    box-shadow: 0 8px 24px rgba(124, 92, 255, .4);
}
.bubble-button-accent {
    color: #07130d;
    background: linear-gradient(135deg, #00f184, #00d978);
    box-shadow: 0 12px 30px rgba(0, 241, 132, .25);
    animation: bubble-cta-pulse 2.8s ease-in-out infinite;
}

.bubble-hero {
    position: relative;
    min-height: 935px;
    overflow: hidden;
    isolation: isolate;
}

.bubble-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(28, 12, 48, .08) 0%, rgba(28, 12, 48, .28) 62%, var(--bubble-bg) 100%),
        url("../bubble/landing/backgroundpc-light.webp") center top / cover no-repeat;
}

.bubble-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(760px, calc(100% - 28px));
    margin: 0 auto;
    padding: 88px 0 50px;
    text-align: center;
}

.bubble-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(43px, 4.25vw, 54.4px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -2.176px;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(44, 16, 69, .36);
}

.bubble-hero h1 span {
    color: #ffd85f;
    text-shadow: 0 3px 12px rgba(255, 199, 46, .25);
}

.bubble-hero h1 em { color: #00ef91; font-style: normal; }

.bubble-game-preview {
    position: relative;
    isolation: isolate;
    display: block;
    width: 280px;
    /* Keep the CTA below the real video area, even before metadata arrives. */
    aspect-ratio: 540 / 978;
    background: #12062b;
    margin: 30px auto 24px;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .55);
}

.bubble-game-preview::before {
    position: absolute;
    inset: -5px;
    z-index: -1;
    content: "";
    border-radius: 29px;
    background: conic-gradient(from var(--bubble-spin), #8b5cf6, #d84aff, #ff69dc, #ffd166, #f05bd8, #a855f7, #8b5cf6);
    animation: bubble-border-spin 2.2s linear infinite, bubble-border-pulse 1.1s ease-in-out infinite alternate;
}

.bubble-game-preview::after {
    position: absolute;
    inset: -10px;
    z-index: -2;
    content: "";
    border-radius: 32px;
    box-shadow: 0 0 15px rgba(168, 85, 247, .72), 0 0 34px rgba(216, 74, 255, .48);
    animation: bubble-glow 1.3s ease-in-out infinite alternate;
}

.bubble-game-preview video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 540 / 978;
    object-fit: contain;
    border-radius: 22px;
    background: #12062b;
}

.bubble-online-pill {
    position: absolute;
    top: -19px;
    left: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 154px;
    min-height: 34px;
    padding: 8px 20px;
    transform: translateX(-50%);
    border: 3px solid #f14fd5;
    border-radius: 999px;
    color: #fff;
    background: #12062b;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .38), 0 0 20px rgba(240, 91, 216, .2);
    font-size: 12.16px;
    font-weight: 900;
    letter-spacing: .7296px;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
    animation: bubble-badge-pulse 2.4s ease-in-out infinite;
}

.bubble-online-pill::after {
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -45%;
    width: 34%;
    content: "";
    transform: rotate(20deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    animation: bubble-badge-sweep 4.8s ease-in-out infinite;
}

.bubble-online-pill svg { width: 14px; height: 14px; fill: #fff; }
.bubble-online-pill strong { color: #ff9eea; }

.bubble-hero-actions { width: min(720px, 100%); }
.bubble-hero-actions .bubble-button { width: 100%; }
.bubble-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 18px;
    padding: 5px 12px;
    color: rgba(225, 221, 237, .7);
    font-size: 14px;
    font-weight: 800;
}

.bubble-section {
    width: min(1052px, calc(100% - 30px));
    margin: 0 auto;
    padding: 66px 0;
}

.bubble-how {
    width: 100%;
    padding: 44px 0 48px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .22);
}
.bubble-section-title { margin-bottom: 34px; text-align: center; }
.bubble-section-icon { display: block; margin-bottom: 10px; color: #04e2c0; font-size: 24px; }
.bubble-section-icon svg { width: 36px; height: 36px; }
.bubble-section-title h2,
.bubble-final-cta h2 {
    margin: 0;
    color: #f5f5fb;
    font-size: clamp(27px, 3vw, 34px);
    font-weight: 950;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.bubble-section-title p,
.bubble-final-cta p {
    margin: 11px 0 0;
    color: var(--bubble-muted);
    font-size: 14px;
}

.bubble-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
    padding: 4px 0 12px;
}
.bubble-step {
    overflow: hidden;
    border: 1px solid var(--bubble-border);
    border-radius: 18px;
    background: rgba(14, 18, 34, .92);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bubble-step:hover {
    transform: translateY(-4px);
    border-color: rgba(124, 92, 255, .34);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .42);
}

.bubble-step-visual {
    position: relative;
    height: 83px;
    overflow: hidden;
    background: #21103c;
}

.bubble-step-visual > img { width: 100%; height: 100%; object-fit: cover; }
.bubble-step-visual > span {
    position: absolute;
    top: 10px;
    right: 11px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #071d17;
    background: #00e8ad;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .32);
    font-size: 17px;
    font-weight: 950;
}

.bubble-step-balls {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 30%, rgba(168, 85, 247, .22), transparent 60%), #160d2b;
}

.bubble-step-balls > div { position: relative; display: flex; justify-content: center; width: 108%; transform: translateY(9px); }
.bubble-step-balls img { width: 42px; height: 42px; margin-left: -5px; object-fit: contain; filter: drop-shadow(0 4px 4px rgba(0,0,0,.3)); }
.bubble-step-balls img:first-child { margin-left: 0; }

.bubble-step-balls .bubble-board-shot {
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 3;
    width: 30px;
    height: 30px;
    margin: 0;
    transform: translateX(-50%);
    animation: bubble-board-shot 2.4s cubic-bezier(.2, .7, .3, 1) infinite;
}

.bubble-board-aim {
    position: absolute;
    left: 50%;
    bottom: -21px;
    z-index: 2;
    width: 3px;
    height: 53px;
    transform: translateX(-50%);
    transform-origin: 50% 100%;
    border-radius: 999px;
    background: repeating-linear-gradient(to top, rgba(255,255,255,.95) 0 5px, transparent 5px 10px);
    filter: drop-shadow(0 0 4px rgba(255,255,255,.72));
    animation: bubble-board-aim 2.4s ease-in-out infinite;
}

.bubble-step-copy { min-height: 115px; padding: 14px 14px 17px; }
.bubble-step-copy h3 { margin: 0 0 8px; color: #f8f8fc; font-size: 15px; font-weight: 900; }
.bubble-step-copy p { margin: 0; color: #aeb2c2; font-size: 12.5px; line-height: 1.55; }

.bubble-reviews-section {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 16px 16px 40px;
}

.bubble-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bubble-review {
    display: flex;
    flex-direction: column;
    min-height: 287px;
    padding: 20px;
    border: 1px solid var(--bubble-border);
    border-radius: 17px;
    background: rgba(17, 22, 44, .95);
}

.bubble-stars { margin-bottom: 15px; color: #ffc84d; font-size: 13px; letter-spacing: 2px; }
.bubble-review > p { flex: 1; margin: 0 0 20px; color: #eaebf2; font-size: 13px; line-height: 1.52; }
.bubble-review-user { display: flex; align-items: center; gap: 10px; }
.bubble-review-user > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #7c5cff, #00c2ff);
    font-weight: 900;
}

.bubble-review-user strong,
.bubble-review-user small { display: block; }
.bubble-review-user strong { color: #f8f8fb; font-size: 13px; }
.bubble-review-user small { margin-top: 2px; color: #00d998; font-size: 10px; }

.bubble-final-cta {
    position: relative;
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 36px 16px 48px;
    text-align: center;
}

.bubble-final-cta::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 150px;
    content: "";
    background: radial-gradient(ellipse at 50% 100%, rgba(140, 69, 212, .22), transparent 68%);
}

.bubble-final-cta h2 { font-size: 24px; text-transform: none; }
.bubble-final-cta p { margin-bottom: 24px; }
.bubble-final-cta .bubble-button { width: 100%; }

.bubble-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
}

.bubble-footer img { width: 84px; height: 56px; margin-bottom: 14px; object-fit: contain; }
.bubble-footer p { margin: 0 0 7px; color: #8f92a5; font-size: 12px; }
.bubble-footer small { color: #666a7c; font-size: 11px; }

@property --bubble-spin { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes bubble-border-spin { to { --bubble-spin: 360deg; } }
@keyframes bubble-border-pulse { from { filter: brightness(.9); } to { filter: brightness(1.18); } }
@keyframes bubble-glow { from { opacity: .62; } to { opacity: 1; } }
@keyframes bubble-cta-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 12px 30px rgba(0, 241, 132, .22); }
    50% { transform: scale(1.012); box-shadow: 0 14px 38px rgba(0, 241, 132, .38); }
}
@keyframes bubble-badge-pulse {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.035); }
}
@keyframes bubble-badge-sweep {
    0%, 58% { left: -45%; opacity: 0; }
    66% { opacity: 1; }
    84%, 100% { left: 118%; opacity: 0; }
}
@keyframes bubble-board-shot {
    0%, 18% { transform: translate(-50%, 26px) scale(.82); opacity: 0; }
    25% { opacity: 1; }
    70% { transform: translate(-50%, -28px) scale(1); opacity: 1; }
    76%, 100% { transform: translate(-50%, -28px) scale(1.26); opacity: 0; }
}
@keyframes bubble-board-aim {
    0%, 100% { transform: translateX(-50%) rotate(-10deg); opacity: .45; }
    50% { transform: translateX(-50%) rotate(10deg); opacity: .95; }
}

@media (max-width: 900px) {
    .bubble-hero { min-height: 900px; }
    .bubble-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bubble-step-visual { height: 130px; }
    .bubble-step-copy { min-height: 116px; }
}

@media (max-width: 620px) {
    .bubble-header { min-height: 61px; padding: 8px 12px; }
    .bubble-brand { width: 68px; height: 45px; }
    .bubble-header-actions { gap: 7px; }
    .bubble-header-login { min-height: 33px; padding: 7px 11px; font-size: 11px; }
    .bubble-button-small { min-height: 33px; padding: 8px 12px; border-radius: 11px; font-size: 11px; }

    .bubble-hero { min-height: 806px; }
    .bubble-hero-background {
        background:
            linear-gradient(180deg, rgba(28, 12, 48, .05) 0%, rgba(28, 12, 48, .26) 62%, var(--bubble-bg) 100%),
            url("../bubble/landing/backgroundmb-light.webp") center top / cover no-repeat;
    }

    .bubble-hero-inner { width: calc(100% - 28px); padding-top: 79px; }
    .bubble-hero h1 { font-size: clamp(36px, 11.2vw, 48px); letter-spacing: -1.2px; }
    .bubble-game-preview { width: min(245px, calc(100vw - 92px)); margin-top: 27px; }
    .bubble-online-pill { min-width: 142px; min-height: 29px; font-size: 10px; }
    .bubble-button { min-height: 50px; font-size: 14px; }
    .bubble-hero-actions { width: calc(100% - 10px); }

    .bubble-section { width: calc(100% - 28px); padding: 54px 0; }
    .bubble-how { width: 100%; padding: 30px 0 48px; }
    .bubble-section-title { margin-bottom: 25px; }
    .bubble-section-title h2 { font-size: 25px; }
    .bubble-section-title p { font-size: 13px; }
    .bubble-steps { grid-template-columns: 1fr; gap: 14px; width: calc(100% - 28px); padding: 4px 0 12px; }
    .bubble-step { display: block; min-height: 0; }
    .bubble-step-visual { height: auto; min-height: 0; }
    .bubble-step-visual > img { display: block; width: 100%; height: auto; object-fit: contain; }
    .bubble-step-copy { min-height: 0; padding: 16px; }
    .bubble-step-copy h3 { font-size: 15px; }
    .bubble-step-copy p { font-size: 13px; }
    .bubble-step-balls { height: 140px; }
    .bubble-step-balls > div { flex-wrap: wrap; width: 114px; transform: translateY(7px); }
    .bubble-step-balls img { width: 38px; height: 38px; margin: -3px -2px; }

    .bubble-reviews-section { width: 100%; padding: 32px 14px 40px; }
    .bubble-reviews { grid-template-columns: 1fr; }
    .bubble-review { min-height: 205px; }
    .bubble-final-cta { padding: 36px 14px 48px; }
    .bubble-final-cta h2 { font-size: 22px; }
    .bubble-footer { padding-bottom: calc(32px + env(safe-area-inset-bottom)); }
}

@media (max-width: 370px) {
    .bubble-header-login { display: none; }
    .bubble-hero h1 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    .bubble-game-preview::before,
    .bubble-game-preview::after,
    .bubble-button-accent,
    .bubble-online-pill,
    .bubble-online-pill::after,
    .bubble-board-shot,
    .bubble-board-aim { animation: none !important; }
}
