﻿/* ==============================
   Warland Theme
============================== */

.warland-page {
    --wl-bg: #0c1117;
    --wl-bg-soft: #151d28;
    --wl-panel: #1a2433;
    --wl-panel-2: #121a25;
    --wl-border: rgba(159, 178, 210, 0.2);
    --wl-text: #edf2fa;
    --wl-muted: #9baeca;
    --wl-accent: #d4a86b;
    --wl-accent-soft: #8ea8ce;
    color: var(--wl-text);
    font-family: "Manrope", "Open Sans", sans-serif;
}

.warland-page .pixarts-header {
    height: 560px;
}

.warland-page .pixarts-header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 24%, rgba(131, 171, 226, 0.24) 0%, rgba(131, 171, 226, 0) 35%),
        linear-gradient(180deg, rgba(9, 14, 21, 0.22) 0%, rgba(9, 14, 21, 0.72) 65%, rgba(9, 14, 21, 0.96) 100%);
    z-index: 1;
}

.warland-page .pixarts-header-video {
    height: 612px;
    top: -34px;
    filter: brightness(0.72) saturate(0.9);
}

.warland-page .pix-header-contents,
.warland-page .pixarts-nav,
.warland-page .welcome-logo {
    position: relative;
    z-index: 4;
}

.warland-page .pixarts-nav .l-menu a span,
.warland-page .pixarts-nav .r-menu a span {
    color: #eef4ff;
    font-family: "Cinzel", "TrajanProBold", serif;
    letter-spacing: 0.08em;
}

.warland-page .pixarts-nav .l-menu a:hover span,
.warland-page .pixarts-nav .r-menu a:hover span {
    color: #f4d7ac;
}

.warland-content {
    background:
        radial-gradient(circle at 16% 6%, rgba(102, 143, 201, 0.18) 0%, rgba(102, 143, 201, 0) 35%),
        linear-gradient(180deg, var(--wl-bg-soft) 0%, var(--wl-bg) 100%);
}

.warland-shell {
    width: min(1240px, calc(100% - 1rem));
    margin: 0 auto;
    padding: 26px 0 44px;
    display: grid;
    gap: 0.85rem;
}

.warland-mini-nav {
    border: 1px solid var(--wl-border);
    background: rgba(18, 28, 42, 0.92);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.45rem;
}

.warland-mini-nav a {
    border: 1px solid rgba(124, 151, 188, 0.45);
    border-radius: 8px;
    background: rgba(13, 21, 33, 0.9);
    color: #dce9fb;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.42rem 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    transition: filter 0.16s ease, border-color 0.16s ease;
}

.warland-mini-nav a:hover {
    filter: brightness(1.1);
    border-color: rgba(219, 178, 119, 0.82);
}

.warland-mini-nav .mud-icon-root {
    font-size: 1rem;
}

.warland-panel {
    border: 1px solid var(--wl-border);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(25, 37, 54, 0.96) 0%, rgba(16, 24, 35, 0.96) 100%);
    box-shadow: 0 12px 30px rgba(1, 5, 12, 0.36);
    padding: 0.95rem;
}

.warland-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.9fr);
    gap: 0.85rem;
    background:
        linear-gradient(96deg, rgba(24, 35, 50, 0.94) 0%, rgba(17, 25, 37, 0.94) 100%),
        url("/img/header-bg-static.png") right center / cover no-repeat;
}

.warland-hero-copy {
    display: grid;
    gap: 0.7rem;
    align-content: start;
}

.warland-eyebrow {
    margin: 0;
    color: var(--wl-accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.66rem;
    font-weight: 700;
}

.warland-hero-copy h1 {
    margin: 0;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.08;
    color: #f3f7ff;
}

.warland-hero-copy p {
    margin: 0;
    color: var(--wl-muted);
    line-height: 1.58;
    max-width: 700px;
}

.warland-hero-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.warland-btn {
    border: 1px solid rgba(136, 164, 203, 0.56);
    background: #243956;
    color: #e7eefb;
    border-radius: 8px;
    padding: 0.54rem 0.9rem;
    text-decoration: none;
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.16s ease, transform 0.16s ease, border-color 0.16s ease;
}

.warland-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    border-color: rgba(222, 184, 125, 0.85);
}

.warland-btn-primary {
    border-color: rgba(229, 187, 122, 0.86);
    background: linear-gradient(180deg, #b58a52 0%, #8e6635 100%);
    color: #fff4e2;
}

.warland-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.warland-hero-stats div {
    border: 1px solid rgba(115, 145, 186, 0.4);
    border-radius: 8px;
    background: rgba(11, 18, 28, 0.9);
    padding: 0.45rem 0.5rem;
}

.warland-hero-stats span {
    display: block;
    color: var(--wl-muted);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.warland-hero-stats strong {
    color: #eff5ff;
    font-size: 0.85rem;
}

.warland-auth-panel {
    border: 1px solid rgba(126, 154, 192, 0.45);
    border-radius: 10px;
    background: rgba(13, 21, 32, 0.93);
    padding: 0.8rem;
    align-self: start;
}

.warland-auth-panel h2 {
    margin: 0 0 0.45rem;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.warland-auth-panel p {
    margin: 0 0 0.6rem;
    color: var(--wl-muted);
    line-height: 1.5;
    font-size: 0.78rem;
}

.warland-auth-form {
    display: grid;
    gap: 0.55rem;
}

.warland-auth-form label {
    display: grid;
    gap: 0.22rem;
}

.warland-auth-form span {
    color: #a5b7d2;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.warland-auth-form input {
    border: 1px solid rgba(108, 139, 183, 0.62);
    border-radius: 8px;
    background: rgba(10, 17, 27, 0.93);
    color: #edf4ff;
    padding: 0.52rem 0.58rem;
    outline: none;
}

.warland-auth-form input:focus {
    border-color: rgba(224, 185, 126, 0.84);
}

.warland-auth-links {
    margin-top: 0.55rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
}

.warland-auth-links a {
    color: #9db8df;
    text-decoration: none;
    font-size: 0.72rem;
}

.warland-auth-links a:hover {
    color: #f1d1a4;
}

.warland-auth-links-spread {
    justify-content: space-between;
}

.warland-auth-links-spread form {
    margin: 0;
}

.warland-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.warland-account-grid div {
    border: 1px solid rgba(112, 144, 188, 0.35);
    border-radius: 8px;
    background: rgba(11, 18, 28, 0.9);
    padding: 0.42rem 0.5rem;
}

.warland-account-grid span {
    display: block;
    color: #9fb2cd;
    font-size: 0.62rem;
}

.warland-account-grid strong {
    color: #edf4ff;
    font-size: 0.8rem;
}

.warland-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 0.65rem;
}

.warland-section-head h2 {
    margin: 0;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #f2f7ff;
}

.warland-section-head a {
    color: #a4bee3;
    text-decoration: none;
    font-size: 0.74rem;
}

.warland-section-head a:hover {
    color: #f2d2a4;
}

.warland-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 0.9rem;
}

.warland-about-grid h3 {
    margin: 0 0 0.45rem;
    color: #ecf4ff;
    font-size: 0.9rem;
}

.warland-about-grid ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #9eb2cf;
    line-height: 1.6;
}

.warland-media-box {
    display: grid;
    gap: 0.55rem;
}

.warland-media-box video {
    width: 100%;
    border: 1px solid rgba(108, 140, 185, 0.45);
    border-radius: 10px;
    background: #0f1722;
}

.warland-inline-cta {
    justify-self: start;
    border: 1px solid rgba(219, 179, 119, 0.72);
    border-radius: 8px;
    background: rgba(46, 33, 20, 0.92);
    color: #f7e2c0;
    text-decoration: none;
    padding: 0.4rem 0.72rem;
    font-size: 0.72rem;
}

.warland-ranking-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.warland-ranking-card {
    border: 1px solid rgba(110, 140, 184, 0.34);
    border-radius: 10px;
    background: rgba(12, 20, 30, 0.9);
    padding: 0.7rem;
}

.warland-ranking-card h3 {
    margin: 0 0 0.45rem;
    color: #e8f1ff;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.warland-ranking-table {
    display: grid;
    gap: 0.25rem;
}

.warland-ranking-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 84px 66px;
    gap: 0.4rem;
    align-items: center;
    border: 1px solid rgba(95, 126, 168, 0.28);
    border-radius: 7px;
    background: rgba(10, 17, 26, 0.85);
    padding: 0.35rem 0.45rem;
    color: #cadbf3;
    font-size: 0.71rem;
}

.warland-ranking-row-head {
    background: rgba(30, 47, 72, 0.72);
    color: #eff5ff;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.warland-news-panel {
    display: grid;
    gap: 0.65rem;
}

.warland-news-item {
    border: 1px solid rgba(103, 134, 177, 0.33);
    border-radius: 10px;
    background: rgba(12, 20, 30, 0.9);
    padding: 0.55rem;
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 0.75rem;
}

.warland-news-item img {
    width: 100%;
    height: 100%;
    max-height: 152px;
    object-fit: cover;
    border-radius: 8px;
}

.warland-news-item h3 {
    margin: 0 0 0.36rem;
    color: #edf4ff;
    font-size: 0.94rem;
}

.warland-news-item p {
    margin: 0;
    color: var(--wl-muted);
    line-height: 1.54;
}

.warland-news-item footer {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.warland-news-item footer span {
    color: #8ea8cb;
    font-size: 0.68rem;
}

.warland-news-item footer a {
    color: #f0d1a4;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
}

.warland-download-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.warland-download-grid a {
    border: 1px solid rgba(107, 139, 183, 0.42);
    border-radius: 10px;
    background: rgba(12, 21, 32, 0.91);
    color: #e8f0ff;
    text-decoration: none;
    padding: 0.6rem 0.66rem;
    display: grid;
    gap: 0.22rem;
    transition: filter 0.16s ease, border-color 0.16s ease;
}

.warland-download-grid a strong {
    font-size: 0.8rem;
    color: #f1f6ff;
}

.warland-download-grid a span {
    font-size: 0.68rem;
    color: #9cb1cf;
    line-height: 1.45;
}

.warland-download-grid a:hover {
    filter: brightness(1.08);
    border-color: rgba(224, 184, 124, 0.82);
}

/* Auth pages (register + login) */
.war-auth-shell .inner-page-card,
.war-auth-card-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.war-auth-page {
    border: 1px solid var(--wl-border);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(25, 38, 57, 0.95) 0%, rgba(15, 24, 36, 0.95) 100%),
        url("/img/header-bg-static.png") center/cover no-repeat;
    padding: 0.95rem;
    display: grid;
    gap: 0.8rem;
}

.war-auth-head h2 {
    margin: 0;
    font-family: "Cinzel", "TrajanProBold", serif;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.war-auth-head p {
    margin: 0.35rem 0 0;
    color: var(--wl-muted);
}

.war-auth-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 0.8rem;
}

.war-auth-info,
.war-auth-form-wrap {
    border: 1px solid rgba(111, 142, 186, 0.36);
    border-radius: 10px;
    background: rgba(12, 20, 31, 0.92);
    padding: 0.75rem;
}

.war-auth-info h3,
.war-auth-form-wrap h3 {
    margin: 0 0 0.45rem;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ecf4ff;
}

.war-auth-info ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #9db0ce;
    line-height: 1.58;
}

.war-auth-form {
    display: grid;
    gap: 0.58rem;
}

.war-auth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.war-auth-turnstile {
    display: flex;
    justify-content: center;
    margin: 0.18rem 0 0.1rem;
}

.war-auth-form label {
    display: grid;
    gap: 0.22rem;
}

.war-auth-form label span {
    color: #a2b5d2;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.war-auth-form input {
    border: 1px solid rgba(108, 140, 185, 0.62);
    border-radius: 8px;
    background: rgba(8, 14, 22, 0.93);
    color: #edf4ff;
    padding: 0.52rem 0.58rem;
    outline: none;
}

