/* ========== Vinyl Flooring Materials 页面模板样式 ========== */

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

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

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

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

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

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

.vinyl-flooring-hero .hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.vinyl-flooring-hero .hero-content-overlay {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    display: flex;
    align-items: center;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.6);
    /* Darker overlay for better text readability */
}

.vinyl-flooring-hero .hero-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

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

.vinyl-flooring-hero .hero-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.vinyl-flooring-hero .hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.vinyl-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);
}

.vinyl-flooring-hero .hero-button-primary {
    background-color: #f3821a;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

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

.vinyl-flooring-hero .hero-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vinyl-flooring-hero .hero-button-secondary:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #f3821a;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.3);
}

/* Product Button Styles */
.vinyl-flooring-product-grid .product-button {
    display: inline-block !important;
    padding: 10px 24px;
    background-color: #f3821a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
    margin-top: 15px;
    visibility: visible !important;
    opacity: 1 !important;
}

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

.vinyl-flooring-product-grid .product-image-wrapper {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.vinyl-flooring-product-grid .product-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 0;
    transition: transform 0.5s ease;
}

.vinyl-flooring-product-grid .product-card:hover .product-image {
    transform: scale(1.08);
}

.vinyl-flooring-product-grid {
    padding: 100px 0;
    background-color: #ffffff;
}

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

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

.vinyl-flooring-product-grid .section-description {
    max-width: 900px;
    margin: -20px auto 34px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.vinyl-flooring-product-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 30px;
}

.vinyl-flooring-product-grid .section-cta {
    margin-top: 30px;
    text-align: center;
}

.vinyl-flooring-product-grid .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    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;
}

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

.vinyl-flooring-product-grid .product-card:hover .product-title {
    color: #f3821a;
}



.vinyl-flooring-product-grid .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* ========== Section 3: Content Block - Types ========== */
.vinyl-flooring-types {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.vinyl-flooring-types .vinyl-made-intro {
    max-width: 980px;
    margin: 0 auto 56px;
    text-align: center;
}

.vinyl-flooring-types .vinyl-made-intro .section-title {
    margin-bottom: 18px;
}

.vinyl-flooring-types .vinyl-made-intro .section-paragraph {
    margin-bottom: 14px;
}

.vinyl-flooring-types .vinyl-types-heading {
    text-align: center;
    margin: 0 auto 48px;
}

.vinyl-flooring-types .vct-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .vct-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .vct-image {
    flex: 0 0 calc(50% - 30px);
    max-height: 520px;
    overflow: hidden;
}

.vinyl-flooring-types .vct-text {
    flex: 0 0 calc(50% - 30px);
}

.vinyl-flooring-types .vct-image img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

.vinyl-flooring-types .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.vinyl-flooring-types .section-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}

.vinyl-flooring-types .section-paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.vinyl-flooring-types .sheet-vinyl-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.vinyl-flooring-types .sheet-vinyl-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .sheet-vinyl-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .sheet-vinyl-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .sheet-vinyl-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .sheet-vinyl-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== LVF Section ========== */
.vinyl-flooring-types .lvf-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .lvf-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
}

.vinyl-flooring-types .lvf-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .lvf-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .lvf-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Idea For Section ========== */
.vinyl-flooring-types .idea-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .idea-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .idea-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .idea-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .idea-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Vinyl Rolls Section ========== */
.vinyl-flooring-types .rolls-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .rolls-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .rolls-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .rolls-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .rolls-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Picking Section ========== */
.vinyl-flooring-types .picking-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .picking-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .picking-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .picking-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .picking-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Styles Section ========== */
.vinyl-flooring-types .styles-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .styles-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .styles-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .styles-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .styles-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Tough Section ========== */
.vinyl-flooring-types .tough-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .tough-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .tough-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .tough-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .tough-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Waterproof Section ========== */
.vinyl-flooring-types .waterproof-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .waterproof-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
}

.vinyl-flooring-types .waterproof-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .waterproof-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .waterproof-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========== Pros & Cons Section ========== */
.vinyl-flooring-types .pros-cons-section {
    margin-bottom: 80px;
}

.vinyl-flooring-types .pros-cons-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types .pros-cons-text {
    flex: 0 0 calc(50% - 60px);
}

