/* ==========================================================================
   Virtual Reality landing page — scoped to .virtual-reality-page wrapper
   ========================================================================== */

/* ─── Page shell ─── */
body:has(.virtual-reality-page),
body.virtual-reality-page {
    background: #010827;
    font-family: 'Cairo', sans-serif;
}

.virtual-reality-page {
    --vr-bg-deep: #010827;
    --vr-bg-mid: #020b35;
    --vr-bg-light: #051d74;
    --vr-accent: #4f6dff;
    --vr-accent-soft: #9ab4ff;
    --vr-text: #ffffff;
    --vr-muted: #b8c7f5;
    --vr-orange: #ff6d00;
    --vr-container: min(1280px, 92vw);
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    color: var(--vr-text);
    background: var(--vr-bg-deep);
    overflow-x: hidden;
    width: 100%;
}

.virtual-reality-page *,
.virtual-reality-page *::before,
.virtual-reality-page *::after {
    box-sizing: border-box;
}

.virtual-reality-page h1,
.virtual-reality-page h2,
.virtual-reality-page h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
    margin-top: 0;
}

.virtual-reality-page p {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: var(--vr-muted);
}

/* ─── Header (page-only overrides) ─── */
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header,
body.virtual-reality-page #gateSiteHeader.vr-page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header.vr-page-header--scrolled,
body.virtual-reality-page #gateSiteHeader.vr-page-header.vr-page-header--scrolled {
    position: fixed;
    background: rgba(1, 8, 39, 0.96) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__bar,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__logos-strip,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__bar,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__logos-strip {
    background: transparent !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-nav-primary .nav-link,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-mega-trigger,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--ghost,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--lang,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__icon-btn,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__toggler,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-nav-primary .nav-link,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-mega-trigger,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--ghost,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--lang,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__icon-btn,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-site-header__toggler {
    color: #ffffff !important;
}

body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--ghost,
body:has(.virtual-reality-page) #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--lang,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--ghost,
body.virtual-reality-page #gateSiteHeader.vr-page-header:not(.vr-page-header--scrolled) .gate-btn--lang {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

body:has(.virtual-reality-page) #gateSiteHeader .gate-btn--training-platform,
body.virtual-reality-page #gateSiteHeader .gate-btn--training-platform {
    background: #ff6400 !important;
    background-color: #ff6400 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 18px rgba(255, 100, 0, 0.5) !important;
}

body:has(.virtual-reality-page) #gateSiteHeader .gate-btn--training-platform:hover,
body:has(.virtual-reality-page) #gateSiteHeader .gate-btn--training-platform:focus-visible,
body.virtual-reality-page #gateSiteHeader .gate-btn--training-platform:hover,
body.virtual-reality-page #gateSiteHeader .gate-btn--training-platform:focus-visible {
    background: #ff7a1a !important;
    background-color: #ff7a1a !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    box-shadow: 0 8px 28px rgba(255, 100, 0, 0.55) !important;
}

body:has(.virtual-reality-page) #gateSiteHeader .gate-btn--primary,
body.virtual-reality-page #gateSiteHeader .gate-btn--primary {
    background: #ff6400 !important;
    border-color: #ff6400 !important;
    color: #ffffff !important;
}

/* VR mobile: language + toggler on dark hero */
@media (max-width: 991.98px) {
    body.virtual-reality-page #gateSiteHeader .gate-site-header__mobile-tools .gate-btn--lang {
        background: rgba(1, 8, 39, 0.45);
        border-color: rgba(255, 255, 255, 0.45) !important;
        color: #ffffff !important;
        backdrop-filter: blur(8px);
    }
}

/* ─── Footer (page-only tint) ─── */
body:has(.virtual-reality-page) .footer-area,
body.virtual-reality-page .footer-area {
    margin-top: 0 !important;
    padding-top: 40px !important;
    background: #010827 !important;
    border-top: 1px solid rgba(79, 109, 255, 0.15);
}

body:has(.virtual-reality-page) .footer-area .single-footer-widget h3,
body:has(.virtual-reality-page) .footer-area .single-footer-widget a,
body:has(.virtual-reality-page) .footer-area .single-footer-widget span,
body:has(.virtual-reality-page) .footer-area .single-footer-widget p,
body:has(.virtual-reality-page) .footer-area .single-footer-widget li,
body.virtual-reality-page .footer-area .single-footer-widget h3,
body.virtual-reality-page .footer-area .single-footer-widget a,
body.virtual-reality-page .footer-area .single-footer-widget span,
body.virtual-reality-page .footer-area .single-footer-widget p,
body.virtual-reality-page .footer-area .single-footer-widget li {
    color: #e8eeff !important;
}

