:root {
    --body: #fbfbf9;
    --nav: #efebe2;
    --text-main: #6f6551;
    --text-secondary: #d49600;
    --orange: #e2b042;
    --inner: #efebe2;
    /* Hero headline gold — left column title / countdown only */
    --hero-headline-gold: #e8c96a;
    /* Dark frosted panels — hero slider, server strips, feature cards (not golden) */
    --panel-glass-bg: linear-gradient(
        165deg,
        rgba(28, 24, 30, 0.42) 0%,
        rgba(18, 16, 22, 0.36) 48%,
        rgba(12, 11, 15, 0.4) 100%
    );
    --panel-glass-border: rgba(255, 255, 255, 0.18);
    --panel-glass-border-hover: rgba(255, 255, 255, 0.28);
    --panel-glass-inset-top: rgba(255, 255, 255, 0.09);
}

/* Fix: Keep Sign In / Sign Up in the header bar, not in the hero */
.navigation {
    position: sticky;
    top: 0;
    z-index: 100;
}

.navigation .content-area {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 30px 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navigation__logo {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Center nav links (FEATURES, DOWNLOAD, COMMUNITY, STATISTICS) */
.navigation__links {
    flex: 1;
    justify-content: center;
    margin-left: 0;
}

/* Right group: active players dot + language + auth buttons */
.navigation__right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.navigation__auth {
    flex-shrink: 0;
}

/* Nav auth icons: hidden on desktop, shown on mobile (replaces Font Awesome) */
.navigation__auth .nav-auth-icon {
    display: none;
}

@media (max-width: 600px) {
    .navigation__auth .nav-auth-icon {
        display: inline-flex;
        align-items: center;
    }

    .navigation__auth .nav-auth-icon + span {
        display: none;
    }
}

/* Prevent hero from overlapping the nav (overrides app.css .header margin-top) */
.header.header--servers {
    margin-top: 0 !important;
}

/* Hero countdown - Multicraft server start */
.hero-countdown {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-countdown__label {
    color: var(--hero-headline-gold);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px 0;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8), 0 0 24px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.03em;
}

.hero-countdown__status {
    color: var(--hero-headline-gold);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 18px 0;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8), 0 0 24px rgba(0, 0, 0, 0.5);
}

.hero-countdown .avalon-countdown {
    margin-bottom: 10px;
    /* Remove blurry background */
    backdrop-filter: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.hero-countdown__note {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.4);
}


.promo__streams {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Automatinės kolonos */
    gap: 20px; /* Tarpas tarp elementų */
    margin-top: 20px;
}

.stream iframe {
    width: 100%;
    height: 315px;
    border-radius: 8px; /* Švelnūs kampai */
    border: 1px solid #ccc; /* Pilkas rėmelis */
}

@media (min-width: 1024px) {
    .promo__streams {
        grid-template-columns: repeat(4, 1fr); /* 4 stream'ai vienoje eilėje didesniuose ekranuose */
    }
}



nav .nav-list .nav-item.active a {
    color: var(--orange);
}
nav .nav-list .nav-item.active a::before {
    width: 100%;
}
.table-item span {
    margin-left: 30px;
    text-align: right;
}
.patch-info-content .patch-info {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.patch-info-content .patch-info .patch-info-data {
    color: var(--orange);
    font-size: 16px;
    font-weight: bold;
}
.patch-info-content .patch-info .patch-info-type {
    text-transform: uppercase;
    color: var(--text-main);
    font-size: 16px;
    font-weight: bold;
}
.patch-info-container .patch-title p {
    font-size: 36px;
    color: var(--text-main);
    margin-bottom: 30px;
    font-family: 'DXAngelus';
}
.patch-info-container .patch-img img {
    width: 40%;
}
.patch-info-container .patch-description {
    color: var(--text-main);
}
.patch-info-container .patch-description p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 20px;
}
.patch-description ul {
    margin-right: 0px;
    padding: 0 40px;
}

.patch-description blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;

    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
.patch-description .marker {
    background-color: Yellow;
}

.patch-description table {
    margin: auto !important;
    background: none !important;
    border: none !important;
}


.inner-features__content ul {
    margin-right: 0px;
    padding: 0 40px;
}

.inner-features__content blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;

    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
.inner-features__content .marker {
    background-color: Yellow;
}

.inner-features__content table {
    margin: auto !important;
    background: none !important;
    border: none !important;
}

.pagination {
    border-radius: 4px;
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}

.page-link {
    background-color: #fff;
    border: 1px solid #f1e8e4;
    color: #666;
    display: block;
    line-height: 1rem;
    margin-left: -1px;
    padding: .5625rem .625rem;
    position: relative;
    min-width: 30px;
}

.page-link:hover {
    background-color: #6f6551;
    border-color: #f1e8e4;
    color: #ffffff;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: none;
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.page-item.active .page-link {
    background-color: #6f6551;
    border-color: var(--main-color);
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #f1e8e4;
    color: #e8dfdb;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5625rem .75rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm .page-link {
    font-size: .75rem;
    line-height: 1.5;
    padding: .4375rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.paginations {
    margin-top: 50px;
}
.paginations nav {
    position: inherit;
    width: 100%;
    height: 90px;
    background: none;
    text-transform: uppercase;
    z-index: 1;
}
.inner .streams-list .streams-list-content .streamer .streamer-widget {
    max-width: 373px;
}
.inner .streams-list .streams-list-content .streamer {
    width: auto;
}
.inner .streams-list .streams-list-content .streamer .streamer-name i.fa-youtube {
    color: #ff0000;
}
.inner .streams-sort span {
    position: initial;
    font-size: 20px;
}
.inner .streams-list .streams-list-content .streamer .streamer-name {
    justify-content: space-between;
}
.control-panel {
    width: 100% !important;
}
.sign-up-disable {
    cursor: default;
    filter: saturate(0.5);
}
.sign-up-disable:hover {
    padding-bottom: 0px !important;
}



/* Old Site */
.streams-list .streams-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 60px;
}
.streams-list .streams-list-content .streamer {
    width: auto;
}
.streams-list .streams-list-content .streamer .streamer-name {
    justify-content: space-between;
}

.streams-list .streams-list-content .streamer .streamer-name {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.streams-list .streams-list-content .streamer .streamer-name h1 {
    text-transform: none;
    color: var(--text-main);
    font-size: 36px;
}
.streams-list .streams-list-content .streamer .streamer-widget {
    max-width: 373px;
}

.streams-list .streams-list-content .streamer .streamer-widget {
    height: 185px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 3px;
}
.streams-list .streams-list-content .streamer:nth-child(2) {
    margin-left: 150px;
    margin-right: 150px;
}
.launcher-btn {
    min-width: 420px;
    height: 60px;
    background: url(../images/bg/updater_button_bg.jpg) top/cover no-repeat;
    padding: 5px;
    border-radius: 4px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}
.launcher-btn:hover {
    color: white;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.launcher-btn span {
    width: 55px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.launcher-btn span img {
    width: 25px;
}
.download-item-block p {
    margin-top: 25px;
    margin-bottom: 25px;
}
.download-item--a {
    display: flex;
    justify-content: center;
    width: 100%;
}

.patch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.patch-list .patch-list-content {
    width: 33.3%;
    margin-bottom: 60px;
    padding: 0px 30px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.patch-list .patch-list-content:hover .patch-img div img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.patch-list .patch-list-content .patch-title p {
    font-size: 36px;
    color: var(--text-main);
    margin-bottom: 12px;
    font-family: 'DXAngelus';
}

.patch-list .patch-list-content .patch-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.patch-list .patch-list-content .patch-info .patch-info-data {
    color: var(--orange);
    font-size: 16px;
    font-weight: bold;
}

.patch-list .patch-list-content .patch-info .patch-info-type {
    text-transform: uppercase;
    color: var(--text-main);
    font-size: 16px;
    font-weight: bold;
}

.patch-list .patch-list-content .patch-img {
    width: 100%;
    overflow: hidden;
    padding: 3px;
    border: 1px solid rgba(185, 175, 162, 0.774);
    height: 300px;
}

.patch-list .patch-list-content .patch-img div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.download_now-btn {
    margin-right: 15px;
    margin-left: 15px;
}

.htc__step .launcher-btn{
    min-width: 420px;
    width: auto !important;
}
.big-button {
    max-width: 440px !important;
    aspect-ratio: 380 / 130 !important;
}
.navigation__group-item-text.active {
    color: #d49600;
}
.main-news__item-btns {
    width: 100%;
}
.main-news__item-btn {
    cursor: default;
}
.step_title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: 'Angelus Medieval';
    font-size: 40px;
    line-height: 48px;
    color: #6f6551;
    text-transform: uppercase;
}
.breadcrumbs {
    padding: 20px;
    font-family: 'Angelus Medieval';
    font-size: 14px;
    color: #6f6551;
    text-transform: uppercase;
}
.breadcrumbs span > a {
    color: #6f6551;
}
.breadcrumbs span > span {
    color: #8d8d8d;
}
.main-news__item.swiper-slide {
    margin-right: 20px;
    width: 500px !important;
    height: 320px;
}
.main-news__item.swiper-slide img {
    border-radius: 60px;
}
.navigation__item-text.active {
    color: #d49600;
}
.site-description {
    color: black;
    text-align: justify;
    display: block;
}
.text-bold {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.patch-list-content .patch-img img {
    width: 110%;
    height: 100%;
}

.header .info.info--center {
    text-shadow: 2px 2px 2px #323131;
}

.category-btn {
    background: #ffffff;
    cursor: pointer;
}
.category-tabs {
    justify-content: flex-start;
}
.category-tab-btn {
    margin-right: 20px;
    width: auto !important;
}
.inner-features__content-box:not(.active) {
    top: 50px;
}
.theme-color {
    color: #d4893a;
}

/* ===== LANDING HERO: Text readability & modern slider ===== */

/* Left side: no card, subtle text over background, shifted left */
.hero-servers__left {
    padding-left: 0;
    margin-left: -24px;
}

.hero-servers__left .hero-brand {
    position: relative;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.hero-servers__left .hero-brand__title {
    font-size: 2.75rem;
    font-weight: 500;
    color: var(--hero-headline-gold);
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.8), 0 0 32px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.02em;
}

.hero-servers__left .hero-brand__text p {
    color: #f0e4c8;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 0, 0, 0.45);
}

/* Modern slider styling - fixed height, smooth fade transitions */
.server-slider {
    width: 100%;
    position: relative;
}

/* Fixed-height viewport prevents jumping when switching slides */
.server-slider__viewport {
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

/* All slides stacked - fade out then fade in (sequential, not crossfade) */
.server-slide {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 400px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.6s ease;
    padding: 32px 36px 24px;
    border-radius: 20px;
    background: var(--panel-glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--panel-glass-border);
    box-shadow:
        inset 0 1px 0 var(--panel-glass-inset-top),
        0 12px 36px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.server-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

/* Fade-out phase: current slide dims before next appears */
.server-slide.active.server-slide--leaving {
    opacity: 0;
    pointer-events: none;
}

.server-slide__badge {
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
    flex-shrink: 0;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(240, 220, 190, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.server-slide__title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--hero-headline-gold);
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

/* Scrollable body when content overflows */
.server-slide__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.server-slide__body::-webkit-scrollbar {
    width: 6px;
}

.server-slide__body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
}

.server-slide__body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 3px;
}

.server-slide__text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #f0e4c8;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.server-slide__list {
    margin: 0 0 12px;
}

.server-slide__list li {
    font-size: 15px;
    padding-left: 22px;
    color: #f0e4c8;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.server-slide__list li::before {
    width: 6px;
    height: 6px;
    top: 11px;
    background: linear-gradient(135deg, rgba(220, 210, 200, 0.95), rgba(180, 170, 160, 0.85));
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.server-slide__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    flex-shrink: 0;
}

.server-slide__button,
.server-slide__actions .server-slide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: rgba(248, 244, 238, 0.96);
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid var(--panel-glass-border-hover);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.server-slide__button:hover,
.server-slide__actions .server-slide__button:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.17);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

.server-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 10;
    background: transparent;
}

.server-slider__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.server-slider__arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(212, 168, 90, 0.4);
    color: #fff;
}

.server-slider__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.server-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
}

.server-slider__dot:hover {
    background: rgba(255, 255, 255, 0.4);
}

.server-slider__dot.active {
    width: 24px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e8b84a, #d99a2b);
    box-shadow: 0 0 16px rgba(217, 154, 43, 0.5);
}

@media (max-width: 768px) {
    .hero-servers__left {
        margin-left: 0;
    }

    .hero-servers__left .hero-brand__title {
        font-size: 2rem;
    }

    .server-slider__viewport {
        min-height: 400px;
    }

    .server-slide {
        padding: 24px 20px 20px;
        max-height: 340px;
    }

    .server-slide__title {
        font-size: 26px !important;
    }
}


@media (max-width: 1024px) {
    .main-news__item.swiper-slide {
        width: 350px !important;
    }
    .patch-list .patch-list-content {
        width: 100% !important;
    }
    .inner-page__content .text-area h1 img {
        width: 100% !important;
        height: 100% !important;
    }
    .download-item--a a {
        min-width: 380px;
    }
    .step_title {
        font-size: 36px !important;
    }
}

/* ===== CORE FEATURES SECTION (card grid) — original background ===== */
.core-features {
    position: relative;
    /* Extra vertical room so skewed gold panels + shadows aren’t clipped */
    padding: 88px 0 104px;
    overflow: visible;
}

.core-features .core-features__content,
.core-features .core-features__deco {
    position: relative;
    z-index: 2;
}

.core-features__sidebar {
    position: fixed;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 999;
}

.core-features__social {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border: 1px solid rgba(111, 101, 81, 0.15);
    box-shadow: 0 2px 8px rgba(111, 101, 81, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.core-features__social svg {
    flex-shrink: 0;
    fill: #AABF6F;
    transition: fill 0.2s;
}

.core-features__social:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(111, 101, 81, 0.12);
}

.core-features__social:hover svg {
    fill: #8fa35a;
}

.core-features__content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px 0 90px;
}

.core-features__deco {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    border-right: 2px dashed rgba(212, 150, 0, 0.25);
    border-bottom: 2px dashed rgba(212, 150, 0, 0.25);
    border-radius: 0 0 0 40px;
    pointer-events: none;
}

.core-features__header {
    text-align: center;
    margin-bottom: 40px;
}

/* Title row: compact server cards left / right of "Our Core Features" */
.core-features__header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 14px 24px;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 12px;
    overflow: visible;
}

.core-features__header--inline {
    margin-bottom: 0;
}

.core-features__header-side {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: visible;
}

.core-features__header-side--left {
    justify-content: flex-end;
}

.core-features__header-side--right {
    justify-content: flex-start;
}

.core-features__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    font-family: 'Angelus Medieval', 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-main, #6f6551);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.core-features__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-secondary, #d49600);
}

