.page-phfun-slot { font-family: 'Arial', sans-serif; color: #ffffff; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; }.page-phfun-slot__hero-section, .page-phfun-slot__intro-section, .page-phfun-slot__quick-access-section, .page-phfun-slot__games-section, .page-phfun-slot__promo-section, .page-phfun-slot__security-service-section, .page-phfun-slot__faq-section, .page-phfun-slot__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; position: relative; box-sizing: border-box; }.page-phfun-slot__hero-section { padding-top: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 500px; background: linear-gradient(135deg, #2a0a4c, #1a1a2e); position: relative; overflow: hidden; }.page-phfun-slot__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; max-width: 100%; }.page-phfun-slot__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-phfun-slot__hero-title { font-size: 2.8em; color: #FFD700; margin-bottom: 15px; line-height: 1.2; }.page-phfun-slot__hero-subtitle { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; }.page-phfun-slot__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-phfun-slot__cta-button { display: inline-block; background-color: #00BFFF; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4); }.page-phfun-slot__cta-button:hover { background-color: #009acd; transform: translateY(-3px); }.page-phfun-slot__cta-button--secondary { background-color: #FFD700; color: #1a1a2e; box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4); }.page-phfun-slot__cta-button--secondary:hover { background-color: #e0b800; }/* Section Titles */.page-phfun-slot__intro-title, .page-phfun-slot__quick-access-title, .page-phfun-slot__games-title, .page-phfun-slot__promo-title, .page-phfun-slot__security-service-title, .page-phfun-slot__faq-title, .page-phfun-slot__blog-title { font-size: 2.2em; color: #FFD700; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-phfun-slot__intro-title::after, .page-phfun-slot__quick-access-title::after, .page-phfun-slot__games-title::after, .page-phfun-slot__promo-title::after, .page-phfun-slot__security-service-title::after, .page-phfun-slot__faq-title::after, .page-phfun-slot__blog-title::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background-color: #00BFFF; border-radius: 2px; }/* Intro Section */.page-phfun-slot__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px auto; color: #e0e0e0; }.page-phfun-slot__intro-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-phfun-slot__feature-item { background-color: #2a2a4c; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-phfun-slot__feature-item:hover { transform: translateY(-5px); }.page-phfun-slot__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; }.page-phfun-slot__feature-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; }.page-phfun-slot__feature-description { color: #cccccc; }/* Quick Access Section */.page-phfun-slot__quick-access-description { text-align: center; font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; }.page-phfun-slot__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-phfun-slot__access-button { display: inline-block; background-color: #00BFFF; color: #ffffff; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 10px rgba(0, 191, 255, 0.3); }.page-phfun-slot__access-button:hover { background-color: #009acd; transform: translateY(-2px); }/* Games Section */.page-phfun-slot__games-description { text-align: center; font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; }.page-phfun-slot__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-phfun-slot__game-card { background-color: #2a2a4c; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-phfun-slot__game-card:hover { transform: translateY(-5px); }.page-phfun-slot__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-phfun-slot__game-card-title { font-size: 1.5em; color: #FFD700; margin: 20px 15px 10px 15px; }.page-phfun-slot__game-card-text { color: #cccccc; padding: 0 15px 20px 15px; }.page-phfun-slot__game-card-button { display: inline-block; background-color: #00BFFF; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-phfun-slot__game-card-button:hover { background-color: #009acd; }/* Promotions Section */.page-phfun-slot__promo-description { text-align: center; font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; }.page-phfun-slot__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-phfun-slot__promo-card { background-color: #2a2a4c; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-phfun-slot__promo-card:hover { transform: translateY(-5px); }.page-phfun-slot__promo-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-phfun-slot__promo-card-title { font-size: 1.5em; color: #FFD700; margin: 20px 15px 10px 15px; }.page-phfun-slot__promo-card-text { color: #cccccc; padding: 0 15px 20px 15px; }.page-phfun-slot__promo-card-button { display: inline-block; background-color: #FFD700; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-phfun-slot__promo-card-button:hover { background-color: #e0b800; }/* Security & Customer Service Section */.page-phfun-slot__security-service-description { text-align: center; font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; }.page-phfun-slot__security-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }.page-phfun-slot__service-item { background-color: #2a2a4c; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-phfun-slot__service-item:hover { transform: translateY(-5px); }.page-phfun-slot__service-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; }.page-phfun-slot__service-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; }.page-phfun-slot__service-text { color: #cccccc; }.page-phfun-slot__contact-button { display: block; width: fit-content; margin: 0 auto; background-color: #00BFFF; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4); }.page-phfun-slot__contact-button:hover { background-color: #009acd; transform: translateY(-3px); }/* FAQ Section */.page-phfun-slot__faq-container { max-width: 800px; margin: 0 auto; }.page-phfun-slot__faq-item { background-color: #2a2a4c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }.page-phfun-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #3a3a5c; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-phfun-slot__faq-question:hover { background-color: #4a4a6c; }.page-phfun-slot__faq-question-text { font-size: 1.2em; color: #FFD700; margin: 0; flex-grow: 1; pointer-events: none; }.page-phfun-slot__faq-toggle { font-size: 1.5em; font-weight: bold; color: #00BFFF; margin-left: 15px; pointer-events: none; }.page-phfun-slot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-phfun-slot__faq-answer p { margin: 0; padding-bottom: 20px; }.page-phfun-slot__faq-item.active .page-phfun-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-phfun-slot__faq-item.active .page-phfun-slot__faq-question { background-color: #4a4a6c; }.page-phfun-slot__faq-item.active .page-phfun-slot__faq-toggle { color: #FFD700; }/* Blog Section */.page-phfun-slot__blog-description { text-align: center; font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; }.page-phfun-slot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-phfun-slot__blog-card { background-color: #2a2a4c; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-phfun-slot__blog-card:hover { transform: translateY(-5px); }.page-phfun-slot__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-phfun-slot__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-phfun-slot__blog-card-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.4; }.page-phfun-slot__blog-card-title a { color: #FFD700; text-decoration: none; transition: color 0.3s ease; }.page-phfun-slot__blog-card-title a:hover { color: #00BFFF; }.page-phfun-slot__blog-card-meta { font-size: 0.9em; color: #999999; margin-bottom: 15px; }.page-phfun-slot__blog-card-excerpt { color: #cccccc; margin-bottom: 20px; flex-grow: 1; }.page-phfun-slot__blog-card-link { display: inline-block; background-color: #00BFFF; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; align-self: flex-start; transition: background-color 0.3s ease; }.page-phfun-slot__blog-card-link:hover { background-color: #009acd; }/* General Link/Button Reset */.page-phfun-slot a { color: inherit; text-decoration: none; }/* Responsive adjustments */@media (max-width: 768px) { .page-phfun-slot__hero-title { font-size: 2em; } .page-phfun-slot__hero-subtitle { font-size: 1em; } .page-phfun-slot__hero-buttons { flex-direction: column; gap: 15px; } .page-phfun-slot__cta-button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-phfun-slot__intro-section, .page-phfun-slot__quick-access-section, .page-phfun-slot__games-section, .page-phfun-slot__promo-section, .page-phfun-slot__security-service-section, .page-phfun-slot__faq-section, .page-phfun-slot__blog-section { padding: 40px 15px; } .page-phfun-slot__intro-title, .page-phfun-slot__quick-access-title, .page-phfun-slot__games-title, .page-phfun-slot__promo-title, .page-phfun-slot__security-service-title, .page-phfun-slot__faq-title, .page-phfun-slot__blog-title { font-size: 1.8em; margin-bottom: 25px; } .page-phfun-slot__feature-item, .page-phfun-slot__game-card, .page-phfun-slot__promo-card, .page-phfun-slot__service-item, .page-phfun-slot__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phfun-slot__intro-features, .page-phfun-slot__game-categories, .page-phfun-slot__promo-grid, .page-phfun-slot__security-service-grid, .page-phfun-slot__blog-grid { grid-template-columns: 1fr; gap: 20px; 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-slot__game-card-image, .page-phfun-slot__promo-card-image, .page-phfun-slot__blog-card-image { height: 180px; } .page-phfun-slot__faq-question { padding: 15px 20px; } .page-phfun-slot__faq-question-text { font-size: 1.1em; } .page-phfun-slot__faq-answer { padding: 0 20px; } .page-phfun-slot__faq-item.active .page-phfun-slot__faq-answer { padding: 15px 20px !important; } .page-phfun-slot p, .page-phfun-slot h1, .page-phfun-slot h2, .page-phfun-slot h3, .page-phfun-slot a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }/* Ensure images are responsive and not filtered */.page-phfun-slot img { max-width: 100%; height: auto; display: block; filter: none; -webkit-filter: none; }