.page-ph-game-slot { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; }.page-ph-game-slot__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-ph-game-slot__hero-section { background: linear-gradient(135deg, #0f3460, #1a1a2e); padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; }.page-ph-game-slot__hero-image { width: 100%; height: auto; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; opacity: 0.3; }.page-ph-game-slot__hero-content { position: relative; z-index: 1; padding: 40px 20px; max-width: 800px; margin: 0 auto; }.page-ph-game-slot__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-ph-game-slot__hero-subtitle { font-size: 1.3em; color: #a9a9a9; margin-bottom: 30px; }.page-ph-game-slot__cta-button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-ph-game-slot__cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); }.page-ph-game-slot__section { padding: 60px 0; border-bottom: 1px solid #2e2e4a; }.page-ph-game-slot__section:last-of-type { border-bottom: none; }.page-ph-game-slot__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; position: relative; }.page-ph-game-slot__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #e94560; margin: 10px auto 0 auto; }.page-ph-game-slot__text-content { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px auto; color: #a9a9a9; }.page-ph-game-slot__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; }.page-ph-game-slot__card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-ph-game-slot__card:hover { transform: translateY(-5px); }.page-ph-game-slot__card-image { width: 100%; height: 200px; object-fit: cover; }.page-ph-game-slot__card-content { padding: 25px; }.page-ph-game-slot__card-title { font-size: 1.4em; color: #e94560; margin-bottom: 15px; }.page-ph-game-slot__card-description { font-size: 0.95em; color: #a9a9a9; margin-bottom: 20px; }.page-ph-game-slot__card-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; }.page-ph-game-slot__card-button:hover { background-color: #ff6a80; }.page-ph-game-slot__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px; }.page-ph-game-slot__feature-item { background-color: #0f3460; border-radius: 8px; padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; max-width: calc(33% - 40px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-ph-game-slot__feature-item-icon { margin-bottom: 20px; }.page-ph-game-slot__feature-item-icon img { width: 80px; height: 80px; object-fit: contain; }.page-ph-game-slot__feature-item-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; }.page-ph-game-slot__feature-item-description { font-size: 0.95em; color: #a9a9a9; }.page-ph-game-slot__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px; }.page-ph-game-slot__quick-access-button { flex: 1 1 calc(25% - 40px); max-width: calc(25% - 40px); background-color: #0f3460; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; border: 1px solid #e94560; box-sizing: border-box; }.page-ph-game-slot__quick-access-button:hover { background-color: #e94560; transform: translateY(-3px); }.page-ph-game-slot__faq-list { max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-ph-game-slot__faq-item { background-color: #0f3460; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-ph-game-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; transition: background-color 0.3s ease; user-select: none; }.page-ph-game-slot__faq-question:hover { background-color: #1b4965; }.page-ph-game-slot__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; }.page-ph-game-slot__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-ph-game-slot__faq-item.active .page-ph-game-slot__faq-toggle { transform: rotate(45deg); }.page-ph-game-slot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #a9a9a9; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-ph-game-slot__faq-item.active .page-ph-game-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-ph-game-slot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; }.page-ph-game-slot__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-ph-game-slot__blog-card:hover { transform: translateY(-5px); }.page-ph-game-slot__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-ph-game-slot__blog-content { padding: 25px; }.page-ph-game-slot__blog-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; }.page-ph-game-slot__blog-excerpt { font-size: 0.9em; color: #a9a9a9; margin-bottom: 20px; }.page-ph-game-slot__blog-link { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.85em; font-weight: bold; transition: background-color 0.3s ease; }.page-ph-game-slot__blog-link:hover { background-color: #ff6a80; }.page-ph-game-slot__logo-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 0 20px; }.page-ph-game-slot__logo-item { flex: 0 0 auto; width: 120px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #0f3460; border-radius: 8px; padding: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-ph-game-slot__logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-ph-game-slot__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; }.page-ph-game-slot__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-ph-game-slot__promo-card:hover { transform: translateY(-5px); }.page-ph-game-slot__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-ph-game-slot__promo-content { padding: 25px; }.page-ph-game-slot__promo-title { font-size: 1.4em; color: #e94560; margin-bottom: 15px; }.page-ph-game-slot__promo-description { font-size: 0.95em; color: #a9a9a9; margin-bottom: 20px; }.page-ph-game-slot__promo-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; }.page-ph-game-slot__promo-button:hover { background-color: #ff6a80; }@media (max-width: 1024px) { .page-ph-game-slot__hero-title { font-size: 2.5em; } .page-ph-game-slot__section-title { font-size: 2em; } .page-ph-game-slot__grid, .page-ph-game-slot__blog-grid, .page-ph-game-slot__promo-cards { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-ph-game-slot__feature-item { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); } .page-ph-game-slot__quick-access-button { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); }}@media (max-width: 768px) { .page-ph-game-slot__container { padding: 10px; } .page-ph-game-slot__hero-title { font-size: 2em; } .page-ph-game-slot__hero-subtitle { font-size: 1.1em; } .page-ph-game-slot__cta-button { padding: 12px 25px; font-size: 1em; } .page-ph-game-slot__section { padding: 40px 0; } .page-ph-game-slot__section-title { font-size: 1.8em; } .page-ph-game-slot__text-content { font-size: 1em; } .page-ph-game-slot__grid, .page-ph-game-slot__blog-grid, .page-ph-game-slot__promo-cards { grid-template-columns: 1fr; } .page-ph-game-slot__feature-list { flex-direction: column; } .page-ph-game-slot__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; } .page-ph-game-slot__feature-item-description, .page-ph-game-slot__card-description, .page-ph-game-slot__blog-excerpt, .page-ph-game-slot__promo-description, .page-ph-game-slot__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-ph-game-slot__quick-access-buttons { flex-direction: column; } .page-ph-game-slot__quick-access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph-game-slot__faq-question h3 { font-size: 1.1em; } .page-ph-game-slot__faq-answer { padding: 15px 20px !important; } .page-ph-game-slot__logo-row { gap: 15px; } .page-ph-game-slot__logo-item { width: 100px; height: 50px; }}.page-ph-game-slot__hero-section { padding-top: 10px; /* Adjust as needed, body padding-top handles main offset */ }