.page-league-of-legends-ph-game-mode { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-league-of-legends-ph-game-mode__container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; box-sizing: border-box; }.page-league-of-legends-ph-game-mode__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-league-of-legends-ph-game-mode__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; }.page-league-of-legends-ph-game-mode__highlight { color: #ffcc00; }.page-league-of-legends-ph-game-mode__strong-text { font-weight: bold; color: #0056b3; }.page-league-of-legends-ph-game-mode__text-content { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #555; }/* Hero Section */.page-league-of-legends-ph-game-mode__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; padding-top: 10px; background-color: #1a1a2e; color: #fff; overflow: hidden; text-align: center; }.page-league-of-legends-ph-game-mode__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; }.page-league-of-legends-ph-game-mode__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 40px 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-league-of-legends-ph-game-mode__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #fff; }.page-league-of-legends-ph-game-mode__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; }.page-league-of-legends-ph-game-mode__hero-cta, .page-league-of-legends-ph-game-mode__primary-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-league-of-legends-ph-game-mode__hero-cta:hover, .page-league-of-legends-ph-game-mode__primary-button:hover { background-color: #e6b800; transform: translateY(-3px); }/* Payment Providers Section */.page-league-of-legends-ph-game-mode__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 15px; background-color: #2a2a4a; }.page-league-of-legends-ph-game-mode__payment-providers .page-league-of-legends-ph-game-mode__section-title { color: #fff; width: 100%; margin-bottom: 20px; font-size: 1.8em; }.page-league-of-legends-ph-game-mode__payment-providers .page-league-of-legends-ph-game-mode__section-title::after { background-color: #ffcc00; }.page-league-of-legends-ph-game-mode__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; }.page-league-of-legends-ph-game-mode__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-league-of-legends-ph-game-mode__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }/* Introduction Section */.page-league-of-legends-ph-game-mode__introduction-section { padding: 60px 0; background-color: #fff; }.page-league-of-legends-ph-game-mode__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; text-align: center; }.page-league-of-legends-ph-game-mode__feature-item { background-color: #f0f8ff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-league-of-legends-ph-game-mode__feature-item:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-league-of-legends-ph-game-mode__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-league-of-legends-ph-game-mode__feature-title { font-size: 1.6em; color: #0056b3; margin-bottom: 15px; }.page-league-of-legends-ph-game-mode__feature-description { color: #666; font-size: 1em; }/* Quick Access Section */.page-league-of-legends-ph-game-mode__quick-access-section { padding: 60px 0; background-color: #e6f7ff; }.page-league-of-legends-ph-game-mode__access-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-league-of-legends-ph-game-mode__access-link-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-league-of-legends-ph-game-mode__access-link-button:hover { background-color: #0056b3; transform: translateY(-3px); }/* Games Section */.page-league-of-legends-ph-game-mode__games-section { padding: 60px 0; background-color: #f9f9f9; }.page-league-of-legends-ph-game-mode__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }.page-league-of-legends-ph-game-mode__game-card { background-color: #fff; border-radius: 10px; 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; }.page-league-of-legends-ph-game-mode__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-league-of-legends-ph-game-mode__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; }.page-league-of-legends-ph-game-mode__game-title { font-size: 1.5em; color: #0056b3; margin: 20px 15px 10px 15px; }.page-league-of-legends-ph-game-mode__game-description { color: #666; padding: 0 15px 20px 15px; font-size: 0.95em; }.page-league-of-legends-ph-game-mode__game-cta { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-league-of-legends-ph-game-mode__game-cta:hover { background-color: #e6b800; }.page-league-of-legends-ph-game-mode__view-all-button { margin-top: 20px; }/* Promotions Section */.page-league-of-legends-ph-game-mode__promotions-section { padding: 60px 0; background-color: #f0f8ff; }.page-league-of-legends-ph-game-mode__promo-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-league-of-legends-ph-game-mode__promo-card { background-color: #fff; border-radius: 10px; 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; }.page-league-of-legends-ph-game-mode__promo-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-league-of-legends-ph-game-mode__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; }.page-league-of-legends-ph-game-mode__promo-title { font-size: 1.4em; color: #0056b3; margin: 20px 15px 10px 15px; }.page-league-of-legends-ph-game-mode__promo-description { color: #666; padding: 0 15px 20px 15px; font-size: 0.95em; }.page-league-of-legends-ph-game-mode__promo-cta { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-league-of-legends-ph-game-mode__promo-cta:hover { background-color: #0056b3; }/* Security & Support Section */.page-league-of-legends-ph-game-mode__security-support-section { padding: 60px 0; background-color: #fff; }.page-league-of-legends-ph-game-mode__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-league-of-legends-ph-game-mode__info-item { background-color: #f0f8ff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-league-of-legends-ph-game-mode__info-item:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-league-of-legends-ph-game-mode__info-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-league-of-legends-ph-game-mode__info-title { font-size: 1.6em; color: #0056b3; margin-bottom: 15px; }.page-league-of-legends-ph-game-mode__info-description { color: #666; font-size: 1em; }/* FAQ Section */.page-league-of-legends-ph-game-mode__faq-section { padding: 60px 0; background-color: #e6f7ff; }.page-league-of-legends-ph-game-mode__faq-list { max-width: 800px; margin: 0 auto; }.page-league-of-legends-ph-game-mode__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-league-of-legends-ph-game-mode__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-league-of-legends-ph-game-mode__faq-question:hover { background-color: #0056b3; }.page-league-of-legends-ph-game-mode__faq-title { margin: 0; flex-grow: 1; pointer-events: none; color: #fff; }.page-league-of-legends-ph-game-mode__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; color: #ffcc00; }.page-league-of-legends-ph-game-mode__faq-item.active .page-league-of-legends-ph-game-mode__faq-toggle { transform: rotate(45deg); }.page-league-of-legends-ph-game-mode__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f8f8f8; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #333; }.page-league-of-legends-ph-game-mode__faq-item.active .page-league-of-legends-ph-game-mode__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-league-of-legends-ph-game-mode__faq-answer p { margin: 0; }/* Blog Section */.page-league-of-legends-ph-game-mode__blog-section { padding: 60px 0; background-color: #f9f9f9; }.page-league-of-legends-ph-game-mode__blog-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-league-of-legends-ph-game-mode__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-league-of-legends-ph-game-mode__blog-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-league-of-legends-ph-game-mode__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; }.page-league-of-legends-ph-game-mode__blog-content-wrapper { padding: 20px 25px; }.page-league-of-legends-ph-game-mode__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; }.page-league-of-legends-ph-game-mode__blog-title a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; }.page-league-of-legends-ph-game-mode__blog-title a:hover { color: #007bff; }.page-league-of-legends-ph-game-mode__blog-excerpt { color: #666; font-size: 0.95em; margin-bottom: 20px; }.page-league-of-legends-ph-game-mode__blog-read-more { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-league-of-legends-ph-game-mode__blog-read-more:hover { color: #0056b3; }/* Responsive Design */@media (max-width: 1024px) { .page-league-of-legends-ph-game-mode__hero-title { font-size: 3em; } .page-league-of-legends-ph-game-mode__hero-subtitle { font-size: 1.3em; } .page-league-of-legends-ph-game-mode__section-title { font-size: 2em; } }@media (max-width: 768px) { .page-league-of-legends-ph-game-mode__hero-section { min-height: 400px; } .page-league-of-legends-ph-game-mode__hero-title { font-size: 2.2em; } .page-league-of-legends-ph-game-mode__hero-subtitle { font-size: 1.1em; } .page-league-of-legends-ph-game-mode__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-league-of-legends-ph-game-mode__section-title { font-size: 1.8em; } .page-league-of-legends-ph-game-mode__text-content { font-size: 1em; } .page-league-of-legends-ph-game-mode__features-grid, .page-league-of-legends-ph-game-mode__access-links-grid, .page-league-of-legends-ph-game-mode__game-categories, .page-league-of-legends-ph-game-mode__promo-cards-grid, .page-league-of-legends-ph-game-mode__info-grid, .page-league-of-legends-ph-game-mode__blog-cards-grid { grid-template-columns: 1fr; gap: 20px; } .page-league-of-legends-ph-game-mode__feature-item, .page-league-of-legends-ph-game-mode__game-card, .page-league-of-legends-ph-game-mode__promo-card, .page-league-of-legends-ph-game-mode__info-item, .page-league-of-legends-ph-game-mode__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-league-of-legends-ph-game-mode__feature-item { padding: 20px; } .page-league-of-legends-ph-game-mode__access-link-button { font-size: 1em; padding: 12px 15px; } .page-league-of-legends-ph-game-mode__game-title, .page-league-of-legends-ph-game-mode__promo-title, .page-league-of-legends-ph-game-mode__info-title { font-size: 1.3em; } .page-league-of-legends-ph-game-mode__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-league-of-legends-ph-game-mode__faq-title { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-league-of-legends-ph-game-mode__faq-answer { padding: 0 20px; } .page-league-of-legends-ph-game-mode__faq-item.active .page-league-of-legends-ph-game-mode__faq-answer { padding: 15px 20px !important; } .page-league-of-legends-ph-game-mode__blog-content-wrapper { padding: 15px 20px; } .page-league-of-legends-ph-game-mode__blog-title { font-size: 1.2em; } /* Payment Provider specific mobile styles as per instruction */ .page-league-of-legends-ph-game-mode__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-league-of-legends-ph-game-mode__payment-logo, .page-league-of-legends-ph-game-mode__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }@media (max-width: 480px) { .page-league-of-legends-ph-game-mode__hero-title { font-size: 1.8em; } .page-league-of-legends-ph-game-mode__hero-subtitle { font-size: 1em; } .page-league-of-legends-ph-game-mode__hero-cta { padding: 10px 20px; font-size: 1em; } .page-league-of-legends-ph-game-mode__section-title { font-size: 1.5em; } .page-league-of-legends-ph-game-mode__container { padding: 15px 10px; } .page-league-of-legends-ph-game-mode__faq-question { font-size: 1em; padding: 15px; } .page-league-of-legends-ph-game-mode__faq-answer { padding: 0 15px; } .page-league-of-legends-ph-game-mode__faq-item.active .page-league-of-legends-ph-game-mode__faq-answer { padding: 15px !important; } .page-league-of-legends-ph-game-mode__blog-content-wrapper { padding: 15px; } }