.page-barkada-ni-ate-kinantot-ni-kuya { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; }.page-barkada-ni-ate-kinantot-ni-kuya__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }/* Hero Section */.page-barkada-ni-ate-kinantot-ni-kuya__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 500px; padding: 10px 0 60px; overflow: hidden; background-color: #0f0f1a; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); }.page-barkada-ni-ate-kinantot-ni-kuya__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #ffffff; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-barkada-ni-ate-kinantot-ni-kuya__hero-button:hover { background-color: #0056b3; }/* General Section Styling */.page-barkada-ni-ate-kinantot-ni-kuya__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 40px; }.page-barkada-ni-ate-kinantot-ni-kuya__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; color: #cccccc; }.page-barkada-ni-ate-kinantot-ni-kuya__button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: 20px; }.page-barkada-ni-ate-kinantot-ni-kuya__button:hover { background-color: #0056b3; }.page-barkada-ni-ate-kinantot-ni-kuya__button--center { display: block; margin-left: auto; margin-right: auto; text-align: center; width: fit-content; }/* About Section */.page-barkada-ni-ate-kinantot-ni-kuya__about-section { padding: 60px 0; background-color: #1a1a2e; }/* Games Section */.page-barkada-ni-ate-kinantot-ni-kuya__games-section { padding: 60px 0; background-color: #0f0f1a; }.page-barkada-ni-ate-kinantot-ni-kuya__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; }.page-barkada-ni-ate-kinantot-ni-kuya__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-barkada-ni-ate-kinantot-ni-kuya__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); }.page-barkada-ni-ate-kinantot-ni-kuya__game-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 15px; max-width: 100%; box-sizing: border-box; }.page-barkada-ni-ate-kinantot-ni-kuya__game-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; }.page-barkada-ni-ate-kinantot-ni-kuya__game-description { font-size: 1em; color: #cccccc; padding: 0 15px; }/* Providers Section */.page-barkada-ni-ate-kinantot-ni-kuya__providers-section { padding: 60px 0; background-color: #1a1a2e; }.page-barkada-ni-ate-kinantot-ni-kuya__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; }.page-barkada-ni-ate-kinantot-ni-kuya__provider-logo { max-width: 150px; height: auto; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; max-height: 80px; object-fit: contain; max-width: 100%; box-sizing: border-box; }.page-barkada-ni-ate-kinantot-ni-kuya__provider-logo:hover { filter: grayscale(0%) brightness(100%); }/* FAQ Section */.page-barkada-ni-ate-kinantot-ni-kuya__faq-section { padding: 60px 0; background-color: #0f0f1a; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-list { max-width: 900px; margin: 40px auto 0; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-barkada-ni-ate-kinantot-ni-kuya__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333355; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-question:hover { background-color: #444466; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-title { font-size: 1.2em; color: #ffcc00; margin: 0; pointer-events: none; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-item.active .page-barkada-ni-ate-kinantot-ni-kuya__faq-toggle { transform: rotate(45deg); }.page-barkada-ni-ate-kinantot-ni-kuya__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; background-color: #2a2a4a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-item.active .page-barkada-ni-ate-kinantot-ni-kuya__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-answer p { margin: 0; padding-bottom: 10px; }.page-barkada-ni-ate-kinantot-ni-kuya__faq-answer p:last-child { padding-bottom: 0; }/* CTA Section */.page-barkada-ni-ate-kinantot-ni-kuya__cta-section { background: linear-gradient(135deg, #007bff, #0056b3); padding: 80px 20px; text-align: center; color: #ffffff; }.page-barkada-ni-ate-kinantot-ni-kuya__cta-title { font-size: 2.5em; margin-bottom: 20px; color: #ffffff; }.page-barkada-ni-ate-kinantot-ni-kuya__cta-description { font-size: 1.2em; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }/* Responsive adjustments */@media (max-width: 768px) { .page-barkada-ni-ate-kinantot-ni-kuya__hero-title { font-size: 2em; } .page-barkada-ni-ate-kinantot-ni-kuya__hero-subtitle { font-size: 1em; } .page-barkada-ni-ate-kinantot-ni-kuya__section-title { font-size: 1.8em; } .page-barkada-ni-ate-kinantot-ni-kuya__text-content { font-size: 1em; } .page-barkada-ni-ate-kinantot-ni-kuya__game-categories { grid-template-columns: 1fr; } .page-barkada-ni-ate-kinantot-ni-kuya__game-card { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-barkada-ni-ate-kinantot-ni-kuya__game-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-barkada-ni-ate-kinantot-ni-kuya__provider-logos { gap: 20px; } .page-barkada-ni-ate-kinantot-ni-kuya__provider-logo { max-width: 100px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-barkada-ni-ate-kinantot-ni-kuya__faq-question { padding: 15px 20px; } .page-barkada-ni-ate-kinantot-ni-kuya__faq-title { font-size: 1.1em; } .page-barkada-ni-ate-kinantot-ni-kuya__faq-answer { padding: 15px 20px !important; } .page-barkada-ni-ate-kinantot-ni-kuya__cta-title { font-size: 2em; } .page-barkada-ni-ate-kinantot-ni-kuya__cta-description { font-size: 1.1em; } /* List item general responsive adjustments */ .page-barkada-ni-ate-kinantot-ni-kuya__faq-list, .page-barkada-ni-ate-kinantot-ni-kuya__game-categories { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-barkada-ni-ate-kinantot-ni-kuya__faq-item, .page-barkada-ni-ate-kinantot-ni-kuya__game-card { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-barkada-ni-ate-kinantot-ni-kuya__hero-section { min-height: 400px; } }@media (max-width: 480px) { .page-barkada-ni-ate-kinantot-ni-kuya__hero-title { font-size: 1.8em; } .page-barkada-ni-ate-kinantot-ni-kuya__hero-subtitle { font-size: 0.9em; } .page-barkada-ni-ate-kinantot-ni-kuya__hero-button { padding: 12px 25px; font-size: 1em; } .page-barkada-ni-ate-kinantot-ni-kuya__container { padding: 15px; } }