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

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

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

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

/* ========== Section 1: Hero ========== */
.wood-flooring-hero {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
}

.wood-flooring-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wood-flooring-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wood-flooring-hero .hero-content-overlay {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.wood-flooring-hero .hero-left-right-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.wood-flooring-hero .hero-left {
    flex: 1;
    text-align: left;
}

.wood-flooring-hero .hero-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

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

.wood-flooring-hero .hero-button {
    display: inline-block;
    padding: 12px 30px;
    height: auto;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
    white-space: nowrap;
}

.wood-flooring-hero .hero-button:hover {
    background-color: #e07316;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(243, 130, 26, 0.5);
}

/* ========== Section 2.5: Considerations Introduction ========== */
.wood-flooring-considerations-intro {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.wood-flooring-considerations-intro .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3;
}

.wood-flooring-considerations-intro .section-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* ========== Section 3: Type of Wood ========== */
.wood-flooring-type-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-type-section .type-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-type-section .type-image {
    flex: 0 0 25%;
}

.wood-flooring-type-section .type-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wood-flooring-type-section .type-content {
    flex: 0 0 75%;
}

.wood-flooring-type-section .type-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-type-section .type-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

/* ========== Section 4: Finished vs. Unfinished ========== */
.wood-flooring-finished-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.wood-flooring-finished-section .finished-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-finished-section .finished-content {
    flex: 0 0 75%;
}

.wood-flooring-finished-section .finished-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-finished-section .finished-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

.wood-flooring-finished-section .finished-image {
    flex: 0 0 25%;
}

.wood-flooring-finished-section .finished-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========== Section 5: Solid vs. Engineered ========== */
.wood-flooring-solid-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-solid-section .solid-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-solid-section .solid-image {
    flex: 0 0 25%;
}

.wood-flooring-solid-section .solid-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wood-flooring-solid-section .solid-content {
    flex: 0 0 75%;
}

.wood-flooring-solid-section .solid-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-solid-section .solid-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

/* ========== Section 6: Hardness ========== */
.wood-flooring-hardness-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.wood-flooring-hardness-section .hardness-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-hardness-section .hardness-content {
    flex: 0 0 75%;
}

.wood-flooring-hardness-section .hardness-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-hardness-section .hardness-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

.wood-flooring-hardness-section .hardness-image {
    flex: 0 0 25%;
}

.wood-flooring-hardness-section .hardness-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========== Section 7: Grain Pattern ========== */
.wood-flooring-grain-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-grain-section .grain-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-grain-section .grain-image {
    flex: 0 0 25%;
}

.wood-flooring-grain-section .grain-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wood-flooring-grain-section .grain-content {
    flex: 0 0 75%;
}

.wood-flooring-grain-section .grain-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-grain-section .grain-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

/* ========== Section 8: Color ========== */
.wood-flooring-color-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.wood-flooring-color-section .color-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.wood-flooring-color-section .color-content {
    flex: 0 0 75%;
}

.wood-flooring-color-section .color-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-color-section .color-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

.wood-flooring-color-section .color-image {
    flex: 0 0 25%;
}

.wood-flooring-color-section .color-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========== Section 9: Types of Wood Flooring ========== */
.wood-flooring-types-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-types-section .types-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.wood-flooring-types-section .types-section-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}

.wood-flooring-types-section .types-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
}

.wood-flooring-types-section .type-quadrant {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wood-flooring-types-section .type-quadrant.quadrant-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.wood-flooring-types-section .quadrant-image {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

.wood-flooring-types-section .type-quadrant.quadrant-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.wood-flooring-types-section .quadrant-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wood-flooring-types-section .quadrant-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

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

.wood-flooring-product-grid .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px;
    text-align: center;
}

.wood-flooring-product-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.wood-flooring-product-grid .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.wood-flooring-product-grid .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wood-flooring-product-grid .product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 0;
}

.wood-flooring-product-grid .product-title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

.wood-flooring-product-grid .cta-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

