.page-landing { overflow-x: hidden; }
.page-landing.splash-on { overflow: hidden; }

.splash {
    position: fixed; inset: 0; z-index: 200;
    display: grid; place-items: end center;
    color: #fff; background: #05070b;
}
.splash-photos {
    position: absolute; inset: 0;
    display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr;
    gap: 3px; opacity: .95;
}
.splash-photos i {
    display: block; background: #0a1220 center/cover no-repeat;
    animation: splashKen 7s ease-in-out infinite alternate;
}
.splash-photos i:nth-child(2) { animation-delay: .6s; }
.splash-photos i:nth-child(3) { animation-delay: 1.1s; }
.splash-photos i:nth-child(4) { animation-delay: 1.7s; }
@keyframes splashKen {
    from { transform: scale(1.04); filter: saturate(1.05); }
    to { transform: scale(1.14); filter: saturate(1.15); }
}
.splash-video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    opacity: 0; transition: opacity .45s ease;
}
.splash-video.is-on { opacity: 1; }
.splash-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(5,7,11,.28) 0%, rgba(5,7,11,.18) 38%, rgba(5,7,11,.82) 100%);
}
.splash-core {
    position: relative; z-index: 1; text-align: center;
    padding: 0 24px 36px; max-width: 560px;
}
.splash-mark {
    position: relative; width: 132px; height: 132px;
    margin: 0 auto 14px; display: grid; place-items: center;
}
.splash-mark img {
    width: 96px; height: auto; position: relative; z-index: 1;
    animation: splashLogo 1.6s cubic-bezier(.2,.8,.2,1) both;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));
}
.splash-ring, .splash-ring-2 {
    position: absolute; inset: 0; border-radius: 50%;
    border: 1px solid rgba(68,175,0,.45);
    animation: splashRing 2.2s ease-out infinite;
}
.splash-ring-2 { animation-delay: 1.1s; border-color: rgba(212,175,55,.35); }
@keyframes splashLogo {
    0% { opacity: 0; transform: scale(.72) rotate(-8deg); }
    60% { transform: scale(1.06) rotate(0); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes splashRing {
    0% { transform: scale(.72); opacity: .85; }
    100% { transform: scale(1.35); opacity: 0; }
}
.splash-brand {
    display: block; font-size: clamp(28px, 6vw, 40px); font-weight: 900;
    letter-spacing: .4px; animation: splashUp .7s ease .35s both;
}
.splash-line {
    margin: 8px 0 0; color: #d7e2f0; font-size: clamp(15px, 3.4vw, 18px);
    font-weight: 700; line-height: 1.8;
    animation: splashUp .7s ease .5s both;
}
.splash-bar {
    width: min(220px, 70vw); height: 3px; margin: 18px auto 0;
    border-radius: 99px; overflow: hidden;
    background: rgba(255,255,255,.12);
}
.splash-bar i {
    display: block; height: 100%; width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #44af00, #d4af37);
    animation: splashLoad 3.2s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes splashLoad {
    from { width: 0; }
    to { width: 100%; }
}
.splash-skip {
    position: absolute; top: calc(16px + env(safe-area-inset-top)); inset-inline-end: 16px; z-index: 2;
    min-height: 38px; padding: 0 16px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,.2); background: rgba(5,8,14,.5);
    color: #fff; font: inherit; font-weight: 800; font-size: 13px; cursor: pointer;
}
.splash-skip:hover { border-color: rgba(68,175,0,.5); color: var(--green-2); }
@keyframes splashUp {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}
.splash.is-out {
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .6s ease, visibility .6s ease;
}
.splash.is-out .splash-core { transform: scale(.96); transition: transform .6s ease; }
@media (prefers-reduced-motion: reduce) {
    .splash-mark img, .splash-ring, .splash-ring-2, .splash-brand, .splash-line, .splash-photos i, .splash-bar i { animation: none; }
    .splash-bar i { width: 100%; }
}
.site-bg {
    position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background:
        radial-gradient(900px 480px at 85% 0%, rgba(68,175,0,.16), transparent 55%),
        radial-gradient(800px 420px at 0% 10%, rgba(10,61,98,.55), transparent 50%),
        linear-gradient(180deg, #04060a 0%, #071018 40%, #05070b 100%);
}
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand small { font-size: 11px; color: var(--muted); font-weight: 700; letter-spacing: .4px; }
.site-nav {
    position: sticky; top: 0; z-index: 70;
    padding: 12px 0 0; background: transparent;
    transition: padding .25s ease;
}
.site-nav .container { position: relative; }
.nav-shell {
    display: grid; grid-template-columns: auto 1fr auto;
    align-items: center; gap: 18px;
    min-height: 72px; padding: 8px 14px 8px 10px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(12,22,36,.78), rgba(5,8,14,.72));
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    position: relative;
}
.nav-shell::after {
    content: ""; position: absolute; inset-inline: 18px; bottom: -1px; height: 2px;
    background: linear-gradient(90deg, transparent, #44af00 18%, #d4af37 50%, #44af00 82%, transparent);
    border-radius: 2px;
}
.site-nav.is-scrolled { padding-top: 8px; }
.site-nav.is-scrolled .nav-shell {
    background: rgba(5,7,11,.94);
    border-color: rgba(68,175,0,.22);
    box-shadow: 0 18px 44px rgba(0,0,0,.45);
}
.nav-crest { display: flex; align-items: center; gap: 10px; min-width: 0; }
.nav-crest-mark {
    position: relative; width: 52px; height: 52px;
    display: grid; place-items: center; flex: 0 0 auto;
}
.nav-crest-mark i {
    position: absolute; inset: 0; border-radius: 50%;
    border: 1px solid rgba(212,175,55,.35);
    box-shadow: 0 0 0 4px rgba(68,175,0,.08);
}
.nav-crest-mark img { height: 40px; width: auto; position: relative; z-index: 1; }
.nav-word { display: flex; flex-direction: column; line-height: 1.1; }
.nav-word b { font-size: 18px; font-weight: 900; letter-spacing: .2px; }
.nav-word small { color: var(--muted); font-size: 11px; font-weight: 700; }
.nav-lane {
    display: flex; justify-content: center; align-items: center; gap: 4px;
}
.nav-lane a {
    position: relative; padding: 9px 13px; border-radius: 12px;
    color: #c5d2e3; font-weight: 800; font-size: 14px; white-space: nowrap;
}
.nav-lane a::before {
    content: ""; width: 5px; height: 5px; border-radius: 50%;
    background: rgba(68,175,0,.35); display: inline-block;
    margin-inline-end: 7px; vertical-align: 2px;
}
.nav-lane a:hover, .nav-lane a.is-on { color: #fff; background: rgba(68,175,0,.1); }
.nav-lane a.is-on::before { background: #44af00; box-shadow: 0 0 10px #44af00; }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.nav-pass {
    position: relative; min-width: 92px; min-height: 40px; padding: 0 20px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px; font-size: 14px; font-weight: 800;
    background: linear-gradient(180deg, #63e024, #3ea800); color: #041307;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.nav-pass:hover { filter: brightness(1.08); }
.nav-toggle {
    display: none; position: relative;
    width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.12);
    background: #0a1220; border-radius: 12px; cursor: pointer; padding: 0;
}
.nav-toggle span {
    position: absolute; inset-inline: 11px; height: 1.5px;
    background: #fff; border-radius: 2px; transition: transform .2s ease, top .2s ease, opacity .2s ease;
}
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 19px; }
.nav-toggle span:nth-child(3) { top: 25px; }
.nav-open .nav-toggle span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { top: 19px; transform: rotate(-45deg); }
.footer-crest { margin-bottom: 12px; }
.footer-grid .lang-duo { margin-top: 12px; }
.btn-lg { padding: 13px 24px; min-width: 168px; font-size: 15px; border-radius: 14px; }

.lp-hero {
    position: relative; overflow: hidden;
    min-height: calc(100svh - 68px);
    display: flex; align-items: flex-end;
    padding: 28px 0 36px;
}
.lp-hero-media {
    position: absolute; inset: 0; z-index: 0;
    background: #071018 url("../images/hero/poster.jpg") center/cover no-repeat;
}
.lp-hero-video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center 30%;
}
.lp-hero-vignette {
    position: absolute; inset: 0; pointer-events: none;
    background:
        linear-gradient(180deg, rgba(5,7,11,.18) 0%, transparent 28%, rgba(5,7,11,.55) 68%, rgba(5,7,11,.88) 100%);
}
.lp-hero-inner {
    position: relative; z-index: 1; width: min(1200px, calc(100% - 32px));
    display: grid; gap: 22px;
}
.lp-kicker {
    display: inline-flex; align-items: center; gap: 8px; justify-self: start;
    color: var(--green-2); font-weight: 800; letter-spacing: .3px; font-size: 13px;
    padding: 7px 12px; border-radius: 999px;
    background: rgba(5,8,14,.42); border: 1px solid rgba(68,175,0,.28);
    backdrop-filter: blur(10px);
}
.lp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 12px var(--green-2); }
.lp-hero-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 20px; align-items: end; }
.lp-hero-copy h1 {
    font-size: clamp(40px, 6vw, 68px); line-height: 1.1; margin: 0 0 14px; font-weight: 900;
    text-shadow: 0 10px 28px rgba(0,0,0,.45);
}
.lp-hero-copy h1 em { font-style: normal; color: #7ae03a; }
.lp-hero-copy h1 span { display: block; font-size: .5em; color: #e8eef6; font-weight: 800; margin-top: 10px; }
@media (prefers-reduced-motion: reduce) {
    .lp-hero-video { visibility: hidden; }
}
.lp-lead { color: #d5deea; font-size: 17px; line-height: 1.9; max-width: 640px; margin: 0; text-shadow: 0 6px 18px rgba(0,0,0,.4); }
.lp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 14px; }
.lp-actions .btn-ghost { background: rgba(5,8,14,.45); border-color: rgba(255,255,255,.22); }
.lp-trust { display: flex; gap: 16px; flex-wrap: wrap; }
.lp-trust span {
    position: relative; padding-inline-start: 14px;
    color: #c9d4e3; font-size: 13px; font-weight: 700;
}
.lp-trust span::before {
    content: ""; position: absolute; inset-inline-start: 0; top: 8px;
    width: 6px; height: 6px; border-radius: 50%; background: var(--green-2);
}
.lp-hero-metrics { display: grid; gap: 10px; }
.lp-hero-metrics article {
    background: rgba(5,8,14,.5); border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px); border-radius: 18px; padding: 14px 16px;
}
.lp-hero-metrics b { display: block; font-size: 22px; line-height: 1.2; color: #fff; }
.lp-hero-metrics span { color: #b7c4d6; font-size: 12px; font-weight: 700; }
.lp-hero-pitch, .lp-hero-glow, .lp-hero-visual, .lp-logo-orb, .lp-floats { display: none; }

.lp-stats { margin-top: -36px; position: relative; z-index: 2; padding-bottom: 8px; }
.lp-stats-row {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
}
.lp-stats-row article {
    position: relative; overflow: hidden;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(14,24,38,.92), rgba(7,12,18,.9));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.lp-stats-row article::after {
    content: ""; position: absolute; inset: auto -10% -40% auto;
    width: 120px; height: 120px; border-radius: 50%;
    background: radial-gradient(circle, rgba(68,175,0,.16), transparent 68%);
}
.lp-stats-row article.is-gold::after {
    background: radial-gradient(circle, rgba(212,175,55,.18), transparent 68%);
}
.lp-stat-mark {
    display: inline-flex; padding: 3px 8px; border-radius: 999px;
    background: rgba(68,175,0,.12); color: #9be36a;
    border: 1px solid rgba(68,175,0,.22);
    font-size: 11px; font-weight: 800;
}
.lp-stats-row article.is-gold .lp-stat-mark {
    background: rgba(212,175,55,.12); color: var(--gold);
    border-color: rgba(212,175,55,.25);
}
.lp-stats-row b {
    display: block; position: relative;
    font-size: clamp(32px, 4vw, 44px); line-height: 1;
    color: #fff; margin: 12px 0 8px;
}
.lp-stats-row article.is-gold b { color: var(--gold); }
.lp-stats-row strong { display: block; font-size: 15px; font-weight: 800; }
.lp-stats-row em { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-style: normal; font-weight: 700; }

.lp-section { padding: 78px 0; }
.lp-section-alt { background: linear-gradient(180deg, rgba(10,61,98,.08), transparent 30%, rgba(68,175,0,.04)); }
.lp-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.lp-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 6px 0 0; }
.lp-head p { max-width: 420px; color: var(--muted); line-height: 1.8; margin: 0; }

.lp-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lp-cat {
    min-height: 230px; border-radius: 24px; padding: 22px;
    display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden;
    border: 1px solid rgba(255,255,255,.08); transition: transform .25s ease, border-color .25s ease;
}
.lp-cat:hover { transform: translateY(-6px); border-color: rgba(68,175,0,.4); }
.lp-cat h3 { margin: 0 0 6px; font-size: 24px; }
.lp-cat p, .lp-cat em { color: #c9d6e8; }
.lp-cat em { margin-top: 14px; font-style: normal; font-weight: 800; color: var(--green-2); }
.lp-cat-top { display: flex; justify-content: space-between; position: absolute; top: 18px; right: 18px; left: 18px; color: #d5e4d0; font-size: 12px; font-weight: 800; }
.lp-cat-top i { width: 10px; height: 10px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.lp-cat-navy { background: linear-gradient(180deg, rgba(10,61,98,.15), #0a1624 55%), linear-gradient(135deg, #0a3d62, #071018); }
.lp-cat-green { background: linear-gradient(180deg, rgba(68,175,0,.16), #08140c 58%), linear-gradient(135deg, #163b10, #071018); }
.lp-cat-gold { background: linear-gradient(180deg, rgba(212,175,55,.16), #161208 58%), linear-gradient(135deg, #3a2d10, #071018); }
.lp-cat-blue { background: linear-gradient(180deg, rgba(31,111,173,.18), #08131c 58%), linear-gradient(135deg, #12355b, #071018); }

.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lp-steps article {
    background: rgba(12,22,38,.72); border: 1px solid rgba(255,255,255,.07);
    border-radius: 22px; padding: 22px; min-height: 220px;
}
.lp-steps span { display: block; font-size: 28px; font-weight: 900; color: var(--green-2); margin-bottom: 10px; }
.lp-steps h3 { margin: 0 0 8px; }
.lp-steps p { color: var(--muted); line-height: 1.8; margin: 0; }

.lp-roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-roles article {
    background: linear-gradient(180deg, rgba(18,53,91,.28), rgba(7,16,24,.9));
    border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 26px;
}
.lp-roles h3 { margin: 0 0 10px; font-size: 26px; }
.lp-roles p { color: var(--muted); line-height: 1.8; }
.lp-roles ul { margin: 16px 0 0; padding-inline-start: 18px; color: #d5e2f2; line-height: 2; }

.lp-players { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lp-player {
    position: relative; overflow: hidden; border-radius: 24px; min-height: 320px;
    background:
        radial-gradient(circle at 20% 15%, rgba(212,175,55,.16), transparent 28%),
        linear-gradient(160deg, #0a3d62 0%, #071018 58%, #123510 100%);
    border: 1px solid rgba(212,175,55,.18);
    padding: 20px; display: flex; flex-direction: column; transition: transform .25s ease;
}
.lp-player:hover { transform: translateY(-8px); }
.lp-player-shine {
    position: absolute; inset: -40% 40% auto auto; width: 140px; height: 240px;
    background: linear-gradient(180deg, rgba(255,255,255,.16), transparent); transform: rotate(24deg);
}
.lp-player-num { font-size: 64px; font-weight: 900; color: var(--gold); line-height: .9; text-shadow: 0 10px 24px rgba(0,0,0,.35); }
.lp-player-meta { margin-top: 8px; }
.lp-player-meta span { color: #9be36a; font-size: 12px; font-weight: 800; }
.lp-player-meta strong { display: block; font-size: 20px; margin: 4px 0 2px; }
.lp-player-meta small { color: var(--muted); }
.lp-player-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 18px 0 14px; }
.lp-player-stats div { background: rgba(0,0,0,.28); border-radius: 12px; padding: 8px 4px; text-align: center; }
.lp-player-stats b { display: block; color: #fff; }
.lp-player-stats span { color: var(--muted); font-size: 11px; }
.lp-player-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.lp-more { color: var(--green-2); font-size: 13px; font-weight: 800; }

.lp-cta { padding: 0 0 80px; }
.lp-cta-box {
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    padding: 36px; border-radius: 28px;
    background:
        radial-gradient(circle at 80% 20%, rgba(68,175,0,.2), transparent 28%),
        linear-gradient(135deg, #0a3d62, #071018 55%, #163b10);
    border: 1px solid rgba(68,175,0,.22);
}
.lp-cta-box h2 { margin: 6px 0 8px; font-size: 34px; }
.lp-cta-box p { color: #c9d6e8; margin: 0; max-width: 560px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.06); padding: 42px 0 22px; margin-top: 10px; background: rgba(0,0,0,.18); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 24px; }
.footer-grid h4 { margin: 0 0 12px; }
.footer-grid a, .footer-grid p { display: block; color: var(--muted); line-height: 1.9; margin: 0; }
.footer-grid a:hover { color: var(--green-2); }
.footer-copy { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 28px; color: #6f7f96; font-size: 13px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.05); }

.nav-overlay { display: none; }
.lp-mbar { display: none; }

@media (max-width: 1100px) {
    .lp-hero-main, .lp-cats, .lp-steps, .lp-players, .lp-stats-row { grid-template-columns: 1fr 1fr; }
    .lp-roles, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    body.nav-open { overflow: hidden; }
    .site-nav, .site-nav.is-scrolled {
        z-index: 70; padding: env(safe-area-inset-top) 0 0;
        background: transparent;
    }
    .nav-shell {
        display: flex; grid-template-columns: none;
        gap: 8px; min-height: 56px; padding: 6px 8px;
        border-radius: 18px;
    }
    .nav-word small { display: none; }
    .nav-crest-mark { width: 40px; height: 40px; }
    .nav-crest-mark img { height: 32px; }
    .nav-word b { font-size: 16px; }
    .nav-tools { margin-inline-start: auto; }
    .nav-toggle { display: inline-block; }
    .nav-pass { min-width: 72px; min-height: 36px; padding: 0 16px; font-size: 13px; }
    .nav-overlay {
        display: block; position: fixed;
        top: calc(68px + env(safe-area-inset-top)); inset-inline: 0; bottom: 0;
        z-index: 60; background: rgba(0,0,0,.5);
    }
    .nav-overlay[hidden] { display: none !important; }
    .nav-lane {
        display: flex; position: fixed;
        top: calc(72px + env(safe-area-inset-top));
        inset-inline: 12px; width: auto; z-index: 65;
        background: #0b1522;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 18px; padding: 8px;
        flex-direction: column; align-items: stretch; gap: 4px;
        transform: translateY(-8px); opacity: 0;
        visibility: hidden; pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        box-shadow: 0 18px 48px rgba(0,0,0,.45);
    }
    .nav-lane.is-open {
        transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    }
    .nav-lane a {
        padding: 13px 14px; border-radius: 12px; font-weight: 800; font-size: 15px;
        background: transparent; border: 0; color: #e7eef8;
    }
    .nav-lane a:hover, .nav-lane a:active, .nav-lane a.is-on { background: rgba(68,175,0,.14); color: var(--green-2); }

    .page-landing { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
    .lp-hero { min-height: 100svh; padding: 16px 0 24px; }
    .lp-hero-inner { width: min(1200px, calc(100% - 24px)); gap: 16px; }
    .lp-hero-main { grid-template-columns: 1fr; }
    .lp-hero-copy h1 { font-size: clamp(32px, 9vw, 42px); }
    .lp-lead { font-size: 15px; line-height: 1.8; }
    .lp-actions { margin: 16px 0 12px; }
    .lp-actions .btn { min-width: 0; flex: 1 1 calc(50% - 6px); }
    .lp-trust { gap: 10px 14px; }
    .lp-hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lp-hero-metrics article { padding: 10px 8px; text-align: center; }
    .lp-hero-metrics b { font-size: 16px; }
    .lp-hero-metrics span { font-size: 11px; }

    .lp-stats { margin-top: 10px; }
    .lp-stats-row { grid-template-columns: 1fr 1fr; gap: 10px; }
    .lp-stats-row article { padding: 14px 14px 12px; border-radius: 18px; }
    .lp-stats-row b { font-size: 28px; margin: 8px 0 6px; }
    .lp-stats-row strong { font-size: 13px; }

    .lp-section { padding: 40px 0; }
    .lp-head, .lp-cta-box { flex-direction: column; align-items: stretch; gap: 12px; }
    .lp-head p { max-width: none; font-size: 14px; }
    .lp-cats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .lp-cat { min-height: 168px; padding: 16px; border-radius: 20px; }
    .lp-cat h3 { font-size: 17px; }
    .lp-cat p { font-size: 12px; line-height: 1.6; margin: 0; }
    .lp-cat em { margin-top: 10px; font-size: 12px; }
    .lp-cat-top { top: 12px; right: 12px; left: 12px; font-size: 11px; }

    .lp-steps { grid-template-columns: 1fr; gap: 0; padding-inline-start: 6px; }
    .lp-steps article {
        min-height: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr);
        gap: 4px 12px; padding: 0 0 22px 0; border: 0; border-radius: 0;
        background: transparent; border-inline-start: 2px solid rgba(68,175,0,.28);
    }
    .lp-steps article:last-child { padding-bottom: 0; }
    .lp-steps span { grid-row: 1 / span 2; font-size: 22px; margin: 0; }
    .lp-steps h3 { margin: 0; font-size: 18px; }
    .lp-steps p { font-size: 14px; }

    .lp-roles { grid-template-columns: 1fr; gap: 12px; }
    .lp-roles article { padding: 18px; border-radius: 20px; }
    .lp-roles h3 { font-size: 22px; }

    .lp-players {
        display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
        gap: 12px; grid-template-columns: none;
        margin-inline: -12px; padding: 4px 12px 10px;
        -webkit-overflow-scrolling: touch; scrollbar-width: none;
    }
    .lp-players::-webkit-scrollbar { display: none; }
    .lp-player {
        flex: 0 0 min(78vw, 280px); scroll-snap-align: start;
        min-height: 268px; transform: none;
    }
    .lp-player:hover { transform: none; }
    .lp-player-num { font-size: 52px; }
    .lp-player-stats { gap: 6px; }

    .lp-cta { padding: 0 0 24px; }
    .lp-cta-box { padding: 22px; border-radius: 22px; }
    .lp-cta-box h2 { font-size: 24px; }
    .lp-cta-box .btn { width: 100%; }
    .btn-lg { width: 100%; min-width: 0; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .site-footer { padding: 32px 0 20px; }
    .footer-copy { font-size: 12px; }

    .lp-mbar {
        display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px;
        position: fixed; right: 0; left: 0; bottom: 0; z-index: 40;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(5,7,11,.92); border-top: 1px solid rgba(68,175,0,.18);
        backdrop-filter: blur(16px);
    }
    .lp-mbar .btn { min-height: 46px; width: 100%; }
}
@media (max-width: 480px) {
    .nav-word b { font-size: 15px; }
    .nav-crest-mark img { height: 30px; }
    .nav-pass { min-width: 64px; padding: 0 14px; }
    .lp-cats { grid-template-columns: 1fr; }
    .lp-cat { min-height: 140px; }
    .footer-grid { grid-template-columns: 1fr; }
    .lp-trust span:last-child { display: none; }
}
html[dir="ltr"] .nav-pass { clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%); }
html[dir="ltr"] .nav-shell { padding: 8px 10px 8px 14px; }
