:root {
    --land2-gold: #c7a45c;
    --land2-gold-light: #e0c77d;
    --land2-ink: #080b0f;
    --land2-panel: #11161d;
    --land2-panel-light: #171d25;
    --land2-border: #5e5749;
    --land2-text: #f3efe7;
    --land2-muted: #b8b4ab;
}

.land2-page {
    min-width: 320px;
    background:
        radial-gradient(circle at 50% 0, rgba(62, 74, 88, 0.22), transparent 42rem),
        #090c10;
}

.land2-page,
.land2-page button,
.land2-page a {
    font-family: Georgia, "Times New Roman", serif;
}

.land2-header {
    position: relative;
    z-index: 20;
    min-height: 86px;
    background:
        linear-gradient(180deg, rgba(8, 10, 13, 0.98), rgba(5, 7, 9, 0.98)),
        #06080b;
    border-bottom: 1px solid rgba(199, 164, 92, 0.82);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.land2-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 48px, 1600px);
    min-height: 86px;
    margin: 0 auto;
}

.land2-brand {
    display: block;
    width: 116px;
    height: 78px;
}

.land2-brand img {
    display: block;
    width: 116px;
    height: 116px;
    object-fit: contain;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.55));
}

.land2-login.button-b {
    min-width: 150px !important;
    font-size: 14px;
    font-weight: 700;
}

.land2-hero.hero {
    min-height: 0;
    align-items: stretch;
    overflow: hidden;
    isolation: isolate;
    background-image: url("/assets/i/locations2/120/summer_day.jpg");
    background-position: center;
    background-size: cover;
}

.land2-hero-backdrop {
    inset: -4%;
    left: -4%;
    top: -4%;
    width: 108%;
    height: 108%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: cover;
    object-position: center;
    filter: blur(3px) saturate(0.72);
    opacity: 0.35;
}

.land2-hero-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(11, 14, 18, 0.28) 0%,
            rgba(11, 14, 18, 0.38) 52%,
            rgba(11, 14, 18, 0.72) 78%,
            rgba(11, 14, 18, 0.94) 90%,
            #0b0e12 100%
        );
}

.land2-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(480px, 0.9fr) minmax(540px, 1.15fr);
    align-items: center;
    gap: clamp(34px, 4vw, 72px);
    width: min(100% - 72px, 1600px);
    margin: 0 auto;
    padding: 40px 0 20px;
    box-sizing: border-box;
}

.land2-hero-copy {
    min-width: 0;
    text-align: left;
}

.land2-eyebrow,
.land2-section-kicker {
    margin: 0 0 16px;
    color: var(--land2-gold-light);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.land2-hero-copy h1 {
    max-width: 690px;
    margin: 0;
    color: var(--land2-text);
    font-size: clamp(45px, 4.1vw, 70px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.025em;
    text-wrap: balance;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.55);
}

.land2-lead {
    max-width: 660px;
    margin: 23px 0 0;
    color: #d7d3cb;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.48;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.land2-proofs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin: 24px 0 0;
}

.land2-proof {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 14px;
    box-sizing: border-box;
    color: #e9e4db;
    text-align: left;
    background: rgba(9, 13, 18, 0.72);
    border: 1px solid rgba(199, 164, 92, 0.62);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.land2-proof--hidden {
    display: none !important;
}

.land2-proof strong,
.land2-proof small {
    display: block;
}

.land2-proof strong {
    font-size: 13px;
    line-height: 1.15;
}

.land2-proof small {
    max-width: 190px;
    margin-top: 3px;
    color: #aaa79f;
    font-size: 11px;
    line-height: 1.2;
}

.land2-proof-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: var(--land2-gold-light);
}

.land2-proof-icon--online::before,
.land2-proof-icon--online::after {
    content: "";
    position: absolute;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.land2-proof-icon--online::before {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 7px;
}

.land2-proof-icon--online::after {
    left: 3px;
    bottom: 2px;
    width: 15px;
    height: 9px;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

img.land2-proof-icon--browser,
img.land2-proof-icon--event {
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.land2-mid-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 24px 32px;
    background: #0b0e12;
}

.land2-action.button-b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    height: auto;
    padding: 12px 22px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.land2-action--primary.button-b {
    width: min(100%, 350px);
}

@keyframes land2-cta-pulse {

    0%,
    100% {
        filter: drop-shadow(0 0 2px rgba(120, 190, 60, 0.2));
    }

    50% {
        filter: drop-shadow(0 0 16px rgba(150, 220, 80, 0.7));
    }
}

@keyframes land2-cta-shine {
    0% {
        transform: translateX(-120%) skewX(-18deg);
        opacity: 0;
    }

    20% {
        opacity: 0.55;
    }

    45%,
    100% {
        transform: translateX(220%) skewX(-18deg);
        opacity: 0;
    }
}

.land2-action--pulse.button-b {
    animation: land2-cta-pulse 2.2s ease-in-out infinite;
    will-change: filter;
}

.land2-action--pulse.button-b::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    pointer-events: none;
    animation: land2-cta-shine 2.8s ease-in-out infinite;
}

.land2-action--pulse.button-b:hover,
.land2-action--pulse.button-b:focus-visible {
    animation-play-state: paused;
}

.land2-action--pulse.button-b:hover::after,
.land2-action--pulse.button-b:focus-visible::after {
    animation-play-state: paused;
}

.land2-registration-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    color: #bdb8ae;
    font-size: 13px;
}

.land2-bolt {
    display: inline-block;
    width: 11px;
    height: 16px;
    flex: 0 0 auto;
    background: var(--land2-gold-light);
    clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 43% 57%, 0 57%);
}

