.showcase-proof-section {
    padding-top: 8px;
}

.wbcs-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: center;
    overflow: visible;
    --wbcs-shift-x: 0px;
    --wbcs-shift-y: 0px;
}

@keyframes wbcsDesktopFloat {
    0%, 100% { transform: perspective(1600px) rotateY(-9deg) rotateX(4deg) translate3d(calc(var(--wbcs-shift-x) * 0.16), calc(var(--wbcs-shift-y) * 0.12), 0) scale(1); }
    50% { transform: perspective(1600px) rotateY(-8deg) rotateX(4deg) translate3d(calc(var(--wbcs-shift-x) * 0.16), calc(var(--wbcs-shift-y) * 0.12 - 6px), 0) scale(1.004); }
}

@keyframes wbcsPhoneFloatLeft {
    0%, 100% { transform: translate3d(calc(var(--wbcs-shift-x) * 0.2), calc(var(--wbcs-shift-y) * 0.18), 0) rotate(-8deg); }
    50% { transform: translate3d(calc(var(--wbcs-shift-x) * 0.2 - 4px), calc(var(--wbcs-shift-y) * 0.18 - 8px), 0) rotate(-9deg); }
}

@keyframes wbcsPhoneFloatCenter {
    0%, 100% { transform: translate3d(-50%, calc(var(--wbcs-shift-y) * 0.1), 0) rotate(-5deg); }
    50% { transform: translate3d(-50%, calc(var(--wbcs-shift-y) * 0.1 - 6px), 0) rotate(-4deg); }
}

@keyframes wbcsPhoneFloatRight {
    0%, 100% { transform: translate3d(calc(var(--wbcs-shift-x) * -0.14), calc(var(--wbcs-shift-y) * 0.14), 0) rotate(8deg); }
    50% { transform: translate3d(calc(var(--wbcs-shift-x) * -0.14 + 4px), calc(var(--wbcs-shift-y) * 0.14 - 9px), 0) rotate(9deg); }
}

@keyframes wbcsScreenShimmer {
    0% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
    20% { opacity: 0.12; }
    55% { opacity: 0.18; }
    100% { transform: translateX(160%) skewX(-18deg); opacity: 0; }
}

@keyframes wbcsOrbPulse {
    0%, 100% { opacity: 0.68; transform: scale(0.98); }
    50% { opacity: 0.92; transform: scale(1.06); }
}

.wbcs-copy {
    max-width: 610px;
}

.wbcs-copy h2 {
    font-size: clamp(34px, 3.8vw, 58px);
    line-height: 0.98;
    letter-spacing: -2.2px;
    margin-bottom: 18px;
    font-weight: 900;
    background: linear-gradient(180deg, #fbfdff 0%, #e9f2ff 42%, rgba(155,215,255,0.86) 110%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wbcs-copy > p {
    color: rgba(255,255,255,0.68);
    font-size: 16px;
    line-height: 1.72;
    max-width: 44ch;
}

.wbcs-bullets {
    margin-top: 22px;
    display: grid;
    gap: 4px;
}

.wbcs-bullet {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.wbcs-bullet:first-child {
    padding-top: 0;
    border-top: 0;
}

.wbcs-bullet i {
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(155,215,255,1), rgba(93,226,255,0.72));
    box-shadow: 0 0 18px rgba(93,226,255,0.34);
}

.wbcs-bullet span {
    color: rgba(255,255,255,0.86);
    font-size: 15px;
    line-height: 1.72;
}

.wbcs-visual {
    position: relative;
    min-height: 720px;
}

.wbcs-track {
    position: relative;
    min-height: 720px;
    border-radius: 30px;
    overflow: visible;
}

.wbcs-stage-bg,
.wbcs-grid,
.wbcs-orb {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wbcs-stage-bg {
    border-radius: 30px;
    background:
      radial-gradient(circle at 72% 26%, rgba(93,226,255,0.17), transparent 24%),
      radial-gradient(circle at 38% 86%, rgba(93,226,255,0.07), transparent 28%),
      linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
      linear-gradient(180deg, rgba(9,16,25,0.94) 0%, rgba(5,8,12,0.99) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 30px 80px rgba(0,0,0,0.34);
}

.wbcs-grid {
    background-image:
      linear-gradient(rgba(93,226,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(93,226,255,0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.18;
}

.wbcs-orb {
    inset: 8% 10% auto auto;
    width: 46%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(93,226,255,0.22) 0%, rgba(93,226,255,0.06) 32%, transparent 66%);
    filter: blur(26px);
    opacity: 0.8;
    animation: wbcsOrbPulse 8.5s ease-in-out infinite;
}

.wbcs-desktop,
.wbcs-phone {
    position: absolute;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.wbcs-desktop {
    left: 8%;
    top: 7%;
    width: min(79%, 760px);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(9,12,18,0.94);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 40px 110px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.02) inset;
    opacity: 0;
    transform: perspective(1600px) rotateY(-9deg) rotateX(4deg) translate3d(calc(var(--wbcs-shift-x) * 0.16), calc(var(--wbcs-shift-y) * 0.12 + 42px), 0) scale(0.95);
    transform-origin: center center;
    z-index: 2;
    transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.wbcs-desktop-bar {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.wbcs-desktop-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
}

.wbcs-desktop-screen {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(180deg, #0d1117, #090b0f);
}

.wbcs-desktop-screen img,
.wbcs-phone-screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.wbcs-desktop-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.015) 30%, rgba(255,255,255,0) 62%);
    pointer-events: none;
}

.wbcs-desktop-screen::before {
    content: "";
    position: absolute;
    inset: -8% auto -8% -30%;
    width: 30%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.16), rgba(255,255,255,0));
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

.wbcs-desktop::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -78px;
    width: 108px;
    height: 64px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(32,36,42,0.94), rgba(12,14,18,0.98));
    clip-path: polygon(23% 0%, 77% 0%, 100% 100%, 0% 100%);
    filter: drop-shadow(0 18px 24px rgba(0,0,0,0.44));
    z-index: -1;
}

.wbcs-desktop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -88px;
    width: 168px;
    height: 8px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(16,18,22,0.2), rgba(48,52,60,0.95) 50%, rgba(16,18,22,0.2));
    box-shadow: 0 14px 30px rgba(0,0,0,0.52);
    z-index: -1;
}

.wbcs-phone {
    width: 154px;
    padding: 8px;
    border-radius: 30px;
    background: linear-gradient(180deg, #12161d, #060709);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 54px rgba(0,0,0,0.64), 0 0 0 1px rgba(255,255,255,0.02) inset;
    opacity: 0;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.wbcs-phone-financial {
    left: 4%;
    bottom: 2%;
    z-index: 4;
    transform: translate3d(calc(var(--wbcs-shift-x) * 0.2 - 56px), calc(var(--wbcs-shift-y) * 0.18 + 84px), 0) rotate(-16deg);
}

.wbcs-phone-landscape {
    left: 50%;
    bottom: 3%;
    width: 300px;
    padding: 8px;
    border-radius: 30px;
    z-index: 3;
    transform: translate3d(-50%, calc(var(--wbcs-shift-y) * 0.1 + 72px), 0) rotate(-11deg) scale(0.94);
    transform-origin: center center;
}

.wbcs-phone-proai {
    right: 4%;
    bottom: 9%;
    z-index: 5;
    transform: translate3d(calc(var(--wbcs-shift-x) * -0.14 + 56px), calc(var(--wbcs-shift-y) * 0.14 + 76px), 0) rotate(16deg);
}

.wbcs-phone-notch {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 34%;
    height: 16px;
    border-radius: 999px;
    background: rgba(8,8,10,0.96);
    z-index: 2;
}

.wbcs-phone-screen {
    position: relative;
    aspect-ratio: 9 / 18.6;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f1218, #090b0f);
}

.wbcs-phone-landscape .wbcs-phone-screen {
    aspect-ratio: 18.6 / 9;
    border-radius: 22px;
}

.wbcs-phone-landscape .wbcs-phone-screen img {
    object-fit: contain;
    object-position: center center;
    background: #080a0f;
}

.wbcs-phone-landscape .wbcs-phone-notch {
    top: 50%;
    left: 11px;
    width: 16px;
    height: 34%;
    border-radius: 999px;
    transform: translateY(-50%);
}

.wbcs-phone-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0) 26%);
    pointer-events: none;
}

.wbcs-shell.is-live .wbcs-desktop {
    opacity: 1;
    transform: perspective(1600px) rotateY(-9deg) rotateX(4deg) translate3d(calc(var(--wbcs-shift-x) * 0.16), calc(var(--wbcs-shift-y) * 0.12), 0) scale(1);
    box-shadow: 0 48px 125px rgba(0,0,0,0.62), 0 0 0 1px rgba(255,255,255,0.02) inset;
    animation: wbcsDesktopFloat 7.8s ease-in-out 1.05s infinite;
}

.wbcs-shell.is-live .wbcs-phone-financial {
    opacity: 1;
    transform: translate3d(calc(var(--wbcs-shift-x) * 0.2), calc(var(--wbcs-shift-y) * 0.18), 0) rotate(-8deg);
    transition-delay: 0.18s;
    animation: wbcsPhoneFloatLeft 6.9s ease-in-out 1.2s infinite;
}

.wbcs-shell.is-live .wbcs-phone-landscape {
    opacity: 1;
    transform: translate3d(-50%, calc(var(--wbcs-shift-y) * 0.1), 0) rotate(-5deg);
    transition-delay: 0.34s;
    animation: wbcsPhoneFloatCenter 7.3s ease-in-out 1.4s infinite;
}

.wbcs-shell.is-live .wbcs-phone-proai {
    opacity: 1;
    transform: translate3d(calc(var(--wbcs-shift-x) * -0.14), calc(var(--wbcs-shift-y) * 0.14), 0) rotate(8deg);
    transition-delay: 0.5s;
    animation: wbcsPhoneFloatRight 7.1s ease-in-out 1.3s infinite;
}

.wbcs-shell.is-live .wbcs-desktop-screen::before {
    animation: wbcsScreenShimmer 3.4s ease 0.8s 1;
}

@media (max-width: 1180px) {
    .wbcs-shell {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .wbcs-copy {
        max-width: none;
    }

    .wbcs-visual,
    .wbcs-track {
        min-height: 660px;
    }

    .wbcs-desktop {
        width: min(86%, 760px);
        left: 7%;
    }
}

@media (max-width: 820px) {
    .showcase-proof-section {
        padding-top: 0;
    }

    .wbcs-shell {
        gap: 22px;
    }

    .wbcs-copy h2 {
        font-size: clamp(34px, 10vw, 52px);
        letter-spacing: -1.8px;
    }

    .wbcs-copy > p,
    .wbcs-bullet span {
        font-size: 15px;
        line-height: 1.62;
    }

    .wbcs-visual,
    .wbcs-track {
        min-height: 600px;
    }

    .wbcs-stage-bg {
        border-radius: 24px;
    }

    .wbcs-desktop {
        left: 5%;
        top: 5%;
        width: 90%;
        opacity: 1;
        transform: none !important;
        border-radius: 18px;
        animation: none !important;
    }

    .wbcs-desktop::before,
    .wbcs-desktop::after {
        display: none;
    }

    .wbcs-phone {
        width: 138px;
        padding: 7px;
        border-radius: 26px;
        opacity: 1;
        animation: none !important;
    }

    .wbcs-phone-landscape {
        display: none;
    }

    .wbcs-phone-screen {
        border-radius: 20px;
    }

    .wbcs-phone-financial {
        left: 4%;
        bottom: 4%;
        transform: rotate(-6deg) !important;
    }

    .wbcs-phone-proai {
        right: 2%;
        bottom: 8%;
        transform: rotate(6deg) !important;
    }
}

@media (max-width: 980px) and (orientation: landscape) {
    .wbcs-shell {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: 18px;
        align-items: start;
    }

    .wbcs-copy h2 {
        font-size: clamp(28px, 5vw, 42px);
        margin-bottom: 12px;
        letter-spacing: -1.4px;
    }

    .wbcs-copy > p,
    .wbcs-bullet span {
        font-size: 13px;
        line-height: 1.5;
    }

    .wbcs-bullets {
        margin-top: 14px;
    }

    .wbcs-bullet {
        padding: 9px 0;
    }

    .wbcs-visual,
    .wbcs-track {
        min-height: 380px;
    }

    .wbcs-stage-bg {
        border-radius: 22px;
    }

    .wbcs-desktop {
        width: 84%;
        left: 6%;
        top: 7%;
        opacity: 1;
        transform: none !important;
        border-radius: 16px;
        animation: none !important;
    }

    .wbcs-desktop-bar {
        height: 22px;
    }

    .wbcs-phone {
        width: 102px;
        padding: 6px;
        border-radius: 22px;
        opacity: 1;
        animation: none !important;
    }

    .wbcs-phone-landscape {
        display: block;
        width: 132px;
        padding: 6px;
        border-radius: 20px;
        left: 50%;
        bottom: 2%;
        transform: translateX(-50%) rotate(-6deg) !important;
    }

    .wbcs-phone-screen {
        border-radius: 16px;
    }

    .wbcs-phone-landscape .wbcs-phone-screen {
        border-radius: 14px;
    }

    .wbcs-phone-financial {
        left: 2%;
        bottom: 1%;
        transform: rotate(-8deg) !important;
    }

    .wbcs-phone-proai {
        right: 1%;
        bottom: 5%;
        transform: rotate(8deg) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wbcs-orb,
    .wbcs-shell.is-live .wbcs-desktop,
    .wbcs-shell.is-live .wbcs-phone-financial,
    .wbcs-shell.is-live .wbcs-phone-landscape,
    .wbcs-shell.is-live .wbcs-phone-proai,
    .wbcs-shell.is-live .wbcs-desktop-screen::before {
        animation: none !important;
    }
}
