/* ========== Wall Lights 页面模板样式 ========== */

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

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

/* ========== Hero Section ========== */
.wall-lights-hero {
    position: relative;
    height: 600px;
    background-color: #333333;
}

.wall-lights-hero .hero-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wall-lights-hero .hero-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 100%;
}

.wall-lights-hero .hero-content-left {
    flex: 1;
}

.wall-lights-hero .hero-content-right {
    flex-shrink: 0;
}

.wall-lights-hero .hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.wall-lights-hero .hero-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.wall-lights-hero .hero-button:hover {
    background-color: #f0f0f0;
    color: #000000;
}

/* ========== Categories Section ========== */
.wall-lights-categories {
    padding: 40px 0;
    background-color: #ffffff;
}

.wall-lights-categories .categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wall-lights-categories .category-card {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wall-lights-categories .category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wall-lights-categories .category-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

/* ========== By Room Section ========== */
.wall-lights-by-room {
    padding: 80px 0;
    background-color: #ffffff;
}

.wall-lights-by-room .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin-bottom: 30px;
}

.wall-lights-by-room .room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wall-lights-by-room .room-card {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.wall-lights-by-room .room-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

/* ========== Buying Guide Section ========== */
.wall-lights-buying-guide {
    padding: 60px 0;
    background-color: #ffffff;
}

.wall-lights-buying-guide .content-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wall-lights-buying-guide .content-text {
    flex: 1;
}

.wall-lights-buying-guide .content-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.wall-lights-buying-guide .content-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
}

.wall-lights-buying-guide .content-image {
    flex: 1;
}

.wall-lights-buying-guide .content-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ========== Other Considerations Section ========== */
.wall-lights-considerations {
    padding: 80px 0;
    background-color: #ffffff;
}

.wall-lights-considerations .content-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wall-lights-considerations .content-image {
    flex: 1;
}

.wall-lights-considerations .content-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.wall-lights-considerations .content-text {
    flex: 1;
}

.wall-lights-considerations .content-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.wall-lights-considerations .content-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.wall-lights-considerations .content-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF8C00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.wall-lights-considerations .content-button:hover {
    background-color: #E67300;
}

/* ========== Wall Sconce Options Section ========== */
.wall-lights-sconce-options {
    padding: 60px 0;
    background-color: #ffffff;
}

.wall-lights-sconce-options .options-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.wall-lights-sconce-options .option-item {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wall-lights-sconce-options .option-item.reverse {
    flex-direction: row-reverse;
}

.wall-lights-sconce-options .option-text {
    flex: 1;
}

.wall-lights-sconce-options .option-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.wall-lights-sconce-options .option-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wall-lights-sconce-options .option-list li {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.wall-lights-sconce-options .option-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FF8C00;
    font-size: 20px;
}

.wall-lights-sconce-options .option-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
}

.wall-lights-sconce-options .option-image {
    flex: 1;
}

.wall-lights-sconce-options .option-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ========== FAQ Section ========== */
.wall-lights-faq {
    padding: 80px 0;
    background-color: #ffffff;
}

.wall-lights-faq .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin-bottom: 40px;
}

.wall-lights-faq .faq-list {
    max-width: 800px;
    margin: 0 auto 40px;
}

.wall-lights-faq .faq-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.wall-lights-faq .faq-item:hover .faq-icon {
    color: #FF8C00;
}

.wall-lights-faq .faq-icon {
    font-size: 24px;
    color: #666666;
    font-weight: 300;
    flex-shrink: 0;
}

.wall-lights-faq .faq-question {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.wall-lights-faq .faq-cta {
    text-align: center;
}

.wall-lights-faq .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF8C00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.wall-lights-faq .cta-button:hover {
    background-color: #E67300;
}

/* ========== Responsive Design ========== */

/* 平板 (≤1024px) */
@media (max-width: 1024px) {
    .wall-lights-categories .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wall-lights-by-room .room-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wall-lights-buying-guide .content-wrapper {
        flex-direction: column;
    }

    .wall-lights-buying-guide .content-image {
        width: 100%;
    }

    .wall-lights-considerations .content-wrapper {
        flex-direction: column-reverse;
    }

    .wall-lights-considerations .content-image {
        width: 100%;
    }

    .wall-lights-sconce-options .option-item,
    .wall-lights-sconce-options .option-item.reverse {
        flex-direction: column;
    }

    .wall-lights-sconce-options .option-text,
    .wall-lights-sconce-options .option-image {
        width: 100%;
    }
}

/* 移动 (≤768px) */
@media (max-width: 768px) {
    .wall-lights-hero {
        height: 400px;
    }

    .wall-lights-hero .hero-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .wall-lights-hero .hero-title {
        font-size: 24px;
    }

    .wall-lights-by-room {
        padding: 40px 0;
    }

    .wall-lights-by-room .section-title {
        font-size: 28px;
    }

    .wall-lights-by-room .room-grid {
        grid-template-columns: 1fr;
    }

    .wall-lights-categories {
        padding: 30px 0;
    }

    .wall-lights-categories .categories-grid {
        grid-template-columns: 1fr;
    }

    .wall-lights-buying-guide {
        padding: 40px 0;
    }

    .wall-lights-buying-guide .content-title {
        font-size: 20px;
    }

    .wall-lights-considerations {
        padding: 40px 0;
    }

    .wall-lights-considerations .content-title {
        font-size: 28px;
    }

    .wall-lights-sconce-options {
        padding: 40px 0;
    }

    .wall-lights-sconce-options .option-title {
        font-size: 20px;
    }

    .wall-lights-faq {
        padding: 40px 0;
    }

    .wall-lights-faq .section-title {
        font-size: 20px;
    }

    .wall-lights-faq .faq-item {
        flex-direction: column;
        align-items: flex-start;
    }

}
}

/* 小屏 (≤480px) */
@media (max-width: 480px) {
    .wall-lights-hero {
        height: 300px;
    }

    .wall-lights-hero .hero-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .wall-lights-hero .hero-title {
        font-size: 20px;
    }

    .wall-lights-hero .hero-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .wall-lights-by-room .section-title {
        font-size: 24px;
    }

    .wall-lights-considerations .content-title {
        font-size: 24px;
    }

    .wall-lights-faq .section-title {
        font-size: 18px;
    }

}