.land2-bonuses-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: min(100%, 860px);
    margin-top: 10px;
}

.land2-bonuses-title {
    margin: 0;
    color: var(--land2-gold-light);
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.land2-bonuses {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 14px 10px;
    box-sizing: border-box;
    background: rgba(10, 14, 19, 0.86);
    border: 1px solid rgba(199, 164, 92, 0.65);
    border-radius: 3px;
}

.land2-bonus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 4px 14px;
    color: #e2ddd4;
    text-align: left;
}

.land2-bonus>span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.land2-bonus strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #f0e6d2;
}

.land2-bonus small {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
    color: #aaa79f;
}

.land2-bonus+.land2-bonus {
    border-left: 1px solid rgba(199, 164, 92, 0.38);
}

.land2-bonus img {
    display: block;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.55));
}

.land2-game-stage {
    min-width: 0;
}

.land2-game-frame {
    position: relative;
    padding: 16px;
    background:
        linear-gradient(135deg, #35383c, #12161b 32%, #2b2e32 68%, #11151a);
    border: 2px solid #746c5d;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.62),
        0 0 0 1px #080a0d,
        inset 0 0 0 2px rgba(255, 255, 255, 0.035),
        inset 0 0 30px rgba(0, 0, 0, 0.7);
}

.land2-game-frame::after {
    content: "";
    position: absolute;
    inset: 16px;
    z-index: 2;
    border: 1px solid rgba(199, 164, 92, 0.28);
    pointer-events: none;
}

.land2-game-frame>img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 6;
    object-fit: cover;
    box-sizing: border-box;
    background: #d4dce1;
    border: 1px solid #050609;
    filter: saturate(0.9) contrast(1.04);
    transition: opacity 0.18s ease;
}

.land2-slide--fade {
    opacity: 0.35;
}

.land2-game-caption {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 30px;
    box-sizing: border-box;
    color: #e6e0d5;
    text-align: left;
    background: linear-gradient(90deg, rgba(7, 9, 12, 0.96), rgba(10, 14, 18, 0.84));
    border-top: 1px solid rgba(199, 164, 92, 0.58);
}

.land2-game-caption strong {
    display: block;
    font-size: 13px;
}

.land2-hero-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.land2-hero-nav .button-b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px !important;
    height: 24px;
    min-height: 24px;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    background: rgba(18, 22, 30, 0.95);
    box-shadow: inset 0 0 0 1px var(--land2-gold);
}

.land2-frame-corner {
    position: absolute;
    z-index: 4;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.land2-frame-corner--top-left {
    left: -3px;
    top: -3px;
    border-top: 5px solid #8d816b;
    border-left: 5px solid #8d816b;
}

.land2-frame-corner--top-right {
    right: -3px;
    top: -3px;
    border-top: 5px solid #8d816b;
    border-right: 5px solid #8d816b;
}

.land2-frame-corner--bottom-left {
    left: -3px;
    bottom: -3px;
    border-bottom: 5px solid #8d816b;
    border-left: 5px solid #8d816b;
}

.land2-frame-corner--bottom-right {
    right: -3px;
    bottom: -3px;
    border-right: 5px solid #8d816b;
    border-bottom: 5px solid #8d816b;
}

.land2-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 28px max(36px, calc((100% - 1460px) / 2));

    border-top: 1px solid #292d33;
    border-bottom: 1px solid rgba(199, 164, 92, 0.2);
}

