@font-face {
    font-family: 'Journal Sans';
    src: url('fonts/journal-sans_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


.promo-elite {
    font-family: 'Journal Sans', sans-serif;
    background: #ffffff;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.elite-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;

}

/* ========== БАННЕР ========== */
.bannerpromo {
    width: 100%;
    max-width: 1920px;
    height: 250px;
    background-color: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.bannerpromo img {
    max-height: 80%;
    max-width: 80%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

/* ========== МЕГА-ЗАГОЛОВОК ========== */
.elite-header {
    margin-bottom: 60px;
    position: relative;
}

.elite-suptitle {
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #cc2129;
    margin-bottom: 20px;
    font-weight: 600;
}

.elite-title {
    text-align: center;
    font-size: 100px;
    font-weight: 900;
    line-height: 1.1;
    color: #008340;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
}

.elite-title green {
    color: #008340;
}

.elite-title .outline {
    color: transparent;
    -webkit-text-stroke: 3px #0a1622;
    margin-left: 60px;
    display: inline-block;
}

.elite-title .normal {
    margin-left: 120px;
    display: inline-block;
}

/* ========== ГЛАВНЫЙ БЛОК С ПРИЗОМ ========== */
.elite-hero-prize {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: -70px;
    margin-bottom: 80px;
    align-items: center;
}

.elite-prize-visual {
    position: relative;
}

.elite-prize-card {
    background: url('../img/promo/card.png') center/contain no-repeat;
    border-radius: 40px;
    padding: 0;
    color: transparent;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    min-height: auto;
}

.elite-prize-card > * {
    display: none;
}

.elite-prize-card::after {
    display: none;
}

.elite-prize-badge {
    font-size: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ec1c25;
    margin-bottom: 30px;
}

.badge {
    margin-top: -80px;
    margin-left: 20px;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ec1c25;
    margin-bottom: -70px;
}

.elite-prize-amount {
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

.elite-prize-amount span {
    font-size: 32px;
    font-weight: normal;
    opacity: 0.7;
    margin-left: 5px;
}

.elite-prize-desc {
    font-size: 20px;
    opacity: 0.9;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 40px;
}

.elite-prize-card .elite-prize-badge {
    display: block !important;
    position: absolute;
    top: 50px;
    left: 250px;
    z-index: 10;
    font-size: 38px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #ed1c24;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
}

.elite-prize-info {
    margin-top: 100px;
    padding-left: 150px;
}

.elite-info-item {
    margin-bottom: 30px;
}

.elite-info-label {
    font-weight: regular;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #ed1c24;
    margin-bottom: 10px;
}

.elite-info-value {
    font-size: 32px;
    font-weight: 700;
    color: #008340;
}

.elite-info-value small {
    font-size: 16px;
    color: #64748b;
    font-weight: normal;
    margin-left: 10px;
}

/* ========== ТАЙМЕР ПРЕМИУМ ========== */
.elite-timer {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    padding: 40px 0;
    border-top: 2px solid #3d3d3d;
    border-bottom: 2px solid #3d3d3d;
}

.elite-timer-block {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.elite-timer-number {
    font-size: 72px;
    font-weight: 900;
    color: #008340;
    line-height: 1;
}

.elite-timer-label {
    font-size: 18px;
    color: #008340;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.elite-timer-event {
    margin-left: auto;
    text-align: right;
}

.elite-event-date {
    font-size: 46px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 5px;
}

.elite-event-time {
    font-size: 20px;
    color: #ed1c24;
    font-weight: normal;
}

/* ========== КАК УЧАСТВОВАТЬ ========== */
.elite-steps {
    margin-bottom: -70px;
    position: relative;
    min-height: 450px;
    height: 350px;
}

.elite-step-content {
    background: rgba(0, 0, 0, 0.3);
    height: 80px;
    width: 230px;
    padding: 5px 10px;
    border-radius: 20px;
}

.elite-steps::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 120%;
    background: url('../img/promo/kraska.png') center/auto 100% no-repeat;
    z-index: 1;
    pointer-events: none;
}

.elite-section-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 38px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ed1c24;
    margin-bottom: 40px;
}

.elite-section-title2 {
    margin-top: -200px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 38px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ed1c24;
    margin-bottom: 40px;
}

.elite-steps-row {
    display: grid;
    grid-template-columns: repeat(3, 0.25fr);
    gap: 10px;
    position: relative;
    z-index: 2;
}

.elite-step {
    padding: 40px 30px;
    border-radius: 30px;
    transition: all 0.3s;
    width: 275px;
}

.elite-step-number {
    margin-top: -20px;
    font-size: 64px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    margin-bottom: 0px;
}

.elite-step-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.elite-step-text {
    font-size: 16px;
    color: white;
    font-weight: normal;
    line-height: 1;
}

/* ========== СЕТКА ПРИЗОВ ========== */
.elite-prizes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.elite-prize-item {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    background: #008340;
    border-radius: 75px 40px 40px 75px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    max-width: 450px;
}

.elite-prize-item:hover {
    background: #00b859;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.05);
}

.elite-prize-icon {
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    margin-left: 5px;
    overflow: hidden;
}

.elite-prize-icon img {
    width: 100%;
    height: 100%;
    padding-left:   ;
    object-fit: cover;
    object-position: center center;
}

.elite-prize-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-left: 20px;
    margin-bottom: 8px;
}

.elite-prize-content p {
    font-size: 15px;
    color: white;
    font-weight: normal;
    margin-left: 20px;
}

/* ========== ПРАВИЛА И УСЛОВИЯ ========== */
.elite-rules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 80px;
}

.elite-rule-card {
    padding: 40px;
    border-radius: 30px;
}

.elite-rule-card.dark {
    min-height: 300px;
    background: url('../img/promo/rules-bg.png') center/cover no-repeat;
    color: #ffffff00;
    position: relative;
    isolation: isolate;
    background-size: 180%;
}

.elite-rule-card.dark h4 {
    color: #000;
}

.elite-rule-card.dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
}

.elite-rule-card.dark h4,
.elite-rule-card.dark .elite-rule-list {
    position: relative;
    z-index: 2;
}
 
.elite-rule-card h4 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 10px;
}

