/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #151515;
    color: #e0e0e0;
    line-height: 1.7;
    overflow-x: hidden;
}

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

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

/* Header */
.mk4n7-header {
    background-color: #000000;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.pq8k3-navbar {
    padding: 0;
}

.qw7n2-logo {
    display: flex;
    align-items: center;
}

.hn9k4-logo-img {
    max-height: 50px;
    width: auto;
}

.lv6k8-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.xm3n5-online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.pk7m2-online-icon {
    font-size: 12px;
}

.vn8k4-online-text {
    color: #FFD700;
    font-size: 14px;
    font-weight: 600;
}

.bn4k7-header-btns {
    display: flex;
    gap: 10px;
}

.zm8q4-btn {
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.zm8q4-btn-login {
    background-color: #FFD700;
    color: #000000;
}

.zm8q4-btn-login:hover {
    background-color: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.zm8q4-btn-signup {
    background-color: #FFDA00;
    color: #000000;
}

.zm8q4-btn-signup:hover {
    background-color: #FFD000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 218, 0, 0.3);
}

.zm8q4-btn-primary {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000000;
}

.zm8q4-btn-primary:hover {
    background: linear-gradient(135deg, #FFC700, #FF9500);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

.zm8q4-btn-secondary {
    background-color: #FFDA00;
    color: #000000;
}

.zm8q4-btn-secondary:hover {
    background-color: #FFD000;
}

.pm5n8-nav-menu {
    gap: 25px;
}

.kl9m4-nav-link {
    color: #FFD700 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.kl9m4-nav-link:hover {
    color: #FFA500 !important;
}

.qx9k5-burger {
    border-color: #FFD700;
}

.qx9k5-burger .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 215, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.qp7m3-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('/bet-b.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 50px;
}

.nv4k8-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.ld9x2-title {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mk3p7-subtitle {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Main Content */
.tp6n1-main {
    flex: 1;
    padding: 50px 0;
}

.bx2m7-section-title {
    font-size: 38px;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Advantages */
.yh5k9-advantages {
    margin-bottom: 80px;
}

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

.qs4n6-advantage-card {
    background: rgba(255, 215, 0, 0.05);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.qs4n6-advantage-card:hover {
    transform: translateY(-5px);
    border-color: #FFD700;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.ln9k2-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.vp7m4-card-title {
    font-size: 22px;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: 600;
}

.rk3x8-card-text {
    font-size: 16px;
    color: #c0c0c0;
    line-height: 1.6;
}

/* Jackpots */
.wm7q5-jackpots {
    margin-bottom: 80px;
}

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

.dx6n4-jackpot-card {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));
    border: 2px solid #FFD700;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
}

.lt8m2-jackpot-name {
    font-size: 24px;
    color: #FFD700;
    font-weight: 700;
    margin-bottom: 20px;
}

.kn5p7-jackpot-amount {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Courier New', monospace;
}

/* Tournaments */
.nr8k6-tournaments {
    margin-bottom: 80px;
}

.px3m9-tournaments-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.hv7k4-tournament-card {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
}

.qw9n2-tournament-title {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: 600;
}

.mn6k8-tournament-desc {
    font-size: 15px;
    color: #b0b0b0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.lp4m7-tournament-timer {
    background: rgba(255, 215, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: 600;
    font-size: 18px;
}

.xk8n3-tournament-prize {
    font-size: 28px;
    color: #FFDA00;
    font-weight: 700;
    margin-bottom: 20px;
}

/* App Info */
.km9p6-app-info {
    margin-bottom: 80px;
}

.vn7k3-app-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

.qx4m8-app-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.qx4m8-app-table tr {
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.qx4m8-app-table tr:last-child {
    border-bottom: none;
}

.jp8n5-table-label {
    padding: 18px 25px;
    font-weight: 600;
    color: #FFD700;
    text-align: left;
    width: 40%;
}

.hl3k9-table-value {
    padding: 18px 25px;
    color: #e0e0e0;
    text-align: left;
}

.fw8k2-download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.xm9n4-download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));
    border: 2px solid #FFD700;
    border-radius: 12px;
    padding: 20px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.xm9n4-download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: #FFDA00;
}

.pn7k3-btn-icon {
    font-size: 32px;
}

.qk4m8-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.lh6n2-btn-label {
    font-size: 12px;
    color: #a0a0a0;
}

.vp9k5-btn-store {
    font-size: 18px;
    color: #FFD700;
    font-weight: 600;
}

/* Slot Game */
.bn5k7-slot-game {
    margin-bottom: 80px;
}

.mx8k4-slot-container {
    max-width: 500px;
    margin: 0 auto;
}

.rn3k9-slot-machine {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(20, 20, 20, 0.8));
    border: 3px solid #FFD700;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.3);
}

.pk7m2-slot-reels {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.hw6n5-reel {
    width: 100px;
    height: 100px;
    background: rgba(255, 215, 0, 0.1);
    border: 3px solid #FFD700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    transition: all 0.3s ease;
}

.qn8k5-spin-btn {
    width: 100%;
    padding: 18px;
    font-size: 20px;
    font-weight: 700;
}

.vl4k7-result-message {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 10px;
}

.kp9m6-result-text {
    font-size: 20px;
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Content Section */
.xn7k4-content-section {
    margin-bottom: 80px;
}

.xn7k4-content-section h2 {
    color: #FFD700;
    font-size: 32px;
    margin: 30px 0 20px;
}

.xn7k4-content-section h3 {
    color: #FFDA00;
    font-size: 26px;
    margin: 25px 0 15px;
}

.xn7k4-content-section p {
    color: #c0c0c0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.xn7k4-content-section ul,
.xn7k4-content-section ol {
    color: #c0c0c0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 30px;
}

.xn7k4-content-section li {
    margin-bottom: 10px;
}

.xn7k4-content-section table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.xn7k4-content-section table th,
.xn7k4-content-section table td {
    padding: 15px;
    text-align: left;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.xn7k4-content-section table th {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    font-weight: 600;
}

.xn7k4-content-section table td {
    color: #c0c0c0;
}

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

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

/* FAQ */
.km5n8-faq {
    margin-bottom: 80px;
}

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

.lv8n4-faq-item {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.mx6k2-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mx6k2-faq-question:hover {
    background: rgba(255, 215, 0, 0.05);
}

.mx6k2-faq-question h3 {
    font-size: 19px;
    color: #FFD700;
    font-weight: 600;
    margin: 0;
}

.bn9k5-faq-icon {
    font-size: 28px;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.lv8n4-faq-item.active .bn9k5-faq-icon {
    transform: rotate(45deg);
}

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

.lv8n4-faq-item.active .fk4m7-faq-answer {
    max-height: 500px;
}

.fk4m7-faq-answer p {
    padding: 0 25px 20px;
    color: #c0c0c0;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Footer */
.vn8k3-footer {
    background-color: #000000;
    padding: 60px 0 30px;
    margin-top: auto;
    border-top: 2px solid #FFD700;
}

.qp7m4-footer-row {
    margin-bottom: 40px;
}

.lk6n9-footer-col {
    color: #c0c0c0;
}

.mx8k2-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.bn5k7-footer-logo-img {
    max-height: 47px;
}

.xw9k4-footer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #a0a0a0;
}

.pk3m7-footer-title {
    font-size: 20px;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: 600;
}

.hn7k2-footer-menu {
    list-style: none;
    padding: 0;
}

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

.vl9k5-footer-link {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.vl9k5-footer-link:hover {
    color: #FFD700;
}

.km9n6-providers {
    margin-bottom: 40px;
}

.qw8k3-providers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ln4m7-provider {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.vx7k9-payments {
    margin-bottom: 40px;
}

.mp3k8-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bk6n4-payment {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.qn5k8-author-info {
    margin-bottom: 40px;
}

.xv9k3-author-card {
    display: flex;
    gap: 20px;
    background: rgba(255, 215, 0, 0.05);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid rgba(255, 215, 0, 0.2);
}

.km7n2-author-avatar {
    font-size: 60px;
}

.lp4k8-author-details {
    flex: 1;
}

.vn6k9-author-name {
    font-size: 18px;
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 10px;
}

.mw3k7-author-bio {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 1.6;
    margin-bottom: 10px;
}

.hn8k4-author-link {
    color: #FFD700;
    text-decoration: none;
    font-size: 14px;
}

.hn8k4-author-link:hover {
    text-decoration: underline;
}

.pw9k5-footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.qx7n3-copyright {
    text-align: center;
    color: #808080;
    font-size: 14px;
}

.qx7n3-copyright p {
    margin-bottom: 8px;
}

.lk4m8-license,
.bn6k2-disclaimer {
    font-size: 13px;
    color: #707070;
}

/* Bonus Widget */
.wk7n3-bonus-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 15px 20px;
    box-shadow: 0 -5px 20px rgba(255, 215, 0, 0.4);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

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

.vn6k8-widget-text {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.zm8q4-btn-widget {
    background-color: #000000;
    color: #FFD700;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.zm8q4-btn-widget:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Unused WP Styles */
.qn8k2-unused-class,
.vl4k7-wp-block,
.pm9k6-elementor-section,
.xk3n7-wp-content,
.bn4k8-yoast-seo,
.lm9k5-wp-post,
.vp7k2-site-header,
.qw8n4-entry-content {
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .lv6k8-header-actions {
        flex-wrap: wrap;
    }

    .xm3n5-online-counter {
        order: -1;
        width: 100%;
    }

    .px3m9-tournaments-container {
        overflow-x: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-bottom: 20px;
    }

    .hv7k4-tournament-card {
        min-width: 300px;
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .ld9x2-title {
        font-size: 32px;
    }

    .mk3p7-subtitle {
        font-size: 18px;
    }

    .bx2m7-section-title {
        font-size: 28px;
    }

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

    .pk7m2-slot-reels {
        gap: 10px;
    }

    .hw6n5-reel {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }

    .pm9k4-widget-content {
        flex-direction: column;
        text-align: center;
    }

    .xv9k3-author-card {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .bn4k7-header-btns {
        flex-direction: column;
        width: 100%;
    }

    .zm8q4-btn {
        width: 100%;
    }

    .fw8k2-download-buttons {
        flex-direction: column;
    }

    .xm9n4-download-btn {
        width: 100%;
    }
}

.ojgd {
    max-width: 980px;
    margin: 40px auto;
    padding: 40px 34px;
    background: radial-gradient(circle at top right, rgba(255, 215, 0, .1), transparent 30%),
    linear-gradient(180deg, rgba(24, 24, 24, .98), rgba(12, 12, 12, .98));
    border: 1px solid rgba(255, 215, 0, .14);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
    color: #f5f5f5;
}

.ojgd h1 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.14;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
}

.ojgd h2 {
    margin: 34px 0 14px;
    font-size: clamp(1.35rem, 2.7vw, 2rem);
    line-height: 1.24;
    font-weight: 800;
    color: #ffd700;
}

.ojgd h3 {
    margin: 24px 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.ojgd p {
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.82;
    color: #d8d8d8;
}

.ojgd a {
    color: #ffd700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 215, 0, .35);
    transition: color .25s ease, border-color .25s ease;
}

.ojgd a:hover {
    color: #fff2a8;
    border-color: rgba(255, 242, 168, .7);
}

.ojgd ul,
.ojgd ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.ojgd ul {
    list-style: none;
}

.ojgd ol {
    list-style: decimal;
}

.ojgd ul li,
.ojgd ol li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.75;
    color: #d8d8d8;
}

.ojgd ul li {
    position: relative;
    padding-left: 18px;
}

.ojgd ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd700;
    box-shadow: 0 0 0 4px rgba(255, 215, 0, .12);
}

.ojgd table {
    width: 100%;
    margin: 22px 0 28px;
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    overflow: hidden;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 215, 0, .14);
    border-radius: 18px;
}

.ojgd thead th,
.ojgd th,
.ojgd td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.ojgd thead th,
.ojgd th {
    font-size: .95rem;
    font-weight: 700;
    color: #ffd700;
    background: rgba(255, 215, 0, .08);
    border-bottom: 1px solid rgba(255, 215, 0, .14);
}

.ojgd td {
    font-size: .95rem;
    line-height: 1.65;
    color: #e0e0e0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ojgd tr:last-child td {
    border-bottom: none;
}

.ojgd tbody tr:nth-child(even) td,
.ojgd tr:nth-child(even) td {
    background: rgba(255, 255, 255, .02);
}

.ojgd blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid #ffd700;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 215, 0, .09), rgba(255, 255, 255, .025));
}

.ojgd blockquote p {
    margin: 0;
    color: #fff;
}

.ojgd strong,
.ojgd b {
    color: #fff;
    font-weight: 700;
}

.ojgd img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

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

.ojgd > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ojgd {
        margin: 28px auto;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .ojgd h1 {
        margin-bottom: 18px;
    }

    .ojgd h2 {
        margin-top: 28px;
    }

    .ojgd table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .ojgd {
        margin: 20px auto;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .ojgd h1 {
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .ojgd h2 {
        margin: 24px 0 12px;
        font-size: 1.28rem;
    }

    .ojgd h3 {
        margin: 18px 0 8px;
        font-size: 1.02rem;
    }

    .ojgd p,
    .ojgd ul li,
    .ojgd ol li {
        font-size: .95rem;
        line-height: 1.72;
    }

    .ojgd ul,
    .ojgd ol {
        padding-left: 18px;
    }

    .ojgd th,
    .ojgd td {
        padding: 12px 13px;
        font-size: .9rem;
    }

    .ojgd blockquote {
        margin: 18px 0;
        padding: 15px 14px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .ojgd {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .ojgd h1 {
        font-size: 1.52rem;
    }

    .ojgd h2 {
        font-size: 1.14rem;
    }

    .ojgd h3 {
        font-size: .98rem;
    }

    .ojgd p,
    .ojgd ul li,
    .ojgd ol li,
    .ojgd th,
    .ojgd td {
        font-size: .88rem;
    }

    .ojgd table {
        border-radius: 14px;
    }

    .ojgd th,
    .ojgd td {
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .bn4k7-header-btns {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .zm8q4-btn {
        width: 100%;
        padding: 14px 16px;
        font-size: 15px;
        border-radius: 10px;
        text-align: center;
    }

    .lv6k8-header-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .qx9k5-burger {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .zm8q4-btn {
        padding: 13px 14px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .lv6k8-header-actions {
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-left: auto;
        flex-wrap: nowrap;
    }

    .bn4k7-header-btns {
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        flex-wrap: nowrap;
    }

    .zm8q4-btn {
        width: auto;
        min-width: 0;
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.2;
        border-radius: 8px;
        white-space: nowrap;
    }

    .qx9k5-burger {
        width: 42px;
        min-width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }

    .hn9k4-logo-img {
        max-height: 40px;
        width: auto;
    }

    .pq8k3-navbar .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .qw7n2-logo {
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .bn4k7-header-btns {
        gap: 6px;
    }

    .zm8q4-btn {
        padding: 9px 10px;
        font-size: 12px;
    }

    .qx9k5-burger {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .hn9k4-logo-img {
        max-height: 34px;
    }
}

@media (max-width: 768px) {
    .fw7k3-nav-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #000;
        padding: 15px 20px;
        border-top: 1px solid rgba(255, 215, 0, 0.2);
        z-index: 999;
    }

    .pm5n8-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .kl9m4-nav-link {
        font-size: 16px;
        padding: 8px 0;
        display: block;
    }
}