/* ========== Engineered Wood Flooring 页面模板样式 ========== */

.page-engineered-wood-flooring {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #fff;
}

.page-engineered-wood-flooring .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-engineered-wood-flooring .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section 1: Hero ========== */
.engineered-wood-hero {
    width: 100%;
    position: relative;
}

.engineered-wood-hero .hero-banner {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.engineered-wood-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.9) 0%, rgba(26, 32, 44, 0.7) 100%);
    z-index: 1;
}

.engineered-wood-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.engineered-wood-hero .hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.engineered-wood-hero .hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 40px 0;
}

.engineered-wood-hero .btn-hero {
    display: inline-flex;
    padding: 16px 40px;
    background: linear-gradient(135deg, #FF8C00 0%, #e67e00 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.engineered-wood-hero .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
}

/* ========== Section 2: Product Grid ========== */
.engineered-wood-grid {
    padding: 100px 0;
    background-color: #ffffff;
}

.engineered-wood-grid .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.engineered-wood-grid .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #f3821a;
    margin: 15px auto 0;
    border-radius: 0;
}

.engineered-wood-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.engineered-wood-grid .product-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.engineered-wood-grid .product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.engineered-wood-grid .product-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 0;
}

.engineered-wood-grid .product-card:hover .product-image {
    transform: scale(1.05);
}

.engineered-wood-grid .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    padding: 20px 15px 10px;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.engineered-wood-grid .product-button {
    display: inline-block;
    padding: 10px 24px;
    margin: 0 15px 15px;
    height: auto;
    line-height: 1.5;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.engineered-wood-grid .product-button:hover {
    background-color: #000000;
    color: #ffffff;
    transform: scale(1.05);
}

/* ========== Section 3: Engineered Hardwood Content ========== */
.engineered-hardwood-content {
    padding: 100px 0;
    background-color: #ffffff;
}

.engineered-hardwood-content .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.engineered-hardwood-content .content-image {
    flex: 0 0 50%;
}

.engineered-hardwood-content .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.engineered-hardwood-content .content-text {
    flex: 0 0 calc(50% - 60px);
}

.engineered-hardwood-content .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.engineered-hardwood-content .section-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.engineered-hardwood-content .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #f3821a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.engineered-hardwood-content .cta-button:hover {
    background-color: #e07316;
    transform: scale(1.05);
}

/* ========== Section 4: What Is Engineered Wood ========== */
.engineered-wood-what-is {
    padding: 100px 0;
    background-color: #ffffff;
}

.engineered-wood-what-is .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
}

.engineered-wood-what-is .content-image {
    flex: 0 0 50%;
}

.engineered-wood-what-is .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.engineered-wood-what-is .content-text {
    flex: 0 0 calc(50% - 60px);
}

.engineered-wood-what-is .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.engineered-wood-what-is .section-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ========== Section 5: Advantages ========== */
.engineered-wood-advantages {
    padding: 100px 0;
    background-color: #ffffff;
}

.engineered-wood-advantages .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.engineered-wood-advantages .content-image {
    flex: 0 0 50%;
}

.engineered-wood-advantages .content-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.engineered-wood-advantages .content-text {
    flex: 0 0 calc(50% - 60px);
}

