.page-22bet-gcash { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-22bet-gcash__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-22bet-gcash__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; margin-top: 50px; font-weight: bold; }.page-22bet-gcash__section-title span { color: #e44d26; }.page-22bet-gcash__hero-section { position: relative; width: 100%; height: 500px; background-color: #000; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; }.page-22bet-gcash__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }.page-22bet-gcash__hero-content { position: relative; z-index: 1; color: #fff; padding: 20px; max-width: 800px; }.page-22bet-gcash__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-22bet-gcash__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-22bet-gcash__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-22bet-gcash__button { display: inline-block; padding: 15px 30px; background-color: #e44d26; color: #fff; text-decoration: none; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-22bet-gcash__button:hover { background-color: #ff6f42; transform: translateY(-3px); }.page-22bet-gcash__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-22bet-gcash__payment-title { width: 100%; text-align: center; font-size: 1.8em; color: #0056b3; margin-bottom: 20px; }.page-22bet-gcash__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-22bet-gcash__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-22bet-gcash__introduction-section, .page-22bet-gcash__quick-access-section, .page-22bet-gcash__games-section, .page-22bet-gcash__promotions-section, .page-22bet-gcash__security-section, .page-22bet-gcash__blog-section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-22bet-gcash__section-text { text-align: center; margin-bottom: 40px; font-size: 1.1em; max-width: 900px; margin-left: auto; margin-right: auto; color: #555; }.page-22bet-gcash__features-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; list-style: none; padding: 0; margin: 0; }.page-22bet-gcash__feature-item { flex: 1 1 calc(33% - 40px); background-color: #f0f7ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); min-width: 280px; box-sizing: border-box; }.page-22bet-gcash__feature-item h3 { color: #0056b3; margin-top: 0; font-size: 1.4em; }.page-22bet-gcash__feature-item p { color: #666; font-size: 0.95em; }.page-22bet-gcash__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-22bet-gcash__quick-access-link { display: block; padding: 12px 25px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; font-size: 1em; transition: background-color 0.3s ease; }.page-22bet-gcash__quick-access-link:hover { background-color: #0056b3; }.page-22bet-gcash__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-22bet-gcash__game-item { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-22bet-gcash__game-item:hover { transform: translateY(-5px); }.page-22bet-gcash__game-image { width: 100%; height: 200px; object-fit: cover; }.page-22bet-gcash__game-content { padding: 20px; }.page-22bet-gcash__game-content h3 { margin-top: 0; color: #0056b3; font-size: 1.3em; }.page-22bet-gcash__game-content p { color: #666; font-size: 0.9em; }.page-22bet-gcash__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-22bet-gcash__promo-card { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-22bet-gcash__promo-card:hover { transform: translateY(-5px); }.page-22bet-gcash__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-22bet-gcash__promo-content { padding: 25px; }.page-22bet-gcash__promo-content h3 { margin-top: 0; color: #e44d26; font-size: 1.5em; }.page-22bet-gcash__promo-content p { color: #555; font-size: 0.95em; margin-bottom: 20px; }.page-22bet-gcash__promo-button { background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; display: inline-block; transition: background-color 0.3s ease; }.page-22bet-gcash__promo-button:hover { background-color: #ff6f42; }.page-22bet-gcash__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-22bet-gcash__security-item { background-color: #f0f7ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-22bet-gcash__security-item h3 { color: #0056b3; font-size: 1.4em; margin-top: 0; }.page-22bet-gcash__security-item p { color: #666; font-size: 0.95em; }.page-22bet-gcash__faq-section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-22bet-gcash__faq-list { max-width: 900px; margin: 0 auto; }.page-22bet-gcash__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; background-color: #f9f9f9; }.page-22bet-gcash__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #e0eafc; color: #0056b3; font-weight: bold; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-22bet-gcash__faq-question:hover { background-color: #d1e0f7; }.page-22bet-gcash__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-22bet-gcash__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-22bet-gcash__faq-item.active .page-22bet-gcash__faq-toggle { transform: rotate(45deg); }.page-22bet-gcash__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; background-color: #fff; color: #555; }.page-22bet-gcash__faq-item.active .page-22bet-gcash__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-22bet-gcash__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-22bet-gcash__blog-card { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-22bet-gcash__blog-card:hover { transform: translateY(-5px); }.page-22bet-gcash__blog-image-wrapper { width: 100%; height: 200px; overflow: hidden; }.page-22bet-gcash__blog-image { width: 100%; height: 100%; object-fit: cover; }.page-22bet-gcash__blog-content { padding: 20px; }.page-22bet-gcash__blog-title { margin-top: 0; font-size: 1.3em; margin-bottom: 10px; }.page-22bet-gcash__blog-title a { color: #0056b3; text-decoration: none; }.page-22bet-gcash__blog-title a:hover { text-decoration: underline; }.page-22bet-gcash__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-22bet-gcash__blog-date { font-size: 0.85em; color: #999; text-align: right; display: block; }.page-22bet-gcash img { max-width: 100%; height: auto; display: block; }.page-22bet-gcash__game-image, .page-22bet-gcash__promo-image, .page-22bet-gcash__blog-image { max-width: 100%; height: auto; object-fit: cover; }.page-22bet-gcash__hero-background { max-width: 100%; height: 100%; object-fit: cover; }.page-22bet-gcash__hero-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)); }.page-22bet-gcash__promo-button, .page-22bet-gcash__blog-link { display: inline-block; text-align: center; white-space: nowrap; }.page-22bet-gcash__quick-access-link { white-space: nowrap; }.page-22bet-gcash__blog-content a { color: #0056b3; text-decoration: none; }.page-22bet-gcash__blog-content a:hover { text-decoration: underline; }@media (max-width: 1024px) { .page-22bet-gcash__hero-title { font-size: 2.8em; } .page-22bet-gcash__hero-subtitle { font-size: 1.3em; } .page-22bet-gcash__section-title { font-size: 2em; } .page-22bet-gcash__hero-section { height: 450px; } }.page-22bet-gcash__feature-item, .page-22bet-gcash__game-item, .page-22bet-gcash__promo-card, .page-22bet-gcash__security-item, .page-22bet-gcash__blog-card { box-sizing: border-box; }.page-22bet-gcash__features-list, .page-22bet-gcash__quick-access-links, .page-22bet-gcash__games-grid, .page-22bet-gcash__promotions-grid, .page-22bet-gcash__security-grid, .page-22bet-gcash__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-22bet-gcash__features-list li, .page-22bet-gcash__quick-access-links a, .page-22bet-gcash__games-grid div, .page-22bet-gcash__promotions-grid div, .page-22bet-gcash__security-grid div, .page-22bet-gcash__blog-grid div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-22bet-gcash__quick-access-link { width: calc(100% - 40px) !important; margin: 10px 20px !important; }.page-22bet-gcash__button { width: calc(50% - 30px) !important; padding: 12px 15px !important; }.page-22bet-gcash__hero-buttons { flex-wrap: wrap; }.page-22bet-gcash__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; }.page-22bet-gcash__faq-item { margin-bottom: 10px; }.page-22bet-gcash__faq-question { padding: 15px !important; }.page-22bet-gcash__faq-question h3 { font-size: 1.1em; }.page-22bet-gcash__faq-answer { padding: 15px !important; }.page-22bet-gcash__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-22bet-gcash__payment-logo, .page-22bet-gcash__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-22bet-gcash img { max-width: 100% !important; height: auto !important; }.page-22bet-gcash__game-image, .page-22bet-gcash__promo-image, .page-22bet-gcash__blog-image, .page-22bet-gcash__hero-background { max-width: 100% !important; height: auto !important; object-fit: cover !important; }@media (max-width: 768px) { .page-22bet-gcash__hero-title { font-size: 2.2em; } .page-22bet-gcash__hero-subtitle { font-size: 1.1em; } .page-22bet-gcash__hero-section { height: 400px; } .page-22bet-gcash__section-title { font-size: 1.8em; margin-top: 30px; } .page-22bet-gcash__feature-item, .page-22bet-gcash__game-item, .page-22bet-gcash__promo-card, .page-22bet-gcash__security-item, .page-22bet-gcash__blog-card { flex: 1 1 100%; margin: 0 0 20px 0; padding: 20px; } .page-22bet-gcash__quick-access-link { width: calc(100% - 40px) !important; margin: 10px 20px !important; }.page-22bet-gcash__button { width: calc(100% - 40px) !important; margin: 10px 20px !important; } .page-22bet-gcash__hero-buttons { flex-direction: column; align-items: center; } .page-22bet-gcash__container { padding: 10px; } .page-22bet-gcash__introduction-section, .page-22bet-gcash__quick-access-section, .page-22bet-gcash__games-section, .page-22bet-gcash__promotions-section, .page-22bet-gcash__security-section, .page-22bet-gcash__blog-section, .page-22bet-gcash__faq-section { padding: 30px 10px; } .page-22bet-gcash__section-text { font-size: 1em; } .page-22bet-gcash__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-22bet-gcash__payment-logo, .page-22bet-gcash__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }