
    .page-68ber {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
        overflow-x: hidden;
    }

    .page-68ber__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .page-68ber__section-title {
        font-size: 2.5em;
        color: #ffd700; /* Gold color for titles */
        text-align: center;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 15px;
    }

    .page-68ber__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #ffd700;
        border-radius: 2px;
    }

    .page-68ber__text-content {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        color: #cccccc;
    }

    /* Floating Buttons */
    .page-68ber__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: 100%;
        justify-content: center;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .page-68ber__button {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
        white-space: nowrap;
        box-sizing: border-box;
        flex-grow: 1; /* Allow buttons to grow */
        max-width: 180px; /* Limit individual button width */
    }

    .page-68ber__button--primary {
        background-color: #ffd700; /* Gold */
        color: #1a1a1a;
        border: 2px solid #ffd700;
    }

    .page-68ber__button--primary:hover {
        background-color: #e6c200;
        transform: translateY(-2px);
    }

    .page-68ber__button--register {
        background-color: #007bff; /* Blue */
        color: #ffffff;
        border: 2px solid #007bff;
    }

    .page-68ber__button--register:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    .page-68ber__button--login {
        background-color: #28a745; /* Green */
        color: #ffffff;
        border: 2px solid #28a745;
    }

    .page-68ber__button--login:hover {
        background-color: #1e7e34;
        transform: translateY(-2px);
    }

    .page-68ber__button--small {
        padding: 8px 15px;
        font-size: 0.9em;
        border-radius: 20px;
        background-color: #ffd700;
        color: #1a1a1a;
        border: none;
    }
    .page-68ber__button--small:hover {
        background-color: #e6c200;
        transform: translateY(-1px);
    }


    /* Hero Section */
    .page-68ber__hero-section {
        position: relative;
        height: 60vh; /* Adjust height for mobile first */
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
        padding-top: 10px; /* As per instruction for first section */
        box-sizing: border-box;
    }

    .page-68ber__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

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

    .page-68ber__hero-content {
        position: relative;
        z-index: 3;
        max-width: 900px;
        padding: 20px;
    }

    .page-68ber__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        color: #ffd700;
        line-height: 1.2;
    }

    .page-68ber__hero-subtitle {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-68ber__hero-actions {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    /* About Section */
    .page-68ber__about-section {
        padding: 60px 0;
        background-color: #222222;
    }

    .page-68ber__features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }

    .page-68ber__feature-item {
        flex: 1 1 calc(100% - 30px); /* Mobile first: full width */
        max-width: 350px;
        text-align: center;
        padding: 25px;
        background-color: #2a2a2a;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .page-68ber__feature-icon {
        width: 100%;
        max-width: 250px; /* Ensure images are not too small */
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
        object-fit: cover;
    }

    .page-68ber__feature-title {
        font-size: 1.5em;
        color: #ffd700;
        margin-bottom: 10px;
    }

    .page-68ber__feature-description {
        color: #cccccc;
        font-size: 1em;
    }

    /* Games Section */
    .page-68ber__games-section {
        padding: 60px 0;
        background-color: #1a1a1a;
    }

    .page-68ber__game-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        margin-top: 40px;
    }

    .page-68ber__game-card {
        flex: 1 1 calc(100% - 30px); /* Mobile first: full width */
        max-width: 380px;
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-68ber__game-card:hover {
        transform: translateY(-5px);
    }

    .page-68ber__game-image {
        width: 100%;
        height: 250px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
    }

    .page-68ber__game-title {
        font-size: 1.6em;
        color: #ffd700;
        margin: 20px 15px 10px;
    }

    .page-68ber__game-description {
        color: #cccccc;
        font-size: 0.95em;
        padding: 0 15px 20px;
    }

    /* Promotions Section */
    .page-68ber__promotions-section {
        padding: 60px 0;
        background-color: #222222;
    }

    .page-68ber__promo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }

    .page-68ber__promo-card {
        flex: 1 1 calc(100% - 30px); /* Mobile first: full width */
        max-width: 400px;
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-68ber__promo-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .page-68ber__promo-title {
        font-size: 1.4em;
        color: #ffd700;
        margin: 20px 15px 10px;
    }

    .page-68ber__promo-description {
        color: #cccccc;
        font-size: 0.95em;
        padding: 0 15px 20px;
        flex-grow: 1; /* Allow description to take available space */
    }

    /* FAQ Section */
    .page-68ber__faq-section {
        padding: 60px 0;
        background-color: #1a1a1a;
    }

    .page-68ber__faq-list {
        max-width: 800px;
        margin: 40px auto 0;
    }

    .page-68ber__faq-item {
        background-color: #2a2a2a;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-68ber__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #333333;
        border-bottom: 1px solid #444444;
        transition: background-color 0.3s ease;
    }

    .page-68ber__faq-question:hover {
        background-color: #444444;
    }

    .page-68ber__faq-q-text {
        font-size: 1.2em;
        color: #ffd700;
        margin: 0;
        pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-68ber__faq-toggle {
        font-size: 1.5em;
        color: #ffd700;
        font-weight: bold;
        pointer-events: none; /* Prevent toggle from blocking click event */
        transition: transform 0.3s ease;
    }

    .page-68ber__faq-item.active .page-68ber__faq-toggle {
        transform: rotate(45deg); /* Change + to X (or similar) */
    }

    .page-68ber__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-68ber__faq-item.active .page-68ber__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px !important;
        opacity: 1;
    }

    .page-68ber__faq-answer p {
        margin: 0;
        color: #cccccc;
        font-size: 1em;
    }

    /* Contact Info Section */
    .page-68ber__contact-info {
        padding: 60px 0;
        background-color: #222222;
        text-align: center;
    }

    .page-68ber__contact-list {
        list-style: none;
        padding: 0;
        margin: 30px auto 0;
        max-width: 600px;
        text-align: left;
        color: #cccccc;
    }

    .page-68ber__contact-item {
        margin-bottom: 15px;
        font-size: 1.1em;
        box-sizing: border-box;
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
    }

    .page-68ber__contact-item a {
        color: #007bff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .page-68ber__contact-item a:hover {
        color: #ffd700;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-68ber__hero-section {
            height: 70vh;
            min-height: 350px;
        }

        .page-68ber__hero-title {
            font-size: 2em;
        }

        .page-68ber__hero-subtitle {
            font-size: 1em;
        }

        .page-68ber__section-title {
            font-size: 2em;
        }

        .page-68ber__text-content {
            font-size: 1em;
        }

        .page-68ber__floating-buttons {
            bottom: 15px;
            gap: 10px;
        }

        .page-68ber__button {
            padding: 10px 15px;
            font-size: 0.9em;
            max-width: 150px;
        }

        .page-68ber__features,
        .page-68ber__game-categories,
        .page-68ber__promo-grid {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .page-68ber__feature-item,
        .page-68ber__game-card,
        .page-68ber__promo-card {
            flex: 1 1 100%;
            max-width: 95%; /* Take almost full width on small screens */
        }

        .page-68ber__game-image,
        .page-68ber__promo-image {
            height: 200px; /* Adjust image height for mobile */
        }

        /* List item responsive requirements */
        .page-68ber__contact-list {
            padding: 0 15px !important; /* Adjust padding for container */
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-68ber__contact-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 5px 0 !important; /* Reduce padding for list items */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-68ber__faq-q-text {
            font-size: 1.1em;
        }
        .page-68ber__faq-answer p {
            font-size: 0.95em;
        }
        .page-68ber__faq-question {
            padding: 15px;
        }
        .page-68ber__faq-answer {
            padding: 0 15px;
        }
        .page-68ber__faq-item.active .page-68ber__faq-answer {
            padding: 15px !important;
        }
    }

    @media (min-width: 769px) {
        .page-68ber__hero-section {
            height: 80vh; /* Taller hero on desktop */
        }

        .page-68ber__hero-title {
            font-size: 3.5em;
        }

        .page-68ber__hero-subtitle {
            font-size: 1.5em;
        }

        .page-68ber__feature-item {
            flex: 1 1 calc(33.333% - 30px); /* 3 items per row */
        }

        .page-68ber__game-card {
            flex: 1 1 calc(33.333% - 25px); /* 3 items per row */
        }

        .page-68ber__promo-card {
            flex: 1 1 calc(33.333% - 30px); /* 3 items per row */
        }
    }
  