.vinyl-flooring-types .pros-cons-image {
    flex: 0 0 50%;
}

.vinyl-flooring-types .pros-cons-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

.vinyl-flooring-types .pros-cons-buttons {
    margin-top: 20px;
}

.vinyl-flooring-types .pros-cons-buttons .cta-button {
    display: inline-block;
    padding: 12px 30px;
    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);
}

.vinyl-flooring-types .pros-cons-buttons .cta-button:hover {
    background-color: #e07316;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(243, 130, 26, 0.5);
}

.vinyl-flooring-types .sheet-vinyl-intro .section-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.vinyl-flooring-types .sheet-vinyl-intro .section-subtitle {
    font-size: 18px;
    color: #666;
}

/* ========== Section 4: Content Block - Types Content ========== */
.vinyl-flooring-types-content {
    padding: 100px 0;
    background-color: #ffffff;
}

.vinyl-flooring-types-content .section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
}

.vinyl-flooring-types-content .types-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.vinyl-flooring-types-content .type-item {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-flooring-types-content .type-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.vinyl-flooring-types-content .type-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.vinyl-flooring-types-content .type-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* ========== Section 5: Content Block - Types Content Block ========== */
.vinyl-flooring-types-content-block {
    padding: 100px 0;
    background-color: #fcfcfc;
}

.vinyl-flooring-types-content-block .types-detail-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.vinyl-flooring-types-content-block .type-detail-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.vinyl-flooring-types-content-block .type-detail-item:hover {
    transform: translateY(-5px);
}

.vinyl-flooring-types-content-block .section-title {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
}

.vinyl-flooring-types-content-block .section-paragraph {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.vinyl-flooring-types-content-block .type-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.vinyl-flooring-types-content-block .type-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vinyl-flooring-types-content-block .type-detail-item:hover .type-image img {
    transform: scale(1.05);
}

/* ========== Section 6: Content Block - Rolls ========== */
.vinyl-flooring-rolls,
.luxury-vinyl-idea,
.vinyl-flooring-waterproof-features,
.vinyl-vs-laminate {
    padding: 100px 0;
    background-color: #fff;
}

.vinyl-flooring-picking-guide,
.vinyl-flooring-pros-cons {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.rolls-content-wrapper,
.idea-content-wrapper,
.guide-content-wrapper,
.waterproof-content-wrapper,
.pros-cons-content-wrapper,
.vs-laminate-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.rolls-image img,
.idea-image img,
.guide-image img,
.waterproof-image img,
.pros-cons-image img,
.vs-laminate-image img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
}

.section-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.vinyl-flooring-pros-cons .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);
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

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

.vinyl-flooring-pros-cons .pros-cons-image {
    flex: 0 0 50%;
}

.vinyl-flooring-pros-cons .pros-cons-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vinyl-vs-laminate .vs-laminate-image {
    flex: 0 0 50%;
}

.vinyl-vs-laminate .vs-laminate-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
}

/* Vinyl vs Laminate - 左图右字 */
.vinyl-vs-laminate .vs-laminate-content-wrapper {
    flex-direction: row-reverse;
}

.vinyl-vs-laminate .cta-button {
    display: inline-block;
    padding: 12px 30px;
    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);
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

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

/* ========== Section 11: Content Block - Installation Guide ========== */
.vinyl-flooring-installation-guide {
    padding: 100px 0;
    background-color: #ffffff;
}

.vinyl-flooring-installation-guide .installation-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.vinyl-flooring-installation-guide .installation-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fcfcfc;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.vinyl-flooring-installation-guide .installation-item:hover {
    border-color: #f3821a;
    box-shadow: 0 10px 30px rgba(243, 130, 26, 0.05);
}

.vinyl-flooring-installation-guide .installation-image {
    width: 100%;
}

.vinyl-flooring-installation-guide .installation-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.vinyl-flooring-installation-guide .section-title {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
}

