/* General styles for the page-phfun-77 scope */.page-phfun-77 {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #0d0d0d;line-height: 1.6;overflow-x: hidden;padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */} .page-phfun-77__section-title {font-size: 2.5em;color: #ffffff;text-align: center;margin-bottom: 20px;padding-top: 40px;font-weight: bold;} .page-phfun-77__section-subtitle {font-size: 1.1em;color: #cccccc;text-align: center;max-width: 800px;margin: 0 auto 50px auto;} .page-phfun-77__button {display: inline-block;padding: 12px 25px;border-radius: 30px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;cursor: pointer;text-align: center;white-space: nowrap;} .page-phfun-77__button--primary {background-color: #ffcc00; /* Gold */color: #1a1a1a;border: 2px solid #ffcc00;} .page-phfun-77__button--primary:hover {background-color: #e6b800;transform: translateY(-2px);} .page-phfun-77__button--secondary {background-color: transparent;color: #ffcc00;border: 2px solid #ffcc00;} .page-phfun-77__button--secondary:hover {background-color: #ffcc00;color: #1a1a1a;transform: translateY(-2px);} .page-phfun-77__button--small {padding: 8px 18px;font-size: 0.9em;} .page-phfun-77__ctas-center {text-align: center;margin-top: 40px;margin-bottom: 20px;} .highlight {color: #ffcc00;} /* Hero Section */.page-phfun-77__hero-section {display: flex;flex-direction: column;align-items: center;justify-content: center;background: linear-gradient(135deg, #1a1a1a, #0d0d0d);padding: 60px 20px;text-align: center;position: relative;overflow: hidden;} .page-phfun-77__hero-content {max-width: 900px;z-index: 2;} .page-phfun-77__hero-title {font-size: 3.2em;margin-bottom: 20px;line-height: 1.2;color: #ffffff;} .page-phfun-77__hero-description {font-size: 1.2em;margin-bottom: 40px;color: #cccccc;} .page-phfun-77__hero-ctas {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;} .page-phfun-77__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;} .page-phfun-77__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.2;filter: brightness(0.6); /* Only brightness, not color changing */} /* Promotions Section */.page-phfun-77__promotions-section {padding: 80px 20px;background-color: #121212;} .page-phfun-77__promotions-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-phfun-77__promo-card {background-color: #1a1a1a;border-radius: 15px;overflow: hidden;text-align: center;padding-bottom: 20px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);display: flex;flex-direction: column;align-items: center;} .page-phfun-77__promo-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;} .page-phfun-77__promo-title {font-size: 1.6em;color: #ffcc00;margin-bottom: 10px;padding: 0 15px;} .page-phfun-77__promo-description {font-size: 1em;color: #cccccc;margin-bottom: 20px;flex-grow: 1;padding: 0 15px;} /* Games Section */.page-phfun-77__games-section {padding: 80px 20px;background-color: #0d0d0d;} .page-phfun-77__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-phfun-77__game-card {background-color: #1a1a1a;border-radius: 15px;overflow: hidden;text-align: center;padding-bottom: 20px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);display: flex;flex-direction: column;align-items: center;} .page-phfun-77__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;} .page-phfun-77__game-title {font-size: 1.6em;color: #ffcc00;margin-bottom: 10px;padding: 0 15px;} .page-phfun-77__game-description {font-size: 1em;color: #cccccc;margin-bottom: 20px;flex-grow: 1;padding: 0 15px;} /* Payments Section */.page-phfun-77__payments-section {padding: 80px 20px;background-color: #121212;} .page-phfun-77__payment-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;max-width: 1000px;margin: 0 auto;} .page-phfun-77__payment-logo-item {text-align: center;width: 120px;color: #cccccc;} .page-phfun-77__payment-logo {width: 80px; /* gamelogo type has no size, CSS controls it */height: 80px;object-fit: contain;margin-bottom: 10px;max-width: 100%;height: auto;} /* Features Section */.page-phfun-77__features-section {padding: 80px 20px;background-color: #0d0d0d;} .page-phfun-77__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-phfun-77__feature-item {background-color: #1a1a1a;border-radius: 15px;padding: 30px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);} .page-phfun-77__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;} .page-phfun-77__feature-title {font-size: 1.5em;color: #ffcc00;margin-bottom: 10px;} .page-phfun-77__feature-description {font-size: 0.95em;color: #cccccc;} /* FAQ Section */.page-phfun-77__faq-section {padding: 80px 20px;background-color: #121212;} .page-phfun-77__faq-container {max-width: 900px;margin: 0 auto;} .page-phfun-77__faq-item {background-color: #1a1a1a;border-radius: 10px;margin-bottom: 15px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);overflow: hidden;} .page-phfun-77__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #262626;transition: background-color 0.3s ease;user-select: none;} .page-phfun-77__faq-question:hover {background-color: #333333;} .page-phfun-77__faq-q-text {font-size: 1.2em;color: #ffffff;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event on parent */} .page-phfun-77__faq-toggle {font-size: 1.8em;color: #ffcc00;font-weight: bold;line-height: 1;pointer-events: none; /* Prevent span from blocking click event on parent */transition: transform 0.3s ease;} .page-phfun-77__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: #cccccc;} .page-phfun-77__faq-answer p {margin-bottom: 1em;} .page-phfun-77__faq-item.active .page-phfun-77__faq-question {background-color: #333333;} .page-phfun-77__faq-item.active .page-phfun-77__faq-toggle {transform: rotate(45deg); /* Change + to X or - */color: #ffcc00;} .page-phfun-77__faq-item.active .page-phfun-77__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 25px !important;opacity: 1;} /* CTA Banner Section */.page-phfun-77__cta-banner {background: linear-gradient(45deg, #1a1a1a, #0d0d0d);padding: 80px 20px;text-align: center;} .page-phfun-77__cta-title {font-size: 2.8em;color: #ffffff;margin-bottom: 20px;} .page-phfun-77__cta-description {font-size: 1.2em;color: #cccccc;max-width: 800px;margin: 0 auto 40px auto;} .page-phfun-77__cta-buttons {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;} /* Floating Buttons */.page-phfun-77__floating-buttons {position: fixed;bottom: 20px;left: 50%;transform: translateX(-50%);display: flex;gap: 15px;z-index: 1000;background-color: rgba(0, 0, 0, 0.8);border-radius: 30px;padding: 10px 20px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);} .page-phfun-77__floating-button {display: flex;align-items: center;justify-content: center;padding: 10px 20px;border-radius: 25px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;white-space: nowrap;} .page-phfun-77__floating-button--register {background-color: #ffcc00;color: #1a1a1a;border: none;} .page-phfun-77__floating-button--register:hover {background-color: #e6b800;transform: translateY(-2px);} .page-phfun-77__floating-button--login {background-color: #333333;color: #ffcc00;border: 1px solid #ffcc00;} .page-phfun-77__floating-button--login:hover {background-color: #ffcc00;color: #1a1a1a;transform: translateY(-2px);} /* Responsive Adjustments */@media (max-width: 1024px) {.page-phfun-77__hero-title {font-size: 2.8em;} .page-phfun-77__section-title {font-size: 2em;} .page-phfun-77__cta-title {font-size: 2.2em;}}@media (max-width: 768px) {.page-phfun-77__hero-section {padding: 40px 15px;} .page-phfun-77__hero-title {font-size: 2.2em;} .page-phfun-77__hero-description {font-size: 1em;} .page-phfun-77__hero-ctas {flex-direction: column;gap: 15px;} .page-phfun-77__button {width: 100%;max-width: 300px;} .page-phfun-77__section-title {font-size: 1.8em;padding-top: 30px;} .page-phfun-77__section-subtitle {font-size: 0.9em;margin-bottom: 30px;} .page-phfun-77__promotions-section,.page-phfun-77__games-section,.page-phfun-77__payments-section,.page-phfun-77__features-section,.page-phfun-77__faq-section,.page-phfun-77__cta-banner {padding: 50px 15px;} .page-phfun-77__promotions-grid,.page-phfun-77__games-grid,.page-phfun-77__features-grid {grid-template-columns: 1fr;gap: 20px;} /* List item responsiveness (for promo, game, feature cards) */.page-phfun-77__promo-card,.page-phfun-77__game-card,.page-phfun-77__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding-left: 15px; /* Adjust padding to avoid too much inner spacing */padding-right: 15px;} .page-phfun-77__promo-description,.page-phfun-77__game-description,.page-phfun-77__feature-description {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;} .page-phfun-77__payment-logos {gap: 20px 10px;} .page-phfun-77__payment-logo-item {width: calc(33% - 10px); /* 3 items per row */max-width: 100px;} .page-phfun-77__payment-logo {width: 60px;height: 60px;} .page-phfun-77__faq-question {padding: 15px 20px;} .page-phfun-77__faq-q-text {font-size: 1.1em;} .page-phfun-77__faq-answer {padding: 15px 20px !important;} .page-phfun-77__cta-title {font-size: 2em;} .page-phfun-77__cta-description {font-size: 1em;} .page-phfun-77__cta-buttons {flex-direction: column;gap: 15px;} .page-phfun-77__floating-buttons {bottom: 15px;gap: 10px;padding: 8px 15px;} .page-phfun-77__floating-button {font-size: 1em;padding: 8px 15px;} /* Images responsiveness */.page-phfun-77__hero-image,.page-phfun-77__promo-image,.page-phfun-77__game-image,.page-phfun-77__feature-icon,.page-phfun-77__payment-logo {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;overflow: hidden !important;} /* Ensure containers also have correct responsive properties */.page-phfun-77__promo-card,.page-phfun-77__game-card,.page-phfun-77__feature-item,.page-phfun-77__payment-logo-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;overflow: hidden !important;}}@media (max-width: 480px) {.page-phfun-77__hero-title {font-size: 1.8em;} .page-phfun-77__section-title {font-size: 1.6em;} .page-phfun-77__cta-title {font-size: 1.8em;} .page-phfun-77__payment-logo-item {width: calc(50% - 10px); /* 2 items per row */} .page-phfun-77__faq-q-text {font-size: 1em;}}