.page-kuya-j-estancia { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-j-estancia__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-kuya-j-estancia__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-kuya-j-estancia__section-description { font-size: 1.1em; text-align: center; margin-bottom: 40px; color: #ccc; max-width: 800px; margin-left: auto; margin-right: auto; } /* Hero Section */ .page-kuya-j-estancia__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-kuya-j-estancia__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-kuya-j-estancia__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 2; } .page-kuya-j-estancia__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px; } .page-kuya-j-estancia__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; line-height: 1.2; } .page-kuya-j-estancia__highlight { color: #e94560; } .page-kuya-j-estancia__hero-description { font-size: 1.3em; color: #eee; margin-bottom: 30px; } .page-kuya-j-estancia__hero-cta { display: flex; gap: 20px; justify-content: center; } .page-kuya-j-estancia__cta-button { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 8px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; box-sizing: border-box; } .page-kuya-j-estancia__cta-button:hover { background-color: #c0392b; transform: translateY(-2px); } .page-kuya-j-estancia__cta-button--secondary { background-color: #3e445b; } .page-kuya-j-estancia__cta-button--secondary:hover { background-color: #2b3040; } .page-kuya-j-estancia__cta-button--small { padding: 10px 20px; font-size: 0.9em; } .page-kuya-j-estancia__cta-button--large { padding: 18px 35px; font-size: 1.2em; } /* About Section */ .page-kuya-j-estancia__about-section, .page-kuya-j-estancia__games-section, .page-kuya-j-estancia__payment-section, .page-kuya-j-estancia__promo-section, .page-kuya-j-estancia__faq-section, .page-kuya-j-estancia__call-to-action { padding: 60px 0; } .page-kuya-j-estancia__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-j-estancia__feature-item { background-color: #2e344e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-j-estancia__feature-item:hover { transform: translateY(-5px); } .page-kuya-j-estancia__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-kuya-j-estancia__feature-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-kuya-j-estancia__feature-text { color: #ccc; } /* Game Providers Section */ .page-kuya-j-estancia__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 40px; } .page-kuya-j-estancia__provider-item { background-color: #2e344e; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-j-estancia__provider-item:hover { transform: translateY(-3px); } .page-kuya-j-estancia__provider-logo { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; max-width: 100%; height: auto; } .page-kuya-j-estancia__provider-name { font-size: 1em; color: #fff; font-weight: bold; } .page-kuya-j-estancia__cta-center { text-align: center; margin-top: 50px; } /* Payment Methods Section */ .page-kuya-j-estancia__payments-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; margin-top: 40px; } .page-kuya-j-estancia__payment-item { background-color: #2e344e; padding: 15px; border-radius: 8px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-j-estancia__payment-item:hover { transform: translateY(-3px); } .page-kuya-j-estancia__payment-logo { width: 70px; height: 70px; object-fit: contain; margin-bottom: 8px; max-width: 100%; height: auto; } .page-kuya-j-estancia__payment-name { font-size: 0.9em; color: #fff; font-weight: bold; } /* Promotions Section */ .page-kuya-j-estancia__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-j-estancia__promo-card { background-color: #2e344e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-j-estancia__promo-card:hover { transform: translateY(-5px); } .page-kuya-j-estancia__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; } .page-kuya-j-estancia__promo-title { font-size: 1.6em; color: #fff; margin: 20px 15px 10px; } .page-kuya-j-estancia__promo-text { color: #ccc; margin: 0 15px 20px; padding: 0 10px; } /* FAQ Section */ .page-kuya-j-estancia__faq-list { max-width: 900px; margin: 40px auto 0; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); } .page-kuya-j-estancia__faq-item { background-color: #2e344e; border-bottom: 1px solid #3e445b; } .page-kuya-j-estancia__faq-item:last-child { border-bottom: none; } .page-kuya-j-estancia__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; } .page-kuya-j-estancia__faq-question:hover { background-color: #3e445b; } .page-kuya-j-estancia__faq-title { font-size: 1.3em; color: #fff; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-kuya-j-estancia__faq-toggle { font-size: 1.8em; color: #e94560; margin-left: 20px; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-j-estancia__faq-item.active .page-kuya-j-estancia__faq-toggle { transform: rotate(45deg); } .page-kuya-j-estancia__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; box-sizing: border-box; } .page-kuya-j-estancia__faq-item.active .page-kuya-j-estancia__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } /* Call to Action Section */ .page-kuya-j-estancia__call-to-action { background-color: #e94560; text-align: center; padding: 80px 0; color: #fff; } .page-kuya-j-estancia__cta-content { max-width: 800px; } .page-kuya-j-estancia__cta-title { font-size: 3em; margin-bottom: 20px; color: #fff; } .page-kuya-j-estancia__cta-description { font-size: 1.2em; margin-bottom: 40px; color: #f0f0f0; } /* Responsive Design */ @media (max-width: 1024px) { .page-kuya-j-estancia__hero-title { font-size: 3em; } .page-kuya-j-estancia__hero-description { font-size: 1.1em; } .page-kuya-j-estancia__section-title { font-size: 2em; } .page-kuya-j-estancia__cta-title { font-size: 2.5em; } } @media (max-width: 768px) { .page-kuya-j-estancia__hero-section { height: 500px; } .page-kuya-j-estancia__hero-title { font-size: 2.5em; } .page-kuya-j-estancia__hero-description { font-size: 1em; } .page-kuya-j-estancia__hero-cta { flex-direction: column; gap: 15px; } .page-kuya-j-estancia__cta-button { width: 100% !important; max-width: 100% !important; padding: 12px 25px; font-size: 1em; box-sizing: border-box !important; } .page-kuya-j-estancia__section-title { font-size: 1.8em; } .page-kuya-j-estancia__section-description { font-size: 0.95em; } .page-kuya-j-estancia__about-section, .page-kuya-j-estancia__games-section, .page-kuya-j-estancia__payment-section, .page-kuya-j-estancia__promo-section, .page-kuya-j-estancia__faq-section, .page-kuya-j-estancia__call-to-action { padding: 40px 0; } .page-kuya-j-estancia__features-grid, .page-kuya-j-estancia__providers-grid, .page-kuya-j-estancia__payments-grid, .page-kuya-j-estancia__promo-cards { grid-template-columns: 1fr; gap: 20px; margin-left: 0 !important; margin-right: 0 !important; padding: 0 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-kuya-j-estancia__feature-item, .page-kuya-j-estancia__provider-item, .page-kuya-j-estancia__payment-item, .page-kuya-j-estancia__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-estancia__feature-text, .page-kuya-j-estancia__promo-text, .page-kuya-j-estancia__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-j-estancia__faq-question { padding: 15px 20px; } .page-kuya-j-estancia__faq-title { font-size: 1.1em; } .page-kuya-j-estancia__faq-answer { padding: 15px 20px !important; } .page-kuya-j-estancia__cta-title { font-size: 2em; } .page-kuya-j-estancia__cta-description { font-size: 1em; } .page-kuya-j-estancia__cta-button--large { padding: 15px 30px; font-size: 1.1em; } /* Images responsiveness */ .page-kuya-j-estancia__hero-image, .page-kuya-j-estancia__feature-icon, .page-kuya-j-estancia__provider-logo, .page-kuya-j-estancia__payment-logo, .page-kuya-j-estancia__promo-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-kuya-j-estancia__hero-section { height: 450px; } .page-kuya-j-estancia__hero-title { font-size: 2em; } .page-kuya-j-estancia__hero-description { font-size: 0.9em; } .page-kuya-j-estancia__cta-title { font-size: 1.8em; } .page-kuya-j-estancia__section-title { font-size: 1.6em; } }