.war-auth-form input:focus {
    border-color: rgba(223, 183, 124, 0.86);
}

.war-auth-form .war-auth-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #cdd7e7;
    font-size: 0.78rem;
    line-height: 1.45;
}

.war-auth-form .war-auth-terms input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    min-height: 17px;
    margin-top: 0.12rem;
    accent-color: #d7a44e;
}

.war-auth-form .war-auth-terms span {
    color: #cdd7e7;
    font-size: 0.78rem;
    text-transform: none;
    letter-spacing: 0;
}

.war-auth-form .war-auth-terms a {
    color: #f0c879;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.war-auth-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 1180px) {
    .warland-mini-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .warland-hero-panel {
        grid-template-columns: 1fr;
    }

    .warland-hero-stats,
    .warland-download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .warland-about-grid,
    .warland-ranking-columns,
    .war-auth-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .warland-shell {
        width: calc(100% - 0.7rem);
    }

    .warland-news-item {
        grid-template-columns: 1fr;
    }

    .warland-news-item img {
        max-height: 220px;
    }

    .warland-hero-stats,
    .warland-account-grid,
    .war-auth-form-grid,
    .warland-download-grid,
    .warland-mini-nav {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   Home Landing Page
============================== */
.home-landing-page {
    --lp-bg: #090403;
    --lp-bg-2: #170807;
    --lp-panel: rgba(34, 18, 16, 0.84);
    --lp-panel-strong: rgba(31, 15, 13, 0.96);
    --lp-border: rgba(224, 159, 86, 0.48);
    --lp-border-soft: rgba(188, 101, 63, 0.34);
    --lp-gold: #f0c46f;
    --lp-gold-2: #a96a24;
    --lp-copper: #cf5624;
    --lp-text: #f3f7ff;
    --lp-muted: #d3b79f;
    --lp-dim: #9a7766;
    /* Replace none with url("/img/...") when the final feature artwork is ready. */
    --feature-image-journal: url("/img/web_1.png");
    --feature-image-dungeon: url("/img/web_1_2.png");
    --feature-image-economy:  url("/img/web_2_ceh.png");
    --feature-image-guild: url("/img/web_3_peca.png");
    width: 100%;
    max-width: none;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: "Manrope", "Open Sans", sans-serif;
}

.home-landing-page a {
    color: inherit;
}

.landing-hero {
    position: relative;
    min-height: clamp(680px, 82svh, 860px);
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    overflow: hidden;
    background: #0b0504;
}

.landing-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 42%;
    filter: brightness(0.82) saturate(1.18) contrast(1.04);
    pointer-events: none;
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 28%, rgba(188, 71, 34, 0.18) 0%, rgba(188, 71, 34, 0) 38%),
        radial-gradient(circle at 86% 58%, rgba(240, 113, 48, 0.14) 0%, rgba(240, 113, 48, 0) 34%),
        linear-gradient(90deg, rgba(10, 4, 4, 0.86) 0%, rgba(18, 7, 7, 0.66) 34%, rgba(24, 8, 7, 0.24) 62%, rgba(10, 5, 5, 0.62) 100%),
        linear-gradient(180deg, rgba(8, 4, 4, 0.92) 0%, rgba(8, 4, 4, 0.42) 10%, rgba(8, 4, 4, 0.06) 44%, rgba(8, 4, 4, 0.88) 100%);
    pointer-events: none;
}

.landing-nav {
    position: relative;
    z-index: 3;
    width: min(1296px, 100%);
    margin: 0 auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(224, 159, 86, 0.24);
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    min-width: 0;
}

.landing-brand img {
    width: 46px;
    height: auto;
    object-fit: contain;
}

.landing-brand span {
    font-family: "Cinzel", "TrajanProBold", serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #f3f6ff;
    white-space: nowrap;
}

.landing-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.landing-nav-links a,
.landing-nav-login {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(160, 91, 66, 0.72);
    border-radius: 999px;
    background: rgba(20, 9, 9, 0.66);
    color: #f1e5d8;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.36rem 0.86rem;
    appearance: none;
    transition: border-color 0.16s ease, filter 0.16s ease;
}

.landing-nav-login {
    cursor: pointer;
}

.landing-nav-links a:hover,
.landing-nav-login:hover {
    border-color: rgba(240, 196, 111, 0.92);
    filter: brightness(1.08);
}

.landing-nav-links .landing-nav-cta {
    min-width: 210px;
    border-color: rgba(240, 196, 111, 0.84);
    background: linear-gradient(180deg, #f0c46f 0%, #a96a24 100%);
    color: #211307;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.landing-nav-icon {
    width: 12px;
    height: 14px;
    object-fit: contain;
    margin-right: 0.38rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.landing-hero-inner {
    position: relative;
    z-index: 2;
    flex: 1;
    width: min(1296px, 100%);
    margin: 0 auto;
    min-height: clamp(600px, calc(82svh - 70px), 790px);
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
    align-items: start;
    gap: 2rem;
    padding: 42px 0 44px;
}

.landing-hero-copy {
    min-width: 0;
    max-width: 760px;
    display: grid;
    gap: 0.92rem;
}

.landing-hero-logo {
    width: min(560px, 100%);
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.62));
}

.landing-eyebrow,
.landing-card-kicker,
.landing-section-head p {
    margin: 0;
    color: var(--lp-gold);
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.landing-hero-copy h1 {
    margin: 0;
    max-width: 820px;
    color: var(--lp-text);
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 4.82rem;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 16px 38px rgba(0, 0, 0, 0.62);
}

.landing-hero-copy h1 span {
    display: block;
    color: #f1c789;
    text-shadow: 0 12px 30px rgba(167, 63, 27, 0.62);
}

.landing-hero-lead {
    margin: 0;
    max-width: 760px;
    color: #ead8c4;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1.08rem;
    line-height: 1.55;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.landing-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.landing-hero-quick-grid {
    width: min(820px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.8fr);
    gap: 0.72rem;
    align-items: stretch;
}

.landing-hero-quick-grid .landing-prep-strip {
    grid-template-columns: 64px minmax(0, 1fr);
}

.landing-hero-quick-grid .landing-prep-strip a {
    grid-column: 1 / -1;
    width: 100%;
}

.landing-button,
.landing-wide-button,
.landing-promo-code button,
.landing-prep-strip a {
    min-height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.16s ease, filter 0.16s ease, border-color 0.16s ease;
}

.landing-button {
    min-width: 190px;
    padding: 0.62rem 1.22rem;
    border: 1px solid rgba(158, 92, 68, 0.72);
    background: rgba(22, 10, 10, 0.78);
    color: #f1e5d8;
}

.landing-button:hover,
.landing-wide-button:hover,
.landing-promo-code button:hover,
.landing-prep-strip a:hover {
    transform: translateY(-1px);
    filter: brightness(1.07);
}

.landing-button-gold,
.landing-wide-button-gold {
    border-color: rgba(250, 214, 128, 0.92);
    background: linear-gradient(180deg, #f0c46f 0%, #a96a24 100%);
    color: #211307;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 10px 22px rgba(0, 0, 0, 0.26);
}

.landing-button-warm {
    border-color: rgba(232, 101, 43, 0.9);
    background: linear-gradient(180deg, #db642a 0%, #9b3118 100%);
    color: #fff6ed;
}

.landing-button-ghost {
    background: rgba(20, 9, 9, 0.48);
}

.landing-prep-strip {
    width: 100%;
    min-height: 82px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    border: 1px solid rgba(224, 159, 86, 0.58);
    border-radius: 8px;
    background: rgba(20, 9, 9, 0.58);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    padding: 0.62rem 0.75rem;
}

.landing-prep-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 214, 128, 0.74);
    background: linear-gradient(180deg, rgba(240, 196, 111, 0.94) 0%, rgba(169, 106, 36, 0.94) 100%);
    color: #1d1207;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-weight: 800;
    font-size: 0.78rem;
}

.landing-prep-strip strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #ffe3a7;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.landing-prep-strip span {
    display: block;
    color: #d5c4b5;
    font-size: 0.8rem;
    line-height: 1.45;
}

.landing-prep-strip a {
    min-height: 38px;
    border: 1px solid rgba(224, 159, 86, 0.74);
    background: rgba(28, 12, 11, 0.88);
    color: #ffe2a2;
    padding: 0.52rem 0.85rem;
    white-space: nowrap;
}

.landing-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
    width: min(760px, 100%);
}

.landing-hero-stats div {
    min-height: 64px;
    border: 1px solid rgba(224, 159, 86, 0.38);
    border-radius: 8px;
    background: rgba(15, 7, 7, 0.58);
    backdrop-filter: blur(4px);
    padding: 0.58rem 0.72rem;
    display: grid;
    align-content: center;
    gap: 0.18rem;
}

.landing-hero-stats span,
.landing-account-mini span {
    color: #c7ad99;
    font-size: 0.74rem;
}

.landing-hero-stats strong {
    color: #fff7df;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1.06rem;
}

.landing-action-stack {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 0.72rem;
}

.landing-action-card {
    border: 1px solid var(--lp-border);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(74, 43, 34, 0.48) 0%, rgba(32, 16, 14, 0.72) 18%, rgba(13, 8, 8, 0.84) 100%);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 1rem;
    backdrop-filter: blur(8px);
}

.landing-action-card h2 {
    margin: 0.24rem 0 0.24rem;
    color: #ffdc82;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1.28rem;
    line-height: 1.14;
    text-transform: uppercase;
    text-align: center;
}

.landing-action-card p {
    margin: 0;
    color: #d8c5b4;
    line-height: 1.55;
}

.landing-register-card {
    display: grid;
    gap: 0.46rem;
}

.landing-register-card .landing-card-kicker,
.landing-promo-card .landing-card-kicker {
    text-align: center;
}

.landing-wide-button {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(224, 159, 86, 0.5);
    background: rgba(20, 9, 9, 0.82);
    color: #f0e2d3;
    font-size: 0.82rem;
    padding: 0.46rem 0.9rem;
}

.landing-account-mini {
    display: flex;
    justify-content: space-between;
    gap: 0.65rem;
    border: 1px solid rgba(188, 101, 63, 0.28);
    border-radius: 8px;
    background: rgba(14, 7, 7, 0.68);
    padding: 0.65rem 0.75rem;
}

.landing-account-mini strong {
    color: #ffe0a0;
}

.landing-status-error {
    border: 1px solid rgba(232, 94, 79, 0.55);
    border-radius: 8px;
    background: rgba(81, 20, 20, 0.62);
    color: #ffd2cd !important;
    padding: 0.55rem 0.65rem;
    font-size: 0.8rem;
}

.landing-promo-card {
    display: grid;
    gap: 0.62rem;
}

.landing-promo-card-compact {
    min-height: 0;
    align-content: center;
    gap: 0.42rem;
    padding: 0.72rem;
    background:
        linear-gradient(180deg, rgba(74, 43, 34, 0.44) 0%, rgba(26, 12, 11, 0.68) 100%);
}

.landing-promo-card-compact h2 {
    font-size: 0.92rem;
    margin: 0;
}

.landing-promo-card-compact .landing-card-kicker {
    font-size: 0.62rem;
}

.landing-promo-card-compact .landing-reward-grid {
    grid-template-columns: repeat(6, 30px);
    gap: 0.26rem;
}

.landing-promo-card-compact .landing-reward-grid img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    padding: 0.14rem;
}

.landing-promo-card-compact .landing-promo-code {
    grid-template-columns: minmax(0, 1fr) 56px;
    gap: 0.38rem;
}

.landing-promo-card-compact .landing-promo-code strong,
.landing-promo-card-compact .landing-promo-code button {
    min-height: 34px;
    font-size: 0.68rem;
}

.landing-promo-card-compact .landing-promo-code button {
    padding: 0.3rem 0.48rem;
}

.landing-reward-grid {
    display: grid;
    grid-template-columns: repeat(6, 42px);
    justify-content: center;
    gap: 0.4rem;
}

.landing-reward-grid img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border: 1px solid rgba(224, 159, 86, 0.48);
    border-radius: 8px;
    background: rgba(12, 6, 6, 0.72);
    padding: 0.24rem;
}

.landing-promo-code {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
}

.landing-promo-code strong {
    min-height: 40px;
    border: 1px solid rgba(224, 159, 86, 0.58);
    border-radius: 8px;
    background: rgba(14, 7, 7, 0.82);
    color: #f8f2df;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cinzel", "TrajanProBold", serif;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
    padding: 0.42rem 0.6rem;
}

.landing-promo-code button {
    min-height: 40px;
    border: 1px solid rgba(250, 214, 128, 0.82);
    background: linear-gradient(180deg, #f2cf74 0%, #b47a25 100%);
    color: #211307;
    padding: 0.42rem 0.85rem;
    font-size: 0.78rem;
}

.landing-main {
    position: relative;
    background:
        linear-gradient(180deg, #050202 0%, #170807 38%, #050202 100%);
    border-top: 1px solid rgba(224, 159, 86, 0.2);
    box-shadow: 0 -44px 70px rgba(5, 2, 2, 0.84);
}

.landing-auth-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    padding: 1rem;
    background: rgba(5, 2, 2, 0.78);
    isolation: isolate;
}

.home-landing-page .home-auth-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    height: 100dvh;
    min-height: 100dvh;
    padding: 1rem;
}

.landing-auth-panel {
    position: relative;
    z-index: 1;
    transform: none;
    width: min(460px, calc(100% - 2rem));
    max-height: min(92vh, 760px);
    overflow-y: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    border: 1px solid rgba(224, 159, 86, 0.58);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(74, 43, 34, 0.72) 0%, rgba(20, 9, 9, 0.98) 26%, rgba(8, 4, 4, 0.98) 100%);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
    color: #f3f7ff;
}

.landing-auth-panel-wide {
    width: min(680px, calc(100% - 2rem));
}

.landing-register-panel {
    width: min(430px, calc(100% - 1.25rem));
    max-height: min(94vh, 780px);
    border-radius: 8px;
    border-color: rgba(231, 188, 118, 0.46);
    background:
        linear-gradient(180deg, rgba(38, 24, 24, 0.96) 0%, rgba(12, 7, 8, 0.99) 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    padding: 1.45rem;
}

.landing-register-panel h2 {
    margin: 0 2.2rem 0.38rem 0;
    font-size: 1.36rem;
}

.landing-register-panel .landing-auth-lead {
    margin-bottom: 1.05rem;
    color: #d9c9bb;
    font-size: 0.94rem;
}

.landing-register-panel .landing-auth-form {
    gap: 0.72rem;
}

.landing-register-panel .landing-auth-form-grid {
    grid-template-columns: 1fr;
    gap: 0.66rem;
}

.landing-register-panel .landing-auth-form input {
    min-height: 44px;
    border-color: rgba(229, 184, 111, 0.34);
    background: rgba(6, 4, 5, 0.86);
}

.landing-register-panel .landing-button-gold {
    min-height: 46px;
}

.landing-auth-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(224, 159, 86, 0.42);
    border-radius: 50%;
    background: rgba(12, 6, 6, 0.8);
    color: #f4e6d4;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
}

.landing-auth-panel h2 {
    margin: 0.22rem 2rem 0.32rem 0;
    color: #ffdc82;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1.62rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.landing-auth-lead {
    margin: 0 0 0.95rem;
    color: #d8c5b4;
    line-height: 1.55;
}

.landing-auth-form {
    display: grid;
    gap: 0.78rem;
}

.landing-auth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.78rem;
}

.landing-turnstile-field {
    display: flex;
    justify-content: center;
    margin: 0.1rem 0 0.2rem;
}

.landing-auth-form label {
    display: grid;
    gap: 0.34rem;
}

.landing-auth-form label span {
    color: #f2d79b;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.landing-auth-form input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(224, 159, 86, 0.4);
    border-radius: 8px;
    background: rgba(10, 5, 5, 0.82);
    color: #f4efe8;
    padding: 0.58rem 0.7rem;
    outline: none;
}

.landing-auth-form input:focus {
    border-color: rgba(240, 196, 111, 0.82);
}

.landing-auth-form .landing-auth-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.58rem;
    color: #d8c5b4;
    font-size: 0.84rem;
    line-height: 1.45;
}

.landing-auth-form .landing-auth-terms input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 0.08rem;
    accent-color: #d9a441;
}

.landing-auth-form .landing-auth-terms span {
    color: #d8c5b4;
    font-size: 0.84rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.landing-auth-form .landing-auth-terms a {
    color: #ffdc82;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.landing-auth-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.62rem;
    margin-top: 0.9rem;
    color: #cdb7a2;
    font-size: 0.84rem;
}

.landing-auth-switch button {
    border: 0;
    background: transparent;
    color: #ffdc82;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
}

.landing-auth-recovery {
    margin-top: 0.9rem;
    border-top: 1px solid rgba(224, 159, 86, 0.22);
    padding-top: 0.9rem;
}

.landing-auth-message {
    margin: 0.85rem 0 0;
    border: 1px solid rgba(224, 159, 86, 0.28);
    border-radius: 8px;
    padding: 0.72rem 0.82rem;
    color: #f1dfc6;
    background: rgba(13, 7, 7, 0.72);
}

.landing-auth-message.success {
    border-color: rgba(104, 194, 118, 0.48);
    color: #d4ffd8;
}

.landing-auth-message.error {
    border-color: rgba(232, 94, 79, 0.55);
    color: #ffd2cd;
}

.landing-launch-section {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 46px 0 10px;
}

.landing-section {
    width: min(1296px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 58px 0;
}

.landing-feature-intro {
    padding-top: 54px;
}

.landing-section-head {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.55rem;
    margin-bottom: 1.55rem;
}

.landing-section-head h2 {
    margin: 0;
    color: #f4f7ff;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 2.15rem;
    line-height: 1.16;
    text-transform: uppercase;
}

.landing-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.landing-feature-card,
.landing-ranking-card,
.landing-faq-list,
.landing-tiktok-card {
    border: 1px solid var(--lp-border-soft);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(45, 22, 18, 0.72) 0%, rgba(13, 7, 7, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.landing-feature-card {
    position: relative;
    min-height: 260px;
    padding: 1.25rem;
    display: grid;
    align-content: end;
    gap: 0.55rem;
    overflow: hidden;
}

.landing-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--feature-image);
    background-position: var(--feature-position, center);
    background-size: cover;
    transform: scale(1.04);
}

.landing-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 4, 4, 0.2) 0%, rgba(14, 6, 6, 0.58) 46%, rgba(9, 4, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(9, 4, 4, 0.86) 0%, rgba(9, 4, 4, 0.34) 58%, rgba(9, 4, 4, 0.76) 100%);
}

