/* ========== European Oak Flooring 页面模板样式 ========== */

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

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

/* ========== Section 1: Hero ========== */
.european-oak-hero {
    position: relative;
    padding: 120px 0 100px;
    background-color: #1a1a1a;
    color: #fff;
    overflow: hidden;
}

.european-oak-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.european-oak-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(26, 26, 26, 0.9) 100%);
    z-index: 1;
}

.european-oak-hero .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.european-oak-hero .hero-left {
    flex: 1;
}

.european-oak-hero .hero-right {
    flex: 0 0 auto;
}

.european-oak-hero .hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.european-oak-hero .hero-button {
    display: inline-block;
    background-color: #fca311;
    color: #fff;
    padding: 15px 35px;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    height: auto;
    line-height: inherit;
    border: none;
    white-space: nowrap;
}

.european-oak-hero .hero-button:hover {
    background-color: #e59400;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3);
}

/* ========== Section 2: Product Grid ========== */
.european-oak-product-grid {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.european-oak-product-grid .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.european-oak-product-grid .section-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.european-oak-product-grid .section-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.european-oak-product-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.european-oak-product-grid .product-card {
    background: #ffffff;
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 0;
}

.european-oak-product-grid .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.european-oak-product-grid .product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.european-oak-product-grid .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.european-oak-product-grid .product-card:hover .product-image img {
    transform: scale(1.05);
}

.european-oak-product-grid .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 25px 20px 20px;
    line-height: 1.3;
}

.european-oak-product-grid .product-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    height: auto;
    line-height: inherit;
    margin-bottom: 25px;
    border-radius: 0;
}

.european-oak-product-grid .product-button:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* ========== Section 3: European Oak Flooring Info (左图右字) ========== */
.european-oak-info-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.european-oak-info-section .info-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.european-oak-info-section .info-image {
    flex: 1;
}

.european-oak-info-section .info-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.european-oak-info-section .info-text {
    flex: 1;
}

.european-oak-info-section .info-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.european-oak-info-section .info-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.european-oak-info-section .info-description p {
    margin-bottom: 15px;
}

.european-oak-info-section .info-description p:last-child {
    margin-bottom: 0;
}

/* ========== Section 4: About European Oak Flooring (左字右图) ========== */
.european-oak-about-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.european-oak-about-section .about-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.european-oak-about-section .about-text {
    flex: 1;
}

.european-oak-about-section .about-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.european-oak-about-section .about-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.european-oak-about-section .about-description p {
    margin-bottom: 15px;
}

.european-oak-about-section .about-description p:last-child {
    margin-bottom: 0;
}

.european-oak-about-section .about-image {
    flex: 1;
}

.european-oak-about-section .about-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ========== Section 5: Benefits of European Oak Flooring (左图右字) ========== */
.european-oak-benefits-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.european-oak-benefits-section .benefits-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.european-oak-benefits-section .benefits-image {
    flex: 1;
}

.european-oak-benefits-section .benefits-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.european-oak-benefits-section .benefits-text {
    flex: 1;
}

.european-oak-benefits-section .benefits-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.european-oak-benefits-section .benefits-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.european-oak-benefits-section .benefits-description p {
    margin-bottom: 15px;
}

.european-oak-benefits-section .benefits-description p:last-child {
    margin-bottom: 0;
}

/* ========== Section 6: FAQ ========== */
.european-oak-faq-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.european-oak-faq-section .faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.european-oak-faq-section .faq-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.3;
}

.european-oak-faq-section .faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.european-oak-faq-section .faq-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 24px 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.european-oak-faq-section .faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.european-oak-faq-section .faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.european-oak-faq-section .faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
}

.european-oak-faq-section .faq-toggle {
    font-size: 24px;
    font-weight: 400;
    color: #fca311;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(252, 163, 17, 0.1);
    border-radius: 0;
    transition: all 0.3s ease;
}

.european-oak-faq-section .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: #fca311;
    color: #fff;
}

.european-oak-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-left: 50px;
    opacity: 0;
}

.european-oak-faq-section .faq-item.active .faq-answer {
    max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 10px;
    opacity: 1;
}

.european-oak-faq-section .faq-answer div {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
}

/* ========== 响应式设计 ========== */

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .european-oak-hero {
        padding: 100px 0 80px;
    }

    .european-oak-hero .hero-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .european-oak-hero .hero-title {
        font-size: 48px;
    }

    .european-oak-product-grid .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .european-oak-info-section .info-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .european-oak-info-section .info-title {
        font-size: 36px;
    }

    .european-oak-about-section .about-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .european-oak-about-section .about-title {
        font-size: 36px;
    }

    .european-oak-benefits-section .benefits-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .european-oak-benefits-section .benefits-title {
        font-size: 36px;
    }

    .european-oak-faq-section {
        padding: 80px 0;
    }

    .european-oak-faq-section .faq-title {
        font-size: 32px;
    }
}

/* 移动设备 (≤768px) */
@media (max-width: 768px) {
    .european-oak-hero {
        padding: 80px 0 60px;
    }

    .european-oak-hero .hero-title {
        font-size: 38px;
    }
    
    .european-oak-product-grid {
        padding: 60px 0;
    }

    .european-oak-product-grid .section-subtitle {
        font-size: 28px;
    }

    .european-oak-product-grid .section-description {
        font-size: 16px;
    }

    .european-oak-product-grid .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .european-oak-info-section {
        padding: 60px 0;
    }

    .european-oak-info-section .info-title {
        font-size: 32px;
    }

    .european-oak-info-section .info-description {
        font-size: 15px;
    }

    .european-oak-about-section {
        padding: 60px 0;
    }

    .european-oak-about-section .about-title {
        font-size: 32px;
    }

    .european-oak-about-section .about-description {
        font-size: 15px;
    }

    .european-oak-benefits-section {
        padding: 60px 0;
    }

    .european-oak-benefits-section .benefits-title {
        font-size: 32px;
    }

    .european-oak-benefits-section .benefits-description {
        font-size: 15px;
    }

    .european-oak-faq-section {
        padding: 60px 0;
    }

    .european-oak-faq-section .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .european-oak-faq-section .faq-item {
        padding: 20px;
    }

    .european-oak-faq-section .faq-question h3 {
        font-size: 16px;
    }
}

/* 小屏设备 (≤480px) */
@media (max-width: 480px) {
    .european-oak-hero .hero-title {
        font-size: 32px;
    }

    .european-oak-product-grid .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .european-oak-product-grid .product-image {
        height: 200px;
    }

    .european-oak-info-section .info-title {
        font-size: 28px;
    }

    .european-oak-about-section .about-title {
        font-size: 28px;
    }

    .european-oak-benefits-section .benefits-title {
        font-size: 28px;
    }

    .european-oak-faq-section .faq-title {
        font-size: 24px;
    }
}
