.page-jl-audio-emblem { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-jl-audio-emblem__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jl-audio-emblem__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a2a2a; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-jl-audio-emblem__section--dark { background-color: #1a1a1a; }.page-jl-audio-emblem__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px 80px; min-height: 500px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; border-radius: 0 0 8px 8px; }.page-jl-audio-emblem__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); }.page-jl-audio-emblem__hero-content { position: relative; z-index: 1; max-width: 800px; }.page-jl-audio-emblem__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; }.page-jl-audio-emblem__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-jl-audio-emblem__btn { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; }.page-jl-audio-emblem__btn:hover { background-color: #e6c200; transform: translateY(-2px); }.page-jl-audio-emblem__title { font-size: 2.2em; color: #FFD700; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-jl-audio-emblem__subtitle { font-size: 1.5em; color: #f0f0f0; text-align: center; margin-bottom: 20px; }.page-jl-audio-emblem__text { font-size: 1em; color: #ccc; margin-bottom: 15px; text-align: justify; }.page-jl-audio-emblem__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-jl-audio-emblem__card { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-jl-audio-emblem__card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); }.page-jl-audio-emblem__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 5px; margin-bottom: 15px; object-fit: cover; max-height: 200px; }.page-jl-audio-emblem__card-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; }.page-jl-audio-emblem__card-text { font-size: 0.95em; color: #bbb; margin-bottom: 20px; }.page-jl-audio-emblem__list { list-style: none; padding: 0; margin: 0; }.page-jl-audio-emblem__list-item { background-color: #333; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; }.page-jl-audio-emblem__list-item-text { flex-grow: 1; color: #eee; }.page-jl-audio-emblem__icon { width: 40px; height: 40px; margin-right: 15px; }.page-jl-audio-emblem__gamelogo { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; }.page-jl-audio-emblem__promo-card { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; }.page-jl-audio-emblem__promo-card-title { font-size: 1.6em; color: #FFD700; margin-bottom: 10px; }.page-jl-audio-emblem__promo-card-description { color: #bbb; margin-bottom: 20px; }.page-jl-audio-emblem__faq-item { background-color: #333; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-jl-audio-emblem__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #444; transition: background-color 0.3s ease; }.page-jl-audio-emblem__faq-question:hover { background-color: #555; }.page-jl-audio-emblem__faq-question h3 { margin: 0; font-size: 1.1em; color: #FFD700; pointer-events: none; }.page-jl-audio-emblem__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; }.page-jl-audio-emblem__faq-item.active .page-jl-audio-emblem__faq-toggle { transform: rotate(45deg); }.page-jl-audio-emblem__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-jl-audio-emblem__faq-item.active .page-jl-audio-emblem__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-jl-audio-emblem__faq-answer p { margin: 0; color: #bbb; }.page-jl-audio-emblem__blog-card { background-color: #333; padding: 20px; border-radius: 8px; text-align: left; display: flex; flex-direction: column; }.page-jl-audio-emblem__blog-card-image { width: 100%; max-width: 400px; height: auto; border-radius: 5px; margin-bottom: 15px; object-fit: cover; max-height: 200px; }.page-jl-audio-emblem__blog-card-title { font-size: 1.3em; color: #FFD700; margin-bottom: 10px; text-decoration: none; display: block; }.page-jl-audio-emblem__blog-card-title:hover { text-decoration: underline; }.page-jl-audio-emblem__blog-card-excerpt { font-size: 0.9em; color: #bbb; margin-bottom: 15px; }.page-jl-audio-emblem__blog-card-date { font-size: 0.8em; color: #888; text-align: right; }.page-jl-audio-emblem__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; background-color: #1a1a1a; }.page-jl-audio-emblem__logo-strip-item { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; height: 60px; }.page-jl-audio-emblem__logo-strip-item img { max-height: 100%; width: auto; object-fit: contain; filter: grayscale(100%) brightness(0.8); transition: filter 0.3s ease; }.page-jl-audio-emblem__logo-strip-item img:hover { filter: grayscale(0%) brightness(1); }@media (max-width: 768px) { .page-jl-audio-emblem__container { padding: 10px; } .page-jl-audio-emblem__section { padding: 30px 15px; } .page-jl-audio-emblem__hero-title { font-size: 2em; } .page-jl-audio-emblem__hero-subtitle { font-size: 1em; } .page-jl-audio-emblem__title { font-size: 1.8em; } .page-jl-audio-emblem__subtitle { font-size: 1.2em; } .page-jl-audio-emblem__grid { grid-template-columns: 1fr; } .page-jl-audio-emblem__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-audio-emblem__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-audio-emblem__card-image, .page-jl-audio-emblem__blog-card-image { max-width: 100%; height: auto; } img { max-width: 100% !important; height: auto !important; } .page-jl-audio-emblem__faq-question h3 { font-size: 1em; } .page-jl-audio-emblem__faq-answer { padding: 15px 15px !important; } .page-jl-audio-emblem__logo-strip { gap: 10px; padding: 15px 0; } .page-jl-audio-emblem__logo-strip-item { height: 50px; } }