.page-kuya-korea-up-town-center { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-korea-up-town-center__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-korea-up-town-center__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-kuya-korea-up-town-center__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; }.page-kuya-korea-up-town-center__text-content { font-size: 1.1em; text-align: center; margin-bottom: 30px; color: #555; }/* Hero Section */.page-kuya-korea-up-town-center__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding-top: 10px; box-sizing: border-box; }.page-kuya-korea-up-town-center__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-kuya-korea-up-town-center__hero-content { position: relative; z-index: 1; color: #fff; background: rgba(0, 0, 0, 0.5); padding: 30px 40px; border-radius: 10px; max-width: 800px; }.page-kuya-korea-up-town-center__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff; }.page-kuya-korea-up-town-center__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); color: #fff; }.page-kuya-korea-up-town-center__hero-cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kuya-korea-up-town-center__hero-cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }/* Introduction Section */.page-kuya-korea-up-town-center__introduction-section { padding: 80px 0; background-color: #fff; }.page-kuya-korea-up-town-center__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-korea-up-town-center__feature-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; box-sizing: border-box; }.page-kuya-korea-up-town-center__feature-item:hover { transform: translateY(-5px); }.page-kuya-korea-up-town-center__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; }.page-kuya-korea-up-town-center__feature-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-kuya-korea-up-town-center__feature-description { font-size: 1em; color: #666; }/* Quick Access Section */.page-kuya-korea-up-town-center__quick-access-section { padding: 80px 0; background-color: #e6f2ff; }.page-kuya-korea-up-town-center__access-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }.page-kuya-korea-up-town-center__access-link-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; font-size: 1.1em; text-align: center; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; box-sizing: border-box; }.page-kuya-korea-up-town-center__access-link-button:hover { background-color: #0056b3; transform: translateY(-3px); }/* Games Section */.page-kuya-korea-up-town-center__games-section { padding: 80px 0; background-color: #fdfdfd; }.page-kuya-korea-up-town-center__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-korea-up-town-center__game-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-kuya-korea-up-town-center__game-card:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }.page-kuya-korea-up-town-center__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; }.page-kuya-korea-up-town-center__game-title { font-size: 1.6em; color: #0056b3; margin: 20px 15px 10px; }.page-kuya-korea-up-town-center__game-description { font-size: 0.95em; color: #666; padding: 0 15px 20px; }.page-kuya-korea-up-town-center__game-cta { display: block; background-color: #ffc107; color: #333; padding: 12px 15px; font-size: 1em; font-weight: bold; text-decoration: none; border-top: 1px solid #e0a800; transition: background-color 0.3s ease; }.page-kuya-korea-up-town-center__game-cta:hover { background-color: #e0a800; }/* Promotions Section */.page-kuya-korea-up-town-center__promotions-section { padding: 80px 0; background-color: #f0f8ff; }.page-kuya-korea-up-town-center__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-korea-up-town-center__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-kuya-korea-up-town-center__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }.page-kuya-korea-up-town-center__promo-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 1px solid #eee; }.page-kuya-korea-up-town-center__promo-title { font-size: 1.6em; color: #0056b3; margin: 20px 15px 10px; }.page-kuya-korea-up-town-center__promo-description { font-size: 0.95em; color: #666; padding: 0 15px 20px; }.page-kuya-korea-up-town-center__promo-cta { display: block; background-color: #007bff; color: #fff; padding: 12px 15px; font-size: 1em; font-weight: bold; text-decoration: none; border-top: 1px solid #0056b3; transition: background-color 0.3s ease; }.page-kuya-korea-up-town-center__promo-cta:hover { background-color: #0056b3; }/* Security & Support Section */.page-kuya-korea-up-town-center__security-support-section { padding: 80px 0; background-color: #fff; }.page-kuya-korea-up-town-center__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-korea-up-town-center__info-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; }.page-kuya-korea-up-town-center__info-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-kuya-korea-up-town-center__info-description { font-size: 0.95em; color: #666; }.page-kuya-korea-up-town-center__contact-cta { display: block; width: fit-content; margin: 50px auto 0; background-color: #28a745; color: #fff; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kuya-korea-up-town-center__contact-cta:hover { background-color: #218838; transform: translateY(-3px); }/* FAQ Section */.page-kuya-korea-up-town-center__faq-section { padding: 80px 0; background-color: #e6f2ff; }.page-kuya-korea-up-town-center__faq-list { max-width: 900px; margin: 40px auto 0; }.page-kuya-korea-up-town-center__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); overflow: hidden; box-sizing: border-box; }.page-kuya-korea-up-town-center__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.2em; font-weight: bold; color: #0056b3; cursor: pointer; user-select: none; background-color: #fdfdfd; transition: background-color 0.3s ease; box-sizing: border-box; }.page-kuya-korea-up-town-center__faq-question:hover { background-color: #f0f8ff; }.page-kuya-korea-up-town-center__faq-question-title { margin: 0; flex-grow: 1; pointer-events: none; color: #0056b3; }.page-kuya-korea-up-town-center__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; color: #ffc107; }.page-kuya-korea-up-town-center__faq-item.active .page-kuya-korea-up-town-center__faq-toggle { transform: rotate(45deg); }.page-kuya-korea-up-town-center__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; box-sizing: border-box; }.page-kuya-korea-up-town-center__faq-item.active .page-kuya-korea-up-town-center__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-korea-up-town-center__faq-answer p { margin: 0; }/* Blog Section */.page-kuya-korea-up-town-center__blog-section { padding: 80px 0; background-color: #fdfdfd; }.page-kuya-korea-up-town-center__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-kuya-korea-up-town-center__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-kuya-korea-up-town-center__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }.page-kuya-korea-up-town-center__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-korea-up-town-center__blog-content { padding: 20px; }.page-kuya-korea-up-town-center__blog-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-kuya-korea-up-town-center__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 20px; }.page-kuya-korea-up-town-center__blog-read-more { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; font-size: 0.9em; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease; }.page-kuya-korea-up-town-center__blog-read-more:hover { background-color: #0056b3; }/* Responsive adjustments */@media (max-width: 768px) { .page-kuya-korea-up-town-center__container { padding: 15px; } .page-kuya-korea-up-town-center__hero-section { height: 450px; } .page-kuya-korea-up-town-center__hero-content { padding: 20px; } .page-kuya-korea-up-town-center__hero-title { font-size: 2.2em; } .page-kuya-korea-up-town-center__hero-subtitle { font-size: 1.2em; } .page-kuya-korea-up-town-center__hero-cta-button { padding: 12px 25px; font-size: 1.1em; } .page-kuya-korea-up-town-center__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuya-korea-up-town-center__text-content { font-size: 1em; margin-bottom: 20px; } .page-kuya-korea-up-town-center__features-grid, .page-kuya-korea-up-town-center__access-links-grid, .page-kuya-korea-up-town-center__games-grid, .page-kuya-korea-up-town-center__promo-grid, .page-kuya-korea-up-town-center__info-grid, .page-kuya-korea-up-town-center__blog-grid { grid-template-columns: 1fr; gap: 20px; } /* List item specific mobile styles */ .page-kuya-korea-up-town-center__feature-item, .page-kuya-korea-up-town-center__access-link-button, .page-kuya-korea-up-town-center__game-card, .page-kuya-korea-up-town-center__promo-card, .page-kuya-korea-up-town-center__info-item, .page-kuya-korea-up-town-center__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-korea-up-town-center__faq-question, .page-kuya-korea-up-town-center__faq-answer { padding-left: 15px; padding-right: 15px; } .page-kuya-korea-up-town-center__faq-item.active .page-kuya-korea-up-town-center__faq-answer { padding: 15px 15px !important; } .page-kuya-korea-up-town-center__contact-cta { width: 100%; font-size: 1.1em; } }