@font-face {
    font-family: "Paladin Neue";
    src: url("../fonts/helveticaneuecyr Roman.woff") format("woff");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Paladin Neue";
    src: url("../fonts/HelveticaNeueCyr - Medium.woff") format("woff");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Paladin Neue Thin";
    src: url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff");
    font-display: swap;
}

:root {
    --mobile-bg: oklch(13% 0.02 260);
    --mobile-panel: oklch(18% 0.025 255);
    --mobile-ink: oklch(96% 0.012 90);
    --mobile-muted: oklch(76% 0.018 255);
    --mobile-line: oklch(100% 0.01 255 / 0.14);
    --mobile-yellow: oklch(84% 0.145 84);
    --mobile-cyan: oklch(77% 0.12 190);
    --mobile-danger: oklch(67% 0.19 25);
    --mobile-width: 1240px;
    --mobile-pad: clamp(20px, 5vw, 72px);
    --mobile-section: clamp(88px, 12vw, 168px);
}

body.page-mobile-direct {
    margin: 0;
    background: var(--mobile-bg);
    color: var(--mobile-ink);
    font-family: "Paladin Neue", "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.page-mobile-direct #order_link {
    display: none !important;
}

.page-mobile-direct .global-nav-toggle,
.page-mobile-direct .global-nav { z-index: 220; }

.mobile-lp,
.mobile-lp * {
    box-sizing: border-box;
}

.mobile-lp {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 9%, oklch(65% 0.16 195 / 0.12), transparent 24%),
        radial-gradient(circle at 8% 1%, oklch(72% 0.16 82 / 0.1), transparent 22%),
        var(--mobile-bg);
}

.mobile-lp a { color: inherit; }
.mobile-lp button, .mobile-lp a { -webkit-tap-highlight-color: transparent; }
.mobile-lp h1, .mobile-lp h2, .mobile-lp h3, .mobile-lp p { text-wrap: pretty; }

.mobile-lp-nav {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    width: min(100%, calc(var(--mobile-width) + 2 * var(--mobile-pad)));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px var(--mobile-pad);
}

.mobile-lp-nav__brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    text-decoration: none;
}

.mobile-lp-nav__brand img { width: 42px; height: 56px; object-fit: contain; }
.mobile-lp-nav__brand span { color: #fff; font-size: 1rem; letter-spacing: 0.08em; font-weight: 500; }
.mobile-lp-nav__actions { display: flex; align-items: center; gap: 24px; }
.mobile-lp-nav__phone { font-size: 0.92rem; text-decoration: none; }

.mobile-lp-hero {
    position: relative;
    isolation: isolate;
    perspective: 1600px;
    min-height: min(920px, 100svh);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    align-items: center;
    gap: clamp(26px, 5vw, 72px);
    width: min(100%, calc(var(--mobile-width) + 2 * var(--mobile-pad)));
    margin: 0 auto;
    padding: clamp(130px, 15vh, 170px) var(--mobile-pad) clamp(72px, 10vh, 112px);
}

.mobile-lp-hero::before {
    content: "WEB DEV";
    position: absolute;
    z-index: -1;
    left: clamp(10px, 2vw, 40px);
    bottom: 1%;
    color: oklch(100% 0 0 / 0.025);
    font: 600 clamp(7rem, 19vw, 18rem)/0.8 "Paladin Neue", sans-serif;
    letter-spacing: -0.07em;
    pointer-events: none;
}

.mobile-lp-hero__copy { position: relative; z-index: 3; max-width: 750px; }
.mobile-lp-kicker { margin: 0 0 20px; color: var(--mobile-yellow); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.19em; text-transform: uppercase; }
.mobile-lp-hero h1 { margin: 0; max-width: 13ch; font-family: "Paladin Neue Thin", "Paladin Neue", sans-serif; font-size: clamp(3rem, 6.15vw, 5.9rem); font-weight: 400; line-height: 0.98; letter-spacing: -0.045em; }
.mobile-lp-hero__lead { max-width: 62ch; margin: 30px 0 0; color: var(--mobile-muted); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.65; letter-spacing: 0.01em; }
.mobile-lp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.mobile-lp-web-previews {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 620px;
    gap: 26px;
    z-index: 2;
    transform: translateY(-80px);
}

.mobile-lp-web-preview {
    position: relative;
    z-index: 2;
    align-self: center;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 14px;
    border: 1px solid oklch(100% 0.01 255 / 0.16);
    background:
        linear-gradient(180deg, oklch(14% 0.02 255 / 0.92), oklch(11% 0.018 255 / 0.96));
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.46),
        0 0 0 1px oklch(100% 0.01 255 / 0.04) inset;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation: mobile-preview-angle 18s ease-in-out infinite alternate;
}

.mobile-lp-web-preview--primary {
    width: min(100%, 660px);
    margin-left: -96px;
    transform-origin: 68% 50%;
}

.mobile-lp-web-preview--primary .mobile-lp-web-preview__viewport {
    aspect-ratio: 0.98 / 1;
}

.mobile-lp-web-preview--secondary {
    width: min(100%, 260px);
    position: absolute;
    right: 0;
    top: 228px;
    margin-left: 0;
    margin-top: 0;
    transform-origin: 32% 50%;
    z-index: 4;
    animation-duration: 18s;
    animation-direction: alternate-reverse;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.mobile-lp-web-preview--secondary::before {
    border: 0;
}

.mobile-lp-web-preview--secondary .mobile-lp-web-preview__viewport {
    aspect-ratio: 0.54 / 1;
    border-radius: 34px;
    border-color: transparent;
}

.mobile-lp-web-preview--secondary .mobile-lp-web-preview__chrome {
    min-height: 30px;
    padding: 0 6px 10px;
}

.mobile-lp-web-preview--secondary .mobile-lp-web-preview__dots span {
    display: none;
}

.mobile-lp-web-preview--primary .mobile-lp-web-preview__dots span:nth-child(1) {
    background: oklch(70% 0.17 25 / 0.88);
}

.mobile-lp-web-preview--primary .mobile-lp-web-preview__dots span:nth-child(2) {
    background: oklch(84% 0.16 84 / 0.9);
}

.mobile-lp-web-preview--primary .mobile-lp-web-preview__dots span:nth-child(3) {
    background: oklch(76% 0.14 195 / 0.88);
}

.mobile-lp-web-preview--primary .mobile-lp-web-preview__chrome {
    color: oklch(88% 0.01 255);
}

.mobile-lp-web-preview::before {
    content: "";
    position: absolute;
    inset: 10px;
    pointer-events: none;
    border: 1px solid oklch(100% 0.01 255 / 0.08);
}

.mobile-lp-web-preview__chrome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 38px;
    padding: 0 8px 12px;
    color: oklch(88% 0.01 255);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mobile-lp-web-preview__dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-lp-web-preview__dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: oklch(83% 0.02 255 / 0.72);
}

.mobile-lp-web-preview__viewport {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.66 / 1;
    border: 1px solid oklch(100% 0.01 255 / 0.12);
    background: oklch(7% 0.02 255);
    transition: border-color 180ms ease;
}

.mobile-lp-web-previews__action {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    min-height: 50px;
    padding: 0 22px;
    border-color: var(--mobile-yellow);
    background: rgba(10, 10, 10, 0.92);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) translateY(10px);
    pointer-events: none;
    transition: opacity 200ms ease, transform 200ms ease, background 200ms ease, border-color 200ms ease;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    animation: mobile-preview-action-pulse 2.8s ease-in-out infinite;
}

.mobile-lp-web-previews__action.mobile-lp-button--primary {
    background: rgba(10, 10, 10, 0.92);
    border-color: var(--mobile-yellow);
    color: #fff;
}

.mobile-lp-web-preview__viewport::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, oklch(8% 0.02 255 / 0.18), transparent 18%, transparent 82%, oklch(8% 0.02 255 / 0.22)),
        linear-gradient(90deg, oklch(100% 0.01 255 / 0.07), transparent 18%, transparent 82%, oklch(100% 0.01 255 / 0.07));
    pointer-events: none;
    mix-blend-mode: screen;
}

.mobile-lp-web-preview__art {
    position: absolute;
    inset: 0;
    background-image: var(--preview-image);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    animation: mobile-preview-scroll 54s cubic-bezier(.22,.61,.36,1) infinite alternate;
    will-change: background-position;
}

.mobile-lp-web-previews:hover .mobile-lp-web-previews__action,
.mobile-lp-web-previews:focus-within .mobile-lp-web-previews__action {
    background: rgba(10, 10, 10, 0.96);
    border-color: var(--mobile-yellow);
    color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
    pointer-events: auto;
}

.mobile-lp-web-previews__action:hover,
.mobile-lp-web-previews__action:focus-visible {
    background: #fff;
    border-color: #fff;
    color: oklch(17% 0.025 260);
}

@keyframes mobile-preview-action-pulse {
    0%, 100% {
        box-shadow:
            0 18px 40px rgba(0, 0, 0, 0.28),
            0 0 0 0 rgba(255, 209, 75, 0.2);
    }
    50% {
        box-shadow:
            0 18px 40px rgba(0, 0, 0, 0.28),
            0 0 0 8px rgba(255, 209, 75, 0.08);
    }
}

@keyframes mobile-preview-scroll {
    from { background-position: center top; }
    to { background-position: center bottom; }
}

@keyframes mobile-preview-angle {
    from { transform: rotateY(-18deg) rotateX(-5deg) rotateZ(-1deg) translate3d(-10px, 8px, 0); }
    50% { transform: rotateY(-6deg) rotateX(-9deg) rotateZ(0deg) translate3d(0, 0, 0); }
    to { transform: rotateY(18deg) rotateX(-13deg) rotateZ(1deg) translate3d(12px, 8px, 0); }
}

.mobile-lp-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid var(--mobile-line);
    border-radius: 0;
    background: transparent;
    color: var(--mobile-ink);
    font: 600 0.78rem/1 "Paladin Neue", sans-serif;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.mobile-lp-button--primary { background: var(--mobile-yellow); border-color: var(--mobile-yellow); color: oklch(17% 0.025 260); }
.mobile-lp-button--ghost { border-color: oklch(100% 0 0 / 0.34); }
.mobile-lp-button--small { min-height: 44px; padding: 11px 18px; font-size: 0.69rem; }
.mobile-lp-button:focus-visible, .mobile-lp-text-button:focus-visible, .mobile-lp-device-tabs button:focus-visible, .mobile-lp-faq summary:focus-visible { outline: 2px solid var(--mobile-cyan); outline-offset: 4px; }

@media (hover: hover) {
    .mobile-lp-button:hover { transform: translateY(-3px); }
    .mobile-lp-button--primary:hover { background: var(--mobile-ink); border-color: var(--mobile-ink); }
    .mobile-lp-button--ghost:hover { background: var(--mobile-ink); color: var(--mobile-bg); }
    .mobile-lp-text-button:hover span { transform: translate(3px, -3px); }
    .mobile-lp-case:hover .mobile-lp-case__image img { transform: scale(1.035); }
}

.mobile-lp-proof { display: flex; flex-wrap: wrap; gap: 28px; margin: 40px 0 0; padding: 0; list-style: none; }
.mobile-lp-proof li { display: grid; grid-template-columns: auto 1fr; gap: 6px 8px; align-items: center; }
.mobile-lp-proof li svg { grid-row: 1; color: var(--mobile-yellow); }
.mobile-lp-proof li strong { grid-row: 1; color: #fff; font: 400 1.65rem/1 "Paladin Neue Thin", sans-serif; font-variant-numeric: tabular-nums; }
.mobile-lp-proof li span { grid-column: 1 / -1; color: #fff; }
.mobile-lp-proof span { color: var(--mobile-muted); font-size: 0.73rem; letter-spacing: 0.08em; text-transform: uppercase; }

.mobile-lp-carousel { position: relative; z-index: 2; min-height: 680px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.mobile-lp-carousel__frame { position: relative; min-height: 620px; padding: 0; border: 0; background: transparent; overflow: visible; }
.mobile-lp-carousel__frame::before { content: none; }
.mobile-lp-carousel__glow { display: none; }
.mobile-lp-carousel__track { position: relative; min-height: 100%; }
.mobile-lp-carousel__slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translate3d(0, 18px, 0) scale(.98); transition: opacity 520ms ease, transform 820ms cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.mobile-lp-carousel__slide.is-active { opacity: 1; transform: none; pointer-events: auto; }
.mobile-lp-carousel__slide img { width: 100%; height: 100%; min-height: 560px; object-fit: contain; display: block; border-radius: 0; box-shadow: none; }
.mobile-lp-carousel__slide figcaption { position: absolute; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--mobile-line); background: rgba(5,6,11,.72); backdrop-filter: blur(12px); }
.mobile-lp-carousel__slide figcaption span { color: var(--mobile-yellow); font-size: .7rem; letter-spacing: .16em; }
.mobile-lp-carousel__slide figcaption strong { font-size: .95rem; font-weight: 600; }
.mobile-lp-carousel__footer { display: flex; align-items: center; justify-content: center; gap: 16px; background: transparent; }
.mobile-lp-carousel__dots { flex: 1; display: flex; justify-content: center; gap: 10px; background: transparent; }
.mobile-lp-carousel__dots button { width: 11px; height: 11px; border: 0; border-radius: 50%; background: rgba(255,255,255,.22); cursor: pointer; }
.mobile-lp-carousel__dots button.is-active { background: var(--mobile-yellow); box-shadow: 0 0 0 4px rgba(255, 209, 75, .12); }

.mobile-lp-trust { width: min(100%, var(--mobile-width)); margin: 0 auto; padding: 28px var(--mobile-pad); border-top: 1px solid var(--mobile-line); border-bottom: 1px solid var(--mobile-line); display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.mobile-lp-trust > p { margin: 0; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; }
.mobile-lp-trust__facts { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 32px; color: var(--mobile-muted); font-size: 0.83rem; }

.mobile-lp-section, .mobile-lp-cases, .mobile-lp-final, .mobile-lp-footer { width: min(100%, calc(var(--mobile-width) + 2 * var(--mobile-pad))); margin: 0 auto; padding-inline: var(--mobile-pad); }
.mobile-lp-section, .mobile-lp-cases { padding-top: var(--mobile-section); }
.mobile-lp-section__head { max-width: 760px; margin-bottom: clamp(44px, 7vw, 84px); }
.mobile-lp-section__head--wide { max-width: 930px; }
.mobile-lp-section h2, .mobile-lp-cases h2, .mobile-lp-final h2 { margin: 0; font-family: "Paladin Neue Thin", "Paladin Neue", sans-serif; font-size: clamp(2.35rem, 5vw, 4.8rem); font-weight: 400; line-height: 1.03; letter-spacing: -0.035em; }
.mobile-lp-section__head > p:last-child { max-width: 65ch; margin: 24px 0 0; color: var(--mobile-muted); font-size: 1.08rem; line-height: 1.65; }
.mobile-lp .home-section.home-projects,
.mobile-lp .home-section.home-expertise,
.mobile-lp .home-section.home-team {
    width: min(100%, calc(var(--mobile-width) + 2 * var(--mobile-pad)));
    margin: 0 auto;
    padding-inline: var(--mobile-pad);
    margin-top: var(--mobile-section);
}
.mobile-lp .home-section.home-clients {
    margin-top: 0;
    padding-bottom: 0;
}
.mobile-lp .home-section.home-expertise {
    margin-top: 0;
    padding-top: var(--mobile-section);
    padding-bottom: 0;
}
.mobile-lp .home-section.home-projects .section-head,
.mobile-lp .home-section.home-expertise .section-head,
.mobile-lp .home-section.home-team .section-head {
    width: 100%;
    max-width: 760px;
    margin: 0 0 clamp(44px, 7vw, 84px);
    padding: 0;
    text-align: left;
}
.mobile-lp .home-section.home-projects .section-eyebrow,
.mobile-lp .home-section.home-expertise .section-eyebrow,
.mobile-lp .home-section.home-team .section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.73rem;
    color: var(--mobile-yellow);
    margin: 0 0 14px;
}
.mobile-lp .home-section.home-projects .section-title,
.mobile-lp .home-section.home-expertise .section-title,
.mobile-lp .home-section.home-team .section-title {
    margin: 0;
    font-family: "Paladin Neue Thin", "Paladin Neue", sans-serif;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.035em;
}
.mobile-lp .home-section.home-projects .section-subtitle,
.mobile-lp .home-section.home-expertise .section-subtitle,
.mobile-lp .home-section.home-team .section-subtitle {
    max-width: 65ch;
    margin: 24px 0 0;
    color: var(--mobile-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}
.mobile-lp .home-section.home-projects {
    max-width: none;
    transform: none;
    padding: 0 var(--mobile-pad) var(--mobile-section);
}
.mobile-lp .home-section.home-projects .section-head {
    text-align: left;
}
.mobile-lp .home-section.home-projects .section-head,
.mobile-lp .home-section.home-projects .home-link-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-lp .home-section.home-projects .section-head .section-title,
.mobile-lp .home-section.home-projects .section-head .section-subtitle {
    text-align: left;
}
.mobile-lp .home-section.home-expertise .section-head,
.mobile-lp .home-section.home-team .section-head {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-lp .home-section.home-projects .home-link-row {
    max-width: 760px;
}
.mobile-lp .home-section.home-team .section-title {
    max-width: 13ch;
}

.mobile-lp-format-list { border-top: 1px solid var(--mobile-line); }
.mobile-lp-format { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: start; gap: clamp(18px, 4vw, 64px); padding: 34px 0; border-bottom: 1px solid var(--mobile-line); }
.mobile-lp-format > span { color: var(--mobile-yellow); font-size: 0.73rem; letter-spacing: 0.12em; }
.mobile-lp-format h3 { margin: -4px 0 10px; font-size: clamp(1.45rem, 2.4vw, 2.15rem); font-weight: 400; }
.mobile-lp-format p { max-width: 68ch; margin: 0; color: var(--mobile-muted); line-height: 1.65; }
.mobile-lp-text-button { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--mobile-ink); font: 600 0.76rem "Paladin Neue", sans-serif; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.mobile-lp-text-button span { display: inline-block; color: var(--mobile-yellow); font-size: 1.1rem; transition: transform 200ms ease; }

.mobile-lp-cases { padding-top: var(--mobile-section); }
.mobile-lp-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.mobile-lp-case { min-height: 530px; position: relative; overflow: hidden; display: grid; grid-template-rows: minmax(280px, 1fr) auto; border: 1px solid var(--mobile-line); background: var(--mobile-panel); text-decoration: none; }
.mobile-lp-case--feature { grid-row: span 2; min-height: 1080px; }
.mobile-lp-case__image { min-height: 0; overflow: hidden; background: oklch(10% 0.02 260); }
.mobile-lp-case__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.8,.2,1); }
.mobile-lp-case__copy { padding: 30px; display: grid; gap: 12px; }
.mobile-lp-case__copy p { margin: 0; color: var(--mobile-yellow); font-size: 0.72rem; letter-spacing: 0.11em; text-transform: uppercase; }
.mobile-lp-case__copy h3 { margin: 0; font: 400 clamp(2rem, 3vw, 3.2rem)/1 "Paladin Neue Thin", sans-serif; }
.mobile-lp-case__copy span { color: var(--mobile-muted); line-height: 1.55; }
.mobile-lp-case__copy strong { margin-top: 10px; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; }
.mobile-lp-inline-cta { margin-top: 20px; padding: 26px 0; border-bottom: 1px solid var(--mobile-line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.mobile-lp-inline-cta p { margin: 0; font-size: 1.1rem; }

.mobile-lp-estimate__layout { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); gap: clamp(48px, 9vw, 130px); }
.mobile-lp-estimate__intro p { margin: 0 0 24px; color: var(--mobile-muted); font-size: 1.1rem; line-height: 1.7; }
.mobile-lp-estimate__facts { margin: 0; border-top: 1px solid var(--mobile-line); }
.mobile-lp-estimate__facts div { display: grid; grid-template-columns: minmax(150px, 0.55fr) 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--mobile-line); }
.mobile-lp-estimate__facts dt { color: var(--mobile-yellow); font-size: 0.78rem; letter-spacing: 0.11em; text-transform: uppercase; }
.mobile-lp-estimate__facts dd { margin: 0; color: var(--mobile-muted); line-height: 1.55; }

.mobile-lp-process__steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--mobile-line); border-left: 1px solid var(--mobile-line); list-style: none; }
.mobile-lp-process__steps li { min-height: 270px; padding: 28px; border-right: 1px solid var(--mobile-line); border-bottom: 1px solid var(--mobile-line); display: flex; flex-direction: column; }
.mobile-lp-process__steps span { color: var(--mobile-yellow); font-size: 0.72rem; letter-spacing: 0.12em; }
.mobile-lp-process__steps h3 { margin: 44px 0 12px; font-size: 1.55rem; font-weight: 400; }
.mobile-lp-process__steps p { margin: 0; color: var(--mobile-muted); line-height: 1.55; }
.mobile-lp-process__steps small { margin-top: auto; padding-top: 24px; color: var(--mobile-cyan); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }

.mobile-lp-tech__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1px; background: var(--mobile-line); border: 1px solid var(--mobile-line); }
.mobile-lp-tech .mobile-lp-section__head { margin-bottom: 28px; }
.mobile-lp-tech__grid article { min-height: 248px; padding: clamp(22px, 3.2vw, 38px); background: var(--mobile-bg); }
.mobile-lp-tech__grid article:first-child { grid-row: span 2; min-height: 497px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 60% 24%, oklch(84% 0.145 84 / 0.2), transparent 32%), var(--mobile-bg); }
.mobile-lp-tech__grid p { margin: 0 0 auto; color: var(--mobile-yellow); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.mobile-lp-tech__grid h3 { margin: 24px 0 10px; font: 400 clamp(1.55rem, 3vw, 2.7rem)/1.02 "Paladin Neue Thin", sans-serif; }
.mobile-lp-tech__grid span { max-width: 46ch; color: var(--mobile-muted); line-height: 1.55; }

.mobile-lp-team { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(48px, 9vw, 130px); align-items: end; }
.mobile-lp-team__statement h2 { max-width: 13ch; }
.mobile-lp-team ul { margin: 0; padding: 0; border-top: 1px solid var(--mobile-line); list-style: none; }
.mobile-lp-team li { padding: 17px 0; border-bottom: 1px solid var(--mobile-line); color: var(--mobile-muted); }
.mobile-lp-team li::before { content: "+"; margin-right: 18px; color: var(--mobile-yellow); }

.mobile-lp-faq { padding-bottom: var(--mobile-section); }
.mobile-lp-faq__list { max-width: 920px; margin-left: auto; border-top: 1px solid var(--mobile-line); }
.mobile-lp-faq details { border-bottom: 1px solid var(--mobile-line); }
.mobile-lp-faq summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; font-size: clamp(1rem, 1.8vw, 1.25rem); cursor: pointer; list-style: none; }
.mobile-lp-faq summary::-webkit-details-marker { display: none; }
.mobile-lp-faq summary::after { content: "+"; flex: 0 0 auto; color: var(--mobile-yellow); font-size: 1.6rem; font-weight: 300; transition: transform 220ms ease; }
.mobile-lp-faq details[open] summary::after { transform: rotate(45deg); }
.mobile-lp-faq details p { max-width: 70ch; margin: 0; padding: 0 54px 24px 0; color: var(--mobile-muted); line-height: 1.65; }

