.page-kuya-j-interview { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #ffffff; line-height: 1.6; }.page-kuya-j-interview__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-kuya-j-interview__section--dark { background-color: #0f3460; }.page-kuya-j-interview__h1, .page-kuya-j-interview__h2 { color: #e94560; margin-bottom: 25px; }.page-kuya-j-interview__h1 { font-size: 2.8em; line-height: 1.2; }.page-kuya-j-interview__h2 { font-size: 2.2em; }.page-kuya-j-interview__h3 { font-size: 1.6em; color: #ffc107; margin-bottom: 15px; }.page-kuya-j-interview__text { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; }.page-kuya-j-interview__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-kuya-j-interview__button:hover { background-color: #ffc107; transform: translateY(-3px); }.page-kuya-j-interview__hero-section { padding: 10px 0 0; background-size: cover; background-position: center; min-height: 600px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; }.page-kuya-j-interview__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); z-index: 1; }.page-kuya-j-interview__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; }.page-kuya-j-interview__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }.page-kuya-j-interview__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f0f0f0; }.page-kuya-j-interview__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin-top: 30px; }.page-kuya-j-interview__quick-access-item { background-color: #2a3a5e; padding: 25px; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-interview__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-kuya-j-interview__quick-access-link { display: block; font-size: 1.2em; font-weight: bold; color: #ffc107; text-decoration: none; }.page-kuya-j-interview__quick-access-link:hover { color: #ffffff; }.page-kuya-j-interview__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-kuya-j-interview__game-card { background-color: #2a3a5e; border-radius: 12px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-interview__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-kuya-j-interview__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-kuya-j-interview__game-content { padding: 20px; }.page-kuya-j-interview__game-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; }.page-kuya-j-interview__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; }.page-kuya-j-interview__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-kuya-j-interview__promo-card { background-color: #2a3a5e; border-radius: 12px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-interview__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-kuya-j-interview__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-kuya-j-interview__promo-content { padding: 20px; }.page-kuya-j-interview__promo-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-kuya-j-interview__promo-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; }.page-kuya-j-interview__promo-button { margin-top: 10px; }.page-kuya-j-interview__faq-container { margin-top: 30px; text-align: left; }.page-kuya-j-interview__faq-item { background-color: #2a3a5e; margin-bottom: 15px; border-radius: 10px; overflow: hidden; }.page-kuya-j-interview__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; border-bottom: 1px solid #3e4a6e; }.page-kuya-j-interview__faq-question:hover { background-color: #1a4a80; }.page-kuya-j-interview__faq-question h3 { margin: 0; color: #ffc107; pointer-events: none; }.page-kuya-j-interview__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffc107; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-j-interview__faq-item.active .page-kuya-j-interview__faq-toggle { transform: rotate(45deg); }.page-kuya-j-interview__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2a3a5e; color: #cccccc; }.page-kuya-j-interview__faq-item.active .page-kuya-j-interview__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-j-interview__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-kuya-j-interview__blog-card { background-color: #2a3a5e; border-radius: 12px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-interview__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-kuya-j-interview__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-kuya-j-interview__blog-content { padding: 20px; }.page-kuya-j-interview__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-kuya-j-interview__blog-title a { color: #ffc107; text-decoration: none; }.page-kuya-j-interview__blog-title a:hover { color: #e94560; }.page-kuya-j-interview__blog-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 10px; }.page-kuya-j-interview__blog-date { font-size: 0.85em; color: #888888; }.page-kuya-j-interview__contact-info { margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 15px; }.page-kuya-j-interview__contact-item { font-size: 1.1em; color: #ffc107; }.page-kuya-j-interview__contact-item a { color: #e94560; text-decoration: none; }.page-kuya-j-interview__contact-item a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-kuya-j-interview__h1 { font-size: 2.2em; }.page-kuya-j-interview__h2 { font-size: 1.8em; }.page-kuya-j-interview__hero-section { min-height: 450px; }.page-kuya-j-interview__hero-title { font-size: 2.5em; }.page-kuya-j-interview__hero-subtitle { font-size: 1.2em; }.page-kuya-j-interview__section { padding: 30px 15px; }.page-kuya-j-interview__quick-access-grid, .page-kuya-j-interview__games-grid, .page-kuya-j-interview__promo-grid, .page-kuya-j-interview__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-kuya-j-interview__quick-access-item, .page-kuya-j-interview__game-card, .page-kuya-j-interview__promo-card, .page-kuya-j-interview__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-kuya-j-interview__faq-answer { padding: 0 15px; }.page-kuya-j-interview__faq-item.active .page-kuya-j-interview__faq-answer { padding: 15px !important; }.page-kuya-j-interview__faq-question { padding: 15px; }.page-kuya-j-interview__text, .page-kuya-j-interview__game-description, .page-kuya-j-interview__promo-description, .page-kuya-j-interview__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-kuya-j-interview__game-image, .page-kuya-j-interview__promo-image, .page-kuya-j-interview__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-kuya-j-interview__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-kuya-j-interview__floating-button { background-color: #e94560; color: white; border: none; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 1em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-kuya-j-interview__floating-button:hover { background-color: #ffc107; transform: scale(1.05); }.page-kuya-j-interview__download-app-section { background-color: #0f3460; padding: 50px 20px; text-align: center; }.page-kuya-j-interview__download-app-content { max-width: 800px; margin: 0 auto; }.page-kuya-j-interview__download-app-title { font-size: 2.5em; color: #ffc107; margin-bottom: 20px; }.page-kuya-j-interview__download-app-text { font-size: 1.2em; color: #cccccc; margin-bottom: 30px; }.page-kuya-j-interview__download-app-button { background-color: #e94560; color: white; padding: 18px 40px; border-radius: 10px; text-decoration: none; font-weight: bold; font-size: 1.3em; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; }.page-kuya-j-interview__download-app-button:hover { background-color: #ffc107; transform: translateY(-5px); }@media (max-width: 768px) { .page-kuya-j-interview__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-kuya-j-interview__floating-button { width: 50px; height: 50px; font-size: 0.9em; }.page-kuya-j-interview__download-app-title { font-size: 2em; }.page-kuya-j-interview__download-app-text { font-size: 1em; }.page-kuya-j-interview__download-app-button { padding: 15px 30px; font-size: 1.1em; }}