
    body {
        margin: 0;
        font-family: 'Arial', sans-serif;
        background-color: #1a1a2e;
        color: #e0e0e0;
    }

    .page-79-king-2 {
        padding-top: var(--header-offset, 122px); /* Fallback for shared.css not setting body padding-top */
        line-height: 1.6;
    }

    .page-79-king-2__hero-section {
        position: relative;
        width: 100%;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-79-king-2__hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .page-79-king-2__hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .page-79-king-2__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        padding: 20px;
        color: #ffffff;
    }

    .page-79-king-2__hero-title {
        font-size: 2.8em;
        margin-bottom: 10px;
        color: #f39c12;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-79-king-2__hero-subtitle {
        font-size: 1.2em;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-79-king-2__brand-highlight {
        color: #e74c3c;
    }

    .page-79-king-2__hero-cta-group {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .page-79-king-2__hero-button {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-79-king-2__hero-button--register {
        background-color: #27ae60;
        color: #ffffff;
    }

    .page-79-king-2__hero-button--register:hover {
        background-color: #2ecc71;
        transform: translateY(-3px);
    }

    .page-79-king-2__hero-button--login {
        background-color: #3498db;
        color: #ffffff;
    }

    .page-79-king-2__hero-button--login:hover {
        background-color: #5dade2;
        transform: translateY(-3px);
    }

    .page-79-king-2__section-title {
        font-size: 2em;
        color: #f39c12;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
    }

    .page-79-king-2__section-description {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        color: #bbbbbb;
        font-size: 1.1em;
    }

    .page-79-king-2__game-categories-section,
    .page-79-king-2__promotions-section,
    .page-79-king-2__about-section,
    .page-79-king-2__payment-providers-section,
    .page-79-king-2__faq-section {
        padding: 50px 20px;
        background-color: #1a1a2e;
    }

    .page-79-king-2__game-grid,
    .page-79-king-2__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-79-king-2__game-item,
    .page-79-king-2__promo-item {
        background-color: #2c3e50;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .page-79-king-2__game-item:hover,
    .page-79-king-2__promo-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6);
    }

    .page-79-king-2__game-image,
    .page-79-king-2__promo-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        max-width: 100%;
        box-sizing: border-box !important;
    }

    .page-79-king-2__game-title,
    .page-79-king-2__promo-title {
        font-size: 1.4em;
        color: #f39c12;
        margin: 15px 10px 10px;
    }

    .page-79-king-2__game-description,
    .page-79-king-2__promo-description {
        font-size: 0.95em;
        color: #bbbbbb;
        padding: 0 15px 20px;
        flex-grow: 1;
    }

    .page-79-king-2__about-section {
        background-color: #22223b;
    }

    .page-79-king-2__about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        gap: 30px;
    }

    .page-79-king-2__about-image {
        width: 100%;
        max-width: 600px;
        border-radius: 10px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
        max-width: 100%;
        height: auto;
        box-sizing: border-box !important;
    }

    .page-79-king-2__about-text {
        text-align: left;
        font-size: 1.1em;
        color: #e0e0e0;
    }

    .page-79-king-2__about-text p {
        margin-bottom: 15px;
    }

    .page-79-king-2__payment-providers-section {
        display: flex;
        flex-direction: column;
        gap: 50px;
        background-color: #1a1a2e;
    }

    .page-79-king-2__payment-methods,
    .page-79-king-2__game-providers {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .page-79-king-2__payment-list,
    .page-79-king-2__provider-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .page-79-king-2__payment-item,
    .page-79-king-2__provider-item {
        background-color: #2c3e50;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        box-sizing: border-box;
    }

    .page-79-king-2__payment-logo,
    .page-79-king-2__provider-logo {
        max-width: 100px;
        height: auto;
        margin-bottom: 10px;
        max-width: 100%;
        box-sizing: border-box !important;
    }

    .page-79-king-2__payment-name,
    .page-79-king-2__provider-name {
        font-weight: bold;
        color: #e0e0e0;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .page-79-king-2__faq-section {
        background-color: #22223b;
    }

    .page-79-king-2__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-79-king-2__faq-item {
        background-color: #2c3e50;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-79-king-2__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        color: #f39c12;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-79-king-2__faq-question:hover {
        background-color: #34495e;
    }

    .page-79-king-2__faq-title {
        margin: 0;
        font-size: 1.1em;
        color: #f39c12;
        pointer-events: none; /* Prevent text selection interfering with click */
    }

    .page-79-king-2__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon interfering with click */
    }

    .page-79-king-2__faq-item.active .page-79-king-2__faq-toggle {
        transform: rotate(45deg);
    }

    .page-79-king-2__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #e0e0e0;
    }

    .page-79-king-2__faq-item.active .page-79-king-2__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important;
        opacity: 1;
    }

    .page-79-king-2__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    .page-79-king-2__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: 90%; /* Adjust for mobile */
        max-width: 350px;
        justify-content: space-between;
    }

    .page-79-king-2__floating-button {
        flex: 1;
        padding: 12px 0;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        color: #ffffff;
    }

    .page-79-king-2__floating-button--register {
        background-color: #27ae60;
    }

    .page-79-king-2__floating-button--register:hover {
        background-color: #2ecc71;
        transform: translateY(-3px);
    }

    .page-79-king-2__floating-button--login {
        background-color: #3498db;
    }

    .page-79-king-2__floating-button--login:hover {
        background-color: #5dade2;
        transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (min-width: 769px) {
        .page-79-king-2__hero-title {
            font-size: 3.5em;
        }

        .page-79-king-2__hero-subtitle {
            font-size: 1.5em;
        }

        .page-79-king-2__section-title {
            font-size: 2.5em;
        }

        .page-79-king-2__about-content {
            flex-direction: row;
            text-align: left;
        }

        .page-79-king-2__about-image {
            margin-right: 30px;
            width: 40%;
        }

        .page-79-king-2__about-text {
            width: 60%;
        }

        .page-79-king-2__payment-list,
        .page-79-king-2__provider-list {
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }

        .page-79-king-2__floating-buttons {
            bottom: 30px;
            max-width: 400px;
        }
    }

    /* Mobile-specific adjustments for list items */
    @media (max-width: 768px) {
        .page-79-king-2__hero-title {
            font-size: 2.2em;
        }
        .page-79-king-2__hero-subtitle {
            font-size: 1em;
        }
        .page-79-king-2__hero-cta-group {
            flex-direction: column;
            gap: 10px;
        }
        .page-79-king-2__hero-button {
            width: 80%;
            margin: 0 auto;
        }

        .page-79-king-2__game-grid,
        .page-79-king-2__promo-grid {
            grid-template-columns: 1fr;
        }

        .page-79-king-2__about-content {
            flex-direction: column;
        }

        .page-79-king-2__payment-list,
        .page-79-king-2__provider-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 0 10px !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-79-king-2__payment-item,
        .page-79-king-2__provider-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 10px;
        }
        .page-79-king-2__payment-name,
        .page-79-king-2__provider-name {
            font-size: 0.9em;
        }

        .page-79-king-2__faq-question {
            padding: 12px 15px;
            font-size: 1em;
        }
        .page-79-king-2__faq-title {
            font-size: 1em;
        }
        .page-79-king-2__faq-answer {
            padding: 0 15px;
        }
        .page-79-king-2__faq-item.active .page-79-king-2__faq-answer {
            padding: 15px 15px !important;
        }

        .page-79-king-2__floating-buttons {
            width: calc(100% - 40px); /* Account for page padding */
            left: 20px;
            transform: translateX(0);
            bottom: 15px;
        }
        .page-79-king-2__floating-button {
            font-size: 0.9em;
            padding: 10px 0;
        }
    }
  