.vinyl-flooring-installation-guide .section-paragraph {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* ========== Section 12: Image Text - Installation Guide ========== */
.vinyl-installation-guide {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.vinyl-installation-guide .guide-detail-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.vinyl-installation-guide .guide-detail-image img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vinyl-installation-guide .guide-detail-image {
    flex: 0 0 50%;
}

.vinyl-installation-guide .guide-detail-text {
    flex: 0 0 calc(50% - 60px);
}

/* Easy Cleaning & Care Tips - 左字右图 */
.easy-cleaning-section .guide-detail-wrapper {
    flex-direction: row-reverse;
}

.vinyl-installation-guide .subsection-title {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin: 40px 0 20px 0;
}

.vinyl-installation-guide .section-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.vinyl-installation-guide .learn-more-link {
    display: inline-block;
    color: #FF8C00;
    text-decoration: underline;
    margin: 15px 0;
    font-size: 16px;
}

.vinyl-installation-guide .learn-more-link:hover {
    color: #E67300;
}

.vinyl-installation-guide .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);
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

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

/* ========== Section 13: Content Block - Stylish Designs ========== */
.stylish-vinyl-designs {
    padding: 60px 0;
    background-color: #ffffff;
}

.stylish-vinyl-designs .designs-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.stylish-vinyl-designs .designs-text {
    flex: 1;
}

.stylish-vinyl-designs .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.stylish-vinyl-designs .section-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.stylish-vinyl-designs .designs-image {
    flex: 0 0 50%;
}

.stylish-vinyl-designs .designs-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 14: FAQ 1 ========== */
.vinyl-flooring-faqs-1,
.vinyl-flooring-faqs-2,
.vinyl-flooring-faqs-3 {
    padding: 100px 0;
    background-color: #ffffff;
}

.faq-items {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 30px;
    background: #fff;
    transition: all 0.3s ease;
}

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

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

.faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: #f3821a;
    width: 20px;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.vinyl-flooring-faqs-1 .faq-answer {
    margin-top: 15px;
    padding-left: 45px;
    display: none;
}

.vinyl-flooring-faqs-1 .faq-answer p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.vinyl-flooring-faqs-1 .faq-item.active .faq-answer {
    display: block;
}

.vinyl-flooring-faqs-1 .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* ========== Section 15: FAQ 2 with Form ========== */
.vinyl-flooring-faqs-2 {
    padding: 40px 0 60px;
    background-color: #ffffff;
}

.vinyl-flooring-faqs-2 .faq-form-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.vinyl-flooring-faqs-2 .faq-section {
    flex: 1;
}

.vinyl-flooring-faqs-2 .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.vinyl-flooring-faqs-2 .faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.vinyl-flooring-faqs-2 .faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
}

.vinyl-flooring-faqs-2 .faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.vinyl-flooring-faqs-2 .faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    width: 30px;
    text-align: center;
    transition: color 0.3s ease;
}

.vinyl-flooring-faqs-2 .faq-question:hover .faq-icon {
    color: #FF8C00;
}

.vinyl-flooring-faqs-2 .faq-question-text {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.vinyl-flooring-faqs-2 .faq-answer {
    margin-top: 15px;
    padding-left: 45px;
    display: none;
}

.vinyl-flooring-faqs-2 .faq-answer p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.vinyl-flooring-faqs-2 .faq-item.active .faq-answer {
    display: block;
}

.vinyl-flooring-faqs-2 .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.vinyl-flooring-faqs-2 .faq-form-section {
    flex: 0 0 300px;
}

.vinyl-flooring-faqs-2 .faq-form-image {
    margin-bottom: 20px;
}

.vinyl-flooring-faqs-2 .faq-form-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

.vinyl-flooring-faqs-2 .faq-form {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.vinyl-flooring-faqs-2 .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.vinyl-flooring-faqs-2 .form-group {
    margin-bottom: 15px;
    flex: 1;
}

.vinyl-flooring-faqs-2 .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 8px;
}

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

.vinyl-flooring-faqs-2 .form-group textarea {
    height: 120px;
    resize: vertical;
}

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

.vinyl-flooring-faqs-2 .form-group input:focus,
.vinyl-flooring-faqs-2 .form-group textarea:focus,
.vinyl-flooring-faqs-2 .form-group select:focus {
    border-color: #FF8C00;
    outline: none;
}

.vinyl-flooring-faqs-2 .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.vinyl-flooring-faqs-2 .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.vinyl-flooring-faqs-2 .checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

/* ========== Section 16: FAQ 3 ========== */
.vinyl-flooring-faqs-3 {
    padding: 40px 0;
    background-color: #ffffff;
}

.vinyl-flooring-faqs-3 .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
    text-align: center;
}

