:root {
    --body: #fbfbf9;
    --nav: #efebe2;
    --text-main: #6f6551;
    --text-secondary: #d49600;
    --orange: #e2b042;
    --inner: #efebe2;
}

/* 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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navigation__auth {
    flex-shrink: 0;
}

/* 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: #e8c96a;
    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: #e8c96a;
    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: #e8c96a;
    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: linear-gradient(165deg, rgba(25, 20, 16, 0.55) 0%, rgba(35, 28, 22, 0.48) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 168, 90, 0.15);
    box-shadow: 0 12px 40px 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: #f0c96a;
    background: rgba(240, 201, 106, 0.12);
    border: 1px solid rgba(240, 201, 106, 0.25);
}

.server-slide__title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #e8c96a;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.8), 0 0 32px rgba(0, 0, 0, 0.5);
    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.05);
    border-radius: 3px;
}

.server-slide__body::-webkit-scrollbar-thumb {
    background: rgba(212, 168, 90, 0.4);
    border-radius: 3px;
}

.server-slide__text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #f0e4c8;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 0, 0, 0.45);
}

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

.server-slide__list li {
    font-size: 15px;
    padding-left: 22px;
    color: #f0e4c8;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 0, 0, 0.45);
}

.server-slide__list li::before {
    width: 6px;
    height: 6px;
    top: 11px;
    background: linear-gradient(135deg, #e8b84a, #d99a2b);
    box-shadow: 0 0 8px rgba(217, 154, 43, 0.4);
}

.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: #1a1208;
    background: linear-gradient(180deg, #f5c96a 0%, #e0a02e 100%);
    box-shadow: 0 4px 16px rgba(224, 160, 46, 0.35);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.server-slide__button:hover,
.server-slide__actions .server-slide__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(224, 160, 46, 0.45);
}

.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;
    padding: 60px 0 80px;
    overflow: hidden;
}

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

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

.core-features__social {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: background 0.2s, transform 0.2s;
}

.core-features__social:first-child {
    background: var(--orange, #e2b042);
    color: var(--text-main, #6f6551);
}

.core-features__social:last-child {
    background: var(--nav, #efebe2);
    color: var(--text-main, #6f6551);
    border: 1px solid rgba(111, 101, 81, 0.2);
}

.core-features__social:hover {
    transform: scale(1.08);
}

.core-features__social:first-child:hover {
    background: var(--text-secondary, #d49600);
}

.core-features__content {
    position: relative;
    max-width: 1200px;
    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: 48px;
}

.core-features__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 12px;
    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);
}

.core-features__subtitle {
    margin: 0;
    font-size: 13px;
    color: rgba(111, 101, 81, 0.7);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.core-features__subtitle a {
    color: var(--text-secondary, #d49600);
    text-decoration: none;
}

.core-features__subtitle a:hover {
    color: var(--orange, #e2b042);
    text-decoration: underline;
}

.core-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.core-features__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px 24px;
    text-align: center;
    border: 1px solid rgba(111, 101, 81, 0.12);
    box-shadow: 0 4px 16px rgba(111, 101, 81, 0.06);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.core-features__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(111, 101, 81, 0.12);
    border-color: rgba(212, 150, 0, 0.3);
}

.core-features__card-img-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(111, 101, 81, 0.15);
    flex-shrink: 0;
}

.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(111, 101, 81, 0.4);
    background: var(--nav, #efebe2);
    text-transform: uppercase;
}

.core-features__card-title {
    margin: 0 0 12px;
    font-family: 'Angelus Medieval', 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main, #6f6551);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.core-features__card-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(111, 101, 81, 0.75);
}

.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: 40px 0 60px;
    }
    .core-features__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
    }
    .core-features__title {
        font-size: 22px;
    }
}

