.page-kuya-j-uptown-mall__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-kuya-j-uptown-mall__section-title { font-size: 2.5rem; color: #FFD700; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-kuya-j-uptown-mall__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #FFD700; border-radius: 2px; } .page-kuya-j-uptown-mall__text-content { font-size: 1.1rem; line-height: 1.6; color: #E0E0E0; margin-bottom: 20px; text-align: center; } .page-kuya-j-uptown-mall__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; border: none; font-size: 1rem; } .page-kuya-j-uptown-mall__button--primary { background-color: #FFD700; color: #1A1A1A; } .page-kuya-j-uptown-mall__button--primary:hover { background-color: #E6C200; transform: translateY(-2px); } .page-kuya-j-uptown-mall__button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; } .page-kuya-j-uptown-mall__button--secondary:hover { background-color: #FFD700; color: #1A1A1A; transform: translateY(-2px); } /* Hero Section */ .page-kuya-j-uptown-mall__hero-section { position: relative; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); color: #FFFFFF; padding: 10px 0 80px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; min-height: 70vh; } .page-kuya-j-uptown-mall__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; } .page-kuya-j-uptown-mall__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); max-width: 100%; } .page-kuya-j-uptown-mall__hero-content { text-align: center; max-width: 800px; padding: 20px; z-index: 1; } .page-kuya-j-uptown-mall__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; color: #FFD700; } .page-kuya-j-uptown-mall__hero-description { font-size: 1.3rem; margin-bottom: 30px; color: #E0E0E0; } .page-kuya-j-uptown-mall__hero-buttons { display: flex; gap: 20px; justify-content: center; } /* About Section */ .page-kuya-j-uptown-mall__about-section { background-color: #1A1A1A; padding: 80px 0; text-align: center; } /* Features Section */ .page-kuya-j-uptown-mall__features-section { background-color: #222222; padding: 80px 0; } .page-kuya-j-uptown-mall__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuya-j-uptown-mall__feature-item { background-color: #333333; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-kuya-j-uptown-mall__feature-item:hover { transform: translateY(-5px); } .page-kuya-j-uptown-mall__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-kuya-j-uptown-mall__feature-title { font-size: 1.5rem; color: #FFD700; margin-bottom: 15px; } .page-kuya-j-uptown-mall__feature-description { font-size: 1rem; color: #CCCCCC; line-height: 1.5; } .page-kuya-j-uptown-mall__action-area { text-align: center; margin-top: 50px; } /* Download App Section */ .page-kuya-j-uptown-mall__download-app-section { background-color: #1A1A1A; padding: 80px 0; } .page-kuya-j-uptown-mall__download-app-content { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 40px; } .page-kuya-j-uptown-mall__download-text { flex: 1; min-width: 300px; text-align: center; } .page-kuya-j-uptown-mall__download-image-wrapper { flex: 1; min-width: 300px; text-align: center; max-width: 500px; } .page-kuya-j-uptown-mall__download-app-image { width: 100%; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); max-width: 100%; } /* FAQ Section */ .page-kuya-j-uptown-mall__faq-section { background-color: #222222; padding: 80px 0; } .page-kuya-j-uptown-mall__faq-list { max-width: 800px; margin: 40px auto 0 auto; } .page-kuya-j-uptown-mall__faq-item { background-color: #333333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-kuya-j-uptown-mall__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3C3C3C; color: #FFD700; font-size: 1.2rem; font-weight: bold; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; } .page-kuya-j-uptown-mall__faq-question:hover { background-color: #4A4A4A; } .page-kuya-j-uptown-mall__faq-heading { margin: 0; font-size: 1.2rem; color: #FFD700; pointer-events: none; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } .page-kuya-j-uptown-mall__faq-toggle { font-size: 1.8rem; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-j-uptown-mall__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #CCCCCC; background-color: #333333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1.05rem; line-height: 1.6; box-sizing: border-box; } .page-kuya-j-uptown-mall__faq-answer p { margin: 0; padding-bottom: 20px; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } .page-kuya-j-uptown-mall__faq-item.active .page-kuya-j-uptown-mall__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-j-uptown-mall__faq-item.active .page-kuya-j-uptown-mall__faq-toggle { transform: rotate(45deg); } /* Floating Buttons */ .page-kuya-j-uptown-mall__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-kuya-j-uptown-mall__floating-button { padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1rem; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, background-color 0.2s ease; } .page-kuya-j-uptown-mall__floating-button--register { background-color: #FFD700; color: #1A1A1A; } .page-kuya-j-uptown-mall__floating-button--register:hover { background-color: #E6C200; transform: translateY(-2px); } .page-kuya-j-uptown-mall__floating-button--login { background-color: #4CAF50; color: #FFFFFF; } .page-kuya-j-uptown-mall__floating-button--login:hover { background-color: #45a049; transform: translateY(-2px); } /* Responsive Design */ @media (max-width: 1024px) { .page-kuya-j-uptown-mall__hero-title { font-size: 2.8rem; } .page-kuya-j-uptown-mall__hero-description { font-size: 1.1rem; } .page-kuya-j-uptown-mall__section-title { font-size: 2rem; } } @media (max-width: 768px) { .page-kuya-j-uptown-mall__hero-section { padding-bottom: 60px; min-height: 60vh; } .page-kuya-j-uptown-mall__hero-title { font-size: 2.2rem; } .page-kuya-j-uptown-mall__hero-description { font-size: 1rem; } .page-kuya-j-uptown-mall__hero-buttons { flex-direction: column; gap: 15px; } .page-kuya-j-uptown-mall__button { width: 100%; max-width: 250px; margin: 0 auto; } .page-kuya-j-uptown-mall__section-title { font-size: 1.8rem; margin-bottom: 30px; } .page-kuya-j-uptown-mall__text-content { font-size: 1rem; } /* Features Grid */ .page-kuya-j-uptown-mall__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuya-j-uptown-mall__feature-item { padding: 25px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-uptown-mall__feature-icon { width: 60px; height: 60px; } .page-kuya-j-uptown-mall__feature-title { font-size: 1.3rem; } .page-kuya-j-uptown-mall__feature-description { font-size: 0.9rem; } /* Download App Section */ .page-kuya-j-uptown-mall__download-app-content { flex-direction: column; text-align: center; } .page-kuya-j-uptown-mall__download-text, .page-kuya-j-uptown-mall__download-image-wrapper { min-width: unset; width: 100%; } .page-kuya-j-uptown-mall__download-app-image { max-width: 90%; margin: 0 auto; } /* FAQ Section */ .page-kuya-j-uptown-mall__faq-list { margin-top: 30px; } .page-kuya-j-uptown-mall__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-uptown-mall__faq-question { padding: 15px 20px; font-size: 1.1rem; } .page-kuya-j-uptown-mall__faq-heading { font-size: 1.1rem; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-j-uptown-mall__faq-toggle { font-size: 1.5rem; margin-left: 10px; } .page-kuya-j-uptown-mall__faq-answer { padding: 0 20px; font-size: 1rem; } .page-kuya-j-uptown-mall__faq-item.active .page-kuya-j-uptown-mall__faq-answer { padding: 15px 20px !important; } /* Floating Buttons */ .page-kuya-j-uptown-mall__floating-buttons { flex-direction: row; width: calc(100% - 40px); left: 20px; right: 20px; bottom: 15px; justify-content: center; } .page-kuya-j-uptown-mall__floating-button { flex: 1; padding: 10px 15px; font-size: 0.9rem; } } @media (max-width: 480px) { .page-kuya-j-uptown-mall__hero-title { font-size: 1.8rem; } .page-kuya-j-uptown-mall__hero-description { font-size: 0.9rem; } .page-kuya-j-uptown-mall__button { padding: 10px 20px; font-size: 0.9rem; } .page-kuya-j-uptown-mall__section-title { font-size: 1.5rem; } .page-kuya-j-uptown-mall__faq-question { font-size: 1rem; padding: 12px 15px; } .page-kuya-j-uptown-mall__faq-heading { font-size: 1rem; } .page-kuya-j-uptown-mall__faq-toggle { font-size: 1.3rem; } .page-kuya-j-uptown-mall__faq-answer { padding: 0 15px; font-size: 0.9rem; } .page-kuya-j-uptown-mall__faq-item.active .page-kuya-j-uptown-mall__faq-answer { padding: 12px 15px !important; } .page-kuya-j-uptown-mall__floating-button { font-size: 0.85rem; padding: 8px 12px; } }