.page-kuya-cristv { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-cristv__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-cristv__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-kuya-cristv__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-kuya-cristv__heading { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-kuya-cristv__heading--light { color: #ecf0f1; } .page-kuya-cristv__subheading { font-size: 1.8em; color: #34495e; margin-bottom: 20px; text-align: center; } .page-kuya-cristv__text { font-size: 1.1em; margin-bottom: 15px; text-align: justify; } .page-kuya-cristv__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-kuya-cristv__button:hover { background-color: #c0392b; } .page-kuya-cristv__hero-section { position: relative; padding: 10px 0 0 0; background-color: #1a1a2e; color: #fff; text-align: center; overflow: hidden; } .page-kuya-cristv__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; filter: brightness(0.6); } .page-kuya-cristv__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 480px; } .page-kuya-cristv__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-kuya-cristv__hero-description { font-size: 1.4em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } .page-kuya-cristv__hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-kuya-cristv__intro-section .page-kuya-cristv__text { text-align: center; max-width: 800px; margin: 0 auto 20px auto; } .page-kuya-cristv__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-cristv__quick-access-item { background-color: #f2f2f2; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-cristv__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); } .page-kuya-cristv__quick-access-item .page-kuya-cristv__button { width: 100%; } .page-kuya-cristv__game-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; } .page-kuya-cristv__game-category-button { background-color: #3498db; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; transition: background-color 0.3s ease; } .page-kuya-cristv__game-category-button:hover { background-color: #2980b9; } .page-kuya-cristv__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-kuya-cristv__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-kuya-cristv__game-card:hover { transform: translateY(-5px); } .page-kuya-cristv__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-cristv__game-card-content { padding: 20px; } .page-kuya-cristv__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-kuya-cristv__game-card-text { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-kuya-cristv__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-kuya-cristv__provider-logo { height: 60px; width: auto; max-width: 150px; object-fit: contain; } .page-kuya-cristv__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-kuya-cristv__promo-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-kuya-cristv__promo-card:hover { transform: translateY(-5px); } .page-kuya-cristv__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-cristv__promo-card-content { padding: 20px; } .page-kuya-cristv__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #e74c3c; } .page-kuya-cristv__promo-card-text { font-size: 1em; color: #555; margin-bottom: 20px; } .page-kuya-cristv__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .page-kuya-cristv__feature-item { text-align: center; max-width: 300px; } .page-kuya-cristv__feature-icon { height: 80px; width: auto; margin-bottom: 15px; } .page-kuya-cristv__feature-title { font-size: 1.5em; margin-bottom: 10px; color: #ecf0f1; } .page-kuya-cristv__feature-text { font-size: 1em; color: #bdc3c7; } .page-kuya-cristv__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; } .page-kuya-cristv__payment-logo { height: 40px; width: auto; max-width: 100px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: opacity 0.3s ease, filter 0.3s ease; } .page-kuya-cristv__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-kuya-cristv__contact-channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; } .page-kuya-cristv__contact-channel { text-align: center; color: #ecf0f1; text-decoration: none; } .page-kuya-cristv__contact-icon { height: 50px; width: auto; margin-bottom: 10px; } .page-kuya-cristv__contact-text { font-size: 1.1em; font-weight: bold; } .page-kuya-cristv__faq-list { margin-top: 30px; } .page-kuya-cristv__faq-item { background-color: #f2f2f2; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .page-kuya-cristv__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e0e0e0; border-bottom: 1px solid #ccc; transition: background-color 0.3s ease; } .page-kuya-cristv__faq-question:hover { background-color: #d5d5d5; } .page-kuya-cristv__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-kuya-cristv__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-cristv__faq-item.active .page-kuya-cristv__faq-toggle { transform: rotate(45deg); } .page-kuya-cristv__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; background-color: #fff; } .page-kuya-cristv__faq-item.active .page-kuya-cristv__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-cristv__faq-answer p { margin: 0 0 10px 0; color: #555; } .page-kuya-cristv__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-kuya-cristv__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .page-kuya-cristv__blog-card:hover { transform: translateY(-5px); } .page-kuya-cristv__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-cristv__blog-card-content { padding: 20px; } .page-kuya-cristv__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-kuya-cristv__blog-card-text { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-kuya-cristv__blog-card .page-kuya-cristv__button { width: auto; margin-top: 10px; } @media (max-width: 768px) { .page-kuya-cristv__heading { font-size: 2em; } .page-kuya-cristv__subheading { font-size: 1.5em; } .page-kuya-cristv__hero-content { padding: 80px 15px; min-height: 400px; } .page-kuya-cristv__hero-title { font-size: 2.5em; } .page-kuya-cristv__hero-description { font-size: 1.2em; } .page-kuya-cristv__hero-buttons { flex-direction: column; gap: 15px; } .page-kuya-cristv__section { padding: 30px 15px; } .page-kuya-cristv__quick-access-grid, .page-kuya-cristv__game-grid, .page-kuya-cristv__promo-grid, .page-kuya-cristv__blog-grid { grid-template-columns: 1fr; } .page-kuya-cristv__faq-question { padding: 15px 20px; } .page-kuya-cristv__faq-answer { padding: 0 20px; } .page-kuya-cristv__faq-item.active .page-kuya-cristv__faq-answer { padding: 15px 20px !important; } .page-kuya-cristv__faq-question h3 { font-size: 1.1em; } .page-kuya-cristv__faq-toggle { font-size: 1.5em; } .page-kuya-cristv__quick-access-item, .page-kuya-cristv__game-card, .page-kuya-cristv__promo-card, .page-kuya-cristv__blog-card { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-cristv__quick-access-item .page-kuya-cristv__button, .page-kuya-cristv__blog-card .page-kuya-cristv__button { max-width: 100%; width: 100% !important; } .page-kuya-cristv__game-card-image, .page-kuya-cristv__promo-card-image, .page-kuya-cristv__blog-card-image { max-width: 100%; height: auto; } .page-kuya-cristv__provider-logo, .page-kuya-cristv__payment-logo, .page-kuya-cristv__contact-icon { max-width: 100%; height: auto; } } @media (max-width: 480px) { .page-kuya-cristv__hero-title { font-size: 2em; } .page-kuya-cristv__hero-description { font-size: 1em; } }