.page-kuya-marvin {
            font-family: 'Arial', sans-serif;
            color: #333;
            line-height: 1.6;
            background-color: #f8f8f8;
        }
        .page-kuya-marvin__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }
        .page-kuya-marvin__section-title {
            font-size: 2.5em;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            padding-bottom: 10px;
        }
        .page-kuya-marvin__section-title::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #e44d26; /* A contrasting color */
            border-radius: 2px;
        }
        .page-kuya-marvin__text {
            font-size: 1.1em;
            margin-bottom: 20px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .page-kuya-marvin__btn {
            display: inline-block;
            background-color: #e44d26; /* Primary button color */
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease, transform 0.2s ease;
            text-align: center;
            border: none;
            cursor: pointer;
            font-size: 1em;
        }
        .page-kuya-marvin__btn:hover {
            background-color: #c0392b; /* Darker shade on hover */
            transform: translateY(-2px);
        }
        .page-kuya-marvin__btn--alt {
            background-color: #3498db; /* Alternative button color */
        }
        .page-kuya-marvin__btn--alt:hover {
            background-color: #2980b9;
        }

        /* Hero Section */
        .page-kuya-marvin__hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:taya555,kuya marvin,online casino,philippines]') no-repeat center center/cover;
            color: #ffffff;
            text-align: center;
            padding: 100px 20px;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding-top: 10px; /* As per fixed nav bar spacing rule */
            box-sizing: border-box;
        }
        .page-kuya-marvin__hero-content {
            max-width: 900px;
            margin: 0 auto;
        }
        .page-kuya-marvin__hero-title {
            font-size: 3.5em;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        .page-kuya-marvin__hero-subtitle {
            font-size: 1.5em;
            margin-bottom: 40px;
            color: #e0e0e0;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }
        .page-kuya-marvin__hero-cta {
            font-size: 1.4em;
            padding: 15px 35px;
            border-radius: 8px;
            background-color: #f39c12; /* A vibrant call to action color */
            color: #ffffff;
        }
        .page-kuya-marvin__hero-cta:hover {
            background-color: #e67e22;
            transform: translateY(-3px);
        }

        /* Partner/Vendor Logo Section */
        .page-kuya-marvin__payment-providers {
            padding: 40px 20px;
            background-color: #ffffff;
            border-bottom: 1px solid #eee;
            text-align: center;
            box-sizing: border-box;
        }
        .page-kuya-marvin__payment-title {
            font-size: 1.8em;
            color: #1a1a1a;
            margin-bottom: 30px;
            text-align: center;
        }
        .page-kuya-marvin__payment-logo-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        .page-kuya-marvin__payment-logo {
            flex: 0 0 auto;
            width: 80px;
            height: 80px;
            max-width: 80px;
            max-height: 80px;
            box-sizing: border-box;
            object-fit: contain;
        }
        /* Intro Section */
        .page-kuya-marvin__intro-section {
            padding: 60px 0;
            background-color: #f8f8f8;
            text-align: center;
        }
        /* Quick Access Section */
        .page-kuya-marvin__quick-access-section {
            padding: 60px 0;
            background-color: #ecf0f1;
            text-align: center;
        }
        .page-kuya-marvin__access-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        .page-kuya-marvin__access-btn {
            display: block;
            background-color: #2ecc71; /* Green button */
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease, transform 0.2s ease;
            min-width: 180px;
            box-sizing: border-box;
            font-size: 1em;
        }
        .page-kuya-marvin__access-btn:hover {
            background-color: #27ae60;
            transform: translateY(-2px);
        }

        /* Games Section */
        .page-kuya-marvin__games-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .page-kuya-marvin__game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .page-kuya-marvin__game-card {
            background-color: #fefefe;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
            padding-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .page-kuya-marvin__game-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        .page-kuya-marvin__game-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 15px;
            max-width: 100%;
            box-sizing: border-box;
        }
        .page-kuya-marvin__game-title {
            font-size: 1.5em;
            color: #1a1a1a;
            margin-bottom: 10px;
            padding: 0 15px;
        }
        .page-kuya-marvin__game-description {
            font-size: 0.95em;
            color: #666;
            margin-bottom: 20px;
            padding: 0 15px;
        }

        /* Promotions Section */
        .page-kuya-marvin__promo-section {
            padding: 60px 0;
            background-color: #f8f8f8;
        }
        .page-kuya-marvin__promo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .page-kuya-marvin__promo-card {
            background-color: #fefefe;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
            padding-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .page-kuya-marvin__promo-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        .page-kuya-marvin__promo-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 15px;
            max-width: 100%;
            box-sizing: border-box;
        }
        .page-kuya-marvin__promo-title {
            font-size: 1.5em;
            color: #1a1a1a;
            margin-bottom: 10px;
            padding: 0 15px;
        }
        .page-kuya-marvin__promo-description {
            font-size: 0.95em;
            color: #666;
            margin-bottom: 20px;
            padding: 0 15px;
        }

        /* Security Section */
        .page-kuya-marvin__security-section {
            padding: 60px 0;
            background-color: #34495e; /* Dark background for security */
            color: #ffffff;
            text-align: center;
        }
        .page-kuya-marvin__security-section .page-kuya-marvin__section-title {
            color: #ffffff;
        }
        .page-kuya-marvin__security-section .page-kuya-marvin__section-title::after {
            background-color: #f39c12;
        }
        .page-kuya-marvin__security-section .page-kuya-marvin__text {
            color: #e0e0e0;
        }
        .page-kuya-marvin__security-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .page-kuya-marvin__feature-item {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        .page-kuya-marvin__feature-icon {
            width: 80px; /* Minimum 200x200px, but icon type can be smaller if CSS defines */
            height: 80px;
            object-fit: contain;
            margin-bottom: 20px;
            max-width: 100%;
            box-sizing: border-box;
        }
        .page-kuya-marvin__feature-title {
            font-size: 1.3em;
            color: #ffffff;
            margin-bottom: 10px;
        }
        .page-kuya-marvin__feature-description {
            font-size: 0.95em;
            color: #e0e0e0;
        }

        /* FAQ Section */
        .page-kuya-marvin__faq-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .page-kuya-marvin__faq-list {
            max-width: 900px;
            margin: 40px auto 0;
        }
        .page-kuya-marvin__faq-item {
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            background-color: #fefefe;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        .page-kuya-marvin__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 20px;
            background-color: #eee;
            cursor: pointer;
            user-select: none;
            font-weight: bold;
            color: #333;
            transition: background-color 0.3s ease;
        }
        .page-kuya-marvin__faq-question:hover {
            background-color: #e0e0e0;
        }
        .page-kuya-marvin__faq-q-text {
            margin: 0;
            font-size: 1.1em;
            flex-grow: 1;
            text-align: left;
            pointer-events: none; /* Crucial for click event on parent */
        }
        .page-kuya-marvin__faq-toggle {
            font-size: 1.5em;
            margin-left: 15px;
            transition: transform 0.3s ease;
            pointer-events: none; /* Crucial for click event on parent */
        }
        .page-kuya-marvin__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            background-color: #f9f9f9;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            opacity: 0;
            box-sizing: border-box;
        }
        .page-kuya-marvin__faq-answer p {
            margin: 15px 0;
            font-size: 0.95em;
            color: #555;
            text-align: left;
        }
        .page-kuya-marvin__faq-item.active .page-kuya-marvin__faq-question {
            background-color: #e44d26;
            color: #ffffff;
        }
        .page-kuya-marvin__faq-item.active .page-kuya-marvin__faq-question .page-kuya-marvin__faq-q-text {
            color: #ffffff;
        }
        .page-kuya-marvin__faq-item.active .page-kuya-marvin__faq-toggle {
            transform: rotate(45deg);
        }
        .page-kuya-marvin__faq-item.active .page-kuya-marvin__faq-answer {
            max-height: 2000px !important; /* Sufficiently large */
            padding: 20px !important;
            opacity: 1;
        }

        /* Blog Section */
        .page-kuya-marvin__blog-section {
            padding: 60px 0;
            background-color: #ecf0f1;
        }
        .page-kuya-marvin__blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .page-kuya-marvin__blog-card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: left;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .page-kuya-marvin__blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        .page-kuya-marvin__blog-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            max-width: 100%;
            box-sizing: border-box;
        }
        .page-kuya-marvin__blog-title {
            font-size: 1.3em;
            margin: 15px 15px 10px;
            line-height: 1.3;
        }
        .page-kuya-marvin__blog-title a {
            color: #1a1a1a;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .page-kuya-marvin__blog-title a:hover {
            color: #e44d26;
        }
        .page-kuya-marvin__blog-excerpt {
            font-size: 0.9em;
            color: #666;
            margin: 0 15px 15px;
        }
        .page-kuya-marvin__blog-date {
            display: block;
            font-size: 0.85em;
            color: #999;
            margin: 0 15px 15px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .page-kuya-marvin__hero-title {
                font-size: 2.5em;
            }
            .page-kuya-marvin__hero-subtitle {
                font-size: 1.2em;
            }
            .page-kuya-marvin__hero-cta {
                font-size: 1.2em;
                padding: 12px 25px;
            }
            .page-kuya-marvin__section-title {
                font-size: 2em;
            }
            .page-kuya-marvin__text {
                font-size: 1em;
            }
            .page-kuya-marvin__payment-logo-grid {
                gap: 16px;
            }
            .page-kuya-marvin__payment-logo {
                flex: 0 0 auto;
                width: 80px !important;
                height: 80px !important;
                max-width: 80px !important;
                max-height: 80px !important;
                box-sizing: border-box;
                object-fit: contain;
            }
            .page-kuya-marvin__access-links {
                flex-direction: column;
                align-items: center;
            }
            .page-kuya-marvin__access-btn {
                width: 100%;
                max-width: 300px;
            }
            .page-kuya-marvin__game-grid,
            .page-kuya-marvin__promo-grid,
            .page-kuya-marvin__security-features,
            .page-kuya-marvin__blog-grid {
                grid-template-columns: 1fr;
            }
            .page-kuya-marvin__game-img,
            .page-kuya-marvin__promo-img,
            .page-kuya-marvin__feature-icon,
            .page-kuya-marvin__blog-img {
                max-width: 100% !important;
                height: auto !important;
                box-sizing: border-box !important;
            }
            .page-kuya-marvin__faq-list {
                padding: 0 10px;
            }
            .page-kuya-marvin__faq-item {
                box-sizing: border-box !important;
                width: 100% !important;
                max-width: 100% !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
            }
            .page-kuya-marvin__faq-question {
                padding: 15px;
            }
            .page-kuya-marvin__faq-q-text {
                font-size: 1em;
            }
            .page-kuya-marvin__faq-answer {
                padding: 0 15px;
            }
            .page-kuya-marvin__faq-answer p {
                padding: 10px 0;
            }
            .page-kuya-marvin__faq-item.active .page-kuya-marvin__faq-answer {
                padding: 15px !important;
            }
        }
        @media (max-width: 480px) {
            .page-kuya-marvin__hero-title {
                font-size: 2em;
            }
            .page-kuya-marvin__hero-subtitle {
                font-size: 1em;
            }
            .page-kuya-marvin__section-title {
                font-size: 1.8em;
            }
        }