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

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

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

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

/* ========== Section 1: Hero ========== */
.pine-wood-hero {
    position: relative;
    padding: 0;
    background-color: #1a1a1a;
    color: #fff;
    overflow: hidden;
}

.pine-wood-hero .full-width {
    min-height: 520px;
    padding: 120px 0 100px;
}

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

.pine-wood-hero .hero-bg-image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

.pine-wood-hero .hero-left {
    flex: 1;
}

.pine-wood-hero .hero-right {
    flex: 0 0 auto;
}

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

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

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

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

.pine-wood-grid .section-header {
    text-align: center;
    margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

/* ========== Section 3: Pine Flooring Info ========== */
.pine-flooring-info {
    padding: 100px 0;
    background-color: #ffffff;
}

.pine-flooring-info .info-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.pine-flooring-info .info-image {
    flex: 1;
}

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

.pine-flooring-info .info-text {
    flex: 1;
}

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

.pine-flooring-info .info-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.pine-flooring-info .info-description p {
    margin-bottom: 15px;
}

.pine-flooring-info .info-description p:last-child {
    margin-bottom: 0;
}

.pine-flooring-info .info-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #fca311;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.pine-flooring-info .info-button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 4: Why Choose ========== */
.why-choose-george-group {
    padding: 100px 0;
    background-color: #ffffff;
}

.why-choose-george-group .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
}

.why-choose-george-group .advantages-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.why-choose-george-group .advantage-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.why-choose-george-group .advantage-item-image {
    flex: 0 0 280px;
    width: 280px;
}

.why-choose-george-group .advantage-item-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.why-choose-george-group .advantage-item-content {
    flex: 1;
}

.why-choose-george-group .advantage-item-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.why-choose-george-group .advantage-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.why-choose-george-group .advantage-item-description {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.why-choose-george-group .cta-wrapper {
    text-align: center;
}

.why-choose-george-group .cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #fca311;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.why-choose-george-group .cta-button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 5: FAQ 1 ========== */
/* ========== Section 6: FAQ 2 (Now main FAQ) ========== */
.pine-flooring-faqs-2 {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.pine-flooring-faqs-2 .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
}

.pine-flooring-faqs-2 .faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.pine-flooring-faqs-2 .faq-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 24px 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.pine-flooring-faqs-2 .faq-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.pine-flooring-faqs-2 .faq-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

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

.pine-flooring-faqs-2 .faq-card.active .faq-icon {
    transform: rotate(45deg);
    background: #fca311;
    color: #fff;
}

.pine-flooring-faqs-2 .faq-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.pine-flooring-faqs-2 .faq-card-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-left: 50px;
    opacity: 0;
}

.pine-flooring-faqs-2 .faq-card.active .faq-card-content {
    max-height: 500px;
    padding-top: 20px;
    padding-bottom: 10px;
    opacity: 1;
}

.pine-flooring-faqs-2 .faq-card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

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

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .pine-wood-hero .full-width {
        min-height: 460px;
        padding: 100px 0 80px;
    }

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

    .pine-wood-hero .hero-title {
        font-size: 48px;
    }

    .pine-wood-grid .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .pine-flooring-info .info-content {
        flex-direction: column;
        gap: 40px;
    }

    .pine-flooring-info .info-title {
        font-size: 36px;
    }

    .why-choose-george-group .advantages-list {
        grid-template-columns: 1fr;
    }
}

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

    .pine-wood-hero .hero-title {
        font-size: 38px;
    }

    .pine-wood-grid {
        padding: 60px 0;
    }

    .pine-wood-grid .section-subtitle {
        font-size: 28px;
    }

    .pine-wood-grid .section-description {
        font-size: 16px;
    }

    .pine-wood-grid .products-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pine-flooring-info {
        padding: 60px 0;
    }

    .pine-flooring-info .info-title {
        font-size: 32px;
    }

    .pine-flooring-info .info-description {
        font-size: 15px;
    }

    .why-choose-george-group {
        padding: 60px 0;
    }

    .why-choose-george-group .advantages-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-choose-george-group .advantage-item {
        flex-direction: column;
    }

    .why-choose-george-group .advantage-item-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .pine-flooring-faqs-2 {
        padding: 60px 0;
    }

    .pine-flooring-faqs-2 .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .pine-flooring-faqs-2 .faq-card {
        padding: 20px;
    }

    .pine-flooring-faqs-2 .faq-card-title {
        font-size: 16px;
    }
}

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

    .pine-wood-grid .section-subtitle {
        font-size: 24px;
    }

    .pine-wood-grid .product-image {
        height: 200px;
    }

    .pine-flooring-info .info-title {
        font-size: 28px;
    }

    .pine-flooring-info .info-button {
        width: 100%;
        text-align: center;
    }

    .why-choose-george-group .section-title {
        font-size: 28px;
    }

    .why-choose-george-group .advantage-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
