.page-ph22-fun__hero-section { background: linear-gradient(135deg, #001f3f, #003366); color: #fff; text-align: center; padding: 60px 20px 80px; position: relative; overflow: hidden; padding-top: 10px; } .page-ph22-fun__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric]'); background-size: cover; opacity: 0.1; z-index: 0; } .page-ph22-fun__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-ph22-fun__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-ph22-fun__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; color: #e0e0e0; } .page-ph22-fun__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-ph22-fun__button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; text-align: center; white-space: nowrap; } .page-ph22-fun__button--primary { background-color: #ffeb3b; color: #001f3f; border: 2px solid #ffeb3b; } .page-ph22-fun__button--primary:hover { background-color: #ffd700; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); } .page-ph22-fun__button--secondary { background-color: transparent; color: #ffeb3b; border: 2px solid #ffeb3b; } .page-ph22-fun__button--secondary:hover { background-color: #ffeb3b; color: #001f3f; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); } .page-ph22-fun__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-ph22-fun__floating-button { background-color: #e91e63; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-ph22-fun__floating-button:hover { background-color: #d81b60; transform: translateY(-3px); } .page-ph22-fun__game-categories { padding: 60px 20px; background-color: #f0f2f5; text-align: center; } .page-ph22-fun__section-title { font-size: 2.2em; color: #001f3f; margin-bottom: 40px; font-weight: 700; } .page-ph22-fun__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-ph22-fun__category-card { background-color: #fff; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; padding: 25px; } .page-ph22-fun__category-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } .page-ph22-fun__category-icon { max-width: 100px; height: auto; margin-bottom: 20px; } .page-ph22-fun__category-title { font-size: 1.5em; color: #001f3f; margin-bottom: 15px; font-weight: 600; } .page-ph22-fun__category-description { font-size: 1em; color: #555; margin-bottom: 25px; line-height: 1.5; } .page-ph22-fun__promotions-section { background: linear-gradient(45deg, #003366, #001f3f); color: #fff; padding: 60px 20px; text-align: center; } .page-ph22-fun__promotions-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto 40px; } .page-ph22-fun__promo-card { background-color: rgba(255, 255, 255, 0.1); border-radius: 15px; padding: 30px; text-align: left; flex: 1 1 calc(33% - 40px); min-width: 280px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-ph22-fun__promo-card:hover { transform: translateY(-8px); background-color: rgba(255, 255, 255, 0.15); } .page-ph22-fun__promo-card h3 { font-size: 1.4em; color: #ffeb3b; margin-bottom: 15px; font-weight: 600; } .page-ph22-fun__promo-card p { font-size: 1em; color: #e0e0e0; line-height: 1.6; } .page-ph22-fun__about-section { padding: 60px 20px; background-color: #f9f9f9; text-align: center; } .page-ph22-fun__about-content { max-width: 900px; margin: 0 auto; line-height: 1.7; color: #333; font-size: 1.1em; } .page-ph22-fun__about-content p { margin-bottom: 20px; text-align: left; } .page-ph22-fun__faq-section { padding: 60px 20px; background-color: #e8f0f7; } .page-ph22-fun__faq-container { max-width: 900px; margin: 0 auto; } .page-ph22-fun__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-ph22-fun__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #003366; color: #fff; transition: background-color 0.3s ease; } .page-ph22-fun__faq-question:hover { background-color: #002244; } .page-ph22-fun__faq-question h3 { margin: 0; font-size: 1.2em; font-weight: 600; pointer-events: none; color: #fff; } .page-ph22-fun__faq-toggle { font-size: 1.8em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; color: #ffeb3b; } .page-ph22-fun__faq-item.active .page-ph22-fun__faq-toggle { transform: rotate(45deg); } .page-ph22-fun__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; background-color: #fefefe; color: #333; } .page-ph22-fun__faq-item.active .page-ph22-fun__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-ph22-fun__faq-answer p { margin-bottom: 10px; line-height: 1.6; font-size: 1em; } @media (max-width: 768px) { .page-ph22-fun__hero-title { font-size: 2em; } .page-ph22-fun__hero-description { font-size: 1em; } .page-ph22-fun__cta-buttons { flex-direction: column; gap: 15px; } .page-ph22-fun__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-ph22-fun__section-title { font-size: 1.8em; } .page-ph22-fun__category-grid { grid-template-columns: 1fr; } .page-ph22-fun__promo-card { flex: 1 1 100%; padding: 20px; } .page-ph22-fun__promo-card h3 { font-size: 1.2em; } .page-ph22-fun__promo-card p { font-size: 0.95em; } .page-ph22-fun__floating-buttons { bottom: 15px; right: 15px; } .page-ph22-fun__floating-button { padding: 10px 20px; font-size: 0.9em; } .page-ph22-fun__faq-question { padding: 15px 20px; } .page-ph22-fun__faq-question h3 { font-size: 1.1em; } .page-ph22-fun__faq-answer { padding: 0 20px; } .page-ph22-fun__faq-item.active .page-ph22-fun__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-ph22-fun__hero-section { padding: 40px 15px 60px; } .page-ph22-fun__hero-title { font-size: 1.8em; } .page-ph22-fun__section-title { font-size: 1.6em; } .page-ph22-fun__game-categories, .page-ph22-fun__promotions-section, .page-ph22-fun__about-section, .page-ph22-fun__faq-section { padding: 40px 15px; } } /* Responsive image styles */ .page-ph22-fun img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph22-fun__category-card img { max-width: 100px !important; height: auto !important; } @media (max-width: 768px) { .page-ph22-fun__category-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-ph22-fun__category-card { 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-ph22-fun__promotions-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph22-fun__promo-card { 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-ph22-fun__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph22-fun__faq-item { 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; } }