:root {
    --experience-cyan: #6be2ff;
    --experience-ease: cubic-bezier(.22, 1, .36, 1);
}

/* Global platform */

.pt-scroll-platform {
    position: relative;
    min-height: 100vh;
    padding: 94px 0 76px;
    overflow: hidden;
    color: #f6fafb;
    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(68, 201, 238, .12),
            transparent 36%
        ),
        #03131d;
}

.pt-platform-heading {
    position: relative;
    z-index: 3;
}

.pt-platform-heading .pt-section-head {
    position: relative;
    max-width: 1120px;
}

.pt-platform-heading .pt-section-head::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -44px;
    bottom: -32px;
    left: -44px;
    pointer-events: none;
    background: radial-gradient(
        ellipse at 15% 50%,
        rgba(1, 10, 16, .9) 0%,
        rgba(1, 10, 16, .58) 46%,
        transparent 78%
    );
    filter: blur(8px);
}

.pt-platform-heading h2 {
    color: #f6fafb;
    font-size: clamp(50px, 6.2vw, 100px);
    line-height: .88;
    text-shadow: 0 14px 40px rgba(0, 0, 0, .5);
}

.pt-platform-lead {
    max-width: 760px;
    margin: 20px 0 0;
    color: rgba(240, 247, 249, .74);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.6;
}

.pt-platform-progress {
    height: 2px;
    margin-top: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, .13);
}

.pt-platform-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--experience-cyan);
    transform: scaleX(0);
    transform-origin: left center;
}

.pt-platform-viewport {
    margin-top: 38px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--experience-cyan) rgba(255, 255, 255, .13);
    scroll-snap-type: x proximity;
}

.pt-platform-track {
    display: flex;
    width: max-content;
    gap: 24px;
    padding-right: max(24px, calc((100vw - 1380px) / 2 + 24px));
    padding-left: max(24px, calc((100vw - 1380px) / 2 + 24px));
}

.pt-platform-slide {
    flex: 0 0 min(67vw, 720px);
    height: clamp(360px, 48vh, 520px);
    height: clamp(360px, 48svh, 520px);
    scroll-snap-align: center;
}

.pt-platform-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #071a26;
}

.pt-platform-card img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transition: transform .8s var(--experience-ease);
}

.pt-platform-slide:nth-child(3) img {
    object-position: 62% center;
}

.pt-platform-slide:nth-child(5) img,
.pt-platform-slide:nth-child(6) img {
    object-position: 58% center;
}

.pt-platform-card-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(1, 8, 13, .08),
            rgba(1, 8, 13, .2) 44%,
            rgba(1, 8, 13, .91)
        ),
        linear-gradient(
            90deg,
            rgba(1, 8, 13, .42),
            transparent 68%
        );
}

.pt-platform-card-top {
    position: absolute;
    top: 26px;
    right: 28px;
    left: 28px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pt-platform-card-content {
    position: absolute;
    right: 36px;
    bottom: 32px;
    left: 36px;
}

.pt-platform-card-content h3 {
    max-width: 680px;
    margin: 0 0 15px;
    font-size: clamp(36px, 4vw, 66px);
    line-height: .94;
    letter-spacing: -.04em;
}

.pt-platform-card-content p {
    max-width: 620px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.5;
}

.pt-platform-card-link {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pt-platform-card:hover img,
.pt-platform-card:focus-visible img {
    transform: scale(1.05);
}

.pt-platform-card:focus-visible {
    outline: 2px solid var(--experience-cyan);
    outline-offset: -2px;
}

.pt-scroll-platform.is-platform-enhanced {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: clamp(34px, 5vh, 50px);
    padding-bottom: clamp(28px, 4vh, 42px);
}

.pt-scroll-platform.is-platform-enhanced .pt-platform-heading h2 {
    font-size: clamp(46px, 5.5vw, 90px);
}

.pt-scroll-platform.is-platform-enhanced .pt-platform-lead {
    margin-top: 14px;
}

.pt-scroll-platform.is-platform-enhanced .pt-platform-progress {
    margin-top: 20px;
}

.pt-scroll-platform.is-platform-enhanced .pt-platform-viewport {
    margin-top: 24px;
    overflow: hidden;
}

.pt-scroll-platform.is-platform-enhanced .pt-platform-slide {
    height: clamp(340px, 43vh, 460px);
    height: clamp(340px, 43svh, 460px);
}

/* Show */

.pt-show-scene {
    position: relative;
    display: flex;
    min-height: clamp(680px, 94vh, 900px);
    min-height: clamp(680px, 94svh, 900px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #020a10;
}

.pt-scene-video {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.pt-scene-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(2, 9, 14, .72) 0%,
            rgba(2, 9, 14, .38) 48%,
            rgba(2, 9, 14, .08) 78%
        ),
        linear-gradient(
            180deg,
            rgba(2, 9, 14, .1),
            rgba(2, 9, 14, .62) 100%
        );
}

.pt-scene-content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-scene-title span {
    display: block;
}

.pt-scene-copy {
    display: flex;
    max-width: 900px;
    align-items: center;
    gap: 34px;
    margin-top: 36px;
}

.pt-scene-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.6;
}

/* Training */

.pt-training-scene {
    position: relative;
    min-height: clamp(720px, 92vh, 940px);
    min-height: clamp(720px, 92svh, 940px);
    overflow: hidden;
    isolation: isolate;
    color: #f4f8fa;
    background: #061720;
}

.pt-training-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    overflow: hidden;
    background: #071923;
}

.pt-training-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.92) contrast(1.04) brightness(.93);
}

.pt-training-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #061720 0%,
        rgba(6, 23, 32, .98) 28%,
        rgba(6, 23, 32, .88) 42%,
        rgba(6, 23, 32, .52) 58%,
        rgba(6, 23, 32, .12) 78%,
        rgba(6, 23, 32, .08) 100%
    ),
    linear-gradient(
        180deg,
        rgba(3, 13, 20, .12) 0%,
        rgba(3, 13, 20, .04) 56%,
        rgba(3, 13, 20, .68) 100%
    );
}

.pt-training-grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: inherit;
    grid-template-columns: 54px minmax(0, 610px);
    align-items: center;
    gap: clamp(24px, 4vw, 62px);
}

.pt-training-grid > * {
    min-width: 0;
}

.pt-training-number,
.pt-training-scene .pt-kicker {
    color: var(--experience-cyan);
}

.pt-training-number {
    font-size: 12px;
    letter-spacing: .14em;
}

.pt-training-grid h2 {
    max-width: 610px;
    margin: 20px 0 0;
    color: #f5f9fa;
    font-size: clamp(58px, 5.4vw, 100px);
    line-height: .88;
    letter-spacing: -.055em;
    text-shadow: 0 16px 45px rgba(0, 0, 0, .36);
}

.pt-training-grid p {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(235, 244, 247, .82);
    font-size: clamp(16px, 1.18vw, 19px);
    line-height: 1.6;
}

.pt-training-grid .pt-button {
    margin-top: 28px;
}

.pt-training-scene .pt-button-dark {
    color: #061720;
    border-color: #f4f8fa;
    background: #f4f8fa;
}

.pt-training-scene .pt-button-dark:hover,
.pt-training-scene .pt-button-dark:focus-visible {
    color: #f4f8fa;
    border-color: var(--experience-cyan);
    background: rgba(114, 222, 248, .12);
}

/* World map */

.pt-world-map-section {
    position: relative;
    min-height: min(100vh, 900px);
    min-height: min(100svh, 900px);
    padding: 120px 0;
    overflow: hidden;
    color: #f6fafb;
    background:
        radial-gradient(
            circle at 73% 46%,
            rgba(49, 177, 214, .14),
            transparent 43%
        ),
        #020c13;
}

.pt-world-map-section .pt-container {
    width: min(calc(100% - 48px), 1560px);
}

.pt-world-map-grid {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(650px, 1.48fr);
    align-items: center;
    gap: clamp(36px, 4vw, 72px);
}

.pt-world-map-grid > * {
    min-width: 0;
}

.pt-world-map-copy {
    position: relative;
    z-index: 4;
    max-width: 500px;
}

.pt-world-map-copy h2 {
    max-width: 500px;
    margin: 18px 0 28px;
    font-size: clamp(58px, 5.8vw, 108px);
    line-height: .84;
    letter-spacing: -.055em;
}

.pt-world-map-copy > p {
    max-width: 455px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.6;
}

.pt-market-levels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 32px 0;
}

.pt-market-levels span {
    padding: 10px 14px;
    color: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 100px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pt-real-map-stage {
    position: relative;
    min-width: 0;
    min-height: 600px;
    overflow: hidden;
    border: 1px solid rgba(114, 222, 248, .15);
    background:
        radial-gradient(
            circle at 59% 46%,
            rgba(57, 188, 220, .16),
            transparent 48%
        ),
        linear-gradient(
            135deg,
            rgba(8, 32, 42, .94),
            rgba(2, 13, 20, .92)
        );
    box-shadow:
        inset 0 0 100px rgba(74, 204, 235, .05),
        0 38px 90px rgba(0, 0, 0, .25);
}

.pt-real-map-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .16;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, .035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .035) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

.pt-real-map-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(2, 12, 18, .26),
        transparent 18%,
        transparent 82%,
        rgba(2, 12, 18, .22)
    );
}

.pt-real-world-map {
    position: absolute;
    inset: 16px;
    z-index: 2;
}

.pt-real-world-map.jvm-container {
    position: absolute;
    width: auto;
    height: auto;
}

.pt-real-world-map .jvm-container {
    width: 100%;
    height: 100%;
    background: transparent;
}

.pt-real-world-map .jvm-region {
    transition:
        fill .25s ease,
        fill-opacity .25s ease;
}

.pt-real-world-map .jvm-marker {
    stroke-width: 1.8;
    filter:
        drop-shadow(0 0 4px rgba(255, 255, 255, .95))
        drop-shadow(0 0 12px rgba(114, 222, 248, .95));
}

.pt-real-world-map .jvm-line {
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgba(114, 222, 248, .38));
}

.pt-real-world-map .jvm-marker-label {
    display: none;
}

.pt-real-world-map .jvm-element {
    outline: none;
}

.pt-real-world-map.is-map-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
}

.pt-map-fallback-visual {
    position: relative;
    display: grid;
    width: clamp(150px, 22vw, 250px);
    aspect-ratio: 1;
    place-items: center;
}

.pt-map-fallback-orbit,
.pt-map-fallback-core {
    position: absolute;
    border-radius: 50%;
}

.pt-map-fallback-orbit {
    inset: 0;
    border: 1px solid rgba(114, 222, 248, .28);
    box-shadow: inset 0 0 42px rgba(114, 222, 248, .05);
    animation: pt-map-orbit 8s linear infinite;
}

.pt-map-fallback-orbit-two {
    inset: 18%;
    border-style: dashed;
    opacity: .7;
    animation-duration: 5.5s;
    animation-direction: reverse;
}

.pt-map-fallback-core {
    width: 18%;
    aspect-ratio: 1;
    background: #72def8;
    box-shadow:
        0 0 0 14px rgba(114, 222, 248, .06),
        0 0 44px rgba(114, 222, 248, .72);
    animation: pt-map-core 2.4s ease-in-out infinite alternate;
}