.land2-trust-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 18px;
    max-width: none;
    min-height: 120px;
    padding: 22px 24px;
    box-sizing: border-box;
    color: var(--land2-text);
    text-align: left;
    background: rgba(15, 20, 26, 0.84);
    border: 1px solid #494943;
    box-shadow:
        inset 0 0 0 1px rgba(199, 164, 92, 0.08),
        0 9px 18px rgba(0, 0, 0, 0.24);
}

.land2-trust-card h2 {
    margin: 0 0 8px;
    color: var(--land2-gold-light);
    font-size: clamp(18px, 1.6vw, 24px);
}

.land2-trust-card p {
    margin: 0;
    color: #bbb7af;
    font-size: 14px;
    line-height: 1.4;
}

.land2-trust-icon {
    position: relative;
    display: block;
    width: 64px;
    height: 70px;
}

img.land2-trust-icon--clans,
img.land2-trust-icon--events,
img.land2-trust-icon--fair {
    object-fit: contain;
    object-position: center;
}

.land2-section-kicker {
    margin-bottom: 9px;
    text-align: center;
}

.land2-page .land-video-section,
.land2-page .screenshots,
.land2-page .bottom-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.land2-page .land-video-heading,
.land2-page .screenshots h2,
.land2-page .bottom-cta-section h2 {
    margin: 0 0 26px;
    color: var(--land2-gold-light);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.15;
}

.land2-video-frame {
    border-color: #514d44;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(199, 164, 92, 0.2);
}

.land2-video-play.button-b {
    min-width: 230px;
    min-height: 44px;
    height: auto;
    font-size: 15px;
}

.land2-screenshots {
    background-size: auto;
}

.land2-page .slider img {
    border-color: #514d44;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.46),
        0 0 0 1px rgba(199, 164, 92, 0.18);
}

.land2-page .slider-nav .button-b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-width: 46px !important;
    height: 38px;
    min-height: 38px;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    background: rgba(18, 22, 30, 0.95);
    box-shadow: inset 0 0 0 1px var(--land2-gold);
}

.land2-bottom-cta {
    background:
        radial-gradient(circle at 50% 0, rgba(87, 67, 30, 0.24), transparent 32rem),
        #0b0e12;
}

.land2-bottom-cta>p:not(.land2-section-kicker) {
    max-width: 620px;
    margin: -10px auto 28px;
    color: #bcb8af;
    font-size: 17px;
    line-height: 1.45;
}

.land2-bottom-cta .land2-action {
    margin: 0 auto;
}

.land2-bottom-cta>small {
    display: block;
    margin-top: 13px;
    color: #85827c;
    font-size: 12px;
}

.land2-faq {
    padding: 64px 24px;
    background: #0b0e12;
}

.land2-faq .land2-section-kicker {
    margin-bottom: 9px;
}

.land2-faq h2 {
    max-width: 760px;
    margin: 0 auto 30px;
    color: var(--land2-gold-light);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.15;
    text-align: center;
}

.land2-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(100%, 820px);
    margin: 0 auto;
}

.land2-faq-item {
    padding: 0;
    background: rgba(15, 20, 26, 0.84);
    border: 1px solid #494943;
    box-shadow: inset 0 0 0 1px rgba(199, 164, 92, 0.08);
}

