.page-what-is-kuya-in-korean__main-content { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-what-is-kuya-in-korean__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-what-is-kuya-in-korean__hero-section { background: linear-gradient(135deg, #0056b3, #003366); color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 10px; }.page-what-is-kuya-in-korean__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:bingoplus,gaming,app,philippines]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 1; }.page-what-is-kuya-in-korean__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-what-is-kuya-in-korean__hero-title { font-size: 3.2em; margin-bottom: 20px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-what-is-kuya-in-korean__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: 300; }.page-what-is-kuya-in-korean__button { display: inline-block; background-color: #ffcc00; color: #000; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-what-is-kuya-in-korean__button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-what-is-kuya-in-korean__section-title { color: #0056b3; font-size: 2.2em; margin-bottom: 25px; text-align: center; }.page-what-is-kuya-in-korean__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; }.page-what-is-kuya-in-korean__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-what-is-kuya-in-korean__card { background-color: #f0f8ff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-what-is-kuya-in-korean__card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.15); }.page-what-is-kuya-in-korean__card-image { width: 100%; height: 200px; object-fit: cover; }.page-what-is-kuya-in-korean__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-what-is-kuya-in-korean__card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-what-is-kuya-in-korean__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-what-is-kuya-in-korean__card-button { margin-top: auto; }.page-what-is-kuya-in-korean__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; }.page-what-is-kuya-in-korean__quick-access-item { text-align: center; }.page-what-is-kuya-in-korean__quick-access-button { width: 100%; padding: 18px 10px; font-size: 1.05em; }.page-what-is-kuya-in-korean__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-what-is-kuya-in-korean__promo-card { background-color: #e6f7ff; border-left: 5px solid #0056b3; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-what-is-kuya-in-korean__promo-card:hover { transform: translateY(-3px); }.page-what-is-kuya-in-korean__promo-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-what-is-kuya-in-korean__promo-description { font-size: 1em; color: #444; margin-bottom: 15px; }.page-what-is-kuya-in-korean__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-what-is-kuya-in-korean__faq-item { background-color: #f0f8ff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }.page-what-is-kuya-in-korean__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; }.page-what-is-kuya-in-korean__faq-question:hover { background-color: #e8f4ff; }.page-what-is-kuya-in-korean__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; }.page-what-is-kuya-in-korean__faq-toggle { font-size: 1.8em; font-weight: bold; color: #0056b3; transition: transform 0.3s ease; pointer-events: none; }.page-what-is-kuya-in-korean__faq-item.active .page-what-is-kuya-in-korean__faq-toggle { transform: rotate(45deg); }.page-what-is-kuya-in-korean__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-what-is-kuya-in-korean__faq-item.active .page-what-is-kuya-in-korean__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }.page-what-is-kuya-in-korean__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-what-is-kuya-in-korean__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-what-is-kuya-in-korean__blog-card:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.12); }.page-what-is-kuya-in-korean__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-what-is-kuya-in-korean__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-what-is-kuya-in-korean__blog-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }.page-what-is-kuya-in-korean__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-what-is-kuya-in-korean__blog-date { font-size: 0.85em; color: #888; text-align: right; margin-top: auto; }.page-what-is-kuya-in-korean__logo-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-what-is-kuya-in-korean__logo-item { display: flex; align-items: center; justify-content: center; height: 80px; width: 120px; background-color: #e0e0e0; border-radius: 5px; overflow: hidden; }.page-what-is-kuya-in-korean__logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-what-is-kuya-in-korean__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-what-is-kuya-in-korean__security-item { text-align: center; max-width: 250px; }.page-what-is-kuya-in-korean__security-item img { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-what-is-kuya-in-korean__security-item h3 { font-size: 1.2em; color: #0056b3; margin-bottom: 10px; }.page-what-is-kuya-in-korean__security-item p { font-size: 0.9em; color: #555; }.page-what-is-kuya-in-korean__contact-button-wrapper { text-align: center; margin-top: 30px; }.page-what-is-kuya-in-korean__contact-button { padding: 15px 40px; font-size: 1.2em; }.page-what-is-kuya-in-korean__list-item { box-sizing: border-box; }.page-what-is-kuya-in-korean__list-container { box-sizing: border-box; }.page-what-is-kuya-in-korean__text-container { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }@media (max-width: 768px) { .page-what-is-kuya-in-korean__hero-title { font-size: 2.2em; }.page-what-is-kuya-in-korean__hero-subtitle { font-size: 1.2em; }.page-what-is-kuya-in-korean__section { padding: 25px 15px; }.page-what-is-kuya-in-korean__section-title { font-size: 1.8em; }.page-what-is-kuya-in-korean__grid, .page-what-is-kuya-in-korean__quick-access-grid, .page-what-is-kuya-in-korean__promo-grid, .page-what-is-kuya-in-korean__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-what-is-kuya-in-korean__card-image { height: 180px; }.page-what-is-kuya-in-korean__card-title { font-size: 1.2em; }.page-what-is-kuya-in-korean__card-description { font-size: 0.9em; }.page-what-is-kuya-in-korean__quick-access-button { font-size: 1em; padding: 15px 10px; }.page-what-is-kuya-in-korean__promo-title { font-size: 1.3em; }.page-what-is-kuya-in-korean__promo-description { font-size: 0.9em; }.page-what-is-kuya-in-korean__faq-question { padding: 15px; }.page-what-is-kuya-in-korean__faq-question h3 { font-size: 1.1em; }.page-what-is-kuya-in-korean__faq-answer { padding: 15px !important; }.page-what-is-kuya-in-korean__blog-image { height: 180px; }.page-what-is-kuya-in-korean__blog-title { font-size: 1.1em; }.page-what-is-kuya-in-korean__blog-summary { font-size: 0.9em; }.page-what-is-kuya-in-korean__logo-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-what-is-kuya-in-korean__security-item { max-width: 100%; }.page-what-is-kuya-in-korean__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 10px; padding-right: 10px; margin-left: 0 !important; margin-right: 0 !important; }.page-what-is-kuya-in-korean__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-what-is-kuya-in-korean__security-item img { max-width: 100%; height: auto; }.page-what-is-kuya-in-korean__card-image, .page-what-is-kuya-in-korean__blog-image { max-width: 100%; height: auto; } }@media (max-width: 375px) { .page-what-is-kuya-in-korean__hero-title { font-size: 1.8em; }.page-what-is-kuya-in-korean__hero-subtitle { font-size: 1em; }.page-what-is-kuya-in-korean__button { padding: 12px 25px; font-size: 1em; }.page-what-is-kuya-in-korean__section-title { font-size: 1.6em; } }