:root {
    --bg: #ffffff;
    --bg-muted: #f4f8f7;
    --surface: #ffffff;
    --ink: #10231f;
    --muted: #60716c;
    --line: #dbe7e3;
    --brand: #087a63;
    --brand-strong: #045944;
    --brand-soft: #e7f5f0;
    --teal: #12a89c;
    --gold: #d89a1f;
    --shadow: 0 24px 70px rgba(10, 48, 40, 0.15);
    --radius: 8px;
    --max: 1360px;
}

/* Cinematic international homepage system */
.cinematic-site {
    --cinema-bg: #030712;
    --cinema-bg-2: #07111f;
    --cinema-ink: #f8fafc;
    --cinema-muted: #94a3b8;
    --cinema-line: rgba(148, 163, 184, 0.22);
    --cinema-blue: #18b8ff;
    --cinema-blue-2: #60a5fa;
    --cinema-cyan: #67e8f9;
    --cinema-surface: rgba(15, 23, 42, 0.72);
    --cinema-glass: rgba(15, 23, 42, 0.52);
    background: var(--cinema-bg);
    color: var(--cinema-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

.cinematic-site::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(115deg, rgba(3, 7, 18, 0.98), rgba(5, 14, 32, 0.96) 52%, rgba(1, 8, 18, 0.98)),
        radial-gradient(circle at 72% 22%, rgba(24, 184, 255, 0.22), transparent 34%);
}

.cinematic-site a {
    color: inherit;
}

.cinema-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 clamp(22px, 4vw, 56px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(3, 7, 18, 0.72);
    backdrop-filter: blur(22px);
}

.cinema-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.cinema-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cinema-blue), #0f4fb5);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 0 34px rgba(24, 184, 255, 0.42);
}

.cinema-brand strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.cinema-brand small {
    display: block;
    margin-top: 4px;
    color: var(--cinema-muted);
    font-size: 12px;
}

.cinema-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.8vw, 28px);
    color: rgba(248, 250, 252, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.cinema-nav a {
    text-decoration: none;
}

.cinema-nav a:hover {
    color: var(--cinema-cyan);
}

.cinema-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.46);
}

.language-switch button {
    min-width: 36px;
    min-height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--cinema-muted);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.language-switch button.active {
    background: rgba(24, 184, 255, 0.18);
    color: #fff;
}

.cinema-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(24, 184, 255, 0.72);
    border-radius: 8px;
    background: linear-gradient(135deg, #12b7ff, #2563eb);
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cinema-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(24, 184, 255, 0.34);
}

.cinema-button-small {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
}

.cinema-button-ghost {
    background: rgba(15, 23, 42, 0.42);
    color: #e0f2fe;
    box-shadow: none;
}

.cinema-menu-toggle {
    border-color: rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.68);
}

.cinema-menu-toggle span {
    background: #fff;
}

.cinema-panel,
.cinema-story,
.cinema-contact {
    min-height: 100svh;
    position: relative;
}

.cinema-hero {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(560px, 1.08fr);
    align-items: center;
    gap: 40px;
    padding: 104px clamp(26px, 4.5vw, 70px) 96px;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.98), rgba(5, 18, 42, 0.74) 55%, rgba(4, 9, 20, 0.98)),
        radial-gradient(circle at 76% 42%, rgba(24, 184, 255, 0.22), transparent 30%);
}

.cinema-hero::before {
    content: "";
    position: absolute;
    inset: 10% -10% auto 46%;
    height: 76%;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.cinema-hero-copy,
.cinema-hero-stage,
.hero-proof-dock,
.scroll-cue {
    position: relative;
    z-index: 2;
}

.cinema-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 7vw, 112px);
    line-height: 0.94;
    letter-spacing: 0;
}

.cinema-hero h1::first-line {
    color: #fff;
}

.cinema-hero-copy p {
    max-width: 630px;
    margin: 28px 0 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.55;
}

.cinema-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.cinema-hero-stage {
    min-height: 650px;
}

.world-panel {
    position: absolute;
    inset: 18px 0 80px 0;
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.68), rgba(8, 47, 73, 0.24)),
        repeating-linear-gradient(90deg, rgba(96, 165, 250, 0.07) 0, rgba(96, 165, 250, 0.07) 1px, transparent 1px, transparent 82px);
    box-shadow: inset 0 0 80px rgba(24, 184, 255, 0.06);
}

.world-panel span {
    position: absolute;
    top: 22px;
    left: 24px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.world-panel i {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cinema-cyan);
    box-shadow: 0 0 24px var(--cinema-blue);
}

.world-panel i:nth-child(2) { top: 36%; left: 58%; }
.world-panel i:nth-child(3) { top: 52%; left: 76%; }
.world-panel i:nth-child(4) { top: 28%; left: 82%; }

.hero-device {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 44px 54px rgba(0, 0, 0, 0.5));
}

.hero-device-main {
    width: min(74%, 560px);
    height: 86%;
    right: 12%;
    bottom: 0;
}

.hero-device-side {
    width: min(34%, 260px);
    height: 42%;
    left: 4%;
    bottom: 10%;
    opacity: 0.92;
}

.glass-card {
    position: absolute;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.62);
    color: #fff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.glass-card span {
    display: block;
    color: rgba(226, 232, 240, 0.72);
    font-size: 12px;
    font-weight: 800;
}

.glass-card strong {
    display: block;
    margin-top: 6px;
    font-size: 34px;
    line-height: 1;
}

.card-orders {
    top: 14%;
    left: 3%;
}

.card-uptime {
    right: 4%;
    top: 20%;
}

.card-payments {
    right: 0;
    bottom: 13%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.card-payments span {
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 7px;
}

.hero-proof-dock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(2, 6, 23, 0.76);
    backdrop-filter: blur(16px);
}

.hero-proof-dock div {
    min-height: 96px;
    padding: 22px clamp(24px, 4vw, 56px);
    border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.hero-proof-dock span {
    display: block;
    color: var(--cinema-muted);
    font-size: 12px;
    font-weight: 800;
}

.hero-proof-dock strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: clamp(17px, 1.7vw, 24px);
    line-height: 1.2;
}

.scroll-cue {
    position: absolute;
    bottom: 116px;
    left: 50%;
    width: 30px;
    height: 48px;
    border: 1px solid rgba(226, 232, 240, 0.44);
    border-radius: 999px;
    transform: translateX(-50%);
}

.scroll-cue span {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 4px;
    height: 9px;
    border-radius: 999px;
    background: var(--cinema-cyan);
    transform: translateX(-50%);
    animation: scrollPulse 1.4s infinite;
}

@keyframes scrollPulse {
    0% { opacity: 0; transform: translate(-50%, 0); }
    40% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 18px); }
}

.cinema-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
    gap: clamp(38px, 6vw, 88px);
    align-items: center;
    padding: 110px clamp(26px, 4.5vw, 70px);
    overflow: clip;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(180deg, #030712, #06111f);
}

.cinema-story-light {
    background: #f8fafc;
    color: #020617;
}

.cinema-story-hardware {
    background:
        radial-gradient(circle at 70% 40%, rgba(96, 165, 250, 0.2), transparent 32%),
        linear-gradient(180deg, #08111f, #030712);
}

.cinema-story-pilot {
    grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1.2fr);
    background:
        linear-gradient(180deg, #030712, #071827),
        radial-gradient(circle at 56% 100%, rgba(24, 184, 255, 0.22), transparent 42%);
}

.story-copy {
    max-width: 620px;
}

.story-copy h2,
.cinema-contact h2 {
    margin: 0;
    font-size: clamp(44px, 5.8vw, 84px);
    line-height: 0.98;
    letter-spacing: 0;
}

.story-copy p,
.cinema-contact p {
    margin: 22px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.55;
}

.cinema-story-light .story-copy p {
    color: #475569;
}

.story-copy ul {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.story-copy li {
    position: relative;
    padding-left: 28px;
    color: rgba(226, 232, 240, 0.8);
    font-size: 15px;
    font-weight: 750;
}

.story-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cinema-blue);
    box-shadow: 0 0 18px rgba(24, 184, 255, 0.5);
}

.sticky-visual {
    position: sticky;
    top: 110px;
}

.dashboard-shell {
    min-height: 620px;
    display: grid;
    grid-template-columns: 180px 1fr;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.dashboard-sidebar {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 26px;
    border-right: 1px solid rgba(148, 163, 184, 0.16);
    color: rgba(226, 232, 240, 0.76);
    font-size: 14px;
}

.dashboard-sidebar strong {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--cinema-blue);
    color: #fff;
}

.dashboard-main {
    padding: 28px;
}

.dashboard-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.dashboard-kpis div,
.dashboard-chart {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
    background: rgba(2, 6, 23, 0.42);
}

.dashboard-kpis div {
    padding: 18px;
}

.dashboard-kpis span {
    color: var(--cinema-muted);
    font-size: 12px;
    font-weight: 800;
}

.dashboard-kpis strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 28px;
}

.dashboard-chart {
    height: 390px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin-top: 18px;
    padding: 32px;
}

.dashboard-chart i {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--cinema-cyan), #2563eb);
    box-shadow: 0 0 22px rgba(24, 184, 255, 0.28);
}

.app-stack,
.hardware-gallery {
    min-height: 620px;
}

.app-stack {
    display: grid;
    place-items: center;
}

.app-stack img {
    position: absolute;
    max-width: min(52%, 460px);
    max-height: 70%;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.22);
}

.app-stack img:first-child {
    left: 12%;
    transform: rotate(-4deg);
}

.app-stack img:nth-child(2) {
    right: 8%;
    transform: rotate(3deg);
}

.app-caption {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
    border-radius: 999px;
    background: #020617;
    color: #fff;
    font-weight: 850;
}

.hardware-gallery {
    position: relative;
}

.hardware-gallery img {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 40px 54px rgba(0, 0, 0, 0.42));
}

.hardware-gallery img:first-child {
    width: 58%;
    height: 88%;
    right: 18%;
    bottom: 0;
}

.hardware-gallery img:nth-child(2) {
    width: 32%;
    height: 42%;
    left: 2%;
    bottom: 8%;
}

.hardware-gallery img:nth-child(3) {
    width: 36%;
    height: 46%;
    right: 0;
    top: 8%;
}

.pilot-path {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.pilot-path article {
    min-height: 430px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.54);
}

.pilot-path span {
    color: var(--cinema-cyan);
    font-size: 13px;
    font-weight: 900;
}

.pilot-path strong {
    display: block;
    margin-top: 150px;
    color: #fff;
    font-size: 24px;
    line-height: 1.08;
}

.pilot-path p {
    color: var(--cinema-muted);
    font-size: 14px;
}

.cinema-story-factory {
    grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
    background: #f8fafc;
    color: #020617;
}

.cinema-story-factory .story-copy p {
    color: #475569;
}

.factory-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.factory-board div {
    min-height: 260px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(24, 184, 255, 0.08), rgba(15, 23, 42, 0.03)),
        repeating-linear-gradient(45deg, rgba(2, 6, 23, 0.04) 0, rgba(2, 6, 23, 0.04) 1px, transparent 1px, transparent 18px);
    color: #0f172a;
    font-weight: 900;
}

.cinema-contact {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 0.8fr);
    gap: clamp(34px, 5vw, 80px);
    align-items: center;
    padding: 110px clamp(26px, 4.5vw, 70px);
    background:
        linear-gradient(135deg, #030712, #08182a),
        radial-gradient(circle at 78% 34%, rgba(24, 184, 255, 0.18), transparent 34%);
}

.cinema-form {
    border-color: rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.66);
    color: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.cinema-form label {
    color: rgba(226, 232, 240, 0.88);
}

.cinema-form input,
.cinema-form select,
.cinema-form textarea {
    border-color: rgba(148, 163, 184, 0.22);
    background: rgba(2, 6, 23, 0.46);
    color: #fff;
}

.cinema-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px clamp(26px, 4.5vw, 70px);
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    background: #020617;
    color: rgba(226, 232, 240, 0.72);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .cinema-nav {
        position: fixed;
        top: 78px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid rgba(148, 163, 184, 0.2);
        border-radius: 14px;
        background: rgba(3, 7, 18, 0.94);
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
    }

    .cinema-nav.open {
        display: flex;
    }

    .cinema-nav a {
        padding: 14px 12px;
    }

    .cinema-menu-toggle {
        display: block;
    }

    .cinema-hero,
    .cinema-story,
    .cinema-contact {
        grid-template-columns: 1fr;
    }

    .cinema-hero-stage,
    .story-visual {
        min-height: 560px;
    }

    .pilot-path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sticky-visual {
        position: relative;
        top: auto;
    }
}

@media (max-width: 720px) {
    .cinema-header {
        height: 70px;
        padding: 0 16px;
    }

    .cinema-brand small,
    .cinema-button-small {
        display: none;
    }

    .language-switch button {
        min-width: 32px;
        font-size: 11px;
    }

    .language-switch button[data-language="zh"] {
        min-width: 36px;
    }

    .cinema-nav {
        top: 70px;
        left: 16px;
        right: 16px;
    }

    .cinema-hero {
        min-height: 100svh;
        padding: 92px 16px 188px;
        gap: 14px;
    }

    .cinema-hero h1 {
        font-size: 44px;
    }

    .cinema-hero-copy p {
        font-size: 16px;
        margin-top: 18px;
    }

    .cinema-hero-stage {
        min-height: 320px;
    }

    .world-panel {
        inset: 12px 0 20px;
    }

    .hero-device-main {
        width: 58%;
        height: 84%;
        right: 13%;
    }

    .hero-device-side,
    .card-uptime,
    .card-payments {
        display: none;
    }

    .glass-card {
        padding: 12px;
    }

    .glass-card strong {
        font-size: 24px;
    }

    .hero-proof-dock {
        grid-template-columns: 1fr;
    }

    .hero-proof-dock div {
        min-height: 64px;
        padding: 12px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    }

    .scroll-cue {
        display: none;
    }

    .cinema-story,
    .cinema-contact {
        min-height: auto;
        padding: 78px 16px;
    }

    .story-copy h2,
    .cinema-contact h2 {
        font-size: 38px;
    }

    .story-copy p,
    .cinema-contact p {
        font-size: 16px;
    }

    .dashboard-shell {
        min-height: 440px;
        grid-template-columns: 1fr;
    }

    .dashboard-sidebar {
        display: none;
    }

    .dashboard-kpis {
        grid-template-columns: 1fr;
    }

    .dashboard-chart {
        height: 220px;
    }

    .app-stack,
    .hardware-gallery,
    .story-visual {
        min-height: 400px;
    }

    .app-stack img {
        max-width: 70%;
    }

    .hardware-gallery img:first-child {
        width: 72%;
        right: 12%;
    }

    .hardware-gallery img:nth-child(2),
    .hardware-gallery img:nth-child(3) {
        display: none;
    }

    .pilot-path,
    .factory-board {
        grid-template-columns: 1fr;
    }

    .pilot-path article {
        min-height: auto;
    }

    .pilot-path strong {
        margin-top: 58px;
    }

    .cinema-footer {
        display: grid;
        padding: 26px 16px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body.modal-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

[id] {
    scroll-margin-top: 96px;
}

.container {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
}

.section {
    padding: 96px 0;
}

.muted-section {
    background: var(--bg-muted);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(219, 231, 227, 0.9);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 244px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: var(--radius);
    background: var(--brand);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0;
}

.brand strong,
.site-footer strong {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #30443f;
    font-size: 14px;
    font-weight: 650;
}

.primary-nav a,
.text-link {
    text-decoration: none;
}

.primary-nav a:hover,
.text-link:hover {
    color: var(--brand);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.text-link {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.text-link.strong {
    color: var(--brand);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--brand);
    border-radius: var(--radius);
    background: var(--brand);
    color: #fff;
    font-size: 15px;
    font-weight: 760;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
    background: var(--brand-strong);
    box-shadow: 0 12px 28px rgba(8, 122, 99, 0.22);
}

.button-secondary {
    background: #fff;
    color: var(--brand);
}

.button-small {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    background: var(--ink);
}

.hero {
    padding: 76px 0 42px;
    min-height: calc(100vh - 156px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 78% 38%, rgba(18, 168, 156, 0.18), transparent 34%),
        linear-gradient(90deg, rgba(231, 245, 240, 0.94), rgba(255, 255, 255, 0) 58%),
        linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    align-items: center;
    gap: 64px;
}

.platform-line {
    margin: 0 0 22px;
    color: var(--brand);
    font-size: 15px;
    font-weight: 840;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(52px, 6.4vw, 88px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    max-width: 810px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.hero-points strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.hero-points span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 680;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.station-panel,
.dashboard-panel,
.app-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.station-panel {
    position: absolute;
    inset: 0 74px 42px 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.global-backdrop {
    position: absolute;
    inset: 58px 6px 32px 70px;
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 48%, rgba(8, 122, 99, 0.1) 49%, rgba(8, 122, 99, 0.1) 51%, transparent 52%),
        linear-gradient(0deg, transparent 48%, rgba(8, 122, 99, 0.1) 49%, rgba(8, 122, 99, 0.1) 51%, transparent 52%),
        radial-gradient(circle, rgba(8, 122, 99, 0.07), transparent 64%);
}

.station-showcase {
    position: relative;
    flex: 1;
    min-height: 0;
    display: grid;
    place-items: center;
}

.station-showcase img {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 34px 34px rgba(8, 34, 28, 0.2));
}

.station-primary {
    width: 78%;
    height: 96%;
    right: 5%;
    bottom: -2%;
}

.station-secondary {
    width: 43%;
    height: 58%;
    left: 0;
    bottom: 8%;
    opacity: 0.92;
}

.station-topline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.station-topline strong {
    color: var(--brand);
}

.dashboard-panel {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 330px;
    padding: 22px;
}

.panel-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.panel-bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cad8d4;
}

.dash-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 18px;
}

.dash-row span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 720;
}

.dash-row strong {
    font-size: 30px;
}

.dash-kpis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.dash-kpis span {
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 760;
}

.dash-kpis strong {
    display: block;
    color: var(--ink);
    font-size: 18px;
}

.dash-chart {
    height: 136px;
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border-radius: var(--radius);
    background: var(--brand-soft);
}

.dash-chart i {
    flex: 1;
    display: block;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--teal), var(--brand));
}

.dash-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.dash-grid span {
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 720;
}

.app-panel {
    position: absolute;
    left: 26px;
    bottom: 22px;
    width: 235px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-panel img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
}

.app-panel span {
    font-size: 13px;
    font-weight: 780;
}

.proof-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--brand-strong);
    color: #fff;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.proof-grid div {
    min-height: 112px;
    padding: 24px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    font-weight: 720;
}

.proof-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.35;
}

.launch-path-section {
    background: #071f1a;
    color: #fff;
}

.launch-path-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 58px;
    align-items: start;
}

.launch-path-section .section-heading {
    position: sticky;
    top: 116px;
    margin-bottom: 0;
}

.launch-path-section .section-heading p {
    color: rgba(255, 255, 255, 0.72);
}

.decision-stack {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.decision-stack div {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.07);
}

.decision-stack span {
    display: block;
    margin-bottom: 8px;
    color: #6ee7d3;
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
}

.decision-stack strong {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.38;
}

.launch-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.launch-step {
    min-height: 260px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
}

.launch-step.featured {
    grid-row: span 2;
    min-height: 534px;
    background:
        linear-gradient(180deg, rgba(18, 168, 156, 0.22), rgba(255, 255, 255, 0.06)),
        rgba(255, 255, 255, 0.06);
}

.launch-step span {
    color: #6ee7d3;
    font-size: 12px;
    font-weight: 860;
}

.launch-step h3 {
    margin: 20px 0 14px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.02;
    letter-spacing: 0;
}

.launch-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
}

.microservice-band {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
}

.microservice-band strong {
    display: block;
    font-size: 25px;
    line-height: 1.14;
}

.microservice-band p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.microservice-band ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.microservice-band li {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 760;
}

.pilot-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8f7 100%);
}

.pilot-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 18px;
}

.pilot-card {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(10, 48, 40, 0.06);
}

.pilot-card-wide {
    grid-row: span 2;
    min-height: 538px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
    background:
        linear-gradient(180deg, rgba(8, 122, 99, 0.04), rgba(8, 122, 99, 0.14)),
        #fff;
}

.pilot-card.dark {
    background: #071f1a;
    color: #fff;
}

.pilot-card span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
}

.pilot-card.dark span {
    color: #6ee7d3;
}

.pilot-card h3 {
    margin: 18px 0 12px;
    font-size: clamp(23px, 3vw, 42px);
    line-height: 1.04;
    letter-spacing: 0;
}

.pilot-card:not(.pilot-card-wide) h3 {
    font-size: 25px;
}

.pilot-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.pilot-card.dark p {
    color: rgba(255, 255, 255, 0.72);
}

.pilot-card ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.pilot-card li {
    position: relative;
    padding-left: 18px;
    color: #334943;
    font-size: 14px;
    font-weight: 700;
}

.pilot-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--brand);
}

.pilot-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pilot-metrics div {
    min-height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border: 1px solid rgba(8, 122, 99, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.76);
}

.pilot-metrics strong {
    display: block;
    color: var(--brand-strong);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
}

.pilot-metrics span {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 780;
    text-transform: none;
}

.comparison-section {
    background: #fff;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.comparison-card {
    min-height: 420px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(10, 48, 40, 0.05);
}

.comparison-card.featured {
    background:
        linear-gradient(180deg, rgba(18, 168, 156, 0.18), rgba(4, 89, 68, 0.02)),
        var(--brand-strong);
    color: #fff;
    box-shadow: 0 24px 64px rgba(4, 89, 68, 0.22);
}

.comparison-card span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
}

.comparison-card.featured span {
    color: #6ee7d3;
}

.comparison-card h3 {
    margin: 18px 0 22px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
    letter-spacing: 0;
}

.comparison-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comparison-card li {
    position: relative;
    padding-left: 20px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 690;
}

.comparison-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand);
}

.comparison-card.featured li {
    color: rgba(255, 255, 255, 0.82);
}

.comparison-card.featured li::before {
    background: #6ee7d3;
}

.tech-page {
    background: #f7fbfa;
}

.tech-hero-v2 {
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 82% 20%, rgba(18, 168, 156, 0.2), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f0faf6 100%);
}

.tech-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    gap: 72px;
    align-items: center;
}

.tech-hero-grid h1 {
    margin: 0;
    font-size: clamp(52px, 6.6vw, 92px);
    line-height: 0.96;
    letter-spacing: 0;
}

.platform-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.platform-node {
    min-height: 112px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: #24433b;
    text-align: center;
    font-weight: 820;
}

.platform-node.main {
    grid-column: span 2;
    min-height: 178px;
    background: var(--brand-strong);
    color: #fff;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
}

.platform-node.main span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.platform-timeline article {
    min-height: 310px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.section-heading.split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
}

.section-heading h2,
.contact-section h2 {
    margin: 0;
    font-size: clamp(32px, 4.4vw, 54px);
    line-height: 1.04;
    letter-spacing: 0;
}

.section-heading p,
.contact-section p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.solution-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
}

.solution-rail article {
    min-height: 260px;
    padding: 26px;
    border-right: 1px solid var(--line);
}

.solution-rail article:last-child {
    border-right: 0;
}

.solution-rail span,
.timeline span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 820;
}

.solution-rail h3,
.product-card h3,
.capability-list h3,
.scenario-grid h3,
.timeline h3 {
    margin: 20px 0 10px;
    font-size: 21px;
    line-height: 1.16;
    letter-spacing: 0;
}

.solution-rail p,
.product-card p,
.capability-list p,
.scenario-grid p,
.timeline p,
.faq-list p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 48, 40, 0.06);
}

.product-image {
    display: grid;
    place-items: center;
    width: 100%;
    height: 310px;
    padding: 26px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff, #edf5f2);
    cursor: zoom-in;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.22s ease;
}

.product-image:hover img {
    transform: scale(1.04);
}

.product-card > div:last-child {
    padding: 26px;
}

.product-card h3 {
    margin-top: 0;
}

.product-card ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.product-card li {
    position: relative;
    padding-left: 18px;
    color: #334943;
    font-size: 14px;
    font-weight: 680;
}

.product-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--brand);
}

.software-grid,
.trust-grid,
.faq-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 58px;
    align-items: start;
}

.sticky-heading {
    position: sticky;
    top: 116px;
}

.capability-list {
    display: grid;
    gap: 16px;
}

.capability-list article,
.scenario-grid article,
.timeline article,
.faq-list details,
.quote-form,
.media-placeholder,
.trust-list div {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.capability-list article {
    padding: 28px;
}

.capability-list h3 {
    margin-top: 0;
}

.trust-list {
    display: grid;
    gap: 12px;
}

.trust-list div {
    padding: 18px;
}

.trust-list strong,
.trust-list span {
    display: block;
}

.trust-list span {
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
}

.trust-media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.media-placeholder {
    min-height: 190px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(8, 122, 99, 0.12), rgba(18, 168, 156, 0.04)),
        repeating-linear-gradient(45deg, rgba(8, 122, 99, 0.08) 0, rgba(8, 122, 99, 0.08) 1px, transparent 1px, transparent 14px);
    color: var(--brand-strong);
    font-weight: 780;
    text-align: center;
}

.media-placeholder.large {
    grid-column: span 2;
    min-height: 300px;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.timeline article {
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    padding: 28px;
}

.timeline article:last-child {
    border-right: 0;
}

.scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.scenario-grid article {
    padding: 24px;
}

.scenario-grid h3 {
    margin-top: 0;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 22px 24px;
}

.faq-list summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 780;
}

.faq-list p {
    margin-top: 14px;
}

.contact-section {
    background: var(--brand-strong);
    color: #fff;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.contact-cards a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius);
    color: #fff;
    text-decoration: none;
    font-weight: 760;
}

.quote-form {
    padding: 28px;
    background: #fff;
    color: var(--ink);
}

.quote-form label {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: #30443f;
    font-size: 13px;
    font-weight: 780;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 13px 14px;
    color: var(--ink);
    font: inherit;
    font-size: 15px;
}

.quote-form textarea {
    resize: vertical;
}

.form-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.site-footer {
    padding: 42px 0;
    background: #071f1a;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1.2fr;
    gap: 36px;
}

.site-footer p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.site-footer span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 820;
}

.image-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(3, 18, 15, 0.82);
}

.image-modal.active {
    display: flex;
}

.image-modal figure {
    width: min(960px, 100%);
    margin: 0;
}

.image-modal img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: var(--radius);
    background: #fff;
}

.image-modal figcaption {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-weight: 760;
}

.modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1040px) {
    .primary-nav {
        position: fixed;
        top: 78px;
        left: 24px;
        right: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        box-shadow: var(--shadow);
    }

    .primary-nav.open {
        display: flex;
    }

    .primary-nav a {
        padding: 12px 10px;
    }

    .menu-toggle {
        display: block;
    }

    .header-actions .text-link {
        display: none;
    }

    .tech-hero-grid,
    .software-grid,
    .trust-grid,
    .faq-grid,
    .contact-grid,
    .launch-path-grid,
    .microservice-band {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding: 48px 0 28px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
        gap: 34px;
    }

    .hero h1 {
        font-size: clamp(46px, 6.1vw, 62px);
    }

    .hero-lead {
        font-size: 18px;
    }

    .tech-hero-v2 {
        min-height: auto;
    }

    .platform-map {
        width: 100%;
    }

    .hero-visual {
        min-height: 390px;
    }

    .solution-rail,
    .timeline,
    .launch-panel,
    .pilot-grid,
    .comparison-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .launch-path-section .section-heading {
        position: static;
    }

    .launch-step.featured {
        grid-row: auto;
        min-height: 260px;
    }

    .pilot-card-wide {
        grid-row: auto;
        min-height: 320px;
    }

    .solution-rail article:nth-child(2n),
    .timeline article:nth-child(2n) {
        border-right: 0;
    }

    .solution-rail article:nth-child(n+3),
    .timeline article:nth-child(n+3) {
        border-top: 1px solid var(--line);
    }

    .product-grid,
    .proof-grid,
    .scenario-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .proof-grid div,
    .proof-grid div:last-child {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .sticky-heading {
        position: static;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(100% - 32px, var(--max));
    }

    .section {
        padding: 68px 0;
    }

    .header-inner {
        min-height: 68px;
    }

    .brand {
        min-width: 0;
    }

    .brand small,
    .header-actions .button {
        display: none;
    }

    .primary-nav {
        top: 68px;
        left: 16px;
        right: 16px;
    }

    .hero {
        padding: 28px 0 10px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .platform-line {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.02;
    }

    .tech-hero-grid h1 {
        font-size: 34px;
        line-height: 1.02;
    }

    .hero-lead {
        font-size: 15px;
        margin-top: 14px;
        line-height: 1.42;
    }

    .hero-actions {
        margin-top: 18px;
        gap: 12px;
    }

    .hero-actions .button {
        min-height: 44px;
    }

    .solution-rail,
    .timeline,
    .trust-media-grid {
        grid-template-columns: 1fr;
    }

    .hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
        padding-top: 14px;
    }

    .hero-points strong {
        font-size: 23px;
    }

    .hero-points span {
        font-size: 12px;
        line-height: 1.25;
    }

    .solution-rail article,
    .timeline article {
        min-height: auto;
        border-right: 0;
        border-top: 1px solid var(--line);
    }

    .solution-rail article:first-child,
    .timeline article:first-child {
        border-top: 0;
    }

    .hero-visual {
        min-height: 108px;
    }

    .station-panel {
        inset: 0;
        padding: 10px;
    }

    .station-topline {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .global-backdrop {
        inset: 22px 0 20px 0;
    }

    .station-primary {
        width: 58%;
        height: 92%;
        right: 4%;
    }

    .station-secondary {
        width: 34%;
        height: 62%;
        left: 1%;
        bottom: 4%;
    }

    .dashboard-panel {
        display: none;
    }

    .dash-chart {
        height: 58px;
        gap: 7px;
        padding: 10px;
    }

    .dash-row {
        margin-bottom: 10px;
    }

    .dash-row strong {
        font-size: 20px;
    }

    .dash-kpis {
        display: none;
    }

    .dash-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-top: 10px;
    }

    .dash-grid span {
        padding: 6px;
        font-size: 11px;
    }

    .app-panel {
        display: none;
    }

    .launch-panel {
        grid-template-columns: 1fr;
    }

    .pilot-grid {
        grid-template-columns: 1fr;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .launch-step,
    .launch-step.featured,
    .pilot-card,
    .pilot-card-wide,
    .comparison-card {
        min-height: auto;
        padding: 22px;
    }

    .pilot-card:not(.pilot-card-wide) h3,
    .pilot-card h3,
    .comparison-card h3 {
        font-size: 23px;
    }

    .pilot-metrics {
        grid-template-columns: 1fr;
    }

    .pilot-metrics div {
        min-height: 82px;
    }

    .microservice-band ul {
        grid-template-columns: 1fr;
    }

    .section-heading.split {
        display: block;
    }

    .product-image {
        height: 260px;
    }

    .media-placeholder.large {
        grid-column: auto;
    }
}

/* Final cascade layer for the new international cinematic homepage. */
.cinematic-site .cinema-menu-toggle {
    display: none;
}

.cinematic-site .cinema-form {
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.66);
    color: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.cinematic-site .cinema-form label {
    color: rgba(226, 232, 240, 0.88);
}

.cinematic-site .cinema-form input,
.cinematic-site .cinema-form select,
.cinematic-site .cinema-form textarea {
    border-color: rgba(148, 163, 184, 0.22);
    background: rgba(2, 6, 23, 0.46);
    color: #fff;
}

.cinematic-site .cinema-form .form-note {
    color: rgba(226, 232, 240, 0.6);
}

@media (max-width: 1180px) {
    .cinematic-site .cinema-menu-toggle {
        display: block;
    }
}

@media (max-width: 720px) {
    .cinematic-site .cinema-hero {
        min-height: 100svh;
    }
}

/* Grand-scale homepage corrections after visual QA. */
.cinematic-site {
    --cinema-scroll: 0;
    color: #f8fafc;
    background: #02040a;
}

.cinematic-site .cinema-hero {
    min-height: 100svh;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(2, 4, 10, 0.98) 0%, rgba(5, 11, 23, 0.86) 45%, rgba(0, 10, 26, 0.96) 100%),
        linear-gradient(135deg, #02040a 0%, #07111f 48%, #001f4d 100%);
}

.cinematic-site .cinema-hero h1 {
    font-size: clamp(56px, 6vw, 100px);
    line-height: 0.96;
}

.cinematic-site .cinema-hero-copy p {
    margin-top: 24px;
}

.cinematic-site .cinema-hero-actions {
    margin-top: 28px;
}

.cinematic-site .cinema-hero-stage {
    transform: translate3d(0, calc(var(--cinema-scroll, 0) * 18px), 0);
    transition: transform 140ms linear;
}

.cinematic-site .world-panel {
    inset: 0 -8% 52px 2%;
    border-color: rgba(125, 211, 252, 0.2);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.34), rgba(14, 165, 233, 0.08)),
        repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.06) 0, rgba(125, 211, 252, 0.06) 1px, transparent 1px, transparent 96px),
        repeating-linear-gradient(0deg, rgba(125, 211, 252, 0.035) 0, rgba(125, 211, 252, 0.035) 1px, transparent 1px, transparent 74px);
    transform: translate3d(calc(var(--cinema-scroll, 0) * -18px), calc(var(--cinema-scroll, 0) * 12px), 0);
}

.cinematic-site .hero-device-main {
    width: min(106%, 860px);
    height: auto;
    right: -5%;
    bottom: 8%;
    border-radius: 28px;
    box-shadow:
        0 46px 90px rgba(0, 0, 0, 0.42),
        0 0 72px rgba(37, 99, 235, 0.18);
    filter: saturate(1.08) contrast(1.04);
    transform: translate3d(0, calc(var(--cinema-scroll, 0) * -34px), 0);
}

.cinematic-site .hero-device-side {
    display: none;
}

.cinematic-site .glass-card {
    border-color: rgba(226, 232, 240, 0.18);
    background: rgba(3, 7, 18, 0.62);
}

.cinematic-site .card-orders {
    top: 10%;
    left: 0;
}

.cinematic-site .card-uptime {
    top: auto;
    right: 2%;
    bottom: 30%;
}

.cinematic-site .card-payments {
    left: 1%;
    right: auto;
    bottom: 10%;
}

.cinematic-site .cinema-story {
    min-height: 105svh;
}

