.page-kuya-germs-dies { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-germs-dies__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-germs-dies__hero-section { position: relative; width: 100%; 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-germs-dies__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-kuya-germs-dies__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: -1; } .page-kuya-germs-dies__hero-content { z-index: 1; max-width: 800px; padding: 20px; } .page-kuya-germs-dies__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-kuya-germs-dies__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-kuya-germs-dies__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-germs-dies__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-kuya-germs-dies__section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-kuya-germs-dies__section--dark { background-color: #222; color: #eee; } .page-kuya-germs-dies__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #333; } .page-kuya-germs-dies__section--dark .page-kuya-germs-dies__section-title { color: #ffcc00; } .page-kuya-germs-dies__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; } .page-kuya-germs-dies__text-content p { margin-bottom: 15px; } .page-kuya-germs-dies__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 0; background-color: #f0f0f0; } .page-kuya-germs-dies__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-kuya-germs-dies__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-kuya-germs-dies__introduction-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-germs-dies__introduction-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); } .page-kuya-germs-dies__introduction-item h3 { color: #007bff; margin-bottom: 15px; font-size: 1.4em; } .page-kuya-germs-dies__introduction-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-kuya-germs-dies__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-germs-dies__quick-access-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-kuya-germs-dies__quick-access-button:hover { background-color: #0056b3; } .page-kuya-germs-dies__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-germs-dies__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-kuya-germs-dies__game-card:hover { transform: translateY(-5px); } .page-kuya-germs-dies__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-kuya-germs-dies__game-card-content { padding: 20px; } .page-kuya-germs-dies__game-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.5em; color: #333; } .page-kuya-germs-dies__game-card-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-kuya-germs-dies__game-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-germs-dies__game-card-button:hover { background-color: #218838; } .page-kuya-germs-dies__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-germs-dies__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-kuya-germs-dies__promo-card:hover { transform: translateY(-5px); } .page-kuya-germs-dies__promo-card img { width: 100%; height: 220px; object-fit: cover; } .page-kuya-germs-dies__promo-card-content { padding: 20px; } .page-kuya-germs-dies__promo-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.5em; color: #333; } .page-kuya-germs-dies__promo-card-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-kuya-germs-dies__promo-card-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-germs-dies__promo-card-button:hover { background-color: #e0a800; } .page-kuya-germs-dies__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .page-kuya-germs-dies__feature-item { flex: 1 1 calc(33% - 60px); min-width: 280px; background-color: #f9f9f9; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-kuya-germs-dies__feature-item img { max-width: 150px; height: auto; margin-bottom: 20px; } .page-kuya-germs-dies__feature-item h3 { color: #28a745; margin-bottom: 15px; font-size: 1.4em; } .page-kuya-germs-dies__faq-item { background-color: #f9f9f9; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); } .page-kuya-germs-dies__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #eee; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-kuya-germs-dies__faq-question:hover { background-color: #e0e0e0; } .page-kuya-germs-dies__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-kuya-germs-dies__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-germs-dies__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; } .page-kuya-germs-dies__faq-item.active .page-kuya-germs-dies__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-germs-dies__faq-item.active .page-kuya-germs-dies__faq-toggle { transform: rotate(45deg); } .page-kuya-germs-dies__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-germs-dies__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-kuya-germs-dies__blog-card:hover { transform: translateY(-5px); } .page-kuya-germs-dies__blog-card img { width: 100%; height: 220px; object-fit: cover; } .page-kuya-germs-dies__blog-card-content { padding: 20px; } .page-kuya-germs-dies__blog-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.5em; color: #333; } .page-kuya-germs-dies__blog-card-content h3 a { text-decoration: none; color: inherit; } .page-kuya-germs-dies__blog-card-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-kuya-germs-dies__blog-card-button { display: inline-block; background-color: #6c757d; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-germs-dies__blog-card-button:hover { background-color: #5a6268; } @media (max-width: 768px) { .page-kuya-germs-dies__container { padding: 10px; } .page-kuya-germs-dies__hero-section { height: 400px; } .page-kuya-germs-dies__hero-title { font-size: 2.5em; } .page-kuya-germs-dies__hero-subtitle { font-size: 1.2em; } .page-kuya-germs-dies__cta-button { padding: 12px 25px; font-size: 1em; } .page-kuya-germs-dies__section { padding: 40px 0; } .page-kuya-germs-dies__section-title { font-size: 2em; margin-bottom: 30px; } .page-kuya-germs-dies__text-content { font-size: 1em; } .page-kuya-germs-dies__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-kuya-germs-dies__payment-logo, .page-kuya-germs-dies__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-germs-dies__introduction-grid, .page-kuya-germs-dies__quick-access-grid, .page-kuya-germs-dies__games-grid, .page-kuya-germs-dies__promotions-grid, .page-kuya-germs-dies__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-germs-dies__introduction-item, .page-kuya-germs-dies__quick-access-button, .page-kuya-germs-dies__game-card, .page-kuya-germs-dies__promo-card, .page-kuya-germs-dies__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-kuya-germs-dies__feature-item { flex: 1 1 100%; padding: 20px; } .page-kuya-germs-dies__faq-question, .page-kuya-germs-dies__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-kuya-germs-dies__faq-answer { padding: 0 15px !important; } .page-kuya-germs-dies__faq-item.active .page-kuya-germs-dies__faq-answer { padding: 20px 15px !important; } .page-kuya-germs-dies__faq-question h3 { font-size: 1.1em; } .page-kuya-germs-dies__text-content p, .page-kuya-germs-dies__game-card-content p, .page-kuya-germs-dies__promo-card-content p, .page-kuya-germs-dies__blog-card-content p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } body { padding-top: var(--header-offset); } .page-kuya-germs-dies__hero-section { padding-top: 10px; }