.page-star-ph111 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-star-ph111 { padding-top: var(--header-offset-mobile, 60px); } } .page-star-ph111__section-title { font-size: 2.5rem; color: #2c3e50; text-align: center; margin-bottom: 25px; margin-top: 50px; font-weight: bold; } @media (max-width: 768px) { .page-star-ph111__section-title { font-size: 1.8rem; margin-top: 30px; margin-bottom: 15px; } } .page-star-ph111__section-description { font-size: 1.1rem; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #555; } @media (max-width: 768px) { .page-star-ph111__section-description { font-size: 0.95rem; margin-bottom: 20px; padding: 0 15px; } } .page-star-ph111__hero-section { background: linear-gradient(135deg, #2c3e50, #34495e); color: #fff; padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-star-ph111__hero-section { padding: 40px 15px; } } .page-star-ph111__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-star-ph111__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-star-ph111__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-star-ph111__hero-title { font-size: 3.8rem; margin-bottom: 20px; line-height: 1.2; font-weight: 900; color: #ecf0f1; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 1024px) { .page-star-ph111__hero-title { font-size: 3rem; } } @media (max-width: 768px) { .page-star-ph111__hero-title { font-size: 2rem; margin-bottom: 15px; } } .page-star-ph111__hero-description { font-size: 1.3rem; margin-bottom: 40px; color: #bdc3c7; } @media (max-width: 768px) { .page-star-ph111__hero-description { font-size: 1rem; margin-bottom: 30px; } } .page-star-ph111__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } @media (max-width: 768px) { .page-star-ph111__hero-cta-group { flex-direction: column; gap: 15px; } } .page-star-ph111__hero-cta-button { display: inline-block; padding: 18px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2rem; transition: all 0.3s ease; text-align: center; min-width: 200px; } @media (max-width: 768px) { .page-star-ph111__hero-cta-button { padding: 15px 25px; font-size: 1rem; width: 100%; max-width: 300px; margin: 0 auto; } } .page-star-ph111__hero-cta-button--primary { background-color: #e74c3c; color: #fff; border: 2px solid #e74c3c; } .page-star-ph111__hero-cta-button--primary:hover { background-color: #c0392b; border-color: #c0392b; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-star-ph111__hero-cta-button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-star-ph111__hero-cta-button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-star-ph111__introduction-section, .page-star-ph111__quick-access-section, .page-star-ph111__games-section, .page-star-ph111__promotions-section, .page-star-ph111__security-section, .page-star-ph111__faq-section, .page-star-ph111__blog-section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-star-ph111__introduction-section, .page-star-ph111__quick-access-section, .page-star-ph111__games-section, .page-star-ph111__promotions-section, .page-star-ph111__security-section, .page-star-ph111__faq-section, .page-star-ph111__blog-section { padding: 30px 15px; } } .page-star-ph111__trusted-partners { display: flex; justify-content: center; gap: 30px; margin-top: 30px; flex-wrap: wrap; } .page-star-ph111__partner-logo { max-width: 150px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.6; transition: all 0.3s ease; } .page-star-ph111__partner-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-star-ph111__trusted-partners { gap: 20px; } .page-star-ph111__partner-logo { max-width: 100px; } } .page-star-ph111__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-star-ph111__access-links { grid-template-columns: 1fr; } } .page-star-ph111__access-button { display: block; padding: 15px 20px; background-color: #3498db; color: #fff; text-decoration: none; border-radius: 8px; text-align: center; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-star-ph111__access-button:hover { background-color: #2980b9; transform: translateY(-2px); } .page-star-ph111__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-star-ph111__game-categories { grid-template-columns: 1fr; gap: 20px; } } .page-star-ph111__game-category-card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-star-ph111__game-category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-star-ph111__game-image { width: 100%; height: 250px; object-fit: cover; } @media (max-width: 768px) { .page-star-ph111__game-image { height: 200px; max-width: 100%; } } .page-star-ph111__game-title { font-size: 1.8rem; margin: 20px 15px 10px 15px; color: #2c3e50; } @media (max-width: 768px) { .page-star-ph111__game-title { font-size: 1.5rem; } } .page-star-ph111__game-description { font-size: 1rem; color: #666; padding: 0 20px 20px 20px; flex-grow: 1; } .page-star-ph111__game-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px 20px; padding: 12px 0; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease; } .page-star-ph111__game-button:hover { background-color: #c0392b; } .page-star-ph111__promotions-section { background-color: #ecf0f1; border-radius: 15px; padding: 50px 20px; } @media (max-width: 768px) { .page-star-ph111__promotions-section { padding: 30px 15px; } } .page-star-ph111__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-star-ph111__promotion-cards { grid-template-columns: 1fr; gap: 20px; } } .page-star-ph111__promotion-card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-star-ph111__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-star-ph111__promotion-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-star-ph111__promotion-image { height: 180px; max-width: 100%; } } .page-star-ph111__promotion-title { font-size: 1.8rem; margin: 20px 15px 10px 15px; color: #2c3e50; } @media (max-width: 768px) { .page-star-ph111__promotion-title { font-size: 1.5rem; } } .page-star-ph111__promotion-description { font-size: 1rem; color: #666; padding: 0 20px 20px 20px; flex-grow: 1; } .page-star-ph111__promotion-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px 20px; padding: 12px 0; background-color: #3498db; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease; } .page-star-ph111__promotion-button:hover { background-color: #2980b9; } .page-star-ph111__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-star-ph111__security-features { grid-template-columns: 1fr; gap: 20px; } } .page-star-ph111__feature-item { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-star-ph111__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-star-ph111__feature-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 20px; } .page-star-ph111__feature-title { font-size: 1.5rem; color: #2c3e50; margin-bottom: 10px; } @media (max-width: 768px) { .page-star-ph111__feature-title { font-size: 1.3rem; } } .page-star-ph111__feature-text { font-size: 0.95rem; color: #666; } .page-star-ph111__contact-cta { text-align: center; margin-top: 50px; } @media (max-width: 768px) { .page-star-ph111__contact-cta { margin-top: 30px; } } .page-star-ph111__contact-button { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, transform 0.3s ease; } .page-star-ph111__contact-button:hover { background-color: #c0392b; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-star-ph111__faq-container { max-width: 900px; margin: 40px auto; } @media (max-width: 768px) { .page-star-ph111__faq-container { margin-top: 20px; } } .page-star-ph111__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-star-ph111__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f1f1f1; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } @media (max-width: 768px) { .page-star-ph111__faq-question { padding: 15px 20px; } } .page-star-ph111__faq-question:hover { background-color: #e0e0e0; } .page-star-ph111__faq-question-text { margin: 0; font-size: 1.2rem; color: #2c3e50; pointer-events: none; } @media (max-width: 768px) { .page-star-ph111__faq-question-text { font-size: 1rem; } } .page-star-ph111__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #3498db; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-star-ph111__faq-item.active .page-star-ph111__faq-toggle { transform: rotate(45deg); color: #e74c3c; } .page-star-ph111__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } @media (max-width: 768px) { .page-star-ph111__faq-answer { padding: 0 20px; } } .page-star-ph111__faq-item.active .page-star-ph111__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-star-ph111__faq-item.active .page-star-ph111__faq-answer { padding: 15px 20px !important; } } .page-star-ph111__faq-answer p { margin-bottom: 10px; color: #555; font-size: 0.95rem; } .page-star-ph111__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-star-ph111__blog-posts { grid-template-columns: 1fr; gap: 20px; } } .page-star-ph111__blog-card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-star-ph111__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-star-ph111__blog-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-star-ph111__blog-image { height: 180px; max-width: 100%; } } .page-star-ph111__blog-title { font-size: 1.5rem; margin: 20px 20px 10px 20px; color: #2c3e50; line-height: 1.3; } @media (max-width: 768px) { .page-star-ph111__blog-title { font-size: 1.3rem; } } .page-star-ph111__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-star-ph111__blog-title a:hover { color: #e74c3c; } .page-star-ph111__blog-excerpt { font-size: 0.95rem; color: #666; padding: 0 20px 15px 20px; flex-grow: 1; } .page-star-ph111__blog-excerpt em { display: block; margin-top: 10px; font-size: 0.85rem; color: #999; } .page-star-ph111__blog-read-more { display: block; width: calc(100% - 40px); margin: 0 20px 20px 20px; padding: 10px 0; background-color: #3498db; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease; text-align: center; } .page-star-ph111__blog-read-more:hover { background-color: #2980b9; } /* General Image & List Responsiveness */ .page-star-ph111 img { max-width: 100%; height: auto; display: block; } .page-star-ph111__trusted-partners, .page-star-ph111__game-categories, .page-star-ph111__promotion-cards, .page-star-ph111__security-features, .page-star-ph111__blog-posts { box-sizing: border-box; } @media (max-width: 768px) { .page-star-ph111__trusted-partners, .page-star-ph111__game-categories, .page-star-ph111__promotion-cards, .page-star-ph111__security-features, .page-star-ph111__blog-posts { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-star-ph111__game-category-card, .page-star-ph111__promotion-card, .page-star-ph111__feature-item, .page-star-ph111__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }