.page-kuya-bunso-gayporn { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-kuya-bunso-gayporn__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-bunso-gayporn__hero-section { background-color: #0a192f; color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; } .page-kuya-bunso-gayporn__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-kuya-bunso-gayporn__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-kuya-bunso-gayporn__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-kuya-bunso-gayporn__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-bunso-gayporn__cta-button { display: inline-block; background-color: #ffc107; color: #0a192f; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-bunso-gayporn__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-kuya-bunso-gayporn__section { padding: 60px 20px; background-color: #fff; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-kuya-bunso-gayporn__section--dark { background-color: #1a2a44; color: #f8f8f8; } .page-kuya-bunso-gayporn__section-title { font-size: 2.2em; color: #0a192f; text-align: center; margin-bottom: 40px; font-weight: bold; } .page-kuya-bunso-gayporn__section--dark .page-kuya-bunso-gayporn__section-title { color: #ffc107; } .page-kuya-bunso-gayporn__text-content { font-size: 1.05em; margin-bottom: 20px; text-align: justify; } .page-kuya-bunso-gayporn__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-bunso-gayporn__grid-item { background-color: #f8f8f8; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; } .page-kuya-bunso-gayporn__section--dark .page-kuya-bunso-gayporn__grid-item { background-color: #2a3a54; color: #f8f8f8; } .page-kuya-bunso-gayporn__grid-item:hover { transform: translateY(-5px); } .page-kuya-bunso-gayporn__grid-item-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-kuya-bunso-gayporn__grid-item-title { font-size: 1.3em; color: #0a192f; margin-bottom: 10px; font-weight: bold; } .page-kuya-bunso-gayporn__section--dark .page-kuya-bunso-gayporn__grid-item-title { color: #ffc107; } .page-kuya-bunso-gayporn__grid-item-description { font-size: 0.95em; color: #555; } .page-kuya-bunso-gayporn__section--dark .page-kuya-bunso-gayporn__grid-item-description { color: #ccc; } .page-kuya-bunso-gayporn__game-card { background-color: #f8f8f8; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-kuya-bunso-gayporn__game-card:hover { transform: translateY(-8px); } .page-kuya-bunso-gayporn__game-card-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-kuya-bunso-gayporn__game-card-image { width: 100%; height: 250px; object-fit: cover; } .page-kuya-bunso-gayporn__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-bunso-gayporn__game-card-title { font-size: 1.4em; color: #0a192f; margin-bottom: 10px; font-weight: bold; } .page-kuya-bunso-gayporn__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 20px; flex-grow: 1; } .page-kuya-bunso-gayporn__game-card-button { display: inline-block; background-color: #ffc107; color: #0a192f; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-kuya-bunso-gayporn__game-card-button:hover { background-color: #e0a800; } .page-kuya-bunso-gayporn__promo-card { background-color: #e0f2f7; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; margin-bottom: 20px; display: flex; flex-direction: column; align-items: flex-start; } .page-kuya-bunso-gayporn__promo-card-title { font-size: 1.5em; color: #0a192f; margin-bottom: 10px; font-weight: bold; } .page-kuya-bunso-gayporn__promo-card-description { font-size: 1em; color: #333; margin-bottom: 15px; } .page-kuya-bunso-gayporn__promo-card-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-bunso-gayporn__promo-card-button:hover { background-color: #0056b3; } .page-kuya-bunso-gayporn__faq-list { margin-top: 30px; } .page-kuya-bunso-gayporn__faq-item { background-color: #f8f8f8; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); } .page-kuya-bunso-gayporn__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-kuya-bunso-gayporn__faq-question:hover { background-color: #f0f0f0; } .page-kuya-bunso-gayporn__faq-question h3 { margin: 0; font-size: 1.1em; color: #0a192f; pointer-events: none; } .page-kuya-bunso-gayporn__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-bunso-gayporn__faq-item.active .page-kuya-bunso-gayporn__faq-toggle { transform: rotate(45deg); } .page-kuya-bunso-gayporn__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; font-size: 0.95em; color: #555; } .page-kuya-bunso-gayporn__faq-item.active .page-kuya-bunso-gayporn__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-bunso-gayporn__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-bunso-gayporn__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-kuya-bunso-gayporn__blog-card:hover { transform: translateY(-8px); } .page-kuya-bunso-gayporn__blog-card-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-kuya-bunso-gayporn__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-bunso-gayporn__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-bunso-gayporn__blog-card-title { font-size: 1.3em; color: #0a192f; margin-bottom: 10px; font-weight: bold; } .page-kuya-bunso-gayporn__blog-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-kuya-bunso-gayporn__sticky-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-kuya-bunso-gayporn__sticky-button { background-color: #ffc107; color: #0a192f; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; text-align: center; } .page-kuya-bunso-gayporn__sticky-button:hover { background-color: #e0a800; transform: translateY(-3px); } @media (max-width: 768px) { .page-kuya-bunso-gayporn__container { padding: 10px; } .page-kuya-bunso-gayporn__hero-title { font-size: 2em; } .page-kuya-bunso-gayporn__hero-description { font-size: 1em; } .page-kuya-bunso-gayporn__cta-button { padding: 12px 25px; font-size: 1em; } .page-kuya-bunso-gayporn__section { padding: 40px 15px; } .page-kuya-bunso-gayporn__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuya-bunso-gayporn__text-content { font-size: 1em; } .page-kuya-bunso-gayporn__grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-bunso-gayporn__game-card-image { height: 180px; } .page-kuya-bunso-gayporn__game-card-title { font-size: 1.2em; } .page-kuya-bunso-gayporn__game-card-description { font-size: 0.85em; } .page-kuya-bunso-gayporn__game-card-button { padding: 8px 15px; font-size: 0.85em; } .page-kuya-bunso-gayporn__promo-card { padding: 20px; } .page-kuya-bunso-gayporn__promo-card-title { font-size: 1.3em; } .page-kuya-bunso-gayporn__promo-card-description { font-size: 0.9em; } .page-kuya-bunso-gayporn__faq-question { padding: 15px 20px; } .page-kuya-bunso-gayporn__faq-question h3 { font-size: 1em; } .page-kuya-bunso-gayporn__faq-answer { padding: 0 20px; font-size: 0.9em; } .page-kuya-bunso-gayporn__faq-item.active .page-kuya-bunso-gayporn__faq-answer { padding: 15px 20px !important; } .page-kuya-bunso-gayporn__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-bunso-gayporn__blog-card-image { height: 160px; } .page-kuya-bunso-gayporn__blog-card-title { font-size: 1.1em; } .page-kuya-bunso-gayporn__blog-card-description { font-size: 0.85em; } .page-kuya-bunso-gayporn__sticky-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-kuya-bunso-gayporn__sticky-button { padding: 10px 20px; font-size: 0.9em; } .page-kuya-bunso-gayporn__grid-item, .page-kuya-bunso-gayporn__game-card, .page-kuya-bunso-gayporn__blog-card { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-bunso-gayporn__grid-item-description, .page-kuya-bunso-gayporn__game-card-description, .page-kuya-bunso-gayporn__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-kuya-bunso-gayporn__hero-title { font-size: 1.8em; } .page-kuya-bunso-gayporn__hero-description { font-size: 0.9em; } .page-kuya-bunso-gayporn__section-title { font-size: 1.6em; } }