.page-jl-shallow-mount-10__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; font-family: 'Arial', sans-serif; color: #333; }.page-jl-shallow-mount-10__hero-section { background-color: #0d0d0d; color: #fff; text-align: center; padding: 40px 20px; border-radius: 8px; margin-bottom: 30px; padding-top: calc(10px + var(--header-offset, 0px)); } .page-jl-shallow-mount-10__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #ffcc00; } .page-jl-shallow-mount-10__hero-subtitle { font-size: 1.2em; max-width: 800px; margin: 0 auto 20px; } .page-jl-shallow-mount-10__hero-image-wrapper { width: 100%; max-width: 700px; margin: 30px auto 0; overflow: hidden; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-jl-shallow-mount-10__hero-image { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-jl-shallow-mount-10__section { background-color: #fff; padding: 30px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .page-jl-shallow-mount-10__section-title { font-size: 2em; color: #333; text-align: center; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .page-jl-shallow-mount-10__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ffcc00; margin: 10px auto 0; } .page-jl-shallow-mount-10__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-jl-shallow-mount-10__feature-card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-jl-shallow-mount-10__feature-card:hover { transform: translateY(-5px); } .page-jl-shallow-mount-10__feature-icon { margin-bottom: 15px; width: 100%; max-width: 250px; height: auto; object-fit: cover; border-radius: 5px; } .page-jl-shallow-mount-10__feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-jl-shallow-mount-10__feature-description { font-size: 0.95em; line-height: 1.6; color: #555; } .page-jl-shallow-mount-10__promotions-section { background-color: #1a1a1a; color: #fff; text-align: center; padding: 40px 20px; border-radius: 8px; margin-bottom: 30px; } .page-jl-shallow-mount-10__promotions-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 15px; } .page-jl-shallow-mount-10__promotions-text { font-size: 1.1em; margin-bottom: 30px; line-height: 1.6; } .page-jl-shallow-mount-10__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jl-shallow-mount-10__button { display: inline-block; padding: 14px 28px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jl-shallow-mount-10__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-jl-shallow-mount-10__specifications-list { list-style: none; padding: 0; margin: 0 auto; max-width: 700px; } .page-jl-shallow-mount-10__specifications-item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #eee; font-size: 1em; } .page-jl-shallow-mount-10__specifications-item:last-child { border-bottom: none; } .page-jl-shallow-mount-10__specifications-label { font-weight: bold; color: #333; } .page-jl-shallow-mount-10__specifications-value { color: #555; text-align: right; } .page-jl-shallow-mount-10__faq-section { background-color: #f0f2f5; padding: 30px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-jl-shallow-mount-10__faq-list { max-width: 800px; margin: 0 auto; } .page-jl-shallow-mount-10__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); } .page-jl-shallow-mount-10__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #ffcc00; color: #1a1a1a; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-jl-shallow-mount-10__faq-question:hover { background-color: #e6b800; } .page-jl-shallow-mount-10__faq-question h3 { margin: 0; pointer-events: none; color: #1a1a1a; } .page-jl-shallow-mount-10__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl-shallow-mount-10__faq-item.active .page-jl-shallow-mount-10__faq-toggle { transform: rotate(45deg); } .page-jl-shallow-mount-10__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fefefe; color: #555; } .page-jl-shallow-mount-10__faq-item.active .page-jl-shallow-mount-10__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-jl-shallow-mount-10__faq-answer p { margin: 0 0 10px; line-height: 1.6; } .page-jl-shallow-mount-10__faq-answer p:last-child { margin-bottom: 0; } @media (max-width: 768px) { .page-jl-shallow-mount-10__hero-title { font-size: 2em; } .page-jl-shallow-mount-10__hero-subtitle { font-size: 1em; } .page-jl-shallow-mount-10__section-title { font-size: 1.7em; } .page-jl-shallow-mount-10__promotions-title { font-size: 1.8em; } .page-jl-shallow-mount-10__promotions-text { font-size: 0.95em; } .page-jl-shallow-mount-10__button { padding: 12px 20px; font-size: 1em; } .page-jl-shallow-mount-10__button-group { flex-direction: column; gap: 15px; } .page-jl-shallow-mount-10__faq-question { font-size: 1em; padding: 15px; } .page-jl-shallow-mount-10__faq-answer { padding: 15px !important; } .page-jl-shallow-mount-10__content-grid { grid-template-columns: 1fr; } .page-jl-shallow-mount-10__specifications-list { max-width: 100%; } .page-jl-shallow-mount-10__specifications-item { flex-direction: column; align-items: flex-start; } .page-jl-shallow-mount-10__specifications-value { text-align: left; margin-top: 5px; } } @media (max-width: 480px) { .page-jl-shallow-mount-10__container { padding: 15px; } .page-jl-shallow-mount-10__hero-section, .page-jl-shallow-mount-10__section, .page-jl-shallow-mount-10__promotions-section, .page-jl-shallow-mount-10__faq-section { padding: 25px 15px; } .page-jl-shallow-mount-10__hero-title { font-size: 1.8em; } }