/* Rumble Websites cinematic hero — desktop chapter 1 */

.rw-cinematic-hero {
    --rw-ink: #061a3a;
    --rw-navy: #082a59;
    --rw-blue: #0077ff;
    --rw-blue-deep: #0057d9;
    --rw-cyan: #4cc9ff;
    --rw-sky: #bcecff;
    --rw-paper: #f8fcff;
    --rw-laptop-width: min(70vw, 820px);
    position: relative;
    min-height: max(680px, 100svh);
    overflow: hidden;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: 84px 24px 24px;
    color: var(--rw-ink);
    background:
        radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.94) 0 18%, rgba(219, 241, 255, 0.72) 42%, transparent 67%),
        radial-gradient(circle at 87% 14%, rgba(76, 201, 255, 0.35), transparent 26%),
        radial-gradient(circle at 10% 78%, rgba(102, 126, 234, 0.26), transparent 30%),
        linear-gradient(145deg, #f9fbff 0%, #e8f3ff 48%, #dcecff 100%);
    perspective: 1800px;
}

.rw-cinematic-hero::before,
.rw-cinematic-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -2;
}

.rw-cinematic-hero::before {
    inset: 0;
    opacity: 0.48;
    background-image:
        linear-gradient(rgba(0, 119, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 119, 255, 0.07) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%);
    mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%);
    transform: perspective(800px) rotateX(64deg) scale(1.5) translateY(15%);
    transform-origin: center bottom;
    animation: rwGridDrift 16s linear infinite;
}

.rw-cinematic-hero::after {
    left: 50%;
    bottom: 4%;
    width: min(80vw, 1100px);
    height: 24%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 119, 255, 0.2), transparent 70%);
    filter: blur(22px);
}

.rw-cine-atmosphere,
.rw-cine-stage {
    position: absolute;
    inset: 0;
}

.rw-cine-atmosphere {
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.rw-cine-stage {
    display: grid;
    place-items: center;
    padding: 84px 24px 20px;
    transform-style: preserve-3d;
}

.rw-cinematic-hero.is-presentation-paused *,
.rw-cinematic-hero.is-presentation-paused *::before,
.rw-cinematic-hero.is-presentation-paused *::after {
    animation-play-state: paused !important;
}

.rw-cine-orb,
.rw-cine-ring,
.rw-cine-spark,
.rw-cine-speed-line {
    position: absolute;
    display: block;
    pointer-events: none;
}

.rw-cine-orb {
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.7;
    will-change: transform;
}

.rw-cine-orb::before {
    content: "";
    position: absolute;
    inset: 13%;
    border-radius: inherit;
    border: 2px solid rgba(255, 255, 255, 0.66);
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.rw-cine-orb-one {
    width: 88px;
    height: 88px;
    top: 18%;
    left: 7%;
    background: linear-gradient(145deg, #77ddff, #0077ff);
    box-shadow: 0 24px 45px rgba(0, 119, 255, 0.24);
    animation: rwOrbWanderOne 46s -11s ease-in-out infinite;
}

.rw-cine-orb-two {
    width: 48px;
    height: 48px;
    top: 28%;
    right: 10%;
    background: linear-gradient(145deg, #d6f5ff, #58baff);
    animation: rwOrbWanderTwo 53s -31s ease-in-out infinite;
}

.rw-cine-orb-three {
    width: 64px;
    height: 64px;
    bottom: 15%;
    left: 14%;
    background: linear-gradient(145deg, #d7d8ff, #667eea);
    animation: rwOrbWanderThree 49s -19s ease-in-out infinite;
}

.rw-cine-ring {
    border: 3px solid rgba(0, 119, 255, 0.22);
    border-radius: 50%;
    animation: rwRingBreathe 6s ease-in-out infinite;
}

.rw-cine-ring-one {
    width: 150px;
    height: 150px;
    top: 12%;
    right: 20%;
}

.rw-cine-ring-two {
    width: 110px;
    height: 110px;
    bottom: 10%;
    right: 8%;
    animation-delay: -3s;
}

.rw-cine-spark {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--rw-blue);
    box-shadow: 0 0 0 6px rgba(0, 119, 255, 0.08);
    transform: rotate(45deg);
    animation: rwSparkFloat 5.5s ease-in-out infinite;
}

.rw-cine-spark-one { top: 24%; left: 22%; }
.rw-cine-spark-two { top: 19%; right: 28%; animation-delay: -1.2s; background: var(--rw-cyan); }
.rw-cine-spark-three { bottom: 20%; right: 21%; animation-delay: -3s; }
.rw-cine-spark-four { bottom: 28%; left: 25%; animation-delay: -4.4s; background: #667eea; }

.rw-cine-speed-line {
    width: 340px;
    height: 7px;
    right: -380px;
    border-radius: 999px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(76, 201, 255, 0.85));
    filter: drop-shadow(0 0 7px rgba(0, 119, 255, 0.3));
}

.rw-cine-speed-line-one { top: 31%; }
.rw-cine-speed-line-two { top: 49%; width: 470px; }
.rw-cine-speed-line-three { top: 68%; width: 280px; }

.rw-cinematic-hero.is-playing .rw-cine-speed-line-one {
    animation: rwSpeedLine 0.72s 0.28s ease-out both;
}

.rw-cinematic-hero.is-playing .rw-cine-speed-line-two {
    animation: rwSpeedLine 0.85s 0.43s ease-out both;
}

.rw-cinematic-hero.is-playing .rw-cine-speed-line-three {
    animation: rwSpeedLine 0.7s 0.62s ease-out both;
}

.rw-cine-chapter {
    position: absolute;
    left: clamp(24px, 5vw, 80px);
    top: clamp(104px, 15vh, 150px);
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(6, 26, 58, 0.64);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.24em;
    opacity: 0;
    transform: translateX(-26px);
}

.rw-cine-chapter i {
    width: 46px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--rw-blue), var(--rw-cyan));
}

.rw-cinematic-hero.is-playing .rw-cine-chapter,
.rw-cinematic-hero.is-complete .rw-cine-chapter {
    animation: rwChapterIn 0.6s 1.7s ease-out both;
}

.rw-laptop-rig {
    position: relative;
    width: var(--rw-laptop-width);
    transform-style: preserve-3d;
    opacity: 0;
    transform: translate3d(48vw, 25vh, -1100px) rotateX(18deg) rotateY(-34deg) rotateZ(10deg) scale(0.42);
    will-change: transform, opacity;
}

.rw-cinematic-hero.is-playing .rw-laptop-rig {
    animation: rwLaptopEntrance 1.5s 0.2s cubic-bezier(0.16, 0.88, 0.24, 1.18) both;
}

.rw-cinematic-hero.is-complete .rw-laptop-rig {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
}

.rw-laptop-float {
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center;
}

.rw-laptop-camera-stage {
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    transform: translateY(-25%) scale(0.82);
    will-change: transform;
}

.rw-cinematic-hero.is-playing .rw-laptop-camera-stage {
    animation: rwLaptopCameraSettle 2.4s 0.2s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.rw-cinematic-hero.is-complete .rw-laptop-camera-stage {
    transform: translateY(0);
}

.rw-cinematic-hero.is-playing .rw-laptop-float,
.rw-cinematic-hero.is-complete .rw-laptop-float {
    animation: rwLaptopIdle 4.4s 8.2s ease-in-out infinite;
}

.rw-laptop-shadow {
    position: absolute;
    z-index: -1;
    left: 7%;
    right: 7%;
    bottom: 2%;
    height: 17%;
    border-radius: 50%;
    opacity: 0.1;
    transform: translateY(65px) scaleX(0.6);
    background: radial-gradient(ellipse, rgba(4, 26, 63, 0.7), rgba(0, 119, 255, 0.18) 42%, transparent 72%);
    filter: blur(18px);
}

.rw-cinematic-hero.is-playing .rw-laptop-shadow {
    animation: rwShadowLand 1.45s 0.25s cubic-bezier(0.2, 0.9, 0.3, 1) both, rwShadowIdle 4.4s 8.2s ease-in-out infinite;
}

.rw-cinematic-hero.is-complete .rw-laptop-shadow {
    opacity: 0.62;
    transform: translateY(65px) scaleX(1);
}

.rw-laptop {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    transform: rotateX(var(--rw-tilt-x, 0deg)) rotateY(var(--rw-tilt-y, 0deg));
    transition: transform 0.28s cubic-bezier(0.2, 0.75, 0.2, 1);
    filter: drop-shadow(0 38px 46px rgba(17, 67, 128, 0.22));
}

.rw-laptop-lid {
    position: relative;
    z-index: 3;
    width: 100%;
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
    transform: perspective(1500px) rotateX(-112deg);
    will-change: transform;
}

.rw-cinematic-hero.is-playing .rw-laptop-lid {
    animation: rwLidOpen 1.08s 1.55s cubic-bezier(0.2, 0.82, 0.3, 1.12) both;
}

.rw-cinematic-hero.is-complete .rw-laptop-lid {
    transform: perspective(1500px) rotateX(0deg);
}

.rw-laptop-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9.7;
    padding: clamp(12px, 1.25vw, 18px);
    border: clamp(5px, 0.52vw, 8px) solid #061d43;
    border-radius: clamp(22px, 2.2vw, 34px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(196, 231, 255, 0.92) 42%, rgba(67, 165, 255, 0.98) 100%);
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.75),
        inset -10px -12px 0 rgba(0, 87, 217, 0.15),
        0 0 0 3px rgba(76, 201, 255, 0.42),
        0 24px 70px rgba(0, 87, 217, 0.28);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rw-laptop-lid::after {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    border: clamp(5px, 0.52vw, 8px) solid #061d43;
    border-radius: clamp(22px, 2.2vw, 34px);
    background:
        url("Images/Logo.png?v=20260715-live") center / 17% auto no-repeat,
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0 13%, transparent 13.5%),
        linear-gradient(145deg, #e9f8ff 0%, #78caff 42%, #1383ee 72%, #0754bf 100%);
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.62),
        inset -14px -16px 0 rgba(3, 53, 133, 0.22),
        0 18px 34px rgba(4, 39, 91, 0.28);
    transform: rotateY(180deg) translateZ(2px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}

.rw-laptop-lid::before {
    content: "";
    position: absolute;
    z-index: 11;
    inset: 8% 8% auto;
    height: 5px;
    border-radius: 999px;
    opacity: 0.65;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    transform: rotateY(180deg) translateZ(3px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}

.rw-laptop-frame::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 7px;
    left: 8%;
    width: 38%;
    height: 5px;
    border-radius: 999px;
    opacity: 0.78;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), transparent);
}

