body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-kuya-j-fishermall__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-j-fishermall__section { background-color: #fff; border-radius: 8px; margin-bottom: 25px; padding: 30px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); } .page-kuya-j-fishermall__hero-section { background: linear-gradient(135deg, #0a1128, #12284b); color: #fff; text-align: center; padding: 80px 20px 60px; border-radius: 0 0 15px 15px; position: relative; overflow: hidden; padding-top: calc(80px + 10px); } .page-kuya-j-fishermall__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:hero:1920x1080:abstract,geometric,blue,dark]'); background-size: cover; background-position: center; opacity: 0.15; z-index: 0; } .page-kuya-j-fishermall__hero-content { position: relative; z-index: 1; } .page-kuya-j-fishermall__hero-title { font-size: 3.2em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-kuya-j-fishermall__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-kuya-j-fishermall__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-kuya-j-fishermall__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; white-space: nowrap; } .page-kuya-j-fishermall__btn:hover { background-color: #ff6a3d; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); } .page-kuya-j-fishermall__section-title { font-size: 2.5em; color: #0a1128; text-align: center; margin-bottom: 30px; font-weight: bold; position: relative; padding-bottom: 10px; } .page-kuya-j-fishermall__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e44d26; margin: 15px auto 0; border-radius: 2px; } .page-kuya-j-fishermall__intro-text { font-size: 1.1em; line-height: 1.7; text-align: center; max-width: 900px; margin: 0 auto 30px; } .page-kuya-j-fishermall__image-full { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; } .page-kuya-j-fishermall__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-kuya-j-fishermall__quick-access-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; text-align: center; padding: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-j-fishermall__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-kuya-j-fishermall__quick-access-item .page-kuya-j-fishermall__btn { width: 100%; margin-top: 15px; } .page-kuya-j-fishermall__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-kuya-j-fishermall__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-j-fishermall__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-fishermall__game-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-j-fishermall__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-j-fishermall__game-title { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #0a1128; } .page-kuya-j-fishermall__game-description { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-kuya-j-fishermall__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-kuya-j-fishermall__promo-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-j-fishermall__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-fishermall__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-j-fishermall__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-j-fishermall__promo-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #0a1128; } .page-kuya-j-fishermall__promo-description { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-kuya-j-fishermall__faq-list { margin-top: 30px; } .page-kuya-j-fishermall__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-kuya-j-fishermall__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-size: 1.1em; font-weight: bold; color: #0a1128; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-kuya-j-fishermall__faq-question:hover { background-color: #f0f0f0; } .page-kuya-j-fishermall__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-kuya-j-fishermall__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-j-fishermall__faq-item.active .page-kuya-j-fishermall__faq-toggle { transform: rotate(45deg); } .page-kuya-j-fishermall__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-kuya-j-fishermall__faq-item.active .page-kuya-j-fishermall__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-j-fishermall__faq-answer p { margin: 0; line-height: 1.6; color: #555; } .page-kuya-j-fishermall__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-kuya-j-fishermall__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-j-fishermall__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-fishermall__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-kuya-j-fishermall__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-j-fishermall__blog-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #0a1128; line-height: 1.4; } .page-kuya-j-fishermall__blog-summary { font-size: 0.9em; line-height: 1.6; color: #555; margin-bottom: 15px; } .page-kuya-j-fishermall__blog-date { font-size: 0.85em; color: #888; margin-top: auto; } .page-kuya-j-fishermall__social-proof { text-align: center; margin-top: 20px; } .page-kuya-j-fishermall__social-proof img { max-width: 100px; height: auto; margin: 0 10px; opacity: 0.7; transition: opacity 0.3s ease; } .page-kuya-j-fishermall__social-proof img:hover { opacity: 1; } @media (max-width: 1024px) { .page-kuya-j-fishermall__hero-title { font-size: 2.8em; } .page-kuya-j-fishermall__hero-subtitle { font-size: 1.3em; } .page-kuya-j-fishermall__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-kuya-j-fishermall__hero-section { padding-top: calc(60px + 10px); padding-bottom: 40px; } .page-kuya-j-fishermall__hero-title { font-size: 2.2em; } .page-kuya-j-fishermall__hero-subtitle { font-size: 1.1em; } .page-kuya-j-fishermall__cta-buttons { flex-direction: column; gap: 15px; } .page-kuya-j-fishermall__btn { width: 100%; max-width: 300px; margin: 0 auto; } .page-kuya-j-fishermall__section { padding: 20px; } .page-kuya-j-fishermall__section-title { font-size: 1.8em; } .page-kuya-j-fishermall__intro-text { font-size: 1em; } .page-kuya-j-fishermall__game-grid, .page-kuya-j-fishermall__promo-grid, .page-kuya-j-fishermall__blog-grid { grid-template-columns: 1fr; } .page-kuya-j-fishermall__game-card, .page-kuya-j-fishermall__promo-card, .page-kuya-j-fishermall__blog-card { max-width: 400px; margin: 0 auto; } .page-kuya-j-fishermall__faq-question { font-size: 1em; padding: 15px; } .page-kuya-j-fishermall__faq-answer { padding: 15px !important; } .page-kuya-j-fishermall__quick-access-grid { grid-template-columns: 1fr; } .page-kuya-j-fishermall__quick-access-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-fishermall__game-grid .page-kuya-j-fishermall__game-card, .page-kuya-j-fishermall__promo-grid .page-kuya-j-fishermall__promo-card, .page-kuya-j-fishermall__blog-grid .page-kuya-j-fishermall__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-fishermall__game-grid, .page-kuya-j-fishermall__promo-grid, .page-kuya-j-fishermall__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-kuya-j-fishermall__game-description, .page-kuya-j-fishermall__promo-description, .page-kuya-j-fishermall__blog-summary, .page-kuya-j-fishermall__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-kuya-j-fishermall__hero-title { font-size: 1.8em; } .page-kuya-j-fishermall__hero-subtitle { font-size: 1em; } .page-kuya-j-fishermall__btn { padding: 12px 20px; font-size: 1em; } .page-kuya-j-fishermall__section-title { font-size: 1.5em; } }