.elite-rule-card.dark h4 {
    color: white;
    margin-left: 150px;
    margin-top: 30px;
}

.elite-rule-card.light h4 {
    color: #ed1c24;
    margin-top: 30px;
}

.elite-rule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elite-rule-list li {
    padding: 0px 0;
    font-size: 24px;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}

.elite-rule-card.light .elite-rule-list li {
    border-bottom-color: #e2e8f0;
    color: #008340;
}

.elite-rule-card.dark .elite-rule-list li {
    color: rgba(255, 255, 255, 1);
    margin-left: 50px;
}

.elite-rule-list li:last-child {
    border-bottom: none;
}

.elite-rule-icon {
    font-size: 20px;
    background: white;
    border-radius: 50%;
    color: #cc2129;
    font-weight: bold;
    text-shadow: 1px 1px 0 currentColor;
    width: 22px;
    height: 22px;
    text-align: center;
    min-width: 22px;
    max-width: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}




.elite-rule-card.dark::after {
    content: '';
    position: absolute;
    top: -210px;
    right: 20px;
    left: -250px;
    width: 500px;
    height: 500px;
    background: url('../img/promo/valik2.png') center/contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.elite-rule-card.light .elite-rule-list li:nth-child(1) .elite-rule-icon {
    background-image: url('../img/promo/ico1.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}

.elite-rule-card.light .elite-rule-list li:nth-child(2) .elite-rule-icon {
    background-image: url('../img/promo/ico2.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}

.elite-rule-card.light .elite-rule-list li:nth-child(3) .elite-rule-icon {
    background-image: url('../img/promo/ico3.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}

.elite-rule-card.light .elite-rule-icon {
    background: transparent;
    border-radius: 0;
    width: 54px;
    height: 54px;
    min-width: 24px;
    max-width: 24px;
    color: transparent;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ========== ТРАВА ========== */
.grass-divider {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: -65px;
    padding: 0;
    line-height: 0;
    pointer-events: none;
    user-select: none;
}

.grass-divider img {
    width: 100%;
    height: auto;
    min-height: 200px;
    display: block;
    object-fit: cover;
}
/* ========== ФУТЕР ========== */
.elite-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #e9edf2;
}

.elite-footer-logo {
    font-size: 24px;
    font-weight: 900;
    color: #0a1622;
    letter-spacing: 6px;
}

.elite-footer-logo span {
    color: #cc2129;
}

.elite-footer-info {
    font-size: 14px;
    color: #64748b;
    font-weight: normal;
    text-align: center;
}

.elite-footer-link {
    color: #cc2129;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #008340;
    border-radius: 40px;
    transition: all 0.3s;
}

.elite-footer-link:hover {
    background: #008340;
    color: white;
}

/* ========== ПЛАВАЮЩИЕ ЭЛЕМЕНТЫ ========== */
.elite-floating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.elite-float {
    position: absolute;
    opacity: 0.06;
}

.elite-float-1 {
    top: 5%;
    right: -50px;
    width: 400px;
    height: 400px;
    background: #cc2129;
    border-radius: 50%;
    filter: blur(60px);
}

.elite-float-2 {
    bottom: 10%;
    left: -100px;
    width: 500px;
    height: 500px;
    background: #00558f;
    border-radius: 50%;
    filter: blur(80px);
}

.elite-float-3 {
    top: 40%;
    left: 20%;
    width: 300px;
    height: 300px;
    border: 3px solid #cc2129;
    border-radius: 50%;
    opacity: 0.03;
}

/* ============================================= */
/* ========== АДАПТИВ (ТОЛЬКО МЕДИА-ЗАПРОСЫ) ========== */
/* ============================================= */
@media (max-width: 1900px) {

    .grass-divider {
        margin-left: 0px;
        margin-bottom: -65px;
    }

}

/* 1024px - 1200px */
@media (max-width: 1200px) {
    .elite-container {
        padding: 0 20px;
    }
    
    .elite-prize-info {
        padding-left: 30px;
    }
    
    .elite-prize-card .elite-prize-badge {
        left: 120px;
    }
    
    .grass-divider {
        margin-left: 0px;
    }
}

/* 768px - 1024px */
@media (max-width: 1200px) {
    .elite-title {
        font-size: 70px;
    }
    
    .elite-hero-prize {
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 30px;
    }
    
    .elite-prize-visual {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .elite-prize-card .elite-prize-badge {
        left: 50%;
        transform: translateX(-50%);
        top: 25px;
        font-size: 30px;
        letter-spacing: 6px;
        white-space: nowrap;
    }
    
    .badge {
        text-align: center;
        margin-left: 0;
        margin-top: -50px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    
    .elite-prize-info {
        padding-left: 20px;
        margin-top: 30px;
    }
    
    .elite-info-label {
        font-size: 26px;
    }
    
    .elite-info-value {
        font-size: 26px;
    }
    
    .elite-timer {
        flex-wrap: wrap;
        gap: 25px;
        padding: 30px 0;
    }
    
    .elite-timer-number {
        font-size: 60px;

    }
    
    .elite-timer-event {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    
    .elite-event-date {
        font-size: 38px;
    }
    
    /* Как участвовать */
    .elite-steps {
        min-height: 380px;
        height: 380px;
        margin-bottom: 30px;
    }
    
    .elite-steps::before {
        top: -30px;
        height: 115%;
        background-size: auto 100%;
    }
    
    .elite-section-title {
        font-size: 32px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }
    
    .elite-steps-row {
        gap: 12px;
    }
    
    .elite-step {
        padding: 20px 12px;
        width: auto;
    }
    
    .elite-step-content {
        width: auto;
        height: auto;
        min-height: 85px;
        padding: 10px 12px;
    }
    
    .elite-step-number {
        color: #008340;
        font-size: 48px;
        margin-top: -30px;
        padding-bottom: 20px;
    }
    
    .elite-step-title {
        font-size: 17px;
    }
    
    .elite-step-text {
        font-size: 13px;
    }
    
    /* Сетка призов */
    .elite-prizes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .elite-prize-item {
        max-width: 100%;
        min-height: 130px;
    }
    
    .elite-prize-icon {
        width: 120px;
        height: 120px;
    }
    
    /* Правила */
    .elite-rules {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .elite-rule-card {
        padding: 35px 30px;
    }
    
    /* Убираем PNG, ставим цвет */
    .elite-rule-card.dark {
        background: #008340;
    }
    
    .elite-rule-card h4 {
        font-size: 38px;
    }
    
    .elite-rule-card.dark h4 {
        margin-left: 120px;
        font-size: 36px;
    }
    
    .elite-rule-card.dark .elite-rule-list li {
        margin-left: 60px;
        font-size: 20px;
    }
    
    .elite-rule-card.light .elite-rule-list li {
        font-size: 20px;
    }
    
    .elite-rule-list li {
        font-size: 20px;
    }
    
    /* Валик остаётся */
    .elite-rule-card.dark::after {
        width: 380px;
        height: 380px;
        top: -150px;
        left: -180px;
        opacity: 1;
    }
    
    /* Затемнение убираем */
    .elite-rule-card.dark::before {
        display: none;
    }

/* 480px - 768px */
@media (max-width: 768px) {
    .bannerpromo {
        height: 140px;
    }
    
    .bannerpromo img {
        max-height: 65%;
        max-width: 85%;
    }
    
    .elite-title {
        font-size: 50px;
        line-height: 1.2;
    }
    
    .elite-hero-prize {
        gap: 20px;
    }
    
    .elite-prize-visual {
        max-width: 350px;
    }
    
    .elite-prize-card .elite-prize-badge {
        top: 20px;
        font-size: 24px;
        letter-spacing: 4px;
        padding: 8px 16px;
    }
    
    .badge {
        margin-top: -35px;
        font-size: 14px;
    }
    
    .elite-prize-info {
        padding-left: 10px;
        margin-top: 20px;
    }
    
    .elite-info-label {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .elite-info-value {
        font-size: 20px;
    }
    
    .elite-timer {
        gap: 20px;
        padding: 20px 0;
    }
    
    .elite-timer-number {
        font-size: 46px;
    }
    
    .elite-timer-label {
        font-size: 14px;
    }
    
    .elite-event-date {
        font-size: 30px;
    }
    
    .elite-event-time {
        font-size: 15px;
    }
    
    /* Как участвовать */
    .elite-steps {
        min-height: 320px;
        height: 320px;
        margin-bottom: 30px;
    }
    
    .elite-steps::before {
        top: -20px;
        height: 115%;
        background-size: auto 100%;
    }
    
    .elite-section-title {
        font-size: 26px;
        letter-spacing: 4px;
        margin-bottom: 25px;
    }
    
    .elite-steps-row {
        gap: 8px;
    }
    
    .elite-step {
        padding: 50px 8px;
    }
    
    .elite-step-content {
        min-height: 75px;
        padding: 8px 10px;
    }
    
    .elite-step-number {
        font-size: 40px;
        margin-top: -60px;
        padding-bottom: 30px;
        color: #008340;

    }
    
    .elite-step-title {
        font-size: 15px;

    }
    
    .elite-step-text {
        font-size: 11px;
        line-height: 1.2;
    }
    
    /* Сетка призов */
    .elite-prizes-grid {
        gap: 15px;
    }
    
    .elite-prize-item {
        min-height: 100px;
    }
    
    .elite-prize-icon {
        width: 90px;
        height: 90px;
    }
    
    .elite-prize-content h4 {
        font-size: 16px;
        margin-left: 12px;
        margin-bottom: 4px;
    }
    
    .elite-prize-content p {
        font-size: 12px;
        margin-left: 12px;
    }
    
        /* Правила */
    .elite-rules {
        gap: 20px;
    }
    
    .elite-rule-card {
        padding: 30px 20px;
    }
    
    /* Убираем PNG, ставим цвет */
    .elite-rule-card.dark {
        background: #008340;
    }
    
    .elite-rule-card h4 {
        font-size: 32px;
    }
    
    .elite-rule-card.dark h4 {
        margin-left: 80px;
        font-size: 30px;
        -webkit-text-stroke: 0.8px white;
    }
    
    .elite-rule-card.dark .elite-rule-list li {
        margin-left: 40px;
        font-size: 18px;
    }
    
    .elite-rule-card.light .elite-rule-list li {
        font-size: 18px;
    }
    
    .elite-rule-list li {
        font-size: 18px;
    }
    
    .elite-rule-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        max-width: 22px;
        font-size: 16px;
    }
    
    /* Валик остаётся */
    .elite-rule-card.dark::after {
        width: 260px;
        height: 260px;
        top: -100px;
        left: -120px;
        opacity: 1;
    }
    
    /* Затемнение убираем */
    .elite-rule-card.dark::before {
        display: none;
    }
    
    /* Трава */
    .grass-divider {
        margin-left: 0px;
        margin-bottom: -65px;

    }
    
    .grass-divider img {
        height: 160px;
    }
    
    .elite-footer-link {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* до 480px */
@media (max-width: 480px) {
    .bannerpromo {
        height: 110px;
    }
    
    .bannerpromo img {
        max-height: 60%;
        max-width: 90%;
    }
    
    .elite-title {
        font-size: 38px;
    }
    
    .elite-prize-visual {
        max-width: 300px;
    }
    
    .elite-prize-card .elite-prize-badge {
        top: 15px;
        font-size: 20px;
        letter-spacing: 3px;
        padding: 6px 12px;
    }
    
    .badge {
        margin-top: -25px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    
    .elite-info-label {
        font-size: 16px;
    }
    
    .elite-info-value {
        font-size: 16px;
    }
    
    .elite-timer {
        gap: 15px;
    }
    
    .elite-timer-block {
        gap: 6px;
    }
    
    .elite-timer-number {
        font-size: 36px;
    }
    
    .elite-timer-label {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .elite-event-date {
        font-size: 24px;
    }
    
    .elite-event-time {
        font-size: 13px;
    }
    
    /* Как участвовать */
    .elite-steps {
        min-height: 280px;
        height: 280px;
        margin-bottom: 25px;
    }
    
    .elite-steps::before {
        top: -15px;
        height: 115%;
    }
    
    .elite-section-title {
        font-size: 22px;
        letter-spacing: 3px;
        margin-bottom: 20px;

    }
    
    .elite-steps-row {
        gap: 6px;
    }
    
    .elite-step {
        padding: 10px 20px;
    }
    
    .elite-step-content {
        min-height: 65px;
        padding: 6px 8px;
    }
    
    .elite-step-number {
        font-size: 34px;
        margin-top: -3px;
        color: #008340;
    }
    
    .elite-step-title {
        font-size: 13px;
        margin-bottom: 3px;
    }
    
    .elite-step-text {
         
        font-size: 10px;
        line-height: 1.2;
    }
    
    /* Сетка призов */
    .elite-prize-item {
        min-height: 85px;
    }
    
    .elite-prize-icon {
        width: 70px;
        height: 70px;
        margin-left: 3px;
    }
    
    .elite-prize-content h4 {
        font-size: 14px;
        margin-left: 10px;
    }
    
    .elite-prize-content p {
        font-size: 10px;
        margin-left: 10px;
    }
    
 
  /* Правила */
    .elite-rules {
        gap: 18px;
    }
    
    .elite-rule-card {
        padding: 25px 15px;
    }
    
    /* Убираем PNG, ставим цвет */
    .elite-rule-card.dark {
        background: #008340;
    }
    
    .elite-rule-card h4 {
        font-size: 26px;
    }
    
    .elite-rule-card.dark h4 {
        margin-left: 50px;
        font-size: 24px;
        -webkit-text-stroke: 0.5px white;
    }
    
    .elite-rule-card.dark .elite-rule-list li {
        margin-left: 25px;
        font-size: 15px;
    }
    
    .elite-rule-card.light .elite-rule-list li {
        font-size: 15px;
    }
    
    .elite-rule-list li {
        font-size: 15px;
        gap: 10px;
    }
    
    .elite-rule-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        max-width: 20px;
        font-size: 14px;
    }
    
    /* Валик остаётся */
    .elite-rule-card.dark::after {
        width: 180px;
        height: 180px;
        top: -60px;
        left: -80px;
        opacity: 1;
    }
    
    /* Затемнение убираем */
    .elite-rule-card.dark::before {
        display: none;
    }
    
    /* Трава */
    .grass-divider {
        margin-left: 0px;
        margin-bottom: -65px;
    }
    
    .grass-divider img {
        height: 120px;
    }
}