.cinematic-site .cinema-story-platform {
    min-height: 112svh;
    background:
        linear-gradient(180deg, #02040a 0%, #06111f 52%, #071827 100%);
}

.cinematic-site .cinema-story-platform .story-copy {
    align-self: start;
    padding-top: clamp(46px, 8vh, 96px);
}

.cinematic-site .cinema-story-platform .sticky-visual {
    top: 92px;
}

.cinematic-site .dashboard-shell {
    min-height: min(72vh, 720px);
    border-radius: 24px;
    box-shadow: 0 44px 110px rgba(2, 6, 23, 0.42);
}

.cinematic-site .cinema-story-light {
    background: #f8fafc;
}

.cinematic-site .cinema-story-hardware {
    background:
        linear-gradient(180deg, #f8fafc 0%, #edf6ff 18%, #02040a 18%, #050a14 100%);
}

.cinematic-site .cinema-story-hardware .story-copy {
    align-self: start;
    padding-top: clamp(44px, 8vh, 100px);
}

.cinematic-site .hardware-gallery {
    min-height: min(76vh, 720px);
}

.cinematic-site .hardware-gallery img:first-child {
    width: min(96%, 760px);
    height: auto;
    right: 0;
    bottom: 12%;
    border-radius: 28px;
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.52);
    filter: saturate(1.06) contrast(1.03);
}

.cinematic-site .hardware-gallery img:nth-child(2) {
    width: 30%;
    height: 38%;
    left: 0;
    bottom: 3%;
    opacity: 0.78;
}

.cinematic-site .hardware-gallery img:nth-child(3) {
    width: 30%;
    height: 38%;
    right: 2%;
    top: 2%;
    opacity: 0.78;
}

.cinematic-site .cinema-wide {
    position: relative;
    z-index: 3;
    isolation: isolate;
    min-height: 100svh;
    padding: 150px clamp(26px, 4.5vw, 70px) 118px;
    overflow: clip;
}

.cinematic-site .wide-copy {
    max-width: 940px;
}

.cinematic-site .wide-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 82px);
    line-height: 0.98;
    letter-spacing: 0;
}

.cinematic-site .wide-copy p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
}

.cinematic-site .cinema-rental {
    background:
        radial-gradient(circle at 18% 28%, rgba(24, 184, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #050a14 0%, #081827 100%);
}

.cinematic-site .method-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(42px, 7vw, 86px);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.18);
}

.cinematic-site .method-grid article {
    min-height: 360px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.82)),
        radial-gradient(circle at 50% 18%, rgba(24, 184, 255, 0.14), transparent 34%);
}

.cinematic-site .method-grid span,
.cinematic-site .product-matrix span,
.cinematic-site .delivery-rail span {
    color: var(--cinema-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.cinematic-site .method-grid strong,
.cinematic-site .product-matrix strong,
.cinematic-site .delivery-rail strong {
    display: block;
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.05;
}

.cinematic-site .method-grid p,
.cinematic-site .product-matrix p,
.cinematic-site .delivery-rail p {
    margin: 18px 0 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .cinema-products {
    color: #020617;
    background: #f8fafc;
}

.cinematic-site .cinema-products .wide-copy h2 {
    color: #020617;
}

.cinematic-site .cinema-products .wide-copy p {
    color: #475569;
}

.cinematic-site .product-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: clamp(42px, 7vw, 86px);
}

.cinematic-site .product-matrix article {
    min-height: 590px;
    display: grid;
    grid-template-rows: minmax(300px, 1fr) auto;
    overflow: hidden;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.1);
}

.cinematic-site .product-matrix img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: contain;
    padding: 22px;
    background:
        radial-gradient(circle at 50% 78%, rgba(24, 184, 255, 0.16), transparent 34%),
        linear-gradient(180deg, #f8fafc, #eaf4ff);
}

.cinematic-site .product-matrix article > div {
    padding: 26px;
    border-top: 1px solid #e2e8f0;
}

.cinematic-site .product-matrix span {
    color: #0ea5e9;
}

.cinematic-site .product-matrix strong {
    margin-top: 12px;
    color: #020617;
}

.cinematic-site .product-matrix p {
    color: #475569;
}

.cinematic-site .cinema-venues {
    background:
        radial-gradient(circle at 82% 22%, rgba(24, 184, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eaf4ff 42%, #071827 42%, #02040a 100%);
}

.cinematic-site .cinema-venues .wide-copy h2 {
    color: #020617;
}

.cinematic-site .cinema-venues .wide-copy p {
    color: #475569;
}

.cinematic-site .venue-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(42px, 7vw, 86px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.2);
    box-shadow: 0 38px 100px rgba(2, 6, 23, 0.24);
}

.cinematic-site .venue-grid article {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.88)),
        radial-gradient(circle at 50% 18%, rgba(24, 184, 255, 0.12), transparent 34%);
}

.cinematic-site .venue-grid span {
    color: var(--cinema-cyan);
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .venue-grid strong {
    display: block;
    color: #fff;
    font-size: clamp(20px, 1.8vw, 27px);
    line-height: 1.05;
}

.cinematic-site .venue-grid p {
    margin: 18px 0 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .cinema-delivery {
    background:
        linear-gradient(180deg, #02040a 0%, #071827 60%, #02040a 100%);
}

.cinematic-site .delivery-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(42px, 7vw, 86px);
}

.cinematic-site .delivery-rail article {
    min-height: 330px;
    padding: 26px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.56);
}

.cinematic-site .delivery-rail strong {
    margin-top: 112px;
    font-size: 21px;
}

.cinematic-site .cinema-localization {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(14, 165, 233, 0.09) 0 36%, transparent 36% 100%),
        linear-gradient(180deg, #f8fbff 0%, #eaf3ff 54%, #f8fafc 100%);
    color: #07111f;
}

.cinematic-site .cinema-localization::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 78%, transparent 100%);
    pointer-events: none;
}

.cinematic-site .localization-copy,
.cinematic-site .localization-layout {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
}

.cinematic-site .localization-copy h2 {
    max-width: 1050px;
    margin: 0;
    color: #07111f;
    font-size: 92px;
    font-weight: 930;
    line-height: 0.92;
}

.cinematic-site .localization-copy p {
    max-width: 790px;
    margin: 26px 0 0;
    color: #475569;
    font-size: 22px;
    line-height: 1.56;
}

.cinematic-site .localization-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.34fr);
    gap: 22px;
    align-items: stretch;
    margin-top: 70px;
}

.cinematic-site .market-console {
    position: relative;
    overflow: hidden;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 44px;
    padding: 38px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(20, 184, 166, 0.17), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #0f172a 100%);
    box-shadow: 0 36px 90px rgba(15, 23, 42, 0.22);
}

.cinematic-site .market-console::before {
    content: "";
    position: absolute;
    inset: 96px 32px auto auto;
    width: 56%;
    height: 52%;
    border-top: 1px solid rgba(94, 234, 212, 0.26);
    border-right: 1px solid rgba(96, 165, 250, 0.2);
    transform: skewX(-18deg);
    pointer-events: none;
}

.cinematic-site .market-console-head span {
    display: block;
    color: #5eead4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .market-console-head strong {
    display: block;
    max-width: 430px;
    margin-top: 18px;
    color: #fff;
    font-size: 48px;
    font-weight: 930;
    line-height: 1;
}

.cinematic-site .market-readiness-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.cinematic-site .market-readiness-list p {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(226, 232, 240, 0.14);
}

.cinematic-site .market-readiness-list span {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
}

.cinematic-site .market-readiness-list b {
    color: rgba(248, 250, 252, 0.86);
    font-size: 15px;
    line-height: 1.3;
}

.cinematic-site .localization-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cinematic-site .localization-checks article {
    min-height: 198px;
    display: grid;
    align-content: space-between;
    gap: 22px;
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.cinematic-site .localization-checks article:nth-child(2n) {
    background: rgba(241, 247, 255, 0.86);
}

.cinematic-site .localization-checks span {
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .localization-checks strong {
    display: block;
    color: #07111f;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.06;
}

.cinematic-site .localization-checks p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.cinematic-site .cinema-packages {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.18), transparent 28%),
        linear-gradient(180deg, #07111f 0%, #03060d 100%);
    color: #f8fafc;
}

.cinematic-site .cinema-packages::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    pointer-events: none;
}

.cinematic-site .packages-header,
.cinematic-site .package-grid,
.cinematic-site .package-flow,
.cinematic-site .package-note {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
}

.cinematic-site .packages-header span {
    display: block;
    color: #5eead4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .packages-header h2 {
    max-width: 1040px;
    margin: 20px 0 0;
    color: #fff;
    font-size: 88px;
    font-weight: 930;
    line-height: 0.94;
}

.cinematic-site .packages-header p {
    max-width: 860px;
    margin: 26px 0 0;
    color: rgba(226, 232, 240, 0.74);
    font-size: 21px;
    line-height: 1.56;
}

.cinematic-site .package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 64px;
}

.cinematic-site .package-card {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    padding: 34px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.52)),
        rgba(15, 23, 42, 0.72);
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

.cinematic-site .package-card-featured {
    border-color: rgba(94, 234, 212, 0.5);
    background:
        linear-gradient(145deg, rgba(94, 234, 212, 0.16), rgba(14, 165, 233, 0.08)),
        rgba(15, 23, 42, 0.86);
}

.cinematic-site .package-card > span {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .package-card strong {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-size: 34px;
    font-weight: 930;
    line-height: 1.02;
}

.cinematic-site .package-card p {
    margin: 16px 0 0;
    color: #5eead4;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.cinematic-site .package-card ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cinematic-site .package-card li {
    position: relative;
    padding-left: 22px;
    color: rgba(226, 232, 240, 0.78);
    font-size: 15px;
    line-height: 1.45;
}

.cinematic-site .package-card li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #38bdf8;
}

.cinematic-site .package-select-button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.28);
}

.cinematic-site .package-card-featured .package-select-button {
    background: linear-gradient(135deg, #5eead4, #0ea5e9);
    color: #04111f;
}

.cinematic-site .package-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 34px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    background: rgba(148, 163, 184, 0.2);
}

.cinematic-site .package-flow article {
    min-height: 230px;
    padding: 28px;
    background: rgba(2, 6, 23, 0.72);
}

.cinematic-site .package-flow span {
    color: #38bdf8;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .package-flow strong {
    display: block;
    margin-top: 78px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.06;
}

.cinematic-site .package-flow p {
    margin: 14px 0 0;
    color: rgba(226, 232, 240, 0.66);
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .package-note {
    max-width: 980px;
    margin-top: 28px;
    color: rgba(226, 232, 240, 0.58);
    font-size: 14px;
    line-height: 1.6;
}

.cinematic-site .factory-board article {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
    padding: 26px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(24, 184, 255, 0.08), rgba(15, 23, 42, 0.03)),
        repeating-linear-gradient(45deg, rgba(2, 6, 23, 0.04) 0, rgba(2, 6, 23, 0.04) 1px, transparent 1px, transparent 18px);
}

.cinematic-site .factory-board article span {
    color: #0f172a;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.05;
}

.cinematic-site .factory-board article p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.cinematic-site .cinema-supply {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(94, 234, 212, 0.16), transparent 28%),
        radial-gradient(circle at 86% 70%, rgba(96, 165, 250, 0.18), transparent 34%),
        linear-gradient(135deg, #020617 0%, #0b1220 48%, #030712 100%);
    color: #f8fafc;
}

.cinematic-site .cinema-supply::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    pointer-events: none;
}

.cinematic-site .supply-header,
.cinematic-site .supply-matrix,
.cinematic-site .supply-rules,
.cinematic-site .supply-note {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
}

.cinematic-site .supply-header span {
    display: block;
    color: #5eead4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .supply-header h2 {
    max-width: 1080px;
    margin: 18px 0 0;
    color: #fff;
    font-size: 82px;
    font-weight: 930;
    line-height: 0.95;
}

.cinematic-site .supply-header p {
    max-width: 900px;
    margin: 24px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 20px;
    line-height: 1.58;
}

.cinematic-site .supply-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 58px;
}

.cinematic-site .supply-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    padding: 32px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.52)),
        rgba(15, 23, 42, 0.72);
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.28);
}

.cinematic-site .supply-card-featured {
    border-color: rgba(251, 191, 36, 0.58);
    background:
        linear-gradient(145deg, rgba(251, 191, 36, 0.16), rgba(20, 184, 166, 0.10)),
        rgba(15, 23, 42, 0.86);
}

