.page-game-stores-ph * { box-sizing: border-box; } .page-game-stores-ph { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-game-stores-ph__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-game-stores-ph__section { padding: 60px 0; text-align: center; } .page-game-stores-ph__section:nth-of-type(even) { background-color: #222222; } .page-game-stores-ph__title { font-size: 2.8em; color: #ffcc00; margin-bottom: 20px; text-transform: uppercase; } .page-game-stores-ph__subtitle { font-size: 1.8em; color: #ffffff; margin-bottom: 30px; } .page-game-stores-ph__text { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; } .page-game-stores-ph__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; margin-top: 20px; } .page-game-stores-ph__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-game-stores-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,philippines,game_stores]') center/cover no-repeat; padding: 100px 0; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; } .page-game-stores-ph__hero-content { max-width: 900px; } .page-game-stores-ph__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .page-game-stores-ph__hero-text { font-size: 1.4em; color: #ffffff; margin-bottom: 40px; } .page-game-stores-ph__intro-section .page-game-stores-ph__list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; } .page-game-stores-ph__intro-section .page-game-stores-ph__list-item { background-color: #333333; padding: 25px; border-radius: 8px; text-align: left; transition: transform 0.3s ease; } .page-game-stores-ph__intro-section .page-game-stores-ph__list-item:hover { transform: translateY(-5px); } .page-game-stores-ph__intro-section .page-game-stores-ph__list-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.3em; } .page-game-stores-ph__quick-access-section .page-game-stores-ph__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-game-stores-ph__games-section .page-game-stores-ph__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-stores-ph__game-card { background-color: #333333; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-game-stores-ph__game-card:hover { transform: translateY(-5px); } .page-game-stores-ph__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-game-stores-ph__game-card-content { padding: 20px; } .page-game-stores-ph__game-card-title { font-size: 1.4em; color: #ffcc00; margin-top: 0; margin-bottom: 10px; } .page-game-stores-ph__game-card-description { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } .page-game-stores-ph__promo-section .page-game-stores-ph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-stores-ph__promo-card { background-color: #333333; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-game-stores-ph__promo-card:hover { transform: translateY(-5px); } .page-game-stores-ph__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-game-stores-ph__promo-card-content { padding: 20px; } .page-game-stores-ph__promo-card-title { font-size: 1.5em; color: #ffcc00; margin-top: 0; margin-bottom: 10px; } .page-game-stores-ph__promo-card-description { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } .page-game-stores-ph__security-section .page-game-stores-ph__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-stores-ph__feature-item { background-color: #333333; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-game-stores-ph__feature-item:hover { transform: translateY(-5px); } .page-game-stores-ph__feature-item h3 { color: #ffcc00; margin-top: 15px; font-size: 1.3em; } .page-game-stores-ph__feature-item img { max-width: 80px; height: auto; margin-bottom: 10px; } .page-game-stores-ph__faq-section { text-align: left; } .page-game-stores-ph__faq-list { max-width: 800px; margin: 40px auto 0 auto; } .page-game-stores-ph__faq-item { background-color: #333333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-game-stores-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #444444; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-game-stores-ph__faq-question:hover { background-color: #555555; } .page-game-stores-ph__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; } .page-game-stores-ph__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-game-stores-ph__faq-item.active .page-game-stores-ph__faq-toggle { transform: rotate(45deg); } .page-game-stores-ph__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; } .page-game-stores-ph__faq-item.active .page-game-stores-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-game-stores-ph__faq-answer p { margin: 0; color: #cccccc; } .page-game-stores-ph__blog-section .page-game-stores-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-stores-ph__blog-card { background-color: #333333; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-game-stores-ph__blog-card:hover { transform: translateY(-5px); } .page-game-stores-ph__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-game-stores-ph__blog-card-content { padding: 20px; } .page-game-stores-ph__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-top: 0; margin-bottom: 10px; } .page-game-stores-ph__blog-card-title a { color: #ffcc00; text-decoration: none; } .page-game-stores-ph__blog-card-title a:hover { text-decoration: underline; } .page-game-stores-ph__blog-card-summary { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } .page-game-stores-ph__blog-card-date { font-size: 0.85em; color: #999999; } @media (max-width: 768px) { .page-game-stores-ph__title { font-size: 2em; } .page-game-stores-ph__subtitle { font-size: 1.4em; } .page-game-stores-ph__hero-section { min-height: 400px; padding: 80px 0; } .page-game-stores-ph__hero-title { font-size: 2.5em; } .page-game-stores-ph__hero-text { font-size: 1.1em; } .page-game-stores-ph__button { padding: 12px 25px; font-size: 1em; } .page-game-stores-ph__intro-section .page-game-stores-ph__list, .page-game-stores-ph__games-section .page-game-stores-ph__game-grid, .page-game-stores-ph__promo-section .page-game-stores-ph__promo-grid, .page-game-stores-ph__security-section .page-game-stores-ph__features-grid, .page-game-stores-ph__blog-section .page-game-stores-ph__blog-grid { grid-template-columns: 1fr; } .page-game-stores-ph__quick-access-section .page-game-stores-ph__button-group { flex-direction: column; } .page-game-stores-ph__intro-section .page-game-stores-ph__list-item, .page-game-stores-ph__game-card, .page-game-stores-ph__promo-card, .page-game-stores-ph__feature-item, .page-game-stores-ph__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-stores-ph__intro-section .page-game-stores-ph__list-item h3, .page-game-stores-ph__game-card-title, .page-game-stores-ph__promo-card-title, .page-game-stores-ph__feature-item h3, .page-game-stores-ph__blog-card-title { font-size: 1.2em; } .page-game-stores-ph__faq-question { padding: 15px 20px; } .page-game-stores-ph__faq-question h3 { font-size: 1.1em; } .page-game-stores-ph__faq-answer { padding: 0 20px; } .page-game-stores-ph__faq-item.active .page-game-stores-ph__faq-answer { padding: 15px 20px !important; } .page-game-stores-ph img { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-game-stores-ph__hero-title { font-size: 2em; } .page-game-stores-ph__hero-text { font-size: 1em; } }