/* Landing — homepage servers bar (referal_bg + soft overlay + sparkle dust) */
.landing-servers-bar {
    position: relative;
    padding-block: 0;
    background-color: #4a4138;
    background-image:
        radial-gradient(ellipse 100% 85% at 50% 0%, rgba(255, 205, 130, 0.2), transparent 58%),
        radial-gradient(ellipse 70% 60% at 85% 90%, rgba(255, 175, 90, 0.14), transparent 52%),
        linear-gradient(
            175deg,
            rgba(62, 52, 42, 0.26) 0%,
            rgba(48, 40, 32, 0.3) 50%,
            rgba(52, 44, 36, 0.27) 100%
        ),
        url(../images/bg/referal_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(120, 105, 85, 0.45);
    border-bottom: 1px solid rgba(90, 78, 62, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

/* Sparkle overlay only — do NOT use ::before here; theme .has-border-top::before draws border_line.png */
.landing-servers-bar__sparkles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(1.5px 1.5px at 11% 24%, rgba(255, 252, 235, 0.95), transparent 100%),
        radial-gradient(1px 1px at 19% 71%, rgba(255, 228, 185, 0.85), transparent 100%),
        radial-gradient(2px 2px at 31% 16%, rgba(255, 248, 220, 0.65), transparent 100%),
        radial-gradient(1px 1px at 44% 58%, rgba(255, 236, 200, 0.75), transparent 100%),
        radial-gradient(1.5px 1.5px at 52% 38%, rgba(255, 250, 230, 0.8), transparent 100%),
        radial-gradient(1px 1px at 61% 82%, rgba(255, 220, 175, 0.7), transparent 100%),
        radial-gradient(2px 2px at 73% 21%, rgba(255, 245, 215, 0.55), transparent 100%),
        radial-gradient(1px 1px at 81% 64%, rgba(255, 232, 195, 0.65), transparent 100%),
        radial-gradient(1.5px 1.5px at 89% 41%, rgba(255, 255, 245, 0.75), transparent 100%),
        radial-gradient(1px 1px at 6% 52%, rgba(255, 235, 200, 0.55), transparent 100%),
        radial-gradient(1px 1px at 96% 28%, rgba(255, 240, 210, 0.6), transparent 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.55;
}

.landing-servers-bar__frame {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 18px 24px 22px;
    box-sizing: border-box;
}

.landing-servers-bar__inner {
    margin: 0 auto;
}

/* Room for theme divider (border_line.png via .has-border-top::before, top: -22px / height 44px) */
.landing-servers-bar.promo.has-border-top {
    padding-top: 24px;
    padding-bottom: 8px;
}

.landing-servers-bar .core-features__header-row {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 34px;
    gap: 18px 32px;
}

.landing-servers-bar .core-features__title {
    gap: 16px;
    font-size: clamp(1.45rem, 3.2vw, 2.2rem);
    line-height: 1.1;
    color: rgba(246, 240, 230, 0.94);
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.75),
        0 0 22px rgba(255, 195, 95, 0.12);
}

.landing-servers-bar .landing-servers-bar__dot {
    width: 11px;
    height: 11px;
    background: radial-gradient(circle at 32% 28%, #fff0c8, #e8a930 52%, #7a4810);
    box-shadow:
        0 0 10px rgba(255, 195, 80, 0.7),
        0 0 1px rgba(0, 0, 0, 0.45);
}

/* Larger server cards + type (homepage strip only) */
.landing-servers-bar .core-features__status-strip {
    max-width: min(100%, 520px);
    margin: 10px 12px;
    padding: 6px 0;
}

.landing-servers-bar .core-features__status-strip__inner {
    gap: 14px 20px;
    padding: 18px 28px 18px 22px;
}

.landing-servers-bar .core-features__status-strip__icon-wrap {
    width: 50px;
    height: 50px;
}

.landing-servers-bar .core-features__status-strip__icon {
    width: 48px;
    height: 48px;
}

.landing-servers-bar .core-features__status-strip__title {
    font-size: clamp(0.78rem, 1.35vw, 1.05rem);
    min-width: 140px;
}

.landing-servers-bar .core-features__status-strip__main {
    gap: 3px;
}

.landing-servers-bar .core-features__status-strip__meta {
    font-size: 0.72rem;
    letter-spacing: 0.07em;
}

.landing-servers-bar .core-features__status-strip__features {
    margin-top: 6px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.landing-servers-bar .core-features__status-stack {
    gap: 6px;
}

.landing-servers-bar .core-features__status-strip__state {
    font-size: 0.58rem;
    padding: 6px 14px;
    border-radius: 999px;
}

.landing-servers-bar .core-features__status-strip__players-caption {
    font-size: 0.62rem;
    letter-spacing: 0.09em;
}

.landing-servers-bar .core-features__status-strip__players-value {
    font-size: clamp(0.72rem, 1.35vw, 0.9rem);
    letter-spacing: 0.08em;
}

@media (max-width: 960px) {
    .landing-servers-bar__frame {
        padding: 14px 16px 18px;
    }

    .landing-servers-bar.promo.has-border-top {
        padding-top: 18px;
        padding-bottom: 6px;
    }

    .landing-servers-bar .core-features__header-row {
        padding-top: 10px;
        padding-bottom: 26px;
        gap: 16px 24px;
    }

    .landing-servers-bar .core-features__title {
        font-size: clamp(1.25rem, 4.5vw, 1.85rem);
    }

    .landing-servers-bar .core-features__status-strip {
        max-width: 460px;
    }

    .landing-servers-bar .core-features__status-strip__inner {
        padding: 15px 22px 15px 18px;
    }

    .landing-servers-bar .core-features__status-strip__title {
        font-size: clamp(0.72rem, 2.8vw, 0.95rem);
    }

    .landing-servers-bar .core-features__status-strip__meta {
        font-size: 0.65rem;
    }

    .landing-servers-bar .core-features__status-strip__features {
        font-size: 0.64rem;
    }

    .landing-servers-bar .core-features__status-strip__state {
        font-size: 0.56rem;
        padding: 5px 12px;
    }

    .landing-servers-bar .core-features__status-strip__players-caption {
        font-size: 0.58rem;
    }

    .landing-servers-bar .core-features__status-strip__players-value {
        font-size: clamp(0.68rem, 2.6vw, 0.82rem);
    }

}

@media (max-width: 480px) {
    .landing-servers-bar .core-features__status-strip {
        margin: 8px 6px;
    }

    .landing-servers-bar .core-features__status-strip__inner {
        padding: 12px 14px 12px 12px;
        gap: 10px 12px;
    }

    .landing-servers-bar .core-features__status-strip__icon-wrap {
        width: 43px;
        height: 43px;
    }

    .landing-servers-bar .core-features__status-strip__icon {
        width: 41px;
        height: 41px;
    }
}

/* Server status — dark glass parallelogram (skewed frame) */
.core-features__status-strip {
    position: relative;
    max-width: min(100%, 430px);
    width: 100%;
    margin: 8px 10px;
    padding: 4px 0;
    isolation: isolate;
    overflow: visible;
}

.core-features__status-strip::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 2px;
    transform: skewX(-11deg);
    transform-origin: center center;
    background: var(--panel-glass-bg);
    border: 1px solid var(--panel-glass-border);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 4px 18px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.core-features__status-strip__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px 16px;
    padding: 14px 24px 14px 20px;
    width: 100%;
    box-sizing: border-box;
}

.core-features__status-strip__icon-wrap {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-features__status-strip__icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter:
        drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5))
        drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.35))
        drop-shadow(0 2px 2px rgba(0, 0, 0, 0.12));
}

