html { scroll-behavior: smooth; }body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: hsl(220, 20%, 10%); color: hsl(0, 0%, 95%); line-height: 1.6; } .page-bee-ph-game { padding-top: var(--header-offset, 122px); } .page-bee-ph-game__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 20px 20px 60px; min-height: 500px; background-color: hsl(220, 20%, 15%); } .page-bee-ph-game__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-bee-ph-game__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-bee-ph-game__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-bee-ph-game__hero-title { font-size: 2.8em; margin-bottom: 15px; color: hsl(0, 0%, 100%); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-bee-ph-game__hero-description { font-size: 1.2em; margin-bottom: 30px; color: hsl(0, 0%, 85%); } .page-bee-ph-game__hero-actions { display: flex; gap: 20px; justify-content: center; } .page-bee-ph-game__button { display: inline-block; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-bee-ph-game__button--primary { background-color: hsl(30, 100%, 50%); color: hsl(0, 0%, 10%); } .page-bee-ph-game__button--primary:hover { background-color: hsl(30, 100%, 60%); transform: translateY(-2px); } .page-bee-ph-game__button--secondary { background-color: hsl(200, 100%, 50%); color: hsl(0, 0%, 10%); } .page-bee-ph-game__button--secondary:hover { background-color: hsl(200, 100%, 60%); transform: translateY(-2px); } .page-bee-ph-game__section-title { font-size: 2.2em; text-align: center; margin-bottom: 20px; color: hsl(0, 0%, 100%); padding-top: 40px; } .page-bee-ph-game__section-subtitle { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; color: hsl(0, 0%, 80%); } .page-bee-ph-game__features-section, .page-bee-ph-game__game-categories-section, .page-bee-ph-game__cta-section, .page-bee-ph-game__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-bee-ph-game__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-bee-ph-game__feature-item { background-color: hsl(220, 20%, 18%); border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-bee-ph-game__feature-item:hover { transform: translateY(-10px); } .page-bee-ph-game__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-bee-ph-game__feature-title { font-size: 1.5em; margin-bottom: 10px; color: hsl(30, 100%, 50%); } .page-bee-ph-game__feature-description { font-size: 1em; color: hsl(0, 0%, 75%); } .page-bee-ph-game__categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-bee-ph-game__category-card { background-color: hsl(220, 20%, 18%); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-bee-ph-game__category-card:hover { transform: translateY(-10px); } .page-bee-ph-game__category-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-bee-ph-game__category-title { font-size: 1.6em; margin-bottom: 10px; color: hsl(200, 100%, 50%); padding: 0 15px; } .page-bee-ph-game__category-description { font-size: 0.95em; color: hsl(0, 0%, 70%); margin-bottom: 20px; flex-grow: 1; padding: 0 15px; } .page-bee-ph-game__button--small { padding: 10px 20px; font-size: 0.9em; margin-bottom: 20px; } .page-bee-ph-game__cta-section { text-align: center; background: linear-gradient(135deg, hsl(220, 30%, 20%), hsl(240, 40%, 25%)); padding: 80px 20px; border-radius: 15px; margin: 60px auto; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-bee-ph-game__cta-title { font-size: 2.5em; margin-bottom: 20px; color: hsl(0, 0%, 100%); } .page-bee-ph-game__cta-description { font-size: 1.2em; margin-bottom: 40px; color: hsl(0, 0%, 85%); max-width: 800px; margin-left: auto; margin-right: auto; } .page-bee-ph-game__button--large { padding: 15px 35px; font-size: 1.3em; background-color: hsl(150, 70%, 40%); color: hsl(0, 0%, 10%); } .page-bee-ph-game__button--large:hover { background-color: hsl(150, 70%, 50%); transform: translateY(-3px); } .page-bee-ph-game__faq-list { margin-top: 30px; } .page-bee-ph-game__faq-item { background-color: hsl(220, 20%, 18%); border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-bee-ph-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; border-bottom: 1px solid hsl(220, 20%, 25%); transition: background-color 0.3s ease; } .page-bee-ph-game__faq-question:hover { background-color: hsl(220, 20%, 25%); } .page-bee-ph-game__faq-item.active .page-bee-ph-game__faq-question { border-bottom: none; } .page-bee-ph-game__faq-q-text { font-size: 1.2em; margin: 0; color: hsl(0, 0%, 95%); pointer-events: none; } .page-bee-ph-game__faq-toggle { font-size: 1.8em; font-weight: bold; color: hsl(30, 100%, 50%); transition: transform 0.3s ease; pointer-events: none; } .page-bee-ph-game__faq-item.active .page-bee-ph-game__faq-toggle { transform: rotate(45deg); color: hsl(200, 100%, 50%); } .page-bee-ph-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-bee-ph-game__faq-item.active .page-bee-ph-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-bee-ph-game__faq-answer p { margin: 0; color: hsl(0, 0%, 75%); } .page-bee-ph-game__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; width: calc(100% - 40px); max-width: 400px; } .page-bee-ph-game__floating-button { flex: 1; padding: 12px 0; text-align: center; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; } .page-bee-ph-game__floating-button--register { background-color: hsl(30, 100%, 50%); color: hsl(0, 0%, 10%); } .page-bee-ph-game__floating-button--register:hover { background-color: hsl(30, 100%, 60%); transform: translateY(-2px); } .page-bee-ph-game__floating-button--login { background-color: hsl(200, 100%, 50%); color: hsl(0, 0%, 10%); } .page-bee-ph-game__floating-button--login:hover { background-color: hsl(200, 100%, 60%); transform: translateY(-2px); } /* General image responsiveness */ .page-bee-ph-game img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; } /* Responsive adjustments */ @media (max-width: 768px) { .page-bee-ph-game__hero-title { font-size: 2em; } .page-bee-ph-game__hero-description { font-size: 1em; } .page-bee-ph-game__hero-actions { flex-direction: column; gap: 15px; } .page-bee-ph-game__button { width: 100%; } .page-bee-ph-game__section-title { font-size: 1.8em; } .page-bee-ph-game__section-subtitle { font-size: 0.95em; } .page-bee-ph-game__features-grid, .page-bee-ph-game__categories-grid { grid-template-columns: 1fr; } .page-bee-ph-game__feature-item, .page-bee-ph-game__category-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bee-ph-game__feature-description, .page-bee-ph-game__category-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-bee-ph-game__cta-title { font-size: 2em; } .page-bee-ph-game__cta-description { font-size: 1em; } .page-bee-ph-game__button--large { font-size: 1.1em; padding: 12px 25px; } .page-bee-ph-game__faq-q-text { font-size: 1.1em; } .page-bee-ph-game__faq-answer { padding: 0 15px !important; } .page-bee-ph-game__faq-item.active .page-bee-ph-game__faq-answer { padding: 15px !important; } .page-bee-ph-game__floating-buttons { width: calc(100% - 30px); gap: 10px; } .page-bee-ph-game__floating-button { font-size: 1em; padding: 10px 0; } }