.page-phfun-club-com { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-phfun-club-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-phfun-club-com__section { padding: 60px 20px; margin-bottom: 20px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-phfun-club-com__section { padding: 40px 15px; } } .page-phfun-club-com__section--hero { padding: 10px 0 0 0; background-color: transparent; box-shadow: none; margin-bottom: 0; } .page-phfun-club-com__hero-content { position: relative; text-align: center; color: #fff; padding: 100px 20px; background-size: cover; background-position: center; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; } .page-phfun-club-com__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-phfun-club-com__hero-text-wrapper { position: relative; z-index: 1; max-width: 900px; } .page-phfun-club-com__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-phfun-club-com__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 700px; color: #fff; } .page-phfun-club-com__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 30px; 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-phfun-club-com__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-phfun-club-com__title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-phfun-club-com__subtitle { font-size: 1.8em; color: #fff; text-align: center; margin-bottom: 30px; } .page-phfun-club-com__text { font-size: 1.1em; color: #ccc; margin-bottom: 20px; text-align: justify; } .page-phfun-club-com__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-phfun-club-com__card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-phfun-club-com__card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-phfun-club-com__card-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-phfun-club-com__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; } .page-phfun-club-com__card-text { font-size: 0.95em; color: #ccc; padding: 0 15px; flex-grow: 1; margin-bottom: 15px; } .page-phfun-club-com__card-button { margin-top: auto; } .page-phfun-club-com__list { list-style: none; padding: 0; margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-phfun-club-com__list-item { background-color: #333; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 20px); box-sizing: border-box; max-width: calc(33% - 20px); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phfun-club-com__list-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-phfun-club-com__list-item-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-phfun-club-com__list-item-text { font-size: 1em; color: #ccc; } .page-phfun-club-com__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-phfun-club-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; } .page-phfun-club-com__faq-question:hover { background-color: #555; } .page-phfun-club-com__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-phfun-club-com__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-phfun-club-com__faq-item.active .page-phfun-club-com__faq-toggle { transform: rotate(45deg); } .page-phfun-club-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #ccc; 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-club-com__faq-item.active .page-phfun-club-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-phfun-club-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-phfun-club-com__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phfun-club-com__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-phfun-club-com__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-phfun-club-com__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-phfun-club-com__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-phfun-club-com__blog-summary { font-size: 0.95em; color: #ccc; flex-grow: 1; margin-bottom: 15px; } .page-phfun-club-com__blog-date { font-size: 0.85em; color: #888; margin-top: auto; } @media (max-width: 1024px) { .page-phfun-club-com__hero-title { font-size: 2.8em; } .page-phfun-club-com__hero-subtitle { font-size: 1.3em; } .page-phfun-club-com__title { font-size: 2em; } .page-phfun-club-com__subtitle { font-size: 1.5em; } .page-phfun-club-com__grid, .page-phfun-club-com__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-phfun-club-com__list-item { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); } } @media (max-width: 768px) { .page-phfun-club-com__hero-content { padding: 80px 15px; min-height: 500px; } .page-phfun-club-com__hero-title { font-size: 2em; } .page-phfun-club-com__hero-subtitle { font-size: 1.1em; } .page-phfun-club-com__button { padding: 12px 25px; font-size: 1em; } .page-phfun-club-com__title { font-size: 1.8em; } .page-phfun-club-com__subtitle { font-size: 1.3em; } .page-phfun-club-com__text { font-size: 1em; } .page-phfun-club-com__grid, .page-phfun-club-com__blog-grid { grid-template-columns: 1fr; } .page-phfun-club-com__list { flex-direction: column; gap: 15px; } .page-phfun-club-com__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-phfun-club-com__list-item-title { font-size: 1.2em; } .page-phfun-club-com__list-item-text { font-size: 0.9em; } .page-phfun-club-com__card-image { height: 180px; } .page-phfun-club-com__faq-question { padding: 15px 20px; } .page-phfun-club-com__faq-question h3 { font-size: 1.1em; } .page-phfun-club-com__faq-answer { padding: 0 20px; } .page-phfun-club-com__faq-item.active .page-phfun-club-com__faq-answer { padding: 15px 20px !important; } .page-phfun-club-com__blog-content { padding: 15px; } .page-phfun-club-com__blog-title { font-size: 1.2em; } .page-phfun-club-com__blog-summary { font-size: 0.9em; } } .page-phfun-club-com__text, .page-phfun-club-com__list-item-text, .page-phfun-club-com__card-text, .page-phfun-club-com__blog-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-phfun-club-com__hero-section, .page-phfun-club-com__quick-access-section, .page-phfun-club-com__game-section, .page-phfun-club-com__promo-section, .page-phfun-club-com__security-section, .page-phfun-club-com__faq-section, .page-phfun-club-com__blog-section { padding-top: 10px; } /* Fallback for body padding if not handled by shared.css */ .page-phfun-club-com__main-content-wrapper { padding-top: var(--header-offset, 122px); } @media (min-width: 769px) { .page-phfun-club-com__list-item { flex: 1 1 calc(33.333% - 20px); max-width: calc(33.333% - 20px); } } @media (min-width: 1025px) { .page-phfun-club-com__list-item { flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px); } }