.page-ph365-m-orig { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-ph365-m-orig__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-ph365-m-orig__container { padding: 10px; } } .page-ph365-m-orig__hero-section { background: linear-gradient(135deg, #2a0a4a, #0d0d2b); padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 40px; padding-top: 10px; } @media (max-width: 768px) { .page-ph365-m-orig__hero-section { padding: 40px 10px 30px; margin-bottom: 20px; } } .page-ph365-m-orig__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-ph365-m-orig__hero-content { position: relative; z-index: 1; } .page-ph365-m-orig__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-ph365-m-orig__hero-title { font-size: 2em; } } .page-ph365-m-orig__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; color: #e0e0e0; } @media (max-width: 768px) { .page-ph365-m-orig__hero-description { font-size: 1em; margin-bottom: 20px; } } .page-ph365-m-orig__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-ph365-m-orig__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ph365-m-orig__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-ph365-m-orig__cta-button { padding: 12px 25px; font-size: 1em; } } .page-ph365-m-orig__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #ffcc00; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-ph365-m-orig__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-ph365-m-orig__game-showcase { padding: 40px 0; margin-bottom: 40px; } .page-ph365-m-orig__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-ph365-m-orig__game-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-ph365-m-orig__game-card { background-color: #2b2b4d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ph365-m-orig__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-ph365-m-orig__game-card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-ph365-m-orig__game-card-image { height: 180px; } } .page-ph365-m-orig__game-card-content { padding: 20px; } .page-ph365-m-orig__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #ffcc00; } .page-ph365-m-orig__game-card-description { font-size: 0.95em; color: #e0e0e0; margin-bottom: 20px; } .page-ph365-m-orig__promotions-section { padding: 40px 0; margin-bottom: 40px; background-color: #211a3d; border-radius: 15px; } .page-ph365-m-orig__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-ph365-m-orig__promo-list { grid-template-columns: 1fr; padding: 0 10px; } } .page-ph365-m-orig__promo-item { background-color: #2b2b4d; border-radius: 10px; padding: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-ph365-m-orig__promo-item:hover { transform: translateY(-3px); } .page-ph365-m-orig__promo-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-ph365-m-orig__promo-description { font-size: 0.95em; color: #e0e0e0; margin-bottom: 15px; } .page-ph365-m-orig__payment-providers { padding: 40px 0; margin-bottom: 40px; } .page-ph365-m-orig__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-items: center; align-items: center; padding: 0 20px; } @media (max-width: 768px) { .page-ph365-m-orig__logo-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); padding: 0 10px; } } .page-ph365-m-orig__logo-item { display: flex; justify-content: center; align-items: center; background-color: #2b2b4d; border-radius: 8px; padding: 10px; height: 80px; width: 100%; max-width: 120px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-ph365-m-orig__logo-item img { max-width: 100%; max-height: 60px; object-fit: contain; } .page-ph365-m-orig__faq-section { padding: 40px 0; background-color: #211a3d; border-radius: 15px; margin-bottom: 40px; } .page-ph365-m-orig__faq-list { max-width: 800px; margin: 0 auto; padding: 0 20px; } @media (max-width: 768px) { .page-ph365-m-orig__faq-list { padding: 0 10px; } } .page-ph365-m-orig__faq-item { background-color: #2b2b4d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-ph365-m-orig__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a60; transition: background-color 0.3s ease; } .page-ph365-m-orig__faq-question:hover { background-color: #4a4a70; } .page-ph365-m-orig__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } @media (max-width: 768px) { .page-ph365-m-orig__faq-question h3 { font-size: 1em; } } .page-ph365-m-orig__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-ph365-m-orig__faq-item.active .page-ph365-m-orig__faq-toggle { transform: rotate(45deg); } .page-ph365-m-orig__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #e0e0e0; } .page-ph365-m-orig__faq-item.active .page-ph365-m-orig__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ph365-m-orig__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } @media (max-width: 768px) { .page-ph365-m-orig__floating-buttons { bottom: 15px; right: 15px; } } .page-ph365-m-orig__floating-btn { background-color: #ffcc00; color: #1a1a2e; padding: 12px 20px; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-ph365-m-orig__floating-btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-ph365-m-orig img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-ph365-m-orig img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph365-m-orig__logo-grid .page-ph365-m-orig__logo-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph365-m-orig__logo-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }