.page-phslots-login-register { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-phslots-login-register__hero-section { background-color: #001f3f; color: #fff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }.page-phslots-login-register__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }.page-phslots-login-register__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }.page-phslots-login-register__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-phslots-login-register__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; }.page-phslots-login-register__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-phslots-login-register__hero-buttons { display: flex; gap: 15px; justify-content: center; }.page-phslots-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-phslots-login-register__button--primary { background-color: #ffcc00; color: #333; border: 2px solid #ffcc00; }.page-phslots-login-register__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-phslots-login-register__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-phslots-login-register__button--secondary:hover { background-color: #ffcc00; color: #333; transform: translateY(-2px); }.page-phslots-login-register__section-title { font-size: 2.2em; text-align: center; margin: 60px 0 30px; color: #001f3f; font-weight: bold; }.page-phslots-login-register__section-subtitle { font-size: 1.1em; text-align: center; margin-bottom: 40px; color: #555; }.page-phslots-login-register__features-section { padding: 40px 20px; background-color: #fff; }.page-phslots-login-register__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-phslots-login-register__feature-item { text-align: center; padding: 30px; background-color: #fefefe; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-phslots-login-register__feature-item:hover { transform: translateY(-8px); }.page-phslots-login-register__feature-icon { max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; }.page-phslots-login-register__feature-title { font-size: 1.5em; color: #001f3f; margin-bottom: 15px; }.page-phslots-login-register__feature-description { font-size: 1em; color: #555; }.page-phslots-login-register__how-to-section { padding: 60px 20px; background-color: #f0f8ff; }.page-phslots-login-register__steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto 50px; }.page-phslots-login-register__step-item { text-align: center; background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); }.page-phslots-login-register__step-number { font-size: 2.5em; color: #ffcc00; font-weight: bold; margin-bottom: 15px; }.page-phslots-login-register__step-title { font-size: 1.4em; color: #001f3f; margin-bottom: 10px; }.page-phslots-login-register__step-description { font-size: 0.95em; color: #666; }.page-phslots-login-register__cta-buttons { text-align: center; }.page-phslots-login-register__game-providers { padding: 60px 20px; background-color: #001f3f; color: #fff; text-align: center; }.page-phslots-login-register__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 40px auto 0; }.page-phslots-login-register__provider-logo { max-width: 180px; height: auto; object-fit: contain; background-color: rgba(255, 255, 255, 0.1); padding: 15px; border-radius: 8px; transition: transform 0.3s ease; }.page-phslots-login-register__provider-logo:hover { transform: scale(1.05); }.page-phslots-login-register__faq-section { padding: 60px 20px; background-color: #fff; }.page-phslots-login-register__faq-container { max-width: 900px; margin: 0 auto; }.page-phslots-login-register__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-phslots-login-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f0f8ff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-phslots-login-register__faq-question:hover { background-color: #e0f0ff; }.page-phslots-login-register__faq-item.active .page-phslots-login-register__faq-question { background-color: #ffcc00; color: #001f3f; }.page-phslots-login-register__faq-title { font-size: 1.2em; color: #001f3f; margin: 0; pointer-events: none; }.page-phslots-login-register__faq-item.active .page-phslots-login-register__faq-title { color: #001f3f; }.page-phslots-login-register__faq-toggle { font-size: 1.5em; font-weight: bold; color: #001f3f; transition: transform 0.3s ease; pointer-events: none; }.page-phslots-login-register__faq-item.active .page-phslots-login-register__faq-toggle { transform: rotate(45deg); }.page-phslots-login-register__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fefefe; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-phslots-login-register__faq-item.active .page-phslots-login-register__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-phslots-login-register__faq-answer p { margin: 0; color: #555; font-size: 1em; }.page-phslots-login-register__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-phslots-login-register__floating-button { display: block; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, background-color 0.3s ease; }.page-phslots-login-register__floating-button--register { background-color: #ffcc00; color: #333; }.page-phslots-login-register__floating-button--register:hover { background-color: #e6b800; transform: translateY(-3px); }.page-phslots-login-register__floating-button--login { background-color: #001f3f; color: #fff; border: 1px solid #001f3f; }.page-phslots-login-register__floating-button--login:hover { background-color: #003366; transform: translateY(-3px); }@media (max-width: 1024px) { .page-phslots-login-register__hero-title { font-size: 2.2em; }.page-phslots-login-register__hero-description { font-size: 1.1em; }.page-phslots-login-register__section-title { font-size: 1.8em; }.page-phslots-login-register__button { padding: 12px 25px; font-size: 1em; }}.page-phslots-login-register__features-grid, .page-phslots-login-register__steps-container { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }.page-phslots-login-register__feature-item, .page-phslots-login-register__step-item { box-sizing: border-box; }.page-phslots-login-register__provider-logo { max-width: 150px; padding: 10px; }@media (max-width: 768px) { .page-phslots-login-register__hero-section { padding: 10px 15px 40px; }.page-phslots-login-register__hero-title { font-size: 1.8em; }.page-phslots-login-register__hero-description { font-size: 1em; }.page-phslots-login-register__hero-buttons { flex-direction: column; gap: 10px; }.page-phslots-login-register__button { width: 100%; max-width: 300px; margin: 0 auto; padding: 10px 20px; }.page-phslots-login-register__section-title { font-size: 1.6em; margin: 40px 0 20px; }.page-phslots-login-register__section-subtitle { margin-bottom: 30px; }.page-phslots-login-register__features-grid, .page-phslots-login-register__steps-container { grid-template-columns: 1fr; gap: 20px; }.page-phslots-login-register__feature-item, .page-phslots-login-register__step-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-phslots-login-register__feature-icon { max-width: 200px; }.page-phslots-login-register__provider-logos { gap: 15px; }.page-phslots-login-register__provider-logo { max-width: 120px; padding: 8px; }.page-phslots-login-register__faq-question { padding: 15px 20px; }.page-phslots-login-register__faq-title { font-size: 1.1em; }.page-phslots-login-register__faq-answer { padding: 0 20px; }.page-phslots-login-register__faq-item.active .page-phslots-login-register__faq-answer { padding: 15px 20px !important; }.page-phslots-login-register__floating-buttons { right: 10px; bottom: 10px; }.page-phslots-login-register__floating-button { padding: 10px 20px; font-size: 0.9em; }}.page-phslots-login-register__hero-content, .page-phslots-login-register__features-grid, .page-phslots-login-register__steps-container, .page-phslots-login-register__provider-logos, .page-phslots-login-register__faq-container { padding-left: 15px; padding-right: 15px; box-sizing: border-box; }@media (max-width: 480px) { .page-phslots-login-register__hero-title { font-size: 1.5em; }.page-phslots-login-register__hero-description { font-size: 0.9em; }.page-phslots-login-register__feature-title { font-size: 1.3em; }.page-phslots-login-register__step-title { font-size: 1.2em; }.page-phslots-login-register__provider-logo { max-width: 100px; }.page-phslots-login-register__faq-title { font-size: 1em; }.page-phslots-login-register__faq-answer p { font-size: 0.9em; }}.page-phslots-login-register__hero-title, .page-phslots-login-register__hero-description, .page-phslots-login-register__section-title, .page-phslots-login-register__section-subtitle, .page-phslots-login-register__feature-description, .page-phslots-login-register__step-description, .page-phslots-login-register__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }