/* ======================================================
   BIFF3EN HERO FIX V1
   ====================================================== */

.b3-fixed-hero {
    position: relative;
    overflow: hidden;
    margin: 28px auto 24px;
    padding: 44px 40px;
    border: 1px solid rgba(170, 85, 247, 0.16);
    border-radius: 36px;
    background:
        radial-gradient(circle at 10% 10%, rgba(162, 89, 255, 0.18), transparent 28%),
        radial-gradient(circle at 88% 15%, rgba(255, 0, 153, 0.14), transparent 26%),
        linear-gradient(135deg, rgba(8, 4, 22, 0.96), rgba(20, 8, 38, 0.95));
    box-shadow:
        0 0 0 1px rgba(255,255,255,.03) inset,
        0 30px 80px rgba(0,0,0,.35);
}

.b3-fixed-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 75% 40%, rgba(170, 85, 247, 0.12), transparent 30%),
        radial-gradient(circle at 92% 80%, rgba(255, 0, 128, 0.10), transparent 24%);
}

.b3-fixed-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 620px);
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.b3-fixed-hero-copy {
    max-width: 680px;
}

.b3-fixed-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #c88cff;
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.b3-fixed-eyebrow::before {
    content: "✦";
    font-size: 1.6rem;
    line-height: 1;
}

.b3-fixed-title {
    margin: 0;
    font-size: clamp(3.5rem, 7.6vw, 6.3rem);
    line-height: .95;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #fff;
}

.b3-fixed-title .accent {
    color: #c66bff;
    background: linear-gradient(135deg, #ff56c8 0%, #bf66ff 48%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.b3-fixed-sub {
    margin: 22px 0 28px;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    line-height: 1.45;
    max-width: 760px;
}

.b3-fixed-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.b3-fixed-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    padding: 0 30px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.02rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    backdrop-filter: blur(12px);
}

.b3-fixed-btn:hover {
    transform: translateY(-2px);
}

.b3-fixed-btn.primary {
    background: linear-gradient(135deg, #ff56c8 0%, #8c4dff 100%);
    box-shadow: 0 16px 30px rgba(131, 56, 236, .28);
}

.b3-fixed-btn.secondary {
    background: rgba(255,255,255,.06);
}

.b3-fixed-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.b3-fixed-avatars {
    display: flex;
    align-items: center;
}

.b3-fixed-avatars img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.9);
    background: #12081e;
    margin-left: -10px;
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.b3-fixed-avatars img:first-child {
    margin-left: 0;
}

.b3-fixed-community strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}

.b3-fixed-community span {
    color: rgba(255,255,255,.72);
    font-size: .98rem;
}

.b3-fixed-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.b3-fixed-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(8, 8, 18, .65);
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.b3-fixed-visual {
    position: relative;
    min-height: 690px;
}

.b3-fixed-stage {
    position: absolute;
    inset: 0;
}

.b3-fixed-main {
    position: absolute;
    left: 86px;
    top: 44px;
    width: 408px;
    height: 548px;
    border-radius: 48px;
    overflow: hidden;
    border: 5px solid rgba(187, 106, 255, .90);
    box-shadow:
        0 0 0 7px rgba(255,255,255,.06),
        0 0 42px rgba(183, 92, 255, .55),
        0 30px 70px rgba(0,0,0,.42);
    transform: rotate(-1.5deg);
    background: #150b22;
}

.b3-fixed-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.02) contrast(1.03);
}

.b3-fixed-sticker {
    position: absolute;
    overflow: hidden;
    border-radius: 26px;
    border: 4px solid rgba(255,255,255,.92);
    background: #170d24;
    box-shadow:
        0 10px 28px rgba(0,0,0,.35),
        0 0 24px rgba(174, 94, 255, .22);
}

.b3-fixed-sticker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.b3-fixed-sticker.s1 {
    left: 0;
    top: 420px;
    width: 170px;
    height: 220px;
    transform: rotate(-7deg);
}

.b3-fixed-sticker.s2 {
    left: 26px;
    top: 110px;
    width: 176px;
    height: 222px;
    transform: rotate(-7deg);
}

.b3-fixed-sticker.s3 {
    right: 0;
    top: 84px;
    width: 176px;
    height: 222px;
    transform: rotate(6deg);
}

.b3-fixed-sticker.s4 {
    right: 8px;
    bottom: 84px;
    width: 170px;
    height: 220px;
    transform: rotate(5deg);
}

.b3-fixed-sticker.s5 {
    left: 102px;
    bottom: 24px;
    width: 144px;
    height: 118px;
    transform: rotate(-3deg);
}

.b3-fixed-doodle {
    position: absolute;
    color: #ff5de1;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .94;
    text-shadow: 0 4px 20px rgba(255, 57, 198, .16);
    pointer-events: none;
}

.b3-fixed-doodle.d1 {
    left: -6px;
    top: 54px;
    font-size: 1.05rem;
    transform: rotate(-12deg);
}

.b3-fixed-doodle.d2 {
    left: 244px;
    top: 38px;
    font-size: 1rem;
    transform: rotate(-6deg);
}

.b3-fixed-doodle.d3 {
    right: 22px;
    top: 116px;
    max-width: 146px;
    font-size: .95rem;
    transform: rotate(-8deg);
}

.b3-fixed-doodle.d4 {
    right: -2px;
    bottom: 144px;
    max-width: 130px;
    font-size: .96rem;
    transform: rotate(8deg);
}

.b3-fixed-doodle.d5 {
    left: 104px;
    bottom: -10px;
    font-size: .88rem;
    transform: rotate(-6deg);
}

.b3-fixed-doodle.d6 {
    left: 24px;
    bottom: 146px;
    font-size: 1rem;
    transform: rotate(-10deg);
}

.b3-fixed-spark {
    position: absolute;
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255,255,255,.16));
    pointer-events: none;
}

.b3-fixed-spark.k1 { right: 196px; top: 24px; color: #ffd84f; }
.b3-fixed-spark.k2 { right: 92px; top: 320px; color: #ff9f43; }
.b3-fixed-spark.k3 { left: 156px; bottom: 62px; color: #76ff7a; }
.b3-fixed-spark.k4 { left: 120px; bottom: 132px; color: #ff63b8; }

.b3-fixed-live {
    position: absolute;
    left: 54px;
    bottom: 92px;
    display: grid;
    grid-template-columns: 112px 1fr 140px;
    gap: 18px;
    align-items: center;
    width: 520px;
    padding: 22px 22px 18px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(20, 16, 34, .92), rgba(15, 12, 28, .92));
    box-shadow:
        0 24px 44px rgba(0,0,0,.36),
        0 0 0 1px rgba(255,255,255,.03) inset;
    backdrop-filter: blur(14px);
}

.b3-fixed-live-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b3-fixed-live-avatar img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.92);
}

.b3-fixed-live-copy .label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #ff4d77;
    font-weight: 900;
    font-size: .92rem;
    text-transform: uppercase;
}

.b3-fixed-live-copy .label::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff274f;
    box-shadow: 0 0 18px rgba(255,39,79,.65);
}

.b3-fixed-live-copy h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.b3-fixed-live-copy p {
    margin: 0 0 14px;
    color: rgba(255,255,255,.76);
    font-size: .98rem;
}

.b3-fixed-live-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: rgba(255,255,255,.88);
    font-size: .94rem;
}

.b3-fixed-live-preview {
    justify-self: end;
}

.b3-fixed-live-preview img {
    width: 136px;
    height: 84px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    border: 1px solid rgba(255,255,255,.10);
}

.b3-fixed-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.b3-fixed-quick-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 18px 22px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    box-shadow: 0 18px 32px rgba(0,0,0,.18);
}

.b3-fixed-quick-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
}

.b3-fixed-quick-icon.purple { background: linear-gradient(135deg, rgba(172,92,255,.26), rgba(108,48,255,.18)); }
.b3-fixed-quick-icon.blue   { background: linear-gradient(135deg, rgba(0,188,255,.18), rgba(0,120,255,.12)); }
.b3-fixed-quick-icon.gold   { background: linear-gradient(135deg, rgba(255,198,54,.18), rgba(176,132,16,.12)); }

.b3-fixed-quick-copy strong {
    display: block;
    color: #fff;
    font-size: 1.18rem;
    margin-bottom: 2px;
}

.b3-fixed-quick-copy span {
    color: rgba(255,255,255,.68);
    font-size: .96rem;
}

@media (max-width: 1280px) {
    .b3-fixed-hero-grid {
        grid-template-columns: 1fr;
    }

    .b3-fixed-visual {
        min-height: 760px;
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (max-width: 860px) {
    .b3-fixed-hero {
        padding: 28px 20px;
        border-radius: 26px;
    }

    .b3-fixed-title {
        font-size: clamp(2.7rem, 10vw, 4.5rem);
    }

    .b3-fixed-sub {
        font-size: 1.02rem;
    }

    .b3-fixed-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .b3-fixed-btn {
        width: 100%;
    }

    .b3-fixed-visual {
        min-height: 690px;
        transform: scale(.92);
        transform-origin: top center;
    }

    .b3-fixed-live {
        width: 92%;
        left: 4%;
        grid-template-columns: 1fr;
    }

    .b3-fixed-live-preview {
        justify-self: start;
    }

    .b3-fixed-quick {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .b3-fixed-visual {
        min-height: 610px;
        transform: scale(.74);
    }

    .b3-fixed-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}