.cinematic-site .supply-card > span {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .supply-card strong {
    display: block;
    max-width: 320px;
    color: #fff;
    font-size: 35px;
    font-weight: 930;
    line-height: 1.02;
}

.cinematic-site .supply-card ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cinematic-site .supply-card li {
    display: grid;
    gap: 7px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.cinematic-site .supply-card b {
    color: #67e8f9;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cinematic-site .supply-card li span {
    color: rgba(226, 232, 240, 0.76);
    font-size: 15px;
    line-height: 1.5;
}

.cinematic-site .supply-rules {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 34px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: rgba(148, 163, 184, 0.22);
}

.cinematic-site .supply-rules article {
    min-height: 230px;
    padding: 28px;
    background: rgba(2, 6, 23, 0.72);
}

.cinematic-site .supply-rules span {
    color: #38bdf8;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .supply-rules strong {
    display: block;
    margin-top: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.08;
}

.cinematic-site .supply-rules p {
    margin: 14px 0 0;
    color: rgba(226, 232, 240, 0.66);
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .supply-note {
    max-width: 980px;
    margin-top: 28px;
    color: rgba(226, 232, 240, 0.58);
    font-size: 14px;
    line-height: 1.6;
}

.cinematic-site .cinema-procurement {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(132deg, rgba(8, 16, 31, 0) 0 42%, rgba(20, 184, 166, 0.08) 42% 43%, rgba(8, 16, 31, 0) 43% 100%),
        linear-gradient(180deg, #07111f 0%, #101827 54%, #03060d 100%);
    color: #f8fafc;
}

.cinematic-site .cinema-procurement::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(148, 163, 184, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
    pointer-events: none;
}

.cinematic-site .procurement-header,
.cinematic-site .procurement-layout {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
}

.cinematic-site .procurement-header span {
    display: block;
    color: #5eead4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .procurement-header h2 {
    max-width: 1040px;
    margin: 22px 0 0;
    color: #fff;
    font-size: 98px;
    font-weight: 930;
    line-height: 0.92;
}

.cinematic-site .procurement-header p {
    max-width: 820px;
    margin: 28px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 22px;
    line-height: 1.56;
}

.cinematic-site .procurement-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.35fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: stretch;
    margin-top: clamp(48px, 6vw, 92px);
}

.cinematic-site .procurement-command {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
    padding: clamp(28px, 3.5vw, 48px);
    border: 1px solid rgba(94, 234, 212, 0.24);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(94, 234, 212, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
    box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
}

.cinematic-site .procurement-command::before {
    content: "";
    position: absolute;
    inset: auto -20% 18% 24%;
    height: 120px;
    border-top: 1px solid rgba(251, 191, 36, 0.26);
    border-bottom: 1px solid rgba(94, 234, 212, 0.2);
    transform: rotate(-18deg);
    pointer-events: none;
}

.cinematic-site .procurement-command > span {
    color: #fbbf24;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .procurement-command strong {
    display: block;
    max-width: 460px;
    margin-top: 18px;
    color: #fff;
    font-size: 54px;
    font-weight: 930;
    line-height: 0.98;
}

.cinematic-site .procurement-command > p {
    max-width: 490px;
    margin: 22px 0 0;
    color: rgba(226, 232, 240, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.cinematic-site .procurement-flow {
    display: grid;
    gap: 10px;
}

.cinematic-site .procurement-flow p {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.cinematic-site .procurement-flow b {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(94, 234, 212, 0.28);
    border-radius: 999px;
    color: #5eead4;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .procurement-flow span {
    color: rgba(248, 250, 252, 0.88);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
}

.cinematic-site .procurement-terms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cinematic-site .procurement-terms article {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: clamp(22px, 2.4vw, 34px);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.07);
    backdrop-filter: blur(18px);
}

.cinematic-site .procurement-terms article:nth-child(3n + 1) {
    border-color: rgba(94, 234, 212, 0.3);
}

.cinematic-site .procurement-terms article:nth-child(3n + 2) {
    border-color: rgba(96, 165, 250, 0.26);
}

.cinematic-site .procurement-terms article:nth-child(3n) {
    border-color: rgba(251, 191, 36, 0.26);
}

.cinematic-site .procurement-terms span {
    color: rgba(148, 163, 184, 0.74);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.cinematic-site .procurement-terms strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.08;
}

.cinematic-site .procurement-terms p {
    margin: 14px 0 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 15px;
    line-height: 1.62;
}

.cinematic-site .cinema-faq {
    min-height: auto;
    background: #02040a;
}

.cinematic-site .faq-list {
    max-width: 1040px;
    display: grid;
    gap: 12px;
    margin-top: clamp(42px, 6vw, 78px);
}

.cinematic-site .faq-list details {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.58);
    color: #fff;
}

.cinematic-site .faq-list summary {
    cursor: pointer;
    padding: 22px 24px;
    color: #fff;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 850;
    line-height: 1.15;
    list-style: none;
}

.cinematic-site .faq-list summary::-webkit-details-marker {
    display: none;
}

.cinematic-site .faq-list p {
    margin: 0;
    padding: 0 24px 24px;
    color: rgba(226, 232, 240, 0.7);
    font-size: 16px;
    line-height: 1.65;
}

.cinematic-site .cinema-catalog {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(24, 184, 255, 0.2), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(14, 165, 233, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eaf4ff 52%, #02040a 52%, #02040a 100%);
    color: #0f172a;
}

.cinematic-site .cinema-catalog::before {
    content: "";
    position: absolute;
    inset: 9% -8% auto auto;
    width: min(62vw, 820px);
    height: min(62vw, 820px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    transform: rotate(-12deg);
}

.cinematic-site .catalog-lead {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(24px, 4vw, 72px);
    margin: 0 auto;
}

.cinematic-site .catalog-lead h2 {
    max-width: 920px;
    margin: 0;
    color: #07111f;
    font-size: clamp(52px, 7vw, 112px);
    font-weight: 900;
    line-height: 0.92;
}

.cinematic-site .catalog-lead p {
    max-width: 780px;
    margin: 28px 0 0;
    color: #475569;
    font-size: clamp(18px, 1.7vw, 25px);
    line-height: 1.55;
}

.cinematic-site .catalog-pack {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;
    margin: clamp(50px, 8vw, 104px) auto 0;
}

.cinematic-site .catalog-pack article {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 18px;
    padding: clamp(24px, 3.2vw, 44px);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(226, 242, 255, 0.86)),
        linear-gradient(90deg, rgba(14, 165, 233, 0.08), transparent);
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.18);
}

.cinematic-site .catalog-pack .catalog-primary {
    color: #fff;
    background:
        linear-gradient(140deg, rgba(24, 184, 255, 0.25), rgba(14, 165, 233, 0.08)),
        radial-gradient(circle at 75% 20%, rgba(125, 211, 252, 0.34), transparent 30%),
        #07111f;
}

.cinematic-site .catalog-pack span {
    color: #18b8ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cinematic-site .catalog-pack strong {
    max-width: 680px;
    color: #0f172a;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 900;
    line-height: 1;
}

.cinematic-site .catalog-pack .catalog-primary strong {
    color: #fff;
    font-size: clamp(36px, 5vw, 72px);
}

.cinematic-site .catalog-pack p {
    max-width: 640px;
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.cinematic-site .catalog-pack .catalog-primary p {
    color: rgba(226, 232, 240, 0.72);
}

.floating-contact {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 90;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 20px;
    background: rgba(2, 6, 23, 0.76);
    box-shadow: 0 18px 60px rgba(2, 6, 23, 0.26);
    backdrop-filter: blur(18px);
    transform: translateY(-50%);
}

.floating-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    padding: 12px 9px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.floating-contact a:last-child {
    color: #07111f;
    border-bottom: 0;
    background: #20c5ff;
}

@media (max-width: 1180px) {
    .cinematic-site .hero-device-main {
        width: min(94vw, 760px);
        right: 50%;
        bottom: 8%;
        transform: translate3d(50%, calc(var(--cinema-scroll, 0) * -24px), 0);
    }

    .cinematic-site .card-uptime {
        bottom: 22%;
    }

    .cinematic-site .cinema-story-platform,
    .cinematic-site .cinema-story-hardware {
        background: #02040a;
    }

    .cinematic-site .method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .product-matrix {
        grid-template-columns: 1fr;
    }

    .cinematic-site .venue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .delivery-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .catalog-lead {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .cinematic-site .catalog-pack {
        grid-template-columns: 1fr;
    }

    .cinematic-site .catalog-pack article {
        min-height: 300px;
    }
}

@media (max-width: 720px) {
    .cinematic-site .cinema-hero {
        padding-top: 90px;
        padding-bottom: 124px;
    }

    .cinematic-site .cinema-hero-stage {
        min-height: 430px;
    }

    .cinematic-site .hero-device-main {
        width: 118vw;
        bottom: 12%;
    }

    .cinematic-site .glass-card {
        padding: 12px 14px;
    }

    .cinematic-site .card-payments {
        display: none;
    }

    .cinematic-site .cinema-story {
        min-height: auto;
    }

    .cinematic-site .cinema-wide {
        min-height: auto;
        padding: 78px 16px;
    }

    .cinematic-site .wide-copy h2 {
        font-size: 42px;
    }

    .cinematic-site .method-grid,
    .cinematic-site .venue-grid,
    .cinematic-site .delivery-rail {
        grid-template-columns: 1fr;
    }

    .cinematic-site .method-grid article,
    .cinematic-site .venue-grid article,
    .cinematic-site .delivery-rail article {
        min-height: 260px;
    }

    .cinematic-site .cinema-venues {
        background: linear-gradient(180deg, #f8fafc 0%, #eaf4ff 35%, #02040a 35%, #02040a 100%);
    }

    .cinematic-site .cinema-catalog {
        padding-bottom: 112px;
        background: linear-gradient(180deg, #f8fafc 0%, #eaf4ff 46%, #02040a 46%, #02040a 100%);
    }

    .cinematic-site .catalog-lead h2 {
        font-size: 42px;
    }

    .cinematic-site .catalog-pack {
        margin-top: 12px;
    }

    .cinematic-site .catalog-pack article {
        min-height: 260px;
        border-radius: 14px;
        padding-bottom: 136px;
    }

    .floating-contact {
        top: auto;
        right: 12px;
        bottom: 18px;
        left: auto;
        flex-direction: column;
        border-radius: 16px;
        transform: none;
    }

    .floating-contact a {
        flex: none;
        min-width: 72px;
        padding: 12px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    }

    .floating-contact a:last-child {
        border-bottom: 0;
    }

    .floating-contact a:not(:last-child) {
        display: none;
    }

    .cinematic-site .delivery-rail strong {
        margin-top: 72px;
    }

    .cinematic-site .product-matrix article {
        min-height: auto;
    }

    .cinematic-site .hardware-gallery img:first-child {
        width: 116%;
        right: -8%;
        bottom: 24%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinematic-site .cinema-hero-stage,
    .cinematic-site .world-panel,
    .cinematic-site .hero-device-main {
        transform: none;
        transition: none;
    }
}

/* Content must remain readable even when scroll observers lag behind. */
.cinematic-site [data-reveal] {
    opacity: 1;
    transform: none;
}

/* Product Design polish pass: cinematic attraction, clearer path, stronger scroll rhythm. */
.cinematic-site {
    --pointer-x: 50%;
    --pointer-y: 50%;
}

.cinematic-site section {
    scroll-margin-top: 92px;
}

.cinematic-site .cinema-hero {
    overflow: hidden;
}

.cinematic-site .cinema-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(24, 184, 255, 0.18), transparent 28%),
        linear-gradient(120deg, transparent 0%, rgba(56, 189, 248, 0.08) 42%, transparent 58%);
    opacity: 0.9;
    transition: background-position 180ms linear;
}

.cinematic-site .cinema-hero h1 {
    max-width: 1060px;
    text-wrap: balance;
}

.cinematic-site .cinema-hero-copy {
    padding-bottom: 118px;
}

.cinematic-site .hero-route-line {
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 14px;
    background: rgba(125, 211, 252, 0.14);
    box-shadow: 0 22px 54px rgba(2, 6, 23, 0.22);
}

.cinematic-site .hero-route-line span {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: rgba(248, 250, 252, 0.9);
    background: rgba(3, 7, 18, 0.62);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.cinematic-site .signal-field {
    position: absolute;
    inset: 0 -8% 52px 2%;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
    pointer-events: none;
}

.cinematic-site .signal-field span {
    position: absolute;
    left: -18%;
    width: 62%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.72), transparent);
    box-shadow: 0 0 22px rgba(24, 184, 255, 0.52);
    transform: rotate(-18deg);
    animation: signalSweep 5.8s linear infinite;
}

.cinematic-site .signal-field span:nth-child(1) { top: 28%; animation-delay: -1.2s; }
.cinematic-site .signal-field span:nth-child(2) { top: 42%; animation-delay: -3.6s; }
.cinematic-site .signal-field span:nth-child(3) { top: 57%; animation-delay: -2.2s; }
.cinematic-site .signal-field span:nth-child(4) { top: 72%; animation-delay: -4.8s; }

.cinematic-site .hero-feed {
    position: absolute;
    left: 3%;
    bottom: 31%;
    z-index: 4;
    width: min(330px, 42vw);
    padding: 18px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 16px;
    background: rgba(3, 7, 18, 0.7);
    color: #fff;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.34);
    backdrop-filter: blur(18px);
}

.cinematic-site .hero-feed span {
    display: block;
    color: #20c5ff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.cinematic-site .hero-feed strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 900;
    line-height: 1.1;
}

.cinematic-site .hero-feed p {
    margin: 10px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

.cinematic-site .cinema-marquee {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 138px;
    overflow: hidden;
    border-top: 1px solid rgba(125, 211, 252, 0.16);
    border-bottom: 1px solid rgba(125, 211, 252, 0.16);
    background:
        linear-gradient(90deg, #02040a 0%, rgba(2, 20, 40, 0.96) 48%, #02040a 100%);
    color: #fff;
}

.cinematic-site .cinema-marquee::before,
.cinematic-site .cinema-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 18vw;
    pointer-events: none;
}

.cinematic-site .cinema-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #02040a, transparent);
}

.cinematic-site .cinema-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #02040a, transparent);
}

.cinematic-site .marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: clamp(28px, 5vw, 76px);
    animation: marqueeFlow 28s linear infinite;
}

.cinematic-site .marquee-track-alt {
    position: absolute;
    top: 74px;
    opacity: 0.28;
    animation-duration: 42s;
    animation-direction: reverse;
}

.cinematic-site .marquee-track span {
    color: rgba(248, 250, 252, 0.92);
    font-size: clamp(22px, 3vw, 42px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

@keyframes signalSweep {
    from { transform: translateX(0) rotate(-18deg); opacity: 0; }
    12% { opacity: 1; }
    72% { opacity: 1; }
    to { transform: translateX(230%) rotate(-18deg); opacity: 0; }
}

@keyframes marqueeFlow {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@media (max-width: 1180px) {
    .cinematic-site .hero-feed {
        left: 4%;
        bottom: 24%;
        width: min(310px, 48vw);
    }
}

@media (max-width: 720px) {
    .cinematic-site .cinema-hero-copy {
        padding-bottom: 0;
    }

    .cinematic-site .cinema-hero h1 {
        font-size: clamp(46px, 14vw, 70px);
        line-height: 0.94;
    }

    .cinematic-site .hero-route-line {
        grid-template-columns: 1fr;
        margin-top: 16px;
        border-radius: 12px;
    }

    .cinematic-site .hero-route-line span {
        min-height: 36px;
        justify-content: flex-start;
        padding: 0 18px;
        font-size: 13px;
        text-align: left;
    }

    .cinematic-site .signal-field {
        inset: 0 0 42px 0;
    }

    .cinematic-site .hero-feed {
        display: none;
    }

    .cinematic-site .cinema-marquee {
        min-height: 112px;
    }

    .cinematic-site .marquee-track {
        gap: 34px;
        animation-duration: 24s;
    }

    .cinematic-site .marquee-track-alt {
        top: 66px;
    }

    .cinematic-site .floating-contact {
        opacity: 0;
        pointer-events: none;
        transform: translateY(18px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .cinematic-site.mobile-floating-ready .floating-contact {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinematic-site .signal-field span,
    .cinematic-site .marquee-track {
        animation: none;
    }
}

/* Product Design depth pass: control tower and migration decision surfaces. */
.cinematic-site .platform-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.cinematic-site .platform-reason-grid article {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.58)),
        radial-gradient(circle at 76% 18%, rgba(24, 184, 255, 0.14), transparent 38%);
}

.cinematic-site .platform-reason-grid span {
    color: #20c5ff;
    font-size: 11px;
    font-weight: 900;
}

.cinematic-site .platform-reason-grid strong {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
}

.cinematic-site .platform-reason-grid p {
    margin: 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 13px;
    line-height: 1.48;
}

.cinematic-site .dashboard-main {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 16px;
}

.cinematic-site .dashboard-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 14px;
    background:
        linear-gradient(90deg, rgba(24, 184, 255, 0.14), rgba(37, 99, 235, 0.06)),
        rgba(2, 6, 23, 0.52);
}

.cinematic-site .dashboard-topline span {
    color: #20c5ff;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .dashboard-topline strong {
    color: #fff;
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 900;
    line-height: 1.05;
    text-align: right;
}

.cinematic-site .dashboard-chart {
    position: relative;
    height: auto;
    min-height: 310px;
    margin-top: 0;
    overflow: hidden;
}

.cinematic-site .dashboard-chart::before {
    content: "";
    position: absolute;
    inset: 34px 32px;
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(125, 211, 252, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(125, 211, 252, 0.08) 1px, transparent 1px);
    background-size: 56px 46px;
    opacity: 0.8;
}

.cinematic-site .dashboard-chart i {
    position: relative;
    z-index: 1;
    animation: barPulse 4.2s ease-in-out infinite;
}

.cinematic-site .dashboard-chart i:nth-child(2n) {
    animation-delay: -1.3s;
}

.cinematic-site .dashboard-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 14px;
    background: rgba(125, 211, 252, 0.18);
}

.cinematic-site .dashboard-flow span {
    min-height: 54px;
    display: grid;
    place-items: center;
    color: rgba(248, 250, 252, 0.92);
    background: rgba(2, 6, 23, 0.66);
    font-size: 13px;
    font-weight: 900;
}

.cinematic-site .pilot-board {
    display: grid;
    gap: 18px;
}

.cinematic-site .pilot-decision-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: end;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 20%, rgba(24, 184, 255, 0.2), transparent 30%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.76));
    box-shadow: 0 28px 80px rgba(2, 6, 23, 0.28);
}

.cinematic-site .pilot-decision-panel > span {
    color: #20c5ff;
    font-size: 12px;
    font-weight: 900;
    align-self: start;
}

.cinematic-site .pilot-decision-panel > strong {
    color: #fff;
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 900;
    line-height: 0.98;
}

.cinematic-site .pilot-decision-panel div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cinematic-site .pilot-decision-panel p {
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 14px;
    background: rgba(2, 6, 23, 0.42);
}

.cinematic-site .pilot-decision-panel b {
    display: block;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
}

.cinematic-site .pilot-decision-panel small {
    display: block;
    margin-top: 8px;
    color: rgba(226, 232, 240, 0.68);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
}

@keyframes barPulse {
    0%, 100% { filter: saturate(1); transform: scaleY(1); }
    50% { filter: saturate(1.28); transform: scaleY(1.04); }
}

@media (max-width: 1180px) {
    .cinematic-site .localization-copy h2 {
        font-size: 70px;
    }

    .cinematic-site .localization-layout {
        grid-template-columns: 1fr;
    }

    .cinematic-site .market-console {
        min-height: auto;
    }

    .cinematic-site .packages-header h2 {
        font-size: 68px;
    }

    .cinematic-site .package-grid {
        grid-template-columns: 1fr;
    }

    .cinematic-site .package-card {
        min-height: auto;
    }

    .cinematic-site .package-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .supply-header h2 {
        font-size: 66px;
    }

    .cinematic-site .supply-matrix {
        grid-template-columns: 1fr;
    }

    .cinematic-site .supply-card {
        min-height: auto;
    }

    .cinematic-site .supply-rules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .procurement-header h2 {
        font-size: 72px;
    }

    .cinematic-site .procurement-command strong {
        font-size: 46px;
    }

    .cinematic-site .procurement-layout {
        grid-template-columns: 1fr;
    }

    .cinematic-site .procurement-command {
        min-height: auto;
    }

    .cinematic-site .platform-reason-grid {
        grid-template-columns: 1fr;
    }

    .cinematic-site .pilot-decision-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .cinematic-site .localization-copy h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .cinematic-site .localization-copy p {
        font-size: 17px;
    }

    .cinematic-site .localization-layout {
        gap: 14px;
        margin-top: 38px;
    }

    .cinematic-site .market-console {
        padding: 24px;
        border-radius: 16px;
    }

    .cinematic-site .market-console-head strong {
        font-size: 34px;
    }

    .cinematic-site .market-readiness-list p {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
    }

    .cinematic-site .market-readiness-list b {
        padding-right: 72px;
    }

    .cinematic-site .localization-checks {
        grid-template-columns: 1fr;
    }

    .cinematic-site .localization-checks article {
        min-height: 168px;
        padding: 24px;
        border-radius: 14px;
    }

    .cinematic-site .localization-checks strong {
        font-size: 25px;
    }

    .cinematic-site .packages-header h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .cinematic-site .packages-header p {
        font-size: 17px;
    }

    .cinematic-site .package-grid {
        margin-top: 38px;
    }

    .cinematic-site .package-card {
        gap: 22px;
        padding: 24px;
        border-radius: 16px;
    }

    .cinematic-site .package-card strong {
        font-size: 28px;
    }

    .cinematic-site .package-flow {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .cinematic-site .package-flow article {
        min-height: 180px;
        padding: 24px;
    }

    .cinematic-site .package-flow strong {
        margin-top: 46px;
    }

    .cinematic-site .supply-header h2 {
        font-size: 42px;
        line-height: 0.98;
    }

    .cinematic-site .supply-header p {
        font-size: 17px;
    }

    .cinematic-site .supply-matrix {
        margin-top: 38px;
    }

    .cinematic-site .supply-card {
        gap: 22px;
        padding: 24px;
        border-radius: 16px;
    }

    .cinematic-site .supply-card strong {
        font-size: 28px;
    }

    .cinematic-site .supply-rules {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .cinematic-site .supply-rules article {
        min-height: 180px;
        padding: 24px;
    }

    .cinematic-site .supply-rules strong {
        margin-top: 46px;
    }

    .cinematic-site .procurement-header span {
        font-size: 11px;
    }

    .cinematic-site .procurement-header h2 {
        font-size: 44px;
        line-height: 0.95;
    }

    .cinematic-site .procurement-header p {
        font-size: 17px;
    }

    .cinematic-site .procurement-layout {
        margin-top: 38px;
    }

    .cinematic-site .procurement-command {
        border-radius: 16px;
    }

    .cinematic-site .procurement-command strong {
        font-size: 36px;
    }

    .cinematic-site .procurement-flow p {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .cinematic-site .procurement-flow b {
        width: 36px;
        height: 36px;
    }

    .cinematic-site .procurement-terms {
        grid-template-columns: 1fr;
    }

    .cinematic-site .procurement-terms article {
        min-height: 166px;
        border-radius: 16px;
    }

    .cinematic-site .platform-reason-grid article {
        min-height: 150px;
    }

    .cinematic-site .dashboard-main {
        padding: 18px;
    }

    .cinematic-site .dashboard-topline {
        display: grid;
        align-items: start;
    }

    .cinematic-site .dashboard-topline strong {
        text-align: left;
    }

    .cinematic-site .dashboard-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinematic-site .pilot-board {
        gap: 14px;
    }

    .cinematic-site .pilot-decision-panel {
        border-radius: 16px;
    }

    .cinematic-site .pilot-decision-panel div {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinematic-site .dashboard-chart i {
        animation: none;
    }
}

/* Product Design global control tower pass: real cross-region admin console. */
.cinematic-site .global-dashboard-stage {
    position: relative;
    min-height: min(78vh, 760px);
    display: grid;
    align-content: center;
}

.cinematic-site .global-dashboard-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 24px;
    background: rgba(2, 6, 23, 0.86);
    box-shadow:
        0 44px 130px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    transform: perspective(1500px) rotateY(-4deg) rotateX(1.5deg);
    transform-origin: center;
}

.cinematic-site .global-dashboard-bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(125, 211, 252, 0.18);
    background:
        linear-gradient(90deg, rgba(24, 184, 255, 0.18), rgba(37, 99, 235, 0.1)),
        rgba(2, 6, 23, 0.94);
}

.cinematic-site .global-dashboard-bar span {
    width: 36px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #20c5ff, #22c55e);
    box-shadow: 0 0 18px rgba(32, 197, 255, 0.34);
}

.cinematic-site .global-dashboard-bar strong {
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
}

.cinematic-site .global-dashboard-bar em {
    color: #20c5ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.cinematic-site .global-dashboard-window img {
    display: block;
    width: 100%;
    aspect-ratio: 4096 / 2086;
    object-fit: cover;
    object-position: center top;
}

.cinematic-site .global-dashboard-window::after {
    content: "";
    position: absolute;
    inset: 54px 0 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 20%, transparent 78%, rgba(24, 184, 255, 0.12)),
        radial-gradient(circle at 88% 14%, rgba(34, 197, 94, 0.14), transparent 22%);
    mix-blend-mode: screen;
}

.cinematic-site .global-dashboard-kpis {
    position: absolute;
    right: 2%;
    bottom: 104px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(70%, 620px);
}

.cinematic-site .global-dashboard-kpis article {
    padding: 16px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.cinematic-site .global-dashboard-kpis span {
    display: block;
    color: rgba(226, 232, 240, 0.66);
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .global-dashboard-kpis strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1;
}

.cinematic-site .global-dashboard-stage .dashboard-flow {
    position: absolute;
    left: 4%;
    bottom: 24px;
    z-index: 3;
    width: min(520px, 72%);
}

@media (max-width: 1180px) {
    .cinematic-site .global-dashboard-window {
        transform: none;
    }

    .cinematic-site .global-dashboard-kpis {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .cinematic-site .global-dashboard-stage .dashboard-flow {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }
}

@media (max-width: 720px) {
    .cinematic-site .global-dashboard-stage {
        min-height: auto;
    }

    .cinematic-site .global-dashboard-bar {
        grid-template-columns: 1fr;
        gap: 4px;
        align-items: start;
        padding: 12px 14px;
    }

    .cinematic-site .global-dashboard-bar span {
        display: none;
    }

    .cinematic-site .global-dashboard-window {
        border-radius: 18px;
    }

    .cinematic-site .global-dashboard-window img {
        min-height: 310px;
        object-fit: cover;
        object-position: 10% top;
    }

    .cinematic-site .global-dashboard-kpis {
        grid-template-columns: 1fr;
    }
}

/* Product Design proof pass: real operator data, product selection, venue economics and evidence readiness. */
.cinematic-site .cinema-operator {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    color: #f8fafc;
    background:
        radial-gradient(circle at 78% 18%, rgba(24, 184, 255, 0.2), transparent 30%),
        radial-gradient(circle at 12% 82%, rgba(37, 99, 235, 0.18), transparent 26%),
        linear-gradient(180deg, #02040a 0%, #071827 50%, #02040a 100%);
}

.cinematic-site .cinema-operator::before {
    content: "";
    position: absolute;
    inset: 9% -18% auto 36%;
    height: 78%;
    border: 1px solid rgba(125, 211, 252, 0.13);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.cinematic-site .operator-grid {
    position: relative;
    z-index: 1;
    max-width: 1680px;
    min-height: calc(100svh - 140px);
    display: grid;
    grid-template-columns: minmax(330px, 0.62fr) minmax(680px, 1.38fr);
    gap: 48px;
    align-items: center;
    margin: 0 auto;
}

.cinematic-site .operator-copy h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 72px;
    font-weight: 950;
    line-height: 0.95;
}

.cinematic-site .operator-copy > p {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 18px;
    line-height: 1.65;
}

.cinematic-site .operator-data-points {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.cinematic-site .operator-data-points article {
    padding: 18px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.56)),
        radial-gradient(circle at 90% 22%, rgba(24, 184, 255, 0.12), transparent 30%);
}

.cinematic-site .operator-data-points span {
    color: #20c5ff;
    font-size: 11px;
    font-weight: 900;
}

.cinematic-site .operator-data-points strong {
    display: block;
    margin-top: 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.cinematic-site .operator-data-points p {
    margin: 9px 0 0;
    color: rgba(226, 232, 240, 0.66);
    font-size: 13px;
    line-height: 1.48;
}

.cinematic-site .operator-stage {
    position: relative;
    min-width: 0;
    min-height: 720px;
    display: grid;
    place-items: center;
}

.cinematic-site .operator-window {
    position: relative;
    width: 100%;
    max-width: 1120px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 26px;
    background: rgba(248, 250, 252, 0.96);
    box-shadow:
        0 44px 120px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: perspective(1500px) rotateY(-5deg) rotateX(1deg);
    transform-origin: center;
}

.cinematic-site .operator-window-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 54px;
    padding: 0 18px;
    background:
        linear-gradient(90deg, rgba(5, 18, 42, 0.98), rgba(15, 23, 42, 0.88)),
        rgba(2, 6, 23, 0.92);
}

.cinematic-site .operator-window-bar span {
    width: 34px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #20c5ff, #22c55e);
    box-shadow: 0 0 20px rgba(32, 197, 255, 0.32);
}

.cinematic-site .operator-window-bar strong {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.cinematic-site .operator-window-bar em {
    color: rgba(226, 232, 240, 0.64);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.cinematic-site .operator-window img {
    display: block;
    width: 100%;
    aspect-ratio: 4076 / 2058;
    object-fit: cover;
    object-position: left top;
}

.cinematic-site .operator-window::after {
    content: "";
    position: absolute;
    inset: 54px 0 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 20%, transparent 72%, rgba(24, 184, 255, 0.12));
    mix-blend-mode: screen;
}

.cinematic-site .operator-float {
    position: absolute;
    z-index: 2;
    min-width: 146px;
    padding: 16px 18px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
}

.cinematic-site .operator-float span {
    display: block;
    color: rgba(226, 232, 240, 0.62);
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .operator-float strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 38px;
    line-height: 1;
}

.cinematic-site .operator-float-a {
    top: 10%;
    right: 0;
}

.cinematic-site .operator-float-b {
    left: 2%;
    bottom: 10%;
}

.cinematic-site .product-spec-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.cinematic-site .product-spec-list li {
    position: relative;
    padding-left: 22px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.42;
}

.cinematic-site .product-spec-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c5ff, #22c55e);
    box-shadow: 0 0 14px rgba(32, 197, 255, 0.38);
}

.cinematic-site .venue-economics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid rgba(2, 6, 23, 0.08);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.12);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}

.cinematic-site .venue-economics article {
    min-height: 230px;
    padding: 28px;
    background:
        radial-gradient(circle at 90% 18%, rgba(24, 184, 255, 0.13), transparent 34%),
        rgba(255, 255, 255, 0.94);
}

.cinematic-site .venue-economics span {
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 900;
}

.cinematic-site .venue-economics strong {
    display: block;
    max-width: 360px;
    margin-top: 40px;
    color: #020617;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.02;
}

.cinematic-site .venue-economics p {
    max-width: 390px;
    margin: 16px 0 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .cinema-story-factory .story-copy {
    grid-row: 1 / span 2;
}

.cinematic-site .proof-readiness {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-self: end;
}

.cinematic-site .proof-readiness article {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 255, 0.88)),
        radial-gradient(circle at 88% 18%, rgba(24, 184, 255, 0.12), transparent 30%);
}

.cinematic-site .proof-readiness span {
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 950;
}

.cinematic-site .proof-readiness strong {
    display: block;
    margin-top: 44px;
    color: #020617;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.05;
}

.cinematic-site .proof-readiness p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.48;
}

.cinematic-site .factory-board {
    grid-column: 2;
}

@media (max-width: 1180px) {
    .cinematic-site .operator-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cinematic-site .operator-copy h2 {
        font-size: 58px;
    }

    .cinematic-site .operator-stage {
        min-height: auto;
    }

    .cinematic-site .operator-window {
        transform: none;
    }

    .cinematic-site .venue-economics,
    .cinematic-site .proof-readiness {
        grid-template-columns: 1fr;
    }

    .cinematic-site .cinema-story-factory .story-copy,
    .cinematic-site .proof-readiness,
    .cinematic-site .factory-board {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 720px) {
    .cinematic-site .cinema-operator {
        padding: 86px 16px;
    }

    .cinematic-site .operator-copy h2 {
        font-size: 42px;
    }

    .cinematic-site .operator-copy > p {
        font-size: 15px;
    }

    .cinematic-site .operator-window {
        border-radius: 18px;
    }

    .cinematic-site .operator-window-bar {
        grid-template-columns: 1fr;
        gap: 4px;
        align-items: start;
        padding: 12px 14px;
    }

    .cinematic-site .operator-window-bar span {
        display: none;
    }

    .cinematic-site .operator-window img {
        min-height: 280px;
        object-fit: cover;
        object-position: 8% top;
    }

    .cinematic-site .operator-float {
        position: static;
        min-width: 0;
        margin-top: 12px;
    }

    .cinematic-site .operator-stage {
        display: block;
    }

    .cinematic-site .venue-economics article,
    .cinematic-site .proof-readiness article {
        min-height: 190px;
    }

    .cinematic-site .venue-economics strong {
        margin-top: 34px;
        font-size: 24px;
    }
}

/* Product Design decision pass: buyer comparison and SaaS-first launch reasoning. */
.cinematic-site .cinema-decision {
    color: #fff;
    padding-top: 176px;
    background:
        radial-gradient(circle at 88% 18%, rgba(24, 184, 255, 0.2), transparent 30%),
        radial-gradient(circle at 12% 72%, rgba(34, 197, 94, 0.12), transparent 28%),
        linear-gradient(180deg, #02040a 0%, #071827 54%, #02040a 100%);
}

.cinematic-site .cinema-decision::before {
    content: "";
    position: absolute;
    inset: 11% 4% auto 42%;
    height: 76%;
    border: 1px solid rgba(125, 211, 252, 0.12);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.cinematic-site .decision-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(560px, 1.22fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
}

.cinematic-site .decision-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.cinematic-site .decision-questions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cinematic-site .decision-questions article {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 24px;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.62)),
        radial-gradient(circle at 82% 18%, rgba(24, 184, 255, 0.14), transparent 34%);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.cinematic-site .decision-questions span {
    color: #20c5ff;
    font-size: 11px;
    font-weight: 950;
}

.cinematic-site .decision-questions strong {
    display: block;
    margin-top: 86px;
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 950;
    line-height: 1.04;
}

.cinematic-site .decision-questions p {
    margin: 16px 0 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 14px;
    line-height: 1.52;
}

.cinematic-site .decision-matrix {
    position: relative;
    z-index: 1;
    margin-top: clamp(40px, 6vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.58);
    box-shadow: 0 38px 110px rgba(0, 0, 0, 0.28);
}

.cinematic-site .decision-row {
    display: grid;
    grid-template-columns: minmax(170px, 0.62fr) repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(125, 211, 252, 0.16);
}

.cinematic-site .decision-row:first-child {
    border-top: 0;
}

.cinematic-site .decision-row > * {
    margin: 0;
    padding: 24px;
    border-left: 1px solid rgba(125, 211, 252, 0.16);
}

.cinematic-site .decision-row > *:first-child {
    border-left: 0;
}

.cinematic-site .decision-head {
    background:
        linear-gradient(90deg, rgba(24, 184, 255, 0.16), rgba(34, 197, 94, 0.08)),
        rgba(2, 6, 23, 0.64);
}

.cinematic-site .decision-head span {
    color: rgba(248, 250, 252, 0.9);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cinematic-site .decision-row strong {
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.08;
}

.cinematic-site .decision-row p {
    color: rgba(226, 232, 240, 0.66);
    font-size: 14px;
    line-height: 1.55;
}

.cinematic-site .decision-cell-label {
    display: none;
}

.cinematic-site .decision-row .decision-core {
    color: #e0f2fe;
    background:
        linear-gradient(135deg, rgba(24, 184, 255, 0.16), rgba(34, 197, 94, 0.1)),
        rgba(8, 47, 73, 0.26);
    font-weight: 850;
}

@media (max-width: 1180px) {
    .cinematic-site .decision-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .cinematic-site .decision-questions {
        grid-template-columns: 1fr;
    }

    .cinematic-site .decision-questions article {
        min-height: 220px;
    }

    .cinematic-site .decision-questions strong {
        margin-top: 42px;
    }
}

@media (max-width: 820px) {
    .cinematic-site .decision-matrix {
        display: grid;
        gap: 14px;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .cinematic-site .decision-row,
    .cinematic-site .decision-head {
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
        border: 1px solid rgba(125, 211, 252, 0.18);
        border-radius: 18px;
        background: rgba(15, 23, 42, 0.62);
    }

    .cinematic-site .decision-head {
        display: none;
    }

    .cinematic-site .decision-row > * {
        border-left: 0;
        border-top: 1px solid rgba(125, 211, 252, 0.14);
        padding: 18px;
    }

    .cinematic-site .decision-row > *:first-child {
        border-top: 0;
    }

    .cinematic-site .decision-cell-label {
        display: block;
        margin-bottom: 6px;
        color: #20c5ff;
        font-size: 11px;
        font-weight: 950;
        text-transform: uppercase;
    }
}

@media (max-width: 720px) {
    .cinematic-site .cinema-decision {
        padding-top: 96px;
    }

    .cinematic-site .decision-actions {
        display: grid;
    }

    .cinematic-site .decision-questions article {
        min-height: 190px;
        padding: 20px;
    }

    .cinematic-site .decision-questions strong {
        margin-top: 34px;
        font-size: 24px;
    }
}

/* Premium motion layer: subtle global rhythm for languages, regions and cards. */
@media (prefers-reduced-motion: no-preference) {
    body.cinematic-site main {
        transition:
            opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
            filter 0.32s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    }

    body.cinematic-site.language-transitioning main {
        opacity: 0.76;
        filter: blur(5px);
        transform: translate3d(0, 4px, 0);
    }

    html.motion-ready body.cinematic-site [data-reveal] {
        opacity: 0;
        transform: translate3d(0, 38px, 0) scale(0.986);
        filter: blur(10px);
        transition:
            opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
            transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
            filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform, filter;
    }

    html.motion-ready body.cinematic-site [data-reveal].revealed {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }

    .cinematic-site .cinema-nav a {
        position: relative;
        transition: color 0.24s ease, opacity 0.24s ease;
    }

    .cinematic-site .cinema-nav a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -9px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.94), transparent);
        opacity: 0;
        transform: scaleX(0.4);
        transition: opacity 0.24s ease, transform 0.24s ease;
    }

    .cinematic-site .cinema-nav a:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .cinematic-site .language-switch {
        position: relative;
        overflow: hidden;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(2, 6, 23, 0.22);
    }

    .cinematic-site .language-switch::before {
        content: "";
        position: absolute;
        inset: -40% -20%;
        background: linear-gradient(115deg, transparent 30%, rgba(125, 211, 252, 0.18), transparent 66%);
        opacity: 0.7;
        transform: translateX(-54%);
        animation: languageSheen 5.8s ease-in-out infinite;
    }

    .cinematic-site .language-switch button {
        position: relative;
        z-index: 1;
        transition:
            color 0.24s ease,
            background 0.24s ease,
            box-shadow 0.24s ease,
            transform 0.24s ease;
    }

    .cinematic-site .language-switch button:hover {
        color: #fff;
        transform: translateY(-1px);
    }

    .cinematic-site .language-switch button.active {
        background: linear-gradient(135deg, rgba(24, 184, 255, 0.34), rgba(34, 197, 94, 0.2));
        box-shadow: 0 10px 28px rgba(24, 184, 255, 0.18);
    }

    .cinematic-site .language-switch button.active::after {
        content: "";
        position: absolute;
        inset: 5px;
        border: 1px solid rgba(226, 232, 240, 0.2);
        border-radius: inherit;
        opacity: 0.7;
        animation: activeLanguagePulse 2.8s ease-in-out infinite;
    }

    .cinematic-site .market-readiness-list p {
        position: relative;
        overflow: hidden;
        padding-right: 14px;
        padding-left: 14px;
        border: 1px solid transparent;
        border-top-color: rgba(226, 232, 240, 0.14);
        border-radius: 16px;
        transition:
            background 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .cinematic-site .market-readiness-list p::after {
        content: "";
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 0;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #22c55e, #38bdf8, #fbbf24);
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
    }

    .cinematic-site .market-readiness-list p.is-active {
        background:
            radial-gradient(circle at 14% 50%, rgba(34, 197, 94, 0.16), transparent 36%),
            rgba(15, 23, 42, 0.74);
        border-color: rgba(125, 211, 252, 0.2);
        box-shadow: 0 18px 50px rgba(2, 6, 23, 0.2);
        transform: translateX(7px);
    }

    .cinematic-site .market-readiness-list p.is-active span {
        color: #7dd3fc;
    }

    .cinematic-site .market-readiness-list p.is-active b {
        color: #fff;
    }

    .cinematic-site .market-readiness-list p.is-active::after {
        opacity: 1;
        animation: regionTimer 2.6s linear infinite;
    }

    .cinematic-site :where(
        .package-card,
        .supply-card,
        .localization-checks article,
        .procurement-terms article,
        .catalog-pack article,
        .delivery-rail article,
        .venue-grid article,
        .product-matrix article,
        .decision-questions article,
        .proof-readiness article,
        .method-grid article
    ) {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        transform: translateZ(0);
        transition:
            transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
            border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
            background 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
    }

    .cinematic-site :where(
        .package-card,
        .supply-card,
        .localization-checks article,
        .procurement-terms article,
        .catalog-pack article,
        .delivery-rail article,
        .venue-grid article,
        .product-matrix article,
        .decision-questions article,
        .proof-readiness article,
        .method-grid article
    ) > * {
        position: relative;
        z-index: 1;
    }

    .cinematic-site :where(
        .package-card,
        .supply-card,
        .localization-checks article,
        .procurement-terms article,
        .catalog-pack article,
        .delivery-rail article,
        .venue-grid article,
        .product-matrix article,
        .decision-questions article,
        .proof-readiness article,
        .method-grid article
    )::after {
        content: "";
        position: absolute;
        z-index: 0;
        inset: -1px;
        pointer-events: none;
        background:
            radial-gradient(230px circle at var(--card-x, 50%) var(--card-y, 16%), rgba(125, 211, 252, 0.2), transparent 48%),
            radial-gradient(380px circle at 50% 0%, rgba(34, 197, 94, 0.1), transparent 62%);
        opacity: 0;
        transition: opacity 0.42s ease;
    }

    .cinematic-site :where(
        .package-card,
        .supply-card,
        .localization-checks article,
        .procurement-terms article,
        .catalog-pack article,
        .delivery-rail article,
        .venue-grid article,
        .product-matrix article,
        .decision-questions article,
        .proof-readiness article,
        .method-grid article
    ):hover {
        border-color: rgba(125, 211, 252, 0.32);
        box-shadow: 0 34px 88px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(125, 211, 252, 0.05);
        transform: translate3d(0, -6px, 0);
    }

    .cinematic-site :where(
        .package-card,
        .supply-card,
        .localization-checks article,
        .procurement-terms article,
        .catalog-pack article,
        .delivery-rail article,
        .venue-grid article,
        .product-matrix article,
        .decision-questions article,
        .proof-readiness article,
        .method-grid article
    ):hover::after {
        opacity: 1;
    }

    html.motion-ready .cinematic-site .package-grid.revealed .package-card,
    html.motion-ready .cinematic-site .supply-matrix.revealed .supply-card,
    html.motion-ready .cinematic-site .localization-layout.revealed .localization-checks article,
    html.motion-ready .cinematic-site .delivery-rail.revealed article,
    html.motion-ready .cinematic-site .catalog-pack.revealed article,
    html.motion-ready .cinematic-site .procurement-layout.revealed .procurement-terms article {
        animation: cardArrive 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
        animation-delay: var(--card-arrive-delay, 0ms);
    }

    .cinematic-site .package-card:nth-child(2),
    .cinematic-site .supply-card:nth-child(2),
    .cinematic-site .localization-checks article:nth-child(2),
    .cinematic-site .delivery-rail article:nth-child(2),
    .cinematic-site .catalog-pack article:nth-child(2),
    .cinematic-site .procurement-terms article:nth-child(2) {
        --card-arrive-delay: 90ms;
    }

    .cinematic-site .package-card:nth-child(3),
    .cinematic-site .supply-card:nth-child(3),
    .cinematic-site .localization-checks article:nth-child(3),
    .cinematic-site .delivery-rail article:nth-child(3),
    .cinematic-site .catalog-pack article:nth-child(3),
    .cinematic-site .procurement-terms article:nth-child(3) {
        --card-arrive-delay: 180ms;
    }

    .cinematic-site .localization-checks article:nth-child(4),
    .cinematic-site .delivery-rail article:nth-child(4),
    .cinematic-site .procurement-terms article:nth-child(4) {
        --card-arrive-delay: 270ms;
    }

    .cinematic-site .localization-checks article:nth-child(5),
    .cinematic-site .delivery-rail article:nth-child(5),
    .cinematic-site .procurement-terms article:nth-child(5) {
        --card-arrive-delay: 360ms;
    }

    .cinematic-site .localization-checks article:nth-child(6),
    .cinematic-site .delivery-rail article:nth-child(6),
    .cinematic-site .procurement-terms article:nth-child(6) {
        --card-arrive-delay: 450ms;
    }

    .cinematic-site .cinema-localization::before,
    .cinematic-site .cinema-packages::before,
    .cinematic-site .cinema-supply::before,
    .cinematic-site .cinema-procurement::before,
    .cinematic-site .cinema-catalog::before {
        transform-origin: center;
        animation: ambientField 24s ease-in-out infinite alternate;
        will-change: transform, opacity;
    }

    .cinematic-site .hero-route-line span {
        transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
    }

    .cinematic-site .hero-route-line span:hover {
        color: #fff;
        background: rgba(24, 184, 255, 0.18);
        transform: translateY(-2px);
    }

    .cinematic-site .cinema-button {
        transition:
            transform 0.24s ease,
            box-shadow 0.24s ease,
            border-color 0.24s ease,
            background 0.24s ease;
    }

    .cinematic-site .cinema-button:hover {
        box-shadow: 0 18px 46px rgba(24, 184, 255, 0.18);
        transform: translateY(-2px);
    }
}

@keyframes languageSheen {
    0%,
    58% {
        transform: translateX(-54%);
    }
    82%,
    100% {
        transform: translateX(44%);
    }
}

@keyframes activeLanguagePulse {
    0%,
    100% {
        opacity: 0.48;
        transform: scale(1);
    }
    50% {
        opacity: 0.88;
        transform: scale(1.05);
    }
}

@keyframes regionTimer {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes cardArrive {
    0% {
        opacity: 0;
        transform: translate3d(0, 24px, 0) scale(0.98);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes ambientField {
    0% {
        opacity: 0.72;
        transform: translate3d(-1.4%, 0, 0) scale(1);
    }
    100% {
        opacity: 0.95;
        transform: translate3d(1.4%, -1%, 0) scale(1.04);
    }
}
