.page-kuya-j-party-package-price { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-kuya-j-party-package-price__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 80px; overflow: hidden; min-height: 500px; background-color: #0d47a1; /* Dark blue */ }.page-kuya-j-party-package-price__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; }.page-kuya-j-party-package-price__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-kuya-j-party-package-price__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #ffeb3b; /* Yellow */ }.page-kuya-j-party-package-price__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-kuya-j-party-package-price__hero-cta { display: inline-block; background-color: #ffeb3b; color: #0d47a1; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-kuya-j-party-package-price__hero-cta:hover { background-color: #cddc39; color: #0d47a1; }.page-kuya-j-party-package-price__section-title { font-size: 2.2em; color: #0d47a1; text-align: center; margin: 60px 0 30px; }.page-kuya-j-party-package-price__introduction-section, .page-kuya-j-party-package-price__quick-access-section, .page-kuya-j-party-package-price__games-section, .page-kuya-j-party-package-price__promotions-section, .page-kuya-j-party-package-price__security-section, .page-kuya-j-party-package-price__faq-section, .page-kuya-j-party-package-price__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.05); margin-bottom: 30px; }.page-kuya-j-party-package-price__intro-text, .page-kuya-j-party-package-price__games-intro, .page-kuya-j-party-package-price__promotions-intro, .page-kuya-j-party-package-price__security-intro { text-align: center; margin-bottom: 40px; font-size: 1.1em; max-width: 800px; margin-left: auto; margin-right: auto; }.page-kuya-j-party-package-price__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 40px; }.page-kuya-j-party-package-price__intro-feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 25px; border-radius: 8px; background-color: #e3f2fd; /* Light blue */ box-shadow: 0 2px 5px rgba(0,0,0,0.1); box-sizing: border-box; }.page-kuya-j-party-package-price__feature-icon { width: 100px; height: 100px; object-fit: cover; margin-bottom: 15px; }.page-kuya-j-party-package-price__feature-title { font-size: 1.5em; color: #1565c0; /* Medium blue */ margin-bottom: 10px; }.page-kuya-j-party-package-price__feature-description { font-size: 1em; color: #555; }.page-kuya-j-party-package-price__access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-kuya-j-party-package-price__access-button { background-color: #4CAF50; /* Green */ color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-j-party-package-price__access-button:hover { background-color: #43a047; }.page-kuya-j-party-package-price__game-categories, .page-kuya-j-party-package-price__promo-cards, .page-kuya-j-party-package-price__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-j-party-package-price__game-card, .page-kuya-j-party-package-price__promo-card, .page-kuya-j-party-package-price__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; }.page-kuya-j-party-package-price__game-card:hover, .page-kuya-j-party-package-price__promo-card:hover, .page-kuya-j-party-package-price__blog-card:hover { transform: translateY(-5px); }.page-kuya-j-party-package-price__game-image, .page-kuya-j-party-package-price__promo-image, .page-kuya-j-party-package-price__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; }.page-kuya-j-party-package-price__game-title, .page-kuya-j-party-package-price__promo-title, .page-kuya-j-party-package-price__blog-title { font-size: 1.4em; color: #0d47a1; margin: 15px 10px 10px; }.page-kuya-j-party-package-price__game-title a, .page-kuya-j-party-package-price__blog-title a { text-decoration: none; color: inherit; }.page-kuya-j-party-package-price__game-title a:hover, .page-kuya-j-party-package-price__blog-title a:hover { text-decoration: underline; }.page-kuya-j-party-package-price__game-description, .page-kuya-j-party-package-price__promo-description, .page-kuya-j-party-package-price__blog-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 15px; }.page-kuya-j-party-package-price__game-cta, .page-kuya-j-party-package-price__promo-cta, .page-kuya-j-party-package-price__blog-read-more { display: inline-block; background-color: #ff9800; /* Orange */ color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin-bottom: 15px; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-j-party-package-price__game-cta:hover, .page-kuya-j-party-package-price__promo-cta:hover, .page-kuya-j-party-package-price__blog-read-more:hover { background-color: #fb8c00; }.page-kuya-j-party-package-price__game-providers { text-align: center; margin-top: 50px; }.page-kuya-j-party-package-price__game-providers-title { font-size: 1.8em; color: #0d47a1; margin-bottom: 25px; }.page-kuya-j-party-package-price__provider-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; }.page-kuya-j-party-package-price__provider-logo { width: auto; height: 60px; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; }.page-kuya-j-party-package-price__provider-logo:hover { filter: grayscale(0%); }.page-kuya-j-party-package-price__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-j-party-package-price__security-item { text-align: center; padding: 25px; background-color: #e8f5e9; /* Light green */ border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); box-sizing: border-box; }.page-kuya-j-party-package-price__security-icon { width: 80px; height: 80px; object-fit: cover; margin-bottom: 15px; }.page-kuya-j-party-package-price__security-title { font-size: 1.4em; color: #2e7d32; /* Dark green */ margin-bottom: 10px; }.page-kuya-j-party-package-price__security-description { font-size: 0.95em; color: #555; }.page-kuya-j-party-package-price__contact-cta { display: block; width: fit-content; margin: 40px auto 0; background-color: #0d47a1; color: white; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-kuya-j-party-package-price__contact-cta:hover { background-color: #1565c0; }.page-kuya-j-party-package-price__faq-container { margin-top: 40px; }.page-kuya-j-party-package-price__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; background-color: #fcfcfc; }.page-kuya-j-party-package-price__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-radius: 8px; user-select: none; transition: background-color 0.3s ease; }.page-kuya-j-party-package-price__faq-question:hover { background-color: #e0e0e0; }.page-kuya-j-party-package-price__faq-q-text { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; }.page-kuya-j-party-package-price__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0d47a1; pointer-events: none; transition: transform 0.3s ease; }.page-kuya-j-party-package-price__faq-item.active .page-kuya-j-party-package-price__faq-toggle { transform: rotate(45deg); }.page-kuya-j-party-package-price__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-kuya-j-party-package-price__faq-item.active .page-kuya-j-party-package-price__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-j-party-package-price__faq-answer p { margin: 0; }.page-kuya-j-party-package-price__blog-excerpt { min-height: 70px; }.page-kuya-j-party-package-price__blog-read-more { margin-top: 10px; }.page-kuya-j-party-package-price img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-kuya-j-party-package-price__provider-logo { height: 50px; }.page-kuya-j-party-package-price__hero-title strong, .page-kuya-j-party-package-price__hero-description strong, .page-kuya-j-party-package-price__intro-text strong, .page-kuya-j-party-package-price__faq-answer strong { color: #ffeb3b; }.page-kuya-j-party-package-price__intro-text strong { color: #0d47a1; }.page-kuya-j-party-package-price__faq-answer strong { color: #1565c0; }@media (max-width: 768px) { .page-kuya-j-party-package-price__hero-title { font-size: 2em; }.page-kuya-j-party-package-price__hero-description { font-size: 1em; }.page-kuya-j-party-package-price__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 20px; }.page-kuya-j-party-package-price__introduction-section, .page-kuya-j-party-package-price__quick-access-section, .page-kuya-j-party-package-price__games-section, .page-kuya-j-party-package-price__promotions-section, .page-kuya-j-party-package-price__security-section, .page-kuya-j-party-package-price__faq-section, .page-kuya-j-party-package-price__blog-section { padding: 20px 15px; margin-bottom: 20px; }.page-kuya-j-party-package-price__intro-features, .page-kuya-j-party-package-price__access-links, .page-kuya-j-party-package-price__game-categories, .page-kuya-j-party-package-price__promo-cards, .page-kuya-j-party-package-price__security-features, .page-kuya-j-party-package-price__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }.page-kuya-j-party-package-price__intro-feature-item, .page-kuya-j-party-package-price__game-card, .page-kuya-j-party-package-price__promo-card, .page-kuya-j-party-package-price__security-item, .page-kuya-j-party-package-price__blog-card { 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; }.page-kuya-j-party-package-price__intro-feature-item { padding: 20px; }.page-kuya-j-party-package-price__feature-icon { width: 80px; height: 80px; }.page-kuya-j-party-package-price__access-button { width: 100%; }.page-kuya-j-party-package-price__game-image, .page-kuya-j-party-package-price__promo-image, .page-kuya-j-party-package-price__blog-image { height: 180px; }.page-kuya-j-party-package-price__game-providers-title { font-size: 1.5em; }.page-kuya-j-party-package-price__provider-logo { height: 40px; }.page-kuya-j-party-package-price__security-icon { width: 70px; height: 70px; }.page-kuya-j-party-package-price__contact-cta { width: 100%; margin-top: 30px; }.page-kuya-j-party-package-price__faq-question { padding: 15px 20px; }.page-kuya-j-party-package-price__faq-q-text { font-size: 1.1em; }.page-kuya-j-party-package-price__faq-answer { padding: 0 20px; }.page-kuya-j-party-package-price__faq-item.active .page-kuya-j-party-package-price__faq-answer { padding: 15px 20px !important; }}