:root { --phlaro-primary: #FFD700; --phlaro-secondary: #007bff; --phlaro-dark-bg: #1a1a2e; --phlaro-medium-bg: #22223b; --phlaro-light-text: #e0e0e0; --phlaro-grey-text: #b0b0b0; --phlaro-white: #ffffff; --phlaro-black: #000000; --phlaro-accent-red: #dc3545; --header-offset: 122px; }.page-playtime-ph-email { font-family: 'Arial', sans-serif; color: var(--phlaro-light-text); background-color: var(--phlaro-dark-bg); line-height: 1.6; padding-top: var(--header-offset, 122px); }.page-playtime-ph-email__hero-section,.page-playtime-ph-email__payment-providers,.page-playtime-ph-email__introduction-section,.page-playtime-ph-email__quick-access-section,.page-playtime-ph-email__games-section,.page-playtime-ph-email__promotions-section,.page-playtime-ph-email__security-support-section,.page-playtime-ph-email__faq-section,.page-playtime-ph-email__blog-section { padding: 40px 20px; margin-bottom: 20px; text-align: center; box-sizing: border-box; }.page-playtime-ph-email__section-title { color: var(--phlaro-primary); font-size: 2.5em; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }.page-playtime-ph-email__text-content { max-width: 800px; margin: 0 auto 30px auto; font-size: 1.1em; color: var(--phlaro-grey-text); }.page-playtime-ph-email__hero-section { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 500px; padding-top: 10px; }.page-playtime-ph-email__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); }.page-playtime-ph-email__hero-content { position: relative; z-index: 1; color: var(--phlaro-white); max-width: 900px; padding: 20px; text-align: center; background: rgba(0, 0, 0, 0.4); border-radius: 10px; }.page-playtime-ph-email__hero-title { font-size: 3.5em; margin-bottom: 15px; color: var(--phlaro-primary); line-height: 1.2; }.page-playtime-ph-email__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: var(--phlaro-light-text); }.page-playtime-ph-email__hero-cta-button { display: inline-block; background-color: var(--phlaro-primary); color: var(--phlaro-black); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-ph-email__hero-cta-button:hover { background-color: #e6c200; transform: translateY(-2px); }.page-playtime-ph-email__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: var(--phlaro-medium-bg); padding: 30px 20px; }.page-playtime-ph-email__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; }.page-playtime-ph-email__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; background-color: var(--phlaro-white); border-radius: 8px; padding: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }.page-playtime-ph-email__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto; }.page-playtime-ph-email__feature-item { background-color: var(--phlaro-medium-bg); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-playtime-ph-email__feature-item:hover { transform: translateY(-5px); }.page-playtime-ph-email__feature-icon { width: 100px; height: 100px; max-width: 100px; max-height: 100px; object-fit: contain; margin-bottom: 20px; border-radius: 50%; background-color: var(--phlaro-dark-bg); padding: 10px; }.page-playtime-ph-email__feature-title { color: var(--phlaro-primary); font-size: 1.5em; margin-bottom: 10px; }.page-playtime-ph-email__feature-description { color: var(--phlaro-grey-text); }.page-playtime-ph-email__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-playtime-ph-email__access-button { display: inline-block; background-color: var(--phlaro-secondary); color: var(--phlaro-white); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; box-sizing: border-box; }.page-playtime-ph-email__access-button:hover { background-color: #0056b3; transform: translateY(-2px); }.page-playtime-ph-email__games-section { background-color: var(--phlaro-medium-bg); }.page-playtime-ph-email__game-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }.page-playtime-ph-email__tab-button { background-color: var(--phlaro-dark-bg); color: var(--phlaro-light-text); border: 1px solid var(--phlaro-primary); padding: 10px 20px; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-playtime-ph-email__tab-button.active,.page-playtime-ph-email__tab-button:hover { background-color: var(--phlaro-primary); color: var(--phlaro-black); }.page-playtime-ph-email__tab-content { display: none; animation: fadeIn 0.5s ease-in-out; }.page-playtime-ph-email__tab-content.active { display: block; }.page-playtime-ph-email__game-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-playtime-ph-email__game-card { background-color: var(--phlaro-dark-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; }.page-playtime-ph-email__game-card:hover { transform: translateY(-5px); }.page-playtime-ph-email__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-playtime-ph-email__game-title { color: var(--phlaro-primary); font-size: 1.4em; padding: 15px 15px 5px 15px; }.page-playtime-ph-email__game-description { color: var(--phlaro-grey-text); padding: 0 15px 10px 15px; font-size: 0.95em; }.page-playtime-ph-email__game-button { display: block; background-color: var(--phlaro-secondary); color: var(--phlaro-white); padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; }.page-playtime-ph-email__game-button:hover { background-color: #0056b3; }.page-playtime-ph-email__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 40px auto 0 auto; }.page-playtime-ph-email__promo-card { background-color: var(--phlaro-medium-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; }.page-playtime-ph-email__promo-card:hover { transform: translateY(-5px); }.page-playtime-ph-email__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-playtime-ph-email__promo-title { color: var(--phlaro-primary); font-size: 1.4em; padding: 15px 15px 5px 15px; }.page-playtime-ph-email__promo-description { color: var(--phlaro-grey-text); padding: 0 15px 10px 15px; font-size: 0.95em; }.page-playtime-ph-email__promo-button { display: block; background-color: var(--phlaro-primary); color: var(--phlaro-black); padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; }.page-playtime-ph-email__promo-button:hover { background-color: #e6c200; }.page-playtime-ph-email__security-support-section { background-color: var(--phlaro-dark-bg); }.page-playtime-ph-email__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto; }.page-playtime-ph-email__security-item { background-color: var(--phlaro-medium-bg); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-playtime-ph-email__security-item:hover { transform: translateY(-5px); }.page-playtime-ph-email__security-icon { width: 100px; height: 100px; max-width: 100px; max-height: 100px; object-fit: contain; margin-bottom: 20px; border-radius: 50%; background-color: var(--phlaro-dark-bg); padding: 10px; }.page-playtime-ph-email__security-title { color: var(--phlaro-primary); font-size: 1.5em; margin-bottom: 10px; }.page-playtime-ph-email__security-description { color: var(--phlaro-grey-text); }.page-playtime-ph-email__faq-section { background-color: var(--phlaro-medium-bg); }.page-playtime-ph-email__faq-list { max-width: 900px; margin: 40px auto 0 auto; text-align: left; }.page-playtime-ph-email__faq-item { background-color: var(--phlaro-dark-bg); margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); overflow: hidden; }.page-playtime-ph-email__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: var(--phlaro-dark-bg); color: var(--phlaro-white); cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; }.page-playtime-ph-email__faq-question:hover { background-color: #2a2a40; }.page-playtime-ph-email__faq-question-text { color: var(--phlaro-primary); font-size: 1.2em; margin: 0; pointer-events: none; }.page-playtime-ph-email__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--phlaro-primary); transition: transform 0.3s ease; pointer-events: none; }.page-playtime-ph-email__faq-item.active .page-playtime-ph-email__faq-toggle { transform: rotate(45deg); }.page-playtime-ph-email__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: var(--phlaro-grey-text); background-color: var(--phlaro-dark-bg); transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-playtime-ph-email__faq-item.active .page-playtime-ph-email__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }.page-playtime-ph-email__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 40px auto 0 auto; }.page-playtime-ph-email__blog-card { background-color: var(--phlaro-medium-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; }.page-playtime-ph-email__blog-card:hover { transform: translateY(-5px); }.page-playtime-ph-email__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-playtime-ph-email__blog-title { color: var(--phlaro-primary); font-size: 1.4em; padding: 15px 15px 5px 15px; }.page-playtime-ph-email__blog-date { color: var(--phlaro-grey-text); font-size: 0.85em; padding: 0 15px 5px 15px; }.page-playtime-ph-email__blog-excerpt { color: var(--phlaro-grey-text); padding: 0 15px 10px 15px; font-size: 0.95em; }.page-playtime-ph-email__blog-link { display: block; background-color: var(--phlaro-secondary); color: var(--phlaro-white); padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; }.page-playtime-ph-email__blog-link:hover { background-color: #0056b3; }@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }@media (max-width: 1024px) { .page-playtime-ph-email__hero-title { font-size: 3em; } .page-playtime-ph-email__hero-subtitle { font-size: 1.3em; } .page-playtime-ph-email__section-title { font-size: 2em; } .page-playtime-ph-email__game-cards,.page-playtime-ph-email__promo-cards,.page-playtime-ph-email__security-features,.page-playtime-ph-email__blog-posts,.page-playtime-ph-email__features-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }@media (max-width: 768px) { .page-playtime-ph-email { padding-top: var(--header-offset, 122px); } .page-playtime-ph-email__hero-section { min-height: 400px; } .page-playtime-ph-email__hero-title { font-size: 2.2em; } .page-playtime-ph-email__hero-subtitle { font-size: 1.1em; } .page-playtime-ph-email__hero-cta-button { padding: 12px 25px; font-size: 1.1em; } .page-playtime-ph-email__section-title { font-size: 1.8em; } .page-playtime-ph-email__text-content { font-size: 1em; } .page-playtime-ph-email__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-playtime-ph-email__payment-logo,.page-playtime-ph-email__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-playtime-ph-email__features-grid > *,.page-playtime-ph-email__game-cards > *,.page-playtime-ph-email__promo-cards > *,.page-playtime-ph-email__security-features > *,.page-playtime-ph-email__blog-posts > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-playtime-ph-email__features-grid,.page-playtime-ph-email__game-cards,.page-playtime-ph-email__promo-cards,.page-playtime-ph-email__security-features,.page-playtime-ph-email__blog-posts { width: 100% !important; max-width: 100% !important; padding: 0 15px !important; margin-left: auto; margin-right: auto; gap: 20px; } .page-playtime-ph-email__feature-description,.page-playtime-ph-email__game-description,.page-playtime-ph-email__promo-description,.page-playtime-ph-email__security-description,.page-playtime-ph-email__blog-excerpt,.page-playtime-ph-email__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-ph-email__access-button { min-width: unset; width: 100%; max-width: 300px; } .page-playtime-ph-email__faq-question { padding: 15px; } .page-playtime-ph-email__faq-question-text { font-size: 1.1em; } .page-playtime-ph-email__faq-answer { padding: 0 15px; } .page-playtime-ph-email__faq-item.active .page-playtime-ph-email__faq-answer { padding: 15px 15px !important; } }@media (max-width: 480px) { .page-playtime-ph-email__hero-title { font-size: 1.8em; } .page-playtime-ph-email__hero-subtitle { font-size: 1em; } .page-playtime-ph-email__section-title { font-size: 1.5em; } .page-playtime-ph-email__hero-cta-button { font-size: 1em; padding: 10px 20px; } }