.page-kuya-jun-s-bakeshop { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-jun-s-bakeshop__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-jun-s-bakeshop__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-kuya-jun-s-bakeshop__section-title { font-size: 2.5em; color: #a04000; text-align: center; margin-bottom: 30px; text-transform: uppercase; }.page-kuya-jun-s-bakeshop__section-subtitle { font-size: 1.8em; color: #555; text-align: center; margin-bottom: 20px; }.page-kuya-jun-s-bakeshop__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; background: linear-gradient(45deg, #ff8c00, #ff4500); }.page-kuya-jun-s-bakeshop__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-kuya-jun-s-bakeshop__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2; }.page-kuya-jun-s-bakeshop__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; }.page-kuya-jun-s-bakeshop__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-kuya-jun-s-bakeshop__hero-description { font-size: 1.4em; margin-bottom: 30px; }.page-kuya-jun-s-bakeshop__cta-button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-jun-s-bakeshop__cta-button:hover { background-color: #45a049; }.page-kuya-jun-s-bakeshop__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; }.page-kuya-jun-s-bakeshop__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-kuya-jun-s-bakeshop__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-kuya-jun-s-bakeshop__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-kuya-jun-s-bakeshop__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }.page-kuya-jun-s-bakeshop__game-card:hover { transform: translateY(-5px); }.page-kuya-jun-s-bakeshop__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; }.page-kuya-jun-s-bakeshop__game-content { padding: 20px; }.page-kuya-jun-s-bakeshop__game-title { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #a04000; }.page-kuya-jun-s-bakeshop__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-kuya-jun-s-bakeshop__game-button { display: inline-block; background-color: #ff8c00; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; transition: background-color 0.3s ease; }.page-kuya-jun-s-bakeshop__game-button:hover { background-color: #e07b00; }.page-kuya-jun-s-bakeshop__promo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }.page-kuya-jun-s-bakeshop__promo-item { flex: 1 1 calc(33% - 25px); min-width: 280px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); padding: 25px; text-align: center; }.page-kuya-jun-s-bakeshop__promo-title { font-size: 1.6em; color: #a04000; margin-bottom: 10px; }.page-kuya-jun-s-bakeshop__promo-description { font-size: 1em; color: #666; margin-bottom: 20px; }.page-kuya-jun-s-bakeshop__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; }.page-kuya-jun-s-bakeshop__security-item { flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: center; padding: 20px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-kuya-jun-s-bakeshop__security-icon { width: 100px; height: 100px; margin-bottom: 15px; object-fit: contain; max-width: 100%; height: auto; }.page-kuya-jun-s-bakeshop__security-title { font-size: 1.4em; color: #a04000; margin-bottom: 10px; }.page-kuya-jun-s-bakeshop__security-text { font-size: 1em; color: #555; }.page-kuya-jun-s-bakeshop__faq-list { list-style: none; padding: 0; }.page-kuya-jun-s-bakeshop__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 5px; overflow: hidden; background-color: #fdfdfd; }.page-kuya-jun-s-bakeshop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #ffe0b2; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kuya-jun-s-bakeshop__faq-question:hover { background-color: #ffd59b; }.page-kuya-jun-s-bakeshop__faq-question h3 { margin: 0; font-size: 1.1em; color: #a04000; pointer-events: none; }.page-kuya-jun-s-bakeshop__faq-toggle { font-size: 1.5em; font-weight: bold; color: #a04000; pointer-events: none; transition: transform 0.3s ease; }.page-kuya-jun-s-bakeshop__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #666; }.page-kuya-jun-s-bakeshop__faq-item.active .page-kuya-jun-s-bakeshop__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-jun-s-bakeshop__faq-item.active .page-kuya-jun-s-bakeshop__faq-toggle { transform: rotate(45deg); }.page-kuya-jun-s-bakeshop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-kuya-jun-s-bakeshop__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-kuya-jun-s-bakeshop__blog-card:hover { transform: translateY(-5px); }.page-kuya-jun-s-bakeshop__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; }.page-kuya-jun-s-bakeshop__blog-content { padding: 20px; }.page-kuya-jun-s-bakeshop__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-kuya-jun-s-bakeshop__blog-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #a04000; }.page-kuya-jun-s-bakeshop__blog-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-kuya-jun-s-bakeshop__blog-link { display: inline-block; color: #ff8c00; text-decoration: none; font-weight: bold; }.page-kuya-jun-s-bakeshop__blog-link:hover { text-decoration: underline; }.page-kuya-jun-s-bakeshop__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-kuya-jun-s-bakeshop__quick-link-button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-jun-s-bakeshop__quick-link-button:hover { background-color: #ffb300; }.page-kuya-jun-s-bakeshop__button-group { text-align: center; margin-top: 30px; }.page-kuya-jun-s-bakeshop__button-group .page-kuya-jun-s-bakeshop__cta-button { margin: 0 10px; }.page-kuya-jun-s-bakeshop__list-item { box-sizing: border-box; }.page-kuya-jun-s-bakeshop__list-container { width: 100%; max-width: 100%; box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; }.page-kuya-jun-s-bakeshop__game-category { margin-bottom: 25px; }.page-kuya-jun-s-bakeshop__game-category-title { font-size: 1.6em; color: #ff8c00; margin-bottom: 15px; text-align: center; }.page-kuya-jun-s-bakeshop__game-category-description { text-align: center; margin-bottom: 20px; color: #555; }.page-kuya-jun-s-bakeshop__game-category-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-kuya-jun-s-bakeshop__game-category-item { background-color: #fff3e0; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-kuya-jun-s-bakeshop__game-category-image { width: 150px; height: 150px; object-fit: contain; margin-bottom: 10px; max-width: 100%; height: auto; }.page-kuya-jun-s-bakeshop__game-category-name { font-size: 1.2em; font-weight: bold; color: #a04000; margin-bottom: 10px; }.page-kuya-jun-s-bakeshop__game-category-button { display: inline-block; background-color: #ff8c00; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-kuya-jun-s-bakeshop__game-category-button:hover { background-color: #e07b00; }.page-kuya-jun-s-bakeshop__contact-support-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; margin-top: 30px; }.page-kuya-jun-s-bakeshop__contact-support-button:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-kuya-jun-s-bakeshop__hero-section { height: 400px; }.page-kuya-jun-s-bakeshop__hero-title { font-size: 2.5em; }.page-kuya-jun-s-bakeshop__hero-description { font-size: 1.1em; }.page-kuya-jun-s-bakeshop__section { padding: 20px 10px; }.page-kuya-jun-s-bakeshop__section-title { font-size: 1.8em; }.page-kuya-jun-s-bakeshop__section-subtitle { font-size: 1.4em; }.page-kuya-jun-s-bakeshop__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; }.page-kuya-jun-s-bakeshop__payment-logo, .page-kuya-jun-s-bakeshop__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-kuya-jun-s-bakeshop__game-grid { grid-template-columns: 1fr; }.page-kuya-jun-s-bakeshop__promo-item { flex: 1 1 100%; min-width: unset; }.page-kuya-jun-s-bakeshop__security-item { flex: 1 1 100%; min-width: unset; }.page-kuya-jun-s-bakeshop__faq-question { padding: 12px 15px; }.page-kuya-jun-s-bakeshop__faq-question h3 { font-size: 1em; }.page-kuya-jun-s-bakeshop__faq-answer { padding: 0 15px; }.page-kuya-jun-s-bakeshop__faq-item.active .page-kuya-jun-s-bakeshop__faq-answer { padding: 15px !important; }.page-kuya-jun-s-bakeshop__blog-grid { grid-template-columns: 1fr; }.page-kuya-jun-s-bakeshop__quick-links { flex-direction: column; }.page-kuya-jun-s-bakeshop__quick-link-button { width: 100%; max-width: 300px; margin: 0 auto; }.page-kuya-jun-s-bakeshop__button-group { display: flex; flex-direction: column; gap: 15px; }.page-kuya-jun-s-bakeshop__button-group .page-kuya-jun-s-bakeshop__cta-button { margin: 0; }.page-kuya-jun-s-bakeshop__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-jun-s-bakeshop__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-kuya-jun-s-bakeshop__game-category-content { grid-template-columns: 1fr; }.page-kuya-jun-s-bakeshop__game-category-item { padding: 15px; }.page-kuya-jun-s-bakeshop__game-category-image { width: 120px; height: 120px; }.page-kuya-jun-s-bakeshop__game-category-name { font-size: 1.1em; }.page-kuya-jun-s-bakeshop__contact-support-button { width: 100%; max-width: 300px; margin: 20px auto; }}.page-kuya-jun-s-bakeshop img { max-width: 100%; height: auto; display: block; }.page-kuya-jun-s-bakeshop a { text-decoration: none; }.page-kuya-jun-s-bakeshop__text-center { text-align: center; }.page-kuya-jun-s-bakeshop__text-left { text-align: left; }.page-kuya-jun-s-bakeshop__text-right { text-align: right; }