.mobile-lp-final { position: relative; padding-top: clamp(72px, 10vw, 124px); padding-bottom: clamp(72px, 10vw, 124px); border-top: 1px solid var(--mobile-line); border-bottom: 1px solid var(--mobile-line); text-align: center; overflow: hidden; }
.mobile-lp-final::before { content: ""; position: absolute; inset: -40% 20%; z-index: -1; background: radial-gradient(circle, oklch(84% 0.145 84 / 0.13), transparent 62%); }
.mobile-lp-final h2 { max-width: 16ch; margin-inline: auto; }
.mobile-lp-final > p:not(.mobile-lp-kicker) { max-width: 58ch; margin: 24px auto 0; color: var(--mobile-muted); line-height: 1.65; }
.mobile-lp-actions--center { justify-content: center; }
.mobile-lp-final__contacts { margin-top: 44px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; color: var(--mobile-muted); font-size: 0.82rem; }
.mobile-lp-final__contacts a { text-decoration: none; }

.mobile-lp-footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; padding-bottom: 30px; color: var(--mobile-muted); font-size: 0.78rem; }
.mobile-lp-footer img { width: 34px; height: 46px; object-fit: contain; }
.mobile-lp-footer p { margin: 0; }
.mobile-lp-footer a { text-underline-offset: 4px; }