body:has(.virtual-reality-page) .footer-bottom-area,
body.virtual-reality-page .footer-bottom-area {
    background: #020b35 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

body:has(.virtual-reality-page) .footer-bottom-area .logo img,
body:has(.virtual-reality-page) .footer-bottom-area a img,
body.virtual-reality-page .footer-bottom-area .logo img,
body.virtual-reality-page .footer-bottom-area a img {
    max-height: 90px !important;
    width: auto !important;
}

body:has(.virtual-reality-page) .go-top,
body.virtual-reality-page .go-top {
    background: linear-gradient(135deg, #4f6dff, #6a8cff) !important;
}

/* ==========================================================================
   1. HERO — full viewport, blended VR man, text right
   ========================================================================== */
.virtual-reality-page .vr-hero {
    position: relative;
    min-height: 800px;
    height: clamp(800px, 100vh, 900px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.virtual-reality-page .vr-hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #010827;
}

.virtual-reality-page .vr-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
    border: none;
    pointer-events: none;
}

.virtual-reality-page .vr-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 55% 65% at 8% 42%, rgba(79, 109, 255, 0.28) 0%, transparent 68%),
        radial-gradient(ellipse 45% 50% at 52% 48%, rgba(79, 109, 255, 0.1) 0%, transparent 72%),
        radial-gradient(ellipse 40% 45% at 92% 78%, rgba(79, 109, 255, 0.16) 0%, transparent 70%),
        linear-gradient(135deg, rgba(1, 8, 39, 0.35) 0%, rgba(2, 11, 53, 0.45) 42%, rgba(5, 29, 116, 0.55) 100%);
    pointer-events: none;
}

.virtual-reality-page .vr-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
}

.virtual-reality-page .vr-hero__glow--tl {
    width: 520px;
    height: 520px;
    top: -8%;
    left: -6%;
    background: radial-gradient(circle, rgba(79, 109, 255, 0.35) 0%, transparent 70%);
}

.virtual-reality-page .vr-hero__glow--center {
    width: 640px;
    height: 640px;
    top: 18%;
    left: 28%;
    background: radial-gradient(circle, rgba(79, 109, 255, 0.2) 0%, transparent 72%);
}

.virtual-reality-page .vr-hero__glow--br {
    width: 480px;
    height: 480px;
    bottom: -10%;
    right: -4%;
    background: radial-gradient(circle, rgba(106, 140, 255, 0.28) 0%, transparent 70%);
}

.virtual-reality-page .vr-hero__hud {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.virtual-reality-page .vr-hero__hud-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(106, 140, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(106, 140, 255, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 85% 75% at 35% 50%, #000 15%, transparent 78%);
}

.virtual-reality-page .vr-hero__hud-corner {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(106, 140, 255, 0.35);
    opacity: 0.5;
}

.virtual-reality-page .vr-hero__hud-corner--tl {
    top: calc(var(--gate-hero-header-offset, 80px) + 24px);
    left: 4%;
    border-right: none;
    border-bottom: none;
}

.virtual-reality-page .vr-hero__hud-corner--tr {
    top: calc(var(--gate-hero-header-offset, 80px) + 24px);
    right: 4%;
    border-left: none;
    border-bottom: none;
}

.virtual-reality-page .vr-hero__hud-ring {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 12%;
    bottom: 18%;
    border: 1px solid rgba(106, 140, 255, 0.25);
    border-radius: 50%;
    opacity: 0.4;
}

.virtual-reality-page .vr-hero__hud-ring::after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(106, 140, 255, 0.2);
    border-radius: 50%;
}

.virtual-reality-page .vr-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        90deg,
        rgba(1, 8, 39, 0.1) 0%,
        rgba(1, 8, 39, 0.35) 38%,
        rgba(1, 8, 39, 0.78) 62%,
        rgba(1, 8, 39, 0.94) 100%
    );
    pointer-events: none;
}

.virtual-reality-page .vr-hero__inner {
    position: relative;
    z-index: 4;
    width: var(--vr-container);
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: calc(var(--gate-hero-header-offset, 80px) + 48px) 0 64px;
    min-height: inherit;
}

.virtual-reality-page[dir='rtl'] .vr-hero__inner {
    direction: rtl;
    justify-content: flex-start;
}

.virtual-reality-page[dir='ltr'] .vr-hero__inner {
    direction: ltr;
    justify-content: flex-end;
}

.virtual-reality-page .vr-hero__text-col {
    width: min(560px, 48%);
    text-align: end;
    direction: ltr;
    padding-inline-end: clamp(0px, 2vw, 24px);
}

.virtual-reality-page[dir='rtl'] .vr-hero__text-col,
.virtual-reality-page[dir='rtl'] .vr-experience__content,
.virtual-reality-page[dir='rtl'] .vr-final__content {
    direction: rtl;
}

.virtual-reality-page[dir='ltr'] .vr-hero__text-col,
.virtual-reality-page[dir='ltr'] .vr-experience__content,
.virtual-reality-page[dir='ltr'] .vr-final__content {
    direction: ltr;
}

.virtual-reality-page .vr-hero__title {
    font-size: clamp(2.6rem, 5.4vw, 4.75rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 20px;
    color: #ffffff;
    text-shadow: 0 0 60px rgba(79, 109, 255, 0.35);
}

.virtual-reality-page .vr-hero__subtitle {
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    font-weight: 700;
    margin: 0;
    color: var(--vr-accent-soft);
    line-height: 1.35;
}

/* ==========================================================================
   2. VR EXPERIENCE — woman left | text + slider right
   ========================================================================== */
.virtual-reality-page .vr-experience {
    position: relative;
    padding: 100px 0 96px;
    overflow: hidden;
}

.virtual-reality-page .vr-experience__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 18% 50%, rgba(79, 109, 255, 0.12) 0%, transparent 70%),
        linear-gradient(180deg, #020b35 0%, #010827 100%);
    pointer-events: none;
}

.virtual-reality-page .vr-experience__inner {
    position: relative;
    z-index: 1;
    width: var(--vr-container);
    margin: 0 auto;
}

.virtual-reality-page .vr-experience__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    direction: ltr;
}

.virtual-reality-page .vr-experience__figure {
    position: relative;
    line-height: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    isolation: isolate;
}

.virtual-reality-page .vr-experience__figure::before {
    content: '';
    position: absolute;
    top: 38%;
    left: 32%;
    width: 62%;
    height: 58%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        circle at center,
        rgba(106, 140, 255, 0.7) 0%,
        rgba(79, 109, 255, 0.4) 38%,
        transparent 72%
    );
    filter: blur(56px);
    pointer-events: none;
    z-index: 0;
}

.virtual-reality-page .vr-experience__figure-glow {
    position: absolute;
    top: 48%;
    left: 40%;
    width: 92%;
    height: 82%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        ellipse at center,
        rgba(79, 109, 255, 0.85) 0%,
        rgba(79, 109, 255, 0.45) 32%,
        rgba(5, 29, 116, 0.2) 52%,
        transparent 74%
    );
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

.virtual-reality-page .vr-experience__figure img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border: none;
    border-radius: 72px 0 0 0;
    filter: drop-shadow(0 28px 72px rgba(79, 109, 255, 0.5));
}

.virtual-reality-page .vr-experience__content {
    padding-block: 12px;
}

.virtual-reality-page .vr-experience__slider {
    margin-top: 32px;
    width: min(458px, 100%);
}

.virtual-reality-page[dir='rtl'] .vr-experience__slider {
    margin-inline-start: auto;
}

.virtual-reality-page[dir='ltr'] .vr-experience__slider {
    margin-inline-end: auto;
}

.virtual-reality-page .vr-experience__slider-viewport {
    position: relative;
    width: 100%;
    min-height: 220px;
}

.virtual-reality-page .vr-experience__slide-group {
    display: flex;
    flex-direction: row;
    gap: 18px;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

.virtual-reality-page .vr-experience__slide-group.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.virtual-reality-page .vr-experience__card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(79, 109, 255, 0.75);
    box-shadow:
        0 0 30px rgba(79, 109, 255, 0.35),
        inset 0 0 24px rgba(79, 109, 255, 0.08);
    background: rgba(2, 11, 53, 0.6);
}

.virtual-reality-page .vr-experience__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.virtual-reality-page .vr-experience__slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.virtual-reality-page .vr-experience__slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(106, 140, 255, 0.35);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.virtual-reality-page .vr-experience__slider-dot.is-active {
    background: #4f6dff;
    box-shadow: 0 0 12px rgba(79, 109, 255, 0.8);
    transform: scale(1.15);
}

.virtual-reality-page[dir='rtl'] .vr-experience__content {
    text-align: right;
}

.virtual-reality-page[dir='ltr'] .vr-experience__content {
    text-align: left;
}

