
        .page-ban-ca {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #f8f8f8;
        }

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

        .page-ban-ca__hero-section {
            background: linear-gradient(135deg, #2563eb, #64748b);
            color: #ffffff;
            text-align: center;
            padding: 10px 0 60px;
            position: relative;
            overflow: hidden;
            margin-bottom: 40px;
        }

        .page-ban-ca__hero-image-wrapper {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

        .page-ban-ca__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 500px;
        }

        .page-ban-ca__hero-content {
            max-width: 900px;
            margin: 40px auto 0;
            padding: 0 15px;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .page-ban-ca__hero-content h1 {
            font-size: 2.8em;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #ffffff;
        }

        .page-ban-ca__hero-content p {
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-ban-ca__cta-button {
            display: inline-block;
            background-color: #f0ad4e;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.3s ease;
            border: none;
            cursor: pointer;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-ban-ca__cta-button:hover {
            background-color: #ec971f;
            transform: translateY(-3px);
        }

        .page-ban-ca__section-title {
            font-size: 2.2em;
            color: #2563eb;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-ban-ca__features-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .page-ban-ca__feature-item {
            background: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .page-ban-ca__feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .page-ban-ca__feature-item h3 {
            font-size: 1.5em;
            color: #2563eb;
            margin-bottom: 15px;
        }

        .page-ban-ca__feature-item p {
            font-size: 1em;
            color: #555555;
        }

        .page-ban-ca__game-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .page-ban-ca__game-card {
            background: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .page-ban-ca__game-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .page-ban-ca__game-image-wrapper {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            box-sizing: border-box;
            height: 200px; /* Fixed height for consistent card appearance */
        }

        .page-ban-ca__game-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .page-ban-ca__game-info {
            padding: 20px;
            text-align: center;
        }

        .page-ban-ca__game-info h3 {
            font-size: 1.3em;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-ban-ca__game-info p {
            font-size: 0.95em;
            color: #666666;
            margin-bottom: 20px;
        }

        .page-ban-ca__strategy-section {
            background-color: #eef4ff;
            padding: 60px 0;
            margin-bottom: 40px;
        }

        .page-ban-ca__strategy-item {
            background: #ffffff;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }

        .page-ban-ca__strategy-item h3 {
            font-size: 1.4em;
            color: #64748b;
            margin-bottom: 10px;
        }

        .page-ban-ca__strategy-item p {
            font-size: 1em;
            color: #555555;
        }

        .page-ban-ca__promo-section {
            text-align: center;
            padding: 50px 0;
            margin-bottom: 40px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .page-ban-ca__promo-section p {
            font-size: 1.1em;
            margin-bottom: 30px;
            color: #555555;
        }

        .page-ban-ca__steps-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-bottom: 60px;
        }

        .page-ban-ca__step-item {
            background: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            text-align: center;
            flex: 1 1 280px;
            max-width: 350px;
            box-sizing: border-box;
        }

        .page-ban-ca__step-item h3 {
            font-size: 1.5em;
            color: #2563eb;
            margin-bottom: 15px;
        }

        .page-ban-ca__step-item p {
            font-size: 1em;
            color: #555555;
        }

        .page-ban-ca__security-section {
            background-color: #f0f0f0;
            padding: 60px 0;
            margin-bottom: 40px;
            text-align: center;
        }

        .page-ban-ca__security-section p {
            max-width: 800px;
            margin: 0 auto 30px;
            font-size: 1.1em;
            color: #555555;
        }

        .page-ban-ca__security-links a {
            color: #2563eb;
            text-decoration: none;
            font-weight: 600;
            margin: 0 15px;
            transition: color 0.3s ease;
        }

        .page-ban-ca__security-links a:hover {
            color: #1a4aae;
            text-decoration: underline;
        }

        .page-ban-ca__faq-section {
            padding: 60px 0;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            margin-bottom: 40px;
        }

        details.page-ban-ca__faq-item {
            margin-bottom: 15px;
            border-radius: 5px;
            border: 1px solid #e0e0e0;
            overflow: hidden;
            background: #fff;
        }
        details.page-ban-ca__faq-item summary.page-ban-ca__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 20px;
            cursor: pointer;
            user-select: none;
            list-style: none;
            transition: background-color 0.3s ease;
        }
        details.page-ban-ca__faq-item summary.page-ban-ca__faq-question::-webkit-details-marker {
            display: none;
        }
        details.page-ban-ca__faq-item summary.page-ban-ca__faq-question:hover {
            background: #f5f5f5;
        }
        .page-ban-ca__faq-qtext {
            flex: 1;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: #333333;
        }
        .page-ban-ca__faq-toggle {
            font-size: 24px;
            font-weight: bold;
            color: #666;
            flex-shrink: 0;
            margin-left: 15px;
            width: 28px;
            text-align: center;
        }
        details.page-ban-ca__faq-item .page-ban-ca__faq-answer {
            padding: 0 20px 20px;
            background: #f9f9f9;
            border-radius: 0 0 5px 5px;
            color: #555555;
        }

        .page-ban-ca__conclusion-section {
            text-align: center;
            padding: 50px 0;
        }

        .page-ban-ca__conclusion-section p {
            font-size: 1.2em;
            margin-bottom: 40px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            color: #555555;
        }

        /* General image responsiveness */
        .page-ban-ca img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .page-ban-ca__container {
                padding: 15px;
            }

            .page-ban-ca__hero-section {
                padding: 10px 0 40px;
            }

            .page-ban-ca__hero-content {
                margin-top: 20px;
            }

            .page-ban-ca__hero-content h1 {
                font-size: 2em;
            }

            .page-ban-ca__hero-content p {
                font-size: 1em;
                margin-bottom: 20px;
            }

            .page-ban-ca__cta-button {
                padding: 12px 25px;
                font-size: 1em;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-ban-ca__section-title {
                font-size: 1.8em;
                margin-bottom: 30px;
            }

            .page-ban-ca__features-list,
            .page-ban-ca__game-gallery {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-ban-ca__feature-item,
            .page-ban-ca__game-card,
            .page-ban-ca__step-item {
                padding: 20px;
                flex: 1 1 100%;
                max-width: 100%;
                box-sizing: border-box;
            }

            .page-ban-ca__game-image-wrapper {
                height: 180px;
            }

            .page-ban-ca__game-info {
                padding: 15px;
            }

            .page-ban-ca__strategy-section,
            .page-ban-ca__promo-section,
            .page-ban-ca__security-section,
            .page-ban-ca__faq-section,
            .page-ban-ca__conclusion-section {
                padding: 40px 0;
            }

            .page-ban-ca__steps-list {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .page-ban-ca__security-links a {
                display: block;
                margin: 10px 0;
            }

            details.page-ban-ca__faq-item summary.page-ban-ca__faq-question { padding: 15px; }
            .page-ban-ca__faq-qtext { font-size: 15px; }
            details.page-ban-ca__faq-item .page-ban-ca__faq-answer { padding: 0 15px 15px; }

            .page-ban-ca img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            .page-ban-ca__hero-image-wrapper,
            .page-ban-ca__game-image-wrapper,
            .page-ban-ca__container,
            .page-ban-ca__features-list,
            .page-ban-ca__game-gallery,
            .page-ban-ca__steps-list,
            .page-ban-ca__feature-item,
            .page-ban-ca__game-card,
            .page-ban-ca__step-item {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            /* Ensure all button-like elements are responsive */
            .page-ban-ca a[class*="button"],
            .page-ban-ca a[class*="btn"] {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            /* List item responsiveness */
            .page-ban-ca__features-list > li,
            .page-ban-ca__steps-list > li {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                margin-left: 0 !important;
                margin-right: 0 !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
            }

            .page-ban-ca__features-list,
            .page-ban-ca__steps-list {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }
    