/* Universal box-sizing for easier layout calculations */.page-kuya-at-bunso-twitter * { box-sizing: border-box; } /* General Styles */.page-kuya-at-bunso-twitter { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-at-bunso-twitter__highlight { color: #e44d26; font-weight: bold; } .page-kuya-at-bunso-twitter__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-kuya-at-bunso-twitter__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; } .page-kuya-at-bunso-twitter__section-subtitle { text-align: center; color: #555; margin-bottom: 40px; font-size: 1.1em; } /* Buttons */.page-kuya-at-bunso-twitter__hero-cta, .page-kuya-at-bunso-twitter__intro-cta, .page-kuya-at-bunso-twitter__game-card-cta, .page-kuya-at-bunso-twitter__promo-card-cta, .page-kuya-at-bunso-twitter__contact-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; } .page-kuya-at-bunso-twitter__hero-cta:hover, .page-kuya-at-bunso-twitter__intro-cta:hover, .page-kuya-at-bunso-twitter__game-card-cta:hover, .page-kuya-at-bunso-twitter__promo-card-cta:hover, .page-kuya-at-bunso-twitter__contact-button:hover { background-color: #ff6f42; transform: translateY(-2px); } /* HERO Section */.page-kuya-at-bunso-twitter__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #2c3e50; color: #fff; padding: 60px 20px 40px; position: relative; overflow: hidden; padding-top: 10px; /* Decorative padding, body handles header-offset */ } .page-kuya-at-bunso-twitter__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-kuya-at-bunso-twitter__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; } .page-kuya-at-bunso-twitter__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-kuya-at-bunso-twitter__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; } .page-kuya-at-bunso-twitter__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; } /* Introduction Section */.page-kuya-at-bunso-twitter__introduction-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; } .page-kuya-at-bunso-twitter__introduction-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__introduction-grid { display: flex; gap: 40px; align-items: center; } .page-kuya-at-bunso-twitter__introduction-text { flex: 1; } .page-kuya-at-bunso-twitter__introduction-text p { margin-bottom: 15px; font-size: 1.05em; color: #444; } .page-kuya-at-bunso-twitter__introduction-image-container { flex: 1; text-align: center; } .page-kuya-at-bunso-twitter__introduction-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-kuya-at-bunso-twitter__intro-cta { margin-top: 20px; } /* Quick Access Section */.page-kuya-at-bunso-twitter__quick-access-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #f0f0f0; } .page-kuya-at-bunso-twitter__quick-access-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; } .page-kuya-at-bunso-twitter__quick-access-description { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; text-align: center; } .page-kuya-at-bunso-twitter__quick-access-link { display: flex; flex-direction: column; align-items: center; background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-at-bunso-twitter__quick-access-link:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-kuya-at-bunso-twitter__quick-access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-kuya-at-bunso-twitter__quick-access-text { font-weight: bold; font-size: 1.1em; color: #e44d26; } /* Games Section */.page-kuya-at-bunso-twitter__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; } .page-kuya-at-bunso-twitter__games-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; } .page-kuya-at-bunso-twitter__games-subtitle { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-kuya-at-bunso-twitter__game-card { background-color: #fefefe; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-at-bunso-twitter__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); } .page-kuya-at-bunso-twitter__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-at-bunso-twitter__game-card-title { font-size: 1.5em; color: #2c3e50; margin: 20px 15px 10px; } .page-kuya-at-bunso-twitter__game-card-description { font-size: 0.95em; color: #666; padding: 0 15px; flex-grow: 1; } .page-kuya-at-bunso-twitter__game-card-cta { margin: 20px 15px; width: calc(100% - 30px); } /* Promotions Section */.page-kuya-at-bunso-twitter__promotions-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #f0f0f0; } .page-kuya-at-bunso-twitter__promotions-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; } .page-kuya-at-bunso-twitter__promotions-subtitle { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-kuya-at-bunso-twitter__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-at-bunso-twitter__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); } .page-kuya-at-bunso-twitter__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-at-bunso-twitter__promo-card-title { font-size: 1.4em; color: #2c3e50; margin: 20px 15px 10px; } .page-kuya-at-bunso-twitter__promo-card-description { font-size: 0.95em; color: #666; padding: 0 15px; flex-grow: 1; } .page-kuya-at-bunso-twitter__promo-card-cta { margin: 20px 15px; width: calc(100% - 30px); } /* Security Section */.page-kuya-at-bunso-twitter__security-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; text-align: center; } .page-kuya-at-bunso-twitter__security-title { font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; } .page-kuya-at-bunso-twitter__security-subtitle { font-size: 1.1em; color: #555; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__security-item { background-color: #fefefe; padding: 30px 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-kuya-at-bunso-twitter__security-item:hover { transform: translateY(-5px); } .page-kuya-at-bunso-twitter__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-kuya-at-bunso-twitter__security-item-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; } .page-kuya-at-bunso-twitter__security-item-description { font-size: 0.95em; color: #666; } .page-kuya-at-bunso-twitter__security-contact-cta { margin-top: 30px; } /* FAQ Section */.page-kuya-at-bunso-twitter__faq-section { padding: 60px 20px; max-width: 900px; margin: 0 auto; background-color: #f0f0f0; border-bottom: 1px solid #eee; } .page-kuya-at-bunso-twitter__faq-main-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-kuya-at-bunso-twitter__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fefefe; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-kuya-at-bunso-twitter__faq-question:hover { background-color: #f5f5f5; } .page-kuya-at-bunso-twitter__faq-question-title { font-size: 1.15em; color: #2c3e50; margin: 0; pointer-events: none; /* Prevent h3 from interfering with click event */ } .page-kuya-at-bunso-twitter__faq-toggle { font-size: 1.5em; color: #e44d26; font-weight: bold; pointer-events: none; /* Prevent toggle from interfering with click event */ transition: transform 0.3s ease; } .page-kuya-at-bunso-twitter__faq-item.active .page-kuya-at-bunso-twitter__faq-toggle { transform: rotate(45deg); /* Change + to X or - */ } .page-kuya-at-bunso-twitter__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; font-size: 1em; } .page-kuya-at-bunso-twitter__faq-item.active .page-kuya-at-bunso-twitter__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; } .page-kuya-at-bunso-twitter__faq-answer p { margin: 0; } /* Blog Section */.page-kuya-at-bunso-twitter__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; } .page-kuya-at-bunso-twitter__blog-title { text-align: center; font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; } .page-kuya-at-bunso-twitter__blog-subtitle { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; } .page-kuya-at-bunso-twitter__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-kuya-at-bunso-twitter__blog-card { background-color: #fefefe; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-at-bunso-twitter__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); } .page-kuya-at-bunso-twitter__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-at-bunso-twitter__blog-card-title { font-size: 1.3em; margin: 20px 20px 10px; } .page-kuya-at-bunso-twitter__blog-card-title a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-kuya-at-bunso-twitter__blog-card-title a:hover { color: #e44d26; } .page-kuya-at-bunso-twitter__blog-card-excerpt { font-size: 0.9em; color: #666; padding: 0 20px 20px; flex-grow: 1; } /* Responsive adjustments */@media (max-width: 1024px) { .page-kuya-at-bunso-twitter__hero-title { font-size: 2.5em; } .page-kuya-at-bunso-twitter__introduction-grid { flex-direction: column; } .page-kuya-at-bunso-twitter__introduction-image-container { order: -1; margin-bottom: 30px; } } @media (max-width: 768px) { .page-kuya-at-bunso-twitter__hero-section { padding-top: 10px; /* Still decorative, body padding-top is from shared */ } .page-kuya-at-bunso-twitter__hero-title { font-size: 2em; } .page-kuya-at-bunso-twitter__hero-description { font-size: 1em; } .page-kuya-at-bunso-twitter__section-title, .page-kuya-at-bunso-twitter__introduction-title, .page-kuya-at-bunso-twitter__quick-access-title, .page-kuya-at-bunso-twitter__games-title, .page-kuya-at-bunso-twitter__promotions-title, .page-kuya-at-bunso-twitter__security-title, .page-kuya-at-bunso-twitter__faq-main-title, .page-kuya-at-bunso-twitter__blog-title { font-size: 1.8em; } /* List items responsiveness */.page-kuya-at-bunso-twitter__quick-access-grid, .page-kuya-at-bunso-twitter__game-categories, .page-kuya-at-bunso-twitter__promo-grid, .page-kuya-at-bunso-twitter__security-grid, .page-kuya-at-bunso-twitter__blog-grid { grid-template-columns: 1fr; /* Single column layout */ } .page-kuya-at-bunso-twitter__quick-access-link, .page-kuya-at-bunso-twitter__game-card, .page-kuya-at-bunso-twitter__promo-card, .page-kuya-at-bunso-twitter__security-item, .page-kuya-at-bunso-twitter__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; /* Adjust padding for mobile */ } .page-kuya-at-bunso-twitter__quick-access-icon, .page-kuya-at-bunso-twitter__security-icon { width: 80px; height: 80px; } .page-kuya-at-bunso-twitter__faq-question { padding: 15px 20px; } .page-kuya-at-bunso-twitter__faq-question-title { font-size: 1.05em; } .page-kuya-at-bunso-twitter__faq-answer { padding: 0 20px; } .page-kuya-at-bunso-twitter__faq-item.active .page-kuya-at-bunso-twitter__faq-answer { padding: 15px 20px !important; } /* Ensure text wrapping for long keywords */.page-kuya-at-bunso-twitter__hero-title, .page-kuya-at-bunso-twitter__hero-description, .page-kuya-at-bunso-twitter__introduction-text p, .page-kuya-at-bunso-twitter__quick-access-text, .page-kuya-at-bunso-twitter__game-card-title, .page-kuya-at-bunso-twitter__game-card-description, .page-kuya-at-bunso-twitter__promo-card-title, .page-kuya-at-bunso-twitter__promo-card-description, .page-kuya-at-bunso-twitter__security-item-title, .page-kuya-at-bunso-twitter__security-item-description, .page-kuya-at-bunso-twitter__faq-question-title, .page-kuya-at-bunso-twitter__faq-answer p, .page-kuya-at-bunso-twitter__blog-card-title, .page-kuya-at-bunso-twitter__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* Image responsiveness */.page-kuya-at-bunso-twitter__hero-image, .page-kuya-at-bunso-twitter__introduction-image, .page-kuya-at-bunso-twitter__quick-access-icon, .page-kuya-at-bunso-twitter__game-card-image, .page-kuya-at-bunso-twitter__promo-card-image, .page-kuya-at-bunso-twitter__security-icon, .page-kuya-at-bunso-twitter__blog-card-image { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-kuya-at-bunso-twitter__hero-title { font-size: 1.8em; } .page-kuya-at-bunso-twitter__section-title, .page-kuya-at-bunso-twitter__introduction-title, .page-kuya-at-bunso-twitter__quick-access-title, .page-kuya-at-bunso-twitter__games-title, .page-kuya-at-bunso-twitter__promotions-title, .page-kuya-at-bunso-twitter__security-title, .page-kuya-at-bunso-twitter__faq-main-title, .page-kuya-at-bunso-twitter__blog-title { font-size: 1.5em; } .page-kuya-at-bunso-twitter__hero-cta, .page-kuya-at-bunso-twitter__intro-cta, .page-kuya-at-bunso-twitter__game-card-cta, .page-kuya-at-bunso-twitter__promo-card-cta, .page-kuya-at-bunso-twitter__contact-button { padding: 10px 20px; font-size: 0.9em; } .page-kuya-at-bunso-twitter__quick-access-icon, .page-kuya-at-bunso-twitter__security-icon { width: 60px; height: 60px; } }