.land2-faq-item summary {
    display: block;
    padding: 18px 22px;
    color: var(--land2-gold-light);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.land2-faq-item summary::-webkit-details-marker {
    display: none;
}

.land2-faq-item summary::after {
    content: "+";
    float: right;
    margin-left: 12px;
    color: var(--land2-gold);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.18s ease;
}

.land2-faq-item[open] summary::after {
    content: "−";
}

.land2-faq-item summary:hover,
.land2-faq-item summary:focus-visible {
    color: var(--land2-text);
    outline: none;
}

.land2-faq-item p {
    margin: 0;
    padding: 0 22px 20px;
    color: #bbb7af;
    font-size: 15px;
    line-height: 1.5;
}

.land2-page .footer {
    background: #07090c;
}

@media (max-width: 1250px) {
    .land2-hero-inner {
        grid-template-columns: minmax(400px, 0.9fr) minmax(430px, 1.05fr);
        width: min(100% - 48px, 1180px);
        gap: 36px;
    }

    .land2-hero-copy h1 {
        font-size: clamp(43px, 4.3vw, 58px);
    }

    .land2-proof {
        flex: 1 1 150px;
    }

    .land2-action--primary.button-b {
        width: min(100%, 390px);
    }

    .land2-bonuses-wrap {
        width: min(100%, 390px);
    }

    .land2-bonuses {
        grid-template-columns: 1fr;
    }

    .land2-bonus {
        justify-content: flex-start;
        min-height: 50px;
    }

    .land2-bonus+.land2-bonus {
        border-top: 1px solid rgba(199, 164, 92, 0.38);
        border-left: 0;
    }

    .land2-trust {
        padding-right: 24px;
        padding-left: 24px;
    }

    .land2-trust-card {
        grid-template-columns: 58px 1fr;
        padding: 18px;
    }

    .land2-trust-icon {
        width: 52px;
        height: 58px;
        transform: scale(0.86);
        transform-origin: center;
    }
}

@media (max-width: 980px) {
    .land2-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        width: min(100% - 48px, 780px);
        padding-top: 48px;
        padding-bottom: 20px;
    }

    .land2-hero-copy {
        text-align: center;
    }

    .land2-hero-copy h1,
    .land2-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .land2-proofs {
        justify-content: center;
    }

    .land2-action--primary.button-b {
        width: min(100%, 350px);
    }

    .land2-bonuses-wrap {
        width: min(100%, 720px);
    }

    .land2-bonuses {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .land2-bonus+.land2-bonus {
        border-top: 0;
        border-left: 1px solid rgba(199, 164, 92, 0.38);
    }

    .land2-game-stage {
        width: 100%;
    }

    .land2-trust {
        grid-template-columns: 1fr;
    }

    .land2-trust-card {
        width: min(100%, 760px);
        max-width: 760px;
        min-height: 106px;
        margin: 0 auto;
    }
}

@media (max-width: 680px) {

    .land2-header,
    .land2-header-inner {
        min-height: 68px;
    }

    .land2-header-inner {
        width: min(100% - 28px, 640px);
    }

    .land2-brand {
        width: 90px;
        height: 62px;
    }

    .land2-brand img {
        width: 92px;
        height: 92px;
    }

    .land2-login.button-b {
        min-width: 104px !important;
    }

    .land2-hero-inner {
        width: min(100% - 28px, 620px);
        gap: 36px;
        padding-top: 40px;
        padding-bottom: 16px;
    }

    .land2-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .land2-hero-copy h1 {
        font-size: clamp(37px, 10vw, 50px);
    }

    .land2-lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .land2-proofs {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .land2-proof {
        justify-content: flex-start;
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .land2-mid-cta {
        padding: 40px 16px 28px;
    }

    .land2-action--primary.button-b {
        width: min(100%, 390px);
    }

    .land2-bonuses-wrap {
        width: min(100%, 390px);
    }

    .land2-bonuses {
        grid-template-columns: 1fr;
    }

    .land2-bonus {
        justify-content: flex-start;
    }

    .land2-bonus+.land2-bonus {
        border-top: 1px solid rgba(199, 164, 92, 0.38);
        border-left: 0;
    }

    .land2-game-frame {
        padding: 9px;
    }

    .land2-game-frame::after {
        inset: 9px;
    }

    .land2-game-caption {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 8px 19px;
    }

    .land2-trust {
        padding: 20px 14px;
    }

    .land2-trust-card {
        grid-template-columns: 56px 1fr;
        gap: 13px;
        min-height: 0;
        padding: 16px;
    }

    .land2-trust-icon {
        margin-left: -5px;
    }

    .land2-page .land-video-section,
    .land2-page .screenshots,
    .land2-page .bottom-cta-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .land2-page .land-video-heading,
    .land2-page .screenshots h2,
    .land2-page .bottom-cta-section h2 {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 28px;
    }

    .land2-section-kicker {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 11px;
    }
}

@media (max-width: 430px) {
    .land2-hero-copy h1 {
        font-size: 36px;
    }

    .land2-lead {
        font-size: 15px;
    }

    .land2-action.button-b {
        min-height: 54px;
        font-size: 15px;
    }

    .land2-game-caption strong {
        font-size: 12px;
    }

    .land2-trust-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .land2-trust-icon {
        margin: 0;
    }

    .land2-bottom-cta>p:not(.land2-section-kicker) {
        padding-right: 18px;
        padding-left: 18px;
        font-size: 15px;
    }

    .land2-bottom-cta .land2-action {
        width: calc(100% - 32px);
    }

    .land2-faq {
        padding: 48px 16px;
    }

    .land2-faq-item summary {
        padding: 16px 18px;
        font-size: 15px;
    }

    .land2-faq-item p {
        padding: 0 18px 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .land2-page *,
    .land2-page *::before,
    .land2-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
