.page-phfun-club-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; padding-top: var(--header-offset, 122px); } .page-phfun-club-com * { box-sizing: border-box; } .page-phfun-club-com__section-title { font-size: 2.5em; color: #007bff; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-phfun-club-com__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } @media (max-width: 768px) { .page-phfun-club-com__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-phfun-club-com__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; cursor: pointer; white-space: nowrap; } .page-phfun-club-com__button:hover { transform: translateY(-2px); } .page-phfun-club-com__button--primary { background-color: #007bff; color: #fff; border: 1px solid #007bff; } .page-phfun-club-com__button--primary:hover { background-color: #0056b3; border-color: #0056b3; } .page-phfun-club-com__button--secondary { background-color: #6c757d; color: #fff; border: 1px solid #6c757d; } .page-phfun-club-com__button--secondary:hover { background-color: #5a6268; border-color: #5a6268; } .page-phfun-club-com__button--promo { background-color: #28a745; color: #fff; border: 1px solid #28a745; } .page-phfun-club-com__button--promo:hover { background-color: #218838; border-color: #218838; } .page-phfun-club-com__button--play, .page-phfun-club-com__button--read-more { background-color: #ffc107; color: #333; border: 1px solid #ffc107; } .page-phfun-club-com__button--play:hover, .page-phfun-club-com__button--read-more:hover { background-color: #e0a800; border-color: #e0a800; } .page-phfun-club-com__hero-section { background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 20px; } .page-phfun-club-com__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; opacity: 0.2; } .page-phfun-club-com__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-phfun-club-com__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-phfun-club-com__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-phfun-club-com__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-phfun-club-com__hero-section { padding: 80px 15px; } .page-phfun-club-com__hero-title { font-size: 2.2em; } .page-phfun-club-com__hero-subtitle { font-size: 1.1em; } } .page-phfun-club-com__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-phfun-club-com__hero-button { padding: 15px 30px; font-size: 1.1em; border-radius: 30px; } .page-phfun-club-com__hero-button--register { background-color: #ffc107; color: #333; border: 1px solid #ffc107; } .page-phfun-club-com__hero-button--register:hover { background-color: #e0a800; border-color: #e0a800; } .page-phfun-club-com__hero-button--login { background-color: #fff; color: #007bff; border: 1px solid #fff; } .page-phfun-club-com__hero-button--login:hover { background-color: #e9ecef; border-color: #e9ecef; } .page-phfun-club-com__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #fff; padding: 40px 20px; border-bottom: 1px solid #eee; } .page-phfun-club-com__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; } .page-phfun-club-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-phfun-club-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-phfun-club-com__payment-logo img:hover { filter: grayscale(0%); } @media (max-width: 768px) { .page-phfun-club-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-phfun-club-com__payment-logo, .page-phfun-club-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-phfun-club-com__intro-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-phfun-club-com__intro-content p { margin-bottom: 20px; font-size: 1.1em; color: #555; } .page-phfun-club-com__highlight { color: #007bff; font-weight: bold; } .page-phfun-club-com__quick-access-section { background-color: #f0f0f0; padding: 60px 20px; } .page-phfun-club-com__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-phfun-club-com__access-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phfun-club-com__access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phfun-club-com__access-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-phfun-club-com__access-description { color: #666; margin-bottom: 20px; } @media (max-width: 768px) { .page-phfun-club-com__access-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-phfun-club-com__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-phfun-club-com__game-tabs { margin-top: 30px; } .page-phfun-club-com__tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; } .page-phfun-club-com__tab-button { padding: 10px 20px; border: none; background-color: #e9ecef; color: #333; cursor: pointer; border-radius: 5px; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-phfun-club-com__tab-button:hover { background-color: #dee2e6; } .page-phfun-club-com__tab-button--active { background-color: #007bff; color: #fff; } .page-phfun-club-com__tab-button--active:hover { background-color: #0056b3; } .page-phfun-club-com__tab-content { display: none; text-align: center; animation: fadeIn 0.5s ease-in-out; } .page-phfun-club-com__tab-content--active { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .page-phfun-club-com__game-category-title { font-size: 2em; color: #007bff; margin-bottom: 30px; } @media (max-width: 768px) { .page-phfun-club-com__game-category-title { font-size: 1.5em; } .page-phfun-club-com__tab-buttons { flex-direction: column; align-items: stretch; } .page-phfun-club-com__tab-button { width: 100%; } } .page-phfun-club-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; justify-items: center; } .page-phfun-club-com__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 350px; } .page-phfun-club-com__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phfun-club-com__game-image { width: 100%; height: 200px; object-fit: cover; } .page-phfun-club-com__game-title { font-size: 1.3em; color: #333; margin: 15px 0 10px; padding: 0 15px; } .page-phfun-club-com__game-card .page-phfun-club-com__button { margin-bottom: 15px; } @media (max-width: 768px) { .page-phfun-club-com__game-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-phfun-club-com__promotions-section { background-color: #e9f5ff; padding: 60px 20px; } .page-phfun-club-com__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-phfun-club-com__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; width: 100%; } .page-phfun-club-com__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phfun-club-com__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-phfun-club-com__promo-title { font-size: 1.4em; color: #007bff; margin: 20px 0 10px; padding: 0 15px; } .page-phfun-club-com__promo-description { color: #666; margin-bottom: 20px; flex-grow: 1; padding: 0 15px; } .page-phfun-club-com__promo-card .page-phfun-club-com__button { margin-bottom: 20px; } @media (max-width: 768px) { .page-phfun-club-com__promo-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-phfun-club-com__security-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-phfun-club-com__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-phfun-club-com__security-feature { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phfun-club-com__security-feature:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-phfun-club-com__security-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-phfun-club-com__security-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-phfun-club-com__security-description { color: #666; } .page-phfun-club-com__contact-cta { margin-top: 40px; } @media (max-width: 768px) { .page-phfun-club-com__security-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-phfun-club-com__faq-section { background-color: #f0f0f0; padding: 60px 20px; } .page-phfun-club-com__faq-container { max-width: 900px; margin: 0 auto; } .page-phfun-club-com__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-phfun-club-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-weight: bold; transition: background-color 0.3s ease; } .page-phfun-club-com__faq-question:hover { background-color: #0056b3; } .page-phfun-club-com__faq-question-text { font-size: 1.2em; margin: 0; flex-grow: 1; pointer-events: none; } .page-phfun-club-com__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-phfun-club-com__faq-item.active .page-phfun-club-com__faq-toggle { transform: rotate(45deg); } .page-phfun-club-com__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: #f9f9f9; color: #333; } .page-phfun-club-com__faq-item.active .page-phfun-club-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-phfun-club-com__faq-answer p { margin: 0; } @media (max-width: 768px) { .page-phfun-club-com__faq-question { padding: 15px 20px; } .page-phfun-club-com__faq-question-text { font-size: 1em; } .page-phfun-club-com__faq-answer { padding: 0 20px; } .page-phfun-club-com__faq-item.active .page-phfun-club-com__faq-answer { padding: 15px 20px !important; } } .page-phfun-club-com__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-phfun-club-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-phfun-club-com__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; width: 100%; } .page-phfun-club-com__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phfun-club-com__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-phfun-club-com__blog-title { font-size: 1.4em; color: #007bff; margin: 15px 0 10px; padding: 0 15px; } .page-phfun-club-com__blog-excerpt { color: #666; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; padding: 0 15px; } .page-phfun-club-com__blog-card .page-phfun-club-com__button { align-self: flex-start; margin: 0 15px 20px; } @media (max-width: 768px) { .page-phfun-club-com__blog-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-phfun-club-com__blog-card .page-phfun-club-com__button { align-self: center; } }