.pt-map-fallback-label {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@keyframes pt-map-orbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pt-map-core {
    to {
        transform: scale(.72);
        opacity: .62;
    }
}

.pt-map-status {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 8;
    display: flex;
    max-width: calc(100% - 40px);
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    color: rgba(239, 247, 249, .74);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(2, 14, 21, .78);
    backdrop-filter: blur(12px);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pt-map-status-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #72def8;
    box-shadow:
        0 0 0 5px rgba(114, 222, 248, .1),
        0 0 15px rgba(114, 222, 248, .95);
}

.jvm-tooltip {
    z-index: 10000;
    padding: 8px 11px;
    color: #f7fbfc;
    border: 1px solid rgba(114, 222, 248, .28);
    border-radius: 2px;
    background: rgba(2, 14, 21, .96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
    font-family: inherit;
    font-size: 10px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.jvm-zoom-btn {
    z-index: 8;
    width: 31px;
    height: 31px;
    padding: 0;
    color: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(3, 19, 27, .86);
    line-height: 29px;
}

.jvm-zoom-btn:hover {
    color: #03141d;
    background: #72def8;
}

/* Story gallery: ordinary flow is the no-JS and mobile baseline. */

.pt-story-gallery {
    position: relative;
    padding: 110px 0;
    color: #fff;
    background: #020b11;
}

.pt-story-gallery-sticky {
    position: relative;
}

.pt-story-gallery-heading {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.pt-story-gallery-heading h2 {
    max-width: 980px;
    margin-top: 12px;
    color: #f6fafb;
    font-size: clamp(48px, 6vw, 100px);
    line-height: .9;
    text-shadow: 0 14px 40px rgba(0, 0, 0, .52);
}

.pt-story-gallery-scenes {
    display: grid;
    gap: 24px;
}

.pt-story-scene {
    position: relative;
    min-height: clamp(560px, 72vh, 760px);
    min-height: clamp(560px, 72svh, 760px);
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    background: #071923;
}

.pt-story-scene-media,
.pt-story-scene-shade {
    position: absolute;
    inset: 0;
}

.pt-story-scene-media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.pt-story-scene:nth-child(3) img {
    object-position: 58% center;
}

.pt-story-scene-shade {
    background:
        linear-gradient(
            180deg,
            rgba(0, 7, 11, .2),
            rgba(0, 7, 11, .04) 42%,
            rgba(0, 7, 11, .88)
        ),
        linear-gradient(
            90deg,
            rgba(0, 7, 11, .62),
            transparent 68%
        );
}

.pt-story-scene-content {
    position: absolute;
    right: 0;
    bottom: 64px;
    left: 0;
    z-index: 5;
}

.pt-story-scene-number {
    margin-bottom: 18px;
    color: var(--experience-cyan);
    font-size: 12px;
    letter-spacing: .14em;
}

.pt-story-scene-content h3 {
    max-width: 950px;
    margin: 0 0 18px;
    font-size: clamp(48px, 7vw, 110px);
    line-height: .9;
    letter-spacing: -.045em;
}

.pt-story-scene-content p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.6;
}

.pt-story-gallery-progress {
    display: none;
}

.pt-story-gallery.is-story-enhanced {
    padding: 0;
}

.pt-story-gallery.is-story-enhanced .pt-story-gallery-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    min-height: 650px;
    overflow: hidden;
}

.pt-story-gallery.is-story-enhanced .pt-story-gallery-heading {
    position: absolute;
    top: clamp(78px, 10vh, 104px);
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    pointer-events: none;
}

.pt-story-gallery.is-story-enhanced .pt-story-gallery-scenes {
    position: absolute;
    inset: 0;
    display: block;
}

.pt-story-gallery.is-story-enhanced .pt-story-scene {
    position: absolute;
    inset: 0;
    min-height: 0;
    visibility: hidden;
    opacity: 0;
}

.pt-story-gallery.is-story-enhanced .pt-story-scene:first-child {
    visibility: visible;
    opacity: 1;
}

.pt-story-gallery.is-story-enhanced .pt-story-gallery-progress {
    position: absolute;
    right: 42px;
    bottom: 48px;
    z-index: 12;
    display: flex;
    gap: 8px;
}

.pt-story-gallery-progress span {
    width: 38px;
    height: 2px;
    background: rgba(255, 255, 255, .25);
    transition:
        width .3s ease,
        background .3s ease;
}

.pt-story-gallery-progress span.is-active {
    width: 72px;
    background: var(--experience-cyan);
}

/* Final commercial CTA */

.pt-final-routes {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 12%,
            rgba(74, 210, 240, .1),
            transparent 34%
        ),
        #03131d;
}

.pt-final-routes-content {
    position: relative;
    z-index: 2;
}

.pt-final-routes-content > h2 {
    max-width: 1150px;
    margin: 18px 0 26px;
    font-size: clamp(54px, 7vw, 112px);
    line-height: .9;
}

.pt-final-routes-content > h2 span {
    display: block;
}

.pt-final-routes-lead {
    max-width: 740px;
    margin: 0 0 50px;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
    line-height: 1.65;
}

.pt-home-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
}

.pt-home-contact-link {
    padding: 14px 0;
    color: rgba(255, 255, 255, .84);
    border-bottom: 1px solid rgba(89, 223, 247, .5);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
}

.pt-home-contact-link:hover,
.pt-home-contact-link:focus-visible {
    color: #fff;
    border-color: var(--experience-cyan);
}

@media (max-width: 1250px) {
    .pt-world-map-grid {
        grid-template-columns: minmax(300px, .78fr) minmax(560px, 1.35fr);
        gap: 34px;
    }

    .pt-real-map-stage {
        min-height: 540px;
    }

    .pt-training-grid {
        grid-template-columns: 42px minmax(0, 560px);
        gap: 28px;
    }
}