.landing-feature-card > * {
    position: relative;
    z-index: 1;
}

.landing-feature-card-journal {
    --feature-image: var(--feature-image-journal);
    --feature-position: center;
}

.landing-feature-card-dungeon {
    --feature-image: var(--feature-image-dungeon);
    --feature-position: center;
}

.landing-feature-card-economy {
    --feature-image: var(--feature-image-economy);
    --feature-position: center;
}

.landing-feature-card-guild {
    --feature-image: var(--feature-image-guild);
    --feature-position: center;
}

.landing-feature-card span {
    color: var(--lp-gold);
    font-size: 0.75rem;
    font-weight: 800;
}

.landing-feature-grid h3,
.landing-world-card h3,
.landing-ranking-card h3 {
    margin: 0;
    color: #f8f5ec;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1.08rem;
    line-height: 1.18;
    text-transform: uppercase;
}

.landing-feature-grid p,
.landing-world-card p,
.landing-route-grid p,
.landing-faq-list p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.62;
}

.landing-route-section {
    width: min(1120px, calc(100% - 2rem));
}

.landing-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    counter-reset: route;
}

.landing-route-grid article {
    position: relative;
    min-height: 210px;
    border: 1px solid rgba(224, 159, 86, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(32, 13, 11, 0.84) 0%, rgba(11, 6, 6, 0.96) 100%);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
    padding: 1.1rem;
    display: grid;
    align-content: start;
    gap: 0.52rem;
    overflow: hidden;
}

.landing-route-grid article::before {
    content: "";
    position: absolute;
    right: -28px;
    top: -28px;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(224, 159, 86, 0.2);
    border-radius: 50%;
    background: rgba(224, 159, 86, 0.07);
}

.landing-route-grid strong {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(224, 159, 86, 0.62);
    border-radius: 50%;
    background: rgba(14, 7, 7, 0.82);
    color: var(--lp-gold);
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.landing-route-grid h3 {
    margin: 0;
    color: #f8f5ec;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1rem;
    line-height: 1.18;
    text-transform: uppercase;
}

.landing-tiktok-section {
    width: 100%;
    max-width: none;
    padding: 64px 1rem;
    background:
        repeating-linear-gradient(135deg, rgba(224, 159, 86, 0.04) 0 1px, transparent 1px 18px),
        linear-gradient(180deg, #170807 0%, #100606 100%);
}

.landing-tiktok-card {
    position: relative;
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 1.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.landing-tiktok-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 0%, rgba(224, 159, 86, 0.16), transparent 34%),
        radial-gradient(circle at 86% 22%, rgba(188, 73, 38, 0.18), transparent 34%);
    opacity: 0.72;
}

.landing-tiktok-card > * {
    position: relative;
    z-index: 1;
}

.landing-tiktok-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.landing-tiktok-video-card {
    position: relative;
    box-sizing: border-box;
    aspect-ratio: 9 / 16;
    min-height: 320px;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(224, 159, 86, 0.42);
    border-radius: 8px;
    background: #080303;
    color: #f8f5ec;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}

.landing-tiktok-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 4, 4, 0.08) 0%, transparent 42%, rgba(9, 4, 4, 0.88) 100%),
        linear-gradient(90deg, rgba(9, 4, 4, 0.26) 0%, transparent 48%, rgba(9, 4, 4, 0.24) 100%);
    pointer-events: none;
}

.landing-tiktok-video-card video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 180ms ease, filter 180ms ease;
}

.landing-tiktok-video-card:hover video,
.landing-tiktok-video-card:focus-visible video {
    transform: scale(1.05);
    filter: brightness(1.08);
}

.landing-tiktok-play {
    position: absolute;
    z-index: 2;
    left: 0.82rem;
    top: 0.82rem;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(244, 205, 129, 0.72);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(240, 199, 109, 0.92) 0%, rgba(182, 119, 35, 0.92) 100%);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.38);
}

.landing-tiktok-play::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #190d08;
}

.landing-tiktok-video-meta {
    position: absolute;
    z-index: 2;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    display: grid;
    gap: 0.22rem;
}

.landing-tiktok-video-meta span {
    color: var(--lp-gold);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.landing-tiktok-video-meta strong {
    color: #f8f5ec;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 1rem;
    line-height: 1.16;
    text-transform: uppercase;
}

.landing-tiktok-link {
    width: fit-content;
    min-height: 42px;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 1.2rem;
    border: 1px solid rgba(224, 159, 86, 0.46);
    border-radius: 8px;
    background: linear-gradient(180deg, #f0c76d 0%, #b67723 100%);
    color: #180d08;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.landing-tiktok-link:hover,
.landing-tiktok-link:focus-visible {
    color: #120805;
    filter: brightness(1.06);
}

.landing-world-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.landing-world-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid var(--lp-border-soft);
    border-radius: 8px;
    background: #120707;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.landing-world-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) brightness(0.74);
}

.landing-world-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 4, 4, 0.12) 0%, rgba(16, 6, 6, 0.6) 50%, rgba(8, 3, 3, 0.95) 100%);
}

