.page-kuya-j-ever-gotesco { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-j-ever-gotesco__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-j-ever-gotesco__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-j-ever-gotesco__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-kuya-j-ever-gotesco__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; }.page-kuya-j-ever-gotesco__section--dark .page-kuya-j-ever-gotesco__section-title { color: #ecf0f1; }.page-kuya-j-ever-gotesco__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 0 60px; min-height: 500px; overflow: hidden; background-color: #000; }.page-kuya-j-ever-gotesco__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-kuya-j-ever-gotesco__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: 2; }.page-kuya-j-ever-gotesco__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; }.page-kuya-j-ever-gotesco__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-kuya-j-ever-gotesco__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-kuya-j-ever-gotesco__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kuya-j-ever-gotesco__button { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; }.page-kuya-j-ever-gotesco__button:hover { background-color: #c0392b; }.page-kuya-j-ever-gotesco__introduction-text { font-size: 1.1em; text-align: center; margin-bottom: 20px; }.page-kuya-j-ever-gotesco__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-kuya-j-ever-gotesco__grid-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-ever-gotesco__grid-item:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); }.page-kuya-j-ever-gotesco__grid-item-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; }.page-kuya-j-ever-gotesco__grid-item-description { font-size: 0.95em; color: #555; }.page-kuya-j-ever-gotesco__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: flex; flex-direction: column; }.page-kuya-j-ever-gotesco__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-j-ever-gotesco__game-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-kuya-j-ever-gotesco__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-kuya-j-ever-gotesco__game-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__promotion-item { display: flex; align-items: center; margin-bottom: 25px; background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.08); }.page-kuya-j-ever-gotesco__promotion-image { width: 40%; height: 200px; object-fit: cover; }.page-kuya-j-ever-gotesco__promotion-content { padding: 20px; width: 60%; }.page-kuya-j-ever-gotesco__promotion-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__promotion-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__faq-list { list-style: none; padding: 0; }.page-kuya-j-ever-gotesco__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-kuya-j-ever-gotesco__faq-question { background-color: #f0f0f0; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kuya-j-ever-gotesco__faq-question:hover { background-color: #e0e0e0; }.page-kuya-j-ever-gotesco__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; }.page-kuya-j-ever-gotesco__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; }.page-kuya-j-ever-gotesco__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; 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-j-ever-gotesco__faq-item.active .page-kuya-j-ever-gotesco__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-j-ever-gotesco__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-kuya-j-ever-gotesco__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-kuya-j-ever-gotesco__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-j-ever-gotesco__blog-content { padding: 20px; }.page-kuya-j-ever-gotesco__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-kuya-j-ever-gotesco__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__blog-date { font-size: 0.85em; color: #999; text-align: right; }.page-kuya-j-ever-gotesco__list-item { box-sizing: border-box; }.page-kuya-j-ever-gotesco__image { max-width: 100%; height: auto; object-fit: cover; }.page-kuya-j-ever-gotesco__icon-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-kuya-j-ever-gotesco__icon-item { text-align: center; flex: 0 0 auto; width: 120px; }.page-kuya-j-ever-gotesco__icon-image { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__icon-text { font-size: 0.9em; color: #555; }.page-kuya-j-ever-gotesco__flex-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-kuya-j-ever-gotesco__flex-item { flex: 1 1 calc(33% - 20px); min-width: 280px; background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; }.page-kuya-j-ever-gotesco__flex-item-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; }.page-kuya-j-ever-gotesco__flex-item-text { font-size: 0.95em; color: #555; }.page-kuya-j-ever-gotesco__flex-item .page-kuya-j-ever-gotesco__button { margin-top: 15px; }.page-kuya-j-ever-gotesco__promo-card { display: flex; flex-direction: column; background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: left; }.page-kuya-j-ever-gotesco__promo-card-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-j-ever-gotesco__promo-card-content { padding: 20px; }.page-kuya-j-ever-gotesco__promo-card-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__promo-card-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__promo-card .page-kuya-j-ever-gotesco__button { width: 100%; text-align: center; }.page-kuya-j-ever-gotesco__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }.page-kuya-j-ever-gotesco__game-category-item { background-color: #f9f9f9; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.2s ease; }.page-kuya-j-ever-gotesco__game-category-item:hover { transform: translateY(-3px); }.page-kuya-j-ever-gotesco__game-category-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__game-category-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__game-category-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-kuya-j-ever-gotesco__blog-item { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-kuya-j-ever-gotesco__blog-item-image { width: 100%; height: 180px; object-fit: cover; }.page-kuya-j-ever-gotesco__blog-item-content { padding: 15px; }.page-kuya-j-ever-gotesco__blog-item-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__blog-item-title a { text-decoration: none; color: inherit; }.page-kuya-j-ever-gotesco__blog-item-title a:hover { color: #e74c3c; }.page-kuya-j-ever-gotesco__blog-item-excerpt { font-size: 0.9em; color: #666; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__blog-item-date { font-size: 0.8em; color: #999; text-align: right; }.page-kuya-j-ever-gotesco__logo-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; padding: 30px 20px; background-color: #2c3e50; border-radius: 8px; margin-top: 40px; }.page-kuya-j-ever-gotesco__logo-strip-item { width: 100px; height: auto; object-fit: contain; filter: grayscale(100%) brightness(200%); transition: filter 0.3s ease; }.page-kuya-j-ever-gotesco__logo-strip-item:hover { filter: grayscale(0%) brightness(100%); }.page-kuya-j-ever-gotesco__main-content { padding-top: 10px; }.page-kuya-j-ever-gotesco__hero-buttons { margin-top: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kuya-j-ever-gotesco__hero-button { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; font-size: 1.1em; }.page-kuya-j-ever-gotesco__hero-button:hover { background-color: #c0392b; }.page-kuya-j-ever-gotesco__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-kuya-j-ever-gotesco__quick-access-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }.page-kuya-j-ever-gotesco__quick-access-item h3 { margin-top: 0; font-size: 1.3em; color: #34495e; }.page-kuya-j-ever-gotesco__quick-access-item .page-kuya-j-ever-gotesco__button { margin-top: 15px; }.page-kuya-j-ever-gotesco__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-kuya-j-ever-gotesco__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: flex; flex-direction: column; }.page-kuya-j-ever-gotesco__promo-card-image { width: 100%; height: 180px; object-fit: cover; }.page-kuya-j-ever-gotesco__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-kuya-j-ever-gotesco__promo-card-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__promo-card .page-kuya-j-ever-gotesco__button { width: 100%; text-align: center; }.page-kuya-j-ever-gotesco__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; text-align: center; }.page-kuya-j-ever-gotesco__security-item { flex: 1 1 calc(33% - 30px); min-width: 250px; background-color: #f0f0f0; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.08); }.page-kuya-j-ever-gotesco__security-item-icon { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__security-item-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; }.page-kuya-j-ever-gotesco__security-item-description { font-size: 0.95em; color: #555; }.page-kuya-j-ever-gotesco__contact-button-wrapper { text-align: center; margin-top: 30px; }.page-kuya-j-ever-gotesco__blog-area { background-color: #f0f0f0; padding: 40px 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-kuya-j-ever-gotesco__blog-area .page-kuya-j-ever-gotesco__section-title { color: #2c3e50; }.page-kuya-j-ever-gotesco__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-kuya-j-ever-gotesco__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); }.page-kuya-j-ever-gotesco__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-j-ever-gotesco__blog-card-content { padding: 20px; }.page-kuya-j-ever-gotesco__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-kuya-j-ever-gotesco__blog-card-title a { text-decoration: none; color: inherit; }.page-kuya-j-ever-gotesco__blog-card-title a:hover { color: #e74c3c; }.page-kuya-j-ever-gotesco__blog-card-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-kuya-j-ever-gotesco__blog-card-date { font-size: 0.85em; color: #999; text-align: right; }.page-kuya-j-ever-gotesco__info-block { display: flex; align-items: center; margin-bottom: 25px; background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.08); }.page-kuya-j-ever-gotesco__info-block-icon { width: 80px; height: 80px; object-fit: contain; padding: 15px; background-color: #e74c3c; }.page-kuya-j-ever-gotesco__info-block-content { padding: 20px; flex-grow: 1; }.page-kuya-j-ever-gotesco__info-block-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 5px; }.page-kuya-j-ever-gotesco__info-block-text { font-size: 0.95em; color: #555; }.page-kuya-j-ever-gotesco__info-block-cta { margin-top: 10px; text-align: right; }.page-kuya-j-ever-gotesco__info-block-cta .page-kuya-j-ever-gotesco__button { padding: 10px 20px; font-size: 0.9em; }.page-kuya-j-ever-gotesco__logo-showcase { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 40px; padding: 40px 20px; background-color: #34495e; border-radius: 8px; margin-top: 40px; }.page-kuya-j-ever-gotesco__logo-item { width: 150px; height: auto; object-fit: contain; filter: grayscale(100%) brightness(200%); transition: filter 0.3s ease; }.page-kuya-j-ever-gotesco__logo-item:hover { filter: grayscale(0%) brightness(100%); }@media (max-width: 1024px) { .page-kuya-j-ever-gotesco__hero-title { font-size: 3em; } .page-kuya-j-ever-gotesco__hero-subtitle { font-size: 1.3em; } .page-kuya-j-ever-gotesco__section-title { font-size: 2em; } .page-kuya-j-ever-gotesco__promotion-item { flex-direction: column; } .page-kuya-j-ever-gotesco__promotion-image, .page-kuya-j-ever-gotesco__promotion-content { width: 100%; } .page-kuya-j-ever-gotesco__promotion-image { height: 250px; }}.page-kuya-j-ever-gotesco__list-item, .page-kuya-j-ever-gotesco__grid-item, .page-kuya-j-ever-gotesco__game-card, .page-kuya-j-ever-gotesco__promotion-item, .page-kuya-j-ever-gotesco__faq-item, .page-kuya-j-ever-gotesco__blog-card, .page-kuya-j-ever-gotesco__quick-access-item, .page-kuya-j-ever-gotesco__promo-card, .page-kuya-j-ever-gotesco__security-item, .page-kuya-j-ever-gotesco__blog-item, .page-kuya-j-ever-gotesco__game-category-item, .page-kuya-j-ever-gotesco__flex-item, .page-kuya-j-ever-gotesco__info-block { box-sizing: border-box !important; }@media (max-width: 768px) { .page-kuya-j-ever-gotesco__container { padding: 15px; } .page-kuya-j-ever-gotesco__section { padding: 30px 15px; } .page-kuya-j-ever-gotesco__hero-section { min-height: 400px; padding-bottom: 40px; } .page-kuya-j-ever-gotesco__hero-title { font-size: 2.2em; } .page-kuya-j-ever-gotesco__hero-subtitle { font-size: 1.1em; } .page-kuya-j-ever-gotesco__button-group { flex-direction: column; gap: 15px; } .page-kuya-j-ever-gotesco__hero-button { width: 100%; } .page-kuya-j-ever-gotesco__section-title { font-size: 1.8em; } .page-kuya-j-ever-gotesco__grid, .page-kuya-j-ever-gotesco__game-category-grid, .page-kuya-j-ever-gotesco__promo-grid, .page-kuya-j-ever-gotesco__blog-list, .page-kuya-j-ever-gotesco__quick-access-grid, .page-kuya-j-ever-gotesco__security-features, .page-kuya-j-ever-gotesco__flex-container { grid-template-columns: 1fr; } .page-kuya-j-ever-gotesco__promotion-item { flex-direction: column; } .page-kuya-j-ever-gotesco__promotion-image, .page-kuya-j-ever-gotesco__promotion-content { width: 100%; } .page-kuya-j-ever-gotesco__promotion-image { height: 200px; } .page-kuya-j-ever-gotesco__faq-question h3 { font-size: 1.1em; } .page-kuya-j-ever-gotesco__blog-card-image, .page-kuya-j-ever-gotesco__game-card-image, .page-kuya-j-ever-gotesco__blog-item-image, .page-kuya-j-ever-gotesco__promo-card-image { height: 160px; } .page-kuya-j-ever-gotesco__list-item, .page-kuya-j-ever-gotesco__grid-item, .page-kuya-j-ever-gotesco__game-card, .page-kuya-j-ever-gotesco__promotion-item, .page-kuya-j-ever-gotesco__faq-item, .page-kuya-j-ever-gotesco__blog-card, .page-kuya-j-ever-gotesco__quick-access-item, .page-kuya-j-ever-gotesco__promo-card, .page-kuya-j-ever-gotesco__security-item, .page-kuya-j-ever-gotesco__blog-item, .page-kuya-j-ever-gotesco__game-category-item, .page-kuya-j-ever-gotesco__flex-item, .page-kuya-j-ever-gotesco__info-block { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-j-ever-gotesco__faq-answer { padding: 0 15px !important; } .page-kuya-j-ever-gotesco__faq-item.active .page-kuya-j-ever-gotesco__faq-answer { padding: 15px !important; } .page-kuya-j-ever-gotesco__info-block { flex-direction: column; }.page-kuya-j-ever-gotesco__info-block-icon { width: 100%; height: auto; padding: 10px 0; }.page-kuya-j-ever-gotesco__info-block-content { width: 100%; padding: 15px; }.page-kuya-j-ever-gotesco__info-block-cta { text-align: center; margin-top: 10px; } .page-kuya-j-ever-gotesco__logo-strip, .page-kuya-j-ever-gotesco__logo-showcase { gap: 20px; padding: 20px 15px; } .page-kuya-j-ever-gotesco__logo-strip-item, .page-kuya-j-ever-gotesco__logo-item { width: 80px; } } @media (max-width: 375px) { .page-kuya-j-ever-gotesco__hero-title { font-size: 1.8em; } .page-kuya-j-ever-gotesco__hero-subtitle { font-size: 1em; } .page-kuya-j-ever-gotesco__section-title { font-size: 1.5em; } .page-kuya-j-ever-gotesco__button { padding: 12px 25px; font-size: 1em; }