.page-ph9-slot-login-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-ph9-slot-login-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-ph9-slot-login-app__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }.page-ph9-slot-login-app__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-ph9-slot-login-app__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; font-weight: bold; }.page-ph9-slot-login-app__section-title--light { color: #ecf0f1; }.page-ph9-slot-login-app__text-center { text-align: center; }.page-ph9-slot-login-app__hero-section { background: linear-gradient(135deg, #3498db, #2980b9); color: #fff; padding: 60px 20px; text-align: center; border-radius: 0; box-shadow: none; margin-bottom: 0; position: relative; overflow: hidden; padding-top: 10px; /* Decorative top padding, body handles main offset */}.page-ph9-slot-login-app__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-ph9-slot-login-app__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-ph9-slot-login-app__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-ph9-slot-login-app__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: 300; }.page-ph9-slot-login-app__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-ph9-slot-login-app__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; 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-ph9-slot-login-app__button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-ph9-slot-login-app__button--secondary { background-color: #2ecc71; }.page-ph9-slot-login-app__button--secondary:hover { background-color: #27ae60; }.page-ph9-slot-login-app__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px; }.page-ph9-slot-login-app__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph9-slot-login-app__card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; }.page-ph9-slot-login-app__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }.page-ph9-slot-login-app__card-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-ph9-slot-login-app__card-title { font-size: 1.5em; color: #34495e; margin-bottom: 10px; }.page-ph9-slot-login-app__card-description { padding: 0 20px 15px; color: #555; }.page-ph9-slot-login-app__game-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-ph9-slot-login-app__game-logo { height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-ph9-slot-login-app__game-logo:hover { filter: grayscale(0%); opacity: 1; }.page-ph9-slot-login-app__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph9-slot-login-app__promo-card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden; text-align: center; padding-bottom: 20px; }.page-ph9-slot-login-app__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; }.page-ph9-slot-login-app__promo-title { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; padding: 0 20px; }.page-ph9-slot-login-app__promo-description { padding: 0 20px 15px; color: #555; }.page-ph9-slot-login-app__support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-top: 30px; }.page-ph9-slot-login-app__support-content { text-align: left; }.page-ph9-slot-login-app__support-text { margin-bottom: 20px; }.page-ph9-slot-login-app__support-image { width: 100%; height: 300px; object-fit: contain; }.page-ph9-slot-login-app__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-ph9-slot-login-app__faq-item { background-color: #fdfdfd; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; }.page-ph9-slot-login-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #ecf0f1; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-ph9-slot-login-app__faq-question:hover { background-color: #e0e6e9; }.page-ph9-slot-login-app__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; }.page-ph9-slot-login-app__faq-toggle { font-size: 1.5em; font-weight: bold; color: #34495e; transition: transform 0.3s ease; pointer-events: none; }.page-ph9-slot-login-app__faq-item.active .page-ph9-slot-login-app__faq-toggle { transform: rotate(45deg); }.page-ph9-slot-login-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-ph9-slot-login-app__faq-item.active .page-ph9-slot-login-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-ph9-slot-login-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-ph9-slot-login-app__blog-card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-ph9-slot-login-app__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }.page-ph9-slot-login-app__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-ph9-slot-login-app__blog-content { padding: 20px; }.page-ph9-slot-login-app__blog-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; }.page-ph9-slot-login-app__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-ph9-slot-login-app__blog-title a:hover { color: #3498db; }.page-ph9-slot-login-app__blog-excerpt { color: #555; font-size: 0.95em; margin-bottom: 15px; }.page-ph9-slot-login-app__blog-date { font-size: 0.85em; color: #7f8c8d; text-align: right; }.page-ph9-slot-login-app__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-ph9-slot-login-app__floating-button { background-color: #e74c3c; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-ph9-slot-login-app__floating-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-ph9-slot-login-app__quick-access-link { display: block; background-color: #3498db; color: #fff; padding: 12px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-ph9-slot-login-app__quick-access-link:hover { background-color: #2980b9; }.page-ph9-slot-login-app__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-ph9-slot-login-app__provider-logo { height: 80px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-ph9-slot-login-app__provider-logo:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-ph9-slot-login-app__hero-title { font-size: 2.5em; }.page-ph9-slot-login-app__hero-subtitle { font-size: 1.2em; }.page-ph9-slot-login-app__button-group { flex-direction: column; gap: 15px; }.page-ph9-slot-login-app__button { width: 100%; }.page-ph9-slot-login-app__section-title { font-size: 2em; }.page-ph9-slot-login-app__grid, .page-ph9-slot-login-app__promo-grid, .page-ph9-slot-login-app__blog-grid { grid-template-columns: 1fr; }.page-ph9-slot-login-app__card-image, .page-ph9-slot-login-app__promo-image, .page-ph9-slot-login-app__blog-image { height: 180px; }.page-ph9-slot-login-app__support-grid { grid-template-columns: 1fr; }.page-ph9-slot-login-app__support-content { text-align: center; }.page-ph9-slot-login-app__faq-question { padding: 15px 20px; }.page-ph9-slot-login-app__faq-question h3 { font-size: 1.1em; }.page-ph9-slot-login-app__faq-answer { padding: 0 20px; }.page-ph9-slot-login-app__faq-item.active .page-ph9-slot-login-app__faq-answer { padding: 15px 20px !important; }.page-ph9-slot-login-app__floating-buttons { bottom: 15px; right: 15px; }.page-ph9-slot-login-app__quick-access-links .page-ph9-slot-login-app__grid { display: flex; flex-direction: column; gap: 15px; }.page-ph9-slot-login-app__quick-access-link { 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; padding: 12px 15px; }.page-ph9-slot-login-app__game-logos, .page-ph9-slot-login-app__provider-logos { gap: 15px; }.page-ph9-slot-login-app__game-logo, .page-ph9-slot-login-app__provider-logo { height: 50px; }}.page-ph9-slot-login-app__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }.page-ph9-slot-login-app__payment-logo { height: 50px; object-fit: contain; filter: grayscale(100%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; }.page-ph9-slot-login-app__payment-logo:hover { filter: grayscale(0%); opacity: 1; }