.rw-laptop-camera {
    position: absolute;
    z-index: 7;
    top: clamp(7px, 0.62vw, 10px);
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #06152f;
    box-shadow: inset 0 0 0 2px #1b5e98, 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.rw-laptop-screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 4px solid var(--rw-ink);
    border-radius: clamp(13px, 1.35vw, 21px);
    background: #051630;
    box-shadow:
        inset 0 0 0 3px rgba(76, 201, 255, 0.16),
        inset 0 -24px 70px rgba(0, 87, 217, 0.28);
}

.rw-laptop-screen::before {
    content: "";
    position: absolute;
    z-index: 30;
    inset: 50% 0 auto;
    height: 2px;
    opacity: 0;
    transform: scaleX(0.02);
    background: #d9f8ff;
    box-shadow: 0 0 24px 8px rgba(76, 201, 255, 0.8);
}

.rw-cinematic-hero.is-playing .rw-laptop-screen::before {
    animation: rwScreenPower 0.65s 2.28s ease-out both;
}

.rw-screen-aurora,
.rw-screen-grid,
.rw-screen-scan,
.rw-screen-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.rw-screen-aurora {
    z-index: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(76, 201, 255, 0.42), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(102, 126, 234, 0.38), transparent 35%),
        linear-gradient(145deg, #03142e 0%, #06295b 48%, #061936 100%);
    animation: rwScreenAurora 8s ease-in-out infinite alternate;
}

.rw-screen-grid {
    z-index: 1;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(76, 201, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 201, 255, 0.18) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);
    mask-image: radial-gradient(circle at center, #000, transparent 78%);
}

.rw-screen-scan {
    z-index: 24;
    opacity: 0.16;
    background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.08) 4px);
    mix-blend-mode: overlay;
}

.rw-screen-shine {
    z-index: 28;
    width: 38%;
    left: -45%;
    transform: skewX(-18deg);
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
}

.rw-cinematic-hero.is-playing .rw-screen-shine {
    animation: rwScreenShine 0.95s 7.12s ease-in-out both;
}

.rw-laptop-base {
    position: relative;
    z-index: 1;
    width: 110%;
    height: clamp(118px, 11vw, 154px);
    margin: -3px 0 0 -5%;
    transform-origin: 50% 0;
    transform: perspective(900px) rotateX(68deg);
    border: clamp(5px, 0.5vw, 8px) solid #061d43;
    border-radius: 8px 8px 30px 30px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.98), #bce8ff 53%, #4c9fff 100%);
    box-shadow:
        inset 0 8px 0 rgba(255, 255, 255, 0.88),
        inset 0 -13px 0 rgba(0, 87, 217, 0.18),
        0 20px 34px rgba(5, 41, 91, 0.22);
}

.rw-keyboard {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 5px;
    left: 10%;
    right: 10%;
    top: 20%;
    height: 44%;
}

.rw-keyboard span {
    border: 2px solid rgba(5, 34, 75, 0.8);
    border-radius: 4px;
    background: linear-gradient(145deg, #0b3f78, #071e42);
    box-shadow: inset 0 2px 0 rgba(122, 215, 255, 0.32), 0 2px 0 rgba(255, 255, 255, 0.38);
}

.rw-trackpad {
    position: absolute;
    left: 37%;
    right: 37%;
    bottom: 5%;
    height: 22%;
    border: 3px solid rgba(5, 34, 75, 0.44);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
}

.rw-laptop-lip {
    position: absolute;
    left: 39%;
    right: 39%;
    bottom: -10px;
    height: 15px;
    border: 4px solid #061d43;
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #7cc6ff;
}

.rw-screen-loader,
.rw-screen-reveal {
    position: absolute;
    z-index: 5;
    inset: 0;
}

.rw-screen-loader {
    display: flex;
    flex-direction: column;
    opacity: 0;
}

.rw-cinematic-hero.is-playing .rw-screen-loader {
    animation: rwLoaderIn 0.38s 2.65s ease-out forwards, rwLoaderOut 0.38s 4.7s ease-in forwards;
}

.rw-screen-window-bar {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 12%;
    min-height: 32px;
    padding: 0 4%;
    border-bottom: 2px solid rgba(76, 201, 255, 0.16);
    opacity: 0;
    transform: translateY(-100%);
    background: rgba(2, 14, 34, 0.76);
    box-shadow: 0 8px 20px rgba(1, 13, 34, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.rw-cinematic-hero.is-playing .rw-screen-window-bar {
    animation: rwOsMenuIn 0.46s 2.38s cubic-bezier(0.16, 0.88, 0.25, 1.18) forwards;
}

.rw-cinematic-hero.is-complete .rw-screen-window-bar {
    opacity: 1;
    transform: translateY(0);
}

.rw-screen-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4cc9ff;
    box-shadow: 0 0 10px rgba(76, 201, 255, 0.6);
}

.rw-screen-window-bar span:nth-child(2) { background: #75e6b0; }
.rw-screen-window-bar span:nth-child(3) { background: #8693ff; }

.rw-screen-window-bar b {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(211, 243, 255, 0.6);
    font-size: clamp(7px, 0.65vw, 10px);
    letter-spacing: 0.2em;
}

.rw-screen-window-bar b strong {
    color: #f1fbff;
    font-size: 1.2em;
    font-weight: 950;
    letter-spacing: -0.02em;
    text-shadow: 0 0 14px rgba(76, 201, 255, 0.62);
}

.rw-screen-window-bar b em {
    padding-left: 9px;
    border-left: 1px solid rgba(163, 226, 255, 0.24);
    font-size: 0.8em;
    font-style: normal;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.rw-loader-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3% 10% 5%;
    text-align: center;
}

.rw-loader-emblem {
    position: relative;
    width: clamp(54px, 7vw, 86px);
    aspect-ratio: 1;
    margin-bottom: 3%;
}

.rw-loader-orbit,
.rw-loader-logo {
    position: absolute;
    border-radius: 50%;
}

.rw-loader-orbit {
    inset: 0;
    border: 3px solid transparent;
    border-top-color: var(--rw-cyan);
    border-right-color: rgba(76, 201, 255, 0.28);
    filter: drop-shadow(0 0 8px rgba(76, 201, 255, 0.72));
    animation: rwLoaderOrbit 1.1s linear infinite;
}

.rw-loader-orbit-two {
    inset: 15%;
    border-top-color: #a9b3ff;
    border-right-color: transparent;
    border-bottom-color: rgba(169, 179, 255, 0.4);
    animation-direction: reverse;
    animation-duration: 0.76s;
}

.rw-loader-logo {
    z-index: 2;
    top: 23%;
    left: 23%;
    width: 54%;
    height: 54%;
    box-sizing: border-box;
    object-fit: contain;
    padding: 2px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 0 2px rgba(167, 230, 255, 0.72), 0 0 24px rgba(76, 201, 255, 0.92);
    animation: rwLoaderLogoPulse 1.05s ease-in-out infinite alternate;
}

.rw-loader-kicker {
    margin: 0 0 1%;
    color: var(--rw-cyan);
    font-size: clamp(7px, 0.65vw, 10px);
    font-weight: 900;
    letter-spacing: 0.18em;
}

.rw-loader-content h2 {
    margin: 0 0 5%;
    color: #f4fbff;
    font-size: clamp(19px, 2.4vw, 34px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-shadow: 0 8px 28px rgba(0, 119, 255, 0.4);
}

.rw-loader-progress {
    position: relative;
    width: min(82%, 420px);
    height: clamp(8px, 0.8vw, 12px);
    overflow: hidden;
    border: 2px solid rgba(104, 213, 255, 0.35);
    border-radius: 999px;
    background: rgba(2, 13, 32, 0.72);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.4), 0 0 22px rgba(0, 119, 255, 0.16);
}

.rw-loader-progress-fill {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--rw-blue), var(--rw-cyan), #b1f1ff);
    box-shadow: 0 0 18px rgba(76, 201, 255, 0.9);
}

.rw-cinematic-hero.is-playing .rw-loader-progress-fill {
    animation: rwProgressFill 2s 2.7s cubic-bezier(0.16, 0.76, 0.24, 1) both;
}

.rw-loader-status {
    display: flex;
    justify-content: space-between;
    width: min(82%, 420px);
    margin-top: 2%;
    color: rgba(217, 245, 255, 0.72);
    font-size: clamp(7px, 0.72vw, 11px);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.rw-loader-status strong {
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.rw-os-dock {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: 2.8%;
    display: flex;
    align-items: flex-end;
    gap: clamp(5px, 0.6vw, 9px);
    padding: clamp(5px, 0.55vw, 8px) clamp(8px, 0.9vw, 13px);
    border: 2px solid rgba(172, 232, 255, 0.35);
    border-bottom-color: rgba(255, 255, 255, 0.52);
    border-radius: clamp(13px, 1.4vw, 20px);
    opacity: 0;
    transform: translate(-50%, 18px) scale(0.82);
    background: linear-gradient(180deg, rgba(223, 247, 255, 0.2), rgba(6, 30, 65, 0.48));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 9px 24px rgba(0, 7, 24, 0.34),
        0 0 30px rgba(76, 201, 255, 0.09);
    -webkit-backdrop-filter: blur(15px) saturate(1.3);
    backdrop-filter: blur(15px) saturate(1.3);
}

.rw-cinematic-hero.is-playing .rw-os-dock {
    animation: rwDockIn 0.58s 7.32s cubic-bezier(0.16, 0.88, 0.25, 1.24) forwards;
}

.rw-cinematic-hero.is-complete .rw-os-dock {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.rw-os-dock::after {
    content: "";
    position: absolute;
    left: 13%;
    right: 13%;
    bottom: -5px;
    height: 3px;
    border-radius: 999px;
    opacity: 0.7;
    background: linear-gradient(90deg, transparent, var(--rw-cyan), transparent);
    filter: blur(1px);
}

.rw-os-app {
    --rw-app-color-one: #1f90ff;
    --rw-app-color-two: #0758d1;
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(27px, 2.65vw, 39px);
    aspect-ratio: 1;
    border: 2px solid rgba(255, 255, 255, 0.58);
    border-radius: 28%;
    opacity: 0;
    transform: translateY(15px) scale(0.55);
    color: #fff;
    background: linear-gradient(145deg, var(--rw-app-color-one), var(--rw-app-color-two));
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.3),
        inset 0 -4px 0 rgba(0, 18, 67, 0.16),
        0 5px 10px rgba(0, 4, 20, 0.32);
}

.rw-cinematic-hero.is-playing .rw-os-app {
    animation: rwAppBounce 0.5s calc(7.46s + (var(--rw-app-index) * 0.065s)) cubic-bezier(0.16, 0.9, 0.28, 1.35) forwards;
}

.rw-cinematic-hero.is-complete .rw-os-app {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.rw-os-app svg {
    width: 61%;
    height: 61%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.rw-os-app-code { --rw-app-color-one: #133b77; --rw-app-color-two: #061b3f; color: #6ce2ff; }
.rw-os-app-design { --rw-app-color-one: #8a7cff; --rw-app-color-two: #5444c9; }
.rw-os-app-hosting { --rw-app-color-one: #42d7ba; --rw-app-color-two: #087e8b; }
.rw-os-app-mail { --rw-app-color-one: #ff6b8b; --rw-app-color-two: #d63865; }
.rw-os-app-analytics { --rw-app-color-one: #ffc45a; --rw-app-color-two: #eb7d18; }
.rw-os-app-settings { --rw-app-color-one: #8496b5; --rw-app-color-two: #3e5479; }

.rw-os-app-mail i {
    position: absolute;
    top: -5px;
    right: -5px;
    display: grid;
    place-items: center;
    width: clamp(11px, 1vw, 15px);
    aspect-ratio: 1;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #ff315d;
    box-shadow: 0 3px 8px rgba(43, 0, 13, 0.4);
    font-size: clamp(6px, 0.52vw, 8px);
    font-style: normal;
    font-weight: 950;
}

.rw-screen-reveal {
    overflow: hidden;
    opacity: 0;
    background:
        radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.98) 0 22%, rgba(220, 245, 255, 0.96) 52%, rgba(154, 220, 255, 0.98) 100%);
}

.rw-screen-reveal::before,
.rw-screen-reveal::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.rw-screen-reveal::before {
    width: 52%;
    aspect-ratio: 1;
    left: -16%;
    bottom: -45%;
    border: clamp(18px, 2.6vw, 38px) solid rgba(0, 119, 255, 0.12);
}

.rw-screen-reveal::after {
    width: 36%;
    aspect-ratio: 1;
    right: -11%;
    top: -34%;
    border: clamp(12px, 1.8vw, 27px) solid rgba(102, 126, 234, 0.12);
}

.rw-cinematic-hero.is-playing .rw-screen-reveal {
    animation: rwRevealScreen 0.58s 4.84s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.rw-cinematic-hero.is-complete .rw-screen-reveal {
    opacity: 1;
}

.rw-screen-welcome {
    position: absolute;
    z-index: 3;
    top: 22%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 16px) scale(0.88);
    opacity: 0;
    color: var(--rw-blue-deep);
    font-size: clamp(17px, 1.85vw, 28px);
    font-weight: 950;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rw-cinematic-hero.is-playing .rw-screen-welcome {
    animation: rwWelcomePop 0.62s 5.08s cubic-bezier(0.16, 0.88, 0.25, 1.3) both;
}

.rw-cinematic-hero.is-complete .rw-screen-welcome {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.rw-screen-logo {
    position: absolute;
    z-index: 4;
    top: 52.5%;
    left: 50%;
    width: clamp(118px, 21.5%, 176px);
    height: auto;
    transform: translate(-50%, -50%) scale(0) rotate(-38deg);
    opacity: 0;
    filter: drop-shadow(0 14px 18px rgba(0, 80, 176, 0.26));
    will-change: left, transform, opacity;
}

.rw-cinematic-hero.is-playing .rw-screen-logo {
    animation: rwLogoChoreography 1.85s 5.4s cubic-bezier(0.18, 0.82, 0.2, 1) both;
}

.rw-cinematic-hero.is-complete .rw-screen-logo {
    left: 17.5%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9) rotate(0);
}

.rw-screen-brand-copy {
    position: absolute;
    z-index: 4;
    top: 48.5%;
    left: 29.5%;
    width: 70%;
    opacity: 0;
    transform: translateY(-50%) translateX(-28px) scaleX(0.92);
    transform-origin: left center;
    text-align: left;
}

.rw-cinematic-hero.is-playing .rw-screen-brand-copy {
    animation: rwBrandCopyIn 0.72s 6.72s cubic-bezier(0.16, 0.88, 0.25, 1.16) both;
}

.rw-cinematic-hero.is-complete .rw-screen-brand-copy {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scaleX(1);
}

.rw-screen-brand-copy h1 {
    margin: 0;
    color: var(--rw-ink);
    font-size: clamp(30px, 4.4vw, 64px);
    letter-spacing: -0.07em;
    font-weight: 950;
    line-height: 0.96;
    white-space: nowrap;
    text-shadow: 0 7px 0 rgba(255, 255, 255, 0.5);
}

.rw-screen-brand-copy p {
    margin: 2.8% 0 0;
    color: #21517e;
    font-size: clamp(12px, 1.45vw, 21px);
    font-weight: 850;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.rw-screen-brand-rule {
    display: block;
    width: 100%;
    height: clamp(4px, 0.48vw, 7px);
    margin-top: 3.5%;
    overflow: hidden;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--rw-blue), var(--rw-cyan), transparent);
    box-shadow: 0 5px 12px rgba(0, 119, 255, 0.2);
}

.rw-start-presentation {
    position: absolute;
    z-index: 30;
    left: calc(50% + 4vw - clamp(95px, 14vw, 165px));
    top: 54%;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(190px, 28vw, 330px);
    min-width: 0;
    min-height: clamp(38px, 4.3vw, 58px);
    padding: clamp(10px, 1vw, 14px) clamp(20px, 2.2vw, 32px);
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    color: #fff;
    background: linear-gradient(135deg, #0077ff, #28bfff);
    box-shadow: 0 12px 24px rgba(0, 91, 213, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font: inherit;
    font-size: clamp(12px, 1.25vw, 18px);
    font-weight: 950;
    letter-spacing: 0.01em;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    -webkit-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: box-shadow 0.2s ease;
}

.rw-cinematic-hero.is-presentation-launcher .rw-start-presentation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rw-start-presentation:hover,
.rw-start-presentation:focus-visible {
    transform: none;
    filter: none;
    box-shadow: 0 16px 30px rgba(0, 91, 213, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.rw-start-presentation:focus-visible {
    outline: 4px solid rgba(76, 201, 255, 0.36);
    outline-offset: 4px;
}

.rw-cinematic-hero.is-playing .rw-screen-brand-rule {
    animation: rwRuleDraw 0.65s 7.12s ease-out both;
}

.rw-cinematic-hero.is-complete .rw-screen-brand-rule {
    transform: scaleX(1);
}

.rw-screen-burst {
    position: absolute;
    z-index: 2;
    top: 52.5%;
    left: 50%;
    width: 5px;
    height: 70px;
    border-radius: 99px;
    opacity: 0;
    transform-origin: center -30px;
    background: linear-gradient(var(--rw-cyan), transparent);
}

.rw-screen-burst-one { transform: rotate(30deg) translateY(-95px); }
.rw-screen-burst-two { transform: rotate(150deg) translateY(-95px); }
.rw-screen-burst-three { transform: rotate(270deg) translateY(-95px); }

.rw-cinematic-hero.is-playing .rw-screen-burst {
    animation: rwLogoBurst 0.72s 5.42s ease-out both;
}

/* ─── Laptop screen story during the 20-second hold ─────────────── */

.rw-screen-vision,
.rw-screen-ready {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.rw-screen-vision {
    z-index: 7;
    padding: 13% 3.2% 15%;
    text-align: center;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.98), rgba(218, 243, 255, 0.96) 48%, rgba(141, 210, 255, 0.98) 100%);
}

.rw-screen-vision::before,
.rw-screen-vision::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.rw-screen-vision::before {
    width: 38%;
    aspect-ratio: 1;
    top: -24%;
    left: -12%;
    border: clamp(14px, 2vw, 28px) solid rgba(0, 119, 255, 0.1);
}

.rw-screen-vision::after {
    width: 32%;
    aspect-ratio: 1;
    right: -10%;
    bottom: -27%;
    border: clamp(12px, 1.7vw, 24px) solid rgba(102, 126, 234, 0.1);
}

.rw-cinematic-hero.is-vision .rw-screen-reveal {
    animation: rwScreenLayerOut 0.52s ease-in both;
}

.rw-cinematic-hero.is-vision .rw-screen-vision {
    animation: rwVisionScreenIn 0.62s cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.rw-vision-kicker {
    position: relative;
    z-index: 2;
    margin: 0 0 1.2%;
    opacity: 0;
    color: var(--rw-blue);
    font-size: clamp(7px, 0.68vw, 11px);
    font-weight: 950;
    letter-spacing: 0.25em;
}

.rw-cinematic-hero.is-vision .rw-vision-kicker {
    animation: rwVisionCopyIn 0.5s 0.22s ease-out both;
}

.rw-screen-vision h2 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    opacity: 0;
    color: var(--rw-ink);
    font-size: clamp(22px, 3.25vw, 48px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.055em;
    text-wrap: balance;
    text-shadow: 0 6px 0 rgba(255, 255, 255, 0.42);
}

.rw-cinematic-hero.is-vision .rw-screen-vision h2 {
    animation: rwVisionHeadlineIn 0.7s 0.36s cubic-bezier(0.16, 0.88, 0.25, 1.16) both;
}

.rw-vision-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(5px, 0.65vw, 10px);
    width: 100%;
    margin-top: 4.2%;
}

.rw-vision-stat {
    display: flex;
    min-width: 0;
    min-height: clamp(76px, 8vw, 112px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(7px, 0.85vw, 12px) 5px;
    border: 2px solid rgba(0, 83, 188, 0.16);
    border-radius: clamp(10px, 1.2vw, 17px);
    opacity: 0;
    transform: translateY(28px) rotateX(-18deg) scale(0.78);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(228, 246, 255, 0.84));
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.9),
        0 9px 18px rgba(0, 73, 159, 0.13);
    transform-origin: center bottom;
}

.rw-cinematic-hero.is-vision .rw-vision-stat {
    animation: rwVisionCardIn 0.58s calc(0.92s + (var(--rw-stat-index) * 0.13s)) cubic-bezier(0.16, 0.9, 0.3, 1.28) both;
}

.rw-vision-stat strong {
    display: block;
    color: var(--rw-blue-deep);
    font-size: clamp(14px, 1.65vw, 24px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.rw-vision-stat:first-child strong {
    font-size: clamp(12px, 1.35vw, 20px);
}

.rw-vision-stat span {
    display: block;
    margin-top: clamp(5px, 0.6vw, 9px);
    color: #405a78;
    font-size: clamp(6px, 0.57vw, 9px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    text-wrap: balance;
}

.rw-screen-ready {
    z-index: 10;
    display: grid;
    place-items: center;
    padding-top: 8%;
    text-align: center;
    background:
        radial-gradient(circle at 50% 52%, rgba(41, 161, 255, 0.52), transparent 33%),
        linear-gradient(145deg, #031a3e 0%, #053f8e 48%, #0077ff 100%);
}

.rw-cinematic-hero.is-ready-message .rw-screen-vision {
    animation: rwScreenLayerOut 0.48s ease-in both;
}

.rw-cinematic-hero.is-ready-message .rw-screen-ready {
    animation: rwReadyScreenIn 0.58s cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.rw-screen-ready p {
    position: absolute;
    top: 25%;
    margin: 0;
    opacity: 0;
    color: #7fe4ff;
    font-size: clamp(8px, 0.8vw, 12px);
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.rw-cinematic-hero.is-ready-message .rw-screen-ready p {
    animation: rwReadyCopyIn 0.45s 0.22s ease-out both;
}

.rw-screen-ready h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    opacity: 0;
    transform: scale(0.72) rotate(-2deg);
    color: #fff;
    font-size: clamp(38px, 6.1vw, 84px);
    font-weight: 950;
    line-height: 0.94;
    letter-spacing: -0.07em;
    white-space: nowrap;
    text-shadow:
        0 6px 0 #04387d,
        0 14px 28px rgba(0, 0, 0, 0.3);
}

.rw-cinematic-hero.is-ready-message .rw-screen-ready h2 {
    animation: rwReadyHeadlineIn 0.75s 0.35s cubic-bezier(0.16, 0.88, 0.25, 1.24) both;
}

.rw-ready-ring {
    position: absolute;
    border: 3px solid rgba(126, 227, 255, 0.22);
    border-radius: 50%;
    opacity: 0;
}

.rw-ready-ring-one { width: 42%; aspect-ratio: 1; }
.rw-ready-ring-two { width: 64%; aspect-ratio: 1; border-color: rgba(255, 255, 255, 0.1); }

.rw-cinematic-hero.is-ready-message .rw-ready-ring-one {
    animation: rwReadyRing 1.2s 0.15s ease-out both;
}

.rw-cinematic-hero.is-ready-message .rw-ready-ring-two {
    animation: rwReadyRing 1.4s 0.3s ease-out both;
}

.rw-ready-chevron {
    position: absolute;
    bottom: 20%;
    display: flex;
    gap: 5px;
    opacity: 0;
}

.rw-cinematic-hero.is-ready-message .rw-ready-chevron {
    animation: rwReadyCopyIn 0.45s 0.9s ease-out both;
}

.rw-ready-chevron i {
    width: 12px;
    height: 12px;
    border-top: 4px solid #7fe4ff;
    border-right: 4px solid #7fe4ff;
    transform: rotate(45deg);
    animation: rwReadyChevron 0.8s ease-in-out infinite alternate;
}

.rw-ready-chevron i:nth-child(2) { animation-delay: 0.12s; }
.rw-ready-chevron i:nth-child(3) { animation-delay: 0.24s; }

.rw-cinematic-hero.is-ready-message .rw-os-dock {
    animation: rwDockOut 0.35s ease-in forwards;
}

/* ─── Chapter 2: presenter and first presentation ──────────────── */

.rw-cinematic-hero.is-presentation-launcher::before {
    animation-play-state: paused;
}

.rw-cinematic-hero.is-presentation-launcher .rw-cine-ring,
.rw-cinematic-hero.is-presentation-launcher .rw-cine-spark {
    animation-play-state: paused;
}

.rw-cinematic-hero.is-presentation-launcher .rw-cine-chapter,
.rw-cinematic-hero.is-presentation-launcher .rw-cine-replay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    animation: none;
}

.rw-cinematic-hero.is-presentation-launcher .rw-laptop-rig {
    z-index: 4;
    opacity: 1;
    transform: translate3d(4vw, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(0.88);
    animation: none;
}

.rw-cinematic-hero.is-presentation-launcher .rw-laptop-camera-stage {
    transform: translateY(0);
    animation: none;
}

.rw-cinematic-hero.is-presentation-launcher .rw-laptop-float,
.rw-cinematic-hero.is-presentation-launcher .rw-laptop-rig *,
.rw-cinematic-hero.is-presentation-launcher .rw-presenter * {
    animation: none !important;
}

.rw-cinematic-hero.is-presentation-launcher .rw-os-dock {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter {
    left: clamp(85px, 10vw, 190px);
    bottom: clamp(76px, 11vh, 94px);
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter-figure {
    transform: none;
    transition: none;
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter.is-idle-waving .rw-figure-arm-point {
    animation: rwPresenterIdleWave 3.4s cubic-bezier(0.42, 0, 0.3, 1) both !important;
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter.is-idle-waving .rw-figure-wave-hand {
    animation: rwPresenterIdleWrist 3.4s ease-in-out both !important;
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter.is-idle-waving .rw-figure-head {
    animation: rwPresenterIdleWaveLook 3.4s ease-in-out both !important;
}

.rw-cinematic-hero.is-presentation-launcher .rw-presenter.is-idle-waving .rw-figure-upper {
    animation: rwPresenterIdleWaveBody 3.4s ease-in-out both !important;
}

.rw-cinematic-hero.is-presenting .rw-cine-chapter {
    animation: rwChapterOut 0.4s ease-in both;
}

.rw-cinematic-hero.is-presenting .rw-laptop-rig {
    z-index: 4;
    animation: rwLaptopMoveLeft 1.15s cubic-bezier(0.22, 0.78, 0.22, 1) both;
}

.rw-cinematic-hero.is-presenting .rw-laptop-float {
    animation: none;
}

.rw-cinematic-hero.is-presenting .rw-cine-replay {
    opacity: 0;
    pointer-events: none;
}

.rw-presentation-board {
    position: absolute;
    z-index: 2;
    top: clamp(108px, 15.5vh, 122px);
    right: auto;
    left: 30vw;
    width: min(51vw, 880px);
    height: min(62vh, 470px);
    min-height: 420px;
    opacity: 0;
    transform: translate3d(18vw, 24px, -240px) rotateY(-14deg) scale(0.78);
    transform-origin: right center;
    pointer-events: none;
}

.rw-cinematic-hero.is-presenting .rw-presentation-board {
    animation: rwBoardIn 1.05s 2.85s cubic-bezier(0.16, 0.86, 0.24, 1.12) both;
    pointer-events: auto;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-presentation-board {
    animation: rwBoardShutdown 0.65s cubic-bezier(0.45, 0, 0.55, 1) both;
    pointer-events: none;
}

.rw-board-glow {
    position: absolute;
    z-index: -1;
    inset: 7% -4% -7%;
    border-radius: 34px;
    opacity: 0.55;
    background: radial-gradient(ellipse, rgba(0, 119, 255, 0.36), transparent 70%);
    filter: blur(22px);
}

.rw-board-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: clamp(5px, 0.5vw, 8px) solid #052657;
    border-radius: clamp(20px, 1.8vw, 29px);
    background: linear-gradient(145deg, #fafdff, #e7f4ff);
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, 0.85),
        inset -10px -12px 0 rgba(0, 96, 214, 0.09),
        0 28px 60px rgba(4, 44, 97, 0.24);
}

.rw-board-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 119, 255, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 119, 255, 0.13) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: radial-gradient(circle at 70% 50%, #000, transparent 78%);
    mask-image: radial-gradient(circle at 70% 50%, #000, transparent 78%);
}

.rw-board-topbar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: clamp(54px, 6.5vh, 64px);
    padding: 0 clamp(17px, 1.6vw, 26px);
    color: #eaf8ff;
    background: linear-gradient(90deg, #041d43, #063f83 62%, #075fc2);
    box-shadow: 0 5px 16px rgba(3, 31, 72, 0.18);
}

.rw-board-topbar-brand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.rw-board-topbar-brand > img {
    width: clamp(34px, 2.7vw, 42px);
    aspect-ratio: 1;
    object-fit: contain;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 13, 39, 0.28);
}

.rw-board-topbar-brand > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rw-board-topbar-brand strong {
    color: #fff;
    font-size: clamp(11px, 0.92vw, 14px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0.015em;
}

.rw-board-topbar-brand span {
    color: rgba(217, 244, 255, 0.76);
    font-size: clamp(7px, 0.6vw, 9px);
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rw-board-power {
    position: relative;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #fff;
    background: rgba(3, 28, 67, 0.44);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 5px 13px rgba(0, 10, 34, 0.18);
    font: inherit;
    font-size: clamp(8px, 0.65vw, 10px);
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.rw-board-power svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.rw-board-power:hover,
.rw-board-power:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(225, 52, 82, 0.72);
}

.rw-board-power:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.32);
    outline-offset: 3px;
}

.rw-board-deck {
    position: relative;
    z-index: 3;
    height: calc(100% - clamp(54px, 6.5vh, 64px));
    overflow: hidden;
}

.rw-board-slide {
    --rw-slide-accent: #0077ff;
    position: absolute;
    z-index: 0;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(17px, 1.65vw, 27px) clamp(21px, 2.15vw, 35px) clamp(13px, 1.35vw, 21px) clamp(86px, 7.1vw, 116px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(25px, 0, 0) scale(0.985);
}

.rw-board-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

.rw-board-slide.is-awaiting {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rw-board-slide.is-entering {
    z-index: 3;
    visibility: visible;
    pointer-events: auto;
    animation: rwBoardLayerIn 0.65s cubic-bezier(0.16, 0.86, 0.24, 1) both;
}

.rw-board-slide.is-leaving {
    z-index: 2;
    visibility: visible;
    pointer-events: none;
    animation: rwBoardLayerOut 0.65s cubic-bezier(0.45, 0, 0.55, 1) both;
}

.rw-board-kicker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    margin-bottom: clamp(6px, 0.55vw, 9px);
}

.rw-board-kicker {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    color: var(--rw-slide-accent);
    font-size: clamp(8px, 0.7vw, 11px);
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rw-board-kicker b {
    overflow: hidden;
    font: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rw-board-kicker span {
    display: inline-grid;
    place-items: center;
    width: 27px;
    aspect-ratio: 1;
    margin-right: 7px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, var(--rw-slide-accent), #4cc9ff);
    box-shadow: 0 5px 12px rgba(0, 119, 255, 0.24);
}

.rw-board-price {
    flex: 0 0 auto;
    max-width: 46%;
    overflow: hidden;
    padding: 8px 13px;
    border: 2px solid color-mix(in srgb, var(--rw-slide-accent) 64%, white);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--rw-slide-accent), color-mix(in srgb, var(--rw-slide-accent) 64%, #4cc9ff));
    box-shadow: 0 7px 15px color-mix(in srgb, var(--rw-slide-accent) 28%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    font-size: clamp(9px, 0.8vw, 13px);
    font-weight: 950;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rw-board-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(11px, 1vw, 17px);
}

.rw-board-title {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 670px;
    margin: 0;
    color: var(--rw-ink);
    font-size: clamp(24px, 2.25vw, 38px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.rw-board-intro {
    max-width: 680px;
    margin: clamp(6px, 0.65vw, 10px) 0 0;
    color: #405b78;
    font-size: clamp(9px, 0.76vw, 12px);
    font-weight: 650;
    line-height: 1.36;
}

.rw-board-offerings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(6px, 0.62vw, 9px);
    margin-top: clamp(9px, 0.9vw, 14px);
}

.rw-board-offering {
    display: grid;
    grid-template-columns: clamp(31px, 2.7vw, 42px) minmax(0, 1fr);
    gap: clamp(8px, 0.8vw, 12px);
    align-items: center;
    min-width: 0;
    min-height: clamp(52px, 6.1vh, 64px);
    padding: clamp(7px, 0.72vw, 10px);
    border: 1.5px solid rgba(0, 100, 220, 0.14);
    border-radius: clamp(10px, 1vw, 15px);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 7px 17px rgba(4, 67, 138, 0.09);
}

.rw-board-offering:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.rw-board-offering-icon {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(145deg, color-mix(in srgb, var(--rw-slide-accent) 78%, #4cc9ff), var(--rw-slide-accent));
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), 0 5px 12px rgba(0, 93, 205, 0.22);
}

.rw-board-offering-icon svg {
    width: 59%;
    height: 59%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.rw-board-offering-copy,
.rw-board-offering-heading {
    min-width: 0;
}

.rw-board-offering-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7px;
}

.rw-board-offering strong {
    display: -webkit-box;
    overflow: hidden;
    color: #092d5d;
    font-size: clamp(9px, 0.74vw, 12px);
    font-weight: 900;
    line-height: 1.14;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.rw-board-offering em {
    flex: 0 0 auto;
    padding: 4px 7px;
    border-radius: 999px;
    color: #fff;
    background: var(--rw-slide-accent);
    box-shadow: 0 3px 8px color-mix(in srgb, var(--rw-slide-accent) 24%, transparent);
    font-size: clamp(7px, 0.56vw, 9px);
    font-style: normal;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.rw-board-offering p {
    display: -webkit-box;
    margin: 4px 0 0;
    overflow: hidden;
    color: #58708b;
    font-size: clamp(7px, 0.55vw, 8.5px);
    font-weight: 600;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.rw-board-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-top: auto;
    padding-top: clamp(7px, 0.75vw, 11px);
    border-top: 2px solid rgba(0, 104, 223, 0.12);
    color: #194d83;
    font-size: clamp(7px, 0.57vw, 9px);
}

.rw-board-footer-copy {
    display: -webkit-box;
    max-width: 82%;
    overflow: hidden;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.rw-board-footer-end {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(6px, 0.55vw, 9px);
}

.rw-board-cta {
    flex: 0 0 auto;
    max-width: 46%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px clamp(13px, 1.05vw, 18px);
    border: 2px solid color-mix(in srgb, var(--rw-slide-accent) 38%, white);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--rw-slide-accent), color-mix(in srgb, var(--rw-slide-accent) 55%, #4cc9ff));
    box-shadow: 0 6px 13px color-mix(in srgb, var(--rw-slide-accent) 24%, transparent);
    font-size: clamp(8.5px, 0.7vw, 11px);
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.rw-board-cta:hover,
.rw-board-cta:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.12);
    box-shadow: 0 9px 17px color-mix(in srgb, var(--rw-slide-accent) 32%, transparent);
}

.rw-board-slide.is-active .rw-board-cta {
    animation: rwBoardCtaCallout 0.72s 0.25s 2 alternate ease-in-out;
}

.rw-board-cta:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--rw-slide-accent) 28%, transparent);
    outline-offset: 3px;
}

.rw-board-counter {
    flex: 0 0 auto;
    color: var(--rw-slide-accent);
    font-weight: 950;
    letter-spacing: 0.12em;
}

.rw-board-slide--compact {
    padding-top: clamp(13px, 1.25vw, 19px);
    padding-bottom: clamp(10px, 1vw, 15px);
}

.rw-board-slide--compact .rw-board-kicker-row {
    margin-bottom: 4px;
}

.rw-board-slide--compact .rw-board-title {
    font-size: clamp(22px, 2vw, 33px);
}

.rw-board-slide--compact .rw-board-intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.rw-board-slide--compact .rw-board-offerings {
    gap: 5px 7px;
    margin-top: 7px;
}

.rw-board-slide--compact .rw-board-offering {
    grid-template-columns: clamp(28px, 2.3vw, 35px) minmax(0, 1fr);
    gap: 7px;
    min-height: clamp(43px, 5.1vh, 50px);
    padding: 5px 7px;
}

.rw-board-slide--compact .rw-board-offering-icon {
    border-radius: 9px;
}

.rw-board-slide--compact .rw-board-offering strong {
    font-size: clamp(7.5px, 0.61vw, 9.5px);
}

.rw-board-slide--compact .rw-board-offering p {
    margin-top: 2px;
    font-size: clamp(6.2px, 0.47vw, 7.5px);
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.rw-board-slide--compact .rw-board-footer {
    padding-top: 6px;
}

.rw-board-slide.is-entering .rw-board-kicker-row {
    animation: rwBoardCopyIn 0.28s 0.04s ease-out both;
}

.rw-board-slide.is-entering .rw-board-title {
    animation: none;
}

.rw-board-slide.is-entering .rw-board-title-row {
    animation: rwBoardCopyIn 0.32s 0.09s cubic-bezier(0.16, 0.88, 0.25, 1.12) both;
}

.rw-board-slide.is-entering .rw-board-intro {
    animation: rwBoardCopyIn 0.28s 0.13s ease-out both;
}

.rw-board-slide.is-entering .rw-board-offering {
    animation: rwBoardOfferingIn 0.28s calc(0.13s + (var(--rw-offering-index) * 0.035s)) cubic-bezier(0.16, 0.9, 0.28, 1.2) both;
}

.rw-board-slide.is-entering .rw-board-footer {
    animation: rwBoardCopyIn 0.25s 0.32s ease-out both;
}

.rw-board-stand {
    position: absolute;
    z-index: -1;
    left: 13%;
    right: 13%;
    bottom: -37px;
    height: 46px;
}

.rw-board-stand i {
    position: absolute;
    top: -5px;
    width: 13px;
    height: 42px;
    border: 4px solid #052657;
    border-radius: 0 0 9px 9px;
    background: linear-gradient(#7bcaff, #1b82e7);
}

.rw-board-stand i:first-child { left: 17%; }
.rw-board-stand i:nth-child(2) { right: 17%; }

.rw-board-stand span {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 13px;
    border: 4px solid #052657;
    border-radius: 999px;
    background: linear-gradient(90deg, #72c5ff, #168cff, #72c5ff);
}

.rw-presenter {
    position: absolute;
    z-index: 5;
    left: clamp(210px, 20vw, 360px);
    bottom: clamp(90px, 14vh, 112px);
    width: clamp(155px, 10.5vw, 190px);
    height: clamp(400px, 61vh, 465px);
    opacity: 0;
    transform: translateX(58vw) rotate(3deg);
    transform-origin: center bottom;
    pointer-events: none;
    will-change: left, bottom;
    transition: left 2.15s cubic-bezier(0.2, 0.72, 0.2, 1), bottom 2.15s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.rw-presenter[data-position="0"] {
    left: clamp(190px, 18vw, 330px);
    bottom: clamp(90px, 14vh, 112px);
}

.rw-presenter[data-position="1"] {
    left: calc(100% - clamp(230px, 17vw, 330px));
    bottom: clamp(98px, 15vh, 120px);
}

.rw-presenter[data-position="2"] {
    left: clamp(62px, 6vw, 115px);
    bottom: clamp(78px, 12vh, 98px);
}

.rw-presenter[data-position="3"] {
    left: calc(100% - clamp(205px, 15vw, 285px));
    bottom: clamp(90px, 13.5vh, 108px);
}

.rw-presenter[data-position="4"] {
    left: clamp(150px, 13vw, 245px);
    bottom: clamp(104px, 16vh, 128px);
}

.rw-presenter[data-position="5"] {
    left: calc(100% - clamp(190px, 14vw, 270px));
    bottom: clamp(78px, 12vh, 98px);
}

.rw-cinematic-hero.is-presenting .rw-presenter {
    animation: rwPresenterWalkIn 2.15s 1.08s cubic-bezier(0.12, 0.75, 0.22, 1) both;
}

.rw-cinematic-hero.is-presenting.is-starting-from-launcher .rw-presenter {
    opacity: 1;
    transform: none;
    animation: none;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-presenter,
.rw-cinematic-hero.is-playing.is-returning-to-launcher .rw-presenter {
    left: clamp(85px, 10vw, 190px);
    bottom: clamp(76px, 11vh, 94px);
    opacity: 1;
    transform: none;
    animation: none;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-presenter {
    transition: left 2.15s cubic-bezier(0.2, 0.72, 0.2, 1), bottom 2.15s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-presenter-figure,
.rw-cinematic-hero.is-playing.is-returning-to-launcher .rw-presenter-figure {
    transform: none;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-figure-arm-point {
    animation: rwPresenterLowerArm 0.85s ease-out both;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-figure-leg-front {
    animation: rwStopWalkFront 0.72s 3 ease-in-out;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-figure-leg-back {
    animation: rwStopWalkBack 0.72s 3 ease-in-out;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-figure-upper {
    animation: rwStopWalkBob 0.72s 3 ease-in-out;
}

.rw-cinematic-hero.is-presenting.is-stopping-presentation .rw-figure-arm-back {
    animation: rwStopWalkArm 0.72s 3 ease-in-out;
}

.rw-cinematic-hero.is-playing.is-returning-to-launcher .rw-presenter *,
.rw-cinematic-hero.is-playing.is-returning-to-launcher .rw-presenter-figure {
    animation: none !important;
    transition: none;
}

.rw-cinematic-hero.is-playing.is-returning-to-launcher .rw-laptop-rig {
    animation: rwLaptopEntranceLauncher 1.5s 0.2s cubic-bezier(0.16, 0.88, 0.24, 1.18) both;
}

.rw-presenter-figure {
    width: 100%;
    height: 100%;
    overflow: visible;
    filter: drop-shadow(0 18px 20px rgba(0, 54, 124, 0.19));
    transform-origin: center;
    transition: transform 1.1s cubic-bezier(0.16, 0.86, 0.24, 1), filter 1.1s ease;
}

.rw-presenter[data-side="right"] .rw-presenter-figure {
    transform: scaleX(-1);
    filter: drop-shadow(0 18px 20px rgba(0, 54, 124, 0.19)) saturate(1.08);
}

.rw-presenter-badge-logo {
    filter: drop-shadow(0 2px 2px rgba(0, 61, 135, 0.2));
}

.rw-presenter[data-side="right"] .rw-presenter-badge-logo {
    transform: scaleX(-1);
    transform-box: fill-box;
    transform-origin: center;
}

.rw-presenter.is-relocating .rw-figure-shadow {
    animation: rwPresenterShadowStep 1.075s 2 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-presenter.is-relocating .rw-figure-leg-front {
    animation: rwLegSwing 0.36s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-presenter.is-relocating .rw-figure-leg-back {
    animation: rwLegSwingBack 0.36s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-presenter.is-relocating .rw-figure-upper {
    animation: rwPresenterBob 0.36s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-presenter.is-relocating .rw-figure-arm-back {
    animation: rwArmSwingBack 0.36s 6 alternate ease-in-out;
}

.rw-figure-leg,
.rw-figure-arm,
.rw-figure-upper,
.rw-figure-head,
.rw-figure-wave-hand {
    transform-box: fill-box;
}

.rw-figure-leg {
    transform-origin: 50% 4%;
}

.rw-figure-arm {
    transform-origin: 50% 5%;
}

.rw-figure-upper {
    transform-origin: 50% 100%;
}

.rw-figure-head {
    transform-origin: center bottom;
}

.rw-figure-wave-hand {
    transform-origin: 42% 54%;
}

.rw-cinematic-hero.is-presenting .rw-figure-leg-front {
    animation: rwLegSwing 0.36s 1.12s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-figure-leg-back {
    animation: rwLegSwingBack 0.36s 1.12s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-figure-upper {
    animation: rwPresenterBob 0.36s 1.12s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-figure-arm-back {
    animation: rwArmSwingBack 0.36s 1.12s 6 alternate ease-in-out;
}

.rw-cinematic-hero.is-presenting .rw-figure-arm-point {
    animation: rwArmSwing 0.36s 1.12s 6 alternate ease-in-out, rwPresenterPoint 0.68s 3.32s cubic-bezier(0.16, 0.88, 0.25, 1.16) forwards;
}

.rw-cinematic-hero.is-presenting .rw-presenter.is-relocating .rw-figure-arm-point {
    animation: rwPresenterRedirect 0.65s cubic-bezier(0.16, 0.88, 0.25, 1.16) both;
}

.rw-cinematic-hero.is-presenting .rw-figure-head {
    animation: rwPresenterLook 0.55s 3.28s ease-out forwards;
}

.rw-cinematic-hero.is-deck-ending .rw-presentation-board,
.rw-cinematic-hero.is-deck-ending .rw-presenter {
    animation: none;
    opacity: 0;
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.rw-cinematic-hero.is-deck-ending .rw-presentation-board {
    transform: translateY(22px) scale(0.96);
}

.rw-cinematic-hero.is-deck-ending .rw-presenter {
    transform: translateY(24px) scale(0.96);
}

.rw-cine-replay {
    position: absolute;
    right: clamp(24px, 4vw, 62px);
    bottom: clamp(20px, 4vh, 42px);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 2px solid rgba(0, 87, 217, 0.2);
    border-radius: 999px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    color: #0a4f9f;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 30px rgba(0, 71, 153, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.rw-cine-replay svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.rw-cinematic-hero.is-complete .rw-cine-replay {
    animation: rwReplayIn 0.45s ease-out both;
    pointer-events: auto;
}

.rw-cinematic-hero.is-complete.is-presenting .rw-cine-replay {
    animation: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.rw-cine-replay:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 15px 34px rgba(0, 71, 153, 0.2);
}

.rw-cine-replay:focus-visible {
    outline: 3px solid rgba(0, 119, 255, 0.38);
    outline-offset: 4px;
}

.rw-cine-accessible-summary {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html[data-theme="dark"] .rw-cinematic-hero {
    background:
        radial-gradient(circle at 50% 52%, rgba(22, 57, 105, 0.78) 0 18%, rgba(8, 29, 62, 0.72) 44%, transparent 68%),
        radial-gradient(circle at 87% 14%, rgba(76, 201, 255, 0.16), transparent 26%),
        radial-gradient(circle at 10% 78%, rgba(102, 126, 234, 0.18), transparent 30%),
        linear-gradient(145deg, #060b16 0%, #09162b 48%, #07101f 100%);
}

html[data-theme="dark"] .rw-cine-chapter {
    color: rgba(194, 228, 255, 0.64);
}

html[data-theme="dark"] .rw-cine-replay {
    color: #9bdcff;
    border-color: rgba(76, 201, 255, 0.24);
    background: rgba(6, 24, 51, 0.72);
}

html[data-theme="dark"] .rw-cine-replay:hover {
    background: rgba(9, 39, 82, 0.95);
}

@media (max-height: 780px) and (min-width: 1025px) {
    .rw-cinematic-hero {
        --rw-laptop-width: min(64vw, calc((100svh - 145px) * 1.5), 790px);
        min-height: 100svh;
    }

    .rw-cine-stage {
        padding-top: 74px;
    }

    .rw-cine-chapter {
        top: 104px;
    }
}

@media (min-height: 920px) and (min-width: 1280px) {
    .rw-cinematic-hero {
        --rw-laptop-width: min(74vw, 980px);
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .rw-presentation-board {
        right: auto;
        left: 30vw;
        width: 54vw;
    }

    .rw-board-slide {
        padding-left: 86px;
        padding-right: 22px;
    }

    .rw-presenter {
        left: 20vw;
        width: 145px;
        height: 400px;
    }

    .rw-board-topbar-brand strong {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .rw-cinematic-hero {
        --rw-laptop-width: min(88vw, 720px);
        min-height: 100svh;
    }

    .rw-cine-chapter,
    .rw-cine-replay span {
        display: none;
    }

    .rw-cine-replay {
        padding: 10px;
    }

    .rw-presentation-board {
        top: clamp(96px, 12vh, 118px);
        left: clamp(112px, 16vw, 164px);
        width: calc(100vw - clamp(132px, 19vw, 194px));
        height: min(60vh, 470px);
        min-height: 410px;
    }

    .rw-board-slide {
        padding-left: clamp(68px, 9vw, 92px);
        padding-right: clamp(13px, 2vw, 20px);
    }

    .rw-board-title {
        font-size: clamp(20px, 3.2vw, 30px);
    }

    .rw-presenter,
    .rw-presenter[data-position="0"],
    .rw-presenter[data-position="2"],
    .rw-presenter[data-position="4"] {
        left: clamp(14px, 3vw, 35px);
        width: clamp(118px, 16vw, 150px);
        height: clamp(315px, 49vh, 390px);
    }

    .rw-presenter[data-position="1"],
    .rw-presenter[data-position="3"],
    .rw-presenter[data-position="5"] {
        left: calc(100% - clamp(135px, 17vw, 175px));
        width: clamp(118px, 16vw, 150px);
        height: clamp(315px, 49vh, 390px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rw-cinematic-hero *,
    .rw-cinematic-hero *::before,
    .rw-cinematic-hero *::after {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

@keyframes rwGridDrift {
    to { background-position: 38px 38px, 38px 38px; }
}

@keyframes rwOrbWanderOne {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    18% { transform: translate3d(24vw, -8vh, 0) rotate(38deg) scale(0.9); }
    39% { transform: translate3d(55vw, 12vh, 0) rotate(105deg) scale(1.08); }
    61% { transform: translate3d(36vw, 42vh, 0) rotate(174deg) scale(0.96); }
    82% { transform: translate3d(10vw, 55vh, 0) rotate(252deg) scale(1.05); }
}

@keyframes rwOrbWanderTwo {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    21% { transform: translate3d(-18vw, 10vh, 0) rotate(-42deg) scale(1.1); }
    43% { transform: translate3d(-58vw, -5vh, 0) rotate(-118deg) scale(0.88); }
    68% { transform: translate3d(-42vw, 38vh, 0) rotate(-191deg) scale(1.06); }
    86% { transform: translate3d(-12vw, 48vh, 0) rotate(-268deg) scale(0.95); }
}

@keyframes rwOrbWanderThree {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    23% { transform: translate3d(26vw, -28vh, 0) rotate(54deg) scale(0.91); }
    47% { transform: translate3d(62vw, -48vh, 0) rotate(132deg) scale(1.12); }
    71% { transform: translate3d(42vw, -62vh, 0) rotate(211deg) scale(0.94); }
    88% { transform: translate3d(8vw, -35vh, 0) rotate(294deg) scale(1.06); }
}

@keyframes rwRingBreathe {
    0%, 100% { transform: scale(0.9) rotate(0deg); opacity: 0.25; }
    50% { transform: scale(1.08) rotate(12deg); opacity: 0.7; }
}

@keyframes rwSparkFloat {
    0%, 100% { transform: translateY(0) rotate(45deg) scale(0.82); }
    50% { transform: translateY(-15px) rotate(135deg) scale(1.12); }
}

@keyframes rwSpeedLine {
    0% { opacity: 0; transform: translateX(0) scaleX(0.25); }
    18% { opacity: 1; }
    100% { opacity: 0; transform: translateX(-150vw) scaleX(1.2); }
}

@keyframes rwChapterIn {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes rwLaptopEntrance {
    0% {
        opacity: 0;
        transform: translate3d(48vw, 25vh, -1100px) rotateX(18deg) rotateY(-34deg) rotateZ(10deg) scale(0.42);
    }
    58% {
        opacity: 1;
        transform: translate3d(-2.8vw, -2.5vh, 55px) rotateX(-3deg) rotateY(5deg) rotateZ(-2deg) scale(1.04);
    }
    78% {
        transform: translate3d(1vw, 1.4vh, 0) rotateX(1deg) rotateY(-1.6deg) rotateZ(0.7deg) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
    }
}

@keyframes rwLaptopEntranceLauncher {
    0% {
        opacity: 0;
        transform: translate3d(48vw, 25vh, -1100px) rotateX(18deg) rotateY(-34deg) rotateZ(10deg) scale(0.42);
    }
    58% {
        opacity: 1;
        transform: translate3d(1.2vw, -2.5vh, 55px) rotateX(-3deg) rotateY(5deg) rotateZ(-2deg) scale(0.93);
    }
    78% {
        transform: translate3d(5vw, 1.2vh, 0) rotateX(1deg) rotateY(-1.6deg) rotateZ(0.7deg) scale(0.86);
    }
    100% {
        opacity: 1;
        transform: translate3d(4vw, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(0.88);
    }
}

@keyframes rwLaptopCameraSettle {
    0%, 58% { transform: translateY(-25%) scale(0.82); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes rwLaptopIdle {
    0%, 100% { transform: translateY(0) rotateZ(0deg); }
    50% { transform: translateY(-8px) rotateZ(0.25deg); }
}

@keyframes rwShadowLand {
    0% { opacity: 0; transform: translateY(65px) scaleX(0.25); }
    65% { opacity: 0.78; transform: translateY(65px) scaleX(1.1); }
    100% { opacity: 0.62; transform: translateY(65px) scaleX(1); }
}

@keyframes rwShadowIdle {
    0%, 100% { opacity: 0.62; transform: translateY(65px) scaleX(1); }
    50% { opacity: 0.48; transform: translateY(70px) scaleX(0.91); }
}

@keyframes rwLidOpen {
    0% { transform: perspective(1500px) rotateX(-112deg); }
    68% { transform: perspective(1500px) rotateX(5deg); }
    84% { transform: perspective(1500px) rotateX(-2deg); }
    100% { transform: perspective(1500px) rotateX(0deg); }
}

@keyframes rwScreenPower {
    0% { opacity: 0; transform: scaleX(0.02); }
    35% { opacity: 1; transform: scaleX(0.95); }
    70% { opacity: 0.8; transform: scaleX(1); height: 2px; }
    100% { opacity: 0; transform: scaleX(1); height: 100%; top: 0; }
}

@keyframes rwScreenAurora {
    to { filter: hue-rotate(18deg) saturate(1.18); transform: scale(1.04); }
}

@keyframes rwScreenShine {
    0% { left: -45%; opacity: 0; }
    20% { opacity: 1; }
    100% { left: 115%; opacity: 0; }
}

@keyframes rwLoaderIn {
    from { opacity: 0; transform: scale(1.06); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes rwLoaderOut {
    from { opacity: 1; transform: scale(1); filter: blur(0); }
    to { opacity: 0; transform: scale(1.06); filter: blur(8px); }
}

@keyframes rwLoaderOrbit {
    to { transform: rotate(360deg); }
}

@keyframes rwLoaderLogoPulse {
    from { transform: scale(0.94); box-shadow: 0 0 0 2px rgba(167, 230, 255, 0.62), 0 0 17px rgba(76, 201, 255, 0.72); }
    to { transform: scale(1.04); box-shadow: 0 0 0 2px rgba(215, 248, 255, 0.92), 0 0 29px rgba(76, 201, 255, 1); }
}

@keyframes rwProgressFill {
    0% { transform: scaleX(0); }
    18% { transform: scaleX(0.16); }
    42% { transform: scaleX(0.46); }
    64% { transform: scaleX(0.69); }
    86% { transform: scaleX(0.91); }
    100% { transform: scaleX(1); }
}

@keyframes rwDockIn {
    0% { opacity: 0; transform: translate(-50%, 18px) scale(0.82); }
    72% { opacity: 1; transform: translate(-50%, -3px) scale(1.04); }
    100% { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@keyframes rwDockOut {
    0% { opacity: 1; transform: translate(-50%, 0) scale(1); }
    100% { opacity: 0; transform: translate(-50%, 22px) scale(0.84); }
}

@keyframes rwOsMenuIn {
    0% { opacity: 0; transform: translateY(-100%); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rwAppBounce {
    0% { opacity: 0; transform: translateY(15px) scale(0.55); }
    65% { opacity: 1; transform: translateY(-6px) scale(1.12); }
    82% { opacity: 1; transform: translateY(2px) scale(0.96); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rwRevealScreen {
    0% { opacity: 0; clip-path: circle(0% at 50% 50%); }
    100% { opacity: 1; clip-path: circle(76% at 50% 50%); }
}

@keyframes rwWelcomePop {
    0% { opacity: 0; transform: translate(-50%, 16px) scale(0.88); letter-spacing: 0.34em; }
    70% { opacity: 1; transform: translate(-50%, -3px) scale(1.04); }
    100% { opacity: 1; transform: translate(-50%, 0) scale(1); letter-spacing: 0.22em; }
}

@keyframes rwLogoChoreography {
    0% {
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0) rotate(-38deg);
    }
    24% {
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.18) rotate(8deg);
    }
    39% {
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    58% {
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    82% {
        left: 16%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.86) rotate(-4deg);
    }
    100% {
        left: 17.5%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9) rotate(0deg);
    }
}

@keyframes rwBrandCopyIn {
    0% { opacity: 0; transform: translateY(-50%) translateX(-28px) scaleX(0.92); clip-path: inset(0 100% 0 0); }
    100% { opacity: 1; transform: translateY(-50%) translateX(0) scaleX(1); clip-path: inset(0 0 0 0); }
}

@keyframes rwRuleDraw {
    to { transform: scaleX(1); }
}

@keyframes rwLogoBurst {
    0% { opacity: 0; height: 18px; }
    25% { opacity: 0.85; }
    100% { opacity: 0; height: 90px; }
}

@keyframes rwScreenLayerOut {
    0% { opacity: 1; transform: scale(1); filter: blur(0); }
    100% { opacity: 0; transform: scale(1.035); filter: blur(7px); }
}

@keyframes rwVisionScreenIn {
    0% { opacity: 0; clip-path: circle(0% at 50% 50%); }
    100% { opacity: 1; clip-path: circle(78% at 50% 50%); }
}

@keyframes rwVisionCopyIn {
    0% { opacity: 0; transform: translateY(11px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rwVisionHeadlineIn {
    0% { opacity: 0; transform: translateY(18px) scale(0.86); }
    72% { opacity: 1; transform: translateY(-2px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rwVisionCardIn {
    0% { opacity: 0; transform: translateY(28px) rotateX(-18deg) scale(0.78); }
    72% { opacity: 1; transform: translateY(-4px) rotateX(3deg) scale(1.04); }
    100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); }
}

@keyframes rwReadyScreenIn {
    0% { opacity: 0; clip-path: circle(0% at 50% 50%); }
    100% { opacity: 1; clip-path: circle(78% at 50% 50%); }
}

@keyframes rwReadyCopyIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rwReadyHeadlineIn {
    0% { opacity: 0; transform: scale(0.72) rotate(-2deg); }
    68% { opacity: 1; transform: scale(1.08) rotate(1deg); }
    84% { opacity: 1; transform: scale(0.97) rotate(0); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes rwReadyRing {
    0% { opacity: 0; transform: scale(0.22); }
    36% { opacity: 0.82; }
    100% { opacity: 0; transform: scale(1.42); }
}

@keyframes rwReadyChevron {
    to { opacity: 0.35; transform: translateX(6px) rotate(45deg); }
}

@keyframes rwChapterOut {
    to { opacity: 0; transform: translateX(-24px); }
}

@keyframes rwLaptopMoveLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
    }
    68% {
        opacity: 1;
        transform: translate3d(-66vw, 7vh, 0) rotateX(0) rotateY(10deg) rotateZ(-2.8deg) scale(0.7);
    }
    100% {
        opacity: 0;
        transform: translate3d(-110vw, 11vh, 0) rotateX(0) rotateY(14deg) rotateZ(-5deg) scale(0.48);
    }
}

@keyframes rwBoardIn {
    0% { opacity: 0; transform: translate3d(18vw, 24px, -240px) rotateY(-14deg) scale(0.78); }
    72% { opacity: 1; transform: translate3d(-10px, -4px, 20px) rotateY(2deg) scale(1.02); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) rotateY(0) scale(1); }
}

@keyframes rwBoardShutdown {
    0% { opacity: 1; transform: translate3d(0, 0, 0) rotateY(0) scale(1); filter: blur(0); }
    100% { opacity: 0; transform: translate3d(8vw, 18px, -180px) rotateY(-9deg) scale(0.82); filter: blur(6px); }
}

@keyframes rwBoardLayerIn {
    0% { opacity: 0; transform: translate3d(28px, 0, 0) scale(0.985); filter: blur(4px); }
    72% { opacity: 1; transform: translate3d(-3px, 0, 0) scale(1.003); filter: blur(0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@keyframes rwBoardLayerOut {
    0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
    100% { opacity: 0; transform: translate3d(-26px, 0, 0) scale(0.985); filter: blur(3px); }
}

@keyframes rwBoardCopyIn {
    0% { opacity: 0; transform: translateY(18px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rwBoardOfferingIn {
    0% { opacity: 0; transform: translateY(18px) scale(0.88); }
    72% { opacity: 1; transform: translateY(-3px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rwPresenterWalkIn {
    0% { opacity: 0; transform: translateX(58vw) translateY(0) rotate(3deg); }
    12% { opacity: 1; }
    32% { transform: translateX(37vw) translateY(-6px) rotate(-1deg); }
    55% { transform: translateX(21vw) translateY(1px) rotate(1deg); }
    78% { transform: translateX(7vw) translateY(-4px) rotate(-0.5deg); }
    92% { transform: translateX(-9px) translateY(0) rotate(0.3deg); }
    100% { opacity: 1; transform: translateX(0) translateY(0) rotate(0); }
}

@keyframes rwLegSwing {
    from { transform: rotate(-14deg); }
    to { transform: rotate(17deg); }
}

@keyframes rwLegSwingBack {
    from { transform: rotate(16deg); }
    to { transform: rotate(-13deg); }
}

@keyframes rwPresenterBob {
    from { transform: translateY(0) rotate(-1deg); }
    to { transform: translateY(-7px) rotate(1deg); }
}

@keyframes rwArmSwingBack {
    from { transform: rotate(13deg); }
    to { transform: rotate(-16deg); }
}

@keyframes rwArmSwing {
    from { transform: rotate(-13deg); }
    to { transform: rotate(16deg); }
}

@keyframes rwPresenterPoint {
    0% { transform: rotate(0deg); }
    72% { transform: rotate(-138deg); }
    88% { transform: rotate(-122deg); }
    100% { transform: rotate(-130deg); }
}

@keyframes rwPresenterRedirect {
    0% { transform: rotate(-118deg); }
    58% { transform: rotate(-138deg); }
    100% { transform: rotate(-130deg); }
}

@keyframes rwPresenterLowerArm {
    0% { transform: rotate(-130deg); }
    100% { transform: rotate(0deg); }
}

@keyframes rwPresenterIdleWave {
    0%, 8%, 100% { transform: rotate(0deg); }
    24% { transform: rotate(-126deg); }
    34%, 76% { transform: rotate(-124deg); }
    84% { transform: rotate(-128deg); }
    94% { transform: rotate(0deg); }
}

@keyframes rwPresenterIdleWrist {
    0%, 22%, 92%, 100% { transform: rotate(0deg); }
    31% { transform: rotate(-18deg); }
    40% { transform: rotate(20deg); }
    49% { transform: rotate(-17deg); }
    58% { transform: rotate(19deg); }
    67% { transform: rotate(-15deg); }
    76% { transform: rotate(14deg); }
    84% { transform: rotate(0deg); }
}

@keyframes rwPresenterIdleWaveLook {
    0%, 100% { transform: rotate(0deg) translateX(0); }
    24%, 84% { transform: rotate(-4deg) translateX(-1px); }
}

@keyframes rwPresenterIdleWaveBody {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    30%, 78% { transform: translateY(-3px) rotate(-0.8deg); }
}

@keyframes rwStopWalkFront {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-12deg); }
    65% { transform: rotate(14deg); }
}

@keyframes rwStopWalkBack {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(13deg); }
    65% { transform: rotate(-11deg); }
}

@keyframes rwStopWalkBob {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes rwStopWalkArm {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(11deg); }
    65% { transform: rotate(-13deg); }
}

@keyframes rwPresenterLook {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(7deg) translateX(2px); }
}

@keyframes rwPresenterShadowStep {
    from { opacity: 0.72; transform: scaleX(1); transform-origin: center; }
    to { opacity: 0.42; transform: scaleX(0.78); transform-origin: center; }
}

@keyframes rwBoardCtaCallout {
    from { transform: translateY(0) scale(1); filter: saturate(1); }
    to { transform: translateY(-2px) scale(1.045); filter: saturate(1.16); }
}

@keyframes rwReplayIn {
    to { opacity: 1; transform: translateY(0); }
}