.mobile-lp-sticky { display: none; }
.mobile-lp-offer-float {
    position: fixed;
    z-index: 195;
    left: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: none;
    --mobile-offer-shift: 48px;
    --mobile-float-dx: 0px;
    --mobile-float-dy: 0px;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1);
}
.mobile-lp-offer-float.is-expanded {
    transform: translate(var(--mobile-float-dx), var(--mobile-float-dy));
}
.mobile-lp-offer-float.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
}
.mobile-lp-offer-float__video,
.mobile-lp-offer-float__button,
.mobile-lp-offer-float__close { pointer-events: auto; }
.mobile-lp-offer-float__shell {
    position: relative;
    width: 124px;
    height: 124px;
    --mobile-offer-progress: 0deg;
    transform-origin: center center;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1);
}
.mobile-lp-offer-float__video {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: visible;
    background: rgba(255,255,255,.04);
    box-shadow: 0 22px 58px rgba(0,0,0,.45);
    cursor: pointer;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease;
}
.mobile-lp-offer-float__progress {
    position: absolute;
    inset: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    overflow: visible;
    transition: opacity 240ms ease;
}
.mobile-lp-offer-float__shell.is-expanded .mobile-lp-offer-float__progress {
    opacity: 1;
}
.mobile-lp-offer-float__progress-bar {
    fill: none;
    stroke: var(--mobile-yellow);
    stroke-width: 2;
    stroke-linecap: butt;
    vector-effect: non-scaling-stroke;
    transition: opacity 240ms ease;
}
.mobile-lp-offer-float__video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.18);
    transform-origin: center center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.mobile-lp-offer-float__shell.is-expanded {
    transform: translateX(var(--mobile-offer-shift)) scale(1.68);
    box-shadow: 0 28px 72px rgba(0,0,0,.6);
}
.mobile-lp-offer-float__close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: rgba(8, 10, 18, .92);
    color: #fff;
    font: 500 16px/1 "Paladin Neue", sans-serif;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(0,0,0,.45);
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transform-origin: top right;
    transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
    cursor: pointer;
    z-index: 3;
}
.mobile-lp-offer-float__shell.is-expanded .mobile-lp-offer-float__close {
    transform: translate(0, 0) scale(.595238);
}
.mobile-lp-offer-float__close:hover,
.mobile-lp-offer-float__close:focus-visible {
    background: rgba(255,255,255,.15);
    outline: none;
}
.mobile-lp-offer-float__button {
    position: relative;
    align-self: center;
    min-height: 40px;
    padding: 0 15px;
    border: 0;
    background: var(--mobile-yellow);
    color: var(--mobile-bg);
    border-radius: 999px;
    font: 600 0.68rem "Paladin Neue", sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow: 0 18px 50px oklch(3% 0.02 260 / 0.7);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateX(var(--mobile-offer-shift)) translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
}
.mobile-lp-offer-float__button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(var(--mobile-offer-shift)) translateY(0);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s;
}
.mobile-lp [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.mobile-lp [data-reveal].is-visible { opacity: 1; transform: none; }

.page-mobile-direct .games-modal__dialog {
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.page-mobile-direct .games-modal.is-open .games-modal__dialog {
    transform: translate3d(0, 0, 0) !important;
}

.page-mobile-direct .games-modal__header h2 { font-family: "Paladin Neue Thin", sans-serif; }

@media (max-width: 960px) {
    .mobile-lp-nav__brand span, .mobile-lp-nav__phone { display: none; }
    .mobile-lp-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 142px; }
    .mobile-lp-hero h1 { max-width: 15ch; }
    .mobile-lp-web-previews { min-height: 0; flex-direction: column; align-items: stretch; gap: 18px; }
    .mobile-lp-web-preview { width: min(100%, 620px); margin-left: 0; margin-top: 10px; }
    .mobile-lp-web-preview--primary { width: min(100%, 620px); margin-left: 0; }
    .mobile-lp-web-preview--secondary { position: relative; right: auto; top: auto; margin-top: 0; margin-left: 0; }
    .mobile-lp-web-preview--secondary .mobile-lp-web-preview__viewport { border-radius: 28px; }
    .mobile-lp-trust { align-items: flex-start; flex-direction: column; }
    .mobile-lp-trust__facts { justify-content: flex-start; }
    .mobile-lp-case-list { grid-template-columns: 1fr; }
    .mobile-lp-case--feature { grid-row: auto; min-height: 620px; }
    .mobile-lp-case { grid-template-columns: 1.15fr 0.85fr; grid-template-rows: none; min-height: 420px; }
    .mobile-lp-estimate__layout, .mobile-lp-team { grid-template-columns: 1fr; }
    .mobile-lp-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    :root { --mobile-pad: 20px; --mobile-section: 88px; }
    body.page-mobile-direct { padding-bottom: 0; }
    .mobile-lp-nav { padding-top: max(28px, env(safe-area-inset-top) + 10px); }
    .mobile-lp-nav__brand { margin-left: 76px; }
    .mobile-lp-nav__brand img { width: 34px; height: 46px; }
    .mobile-lp-nav .mobile-lp-button { min-height: 42px; padding: 10px 13px; font-size: 0.62rem; }
    .mobile-lp-hero { gap: 26px; padding-top: 122px; padding-bottom: 64px; }
    .mobile-lp-hero h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); line-height: 0.98; }
    .mobile-lp-hero__lead { margin-top: 24px; font-size: 1rem; }
    .mobile-lp-actions { display: grid; grid-template-columns: 1fr; }
    .mobile-lp-button { width: 100%; }
    .mobile-lp-proof { gap: 24px 18px; }
    .mobile-lp-proof li { width: calc(50% - 12px); }
    .mobile-lp-web-preview--secondary { display: none; }
    .mobile-lp-web-previews { margin-top: 80px; }
    .mobile-lp-web-preview { width: 100%; padding: 10px; }
    .mobile-lp-web-preview--primary { width: 100%; margin-left: 0; }
    .mobile-lp-web-preview__chrome { min-height: 32px; padding: 0 6px 10px; gap: 12px; font-size: 0.58rem; }
    .mobile-lp-web-preview__dots span { width: 7px; height: 7px; }
    .mobile-lp-web-preview__viewport { aspect-ratio: 0.78 / 1; }
    .mobile-lp-web-preview--secondary .mobile-lp-web-preview__viewport { aspect-ratio: 0.66 / 1; border-radius: 24px; }
    .mobile-lp-trust { margin-inline: 20px; width: auto; padding-inline: 0; }
    .mobile-lp-trust__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
    .mobile-lp-format { grid-template-columns: 38px 1fr; gap: 14px; }
    .mobile-lp-format .mobile-lp-text-button { grid-column: 2; justify-self: start; }
    .mobile-lp-case, .mobile-lp-case--feature { grid-template-columns: 1fr; grid-template-rows: minmax(290px, 55vh) auto; min-height: 580px; }
    .mobile-lp-case__copy { padding: 24px; }
    .mobile-lp-inline-cta { align-items: stretch; flex-direction: column; }
    .mobile-lp-estimate__facts div { grid-template-columns: 1fr; gap: 8px; }
    .mobile-lp-process__steps { grid-template-columns: 1fr; }
    .mobile-lp-process__steps li { min-height: 240px; }
    .mobile-lp .home-team { margin-top: 28px; }
    .mobile-lp-tech__grid { grid-template-columns: 1fr; }
    .mobile-lp-tech .mobile-lp-section__head { margin-bottom: 22px; }
    .mobile-lp-tech__grid article:first-child { grid-row: auto; min-height: 380px; }
    .mobile-lp-team__statement h2 { max-width: 16ch; }
    .mobile-lp-faq__list { margin-left: 0; }
    .mobile-lp-faq details p { padding-right: 0; }
    .mobile-lp-footer { align-items: flex-start; flex-direction: column; }
    .mobile-lp-sticky { display: none; }
    .mobile-lp-offer-float { left: auto; right: 12px; top: calc(26px + env(safe-area-inset-top)); bottom: auto; gap: 10px; align-items: center; --mobile-offer-shift: 0px; }
    .mobile-lp-offer-float__shell { width: 132px; height: 132px; }
    .mobile-lp-offer-float__progress { inset: -2px; }
    .mobile-lp-offer-float__close { top: -10px; right: -3px; width: 48px; height: 48px; font-size: 30px; }
    .mobile-lp-offer-float__button { min-height: 36px; padding: 0 12px; font-size: 0.62rem; }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-lp *, .mobile-lp *::before, .mobile-lp *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
    .mobile-lp [data-reveal] { opacity: 1; transform: none; }
    .mobile-lp-web-preview { transform: none; }
}

