
    :root {
        --page-789betlink-primary-color: #0d1a26; /* Dark Blue/Black */
        --page-789betlink-secondary-color: #e44d26; /* Orange/Red accent */
        --page-789betlink-text-color: #f0f2f5; /* Light Gray */
        --page-789betlink-dark-text-color: #333;
        --page-789betlink-accent-light: #ff6f42; /* Lighter Orange */
        --page-789betlink-bg-dark: #1a2a3a; /* Slightly lighter dark blue */
        --page-789betlink-border-color: #3a4a5a;
        --page-789betlink-hover-color: #ff8c66;
    }

    /* General Styling for page-789betlink content */
    .page-789betlink {
        font-family: 'Arial', sans-serif;
        color: var(--page-789betlink-text-color);
        background-color: var(--page-789betlink-primary-color);
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating button */
    }

    .page-789betlink__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-789betlink h1,
    .page-789betlink h2,
    .page-789betlink h3 {
        color: var(--page-789betlink-text-color);
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .page-789betlink h1 {
        font-size: 2.8em;
        text-align: center;
        color: #fff;
    }

    .page-789betlink h2 {
        font-size: 2.2em;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-789betlink h2::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--page-789betlink-secondary-color);
        border-radius: 2px;
    }

    .page-789betlink h3 {
        font-size: 1.6em;
    }

    .page-789betlink p {
        margin-bottom: 1em;
        color: #ccc;
    }

    .page-789betlink a {
        color: var(--page-789betlink-accent-light);
        text-decoration: none;
    }

    .page-789betlink a:hover {
        text-decoration: underline;
        color: var(--page-789betlink-hover-color);
    }

    .page-789betlink__button {
        display: inline-block;
        background-color: var(--page-789betlink-secondary-color);
        color: #fff;
        padding: 12px 25px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .page-789betlink__button:hover {
        background-color: var(--page-789betlink-accent-light);
        transform: translateY(-2px);
        text-decoration: none;
    }

    /* Image responsive base styles */
    .page-789betlink img {
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* Hero Section */
    .page-789betlink__hero-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 120px; /* Desktop fixed header spacing */
        background-color: var(--page-789betlink-bg-dark);
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 500px; /* Ensure hero section has a minimum height */
    }

    .page-789betlink__hero-content {
        position: relative;
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-789betlink__hero-image {
        width: 100%;
        height: auto;
        max-height: 500px; /* Limit image height */
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-789betlink__hero-text-overlay {
        position: absolute;
        bottom: 20px; /* Adjust as needed */
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.6);
        padding: 15px 30px;
        border-radius: 8px;
        max-width: 90%;
        box-sizing: border-box;
    }

    .page-789betlink__hero-title {
        font-size: 2.5em;
        color: #fff;
        margin-bottom: 10px;
    }

    .page-789betlink__hero-description {
        font-size: 1.1em;
        color: #eee;
        margin-bottom: 20px;
    }

    .page-789betlink__hero-button {
        background-color: var(--page-789betlink-secondary-color);
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        transition: background-color 0.3s ease;
        display: inline-block;
    }

    .page-789betlink__hero-button:hover {
        background-color: var(--page-789betlink-accent-light);
        text-decoration: none;
    }

    /* Intro Section */
    .page-789betlink__intro-section {
        padding: 50px 0;
        background-color: var(--page-789betlink-primary-color);
        text-align: center;
    }

    .page-789betlink__intro-title {
        color: #fff;
    }

    .page-789betlink__intro-text {
        max-width: 800px;
        margin: 0 auto 20px auto;
        font-size: 1.1em;
        color: #ccc;
    }

    /* Games Section */
    .page-789betlink__games-section {
        padding: 50px 0;
        background-color: var(--page-789betlink-bg-dark);
    }

    .page-789betlink__games-title {
        color: #fff;
    }

    .page-789betlink__games-subtitle {
        text-align: center;
        margin-bottom: 40px;
        color: #ccc;
        font-size: 1.1em;
    }

    .page-789betlink__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        justify-content: center;
    }

    .page-789betlink__game-item {
        background-color: var(--page-789betlink-primary-color);
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789betlink__game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-789betlink__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-bottom: 2px solid var(--page-789betlink-secondary-color);
    }

    .page-789betlink__game-name {
        font-size: 1.4em;
        margin: 15px 0 5px;
        padding: 0 15px;
    }

    .page-789betlink__game-name a {
        color: #fff;
        text-decoration: none;
    }

    .page-789betlink__game-name a:hover {
        color: var(--page-789betlink-accent-light);
        text-decoration: underline;
    }

    .page-789betlink__game-description {
        font-size: 0.95em;
        color: #bbb;
        padding: 0 15px 20px;
    }

    /* Promo Section */
    .page-789betlink__promo-section {
        padding: 50px 0;
        background-color: var(--page-789betlink-primary-color);
    }

    .page-789betlink__promo-title {
        color: #fff;
    }

    .page-789betlink__promo-card {
        background-color: var(--page-789betlink-bg-dark);
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        text-align: center;
    }

    .page-789betlink__promo-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-bottom: 2px solid var(--page-789betlink-secondary-color);
    }

    .page-789betlink__promo-content {
        padding: 25px;
    }

    .page-789betlink__promo-subtitle