.page-jl-746-seat-map { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-jl-746-seat-map__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-746-seat-map__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 40px; } .page-jl-746-seat-map__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:jl746,seatmap,gaming,bmw55ph]'); background-size: cover; background-position: center; opacity: 0.3; z-index: -1; } .page-jl-746-seat-map__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-746-seat-map__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-jl-746-seat-map__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-jl-746-seat-map__button:hover { background-color: #ff6a00; } .page-jl-746-seat-map__section { padding: 60px 20px; margin-bottom: 40px; background-color: #2a2a2a; border-radius: 15px; } .page-jl-746-seat-map__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 40px; } .page-jl-746-seat-map__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-jl-746-seat-map__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-746-seat-map__card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-jl-746-seat-map__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-jl-746-seat-map__card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-746-seat-map__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-746-seat-map__card-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; } .page-jl-746-seat-map__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-jl-746-seat-map__feature-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-jl-746-seat-map__feature-item { background-color: #333; border-radius: 8px; padding: 20px; text-align: center; flex: 1; min-width: 250px; max-width: 300px; box-sizing: border-box; transition: transform 0.3s ease; } .page-jl-746-seat-map__feature-item:hover { transform: translateY(-5px); } .page-jl-746-seat-map__feature-item h3 { color: #e44d26; margin-top: 10px; margin-bottom: 10px; font-size: 1.3em; } .page-jl-746-seat-map__feature-item p { color: #ccc; font-size: 0.95em; } .page-jl-746-seat-map__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-746-seat-map__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-746-seat-map__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-jl-746-seat-map__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-jl-746-seat-map__promo-content { padding: 20px; } .page-jl-746-seat-map__promo-title { font-size: 1.6em; color: #e44d26; margin-bottom: 10px; } .page-jl-746-seat-map__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-jl-746-seat-map__faq-section { text-align: center; } .page-jl-746-seat-map__faq-list { max-width: 800px; margin: 0 auto; text-align: left; } .page-jl-746-seat-map__faq-item { background-color: #333; border-radius: 10px; margin-bottom: 15px; overflow: hidden; } .page-jl-746-seat-map__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; } .page-jl-746-seat-map__faq-question:hover { background-color: #555; } .page-jl-746-seat-map__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-jl-746-seat-map__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; pointer-events: none; transition: transform 0.3s ease; } .page-jl-746-seat-map__faq-item.active .page-jl-746-seat-map__faq-toggle { transform: rotate(45deg); } .page-jl-746-seat-map__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #3a3a3a; color: #ccc; } .page-jl-746-seat-map__faq-item.active .page-jl-746-seat-map__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-746-seat-map__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-746-seat-map__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-jl-746-seat-map__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-jl-746-seat-map__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-746-seat-map__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-746-seat-map__blog-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-jl-746-seat-map__blog-date { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-jl-746-seat-map__blog-summary { font-size: 0.9em; color: #ccc; margin-bottom: 20px; } @media (max-width: 768px) { .page-jl-746-seat-map__hero-section { padding: 80px 15px; } .page-jl-746-seat-map__hero-title { font-size: 2.5em; } .page-jl-746-seat-map__hero-subtitle { font-size: 1.2em; } .page-jl-746-seat-map__section { padding: 40px 15px; } .page-jl-746-seat-map__section-title { font-size: 2em; } .page-jl-746-seat-map__text-content { font-size: 1em; } .page-jl-746-seat-map__grid, .page-jl-746-seat-map__promo-grid, .page-jl-746-seat-map__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-746-seat-map__card, .page-jl-746-seat-map__promo-card, .page-jl-746-seat-map__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-746-seat-map__feature-list { flex-direction: column; gap: 15px; } .page-jl-746-seat-map__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-jl-746-seat-map__card-image, .page-jl-746-seat-map__promo-image, .page-jl-746-seat-map__blog-image { max-width: 100% !important; height: auto !important; } .page-jl-746-seat-map__faq-question { padding: 15px 20px; } .page-jl-746-seat-map__faq-question h3 { font-size: 1.1em; } .page-jl-746-seat-map__faq-answer { padding: 0 20px; } .page-jl-746-seat-map__faq-item.active .page-jl-746-seat-map__faq-answer { padding: 15px 20px !important; } .page-jl-746-seat-map__blog-title { font-size: 1.2em; } .page-jl-746-seat-map__blog-summary { font-size: 0.85em; } }