.virtual-reality-page .vr-experience__heading {
    font-size: clamp(1.95rem, 3.5vw, 3.1rem);
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #ffffff 0%, #6a8cff 55%, #4f6dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.virtual-reality-page .vr-experience__desc {
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    margin: 0;
    color: var(--vr-muted);
    max-width: 520px;
}

.virtual-reality-page[dir='rtl'] .vr-experience__desc {
    margin-inline-start: auto;
}

/* ==========================================================================
   3. FEATURES — 3 equal columns
   ========================================================================== */
.virtual-reality-page .vr-features {
    padding: 96px 0 104px;
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(79, 109, 255, 0.08) 0%, transparent 70%),
        #010827;
}

.virtual-reality-page .vr-features__inner {
    width: var(--vr-container);
    margin: 0 auto;
}

.virtual-reality-page .vr-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 64px);
}

.virtual-reality-page .vr-feature {
    text-align: center;
    padding: 0 16px;
}

.virtual-reality-page .vr-feature__icon-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.virtual-reality-page .vr-feature__icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(79, 109, 255, 0.5));
}

.virtual-reality-page .vr-feature__title {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 800;
    margin: 0 0 16px;
    color: #ffffff;
    background: linear-gradient(180deg, #ffffff 0%, #6a8cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.virtual-reality-page .vr-feature__desc {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    color: var(--vr-muted);
}

/* ==========================================================================
   4. SHOWCASE — glowing framed container
   ========================================================================== */
.virtual-reality-page .vr-showcase {
    position: relative;
    padding: 72px 0 48px;
    overflow: hidden;
}

.virtual-reality-page .vr-showcase__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 60% at 50% 55%, rgba(120, 80, 255, 0.16) 0%, transparent 68%),
        radial-gradient(ellipse 70% 45% at 50% 50%, rgba(79, 109, 255, 0.14) 0%, transparent 72%),
        linear-gradient(180deg, #010827 0%, #051d74 50%, #010827 100%);
    pointer-events: none;
}

.virtual-reality-page .vr-showcase__streak {
    position: absolute;
    left: -8%;
    width: 116%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(106, 140, 255, 0.5), transparent);
}

.virtual-reality-page .vr-showcase__streak--1 {
    top: 42%;
    transform: rotate(-5deg);
    opacity: 0.65;
}

.virtual-reality-page .vr-showcase__streak--2 {
    top: 56%;
    transform: rotate(4deg);
    opacity: 0.4;
}

.virtual-reality-page .vr-showcase__streak--3 {
    top: 70%;
    transform: rotate(-2deg);
    opacity: 0.28;
}

.virtual-reality-page .vr-showcase__inner {
    position: relative;
    z-index: 1;
    width: var(--vr-container);
    margin: 0 auto;
}

.virtual-reality-page .vr-showcase__frame {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 0 30px rgba(79, 109, 255, 0.6);
    border: 1px solid rgba(106, 140, 255, 0.35);
    background: #020b35;
}

.virtual-reality-page .vr-showcase__media {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 720px;
    object-fit: cover;
}

/* ==========================================================================
   5. FINAL — image left, content right
   ========================================================================== */
.virtual-reality-page .vr-final {
    position: relative;
    padding: 112px 0 104px;
    background:
        radial-gradient(ellipse 60% 55% at 22% 50%, rgba(79, 109, 255, 0.1) 0%, transparent 70%),
        linear-gradient(180deg, #010827 0%, #020b35 50%, #010827 100%);
    overflow: hidden;
}

.virtual-reality-page .vr-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 1100px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(106, 140, 255, 0.35), transparent);
    pointer-events: none;
}

.virtual-reality-page .vr-final__inner {
    width: var(--vr-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
    direction: ltr;
    min-height: 420px;
}

.virtual-reality-page .vr-final__figure {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    box-shadow:
        0 0 30px rgba(79, 109, 255, 0.6),
        0 28px 72px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(106, 140, 255, 0.4);
    position: relative;
}

.virtual-reality-page .vr-final__figure::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 40px rgba(79, 109, 255, 0.12);
    pointer-events: none;
}

.virtual-reality-page .vr-final__figure img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 420px;
    max-height: 580px;
    object-fit: cover;
    object-position: center;
}

.virtual-reality-page .vr-final__content {
    text-align: end;
    padding-block: 16px;
}

.virtual-reality-page .vr-final__title {
    font-size: clamp(2.35rem, 4.5vw, 3.75rem);
    font-weight: 800;
    margin: 0 0 28px;
    line-height: 1.15;
    background: linear-gradient(180deg, #ffffff 0%, #6a8cff 55%, #4f6dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 24px rgba(79, 109, 255, 0.25));
}

.virtual-reality-page .vr-final__desc {
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    margin: 0;
    max-width: 500px;
    margin-inline-start: auto;
    color: var(--vr-muted);
    line-height: 2;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1199px) {
    .virtual-reality-page .vr-experience__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    }
}

@media (max-width: 991px) {
    .virtual-reality-page .vr-hero {
        --vr-hero-video-h: min(50svh, 420px);
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: var(--vr-hero-video-h) auto;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        align-items: stretch;
    }

    .virtual-reality-page .vr-hero__video-wrap {
        grid-row: 1;
        grid-column: 1;
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        height: var(--vr-hero-video-h);
        min-height: var(--vr-hero-video-h);
        z-index: 0;
    }

    .virtual-reality-page .vr-hero__bg,
    .virtual-reality-page .vr-hero__hud,
    .virtual-reality-page .vr-hero__overlay {
        grid-row: 1;
        grid-column: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: var(--vr-hero-video-h);
        bottom: auto;
        inset: auto;
    }

    .virtual-reality-page .vr-hero__video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }

    .virtual-reality-page .vr-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(1, 8, 39, 0.08) 0%,
            rgba(1, 8, 39, 0.18) 72%,
            rgba(1, 8, 39, 0.42) 100%
        );
    }

    .virtual-reality-page .vr-hero__inner {
        grid-row: 2;
        grid-column: 1;
        position: relative;
        z-index: 5;
        align-items: center;
        justify-content: flex-start;
        flex: none;
        min-height: auto;
        width: 100%;
        margin: -6px 0 0;
        padding: 2px 16px 10px;
        background: transparent;
    }

    .virtual-reality-page .vr-hero__text-col {
        width: 100%;
        max-width: 34rem;
        margin: 0 auto;
        padding: 0 8px;
        text-align: center;
        padding-inline-end: 8px;
    }

    .virtual-reality-page[dir='rtl'] .vr-hero__text-col,
    .virtual-reality-page[dir='ltr'] .vr-hero__text-col {
        direction: rtl;
        text-align: center;
    }

    .virtual-reality-page .vr-hero__title {
        font-size: clamp(1.85rem, 6.8vw, 2.65rem);
        line-height: 1.15;
        margin-bottom: 6px;
        text-shadow: 0 2px 16px rgba(1, 8, 39, 0.65);
    }

    .virtual-reality-page .vr-hero__subtitle {
        font-size: clamp(1rem, 3.8vw, 1.25rem);
        line-height: 1.45;
        text-shadow: 0 1px 12px rgba(1, 8, 39, 0.55);
    }

    .virtual-reality-page .vr-experience__layout,
    .virtual-reality-page .vr-final__inner {
        grid-template-columns: 1fr;
    }

    .virtual-reality-page .vr-experience__slider {
        margin-inline: auto;
    }

    .virtual-reality-page .vr-experience__content,
    .virtual-reality-page .vr-final__content {
        text-align: center;
    }

    .virtual-reality-page .vr-experience__desc,
    .virtual-reality-page .vr-final__desc {
        margin-inline: auto;
    }

    .virtual-reality-page .vr-features__grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-inline: auto;
    }
}

@media (max-width: 575px) {
    .virtual-reality-page .vr-hero {
        --vr-hero-video-h: min(48svh, 380px);
    }

    .virtual-reality-page .vr-hero__video {
        object-fit: contain;
        object-position: center center;
    }

    .virtual-reality-page .vr-hero__inner {
        margin-top: -8px;
        padding: 0 12px 8px;
    }

    .virtual-reality-page .vr-hero__text-col {
        padding: 0 4px;
        padding-inline-end: 4px;
    }

    .virtual-reality-page .vr-hero__title {
        font-size: clamp(1.65rem, 7.5vw, 2.15rem);
        margin-bottom: 6px;
    }

    .virtual-reality-page .vr-hero__subtitle {
        font-size: clamp(0.95rem, 4.2vw, 1.1rem);
    }

    .virtual-reality-page .vr-experience,
    .virtual-reality-page .vr-features,
    .virtual-reality-page .vr-showcase,
    .virtual-reality-page .vr-final {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .virtual-reality-page .vr-experience__slider {
        width: min(340px, 92vw);
    }

    .virtual-reality-page .vr-experience__slider-viewport {
        min-height: 150px;
    }
}