@media (max-width: 1199px) {
    .pt-scroll-platform {
        padding: 96px 0;
    }

    .pt-platform-viewport {
        overflow: visible;
    }

    .pt-platform-track {
        display: grid;
        width: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 0 24px;
        transform: none;
    }

    .pt-platform-slide {
        width: auto;
        height: auto;
        min-height: 480px;
    }

    .pt-platform-card-content h3 {
        font-size: clamp(36px, 5vw, 58px);
    }
}

@media (max-width: 991px) {
    .pt-world-map-section {
        padding: 100px 0;
    }

    .pt-world-map-section .pt-container {
        width: min(calc(100% - 32px), 1560px);
    }

    .pt-world-map-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 42px;
    }

    .pt-world-map-copy {
        max-width: 720px;
    }

    .pt-world-map-copy h2 {
        max-width: 720px;
        font-size: clamp(58px, 10vw, 94px);
    }

    .pt-world-map-copy > p {
        max-width: 660px;
    }

    .pt-real-map-stage {
        min-height: 500px;
    }

    .pt-training-scene {
        min-height: 800px;
    }

    .pt-training-media {
        width: 100%;
    }

    .pt-training-media img {
        object-position: 64% center;
    }

    .pt-training-scene::before {
        background: linear-gradient(
            90deg,
            rgba(4, 17, 24, .95) 0%,
            rgba(4, 17, 24, .86) 42%,
            rgba(4, 17, 24, .45) 72%,
            rgba(4, 17, 24, .18) 100%
        );
    }
}

@media (max-width: 767px) {
    .pt-scroll-platform,
    .pt-world-map-section,
    .pt-final-routes {
        padding: 82px 0;
    }

    .pt-platform-heading .pt-section-head::before {
        top: -25px;
        right: -18px;
        bottom: -25px;
        left: -18px;
    }

    .pt-platform-heading h2 {
        font-size: clamp(46px, 14vw, 68px);
    }

    .pt-platform-track {
        grid-template-columns: minmax(0, 1fr);
        padding: 0 15px;
    }

    .pt-platform-slide {
        min-height: 500px;
    }

    .pt-platform-card-content {
        right: 23px;
        bottom: 24px;
        left: 23px;
    }

    .pt-platform-card-content h3 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .pt-platform-card-top {
        top: 22px;
        right: 22px;
        left: 22px;
    }

    .pt-show-scene {
        min-height: 720px;
    }

    .pt-scene-video {
        object-position: 58% center;
    }

    .pt-scene-shade {
        background: linear-gradient(
            180deg,
            rgba(2, 9, 14, .18) 0%,
            rgba(2, 9, 14, .38) 44%,
            rgba(2, 9, 14, .82) 100%
        );
    }

    .pt-scene-content {
        align-self: flex-end;
        padding-top: 90px;
        padding-bottom: 82px;
    }

    .pt-scene-copy {
        flex-direction: column;
        align-items: flex-start;
    }

    .pt-training-scene {
        min-height: 740px;
    }

    .pt-training-media img {
        object-position: 68% center;
    }

    .pt-training-scene::before {
        background: linear-gradient(
            180deg,
            rgba(3, 15, 22, .42) 0%,
            rgba(3, 15, 22, .62) 30%,
            rgba(3, 15, 22, .9) 64%,
            rgba(3, 15, 22, .96) 100%
        );
    }

    .pt-training-grid {
        display: block;
        min-height: inherit;
        padding-top: 100px;
        padding-bottom: 82px;
    }

    .pt-training-number {
        margin-bottom: 20px;
    }

    .pt-training-grid h2 {
        max-width: 100%;
        font-size: clamp(48px, 14vw, 70px);
    }

    .pt-world-map-section .pt-container {
        width: min(calc(100% - 24px), 1560px);
    }

    .pt-world-map-copy h2 {
        font-size: clamp(50px, 15vw, 76px);
    }

    .pt-real-map-stage {
        min-height: 400px;
    }

    .pt-real-world-map {
        inset: 6px;
    }

    .pt-map-status {
        right: 10px;
        bottom: 10px;
        left: 10px;
        max-width: none;
        justify-content: center;
        text-align: center;
    }

    .pt-story-gallery {
        padding: 82px 0;
    }

    .pt-story-gallery-heading {
        margin-bottom: 36px;
    }

    .pt-story-gallery-heading h2 {
        font-size: clamp(46px, 14vw, 68px);
    }

    .pt-story-gallery-scenes {
        gap: 16px;
    }

    .pt-story-scene {
        min-height: 620px;
    }

    .pt-story-scene-content {
        bottom: 40px;
    }

    .pt-story-scene-content h3 {
        font-size: clamp(46px, 13vw, 66px);
    }

    .pt-story-scene-content p {
        max-width: 94%;
        font-size: 16px;
    }

    .pt-final-routes-content > h2 {
        font-size: clamp(42px, 11.5vw, 64px);
    }

    .pt-final-routes-lead {
        margin-bottom: 38px;
        font-size: 16px;
    }

    .pt-home-contact-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .pt-platform-slide {
        min-height: 470px;
    }

    .pt-platform-card-content p {
        font-size: 15px;
    }

    .pt-show-scene,
    .pt-training-scene {
        min-height: 700px;
    }

    .pt-real-map-stage {
        min-height: 350px;
    }

    .pt-story-scene {
        min-height: 570px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .pt-platform-card img,
    .pt-story-gallery-progress span,
    .pt-real-world-map .jvm-region {
        transition: none;
    }

    .pt-story-gallery {
        height: auto;
    }

    .pt-story-scene {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .pt-map-fallback-orbit,
    .pt-map-fallback-core {
        animation: none;
    }
}

.pt-public-proof {
    position: relative;
    padding: clamp(82px, 9vw, 132px) 0;
    overflow: hidden;
    color: #f4f8fa;
    background:
        radial-gradient(
            circle at 84% 14%,
            rgba(61, 209, 233, 0.11),
            transparent 30%
        ),
        #06151e;
}

.pt-public-proof-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(36px, 7vw, 110px);
    align-items: end;
    margin-bottom: clamp(42px, 6vw, 76px);
}

.pt-public-proof-head h2 {
    max-width: 900px;
    margin: 16px 0 0;
    font-size: clamp(58px, 7.5vw, 116px);
    line-height: 0.88;
}

.pt-public-proof-head > p {
    max-width: 540px;
    margin: 0;
    color: rgba(234, 244, 247, 0.68);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
}

.pt-public-proof-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid rgba(89, 219, 242, 0.24);
    border-left: 1px solid rgba(89, 219, 242, 0.16);
}

