.page-kuya-boby-restobar { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-boby-restobar__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 40px; padding: 20px 15px; }.page-kuya-boby-restobar__section-title--small { font-size: 1.8em; margin-bottom: 20px; }.page-kuya-boby-restobar__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; }.page-kuya-boby-restobar__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-kuya-boby-restobar__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-kuya-boby-restobar__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-kuya-boby-restobar__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-kuya-boby-restobar__hero-cta { display: inline-block; background-color: #e44d26; 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-boby-restobar__hero-cta:hover { background-color: #f66d42; }.page-kuya-boby-restobar__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 15px; background-color: #fff; border-bottom: 1px solid #eee; }.page-kuya-boby-restobar__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; }.page-kuya-boby-restobar__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; }.page-kuya-boby-restobar__introduction-section { padding: 60px 15px; background-color: #f2f2f2; }.page-kuya-boby-restobar__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-boby-restobar__intro-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; }.page-kuya-boby-restobar__intro-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-kuya-boby-restobar__intro-heading { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; }.page-kuya-boby-restobar__intro-text { font-size: 1em; color: #555; }.page-kuya-boby-restobar__quick-access-section { padding: 60px 15px; background-color: #e44d26; text-align: center; }.page-kuya-boby-restobar__quick-access-section .page-kuya-boby-restobar__section-title { color: #fff; }.page-kuya-boby-restobar__access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1200px; margin: 0 auto; }.page-kuya-boby-restobar__access-button { display: inline-block; background-color: #fff; color: #e44d26; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; }.page-kuya-boby-restobar__access-button:hover { background-color: #f0f0f0; color: #c0391c; }.page-kuya-boby-restobar__games-section { padding: 60px 15px; background-color: #f8f8f8; }.page-kuya-boby-restobar__game-tabs { max-width: 1200px; margin: 0 auto; }.page-kuya-boby-restobar__tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; border-bottom: 2px solid #ddd; }.page-kuya-boby-restobar__tab-button { background-color: #eee; color: #555; border: none; padding: 12px 20px; cursor: pointer; font-size: 1.1em; border-radius: 5px 5px 0 0; transition: background-color 0.3s ease, color 0.3s ease; margin: 0 5px; }.page-kuya-boby-restobar__tab-button--active { background-color: #e44d26; color: #fff; }.page-kuya-boby-restobar__tab-button:hover:not(.page-kuya-boby-restobar__tab-button--active) { background-color: #ddd; }.page-kuya-boby-restobar__tab-content { display: none; padding: 20px 0; }.page-kuya-boby-restobar__tab-content--active { display: block; }.page-kuya-boby-restobar__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-kuya-boby-restobar__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; }.page-kuya-boby-restobar__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; }.page-kuya-boby-restobar__game-title { font-size: 1.4em; color: #1a1a1a; margin: 15px 10px 5px; }.page-kuya-boby-restobar__game-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; }.page-kuya-boby-restobar__game-cta { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-kuya-boby-restobar__game-cta:hover { background-color: #f66d42; }.page-kuya-boby-restobar__promotions-section { padding: 60px 15px; background-color: #f2f2f2; }.page-kuya-boby-restobar__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-boby-restobar__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; }.page-kuya-boby-restobar__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; }.page-kuya-boby-restobar__promo-title { font-size: 1.4em; color: #e44d26; margin: 15px 10px 5px; }.page-kuya-boby-restobar__promo-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; }.page-kuya-boby-restobar__promo-cta { display: inline-block; background-color: #1a1a1a; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-kuya-boby-restobar__promo-cta:hover { background-color: #333; }.page-kuya-boby-restobar__security-section { padding: 60px 15px; background-color: #fff; }.page-kuya-boby-restobar__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px; }.page-kuya-boby-restobar__security-item { background-color: #f2f2f2; padding: 30px; border-radius: 10px; text-align: center; }.page-kuya-boby-restobar__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-kuya-boby-restobar__security-heading { font-size: 1.5em; color: #1a1a1a; margin-bottom: 10px; }.page-kuya-boby-restobar__security-text { font-size: 1em; color: #555; }.page-kuya-boby-restobar__contact-cta { display: block; width: fit-content; margin: 40px auto 0; background-color: #e44d26; 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-boby-restobar__contact-cta:hover { background-color: #f66d42; }.page-kuya-boby-restobar__faq-section { padding: 60px 15px; background-color: #f2f2f2; }.page-kuya-boby-restobar__faq-container { max-width: 900px; margin: 0 auto; }.page-kuya-boby-restobar__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-kuya-boby-restobar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #fff; border-bottom: 1px solid #eee; }.page-kuya-boby-restobar__faq-question:hover { background-color: #f5f5f5; }.page-kuya-boby-restobar__faq-heading { font-size: 1.2em; color: #1a1a1a; margin: 0; pointer-events: none; }.page-kuya-boby-restobar__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-boby-restobar__faq-item.active .page-kuya-boby-restobar__faq-toggle { transform: rotate(45deg); }.page-kuya-boby-restobar__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-kuya-boby-restobar__faq-item.active .page-kuya-boby-restobar__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-boby-restobar__faq-answer p { margin: 0; color: #555; }.page-kuya-boby-restobar__blog-section { padding: 60px 15px; background-color: #fff; }.page-kuya-boby-restobar__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-boby-restobar__blog-card { background-color: #f2f2f2; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-kuya-boby-restobar__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; }.page-kuya-boby-restobar__blog-title { font-size: 1.3em; color: #1a1a1a; margin: 15px 15px 5px; }.page-kuya-boby-restobar__blog-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 15px; }.page-kuya-boby-restobar__blog-readmore { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; margin: 0 15px 15px; transition: background-color 0.3s ease; }.page-kuya-boby-restobar__blog-readmore:hover { background-color: #f66d42; }@media (max-width: 1024px) { .page-kuya-boby-restobar__hero-title { font-size: 3em; }.page-kuya-boby-restobar__hero-subtitle { font-size: 1.2em; }.page-kuya-boby-restobar__section-title { font-size: 2em; }}.page-kuya-boby-restobar__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 30px; }.page-kuya-boby-restobar__payment-logo, .page-kuya-boby-restobar__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }@media (max-width: 768px) { .page-kuya-boby-restobar__hero-section { min-height: 400px; }.page-kuya-boby-restobar__hero-title { font-size: 2.5em; }.page-kuya-boby-restobar__hero-subtitle { font-size: 1em; }.page-kuya-boby-restobar__hero-cta { padding: 12px 25px; font-size: 1em; }.page-kuya-boby-restobar__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-kuya-boby-restobar__intro-grid, .page-kuya-boby-restobar__game-grid, .page-kuya-boby-restobar__promo-grid, .page-kuya-boby-restobar__security-grid, .page-kuya-boby-restobar__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-kuya-boby-restobar__intro-item, .page-kuya-boby-restobar__promo-card, .page-kuya-boby-restobar__security-item, .page-kuya-boby-restobar__blog-card { padding: 20px; }.page-kuya-boby-restobar__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-kuya-boby-restobar__payment-logo, .page-kuya-boby-restobar__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-kuya-boby-restobar__access-grid { flex-direction: column; }.page-kuya-boby-restobar__access-button { width: 100%; max-width: 300px; margin: 0 auto; }.page-kuya-boby-restobar__tab-buttons { flex-wrap: wrap; justify-content: center; }.page-kuya-boby-restobar__tab-button { margin-bottom: 10px; }.page-kuya-boby-restobar__faq-question { padding: 15px; }.page-kuya-boby-restobar__faq-heading { font-size: 1.1em; }.page-kuya-boby-restobar__faq-answer { padding: 0 15px !important; box-sizing: border-box !important; }.page-kuya-boby-restobar__faq-item.active .page-kuya-boby-restobar__faq-answer { padding: 15px !important; box-sizing: border-box !important; }.page-kuya-boby-restobar__contact-cta { width: 90%; }.page-kuya-boby-restobar__blog-image, .page-kuya-boby-restobar__game-image, .page-kuya-boby-restobar__promo-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-kuya-boby-restobar__intro-icon, .page-kuya-boby-restobar__security-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-kuya-boby-restobar__faq-container, .page-kuya-boby-restobar__faq-item, .page-kuya-boby-restobar__faq-question, .page-kuya-boby-restobar__faq-answer { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-kuya-boby-restobar__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }