* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.g3h7k9m2 {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A0A0A;
    color: #E0E0E0;
    line-height: 1.65;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header.qx7m2p9k {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(255, 153, 51, 0.1);
}

.w8n4j5r2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.f3h9k1m6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.site-logo img {
    max-height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.site-logo:hover img {
    transform: scale(1.05);
}

.t5y8p3n1.desktop-nav {
    display: flex;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
}

.nav-link {
    color: #E0E0E0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 15px;
}

.nav-link:hover {
    color: #FF9933;
}

.k2m7n4p9.online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 153, 51, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
}

.counter-icon {
    font-size: 10px;
}

.header-actions {
    display: flex;
    gap: 12px;
}

.btn-login.z9x3c5v1 {
    background: transparent;
    color: #FF9933;
    border: 2px solid #FF9933;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 14px;
}

.btn-login.z9x3c5v1:hover {
    background: #FF9933;
    color: #1A1A1A;
    transform: translateY(-2px);
}

.btn-signup.b7n2m8k4 {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.3);
    font-size: 14px;
}

.btn-signup.b7n2m8k4:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 51, 0.4);
}

.burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.burger-menu span {
    width: 28px;
    height: 3px;
    background: #FF9933;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-nav {
    display: none;
    background: #1A1A1A;
    padding: 20px;
    margin-top: 15px;
}

.mobile-nav.active {
    display: block;
}

.mobile-menu {
    list-style: none;
    margin: 0;
}

.mobile-menu li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 153, 51, 0.1);
}

.mobile-link {
    color: #E0E0E0;
    text-decoration: none;
    font-weight: 600;
    display: block;
}

.hero-section.p9m3n7k5 {
    position: relative;
    min-height: 550px;
    background: url('/banner-casino.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(10, 10, 10, 0.7) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #E0E0E0;
    margin-bottom: 35px;
    font-weight: 400;
}

.hero-btn.t4y8k2m6 {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF;
    padding: 18px 45px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 6px 25px rgba(255, 153, 51, 0.4);
    transition: all 0.3s ease;
}

.hero-btn.t4y8k2m6:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 153, 51, 0.5);
}

.main-content {
    flex: 1;
    padding: 40px 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #FF9933 0%, #FF7700 100%);
    border-radius: 2px;
}

.advantages-section.y6u3i9o2 {
    margin-bottom: 80px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.advantage-card.w5e8r2t7 {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 153, 51, 0.1);
}

.advantage-card.w5e8r2t7:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.2);
    border-color: rgba(255, 153, 51, 0.3);
}

.advantage-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.advantage-card h3 {
    color: #FF9933;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.advantage-card p {
    color: #C0C0C0;
    line-height: 1.7;
    font-size: 0.95rem;
}

.video-section.l3k7m9n4 {
    margin-bottom: 80px;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.bonuses-section.x8c4v6b2 {
    margin-bottom: 80px;
}

.bonuses-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.bonus-card.a5s7d3f9 {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    border: 2px solid rgba(255, 153, 51, 0.2);
    transition: all 0.3s ease;
}

.bonus-card.a5s7d3f9:hover {
    transform: translateY(-8px);
    border-color: #FF9933;
    box-shadow: 0 15px 40px rgba(255, 153, 51, 0.3);
}

.bonus-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

.bonus-card h3 {
    color: #FFF;
    font-size: 1.6rem;
    margin: 25px 0 15px;
    font-weight: 700;
}

.bonus-amount {
    font-size: 2.2rem;
    color: #FF9933;
    font-weight: 700;
    margin-bottom: 20px;
}

.bonus-card p {
    color: #C0C0C0;
    margin-bottom: 25px;
    line-height: 1.6;
}

.bonus-btn {
    background: transparent;
    color: #FF9933;
    border: 2px solid #FF9933;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.bonus-btn:hover {
    background: #FF9933;
    color: #1A1A1A;
}

.games-section.z2x5c8v4 {
    margin-bottom: 80px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.game-card.p7o3i6u2 {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 153, 51, 0.15);
}

.game-card.p7o3i6u2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.25);
}

.game-logo {
    font-size: 4rem;
    margin-bottom: 15px;
}

.game-name {
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.game-provider {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.game-btn {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.game-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 153, 51, 0.4);
}

.slot-demo-section.m4n8b5v3 {
    margin-bottom: 80px;
}

.slot-game-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.slot-machine {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 153, 51, 0.3);
}

.slot-reels {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
}

.slot-reel {
    width: 120px;
    height: 120px;
    background: #0A0A0A;
    border: 3px solid #FF9933;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    transition: all 0.3s ease;
}

.slot-reel.spinning {
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.slot-spin-btn {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF;
    border: none;
    padding: 15px 50px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 153, 51, 0.4);
}

.slot-spin-btn:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 7px 25px rgba(255, 153, 51, 0.5);
}

.slot-spin-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.slot-result {
    margin-top: 25px;
    text-align: center;
    font-size: 1.2rem;
    min-height: 60px;
    color: #FFF;
    font-weight: 600;
}

.slot-result.win {
    color: #4CAF50;
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.faq-section.n6m2k9l5 {
    margin-bottom: 80px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item.q8w4e2r7 {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 153, 51, 0.1);
    transition: all 0.3s ease;
}

.faq-item.q8w4e2r7:hover {
    border-color: rgba(255, 153, 51, 0.3);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question h3 {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.faq-toggle {
    font-size: 1.8rem;
    color: #FF9933;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.faq-answer p {
    color: #C0C0C0;
    line-height: 1.7;
    margin: 0;
}

.content-section.j7k3l9m2 {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 50px 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid rgba(255, 153, 51, 0.1);
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4 {
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.content-section h1 {
    font-size: 2.2rem;
}

.content-section h2 {
    font-size: 1.9rem;
}

.content-section h3 {
    font-size: 1.5rem;
}

.content-section h4 {
    font-size: 1.2rem;
}

.content-section p {
    color: #D0D0D0;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-section ul,
.content-section ol {
    color: #D0D0D0;
    margin-bottom: 20px;
    padding-left: 30px;
}

.content-section li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.content-section table {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
    background: #0A0A0A;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(255, 153, 51, 0.2);
}

.content-section th,
.content-section td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid rgba(255, 153, 51, 0.15);
    color: #D0D0D0;
}

.content-section th {
    background: rgba(255, 153, 51, 0.15);
    color: #FFF;
    font-weight: 700;
}

.content-section a {
    color: #FF9933;
    text-decoration: underline;
}

.content-section a:hover {
    color: #FF7700;
}

.author-section.c5v8b3n7 {
    margin-bottom: 60px;
}

.author-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 35px 40px;
    border-radius: 12px;
    border-left: 5px solid #FF9933;
}

.author-name {
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.author-bio {
    color: #C0C0C0;
    line-height: 1.7;
    margin-bottom: 15px;
}

.author-link {
    color: #FF9933;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.author-link:hover {
    color: #FF7700;
    text-decoration: underline;
}

footer.r4t7y2n8 {
    background: linear-gradient(135deg, #1A1A1A 0%, #0A0A0A 100%);
    color: #C0C0C0;
    padding: 50px 0 30px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 153, 51, 0.1);
}

.footer-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo-section img {
    margin-bottom: 15px;
}

.footer-desc {
    color: #999;
    line-height: 1.6;
    font-size: 0.9rem;
}

.footer-nav-section h4,
.footer-support-section h4,
.footer-payments h4,
.footer-providers h4 {
    color: #FFF;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-menu,
.footer-support {
    list-style: none;
}

.footer-menu li,
.footer-support li {
    margin-bottom: 12px;
}

.footer-menu a,
.footer-support a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-menu a:hover,
.footer-support a:hover {
    color: #FF9933;
}

.footer-payments,
.footer-providers {
    margin-bottom: 30px;
}

.payment-icons.j5k8m3n7,
.provider-list.h6j9k2m5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-item,
.provider-list span {
    background: rgba(255, 153, 51, 0.1);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.85rem;
    color: #E0E0E0;
    border: 1px solid rgba(255, 153, 51, 0.2);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 153, 51, 0.1);
    padding-top: 30px;
    text-align: center;
}

.copyright-text p {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-notice {
    color: #666;
    font-size: 0.8rem;
}

.affiliate-info {
    margin-top: 15px;
}

.affiliate-info a {
    color: #FF9933;
    text-decoration: none;
}

.sticky-widget.h9j2k6l3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1A1A1A 0%, #252525 100%);
    padding: 15px 20px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-top: 2px solid #FF9933;
}

.widget-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.widget-text {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 600;
}

.widget-btn {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFF !important;
    padding: 12px 35px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.4);
}

.widget-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 51, 0.5);
}

@media (max-width: 992px) {
    .t5y8p3n1.desktop-nav {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .bonuses-slider,
    .games-grid {
        overflow-x: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-bottom: 20px;
    }

    .bonus-card.a5s7d3f9,
    .game-card.p7o3i6u2 {
        min-width: 280px;
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .f3h9k1m6 {
        gap: 15px;
    }

    .k2m7n4p9.online-counter {
        order: -1;
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .slot-reels {
        gap: 10px;
    }

    .slot-reel {
        width: 90px;
        height: 90px;
        font-size: 3rem;
    }

    .widget-content {
        justify-content: center;
        text-align: center;
    }

    .widget-text {
        font-size: 0.95rem;
    }
}

.fade-in {
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-section {
    display: none;
}

.wp-block-group {
    display: none;
}

.cffrs {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 24px 72px;
    background: linear-gradient(180deg, #111111 0%, #181818 100%);
    border: 1px solid rgba(255, 153, 51, 0.14);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    color: #e9e9e9;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow: hidden;
}

.cffrs > *:first-child {
    margin-top: 0;
}

.cffrs h1,
.cffrs h2,
.cffrs h3,
.cffrs h4,
.cffrs h5,
.cffrs h6 {
    margin: 32px 0 16px;
    line-height: 1.24;
    font-weight: 700;
    color: #ff9933;
}

.cffrs h1 {
    margin-top: 0;
    font-size: 40px;
    letter-spacing: -0.02em;
}

.cffrs h2 {
    font-size: 30px;
}

.cffrs h3 {
    font-size: 24px;
}

.cffrs p,
.cffrs ul,
.cffrs ol,
.cffrs table,
.cffrs blockquote,
.cffrs dl {
    margin: 0 0 20px;
}

.cffrs p {
    color: #ececec;
}

.cffrs a {
    color: #ffb766;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease, opacity 0.2s ease;
    word-break: break-word;
}

.cffrs a:hover {
    color: #ffd4a6;
}

.cffrs strong,
.cffrs b {
    color: #fff3e3;
    font-weight: 700;
}

.cffrs em {
    color: #f4f4f4;
}

.cffrs ul,
.cffrs ol {
    padding-left: 24px;
}

.cffrs li {
    margin-bottom: 10px;
}

.cffrs ul li::marker,
.cffrs ol li::marker {
    color: #ff9933;
    font-weight: 700;
}

.cffrs blockquote {
    padding: 20px 22px;
    background: linear-gradient(180deg, rgba(255, 153, 51, 0.13) 0%, rgba(255, 153, 51, 0.05) 100%);
    border-left: 4px solid #ff9933;
    border-radius: 14px;
    color: #f2f2f2;
}

.cffrs blockquote p:last-child {
    margin-bottom: 0;
}

.cffrs table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #171717;
    border-radius: 16px;
    box-shadow: 0 0 0 1px rgba(255, 153, 51, 0.14);
}

.cffrs table tr:first-child,
.cffrs table thead {
    background: linear-gradient(90deg, #ff9933 0%, #ffb347 100%);
}

.cffrs th,
.cffrs td {
    min-width: 180px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 153, 51, 0.13);
    text-align: left;
    vertical-align: top;
}

.cffrs th {
    color: #111111;
    font-weight: 700;
}

.cffrs td {
    color: #e8e8e8;
    background: #171717;
}

.cffrs table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.cffrs dl {
    display: grid;
    gap: 14px;
}

.cffrs dt {
    color: #ff9933;
    font-weight: 700;
    margin: 0;
}

.cffrs dd {
    margin: 0;
    padding: 0 0 14px 16px;
    border-left: 2px solid rgba(255, 153, 51, 0.18);
}

.cffrs dd p:last-child {
    margin-bottom: 0;
}

.cffrs img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.cffrs hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.cffrs h2,
.cffrs h3,
.cffrs table,
.cffrs blockquote,
.cffrs dl {
    scroll-margin-top: 110px;
}

@media (max-width: 992px) {
    .cffrs {
        padding: 40px 20px 56px;
        border-radius: 20px;
    }

    .cffrs h1 {
        font-size: 34px;
    }

    .cffrs h2 {
        font-size: 27px;
    }

    .cffrs h3 {
        font-size: 22px;
    }

    .cffrs th,
    .cffrs td {
        min-width: 160px;
        padding: 13px 14px;
    }
}

@media (max-width: 768px) {
    .cffrs {
        padding: 32px 16px 48px;
        font-size: 15px;
        line-height: 1.7;
        border-radius: 18px;
    }

    .cffrs h1 {
        font-size: 28px;
    }

    .cffrs h2 {
        margin-top: 28px;
        font-size: 23px;
    }

    .cffrs h3 {
        margin-top: 24px;
        font-size: 20px;
    }

    .cffrs p,
    .cffrs ul,
    .cffrs ol,
    .cffrs table,
    .cffrs blockquote,
    .cffrs dl {
        margin-bottom: 18px;
    }

    .cffrs ul,
    .cffrs ol {
        padding-left: 20px;
    }

    .cffrs blockquote {
        padding: 16px 18px;
        border-radius: 12px;
    }

    .cffrs dd {
        padding-left: 12px;
    }

    .cffrs th,
    .cffrs td {
        min-width: 145px;
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .cffrs {
        padding: 24px 14px 40px;
        font-size: 14px;
        border-radius: 16px;
    }

    .cffrs h1 {
        font-size: 24px;
    }

    .cffrs h2 {
        font-size: 20px;
    }

    .cffrs h3 {
        font-size: 18px;
    }

    .cffrs li {
        margin-bottom: 8px;
    }

    .cffrs blockquote {
        padding: 14px 16px;
    }

    .cffrs th,
    .cffrs td {
        min-width: 132px;
        padding: 10px;
        font-size: 13px;
    }
}