.page-jl-audio-gotham-v2-review { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-jl-audio-gotham-v2-review__hero-section { position: relative; width: 100%; height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 20px 0; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.4; max-width: 100%; } .page-jl-audio-gotham-v2-review__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 8px; } .page-jl-audio-gotham-v2-review__hero-title { font-size: 2.8em; color: #ffffff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); word-wrap: break-word; } .page-jl-audio-gotham-v2-review__hero-subtitle { font-size: 1.3em; color: #cccccc; margin-bottom: 30px; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__hero-button, .page-jl-audio-gotham-v2-review__button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 14px 28px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__hero-button:hover, .page-jl-audio-gotham-v2-review__button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-jl-audio-gotham-v2-review__button--secondary { background-color: #6c757d; } .page-jl-audio-gotham-v2-review__button--secondary:hover { background-color: #5a6268; } .page-jl-audio-gotham-v2-review__introduction-section, .page-jl-audio-gotham-v2-review__features-section, .page-jl-audio-gotham-v2-review__performance-section, .page-jl-audio-gotham-v2-review__specifications-section, .page-jl-audio-gotham-v2-review__conclusion-section, .page-jl-audio-gotham-v2-review__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__section-title { font-size: 2.2em; color: #ffffff; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #007bff; } .page-jl-audio-gotham-v2-review__text-content { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; text-align: justify; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__content-image { display: block; max-width: 100%; height: auto; margin: 40px auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-audio-gotham-v2-review__feature-card { background-color: #2a2a2a; padding: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__feature-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-jl-audio-gotham-v2-review__card-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__card-description { font-size: 1em; color: #b0b0b0; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__performance-list { list-style: none; padding: 0; margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .page-jl-audio-gotham-v2-review__performance-list-item { background-color: #2a2a2a; padding: 20px; border-left: 5px solid #007bff; border-radius: 4px; font-size: 1.05em; color: #e0e0e0; word-wrap: break-word; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__performance-list-item strong { color: #ffffff; } .page-jl-audio-gotham-v2-review__specs-table-container { overflow-x: auto; margin-top: 40px; } .page-jl-audio-gotham-v2-review__specs-table { width: 100%; border-collapse: collapse; margin: 0 auto; min-width: 600px; } .page-jl-audio-gotham-v2-review__specs-table th, .page-jl-audio-gotham-v2-review__specs-table td { border: 1px solid #444; padding: 15px; text-align: left; font-size: 1em; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__specs-table th { background-color: #007bff; color: #ffffff; font-weight: bold; } .page-jl-audio-gotham-v2-review__specs-table td { background-color: #2a2a2a; color: #cccccc; } .page-jl-audio-gotham-v2-review__specs-table tr:nth-child(even) td { background-color: #333; } .page-jl-audio-gotham-v2-review__faq-container { margin-top: 40px; border: 1px solid #333; border-radius: 8px; overflow: hidden; } .page-jl-audio-gotham-v2-review__faq-item { border-bottom: 1px solid #333; } .page-jl-audio-gotham-v2-review__faq-item:last-child { border-bottom: none; } .page-jl-audio-gotham-v2-review__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #2a2a2a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-jl-audio-gotham-v2-review__faq-question:hover { background-color: #3a3a3a; } .page-jl-audio-gotham-v2-review__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; word-wrap: break-word; } .page-jl-audio-gotham-v2-review__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-jl-audio-gotham-v2-review__faq-item.active .page-jl-audio-gotham-v2-review__faq-toggle { transform: rotate(45deg); color: #ffc107; } .page-jl-audio-gotham-v2-review__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1f1f1f; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; box-sizing: border-box; } .page-jl-audio-gotham-v2-review__faq-item.active .page-jl-audio-gotham-v2-review__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-audio-gotham-v2-review__faq-answer p { margin: 0; font-size: 1.0em; word-wrap: break-word; } @media (max-width: 768px) { .page-jl-audio-gotham-v2-review__hero-section { height: 50vh; padding: 10px 15px 0; } .page-jl-audio-gotham-v2-review__hero-title { font-size: 2em; } .page-jl-audio-gotham-v2-review__hero-subtitle { font-size: 1em; } .page-jl-audio-gotham-v2-review__hero-button, .page-jl-audio-gotham-v2-review__button { padding: 12px 24px; font-size: 1em; } .page-jl-audio-gotham-v2-review__introduction-section, .page-jl-audio-gotham-v2-review__features-section, .page-jl-audio-gotham-v2-review__performance-section, .page-jl-audio-gotham-v2-review__specifications-section, .page-jl-audio-gotham-v2-review__conclusion-section, .page-jl-audio-gotham-v2-review__faq-section { padding: 40px 15px; } .page-jl-audio-gotham-v2-review__section-title { font-size: 1.8em; } .page-jl-audio-gotham-v2-review__text-content { font-size: 1em; } .page-jl-audio-gotham-v2-review__features-grid { grid-template-columns: 1fr; } .page-jl-audio-gotham-v2-review__feature-card { padding: 25px; } .page-jl-audio-gotham-v2-review__card-title { font-size: 1.3em; } .page-jl-audio-gotham-v2-review__performance-list { grid-template-columns: 1fr; gap: 15px; } .page-jl-audio-gotham-v2-review__performance-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-jl-audio-gotham-v2-review__performance-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-gotham-v2-review__specs-table { min-width: unset; } .page-jl-audio-gotham-v2-review__specs-table th, .page-jl-audio-gotham-v2-review__specs-table td { padding: 10px; font-size: 0.9em; } .page-jl-audio-gotham-v2-review__faq-question { padding: 15px 20px; } .page-jl-audio-gotham-v2-review__faq-question h3 { font-size: 1.1em; } .page-jl-audio-gotham-v2-review__faq-answer { padding: 0 20px; } .page-jl-audio-gotham-v2-review__faq-item.active .page-jl-audio-gotham-v2-review__faq-answer { padding: 15px 20px !important; } }