/* Homepage-aligned composition for the Direct landing. */
.mobile-lp { background: var(--mobile-bg); }
.mobile-lp-nav__actions { margin-right: 72px; }
.mobile-lp-hero {
    background:
        radial-gradient(circle at top left, rgba(31, 74, 209, 0.35), transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(255, 102, 204, 0.25), transparent 35%),
        #05060b;
}

.mobile-lp-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at top left, rgba(31, 74, 209, 0.35), transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(255, 102, 204, 0.25), transparent 35%),
        #05060b;
    pointer-events: none;
}

.mobile-lp-device-stage { position: relative; z-index: 2; min-height: 610px; display: block; }
.mobile-lp-device-stage::before { content: ""; position: absolute; inset: 15% 0 5%; background: radial-gradient(circle, rgba(62, 211, 205, 0.24), transparent 62%); filter: blur(18px); }
.mobile-lp-hero-glow { position: absolute; inset: 18% 6% 6%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: rotate(-11deg); }
.mobile-lp-hero-phone { position: absolute; z-index: 2; bottom: 0; width: min(55%, 350px); max-height: 600px; object-fit: contain; filter: drop-shadow(0 36px 52px rgba(0,0,0,.55)); }
.mobile-lp-hero-phone--left { left: 1%; transform: rotate(-7deg); }
.mobile-lp-hero-phone--right { right: 0; bottom: 6%; transform: rotate(8deg); }
.mobile-lp-hero-caption { position: absolute; z-index: 4; display: grid; gap: 3px; padding: 12px 14px; border: 1px solid var(--mobile-line); background: rgba(5,6,11,.78); backdrop-filter: blur(12px); }
.mobile-lp-hero-caption span { color: var(--mobile-yellow); font-size: .65rem; letter-spacing: .14em; }
.mobile-lp-hero-caption strong { font-size: .9rem; font-weight: 600; }
.mobile-lp-hero-caption small { color: var(--mobile-muted); font-size: .68rem; }
.mobile-lp-hero-caption--left { left: 0; bottom: 16%; }
.mobile-lp-hero-caption--right { right: 0; top: 17%; }

