.page-226-phfun-winners { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-226-phfun-winners img { max-width: 100%; height: auto; display: block; box-sizing: border-box; } .page-226-phfun-winners__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-226-phfun-winners__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-226-phfun-winners__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)); z-index: 2; } .page-226-phfun-winners__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px; } .page-226-phfun-winners__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #FFD700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .page-226-phfun-winners__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; } .page-226-phfun-winners__hero-cta-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; margin: 10px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-226-phfun-winners__hero-cta-button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-226-phfun-winners__hero-cta-button--secondary { background-color: transparent; border: 2px solid #FFD700; color: #FFD700; } .page-226-phfun-winners__hero-cta-button--secondary:hover { background-color: #FFD700; color: #1a1a1a; } .page-226-phfun-winners__section-title { font-size: 2.5em; color: #FFD700; text-align: center; margin-bottom: 20px; padding-top: 60px; } .page-226-phfun-winners__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #cccccc; } .page-226-phfun-winners__intro-section, .page-226-phfun-winners__quick-access-section, .page-226-phfun-winners__games-section, .page-226-phfun-winners__promotions-section, .page-226-phfun-winners__security-section, .page-226-phfun-winners__faq-section, .page-226-phfun-winners__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-226-phfun-winners__intro-features, .page-226-phfun-winners__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-226-phfun-winners__feature-item, .page-226-phfun-winners__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-226-phfun-winners__feature-item:hover, .page-226-phfun-winners__security-item:hover { transform: translateY(-5px); } .page-226-phfun-winners__feature-icon, .page-226-phfun-winners__security-icon { width: 100px; height: 100px; object-fit: cover; margin: 0 auto 20px auto; border-radius: 50%; border: 3px solid #FFD700; } .page-226-phfun-winners__feature-title, .page-226-phfun-winners__security-title { font-size: 1.5em; color: #FFD700; margin-bottom: 10px; } .page-226-phfun-winners__feature-text, .page-226-phfun-winners__security-text { color: #cccccc; } .page-226-phfun-winners__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-226-phfun-winners__access-button, .page-226-phfun-winners__contact-button { display: inline-block; background-color: #3a3a3a; color: #FFD700; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; border: 1px solid #FFD700; box-sizing: border-box; } .page-226-phfun-winners__access-button:hover, .page-226-phfun-winners__contact-button:hover { background-color: #FFD700; color: #1a1a1a; } .page-226-phfun-winners__games-section { background-color: #1a1a1a; } .page-226-phfun-winners__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-226-phfun-winners__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-226-phfun-winners__game-card:hover { transform: translateY(-5px); } .page-226-phfun-winners__game-image { width: 100%; height: 200px; object-fit: cover; } .page-226-phfun-winners__game-title { font-size: 1.8em; color: #FFD700; padding: 15px 20px 5px; } .page-226-phfun-winners__game-description { padding: 0 20px 15px; color: #cccccc; font-size: 0.95em; } .page-226-phfun-winners__game-button { display: block; background-color: #FFD700; color: #1a1a1a; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-226-phfun-winners__game-button:hover { background-color: #e6c200; } .page-226-phfun-winners__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-226-phfun-winners__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-226-phfun-winners__promo-card:hover { transform: translateY(-5px); } .page-226-phfun-winners__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-226-phfun-winners__promo-title { font-size: 1.6em; color: #FFD700; padding: 15px 20px 5px; } .page-226-phfun-winners__promo-description { padding: 0 20px 15px; color: #cccccc; font-size: 0.95em; } .page-226-phfun-winners__promo-button { display: block; background-color: #FFD700; color: #1a1a1a; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-226-phfun-winners__promo-button:hover { background-color: #e6c200; } .page-226-phfun-winners__contact-button { margin-top: 40px; text-align: center; display: block; width: fit-content; margin-left: auto; margin-right: auto; } .page-226-phfun-winners__faq-list { margin-top: 40px; } .page-226-phfun-winners__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-sizing: border-box; } .page-226-phfun-winners__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-226-phfun-winners__faq-question:hover { background-color: #4a4a4a; } .page-226-phfun-winners__faq-question-text { margin: 0; font-size: 1.2em; color: #FFD700; pointer-events: none; } .page-226-phfun-winners__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; } .page-226-phfun-winners__faq-item.active .page-226-phfun-winners__faq-toggle { transform: rotate(45deg); } .page-226-phfun-winners__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-226-phfun-winners__faq-item.active .page-226-phfun-winners__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-226-phfun-winners__faq-answer p { margin-bottom: 0; } .page-226-phfun-winners__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-226-phfun-winners__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-226-phfun-winners__blog-card:hover { transform: translateY(-5px); } .page-226-phfun-winners__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-226-phfun-winners__blog-content { padding: 20px; } .page-226-phfun-winners__blog-title { font-size: 1.4em; margin-bottom: 10px; } .page-226-phfun-winners__blog-title a { color: #FFD700; text-decoration: none; transition: color 0.3s ease; } .page-226-phfun-winners__blog-title a:hover { color: #e6c200; } .page-226-phfun-winners__blog-date { font-size: 0.9em; color: #999999; margin-bottom: 10px; } .page-226-phfun-winners__blog-excerpt { color: #cccccc; font-size: 0.95em; margin-bottom: 20px; } .page-226-phfun-winners__blog-read-more { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-226-phfun-winners__blog-read-more:hover { background-color: #e6c200; } @media (max-width: 1024px) { .page-226-phfun-winners__hero-title { font-size: 2.8em; } .page-226-phfun-winners__hero-subtitle { font-size: 1.2em; } .page-226-phfun-winners__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-226-phfun-winners__hero-section { height: 500px; } .page-226-phfun-winners__hero-title { font-size: 2.2em; } .page-226-phfun-winners__hero-subtitle { font-size: 1em; } .page-226-phfun-winners__hero-cta-button { padding: 12px 25px; font-size: 1em; margin: 5px; } .page-226-phfun-winners__section-title { font-size: 1.8em; } .page-226-phfun-winners__section-description { font-size: 1em; margin-bottom: 20px; } .page-226-phfun-winners__intro-section, .page-226-phfun-winners__quick-access-section, .page-226-phfun-winners__games-section, .page-226-phfun-winners__promotions-section, .page-226-phfun-winners__security-section, .page-226-phfun-winners__faq-section, .page-226-phfun-winners__blog-section { padding: 40px 15px; } .page-226-phfun-winners__intro-features, .page-226-phfun-winners__security-features, .page-226-phfun-winners__game-categories, .page-226-phfun-winners__promo-grid, .page-226-phfun-winners__blog-posts { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; width: 100% !important; max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-226-phfun-winners__feature-item, .page-226-phfun-winners__security-item, .page-226-phfun-winners__game-card, .page-226-phfun-winners__promo-card, .page-226-phfun-winners__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-226-phfun-winners__access-buttons { flex-direction: column; align-items: stretch; } .page-226-phfun-winners__access-button { width: 100%; text-align: center; } .page-226-phfun-winners__faq-question { padding: 15px; } .page-226-phfun-winners__faq-question-text { font-size: 1.1em; } .page-226-phfun-winners__faq-answer { padding: 0 15px; } .page-226-phfun-winners__faq-item.active .page-226-phfun-winners__faq-answer { padding: 15px !important; } .page-226-phfun-winners__blog-content { padding: 15px; } } @media (max-width: 480px) { .page-226-phfun-winners__hero-section { height: 400px; } .page-226-phfun-winners__hero-title { font-size: 1.8em; } .page-226-phfun-winners__hero-subtitle { font-size: 0.9em; } .page-226-phfun-winners__hero-cta-button { padding: 10px 20px; font-size: 0.9em; } }