.page-kuya-rodell { font-family: 'Arial', sans-serif; background-color: #0a0a1a; color: #f0f0f0; line-height: 1.6; padding-bottom: 80px; /* Space for floating buttons */ } .page-kuya-rodell__section-title { font-size: 2.5rem; color: #ffcc00; /* Gold/yellow for highlights */ text-align: center; margin-bottom: 1.5rem; padding-top: 2rem; text-shadow: 0 0 5px rgba(255, 204, 0, 0.5); } .page-kuya-rodell__section-intro { text-align: center; max-width: 800px; margin: 0 auto 2rem auto; font-size: 1.1rem; color: #e0e0e0; } .page-kuya-rodell__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; cursor: pointer; white-space: nowrap; } .page-kuya-rodell__button--primary { background-color: #ffcc00; /* Gold/yellow */ color: #1a1a2e; /* Dark text */ border: 2px solid #ffcc00; } .page-kuya-rodell__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-kuya-rodell__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-kuya-rodell__button--secondary:hover { background-color: #ffcc00; color: #1a1a2e; transform: translateY(-2px); } .page-kuya-rodell__button--small { padding: 8px 18px; font-size: 0.9rem; } .page-kuya-rodell__button--large { padding: 15px 30px; font-size: 1.2rem; } /* Hero Section */ .page-kuya-rodell__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 70vh; text-align: center; padding: 10px 20px 40px 20px; /* Small padding-top as body should handle header offset */ background-color: #1a1a2e; overflow: hidden; } .page-kuya-rodell__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .page-kuya-rodell__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; /* Darken image for text readability */ filter: grayscale(20%); /* Subtle filter, no color change */ max-width: 100% !important; height: auto !important; } .page-kuya-rodell__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text */ border-radius: 10px; } .page-kuya-rodell__hero-title { font-size: 3.5rem; color: #ffcc00; margin-bottom: 1rem; line-height: 1.2; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); } .page-kuya-rodell__hero-description { font-size: 1.3rem; color: #f0f0f0; margin-bottom: 2rem; } .page-kuya-rodell__hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } /* About Section */ .page-kuya-rodell__about-section { padding: 4rem 20px; background-color: #0f0f1a; text-align: center; } .page-kuya-rodell__about-content { display: flex; flex-direction: column; align-items: center; gap: 2rem; max-width: 1200px; margin: 0 auto; } .page-kuya-rodell__about-image { width: 100%; max-width: 500px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); max-width: 100% !important; height: auto !important; } .page-kuya-rodell__about-text { font-size: 1.1rem; max-width: 700px; margin: 0 auto; } .page-kuya-rodell__feature-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; width: 100%; } .page-kuya-rodell__feature-item { background-color: #1a1a2e; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: left; box-sizing: border-box; /* Required for list items */ } .page-kuya-rodell__feature-title { color: #ffcc00; font-size: 1.5rem; margin-bottom: 0.8rem; } .page-kuya-rodell__feature-description { font-size: 1rem; color: #c0c0c0; } /* Games Section */ .page-kuya-rodell__games-section { padding: 4rem 20px; background-color: #0a0a1a; } .page-kuya-rodell__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .page-kuya-rodell__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-rodell__game-card:hover { transform: translateY(-5px); } .page-kuya-rodell__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; height: auto !important; } .page-kuya-rodell__game-title { font-size: 1.6rem; color: #ffcc00; margin: 1rem 0.5rem 0.5rem 0.5rem; } .page-kuya-rodell__game-description { font-size: 0.95rem; color: #c0c0c0; padding: 0 1rem 1.5rem 1rem; } /* Promotions Section */ .page-kuya-rodell__promo-section { padding: 4rem 20px; background-color: #0f0f1a; } .page-kuya-rodell__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .page-kuya-rodell__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; padding-bottom: 20px; box-sizing: border-box; } .page-kuya-rodell__promo-card:hover { transform: translateY(-5px); } .page-kuya-rodell__promo-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 1rem; max-width: 100% !important; height: auto !important; } .page-kuya-rodell__promo-title { font-size: 1.8rem; color: #ffcc00; margin: 0 1rem 0.5rem 1rem; } .page-kuya-rodell__promo-description { font-size: 1rem; color: #c0c0c0; padding: 0 1rem 1.5rem 1rem; } /* FAQ Section */ .page-kuya-rodell__faq-section { padding: 4rem 20px; background-color: #0a0a1a; } .page-kuya-rodell__faq-container { max-width: 900px; margin: 0 auto; } .page-kuya-rodell__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-kuya-rodell__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #2a2a4e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-kuya-rodell__faq-question:hover { background-color: #3a3a5e; } .page-kuya-rodell__faq-title { font-size: 1.2rem; color: #ffcc00; margin: 0; pointer-events: none; /* Crucial for click event on parent */ } .page-kuya-rodell__faq-toggle { font-size: 1.8rem; color: #ffcc00; font-weight: bold; pointer-events: none; /* Crucial for click event on parent */ transition: transform 0.3s ease; } .page-kuya-rodell__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease; color: #e0e0e0; } .page-kuya-rodell__faq-answer p { padding-bottom: 20px; margin: 0; } .page-kuya-rodell__faq-item.active .page-kuya-rodell__faq-question { background-color: #3a3a5e; } .page-kuya-rodell__faq-item.active .page-kuya-rodell__faq-toggle { transform: rotate(45deg); /* Change '+' to 'X' or '-' */ } .page-kuya-rodell__faq-item.active .page-kuya-rodell__faq-answer { max-height: 2000px !important; /* Use !important to override */ padding: 20px 15px !important; /* Use !important to override */ opacity: 1; } /* Call to Action Section */ .page-kuya-rodell__cta-section { padding: 4rem 20px; background-color: #1a1a2e; text-align: center; } .page-kuya-rodell__cta-content { max-width: 800px; margin: 0 auto; } .page-kuya-rodell__cta-title { font-size: 2.8rem; color: #ffcc00; margin-bottom: 1.5rem; text-shadow: 0 0 8px rgba(255, 204, 0, 0.6); } .page-kuya-rodell__cta-description { font-size: 1.2rem; color: #e0e0e0; margin-bottom: 2.5rem; } /* Floating Buttons */ .page-kuya-rodell__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-kuya-rodell__floating-button { display: flex; align-items: center; justify-content: center; width: 100px; height: 45px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, background-color 0.3s ease; } .page-kuya-rodell__floating-button--register { background-color: #007bff; /* Blue for register */ color: #ffffff; } .page-kuya-rodell__floating-button--register:hover { background-color: #0056b3; transform: translateY(-3px); } .page-kuya-rodell__floating-button--login { background-color: #28a745; /* Green for login */ color: #ffffff; } .page-kuya-rodell__floating-button--login:hover { background-color: #218838; transform: translateY(-3px); } /* Responsive Design */ @media (max-width: 1024px) { .page-kuya-rodell__hero-title { font-size: 3rem; } .page-kuya-rodell__cta-title { font-size: 2.5rem; } } @media (max-width: 768px) { .page-kuya-rodell__hero-section { min-height: 60vh; padding: 10px 15px 30px 15px; } .page-kuya-rodell__hero-title { font-size: 2.5rem; } .page-kuya-rodell__hero-description { font-size: 1.1rem; } .page-kuya-rodell__hero-buttons { flex-direction: column; gap: 10px; } .page-kuya-rodell__button { width: 80%; max-width: 300px; margin: 0 auto; } .page-kuya-rodell__section-title { font-size: 2rem; padding-top: 1.5rem; } .page-kuya-rodell__section-intro { font-size: 1rem; margin-bottom: 1.5rem; } .page-kuya-rodell__about-section, .page-kuya-rodell__games-section, .page-kuya-rodell__promo-section, .page-kuya-rodell__faq-section, .page-kuya-rodell__cta-section { padding: 3rem 15px; } /* List Item Responsive Requirements */ .page-kuya-rodell__feature-list { grid-template-columns: 1fr; /* Stack items */ gap: 1.5rem; } .page-kuya-rodell__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-rodell__feature-list, .page-kuya-rodell__game-categories, .page-kuya-rodell__promo-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } /* Ensure all images are responsive */ .page-kuya-rodell__hero-image, .page-kuya-rodell__about-image, .page-kuya-rodell__game-image, .page-kuya-rodell__promo-image { max-width: 100% !important; height: auto !important; } .page-kuya-rodell__game-categories, .page-kuya-rodell__promo-grid { grid-template-columns: 1fr; /* Stack items */ } .page-kuya-rodell__game-card, .page-kuya-rodell__promo-card { margin: 0 auto; max-width: 400px; /* Constrain width for single column */ } .page-kuya-rodell__faq-title { font-size: 1rem; } .page-kuya-rodell__faq-toggle { font-size: 1.5rem; } .page-kuya-rodell__faq-answer { padding: 0 10px; } .page-kuya-rodell__faq-answer p { padding-bottom: 15px; } .page-kuya-rodell__cta-title { font-size: 2rem; } .page-kuya-rodell__cta-description { font-size: 1.1rem; } .page-kuya-rodell__floating-buttons { flex-direction: row; width: calc(100% - 40px); /* 100% width minus right/left padding */ left: 20px; right: 20px; bottom: 15px; justify-content: space-around; } .page-kuya-rodell__floating-button { width: 48%; /* Adjust width for two buttons */ height: 40px; } } @media (max-width: 480px) { .page-kuya-rodell__hero-title { font-size: 2rem; } .page-kuya-rodell__hero-description { font-size: 1rem; } .page-kuya-rodell__section-title { font-size: 1.8rem; } .page-kuya-rodell__cta-title { font-size: 1.8rem; } .page-kuya-rodell__floating-button { font-size: 0.9rem; width: 47%; } }