.mobile-lp-clients { width: 100%; padding: 42px 0 34px; border-bottom: 1px solid var(--mobile-line); overflow: hidden; }
.mobile-lp-clients > p { width: min(100%, calc(var(--mobile-width) + 2 * var(--mobile-pad))); margin: 0 auto 26px; padding-inline: var(--mobile-pad); }
.mobile-lp-clients__viewport { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.mobile-lp-clients__track { width: max-content; display: flex; align-items: center; gap: 18px; animation: mobile-client-scroll 42s linear infinite; }
.mobile-lp-clients__track img { width: 142px; height: 66px; padding: 16px 22px; border: 1px solid var(--mobile-line); object-fit: contain; filter: grayscale(1) brightness(1.9); opacity: .78; }
@keyframes mobile-client-scroll { to { transform: translateX(-50%); } }

.mobile-lp-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.mobile-lp-project-card { min-width: 0; display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--mobile-line); background: rgba(255,255,255,.018); text-decoration: none; transition: border-color 220ms ease, transform 220ms ease; }
.mobile-lp-project-card img { width: 100%; height: 240px; object-fit: cover; background: var(--mobile-panel); transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.mobile-lp-project-card p { margin: 2px 0 0; color: var(--mobile-yellow); font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; }
.mobile-lp-project-card h3 { margin: 0; font-size: 1.24rem; font-weight: 400; line-height: 1.2; }
.mobile-lp-project-card span { color: var(--mobile-muted); line-height: 1.5; }

.mobile-lp-ratings__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--mobile-line); border-left: 1px solid var(--mobile-line); }
.mobile-lp-ratings__grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--mobile-line); border-bottom: 1px solid var(--mobile-line); display: flex; flex-direction: column; }
.mobile-lp-ratings__grid article > div { position: relative; width: 132px; height: 92px; display: grid; place-items: center; }
.mobile-lp-ratings__grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .78; }
.mobile-lp-ratings__grid strong { position: relative; z-index: 1; color: var(--mobile-yellow); font: 400 2rem "Paladin Neue Thin", sans-serif; }
.mobile-lp-ratings__grid p { max-width: 30ch; margin: auto 0 0; color: var(--mobile-muted); line-height: 1.55; }

.mobile-lp-team { display: block; }
.mobile-lp-team__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.mobile-lp-team__grid article { min-width: 0; }
.mobile-lp-team__grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; background: var(--mobile-panel); filter: grayscale(.12); }
.mobile-lp-team__grid h3 { margin: 16px 0 5px; font-size: 1.08rem; font-weight: 400; }
.mobile-lp-team__grid p { margin: 0; color: var(--mobile-muted); font-size: .84rem; }
.mobile-lp-team__link { margin-top: 34px; display: flex; justify-content: flex-end; }

@media (hover: hover) {
    .mobile-lp-project-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.42); }
    .mobile-lp-project-card:hover img { transform: scale(1.025); }
}

@media (max-width: 960px) {
    .mobile-lp-nav__brand span { display: inline; }
    .mobile-lp-nav__actions { margin-right: 58px; }
    .mobile-lp-project-grid, .mobile-lp-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mobile-lp-ratings__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mobile-lp-carousel { min-height: 620px; }
    .mobile-lp-carousel__frame { min-height: 520px; }
    .mobile-lp-carousel__slide img { min-height: 470px; }
}

@media (max-width: 640px) {
    .mobile-lp-nav__brand { gap: 10px; }
    .mobile-lp-nav__brand { margin-left: 76px; }
    .mobile-lp-nav__brand span { max-width: 124px; font-size: .8rem; line-height: 1.12; color: #fff; }
    .mobile-lp-nav__actions { display: none; }
    .mobile-lp-carousel { min-height: 520px; gap: 16px; }
    .mobile-lp-carousel__frame { min-height: 430px; }
    .mobile-lp-carousel__slide img { min-height: 380px; }
    .mobile-lp-carousel__slide figcaption { left: 12px; top: 12px; padding: 8px 11px; }
    .mobile-lp-carousel__dots { gap: 8px; }
    .mobile-lp-carousel__dots button { width: 9px; height: 9px; }
    .mobile-lp-project-grid, .mobile-lp-team__grid, .mobile-lp-ratings__grid { grid-template-columns: 1fr; }
    .mobile-lp-project-card { padding: 18px; }
    .mobile-lp-project-card img { height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-lp-clients__track { animation: none; }
}
