.page-phfun-27-login-register { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-phfun-27-login-register__hero-section { background-color: #0f0f1d; padding: 10px 20px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-phfun-27-login-register__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; } .page-phfun-27-login-register__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-phfun-27-login-register__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-phfun-27-login-register__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-phfun-27-login-register__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ccc; } .page-phfun-27-login-register__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-phfun-27-login-register__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; } .page-phfun-27-login-register__button--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-phfun-27-login-register__button--primary:hover { background-color: #d13a53; transform: translateY(-3px); } .page-phfun-27-login-register__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-phfun-27-login-register__button--secondary:hover { background-color: rgba(233, 69, 96, 0.1); transform: translateY(-3px); } .page-phfun-27-login-register__section-title { font-size: 2.2em; text-align: center; margin: 60px 20px 40px; color: #e94560; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-phfun-27-login-register__section-description { text-align: center; margin: -20px 20px 40px; font-size: 1.1em; color: #ccc; } .page-phfun-27-login-register__features-section, .page-phfun-27-login-register__how-to-section, .page-phfun-27-login-register__faq-section, .page-phfun-27-login-register__game-providers-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-phfun-27-login-register__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-phfun-27-login-register__feature-item { background-color: #0f0f1d; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-phfun-27-login-register__feature-item:hover { transform: translateY(-5px); } .page-phfun-27-login-register__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-phfun-27-login-register__feature-heading { font-size: 1.5em; margin-bottom: 10px; color: #e94560; } .page-phfun-27-login-register__feature-text { color: #ccc; } .page-phfun-27-login-register__how-to-section { background-color: #0f0f1d; border-radius: 10px; margin-top: 40px; padding: 40px 20px; } .page-phfun-27-login-register__step-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; } .page-phfun-27-login-register__step-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-phfun-27-login-register__step-number { font-size: 2.5em; font-weight: bold; color: #e94560; margin-bottom: 15px; } .page-phfun-27-login-register__step-heading { font-size: 1.4em; margin-bottom: 10px; color: #fff; } .page-phfun-27-login-register__step-text { color: #ccc; } .page-phfun-27-login-register__cta-buttons { text-align: center; margin-top: 50px; } .page-phfun-27-login-register__faq-container { background-color: #0f0f1d; border-radius: 10px; padding: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-phfun-27-login-register__faq-item { margin-bottom: 15px; border-bottom: 1px solid #333; } .page-phfun-27-login-register__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-phfun-27-login-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-phfun-27-login-register__faq-question:hover { background-color: #2a2a4a; } .page-phfun-27-login-register__faq-heading { font-size: 1.2em; color: #fff; margin: 0; pointer-events: none; } .page-phfun-27-login-register__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-phfun-27-login-register__faq-item.active .page-phfun-27-login-register__faq-toggle { transform: rotate(45deg); } .page-phfun-27-login-register__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; } .page-phfun-27-login-register__faq-item.active .page-phfun-27-login-register__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-phfun-27-login-register__game-providers-section { background-color: #0f0f1d; border-radius: 10px; margin-top: 40px; padding: 40px 20px; } .page-phfun-27-login-register__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; align-items: center; } .page-phfun-27-login-register__provider-item { background-color: #1a1a2e; border-radius: 8px; padding: 15px; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-phfun-27-login-register__provider-item:hover { transform: translateY(-3px); } .page-phfun-27-login-register__provider-logo { max-width: 100px; max-height: 60px; object-fit: contain; filter: brightness(1.2); } @media (max-width: 768px) { .page-phfun-27-login-register__hero-title { font-size: 2em; } .page-phfun-27-login-register__hero-description { font-size: 1em; } .page-phfun-27-login-register__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 25px; } .page-phfun-27-login-register__button { padding: 12px 25px; font-size: 1em; } .page-phfun-27-login-register__feature-grid, .page-phfun-27-login-register__step-grid { grid-template-columns: 1fr; } .page-phfun-27-login-register__feature-item, .page-phfun-27-login-register__step-item { padding: 25px; } .page-phfun-27-login-register__feature-icon { width: 80px; height: 80px; } .page-phfun-27-login-register__faq-heading { font-size: 1.1em; } .page-phfun-27-login-register__faq-question { padding: 12px; } .page-phfun-27-login-register__faq-answer { padding: 15px !important; } .page-phfun-27-login-register__providers-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } .page-phfun-27-login-register__provider-logo { max-width: 80px; max-height: 50px; } .page-phfun-27-login-register__hero-buttons { flex-direction: column; } .page-phfun-27-login-register__hero-content { padding: 15px; } .page-phfun-27-login-register__feature-grid > *, .page-phfun-27-login-register__step-grid > *, .page-phfun-27-login-register__providers-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phfun-27-login-register__feature-grid, .page-phfun-27-login-register__step-grid, .page-phfun-27-login-register__providers-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-phfun-27-login-register__feature-text, .page-phfun-27-login-register__step-text, .page-phfun-27-login-register__faq-answer p, .page-phfun-27-login-register__section-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } img { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-phfun-27-login-register__hero-title { font-size: 1.8em; } .page-phfun-27-login-register__section-title { font-size: 1.6em; } .page-phfun-27-login-register__button { padding: 10px 20px; font-size: 0.9em; } .page-phfun-27-login-register__hero-buttons { gap: 10px; } }