body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-kuya-kim-atienza-chibi { max-width: 1200px; margin: 0 auto; padding: 0; } .page-kuya-kim-atienza-chibi__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-kuya-kim-atienza-chibi__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-kuya-kim-atienza-chibi__section--dark h2, .page-kuya-kim-atienza-chibi__section--dark h3 { color: #ecf0f1; } .page-kuya-kim-atienza-chibi__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 80px 20px 60px; border-radius: 0 0 8px 8px; margin-bottom: 20px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 0px) + 60px); } .page-kuya-kim-atienza-chibi__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-kuya-kim-atienza-chibi__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-kuya-kim-atienza-chibi__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; } .page-kuya-kim-atienza-chibi__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-kuya-kim-atienza-chibi__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-kuya-kim-atienza-chibi__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-kuya-kim-atienza-chibi__intro-text { font-size: 1.1em; margin-bottom: 20px; } .page-kuya-kim-atienza-chibi__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__feature-item { text-align: center; padding: 25px; background-color: #f8f9fa; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-kuya-kim-atienza-chibi__feature-item h3 { margin-top: 15px; font-size: 1.2em; color: #007bff; } .page-kuya-kim-atienza-chibi__feature-item img { max-width: 100%; height: auto; border-radius: 4px; } .page-kuya-kim-atienza-chibi__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__quick-link-button { display: block; background-color: #6c757d; color: #fff; padding: 12px 20px; border-radius: 5px; text-decoration: none; text-align: center; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-kuya-kim-atienza-chibi__quick-link-button:hover { background-color: #5a6268; transform: translateY(-2px); } .page-kuya-kim-atienza-chibi__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; } .page-kuya-kim-atienza-chibi__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-kim-atienza-chibi__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-kim-atienza-chibi__game-card h3 { margin-top: 0; font-size: 1.3em; color: #007bff; } .page-kuya-kim-atienza-chibi__game-card p { font-size: 0.95em; margin-bottom: 15px; } .page-kuya-kim-atienza-chibi__game-card .page-kuya-kim-atienza-chibi__cta-button { width: 100%; padding: 10px 15px; font-size: 1em; } .page-kuya-kim-atienza-chibi__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__promotion-card { background-color: #e9ecef; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; } .page-kuya-kim-atienza-chibi__promotion-card-image { width: 100%; height: 180px; object-fit: cover; } .page-kuya-kim-atienza-chibi__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-kim-atienza-chibi__promotion-card h3 { margin-top: 0; font-size: 1.2em; color: #007bff; } .page-kuya-kim-atienza-chibi__promotion-card p { font-size: 0.9em; margin-bottom: 15px; } .page-kuya-kim-atienza-chibi__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__security-item { text-align: center; padding: 25px; background-color: #f8f9fa; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-kuya-kim-atienza-chibi__security-item h3 { margin-top: 15px; font-size: 1.2em; color: #007bff; } .page-kuya-kim-atienza-chibi__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-kuya-kim-atienza-chibi__payment-logo { height: 40px; object-fit: contain; } .page-kuya-kim-atienza-chibi__faq-item { background-color: #f8f9fa; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-kuya-kim-atienza-chibi__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; user-select: none; } .page-kuya-kim-atienza-chibi__faq-question h3 { margin: 0; font-size: 1.1em; color: #007bff; pointer-events: none; } .page-kuya-kim-atienza-chibi__faq-question:hover { background-color: #e2e6ea; } .page-kuya-kim-atienza-chibi__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-kim-atienza-chibi__faq-item.active .page-kuya-kim-atienza-chibi__faq-toggle { transform: rotate(45deg); } .page-kuya-kim-atienza-chibi__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-kuya-kim-atienza-chibi__faq-item.active .page-kuya-kim-atienza-chibi__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-kim-atienza-chibi__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-kim-atienza-chibi__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; } .page-kuya-kim-atienza-chibi__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-kuya-kim-atienza-chibi__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-kim-atienza-chibi__blog-card h3 { margin-top: 0; font-size: 1.2em; color: #007bff; } .page-kuya-kim-atienza-chibi__blog-card p { font-size: 0.9em; margin-bottom: 15px; } .page-kuya-kim-atienza-chibi__blog-card .page-kuya-kim-atienza-chibi__cta-button { width: 100%; padding: 10px 15px; font-size: 1em; } @media (max-width: 768px) { .page-kuya-kim-atienza-chibi__hero-title { font-size: 2em; } .page-kuya-kim-atienza-chibi__hero-subtitle { font-size: 1em; } .page-kuya-kim-atienza-chibi__hero-section { padding: 40px 15px 30px; padding-top: calc(var(--header-offset, 0px) + 30px); } .page-kuya-kim-atienza-chibi__section { padding: 30px 15px; } .page-kuya-kim-atienza-chibi__features-grid, .page-kuya-kim-atienza-chibi__quick-links-grid, .page-kuya-kim-atienza-chibi__game-categories, .page-kuya-kim-atienza-chibi__promotion-grid, .page-kuya-kim-atienza-chibi__security-grid, .page-kuya-kim-atienza-chibi__blog-grid { grid-template-columns: 1fr; } .page-kuya-kim-atienza-chibi__feature-item, .page-kuya-kim-atienza-chibi__quick-link-button, .page-kuya-kim-atienza-chibi__game-card, .page-kuya-kim-atienza-chibi__promotion-card, .page-kuya-kim-atienza-chibi__security-item, .page-kuya-kim-atienza-chibi__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-kuya-kim-atienza-chibi__game-card-image, .page-kuya-kim-atienza-chibi__promotion-card-image, .page-kuya-kim-atienza-chibi__blog-card-image { height: 150px; } .page-kuya-kim-atienza-chibi__payment-methods { flex-direction: column; align-items: center; } .page-kuya-kim-atienza-chibi__payment-logo { height: 30px; } .page-kuya-kim-atienza-chibi__faq-answer { padding: 15px !important; } .page-kuya-kim-atienza-chibi__faq-question { padding: 12px 15px; } } @media (max-width: 480px) { .page-kuya-kim-atienza-chibi__hero-title { font-size: 1.8em; } .page-kuya-kim-atienza-chibi__hero-subtitle { font-size: 0.9em; } .page-kuya-kim-atienza-chibi__cta-button { padding: 12px 25px; font-size: 1em; } }