.engineered-wood-advantages .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.engineered-wood-advantages .section-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ========== Section 6: FAQ ========== */
.engineered-wood-buyer-guide {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.engineered-wood-content .content-top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.engineered-wood-content .content-product-card {
    background-color: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.engineered-wood-content .content-product-card:hover {
    transform: translateY(-8px);
    border-color: #f3821a;
}

.engineered-wood-content .content-product-card .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.4;
}

.engineered-wood-content .content-product-card .product-button {
    display: inline-block;
    padding: 10px 25px;
    height: auto;
    line-height: 1.5;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.engineered-wood-content .content-product-card .product-button:hover {
    background-color: #e07316;
}

.engineered-wood-content .content-image-text {
    display: flex;
    gap: 60px;
    align-items: center;
}

.engineered-wood-content .content-image {
    flex: 0 0 50%;
}

.engineered-wood-content .content-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.engineered-wood-content .content-text {
    flex: 1;
}

.engineered-wood-content .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.engineered-wood-content .cta-button {
    display: inline-block;
    padding: 14px 35px;
    height: auto;
    line-height: 1.5;
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

.engineered-wood-content .cta-button:hover {
    background-color: #e07316;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 130, 26, 0.4);
}

.engineered-wood-buyer-guide {
    padding: 100px 0;
    background-color: #f9f9f9;
}

/* ========== Section 4: FAQ ========== */
.engineered-wood-buyer-guide {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.engineered-wood-buyer-guide .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.engineered-wood-buyer-guide .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #f3821a;
    margin: 15px auto 0;
    border-radius: 2px;
}

.engineered-wood-buyer-guide .faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.engineered-wood-buyer-guide .faq-item {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.engineered-wood-buyer-guide .faq-item:hover {
    border-color: #f3821a;
    box-shadow: 0 5px 15px rgba(243, 130, 26, 0.05);
}

.engineered-wood-buyer-guide .faq-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.engineered-wood-buyer-guide .faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: #f3821a;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.engineered-wood-buyer-guide .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.engineered-wood-buyer-guide .faq-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.engineered-wood-buyer-guide .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
}

.engineered-wood-buyer-guide .faq-item.active .faq-content {
    max-height: 1000px;
    padding: 0 30px 25px 70px;
}

.engineered-wood-buyer-guide .faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* ========== Section 6: Contact Form ========== */
.engineered-wood-quote-form {
    padding: 80px 0;
    background-color: #ffffff;
}

.engineered-wood-quote-form .quote-form-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.engineered-wood-quote-form .quote-form-image {
    flex: 0 0 50%;
}

.engineered-wood-quote-form .quote-form-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.engineered-wood-quote-form .quote-form-content {
    flex: 1;
}

.engineered-wood-quote-form .form-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.engineered-wood-quote-form .form-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.engineered-wood-quote-form .quote-form {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}

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

.engineered-wood-quote-form .form-group {
    margin-bottom: 20px;
}

.engineered-wood-quote-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.engineered-wood-quote-form .form-group input[type="text"],
.engineered-wood-quote-form .form-group input[type="email"],
.engineered-wood-quote-form .form-group input[type="tel"],
.engineered-wood-quote-form .form-group select,
.engineered-wood-quote-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.engineered-wood-quote-form .form-group input[type="text"]:focus,
.engineered-wood-quote-form .form-group input[type="email"]:focus,
.engineered-wood-quote-form .form-group input[type="tel"]:focus,
.engineered-wood-quote-form .form-group select:focus,
.engineered-wood-quote-form .form-group textarea:focus {
    outline: none;
    border-color: #999999;
}

.engineered-wood-quote-form .form-group textarea {
    height: 120px;
    resize: vertical;
}

.engineered-wood-quote-form .form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
}

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

.engineered-wood-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.engineered-wood-quote-form .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.engineered-wood-quote-form .checkbox-label:hover {
    color: #666666;
}

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

.engineered-wood-quote-form .submit-button:hover {
    background-color: #555555;
}

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

.free-quote-form .quote-form-wrapper-2 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.free-quote-form .quote-form-image-2 {
    flex: 0 0 50%;
}

.free-quote-form .quote-form-image-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.free-quote-form .quote-form-content-2 {
    flex: 1;
}

.free-quote-form .form-title {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.free-quote-form .form-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 30px;
}

.free-quote-form .quote-form-2 {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 4px;
}

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

.free-quote-form .form-group {
    margin-bottom: 20px;
}

.free-quote-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.free-quote-form .form-group input[type="text"],
.free-quote-form .form-group input[type="email"],
.free-quote-form .form-group input[type="tel"],
.free-quote-form .form-group select,
.free-quote-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.free-quote-form .form-group input[type="text"]:focus,
.free-quote-form .form-group input[type="email"]:focus,
.free-quote-form .form-group input[type="tel"]:focus,
.free-quote-form .form-group select:focus,
.free-quote-form .form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

.free-quote-form .form-group textarea {
    height: 120px;
    resize: vertical;
}

.free-quote-form .form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
}

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

.free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
}

.free-quote-form .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.free-quote-form .checkbox-label:hover {
    color: #333333;
}

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

.free-quote-form .submit-button:hover {
    background-color: #5a6268;
}

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

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .engineered-wood-hero .hero-title {
        font-size: 42px;
    }

    .engineered-wood-grid .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .engineered-wood-content .content-top-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .engineered-wood-content .content-image-text {
        flex-direction: column;
    }

    .engineered-wood-content .content-image {
        flex: 1;
        width: 100%;
    }

    .engineered-hardwood-product-grid .product-grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .engineered-hardwood-product-grid .product-grid-image-text {
        flex-direction: column;
    }

    .engineered-hardwood-product-grid .grid-image {
        flex: 1;
        width: 100%;
    }

    .engineered-wood-quote-form .quote-form-wrapper {
        flex-direction: column;
    }

    .engineered-wood-quote-form .quote-form-image {
        flex: 1;
        width: 100%;
    }

    .free-quote-form .quote-form-wrapper-2 {
        flex-direction: column;
    }

    .free-quote-form .quote-form-image-2 {
        flex: 1;
        width: 100%;
    }

    .engineered-wood-quote-form .form-row {
        grid-template-columns: 1fr;
    }

    .engineered-wood-quote-form .checkbox-group {
        grid-template-columns: 1fr;
    }

    .free-quote-form .form-row {
        grid-template-columns: 1fr;
    }

    .free-quote-form .checkbox-group {
        grid-template-columns: 1fr;
    }
}

/* 移动设备 (≤768px) */
@media (max-width: 768px) {
    .engineered-wood-hero .hero-banner {
        min-height: 400px;
        padding: 60px 0;
    }

    .engineered-wood-hero .hero-title {
        font-size: 36px;
    }

    .engineered-wood-hero .hero-subtitle {
        font-size: 18px;
    }

    .engineered-wood-grid {
        padding: 40px 0;
    }

    .engineered-wood-grid .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .engineered-wood-content {
        padding: 60px 0;
    }

    .engineered-wood-content .content-top-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .engineered-hardwood-product-grid {
        padding: 40px 0;
    }

    .engineered-hardwood-product-grid .product-grid-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .engineered-wood-buyer-guide {
        padding: 30px 0;
    }

    .engineered-wood-quote-form {
        padding: 60px 0;
    }

    .free-quote-form {
        padding: 40px 0;
    }
}

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

    .engineered-wood-hero .btn-hero {
        width: 100%;
        max-width: 250px;
    }

    .engineered-wood-grid .product-card {
        padding: 20px 15px;
    }

    .engineered-wood-grid .product-title {
        font-size: 18px;
    }

    .engineered-wood-content .content-product-card .product-title {
        font-size: 16px;
    }

    .engineered-wood-content .cta-button {
        width: 100%;
        max-width: 300px;
    }

    .engineered-hardwood-product-grid .product-title {
        font-size: 16px;
    }

    .engineered-hardwood-product-grid .cta-button {
        width: 100%;
        max-width: 300px;
    }

    .engineered-wood-buyer-guide .section-title {
        font-size: 20px;
    }

    .engineered-wood-buyer-guide .faq-title {
        font-size: 16px;
    }

    .engineered-wood-quote-form .form-title {
        font-size: 28px;
    }

    .free-quote-form .form-title {
        font-size: 20px;
    }
}

/* ========== Framework Refinements: No Radius ========== */
.page-engineered-wood-flooring .product-card,
.page-engineered-wood-flooring .content-product-card,
.page-engineered-wood-flooring .hero-button,
.page-engineered-wood-flooring .product-button,
.page-engineered-wood-flooring .cta-button,
.page-engineered-wood-flooring .btn-send,
.page-engineered-wood-flooring .form-input,
.page-engineered-wood-flooring .form-textarea,
.page-engineered-wood-flooring .form-file-input,
.page-engineered-wood-flooring img {
    border-radius: 0 !important;
}