.core-features__status-strip__title {
    flex: 1;
    min-width: 120px;
    margin: 0;
    font-family: 'Angelus Medieval', 'Times New Roman', serif;
    font-size: clamp(0.65rem, 1.08vw, 0.82rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(238, 232, 222, 0.96);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.core-features__status-strip__main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
}

.core-features__status-strip__main .core-features__status-strip__title {
    flex: 0 1 auto;
    min-width: 0;
    width: 100%;
}

.core-features__status-strip__meta {
    margin: 0;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(210, 200, 185, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    line-height: 1.35;
}

.core-features__status-strip__features {
    margin-top: 4px;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #e8c46a;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 196, 106, 0.4);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.core-features__status-strip__features:hover {
    color: #fff2c2;
    border-bottom-color: rgba(255, 242, 194, 0.55);
}

/* Status column: operational badge + player count below */
.core-features__status-stack {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    min-width: 4.75rem;
}

.core-features__status-strip__state {
    display: inline-block;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}

.core-features__status-strip__state--online {
    color: rgba(236, 253, 240, 0.98);
    background: linear-gradient(145deg, rgba(34, 160, 80, 0.92) 0%, rgba(22, 121, 58, 0.88) 100%);
    border-color: rgba(120, 220, 150, 0.45);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.core-features__status-strip__state--gm-only {
    color: rgba(40, 28, 6, 0.98);
    background: linear-gradient(145deg, rgba(250, 205, 120, 0.95) 0%, rgba(210, 155, 60, 0.9) 100%);
    border-color: rgba(255, 220, 150, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.core-features__status-strip__state--offline {
    color: rgba(255, 240, 238, 0.96);
    background: linear-gradient(145deg, rgba(185, 75, 65, 0.92) 0%, rgba(130, 45, 48, 0.9) 100%);
    border-color: rgba(255, 160, 145, 0.35);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.core-features__status-strip__players {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    line-height: 1.25;
    text-align: right;
}

.core-features__status-strip__players-caption {
    margin: 0;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(218, 208, 192, 0.92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.core-features__status-strip__players-value {
    font-family: inherit;
    font-size: clamp(0.64rem, 1.25vw, 0.8rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: none;
    font-variant-numeric: tabular-nums;
    color: rgba(238, 228, 210, 0.95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.core-features__status-stack:has(.core-features__status-strip__state--online) .core-features__status-strip__players-value,
.core-features__status-stack:has(.core-features__status-strip__state--gm-only) .core-features__status-strip__players-value {
    color: rgba(240, 215, 165, 0.98);
}

.core-features__status-stack:has(.core-features__status-strip__state--offline) .core-features__status-strip__players-value {
    color: rgba(205, 195, 185, 0.88);
}

@media (max-width: 960px) {
    .core-features__header-row {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
    }

    .core-features__header--inline {
        order: -1;
    }

    .core-features__header-side--left,
    .core-features__header-side--right {
        justify-content: center;
    }

    .core-features__status-strip {
        max-width: 420px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .core-features__status-strip {
        margin: 6px 4px;
    }

    .core-features__status-strip__inner {
        padding: 9px 16px 9px 14px;
        gap: 8px 10px;
    }

    .core-features__status-strip__title {
        min-width: 0;
    }
}

.core-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 24px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 28px;
    overflow: visible;
}

.core-features__card {
    position: relative;
    border-radius: 0;
    padding: 36px 28px 32px;
    margin: 12px 10px 20px;
    text-align: center;
    overflow: visible;
    border: none;
    background: transparent;
    isolation: isolate;
    transition: transform 0.35s ease, filter 0.35s ease;
}

/* Blurred card image — behind glass panel */
.core-features__card-bg {
    position: absolute;
    inset: -8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(18px);
    opacity: 0.45;
    z-index: 0;
}

.core-features__card-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        165deg,
        rgba(18, 16, 22, 0.28) 0%,
        rgba(12, 11, 15, 0.32) 100%
    );
}

/* Dark glass parallelogram — match server status strips */
.core-features__card::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -10px;
    right: -10px;
    transform: skewX(-11deg);
    transform-origin: center center;
    background-image: var(--panel-glass-bg),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
    border: 1px solid var(--panel-glass-border);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 18px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.core-features__card:hover {
    transform: translateY(-6px);
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.2));
}

.core-features__card:hover::before {
    border-color: var(--panel-glass-border-hover);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 8px 24px rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* Hover shine — contained to the card (inset + background-position, not viewport-sized transform) */
.core-features__card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease, background-position 0.65s ease;
    background: linear-gradient(
        110deg,
        transparent 0%,
        transparent 35%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 65%,
        transparent 100%
    );
    background-size: 220% 100%;
    background-position: 100% 0;
}

.core-features__card:hover::after {
    opacity: 1;
    background-position: -20% 0;
}

.core-features__card .core-features__card-img-wrap,
.core-features__card .core-features__card-title,
.core-features__card .core-features__card-desc {
    position: relative;
    z-index: 5;
}

.core-features__card-img-wrap {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.core-features__card:hover .core-features__card-img-wrap {
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.32);
}

.core-features__card-img-wrap::before,
.core-features__card-img-wrap::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--text-secondary, #d49600);
    z-index: 2;
}

.core-features__card-img-wrap::before {
    top: 8px;
    left: 8px;
}

.core-features__card-img-wrap::after {
    bottom: 8px;
    right: 8px;
}

.core-features__card-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-features__card-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(200, 195, 188, 0.55);
    background: rgba(24, 22, 26, 0.85);
    text-transform: uppercase;
}

.core-features__card-title {
    margin: 0 0 14px;
    font-family: 'Angelus Medieval', 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(244, 236, 224, 0.96);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.core-features__card-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(214, 208, 196, 0.88);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.core-features__cta {
    text-align: center;
}

.core-features__btn {
    display: inline-flex;
    padding: 14px 48px;
    background: linear-gradient(135deg, var(--text-secondary, #d49600) 0%, var(--orange, #e2b042) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 8px;
    text-decoration: none;
    transition: box-shadow 0.3s, transform 0.2s;
}

.core-features__btn:hover {
    box-shadow: 0 6px 24px rgba(212, 150, 0, 0.35);
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 1024px) {
    .core-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .core-features__sidebar {
        display: none;
    }
    .core-features__content {
        padding-left: 24px;
    }
}

@media (max-width: 600px) {
    .core-features {
        padding: 56px 0 76px;
    }
    .core-features__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
    }
    .core-features__title {
        font-size: 22px;
    }
}

