.page-ph333-redemption-code { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f8; } .page-ph333-redemption-code__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-ph333-redemption-code__container { padding: 10px; } } .page-ph333-redemption-code__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 10px 20px 80px 20px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; margin-bottom: 20px; } .page-ph333-redemption-code__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-ph333-redemption-code__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-ph333-redemption-code__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } @media (max-width: 768px) { .page-ph333-redemption-code__hero-title { font-size: 2em; } } .page-ph333-redemption-code__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } @media (max-width: 768px) { .page-ph333-redemption-code__hero-subtitle { font-size: 1em; } } .page-ph333-redemption-code__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; 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-ph333-redemption-code__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-ph333-redemption-code__section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .page-ph333-redemption-code__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-ph333-redemption-code__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } @media (max-width: 768px) { .page-ph333-redemption-code__section-title { font-size: 1.8em; } } .page-ph333-redemption-code__intro-text { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; color: #555; } .page-ph333-redemption-code__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-ph333-redemption-code__feature-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.3s ease; } .page-ph333-redemption-code__feature-item:hover { transform: translateY(-5px); } .page-ph333-redemption-code__feature-icon { margin-bottom: 15px; width: 60px; height: 60px; object-fit: contain; } .page-ph333-redemption-code__feature-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-ph333-redemption-code__feature-description { font-size: 0.95em; color: #666; } .page-ph333-redemption-code__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-ph333-redemption-code__quick-link-button { display: block; width: 100%; padding: 15px 20px; background-color: #007bff; color: #fff; text-align: center; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ph333-redemption-code__quick-link-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-ph333-redemption-code__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph333-redemption-code__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-ph333-redemption-code__game-card:hover { transform: translateY(-5px); } .page-ph333-redemption-code__game-image { width: 100%; height: 200px; object-fit: cover; } .page-ph333-redemption-code__game-content { padding: 20px; } .page-ph333-redemption-code__game-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-ph333-redemption-code__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-ph333-redemption-code__game-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-ph333-redemption-code__game-button:hover { background-color: #e0a800; } .page-ph333-redemption-code__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph333-redemption-code__promo-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; } .page-ph333-redemption-code__promo-card:hover { transform: translateY(-5px); } .page-ph333-redemption-code__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-ph333-redemption-code__promo-content { padding: 20px; } .page-ph333-redemption-code__promo-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-ph333-redemption-code__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-ph333-redemption-code__promo-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-ph333-redemption-code__promo-button:hover { background-color: #e0a800; } .page-ph333-redemption-code__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph333-redemption-code__info-item { background-color: #f9f9f9; padding: 25px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); text-align: center; } .page-ph333-redemption-code__info-icon { margin-bottom: 15px; width: 50px; height: 50px; object-fit: contain; } .page-ph333-redemption-code__info-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-ph333-redemption-code__info-description { font-size: 0.95em; color: #666; } .page-ph333-redemption-code__faq-list { margin-top: 30px; } .page-ph333-redemption-code__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .page-ph333-redemption-code__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #e9ecef; color: #333; font-size: 1.1em; font-weight: bold; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-ph333-redemption-code__faq-question:hover { background-color: #dde1e5; } .page-ph333-redemption-code__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-ph333-redemption-code__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-ph333-redemption-code__faq-item.active .page-ph333-redemption-code__faq-toggle { transform: rotate(45deg); } .page-ph333-redemption-code__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: #555; background-color: #fff; } .page-ph333-redemption-code__faq-item.active .page-ph333-redemption-code__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-ph333-redemption-code__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph333-redemption-code__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; } .page-ph333-redemption-code__blog-card:hover { transform: translateY(-5px); } .page-ph333-redemption-code__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-ph333-redemption-code__blog-content { padding: 20px; } .page-ph333-redemption-code__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-ph333-redemption-code__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-ph333-redemption-code__blog-title a:hover { color: #0056b3; } .page-ph333-redemption-code__blog-summary { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-ph333-redemption-code__blog-link { display: inline-block; background-color: #ffc107; color: #333; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-ph333-redemption-code__blog-link:hover { background-color: #e0a800; } @media (max-width: 768px) { .page-ph333-redemption-code__feature-grid, .page-ph333-redemption-code__quick-links-grid, .page-ph333-redemption-code__game-grid, .page-ph333-redemption-code__promo-grid, .page-ph333-redemption-code__info-grid, .page-ph333-redemption-code__blog-grid { grid-template-columns: 1fr; } .page-ph333-redemption-code__feature-item, .page-ph333-redemption-code__info-item, .page-ph333-redemption-code__quick-link-button, .page-ph333-redemption-code__game-card, .page-ph333-redemption-code__promo-card, .page-ph333-redemption-code__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph333-redemption-code__faq-answer { padding: 15px !important; } .page-ph333-redemption-code__faq-question { padding: 15px; font-size: 1em; } .page-ph333-redemption-code__hero-section { padding-bottom: 60px; } .page-ph333-redemption-code__hero-title { font-size: 2em; } .page-ph333-redemption-code__hero-subtitle { font-size: 1em; } .page-ph333-redemption-code__cta-button { padding: 12px 25px; font-size: 1em; } .page-ph333-redemption-code__section { padding: 25px 15px; } .page-ph333-redemption-code__section-title { font-size: 1.8em; } .page-ph333-redemption-code__intro-text { font-size: 1em; } .page-ph333-redemption-code__game-image, .page-ph333-redemption-code__promo-image, .page-ph333-redemption-code__blog-image { height: 180px; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph333-redemption-code__feature-icon, .page-ph333-redemption-code__info-icon { width: 40px; height: 40px; } .page-ph333-redemption-code__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-ph333-redemption-code__blog-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-ph333-redemption-code__float-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-ph333-redemption-code__float-button { background-color: #ffc107; color: #333; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ph333-redemption-code__float-button:hover { background-color: #e0a800; transform: translateY(-3px); } @media (max-width: 768px) { .page-ph333-redemption-code__float-buttons { bottom: 15px; right: 15px; } .page-ph333-redemption-code__float-button { padding: 10px 15px; font-size: 0.9em; } }