/* ========== Lighting 页面模板样式 ========== */

.page-lighting {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-lighting .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-lighting .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section 1: Hero ========== */
.lighting-hero {
    position: relative;
    background: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: grid;
    grid-template-rows: 1fr auto;
}

.lighting-hero .full-width {
    grid-row: 1;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lighting-hero .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.lighting-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
}

.lighting-hero .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.lighting-hero .hero-content {
    flex: 1;
    color: #ffffff;
}

.lighting-hero .hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.lighting-hero .hero-button-wrap {
    flex-shrink: 0;
}

.lighting-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.lighting-hero .hero-button:hover {
    background: #e0e0e0;
}

.lighting-hero .hero-collections-section {
    grid-row: 2;
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
}

.lighting-hero .hero-collections-section .elementor-container {
    padding: 30px 15px 0;
}

.lighting-hero .collections-heading {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    text-align: center;
}

.page-lighting .section-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 20px 0;
}

.page-lighting .section-dots::before,
.page-lighting .section-dots::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #FF8C00;
}

.page-lighting .section-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF8C00;
}

/* ========== Section 2: Collections Grid ========== */
.lighting-collections-grid {
    padding: 60px 0;
    background: #ffffff;
}

.lighting-collections-grid .collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 40px;
}

.lighting-collections-grid .collection-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lighting-collections-grid .collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.lighting-collections-grid .card-image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    background: #f8f8f8;
}

.lighting-collections-grid .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.lighting-collections-grid .collection-card:hover .card-image img {
    transform: scale(1.05);
}

.lighting-collections-grid .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 12px 8px 8px;
    line-height: 1.4;
}

/* ========== Section 3: Modern Lighting Fixtures ========== */
.modern-lighting-fixtures {
    padding: 80px 0;
    background: #ffffff;
}

.modern-lighting-fixtures .fixtures-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.modern-lighting-fixtures .fixtures-text {
    flex: 1;
}

.modern-lighting-fixtures .fixtures-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.modern-lighting-fixtures .fixtures-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.modern-lighting-fixtures .fixtures-image {
    flex: 0 0 50%;
}

.modern-lighting-fixtures .fixtures-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-lighting .cta-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.page-lighting .cta-button:hover {
    background: #E67300;
}

/* ========== Section 4: Lighting Types Overview (Left Image Right Text) ========== */
.lighting-types-overview {
    padding: 80px 0;
    background: #ffffff;
}

.lighting-types-overview .types-overview-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lighting-types-overview .types-overview-image {
    flex: 0 0 50%;
}

.lighting-types-overview .types-overview-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lighting-types-overview .types-overview-text {
    flex: 1;
}

.lighting-types-overview .types-overview-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
/* ========== Section 5: Lighting Features ========== */
.lighting-features {
    padding: 80px 0;
    background: #ffffff;
}

.lighting-features .features-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lighting-features .features-text {
    flex: 1;
}

.lighting-features .features-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.lighting-features .features-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.lighting-features .features-image {
    flex: 0 0 50%;
}

.lighting-features .features-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 6: Indoor Lighting ========== */
.indoor-lighting {
    padding: 80px 0;
    background: #ffffff;
}

.indoor-lighting .indoor-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.indoor-lighting .indoor-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.indoor-lighting .indoor-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

/* ========== Section 7: Lamps and Lighting ========== */
.lamps-lighting {
    padding: 80px 0;
    background: #ffffff;
}

.lamps-lighting .lamps-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lamps-lighting .lamps-text {
    flex: 1;
}

.lamps-lighting .lamps-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.lamps-lighting .lamps-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.lamps-lighting .lamps-image {
    flex: 0 0 50%;
}

.lamps-lighting .lamps-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 8: Outdoor and Table Lighting ========== */
.outdoor-table-lighting {
    padding: 80px 0;
    background: #ffffff;
}

.outdoor-table-lighting .outdoor-table-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.outdoor-table-lighting .outdoor-table-image {
    flex: 0 0 50%;
}

.outdoor-table-lighting .outdoor-table-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.outdoor-table-lighting .outdoor-table-text {
    flex: 1;
}

.outdoor-table-lighting .outdoor-table-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.outdoor-table-lighting .outdoor-table-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

/* ========== Section 9: Landscape and Path Lighting ========== */
.landscape-path-lighting {
    padding: 80px 0;
    background: #ffffff;
}

.landscape-path-lighting .landscape-path-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.landscape-path-lighting .landscape-path-text {
    flex: 1;
}

.landscape-path-lighting .landscape-path-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.landscape-path-lighting .landscape-path-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.landscape-path-lighting .landscape-path-image {
    flex: 0 0 50%;
}

.landscape-path-lighting .landscape-path-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 10: Lighting Fixture Selection ========== */
.lighting-fixture-selection {
    padding: 80px 0;
    background: #ffffff;
}

.lighting-fixture-selection .selection-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lighting-fixture-selection .selection-image {
    flex: 0 0 50%;
}

.lighting-fixture-selection .selection-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lighting-fixture-selection .selection-text {
    flex: 1;
}

.lighting-fixture-selection .selection-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.lighting-fixture-selection .selection-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

/* ========== Section 11: FAQs ========== */
.lighting-faqs-form {
    padding: 30px 0;
    background: #ffffff;
}

.lighting-faqs-form .faqs-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    text-align: center;
}

.lighting-faqs-form .section-dots {
    margin-bottom: 25px;
}

.lighting-faqs-form .faq-list {
    margin: 0;
}

.lighting-faqs-form .faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.lighting-faqs-form .faq-trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font: inherit;
}

.lighting-faqs-form .faq-item .faq-icon {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.lighting-faqs-form .faq-item:hover .faq-icon,
.lighting-faqs-form .faq-item.active .faq-icon {
    color: #FF8C00;
}

.lighting-faqs-form .faq-q {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.lighting-faqs-form .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    transition: max-height 0.3s ease;
}

.lighting-faqs-form .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 0 15px 30px;
}

/* ========== Section 12: Contact Form ========== */
.lighting-quote-form {
    padding: 60px 0;
    background: #ffffff;
}

.lighting-quote-form .quote-form-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lighting-quote-form .quote-form-image {
    flex: 0 0 200px;
    text-align: center;
}

.lighting-quote-form .quote-form-image img {
    width: 200px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.lighting-quote-form .form-image-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 15px 0 10px 0;
}

.lighting-quote-form .form-image-desc,
.lighting-quote-form .form-image-desc2 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.lighting-quote-form .form-image-sub {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 15px 0 8px 0;
}

.lighting-quote-form .quote-form-fields {
    flex: 1;
}

.lighting-quote-form .quote-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.lighting-quote-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.lighting-quote-form .form-group,
.lighting-quote-form .form-group-full {
    margin-bottom: 20px;
}

.lighting-quote-form .form-group-full {
    width: 100%;
}

.lighting-quote-form .form-group label,
.lighting-quote-form .form-group-full label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.lighting-quote-form .form-group input[type="text"],
.lighting-quote-form .form-group input[type="email"],
.lighting-quote-form .form-group input[type="tel"],
.lighting-quote-form .form-group select,
.lighting-quote-form .form-group textarea,
.lighting-quote-form .form-group-full input[type="text"],
.lighting-quote-form .form-group-full input[type="email"],
.lighting-quote-form .form-group-full input[type="tel"],
.lighting-quote-form .form-group-full select,
.lighting-quote-form .form-group-full textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

.lighting-quote-form .form-group textarea,
.lighting-quote-form .form-group-full textarea {
    height: 120px;
    resize: vertical;
}

.lighting-quote-form .checkbox-group .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.lighting-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.lighting-quote-form .checkbox-label input {
    margin-right: 8px;
}

.lighting-quote-form .submit-button {
    width: 100%;
    padding: 10px 24px;
    height: 40px;
    background: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.lighting-quote-form .submit-button:hover {
    background: #555555;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .lighting-hero {
        min-height: auto;
        grid-template-rows: auto auto;
    }
    .lighting-hero .full-width {
        min-height: 400px;
    }
    .lighting-hero .hero-title {
        font-size: 32px;
    }
    .lighting-hero .hero-container {
        flex-wrap: wrap;
    }
    .lighting-collections-grid .collections-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .modern-lighting-fixtures .fixtures-wrapper,
    .lighting-types-overview .types-overview-wrapper,
    .lighting-features .features-wrapper,
    .lamps-lighting .lamps-wrapper,
    .outdoor-table-lighting .outdoor-table-wrapper,
    .landscape-path-lighting .landscape-path-wrapper,
    .lighting-fixture-selection .selection-wrapper {
        flex-direction: column;
    }
    .modern-lighting-fixtures .fixtures-image,
    .lighting-types-overview .types-overview-image,
    .lighting-features .features-image,
    .lamps-lighting .lamps-image,
    .outdoor-table-lighting .outdoor-table-image,
    .landscape-path-lighting .landscape-path-image,
    .lighting-fixture-selection .selection-image {
        flex: 1;
        width: 100%;
    }
    .lighting-quote-form .quote-form-wrapper {
        flex-direction: column;
    }
    .lighting-quote-form .quote-form-image {
        flex: none;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .lighting-quote-form .form-row {
        grid-template-columns: 1fr;
    }
    .lighting-quote-form .checkbox-group .checkboxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .lighting-hero .full-width {
        min-height: 350px;
    }
    .lighting-hero .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .lighting-hero .hero-button-wrap {
        width: 100%;
    }
    .lighting-hero .hero-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    .lighting-hero .hero-title {
        font-size: 28px;
    }
    .lighting-collections-grid {
        padding: 40px 0;
    }
    .lighting-collections-grid .collections-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .modern-lighting-fixtures,
    .lighting-types-overview,
    .lighting-features,
    .indoor-lighting,
    .lamps-lighting,
    .outdoor-table-lighting,
    .landscape-path-lighting,
    .lighting-fixture-selection {
        padding: 60px 0;
    }
    .modern-lighting-fixtures .fixtures-title {
        font-size: 28px;
    }
    .lighting-quote-form {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .lighting-hero .hero-title {
        font-size: 24px;
    }
    .lighting-hero .hero-button {
        width: 100%;
        max-width: 260px;
    }
    .page-lighting .cta-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
