body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-kuya-kim-voltes-v__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-kuya-kim-voltes-v__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-kuya-kim-voltes-v__section-dark { background-color: #333; color: #fff; } .page-kuya-kim-voltes-v__section-title { font-size: 2.5em; color: #007bff; margin-bottom: 20px; font-weight: bold; } .page-kuya-kim-voltes-v__section-dark .page-kuya-kim-voltes-v__section-title { color: #fff; } .page-kuya-kim-voltes-v__text { font-size: 1.1em; line-height: 1.6; margin-bottom: 15px; } .page-kuya-kim-voltes-v__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-kuya-kim-voltes-v__button:hover { background-color: #0056b3; } .page-kuya-kim-voltes-v__hero-section { background-image: url('[GALLERY:hero:1920x1080:voltes-v,kuya-kim,jili77,gaming,philippines,anime]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 15px 120px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 0px) + 60px); } .page-kuya-kim-voltes-v__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-kuya-kim-voltes-v__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-kuya-kim-voltes-v__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-kuya-kim-voltes-v__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-kuya-kim-voltes-v__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: 20px 0; background-color: #f8f9fa; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 20px; } .page-kuya-kim-voltes-v__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-kuya-kim-voltes-v__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-kuya-kim-voltes-v__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-kim-voltes-v__intro-item { background-color: #f8f9fa; padding: 25px; border-radius: 8px; text-align: left; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-kuya-kim-voltes-v__intro-item-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-kuya-kim-voltes-v__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-voltes-v__quick-access-button { width: 100%; padding: 15px 10px; font-size: 1.1em; } .page-kuya-kim-voltes-v__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-kim-voltes-v__game-card { background-color: #f8f9fa; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); text-align: center; } .page-kuya-kim-voltes-v__game-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100%; } .page-kuya-kim-voltes-v__game-card-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-kuya-kim-voltes-v__promotions-list { list-style: none; padding: 0; margin-top: 30px; } .page-kuya-kim-voltes-v__promotions-item { background-color: #f8f9fa; margin-bottom: 20px; padding: 25px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); text-align: left; } .page-kuya-kim-voltes-v__promotions-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-kuya-kim-voltes-v__promotions-description { margin-bottom: 15px; } .page-kuya-kim-voltes-v__security-content { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; } .page-kuya-kim-voltes-v__security-item { display: flex; align-items: flex-start; gap: 15px; text-align: left; max-width: 700px; } .page-kuya-kim-voltes-v__security-icon { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; } .page-kuya-kim-voltes-v__security-text { font-size: 1.1em; line-height: 1.6; } .page-kuya-kim-voltes-v__faq-list { list-style: none; padding: 0; margin-top: 30px; text-align: left; } .page-kuya-kim-voltes-v__faq-item { background-color: #f8f9fa; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-kuya-kim-voltes-v__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; } .page-kuya-kim-voltes-v__faq-question:hover { background-color: #e2e6ea; } .page-kuya-kim-voltes-v__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-kuya-kim-voltes-v__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-kim-voltes-v__faq-item.active .page-kuya-kim-voltes-v__faq-toggle { transform: rotate(45deg); } .page-kuya-kim-voltes-v__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; box-sizing: border-box; } .page-kuya-kim-voltes-v__faq-item.active .page-kuya-kim-voltes-v__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-kim-voltes-v__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-kim-voltes-v__blog-card { background-color: #f8f9fa; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); text-align: left; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-kim-voltes-v__blog-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100%; } .page-kuya-kim-voltes-v__blog-card-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; line-height: 1.4; } .page-kuya-kim-voltes-v__blog-card-date { font-size: 0.9em; color: #666; margin-bottom: 10px; } .page-kuya-kim-voltes-v__blog-card-summary { font-size: 1em; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } @media (max-width: 768px) { .page-kuya-kim-voltes-v__container { padding: 0 10px; } .page-kuya-kim-voltes-v__section { padding: 30px 0; margin-bottom: 15px; } .page-kuya-kim-voltes-v__section-title { font-size: 2em; } .page-kuya-kim-voltes-v__hero-section { padding: 80px 10px 100px; padding-top: calc(var(--header-offset, 0px) + 40px); } .page-kuya-kim-voltes-v__hero-title { font-size: 2.5em; } .page-kuya-kim-voltes-v__hero-subtitle { font-size: 1.2em; } .page-kuya-kim-voltes-v__payment-providers { gap: 16px; padding: 15px 0; } .page-kuya-kim-voltes-v__payment-logo, .page-kuya-kim-voltes-v__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-kim-voltes-v__intro-grid, .page-kuya-kim-voltes-v__quick-access-grid, .page-kuya-kim-voltes-v__games-grid, .page-kuya-kim-voltes-v__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-kim-voltes-v__intro-item, .page-kuya-kim-voltes-v__game-card, .page-kuya-kim-voltes-v__promotions-item, .page-kuya-kim-voltes-v__blog-card, .page-kuya-kim-voltes-v__faq-item { padding: 20px; box-sizing: border-box; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-kim-voltes-v__promotions-list, .page-kuya-kim-voltes-v__faq-list { padding: 0; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box; } .page-kuya-kim-voltes-v__faq-question h3 { font-size: 1.1em; } .page-kuya-kim-voltes-v__security-item { flex-direction: column; align-items: center; text-align: center; } .page-kuya-kim-voltes-v__security-icon { margin-bottom: 10px; } .page-kuya-kim-voltes-v__game-card-image, .page-kuya-kim-voltes-v__blog-card-image { max-width: 100% !important; height: auto !important; } img { max-width: 100% !important; height: auto !important; } }