.page-sex-ate-kuya { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; /* Adjust for header offset */ }.page-sex-ate-kuya__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 40px 20px; background: linear-gradient(135deg, #FF6F61, #DE425B); min-height: 450px; box-sizing: border-box; }.page-sex-ate-kuya__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-sex-ate-kuya__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }.page-sex-ate-kuya__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-sex-ate-kuya__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); color: #fff; }.page-sex-ate-kuya__keyword-highlight { color: #FFD700; font-weight: bold; }.page-sex-ate-kuya__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }.page-sex-ate-kuya__download-button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-sex-ate-kuya__download-button:hover { background-color: #45a049; transform: translateY(-2px); }.page-sex-ate-kuya__section-title { font-size: 2.2em; color: #DE425B; text-align: center; margin: 50px 0 30px; padding: 0 20px; }.page-sex-ate-kuya__section-description { font-size: 1.1em; color: #666; text-align: center; margin-bottom: 40px; padding: 0 20px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-sex-ate-kuya__about-section { background-color: #fff; padding: 50px 20px; text-align: center; }.page-sex-ate-kuya__about-content { max-width: 900px; margin: 0 auto; }.page-sex-ate-kuya__about-content p { font-size: 1.1em; margin-bottom: 20px; color: #555; }.page-sex-ate-kuya__category-highlight { color: #DE425B; font-weight: bold; }.page-sex-ate-kuya__games-section { background-color: #f0f2f5; padding: 50px 20px; }.page-sex-ate-kuya__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sex-ate-kuya__game-item { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-sex-ate-kuya__game-item:hover { transform: translateY(-5px); }.page-sex-ate-kuya__game-image { width: 100%; height: 220px; object-fit: cover; }.page-sex-ate-kuya__game-title { font-size: 1.5em; color: #DE425B; margin: 20px 15px 10px; }.page-sex-ate-kuya__game-text { font-size: 1em; color: #666; padding: 0 15px 20px; }.page-sex-ate-kuya__promo-cta { text-align: center; margin-top: 60px; padding: 30px 20px; background-color: #FF6F61; color: #fff; border-radius: 15px; max-width: 900px; margin-left: auto; margin-right: auto; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }.page-sex-ate-kuya__promo-cta p { font-size: 1.3em; margin-bottom: 25px; }.page-sex-ate-kuya__cta-button { display: inline-block; background-color: #FFD700; color: #DE425B; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-sex-ate-kuya__cta-button:hover { background-color: #e6c200; transform: translateY(-2px); }.page-sex-ate-kuya__faq-section { background-color: #fff; padding: 50px 20px; }.page-sex-ate-kuya__faq-container { max-width: 900px; margin: 0 auto; }.page-sex-ate-kuya__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }.page-sex-ate-kuya__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f2f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-sex-ate-kuya__faq-question:hover { background-color: #e0e2e5; }.page-sex-ate-kuya__faq-q-text { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-sex-ate-kuya__faq-toggle { font-size: 1.5em; font-weight: bold; color: #DE425B; transition: transform 0.3s ease; pointer-events: none; }.page-sex-ate-kuya__faq-item.active .page-sex-ate-kuya__faq-toggle { transform: rotate(45deg); }.page-sex-ate-kuya__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-sex-ate-kuya__faq-item.active .page-sex-ate-kuya__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-sex-ate-kuya__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-sex-ate-kuya__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-sex-ate-kuya__floating-button { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #DE425B; color: #fff; border-radius: 50%; text-decoration: none; font-weight: bold; font-size: 0.9em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; line-height: 1.2; }.page-sex-ate-kuya__floating-button:hover { background-color: #c7374e; transform: translateY(-2px); }.page-sex-ate-kuya__register-button { background-color: #4CAF50; }.page-sex-ate-kuya__register-button:hover { background-color: #45a049; }.page-sex-ate-kuya__login-button { background-color: #DE425B; }.page-sex-ate-kuya__login-button:hover { background-color: #c7374e; }@media (max-width: 768px) { .page-sex-ate-kuya__hero-title { font-size: 2em; }.page-sex-ate-kuya__hero-description { font-size: 1em; }.page-sex-ate-kuya__download-button { padding: 12px 25px; font-size: 1em; }.page-sex-ate-kuya__section-title { font-size: 1.8em; margin: 30px 0 20px; }.page-sex-ate-kuya__game-grid { grid-template-columns: 1fr; }.page-sex-ate-kuya__game-image { height: 180px; }.page-sex-ate-kuya__game-title { font-size: 1.3em; }.page-sex-ate-kuya__game-text { font-size: 0.9em; }.page-sex-ate-kuya__promo-cta p { font-size: 1.1em; }.page-sex-ate-kuya__cta-button { padding: 10px 20px; font-size: 1em; }.page-sex-ate-kuya__faq-q-text { font-size: 1.1em; }.page-sex-ate-kuya__faq-answer { padding: 0 15px; }.page-sex-ate-kuya__faq-item.active .page-sex-ate-kuya__faq-answer { padding: 15px !important; }.page-sex-ate-kuya__floating-buttons { flex-direction: row; bottom: 15px; right: 15px; left: 15px; justify-content: space-around; gap: 10px; }.page-sex-ate-kuya__floating-button { width: 50px; height: 50px; font-size: 0.8em; } .page-sex-ate-kuya__hero-section { padding: 30px 15px; min-height: 350px; } .page-sex-ate-kuya__about-section, .page-sex-ate-kuya__games-section, .page-sex-ate-kuya__faq-section { padding: 30px 15px; } .page-sex-ate-kuya__about-content p, .page-sex-ate-kuya__faq-answer p { font-size: 0.95em; } .page-sex-ate-kuya__game-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sex-ate-kuya__game-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sex-ate-kuya__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sex-ate-kuya__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }