.page-playtime-ph-index-html { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-playtime-ph-index-html a { color: #4CAF50; text-decoration: none; } .page-playtime-ph-index-html a:hover { text-decoration: underline; } .page-playtime-ph-index-html .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-playtime-ph-index-html__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-playtime-ph-index-html__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-playtime-ph-index-html__hero-content { z-index: 1; max-width: 800px; padding: 20px; } .page-playtime-ph-index-html__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #FFD700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-playtime-ph-index-html__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-playtime-ph-index-html__cta-button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 15px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; } .page-playtime-ph-index-html__cta-button:hover { background-color: #45a049; text-decoration: none; } .page-playtime-ph-index-html__section { padding: 60px 20px; text-align: center; } .page-playtime-ph-index-html__section-title { font-size: 2.2em; color: #FFD700; margin-bottom: 40px; } .page-playtime-ph-index-html__text-content { max-width: 800px; margin: 0 auto; font-size: 1.1em; line-height: 1.8; color: #ccc; } .page-playtime-ph-index-html__text-content p { margin-bottom: 20px; } .page-playtime-ph-index-html__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 20px; background-color: #222; } .page-playtime-ph-index-html__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-playtime-ph-index-html__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-playtime-ph-index-html__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 900px; margin: 40px auto 0 auto; } .page-playtime-ph-index-html__quick-access-item { background-color: #2c2c2c; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-ph-index-html__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-playtime-ph-index-html__quick-access-item h3 { color: #FFD700; margin-bottom: 15px; font-size: 1.4em; } .page-playtime-ph-index-html__quick-access-item .page-playtime-ph-index-html__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-ph-index-html__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto 0 auto; } .page-playtime-ph-index-html__game-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-ph-index-html__game-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-playtime-ph-index-html__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-playtime-ph-index-html__game-card-content { padding: 20px; } .page-playtime-ph-index-html__game-card-content h3 { color: #FFD700; margin-bottom: 10px; font-size: 1.5em; } .page-playtime-ph-index-html__game-card-content p { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; } .page-playtime-ph-index-html__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto 0 auto; } .page-playtime-ph-index-html__promo-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-ph-index-html__promo-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-playtime-ph-index-html__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-playtime-ph-index-html__promo-card-content { padding: 20px; } .page-playtime-ph-index-html__promo-card-content h3 { color: #FFD700; margin-bottom: 10px; font-size: 1.5em; } .page-playtime-ph-index-html__promo-card-content p { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; } .page-playtime-ph-index-html__security-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1000px; margin: 40px auto 0 auto; } .page-playtime-ph-index-html__security-item { background-color: #2c2c2c; padding: 25px; border-radius: 8px; text-align: left; } .page-playtime-ph-index-html__security-item h3 { color: #FFD700; margin-bottom: 15px; font-size: 1.4em; } .page-playtime-ph-index-html__security-item p { color: #ccc; font-size: 1em; line-height: 1.6; } .page-playtime-ph-index-html__faq-container { max-width: 900px; margin: 40px auto; text-align: left; } .page-playtime-ph-index-html__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-playtime-ph-index-html__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-playtime-ph-index-html__faq-question:hover { background-color: #4a4a4a; } .page-playtime-ph-index-html__faq-question h3 { color: #FFD700; margin: 0; font-size: 1.2em; pointer-events: none; } .page-playtime-ph-index-html__faq-toggle { font-size: 1.8em; font-weight: bold; color: #4CAF50; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-ph-index-html__faq-item.active .page-playtime-ph-index-html__faq-toggle { transform: rotate(45deg); } .page-playtime-ph-index-html__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-playtime-ph-index-html__faq-item.active .page-playtime-ph-index-html__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-ph-index-html__faq-answer p { color: #ccc; margin-bottom: 0; } .page-playtime-ph-index-html__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto 0 auto; } .page-playtime-ph-index-html__blog-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-ph-index-html__blog-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-playtime-ph-index-html__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-playtime-ph-index-html__blog-card-content { padding: 20px; } .page-playtime-ph-index-html__blog-card-content h3 { color: #FFD700; margin-bottom: 10px; font-size: 1.5em; } .page-playtime-ph-index-html__blog-card-content p { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; } @media (max-width: 768px) { .page-playtime-ph-index-html__hero-title { font-size: 2em; } .page-playtime-ph-index-html__hero-subtitle { font-size: 1em; } .page-playtime-ph-index-html__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-ph-index-html__section { padding: 40px 15px; } .page-playtime-ph-index-html__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-playtime-ph-index-html__text-content { font-size: 1em; } .page-playtime-ph-index-html__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-playtime-ph-index-html__payment-logo, .page-playtime-ph-index-html__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-playtime-ph-index-html__quick-access-grid, .page-playtime-ph-index-html__games-grid, .page-playtime-ph-index-html__promo-grid, .page-playtime-ph-index-html__security-items, .page-playtime-ph-index-html__blog-grid { grid-template-columns: 1fr; gap: 20px; margin: 30px auto 0 auto; } .page-playtime-ph-index-html__quick-access-item, .page-playtime-ph-index-html__game-card, .page-playtime-ph-index-html__promo-card, .page-playtime-ph-index-html__security-item, .page-playtime-ph-index-html__blog-card { padding: 20px; } .page-playtime-ph-index-html__game-card-image, .page-playtime-ph-index-html__promo-card-image, .page-playtime-ph-index-html__blog-card-image { height: 180px; } .page-playtime-ph-index-html__game-card-content h3, .page-playtime-ph-index-html__promo-card-content h3, .page-playtime-ph-index-html__blog-card-content h3 { font-size: 1.3em; } .page-playtime-ph-index-html__faq-container { margin: 30px auto; } .page-playtime-ph-index-html__faq-question { padding: 15px 20px; } .page-playtime-ph-index-html__faq-question h3 { font-size: 1.1em; } .page-playtime-ph-index-html__faq-answer { padding: 0 20px; } .page-playtime-ph-index-html__faq-item.active .page-playtime-ph-index-html__faq-answer { padding: 15px 20px !important; } .page-playtime-ph-index-html__faq-answer p { font-size: 0.9em; } }