.pt-public-proof-card {
    grid-column: span 2;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 3vw, 44px);
    border-right: 1px solid rgba(89, 219, 242, 0.16);
    border-bottom: 1px solid rgba(89, 219, 242, 0.16);
    color: inherit;
    background: rgba(3, 15, 23, 0.4);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.pt-public-proof-card:nth-last-child(2):nth-child(3n + 1),
.pt-public-proof-card:last-child:nth-child(3n + 2) {
    grid-column: span 3;
}

.pt-public-proof-card:hover {
    background: rgba(24, 78, 92, 0.28);
    transform: translateY(-4px);
}

.pt-public-proof-card > span {
    color: #59dff7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pt-public-proof-card blockquote {
    margin: 42px 0;
    font-size: clamp(26px, 2.3vw, 38px);
    font-weight: 650;
    line-height: 1.08;
}

.pt-public-proof-card strong {
    margin-top: auto;
    color: rgba(239, 248, 250, 0.72);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .pt-public-proof-head {
        grid-template-columns: minmax(0, 1fr);
    }

    .pt-public-proof-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pt-public-proof-card,
    .pt-public-proof-card:nth-last-child(2):nth-child(3n + 1),
    .pt-public-proof-card:last-child:nth-child(3n + 2) {
        grid-column: 1 / -1;
    }

    .pt-public-proof-card {
        min-height: 230px;
    }
}

@media (max-width: 560px) {
    .pt-public-proof {
        padding: 72px 0;
    }

    .pt-public-proof-head h2 {
        font-size: clamp(42px, 11.5vw, 54px);
    }

    .pt-public-proof-card {
        min-height: 210px;
        padding: 26px 22px;
    }

    .pt-public-proof-card blockquote {
        margin: 32px 0;
        font-size: 27px;
    }
}
