.page-jl-audio-10tw1-4 { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; } .page-jl-audio-10tw1-4__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__container { padding: 15px; } } .page-jl-audio-10tw1-4__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-jl-audio-10tw1-4__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; color: #c0c0c0; } /* Hero Section */ .page-jl-audio-10tw1-4__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 500px; padding: 10px 0 60px; overflow: hidden; background-color: #0f3460; } .page-jl-audio-10tw1-4__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-jl-audio-10tw1-4__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-jl-audio-10tw1-4__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-audio-10tw1-4__hero-subtitle { font-size: 1.4em; color: #f0f0f0; margin-bottom: 30px; } .page-jl-audio-10tw1-4__hero-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jl-audio-10tw1-4__hero-cta:hover { background-color: #ff6a81; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__hero-section { min-height: 400px; padding-bottom: 40px; } .page-jl-audio-10tw1-4__hero-title { font-size: 2.2em; } .page-jl-audio-10tw1-4__hero-subtitle { font-size: 1em; } .page-jl-audio-10tw1-4__hero-cta { padding: 12px 25px; font-size: 1em; } } /* Introduction Section */ .page-jl-audio-10tw1-4__introduction-section { background-color: #16213e; padding: 60px 0; } .page-jl-audio-10tw1-4__intro-features { display: flex; justify-content: space-around; gap: 30px; margin-top: 40px; flex-wrap: wrap; } .page-jl-audio-10tw1-4__feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #0f3460; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-audio-10tw1-4__feature-item:hover { transform: translateY(-5px); } .page-jl-audio-10tw1-4__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-jl-audio-10tw1-4__feature-description { font-size: 1em; color: #c0c0c0; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__intro-features { flex-direction: column; align-items: center; gap: 20px; } .page-jl-audio-10tw1-4__feature-item { max-width: 100%; min-width: unset; padding: 20px; } .page-jl-audio-10tw1-4__feature-icon { width: 80px; height: 80px; } } /* Quick Access Section */ .page-jl-audio-10tw1-4__quick-access-section { background-color: #0f3460; padding: 60px 0; text-align: center; } .page-jl-audio-10tw1-4__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-jl-audio-10tw1-4__access-btn { background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); flex-basis: calc(25% - 20px); max-width: 250px; text-align: center; box-sizing: border-box; } .page-jl-audio-10tw1-4__access-btn:hover { background-color: #ff6a81; transform: translateY(-3px); } @media (max-width: 1024px) { .page-jl-audio-10tw1-4__access-btn { flex-basis: calc(50% - 20px); } } @media (max-width: 768px) { .page-jl-audio-10tw1-4__access-btn { flex-basis: 100%; font-size: 1em; padding: 12px 25px; } } /* Product Details Section */ .page-jl-audio-10tw1-4__product-details-section { background-color: #1a1a2e; padding: 60px 0; } .page-jl-audio-10tw1-4__product-grid { display: flex; align-items: center; gap: 40px; margin-top: 40px; } .page-jl-audio-10tw1-4__product-image-wrapper { flex: 1; min-width: 300px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-jl-audio-10tw1-4__product-image { width: 100%; height: auto; display: block; object-fit: cover; max-width: 100% !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__product-info { flex: 1; min-width: 300px; } .page-jl-audio-10tw1-4__product-info h3 { font-size: 1.8em; color: #e94560; margin-bottom: 20px; } .page-jl-audio-10tw1-4__product-specs { list-style: none; padding: 0; margin: 20px 0; } .page-jl-audio-10tw1-4__product-specs li { background-color: #0f3460; padding: 10px 15px; margin-bottom: 8px; border-radius: 5px; font-size: 1.05em; color: #c0c0c0; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; } .page-jl-audio-10tw1-4__product-specs li strong { color: #e94560; } .page-jl-audio-10tw1-4__product-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin-top: 20px; } .page-jl-audio-10tw1-4__product-cta:hover { background-color: #ff6a81; } @media (max-width: 992px) { .page-jl-audio-10tw1-4__product-grid { flex-direction: column; text-align: center; } .page-jl-audio-10tw1-4__product-image-wrapper { width: 100%; } .page-jl-audio-10tw1-4__product-info { width: 100%; } .page-jl-audio-10tw1-4__product-specs li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-jl-audio-10tw1-4__product-specs { padding: 0 !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } } /* Gaming Intro Section */ .page-jl-audio-10tw1-4__gaming-intro-section { background-color: #16213e; padding: 60px 0; } .page-jl-audio-10tw1-4__gaming-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-audio-10tw1-4__category-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-jl-audio-10tw1-4__category-card:hover { transform: translateY(-5px); } .page-jl-audio-10tw1-4__category-image { width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__category-title { font-size: 1.6em; color: #e94560; margin: 20px 15px 10px; } .page-jl-audio-10tw1-4__category-description { font-size: 1em; color: #c0c0c0; padding: 0 15px; margin-bottom: 20px; } .page-jl-audio-10tw1-4__category-cta { display: inline-block; background-color: #533483; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-jl-audio-10tw1-4__category-cta:hover { background-color: #7a4edc; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__gaming-categories { grid-template-columns: 1fr; gap: 20px; } .page-jl-audio-10tw1-4__category-image { height: 180px; } } /* Promotions Section */ .page-jl-audio-10tw1-4__promotions-section { background-color: #0f3460; padding: 60px 0; } .page-jl-audio-10tw1-4__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-audio-10tw1-4__promo-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-jl-audio-10tw1-4__promo-card:hover { transform: translateY(-5px); } .page-jl-audio-10tw1-4__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100% !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__promo-title { font-size: 1.6em; color: #e94560; margin: 20px 15px 10px; } .page-jl-audio-10tw1-4__promo-description { font-size: 1em; color: #c0c0c0; padding: 0 15px; margin-bottom: 20px; } .page-jl-audio-10tw1-4__promo-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-jl-audio-10tw1-4__promo-cta:hover { background-color: #ff6a81; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__promo-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-audio-10tw1-4__promo-image { height: 180px; } } /* Security Section */ .page-jl-audio-10tw1-4__security-section { background-color: #1a1a2e; padding: 60px 0; text-align: center; } .page-jl-audio-10tw1-4__security-grid { display: flex; justify-content: space-around; gap: 30px; margin-top: 40px; flex-wrap: wrap; } .page-jl-audio-10tw1-4__security-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #0f3460; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-audio-10tw1-4__security-item:hover { transform: translateY(-5px); } .page-jl-audio-10tw1-4__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__security-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-jl-audio-10tw1-4__security-description { font-size: 1em; color: #c0c0c0; } .page-jl-audio-10tw1-4__security-cta { display: inline-block; background-color: #533483; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin-top: 40px; } .page-jl-audio-10tw1-4__security-cta:hover { background-color: #7a4edc; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__security-grid { flex-direction: column; align-items: center; gap: 20px; } .page-jl-audio-10tw1-4__security-item { max-width: 100%; min-width: unset; padding: 20px; } .page-jl-audio-10tw1-4__security-icon { width: 80px; height: 80px; } } /* FAQ Section */ .page-jl-audio-10tw1-4__faq-section { background-color: #16213e; padding: 60px 0; } .page-jl-audio-10tw1-4__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-audio-10tw1-4__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-jl-audio-10tw1-4__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #1e2a4a; color: #e0e0e0; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jl-audio-10tw1-4__faq-question:hover { background-color: #2b3a5c; } .page-jl-audio-10tw1-4__faq-q-text { margin: 0; color: #e0e0e0; pointer-events: none; flex-grow: 1; } .page-jl-audio-10tw1-4__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; color: #e94560; } .page-jl-audio-10tw1-4__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #0f3460; color: #c0c0c0; 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.05em; } .page-jl-audio-10tw1-4__faq-answer p { margin: 0; padding-bottom: 20px; } .page-jl-audio-10tw1-4__faq-item.active .page-jl-audio-10tw1-4__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-jl-audio-10tw1-4__faq-item.active .page-jl-audio-10tw1-4__faq-toggle { transform: rotate(45deg); } @media (max-width: 768px) { .page-jl-audio-10tw1-4__faq-question { font-size: 1.1em; padding: 15px; } .page-jl-audio-10tw1-4__faq-answer { padding: 0 15px; } .page-jl-audio-10tw1-4__faq-answer p { padding-bottom: 15px; } .page-jl-audio-10tw1-4__faq-item.active .page-jl-audio-10tw1-4__faq-answer { padding: 15px !important; } } /* Blog Section */ .page-jl-audio-10tw1-4__blog-section { background-color: #0f3460; padding: 60px 0; } .page-jl-audio-10tw1-4__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-audio-10tw1-4__blog-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-audio-10tw1-4__blog-card:hover { transform: translateY(-5px); } .page-jl-audio-10tw1-4__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; box-sizing: border-box !important; } .page-jl-audio-10tw1-4__blog-title { font-size: 1.4em; color: #e94560; margin: 20px 15px 10px; min-height: 50px; } .page-jl-audio-10tw1-4__blog-date { font-size: 0.9em; color: #888888; padding: 0 15px; margin-bottom: 10px; } .page-jl-audio-10tw1-4__blog-excerpt { font-size: 1em; color: #c0c0c0; padding: 0 15px; margin-bottom: 20px; min-height: 60px; } .page-jl-audio-10tw1-4__blog-cta { display: inline-block; background-color: #533483; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; margin-left: 15px; transition: background-color 0.3s ease; } .page-jl-audio-10tw1-4__blog-cta:hover { background-color: #7a4edc; } @media (max-width: 768px) { .page-jl-audio-10tw1-4__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-audio-10tw1-4__blog-image { height: 180px; } .page-jl-audio-10tw1-4__blog-title, .page-jl-audio-10tw1-4__blog-excerpt { min-height: unset; } .page-jl-audio-10tw1-4__blog-cta { margin-left: 0; } .page-jl-audio-10tw1-4__blog-card { text-align: center; } }