.vinyl-flooring-faqs-3 .faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vinyl-flooring-faqs-3 .faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.vinyl-flooring-faqs-3 .faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.vinyl-flooring-faqs-3 .faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    width: 30px;
    text-align: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.vinyl-flooring-faqs-3 .faq-question:hover .faq-icon {
    color: #FF8C00;
}

.vinyl-flooring-faqs-3 .faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.vinyl-flooring-faqs-3 .faq-answer {
    margin-top: 15px;
    padding-left: 45px;
    display: none;
}

.vinyl-flooring-faqs-3 .faq-answer p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.vinyl-flooring-faqs-3 .faq-item.active .faq-answer {
    display: block;
}

.vinyl-flooring-faqs-3 .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* ========== Section 17: Contact Form ========== */
.contact-form-vinyl-flooring {
    padding: 60px 0;
    background-color: #ffffff;
}

.contact-form-vinyl-flooring .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    text-align: center;
}

.contact-form-vinyl-flooring .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-form-vinyl-flooring .contact-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

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

.contact-form-vinyl-flooring .form-group {
    margin-bottom: 20px;
    flex: 1;
}

.contact-form-vinyl-flooring .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    margin-bottom: 8px;
}

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

.contact-form-vinyl-flooring .form-group textarea {
    height: 120px;
    resize: vertical;
}

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

.contact-form-vinyl-flooring .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
}

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

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

.contact-form-vinyl-flooring .submit-button:hover {
    background-color: #5a6268;
}

/* ========== Framework Refinements (No Radius + Correct Split Rhythm) ========== */
.page-vinyl-flooring-materials .product-card,
.page-vinyl-flooring-materials .type-detail-item,
.page-vinyl-flooring-materials .installation-item,
.page-vinyl-flooring-materials .faq-item,
.page-vinyl-flooring-materials .hero-button,
.page-vinyl-flooring-materials .product-button,
.page-vinyl-flooring-materials .cta-button,
.page-vinyl-flooring-materials .btn-send,
.page-vinyl-flooring-materials .form-input,
.page-vinyl-flooring-materials .form-textarea,
.page-vinyl-flooring-materials .form-file-input,
.page-vinyl-flooring-materials .checkbox-item,
.page-vinyl-flooring-materials img {
    border-radius: 0 !important;
}

.page-vinyl-flooring-materials .product-card,
.page-vinyl-flooring-materials .type-detail-item,
.page-vinyl-flooring-materials .installation-item {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-vinyl-flooring-materials .product-card:hover,
.page-vinyl-flooring-materials .type-detail-item:hover,
.page-vinyl-flooring-materials .installation-item:hover {
    transform: none;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}

.page-vinyl-flooring-materials .product-image,
.page-vinyl-flooring-materials .type-image img {
    transition: none;
}

/* Keep split blocks alternating in the same style family used on other pages */
.luxury-vinyl-idea .idea-content-wrapper {
    flex-direction: row-reverse;
}

/* Contact section (replace global form block) */
.vinyl-contact-section {
    padding: 72px 0;
    background: #f4f4f6;
}

.vinyl-contact-section .contact-head {
    margin-bottom: 24px;
    text-align: center;
}

.vinyl-contact-section .contact-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 32px;
}

.vinyl-contact-section .contact-image-col img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.vinyl-contact-section .form-group {
    margin-bottom: 12px;
}

.vinyl-contact-section .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vinyl-contact-section .form-label {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
    color: #222;
}

.vinyl-contact-section .form-input,
.vinyl-contact-section .form-textarea,
.vinyl-contact-section .form-file-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d7deea;
    background: #fff;
    padding: 12px 14px;
    font-size: 15px;
    color: #222;
}

.vinyl-contact-section .form-input:focus,
.vinyl-contact-section .form-textarea:focus,
.vinyl-contact-section .form-file-input:focus {
    outline: none;
    border-color: #f3821a;
}

.vinyl-contact-section .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.vinyl-contact-section .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e4e8ef;
    padding: 8px 10px;
    font-size: 14px;
    background: #fff;
}

.vinyl-contact-section .btn-send {
    width: 100%;
    padding: 14px 18px;
    border: 0;
    background: #f3821a;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.vinyl-contact-section .btn-send:hover {
    background: #e07316;
}

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

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

    .vinyl-flooring-types-content-block .types-detail-wrapper {
        grid-template-columns: 1fr;
    }

    .vinyl-flooring-installation-guide .installation-content-wrapper {
        grid-template-columns: 1fr;
    }
}

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

    .vinyl-flooring-hero .hero-content-overlay {
        padding: 40px 0;
        min-height: 400px;
        text-align: center;
    }

    .vinyl-flooring-hero .hero-content-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .vinyl-flooring-hero .hero-left {
        text-align: center;
    }

    .vinyl-flooring-hero .hero-buttons {
        justify-content: center;
    }

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

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

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

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

    .vinyl-flooring-types,
    .vinyl-flooring-types-content,
    .vinyl-flooring-types-content-block,
    .vinyl-flooring-rolls,
    .luxury-vinyl-idea,
    .vinyl-flooring-picking-guide,
    .vinyl-flooring-waterproof-features,
    .vinyl-flooring-pros-cons,
    .vinyl-vs-laminate,
    .vinyl-flooring-installation-guide,
    .vinyl-installation-guide,
    .stylish-vinyl-designs {
        padding: 40px 0;
    }

    .vinyl-flooring-types .vct-content-wrapper,
    .vinyl-flooring-types-content .type-item,
    .vinyl-flooring-rolls .rolls-content-wrapper,
    .luxury-vinyl-idea .idea-content-wrapper,
    .vinyl-flooring-picking-guide .guide-content-wrapper,
    .vinyl-flooring-waterproof-features .waterproof-content-wrapper,
    .vinyl-flooring-pros-cons .pros-cons-content-wrapper,
    .vinyl-vs-laminate .vs-laminate-content-wrapper,
    .vinyl-installation-guide .guide-detail-wrapper,
    .stylish-vinyl-designs .designs-content-wrapper {
        flex-direction: column;
    }

    .vinyl-flooring-types .vct-image,
    .vinyl-flooring-types-content .type-image,
    .vinyl-flooring-rolls .rolls-image,
    .luxury-vinyl-idea .idea-image,
    .vinyl-flooring-picking-guide .guide-image,
    .vinyl-flooring-waterproof-features .waterproof-image,
    .vinyl-flooring-pros-cons .pros-cons-image,
    .vinyl-vs-laminate .vs-laminate-image,
    .vinyl-installation-guide .guide-detail-image,
    .stylish-vinyl-designs .designs-image {
        flex: 1;
        width: 100%;
    }

    .vinyl-flooring-faqs-2 .faq-form-wrapper {
        flex-direction: column;
    }

    .vinyl-flooring-faqs-2 .faq-form-section {
        flex: 1;
        width: 100%;
    }

    .vinyl-flooring-faqs-2 .checkbox-group,
    .contact-form-vinyl-flooring .checkbox-group,
    .vinyl-contact-section .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .vinyl-contact-section .contact-grid,
    .vinyl-contact-section .form-row {
        grid-template-columns: 1fr;
    }

    .vinyl-contact-section .contact-image-col img {
        min-height: 320px;
    }
}

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

    .vinyl-flooring-hero .hero-button {
        width: 100%;
        text-align: center;
    }

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

    .vinyl-flooring-product-grid .section-title {
        font-size: 16px;
    }

    .vinyl-flooring-types .section-title,
    .vinyl-flooring-types-content .section-title,
    .vinyl-flooring-types-content-block .section-title,
    .vinyl-flooring-rolls .section-title,
    .luxury-vinyl-idea .section-title,
    .vinyl-flooring-picking-guide .section-title,
    .vinyl-flooring-waterproof-features .section-title,
    .vinyl-flooring-pros-cons .section-title,
    .vinyl-vs-laminate .section-title,
    .vinyl-flooring-installation-guide .section-title,
    .vinyl-installation-guide .section-title,
    .stylish-vinyl-designs .section-title {
        font-size: 20px;
    }

    .vinyl-flooring-picking-guide .section-paragraph {
        font-size: 14px;
    }

    .contact-form-vinyl-flooring .form-row {
        flex-direction: column;
        gap: 0;
    }
}