.landing-world-card div {
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: 0.45rem;
}

.landing-ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.landing-ranking-card {
    overflow: hidden;
}

.landing-ranking-widget-main {
    background:
        radial-gradient(circle at 50% 0%, rgba(174, 76, 35, 0.16), transparent 48%),
        var(--lp-bg);
}

.landing-ranking-widget-section {
    width: min(1040px, calc(100% - 2rem));
    padding: 28px 0 38px;
}

.landing-ranking-widget {
    width: 100%;
}

.landing-ranking-widget header > div {
    display: grid;
    gap: 0.22rem;
}

.landing-ranking-widget .landing-card-kicker {
    font-size: 0.67rem;
}

.landing-ranking-widget header {
    padding: 0.72rem 0.85rem;
}

.landing-rank-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-rank-compact-grid > .landing-rank-table + .landing-rank-table {
    border-left: 1px solid rgba(188, 101, 63, 0.24);
}

.landing-ranking-widget .landing-rank-row {
    grid-template-columns: 34px minmax(0, 1fr) 82px 48px;
    min-height: 36px;
    padding: 0.32rem 0.72rem;
    font-size: 0.75rem;
}

.landing-ranking-widget .landing-rank-head {
    min-height: 30px;
    font-size: 0.64rem;
}

.landing-ranking-widget .landing-rank-player img {
    width: 24px;
    height: 24px;
}

.landing-ranking-widget .landing-rank-position {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
}

.landing-ranking-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(188, 101, 63, 0.24);
}

.landing-ranking-card header a {
    color: #f3d28f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.landing-rank-table {
    display: grid;
}

.landing-rank-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 94px 66px;
    gap: 0.5rem;
    align-items: center;
    min-height: 44px;
    padding: 0.55rem 1.1rem;
    border-top: 1px solid rgba(188, 101, 63, 0.18);
    color: #e0cdbc;
    font-size: 0.82rem;
}

.landing-rank-row > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-rank-player {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.landing-rank-player img {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border: 1px solid rgba(224, 159, 86, 0.42);
    border-radius: 50%;
    background: rgba(8, 3, 3, 0.86);
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
}

.landing-rank-player span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-rank-head {
    min-height: 38px;
    background: rgba(24, 9, 8, 0.82);
    color: #f3d28f;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.landing-rank-row > span:last-child {
    text-align: right;
}

.landing-rank-position {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(224, 159, 86, 0.28);
    border-radius: 50%;
    background: rgba(20, 9, 8, 0.84);
    color: #e8d5bf;
    font-weight: 800;
}

.landing-rank-position.top-1 {
    border-color: rgba(255, 218, 126, 0.86);
    background: linear-gradient(180deg, #e4b85f, #8f571e);
    color: #211307;
}

.landing-rank-position.top-2 {
    border-color: rgba(222, 224, 232, 0.72);
    background: linear-gradient(180deg, #c7c9d0, #6e7078);
    color: #19191b;
}

.landing-rank-position.top-3 {
    border-color: rgba(225, 153, 97, 0.72);
    background: linear-gradient(180deg, #c77e47, #743b22);
    color: #fff2e7;
}

.landing-rank-empty {
    color: var(--lp-dim);
    padding: 1rem 1.1rem;
}

.home-landing-page .k-red {
    color: #f26d6d;
}

.home-landing-page .k-gold {
    color: #f0c96f;
}

.home-landing-page .k-blue {
    color: #8fc3ff;
}

.landing-faq-section {
    width: min(980px, calc(100% - 2rem));
}

.landing-faq-list {
    overflow: hidden;
}

.landing-faq-list details {
    border-top: 1px solid rgba(188, 101, 63, 0.2);
    background: rgba(20, 9, 9, 0.56);
}

.landing-faq-list details:first-child {
    border-top: 0;
}

.landing-faq-list summary {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.85rem 1rem;
    color: #f2e4d5;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.landing-faq-list summary::after {
    content: "+";
    color: var(--lp-gold);
    font-size: 1.25rem;
    line-height: 1;
}

.landing-faq-list details[open] summary::after {
    content: "-";
}

.landing-faq-list summary::-webkit-details-marker {
    display: none;
}

.landing-faq-list p {
    padding: 0 1rem 1rem;
}

.landing-footer {
    border-top: 1px solid rgba(224, 159, 86, 0.26);
    background: #050202;
}

.landing-footer-inner {
    width: min(1296px, calc(100% - 2rem));
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #c6d1df;
    font-family: "Cinzel", "TrajanProBold", serif;
    font-size: 0.78rem;
}

.landing-footer img {
    width: 92px;
    height: auto;
}

.landing-footer-links {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.landing-footer-links a {
    color: #f3d28f;
    text-decoration: none;
}

.landing-language-pill {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(188, 101, 63, 0.5);
    border-radius: 999px;
    background: rgba(14, 7, 7, 0.9);
    color: #f2e4d5;
    padding: 0.35rem 0.72rem;
    font-size: 0.74rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.landing-language-pill img {
    width: 22px;
    height: auto;
}

@media (max-width: 1180px) {
    .landing-hero {
        min-height: clamp(640px, 86svh, 820px);
    }

    .landing-hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: clamp(540px, calc(86svh - 70px), 740px);
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .landing-action-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-hero-copy h1 {
        font-size: 4rem;
    }

    .landing-hero-logo {
        width: min(500px, 100%);
    }

    .landing-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-world-grid {
        grid-template-columns: 1fr;
    }

    .landing-tiktok-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .landing-hero {
        min-height: auto;
    }

    .landing-nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 0.9rem 0;
    }

    .landing-nav-links {
        justify-content: flex-start;
        width: 100%;
    }

    .landing-nav-links .landing-nav-cta {
        min-width: 0;
    }

    .landing-hero-inner {
        min-height: auto;
        padding-top: 18px;
        padding-bottom: 34px;
    }

    .landing-hero-copy h1 {
        font-size: 3.1rem;
    }

    .landing-hero-logo {
        width: min(420px, 100%);
    }

    .landing-hero-lead {
        font-size: 1rem;
    }

    .landing-prep-strip {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .landing-hero-quick-grid {
        grid-template-columns: 1fr;
    }

    .landing-prep-strip a {
        grid-column: 1 / -1;
        width: 100%;
    }

    .landing-hero-stats,
    .landing-action-stack,
    .landing-ranking-grid {
        grid-template-columns: 1fr;
    }

    .landing-section {
        width: min(100% - 1rem, 1296px);
        padding: 44px 0;
    }

    .landing-ranking-widget-section {
        width: min(100% - 1rem, 1040px);
        padding: 24px 0 32px;
    }

    .landing-feature-intro {
        padding-top: 58px;
    }

    .landing-section-head h2 {
        font-size: 1.58rem;
    }

    .landing-footer-inner {
        min-height: 120px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 1rem 0;
    }

    .landing-auth-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .landing-hero {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .landing-brand span {
        font-size: 0.78rem;
    }

    .landing-nav-links a,
    .landing-nav-login {
        flex: 1 1 calc(50% - 0.5rem);
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .landing-nav-links .landing-nav-cta {
        flex-basis: 100%;
    }

    .landing-hero-copy h1 {
        font-size: 2.32rem;
        line-height: 1.02;
    }

    .landing-hero-logo {
        width: min(340px, 100%);
    }

    .landing-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-button {
        width: 100%;
        min-width: 0;
    }

    .landing-feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-route-grid {
        grid-template-columns: 1fr;
    }

    .landing-feature-card {
        min-height: 0;
    }

    .landing-route-grid article {
        min-height: 0;
    }

    .landing-action-card,
    .landing-tiktok-card {
        padding: 0.9rem;
    }

    .landing-tiktok-section {
        padding: 44px 0.5rem;
    }

    .landing-tiktok-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-tiktok-video-card {
        min-height: 0;
        max-height: 520px;
    }

    .landing-tiktok-video-meta {
        left: 0.62rem;
        right: 0.62rem;
        bottom: 0.62rem;
    }

    .landing-tiktok-video-meta strong {
        font-size: 0.82rem;
    }

    .landing-reward-grid {
        grid-template-columns: repeat(3, 42px);
    }

    .landing-promo-code {
        grid-template-columns: 1fr;
    }

    .landing-rank-row {
        grid-template-columns: 32px minmax(0, 1fr) 74px 54px;
        padding: 0.52rem 0.65rem;
        font-size: 0.74rem;
    }

    .landing-ranking-card header {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-ranking-widget-section {
        width: min(100% - 1rem, 820px);
        padding: 22px 0 30px;
    }

    .landing-rank-compact-grid {
        grid-template-columns: 1fr;
    }

    .landing-rank-compact-grid > .landing-rank-table + .landing-rank-table {
        border-left: 0;
        border-top: 1px solid rgba(188, 101, 63, 0.24);
    }

    .landing-ranking-widget .landing-rank-row {
        grid-template-columns: 34px minmax(0, 1fr) 74px 44px;
        padding: 0.34rem 0.7rem;
        font-size: 0.74rem;
    }

    .landing-faq-section {
        width: min(100% - 1rem, 980px);
    }

    .landing-language-pill {
        right: 0.6rem;
        bottom: 0.6rem;
    }
}

/* Launch contrast lift */
.landing-hero-video {
    filter: brightness(1.18) saturate(1.08);
}

.landing-hero-overlay {
    background:
        radial-gradient(circle at 68% 28%, rgba(213, 92, 44, 0.22) 0%, rgba(213, 92, 44, 0) 40%),
        radial-gradient(circle at 86% 58%, rgba(240, 143, 64, 0.18) 0%, rgba(240, 143, 64, 0) 35%),
        linear-gradient(90deg, rgba(16, 6, 5, 0.74) 0%, rgba(28, 10, 8, 0.52) 34%, rgba(42, 15, 10, 0.2) 62%, rgba(16, 7, 6, 0.46) 100%),
        linear-gradient(180deg, rgba(10, 5, 5, 0.76) 0%, rgba(10, 5, 5, 0.24) 13%, rgba(10, 5, 5, 0.04) 48%, rgba(12, 5, 5, 0.72) 100%);
}

.landing-nav {
    border-bottom-color: rgba(241, 183, 93, 0.36);
}

.landing-nav-links a,
.landing-nav-login,
.landing-button,
.landing-wide-button,
.landing-promo-code button,
.landing-prep-strip a {
    border-color: rgba(238, 170, 88, 0.76);
    background: linear-gradient(180deg, rgba(77, 31, 18, 0.9) 0%, rgba(39, 14, 11, 0.92) 100%);
    color: #fff2df;
    box-shadow:
        inset 0 1px 0 rgba(255, 228, 184, 0.16),
        0 10px 22px rgba(0, 0, 0, 0.28);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.landing-button-gold,
.landing-wide-button-gold,
.landing-nav-links .landing-nav-cta,
.landing-register-panel .landing-button-gold {
    border-color: rgba(255, 230, 147, 0.98);
    background: linear-gradient(180deg, #ffe08a 0%, #d89532 54%, #9c551d 100%);
    color: #1d1005;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        0 12px 28px rgba(189, 105, 36, 0.34),
        0 6px 18px rgba(0, 0, 0, 0.28);
    text-shadow: 0 1px 0 rgba(255, 237, 180, 0.28);
}

.landing-button-ghost {
    border-color: rgba(255, 197, 118, 0.78);
    background: linear-gradient(180deg, rgba(91, 37, 20, 0.92) 0%, rgba(44, 15, 12, 0.94) 100%);
    color: #fff1dc;
}

.landing-hero-lead {
    color: #fff0dc;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}

.landing-footer {
    background: #120706;
}
