.page-playtime-ph-playzone-register { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-playtime-ph-playzone-register__hero-section { background-color: #1a1a2e; color: #fff; padding: 60px 20px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-playtime-ph-playzone-register__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; } .page-playtime-ph-playzone-register__hero-image { width: 100%; height: 100%; object-fit: cover; max-width: 100% !important; box-sizing: border-box !important; } .page-playtime-ph-playzone-register__hero-content { position: relative; z-index: 1; max-width: 800px; } .page-playtime-ph-playzone-register__hero-content h1 { font-size: 2.5em; margin-bottom: 20px; color: #ffcc00; } .page-playtime-ph-playzone-register__hero-content p { font-size: 1.1em; margin-bottom: 30px; } .page-playtime-ph-playzone-register__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-playtime-ph-playzone-register__button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.05em; text-align: center; box-sizing: border-box; } .page-playtime-ph-playzone-register__button--primary { background-color: #ffcc00; color: #1a1a2e; border: 2px solid #ffcc00; } .page-playtime-ph-playzone-register__button--primary:hover { background-color: #e6b800; transform: translateY(-3px); } .page-playtime-ph-playzone-register__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-playtime-ph-playzone-register__button--secondary:hover { background-color: #ffcc00; color: #1a1a2e; transform: translateY(-3px); } .page-playtime-ph-playzone-register__button--center { margin: 30px auto 0; display: block; max-width: 300px; } .page-playtime-ph-playzone-register section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-playtime-ph-playzone-register section h2 { text-align: center; font-size: 2em; color: #1a1a2e; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-playtime-ph-playzone-register section h2::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ffcc00; margin: 10px auto 0; } .page-playtime-ph-playzone-register__features-grid, .page-playtime-ph-playzone-register__steps-grid, .page-playtime-ph-playzone-register__game-categories { display: grid; gap: 30px; margin-top: 30px; } .page-playtime-ph-playzone-register__features-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-playtime-ph-playzone-register__steps-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-playtime-ph-playzone-register__game-categories { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-playtime-ph-playzone-register__feature-item, .page-playtime-ph-playzone-register__step-item, .page-playtime-ph-playzone-register__game-card { background-color: #f0f0f0; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; box-sizing: border-box; } .page-playtime-ph-playzone-register__feature-item:hover, .page-playtime-ph-playzone-register__step-item:hover, .page-playtime-ph-playzone-register__game-card:hover { transform: translateY(-5px); } .page-playtime-ph-playzone-register__feature-icon { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; border-radius: 5px; max-width: 100% !important; box-sizing: border-box !important; } .page-playtime-ph-playzone-register__feature-item h3, .page-playtime-ph-playzone-register__step-item h3, .page-playtime-ph-playzone-register__game-card h3 { font-size: 1.4em; color: #1a1a2e; margin-bottom: 10px; } .page-playtime-ph-playzone-register__step-number { display: inline-flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background-color: #ffcc00; color: #1a1a2e; font-size: 1.8em; font-weight: bold; margin-bottom: 15px; } .page-playtime-ph-playzone-register__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100% !important; box-sizing: border-box !important; } .page-playtime-ph-playzone-register__faq-list { margin-top: 30px; } .page-playtime-ph-playzone-register__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); } .page-playtime-ph-playzone-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e0e0e0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-playtime-ph-playzone-register__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a1a2e; pointer-events: none; } .page-playtime-ph-playzone-register__faq-toggle { font-size: 1.5em; font-weight: bold; color: #1a1a2e; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-question { background-color: #ffcc00; color: #1a1a2e; } .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-question h3, .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-question .page-playtime-ph-playzone-register__faq-toggle { color: #1a1a2e; } .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-toggle { transform: rotate(45deg); } .page-playtime-ph-playzone-register__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fcfcfc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-playtime-ph-playzone-register__hero-content h1 { font-size: 2em; } .page-playtime-ph-playzone-register__hero-content p { font-size: 1em; } .page-playtime-ph-playzone-register__hero-buttons { flex-direction: column; } .page-playtime-ph-playzone-register__button { width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; } .page-playtime-ph-playzone-register section { padding: 30px 15px; } .page-playtime-ph-playzone-register section h2 { font-size: 1.8em; } .page-playtime-ph-playzone-register__features-grid, .page-playtime-ph-playzone-register__steps-grid, .page-playtime-ph-playzone-register__game-categories { grid-template-columns: 1fr; } .page-playtime-ph-playzone-register__feature-item, .page-playtime-ph-playzone-register__step-item, .page-playtime-ph-playzone-register__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-playtime-ph-playzone-register__feature-item p, .page-playtime-ph-playzone-register__step-item p, .page-playtime-ph-playzone-register__game-card p { word-break: break-word !important; } .page-playtime-ph-playzone-register__faq-question { padding: 12px 15px; } .page-playtime-ph-playzone-register__faq-question h3 { font-size: 1em; } .page-playtime-ph-playzone-register__faq-answer { padding: 15px !important; } .page-playtime-ph-playzone-register__faq-item.active .page-playtime-ph-playzone-register__faq-answer { padding: 15px !important; } .page-playtime-ph-playzone-register__hero-section { padding-top: 10px; } } @media (max-width: 480px) { .page-playtime-ph-playzone-register__hero-content h1 { font-size: 1.8em; } .page-playtime-ph-playzone-register section h2 { font-size: 1.6em; } .page-playtime-ph-playzone-register__button { padding: 12px 20px; font-size: 1em; } }