.wood-flooring-product-grid .cta-button {
    display: inline-block;
    padding: 12px 30px;
    height: auto;
    line-height: 1.5;
    background-color: #f3821a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

.wood-flooring-product-grid .cta-button:hover {
    background-color: #e07316;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(243, 130, 26, 0.5);
}

/* ========== Section 3: Content Block - Considerations ========== */
.hardwood-flooring-considerations {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.hardwood-flooring-considerations .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hardwood-flooring-considerations .consideration-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.hardwood-flooring-considerations .consideration-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.hardwood-flooring-considerations .consideration-item:nth-child(2) {
    margin-bottom: 0;
}

.hardwood-flooring-considerations .consideration-image {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.hardwood-flooring-considerations .consideration-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hardwood-flooring-considerations .consideration-item:hover .consideration-image img {
    transform: scale(1.08);
}

.hardwood-flooring-considerations .consideration-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hardwood-flooring-considerations .consideration-icon {
    width: 60px;
    height: 60px;
    background: #fff5eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -50px;
    position: relative;
    box-shadow: 0 4px 10px rgba(243, 130, 26, 0.2);
}

.hardwood-flooring-considerations .consideration-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.hardwood-flooring-considerations .consideration-title {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.hardwood-flooring-considerations .consideration-text {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* ========== Section 4: Content Block - Comparison Features ========== */
.hardwood-flooring-comparison-features {
    padding: 80px 0;
    background-color: #ffffff;
}

.hardwood-flooring-comparison-features .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hardwood-flooring-comparison-features .feature-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center alignment */
    text-align: center;
    /* Center text */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.hardwood-flooring-comparison-features .feature-item:hover {
    border-color: #f3821a;
    box-shadow: 0 10px 30px rgba(243, 130, 26, 0.1);
    transform: translateY(-5px);
}

.hardwood-flooring-comparison-features .feature-item:last-child {
    margin-bottom: 0;
}

.hardwood-flooring-comparison-features .feature-icon {
    width: 56px;
    height: 56px;
    background: #f3821a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    /* Spacing below icon */
    flex-shrink: 0;
}

.hardwood-flooring-comparison-features .feature-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.hardwood-flooring-comparison-features .feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center content */
}

.hardwood-flooring-comparison-features .feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.hardwood-flooring-comparison-features .feature-text {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.hardwood-flooring-comparison-features .feature-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: auto;
}

.hardwood-flooring-comparison-features .feature-image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.hardwood-flooring-comparison-features .feature-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hardwood-flooring-comparison-features .feature-item:hover .feature-image img {
    transform: scale(1.1);
}

/* ========== Section 5: Product Grid - Types 1 ========== */
.wood-flooring-types-grid-1 {
    padding: 50px 0;
    background-color: #ffffff;
}

.wood-flooring-types-grid-1 .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

.wood-flooring-types-grid-1 .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

.wood-flooring-types-grid-1 .types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.wood-flooring-types-grid-1 .type-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wood-flooring-types-grid-1 .type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wood-flooring-types-grid-1 .type-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 0;
}

.wood-flooring-types-grid-1 .type-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.wood-flooring-types-grid-1 .type-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ========== Section 6: Product Grid - Types 2 ========== */
.wood-flooring-types-grid-2 {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-types-grid-2 .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    text-align: center;
}

.wood-flooring-types-grid-2 .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

.wood-flooring-types-grid-2 .types-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.wood-flooring-types-grid-2 .type-card-2 {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.wood-flooring-types-grid-2 .type-card-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wood-flooring-types-grid-2 .type-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 0;
}

.wood-flooring-types-grid-2 .type-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.wood-flooring-types-grid-2 .type-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ========== Section 7: Product Grid - Types 3 ========== */
.wood-flooring-types-grid-3 {
    padding: 80px 0;
    background-color: #ffffff;
}

.wood-flooring-types-grid-3 .types-grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.wood-flooring-types-grid-3 .type-card-3 {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.wood-flooring-types-grid-3 .type-card-3:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wood-flooring-types-grid-3 .type-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 0;
}

.wood-flooring-types-grid-3 .type-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.wood-flooring-types-grid-3 .type-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* ========== Section 8: Product Grid with CTA ========== */
.hardwood-flooring-products {
    padding: 60px 0;
    background-color: #ffffff;
}

.hardwood-flooring-products .products-cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.hardwood-flooring-products .products-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.hardwood-flooring-products .product-card-2 {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hardwood-flooring-products .product-card-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hardwood-flooring-products .product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

.hardwood-flooring-products .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
    padding: 0 20px;
}

.hardwood-flooring-products .product-description {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.hardwood-flooring-products .cta-section {
    background: #ffffff;
    border-radius: 0;
}

.hardwood-flooring-products .cta-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
}

.hardwood-flooring-products .cta-description {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hardwood-flooring-products .cta-form {
    max-width: 100%;
}

.hardwood-flooring-products .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.hardwood-flooring-products .form-group {
    margin-bottom: 20px;
    flex: 1;
}

.hardwood-flooring-products .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 8px;
}

.hardwood-flooring-products .form-group input[type="text"],
.hardwood-flooring-products .form-group input[type="email"],
.hardwood-flooring-products .form-group input[type="tel"],
.hardwood-flooring-products .form-group select,
.hardwood-flooring-products .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.hardwood-flooring-products .form-group textarea {
    height: 120px;
    resize: vertical;
}

.hardwood-flooring-products .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.hardwood-flooring-products .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.hardwood-flooring-products .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

/* ========== Section 9: Contact Form 1 ========== */
.get-quote-form-1 {
    padding: 60px 0 80px;
    background-color: #ffffff;
}

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

.get-quote-form-1 .quote-form-image {
    flex: 0 0 45%;
}

.get-quote-form-1 .quote-form-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

.get-quote-form-1 .quote-form-content {
    flex: 1;
}

.get-quote-form-1 .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.get-quote-form-1 .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.get-quote-form-1 .quote-form {
    max-width: 100%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.get-quote-form-1 .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.get-quote-form-1 .form-group {
    margin-bottom: 20px;
    flex: 1;
}

.get-quote-form-1 .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 8px;
}

.get-quote-form-1 .form-group input[type="text"],
.get-quote-form-1 .form-group input[type="email"],
.get-quote-form-1 .form-group input[type="tel"],
.get-quote-form-1 .form-group select,
.get-quote-form-1 .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

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

.get-quote-form-1 .form-group input[type="file"] {
    width: 100%;
    padding: 8px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.get-quote-form-1 .form-group input:focus,
.get-quote-form-1 .form-group textarea:focus,
.get-quote-form-1 .form-group select:focus {
    border-color: #6c757d;
    outline: none;
}

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

.get-quote-form-1 .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.free-quote-form-2 .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
}

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

.free-quote-form-2 .quote-form-2 {
    max-width: 100%;
}

.free-quote-form-2 .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

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

.free-quote-form-2 .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #4a5568;
    margin-bottom: 8px;
}

.free-quote-form-2 .form-group input[type="text"],
.free-quote-form-2 .form-group input[type="email"],
.free-quote-form-2 .form-group input[type="tel"],
.free-quote-form-2 .form-group select,
.free-quote-form-2 .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

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

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

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

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

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

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

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

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .wood-flooring-product-grid .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hardwood-flooring-considerations .consideration-item {
        flex-direction: column;
    }

    .hardwood-flooring-considerations .consideration-image {
        flex: 1;
        width: 100%;
    }

    .hardwood-flooring-considerations .consideration-image img {
        width: 100%;
    }

    .hardwood-flooring-comparison-features .feature-images {
        flex-direction: column;
    }

    .hardwood-flooring-comparison-features .feature-image {
        flex: 1;
        width: 100%;
    }

    .hardwood-flooring-products .products-cta-wrapper {
        grid-template-columns: 1fr;
    }
}

/* 移动设备 (≤768px) */
@media (max-width: 768px) {
    .wood-flooring-hero {
        padding: 40px 0;
    }

    .wood-flooring-hero .hero-content-overlay {
        padding: 40px 0;
        min-height: 400px;
    }

    .wood-flooring-hero .hero-left-right-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .wood-flooring-hero .hero-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .wood-flooring-hero .hero-right {
        width: 100%;
        justify-content: center;
    }

    .wood-flooring-hero .hero-title {
        font-size: 28px;
    }

    .wood-flooring-hero .hero-button {
        font-size: 14px;
        padding: 10px 20px;
    }

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

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

    .hardwood-flooring-considerations,
    .hardwood-flooring-comparison-features,
    .wood-flooring-types-grid-1,
    .wood-flooring-types-grid-2,
    .wood-flooring-types-grid-3,
    .wood-flooring-considerations-intro {
        padding: 40px 0;
    }

    .wood-flooring-considerations-intro .section-title {
        font-size: 28px;
    }

    .wood-flooring-considerations-intro .section-description {
        font-size: 16px;
    }

    .wood-flooring-type-section {
        padding: 50px 0;
    }

    .wood-flooring-type-section .type-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-type-section .type-image,
    .wood-flooring-type-section .type-content {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-type-section .type-title {
        font-size: 28px;
    }

    .wood-flooring-type-section .type-description {
        font-size: 16px;
    }

    .wood-flooring-finished-section {
        padding: 50px 0;
    }

    .wood-flooring-finished-section .finished-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-finished-section .finished-content,
    .wood-flooring-finished-section .finished-image {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-finished-section .finished-title {
        font-size: 28px;
    }

    .wood-flooring-finished-section .finished-description {
        font-size: 16px;
    }

    .wood-flooring-solid-section {
        padding: 50px 0;
    }

    .wood-flooring-solid-section .solid-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-solid-section .solid-image,
    .wood-flooring-solid-section .solid-content {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-solid-section .solid-title {
        font-size: 28px;
    }

    .wood-flooring-solid-section .solid-description {
        font-size: 16px;
    }

    .wood-flooring-hardness-section {
        padding: 50px 0;
    }

    .wood-flooring-hardness-section .hardness-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-hardness-section .hardness-content,
    .wood-flooring-hardness-section .hardness-image {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-hardness-section .hardness-title {
        font-size: 28px;
    }

    .wood-flooring-hardness-section .hardness-description {
        font-size: 16px;
    }

    .wood-flooring-grain-section {
        padding: 50px 0;
    }

    .wood-flooring-grain-section .grain-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-grain-section .grain-image,
    .wood-flooring-grain-section .grain-content {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-grain-section .grain-title {
        font-size: 28px;
    }

    .wood-flooring-grain-section .grain-description {
        font-size: 16px;
    }

    .wood-flooring-color-section {
        padding: 50px 0;
    }

    .wood-flooring-color-section .color-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .wood-flooring-color-section .color-content,
    .wood-flooring-color-section .color-image {
        flex: 1;
        width: 100%;
    }

    .wood-flooring-color-section .color-title {
        font-size: 28px;
    }

    .wood-flooring-color-section .color-description {
        font-size: 16px;
    }

    .wood-flooring-types-section {
        padding: 50px 0;
    }

    .wood-flooring-types-section .types-section-title {
        font-size: 28px;
    }

    .wood-flooring-types-section .types-section-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .wood-flooring-types-section .types-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wood-flooring-types-section .type-quadrant.quadrant-image {
        max-height: 250px;
    }

    .wood-flooring-types-section .quadrant-image {
        max-height: 250px;
    }

    .wood-flooring-types-section .type-quadrant.quadrant-text {
        padding: 25px;
    }

    .wood-flooring-types-section .quadrant-title {
        font-size: 24px;
    }

    .wood-flooring-types-section .quadrant-description {
        font-size: 16px;
    }

    .wood-flooring-more-types-section {
        padding: 50px 0;
    }

    .wood-flooring-types-grid-1 .types-grid,
    .wood-flooring-types-grid-2 .types-grid-2,
    .wood-flooring-types-grid-3 .types-grid-3 {
        grid-template-columns: 1fr;
    }

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

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

    .get-quote-form-1 .checkbox-group,
    .free-quote-form-2 .checkbox-group,
    .hardwood-flooring-products .checkbox-group {
        grid-template-columns: 1fr;
    }
}

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

    .wood-flooring-hero .hero-button {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .wood-flooring-product-grid .products-grid {
        grid-template-columns: 1fr;
    }

    .wood-flooring-product-grid .section-title {
        font-size: 28px;
    }

    .hardwood-flooring-considerations .consideration-title,
    .hardwood-flooring-comparison-features .feature-title {
        font-size: 20px;
    }

    .wood-flooring-types-grid-2 .section-title {
        font-size: 28px;
    }

    .wood-flooring-types-grid-2 .type-title {
        font-size: 24px;
    }

    .hardwood-flooring-products .form-row,
    .get-quote-form-1 .form-row,
    .free-quote-form-2 .form-row {
        flex-direction: column;
        gap: 0;
    }
}