
        :root {
            --primary-color: #26A9E0;
            --secondary-color: #FFFFFF;
            --login-color: #EA7C07;
            --background-color: #FFFFFF;
            --text-color-dark: #333333;
            --text-color-light: #ffffff;
            --border-color: #e0e0e0;
            --hover-color: #1a7fb0;
            --shadow-color: rgba(0, 0, 0, 0.1);
        }

        .page-promotions-registration-188k {
            font-family: 'Arial', sans-serif;
            color: var(--text-color-dark);
            line-height: 1.6;
            background-color: var(--background-color);
            padding-bottom: 40px;
        }

        .page-promotions-registration-188k__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .page-promotions-registration-188k__hero-section {
            background-color: var(--primary-color);
            color: var(--text-color-light);
            text-align: center;
            padding-top: 10px; /* Adjusted for shared header offset */
            padding-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .page-promotions-registration-188k__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 500px;
        }

        .page-promotions-registration-188k__hero-content {
            position: relative;
            z-index: 2;
            padding: 40px 20px;
        }

        .page-promotions-registration-188k__hero-content h1 {
            font-size: clamp(2.2em, 4vw, 3.5em);
            margin-bottom: 20px;
            font-weight: 700;
            line-height: 1.2;
            color: var(--text-color-light);
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-promotions-registration-188k__hero-content p {
            font-size: clamp(1em, 1.8vw, 1.3em);
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-promotions-registration-188k__btn-primary {
            display: inline-block;
            background-color: var(--login-color);
            color: var(--text-color-light);
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .page-promotions-registration-188k__btn-primary:hover {
            background-color: #c96700;
            transform: translateY(-2px);
        }

        .page-promotions-registration-188k__section {
            padding: 60px 0;
            background-color: var(--secondary-color);
        }

        .page-promotions-registration-188k__section--dark {
            background-color: #f8f8f8;
        }

        .page-promotions-registration-188k__section-title {
            font-size: clamp(1.8em, 3vw, 2.8em);
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-promotions-registration-188k__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }

        .page-promotions-registration-188k__card {
            background-color: var(--text-color-light);
            border-radius: 12px;
            box-shadow: 0 5px 15px var(--shadow-color);
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid var(--border-color);
            color: var(--text-color-dark);
        }

        .page-promotions-registration-188k__card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .page-promotions-registration-188k__card-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .page-promotions-registration-188k__card-title {
            font-size: 1.5em;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 600;
        }

        .page-promotions-registration-188k__step-list {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .page-promotions-registration-188k__step-item {
            background-color: var(--text-color-light);
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            padding: 25px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
            border-left: 5px solid var(--primary-color);
        }

        .page-promotions-registration-188k__step-number {
            font-size: 2.2em;
            font-weight: 700;
            color: var(--primary-color);
            flex-shrink: 0;
            line-height: 1;
        }

        .page-promotions-registration-188k__step-content h3 {
            font-size: 1.4em;
            color: var(--primary-color);
            margin-top: 0;
            margin-bottom: 10px;
        }

        .page-promotions-registration-188k__step-content p {
            font-size: 1em;
            color: var(--text-color-dark);
            margin-bottom: 0;
        }

        .page-promotions-registration-188k__image-full-width {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
            margin-bottom: 30px;
            object-fit: cover;
        }

        .page-promotions-registration-188k__game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .page-promotions-registration-188k__game-card {
            background-color: var(--text-color-light);
            border-radius: 12px;
            box-shadow: 0 3px 10px var(--shadow-color);
            overflow: hidden;
            text-align: center;
            transition: transform 0.3s ease;
            border: 1px solid var(--border-color);
        }

        .page-promotions-registration-188k__game-card:hover {
            transform: translateY(-5px);
        }

        .page-promotions-registration-188k__game-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .page-promotions-registration-188k__game-title {
            font-size: 1.3em;
            color: var(--primary-color);
            padding: 15px 10px;
            font-weight: 600;
            margin: 0;
        }

        .page-promotions-registration-188k__faq-list {
            list-style: none;
            padding: 0;
            max-width: 900px;
            margin: 0 auto;
        }

        .page-promotions-registration-188k__faq-item {
            background-color: var(--text-color-light);
            margin-bottom: 15px;
            border-radius: 10px;
            box-shadow: 0 2px 8px var(--shadow-color);
            border: 1px solid var(--border-color);
            overflow: hidden;
        }

        .page-promotions-registration-188k__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 25px;
            font-size: 1.2em;
            font-weight: 600;
            color: var(--primary-color);
            cursor: pointer;
            user-select: none;
            background-color: #f0faff;
            transition: background-color 0.3s ease;
        }

        .page-promotions-registration-188k__faq-question:hover {
            background-color: #e0f0ff;
        }

        .page-promotions-registration-188k__faq-question h3 {
            margin: 0;
            color: var(--primary-color);
            flex-grow: 1;
            pointer-events: none; /* Prevent h3 from blocking click event */
        }

        .page-promotions-registration-188k__faq-toggle {
            font-size: 1.8em;
            line-height: 1;
            margin-left: 15px;
            color: var(--primary-color);
            transition: transform 0.3s ease;
            pointer-events: none; /* Prevent toggle icon from blocking click event */
        }

        .page-promotions-registration-188k__faq-item.active .page-promotions-registration-188k__faq-toggle {
            transform: rotate(45deg);
        }

        .page-promotions-registration-188k__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            color: var(--text-color-dark);
        }

        .page-promotions-registration-188k__faq-item.active .page-promotions-registration-188k__faq-answer {
            max-height: 2000px !important; /* Sufficiently large to contain content */
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-promotions-registration-188k__cta-section {
            text-align: center;
            padding: 50px 0;
            background-color: var(--primary-color);
            color: var(--text-color-light);
            margin-top: 40px;
        }

        .page-promotions-registration-188k__cta-section h2 {
            color: var(--text-color-light);
            margin-bottom: 20px;
        }

        .page-promotions-registration-188k__cta-section p {
            font-size: 1.1em;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-promotions-registration-188k__button-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .page-promotions-registration-188k__btn-secondary {
            display: inline-block;
            background-color: var(--secondary-color);
            color: var(--primary-color);
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
            border: 2px solid var(--primary-color);
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .page-promotions-registration-188k__btn-secondary:hover {
            background-color: var(--primary-color);
            color: var(--text-color-light);
            transform: translateY(-2px);
        }

        .page-promotions-registration-188k img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .page-promotions-registration-188k {
                font-size: 16px;
                line-height: 1.6;
            }

            .page-promotions-registration-188k__container {
                padding: 0 15px !important;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
            }

            .page-promotions-registration-188k__hero-section {
                padding-top: 10px !important;
                padding-bottom: 40px;
            }

            .page-promotions-registration-188k__hero-content h1 {
                font-size: 2em;
            }

            .page-promotions-registration-188k__hero-content p {
                font-size: 1em;
            }

            .page-promotions-registration-188k__btn-primary,
            .page-promotions-registration-188k__btn-secondary {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                padding: 12px 20px;
            }

            .page-promotions-registration-188k__section {
                padding: 40px 0;
            }

            .page-promotions-registration-188k__section-title {
                font-size: 2em;
                margin-bottom: 30px;
            }

            .page-promotions-registration-188k__grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-promotions-registration-188k__card {
                padding: 20px;
            }

            .page-promotions-registration-188k__step-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 20px;
            }

            .page-promotions-registration-188k__step-number {
                margin-bottom: 10px;
            }

            .page-promotions-registration-188k__game-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-promotions-registration-188k__game-image {
                height: 180px;
            }

            .page-promotions-registration-188k__faq-question {
                font-size: 1em;
                padding: 15px 20px;
            }

            .page-promotions-registration-188k__faq-answer {
                padding: 15px 20px !important;
            }

            .page-promotions-registration-188k__cta-section {
                padding: 40px 0;
            }

            .page-promotions-registration-188k__button-group {
                flex-direction: column;
                gap: 15px;
            }

            .page-promotions-registration-188k img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                box-sizing: border-box !important;
            }

            .page-promotions-registration-188k__image-full-width {
                padding: 0 15px;
                box-sizing: border-box;
            }
        }

        @media (max-width: 480px) {
            .page-promotions-registration-188k__hero-content h1 {
                font-size: 1.8em;
            }

            .page-promotions-registration-188k__section-title {
                font-size: 1.8em;
            }
        }
    