body { font-family: 'Arial', sans-serif; margin: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-jl-interior__hero-section { position: relative; padding: 10px 0 60px; text-align: center; overflow: hidden; background: linear-gradient(135deg, #2a003f, #000000); } .page-jl-interior__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; opacity: 0.3; z-index: 0; } .page-jl-interior__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-jl-interior__hero-title { font-size: 2.8em; color: #f7b32b; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-interior__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #cccccc; } .page-jl-interior__btn { display: inline-block; background-color: #f7b32b; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-jl-interior__btn:hover { background-color: #e0a120; transform: translateY(-2px); } .page-jl-interior__features-section { padding: 60px 20px; text-align: center; background-color: #0d0d1a; } .page-jl-interior__section-title { font-size: 2.2em; color: #f7b32b; margin-bottom: 40px; } .page-jl-interior__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jl-interior__feature-item { background-color: #240041; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-interior__feature-item:hover { transform: translateY(-5px); } .page-jl-interior__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-jl-interior__feature-heading { font-size: 1.5em; color: #f7b32b; margin-bottom: 15px; } .page-jl-interior__feature-text { font-size: 1em; color: #cccccc; } .page-jl-interior__experience-section { padding: 60px 20px; text-align: center; background-color: #1a1a2e; } .page-jl-interior__experience-content { display: flex; flex-direction: column; align-items: center; max-width: 1000px; margin: 0 auto; gap: 40px; } .page-jl-interior__experience-image { width: 100%; max-width: 600px; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-jl-interior__experience-text-block { text-align: left; } .page-jl-interior__experience-heading { font-size: 1.8em; color: #f7b32b; margin-bottom: 20px; } .page-jl-interior__experience-paragraph { font-size: 1.1em; color: #cccccc; margin-bottom: 15px; } .page-jl-interior__cta-section { padding: 60px 20px; text-align: center; background-color: #0d0d1a; } .page-jl-interior__cta-title { font-size: 2.5em; color: #f7b32b; margin-bottom: 25px; } .page-jl-interior__cta-description { font-size: 1.2em; color: #cccccc; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-interior__faq-section { padding: 60px 20px; background-color: #1a1a2e; max-width: 900px; margin: 0 auto; } .page-jl-interior__faq-item { margin-bottom: 15px; border: 1px solid #333; border-radius: 8px; overflow: hidden; background-color: #240041; } .page-jl-interior__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #2a003f; color: #f7b32b; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jl-interior__faq-question:hover { background-color: #3d005f; } .page-jl-interior__faq-question h3 { margin: 0; padding: 0; pointer-events: none; font-size: 1.2em; color: #f7b32b; } .page-jl-interior__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl-interior__faq-item.active .page-jl-interior__faq-toggle { transform: rotate(45deg); } .page-jl-interior__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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; } .page-jl-interior__faq-item.active .page-jl-interior__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-interior__hero-title { font-size: 2em; } .page-jl-interior__hero-description { font-size: 1em; } .page-jl-interior__section-title { font-size: 1.8em; } .page-jl-interior__feature-grid { grid-template-columns: 1fr; } .page-jl-interior__feature-item { padding: 20px; } .page-jl-interior__feature-heading { font-size: 1.3em; } .page-jl-interior__feature-text { font-size: 0.95em; } .page-jl-interior__experience-content { flex-direction: column; gap: 30px; } .page-jl-interior__experience-heading { font-size: 1.6em; } .page-jl-interior__experience-paragraph { font-size: 1em; } .page-jl-interior__cta-title { font-size: 2em; } .page-jl-interior__cta-description { font-size: 1em; } .page-jl-interior__btn { padding: 12px 25px; font-size: 1em; } .page-jl-interior__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jl-interior__faq-question h3 { font-size: 1.1em; } .page-jl-interior__faq-answer { padding: 0 20px; } .page-jl-interior__faq-item.active .page-jl-interior__faq-answer { padding: 15px 20px !important; } .page-jl-interior__feature-icon, .page-jl-interior__experience-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-interior__feature-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-interior__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } }