/* ========== Front Doors 页面模板样式 (Cloned from Interior Doors) ========== */

.page-front-doors {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding-bottom: 80px;
}

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

.page-front-doors .full-width {
    width: 100%;
    position: relative;
}

/* ========== Stats Section ========== */
.interior-doors-stats {
    width: 100%;
    margin: 40px 0;
}

.stats-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.stats-left {
    flex: 1;
    background-color: #FF9C00;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-left-content {
    max-width: 350px;
}

.stats-left-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.stats-left-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    opacity: 0.95;
}

.stats-right {
    flex: 1;
    background-color: #fff;
    padding: 25px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.stats-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon svg {
    width: 28px;
    height: 28px;
}

.stats-number {
    font-size: 20px;
    font-weight: 800;
    color: #FF9C00;
    line-height: 1;
}

.stats-label {
    font-size: 10px;
    font-weight: 600;
    color: #FF9C00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Stats 响应式 */
@media (max-width: 1024px) {
    .stats-left,
    .stats-right {
        padding: 20px 25px;
    }

    .stats-left-title {
        font-size: 20px;
    }

    .stats-left-subtitle {
        font-size: 11px;
    }

    .stats-number {
        font-size: 18px;
    }

    .stats-label {
        font-size: 9px;
    }

    .stats-icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
    }

    .stats-left,
    .stats-right {
        padding: 20px 25px;
    }

    .stats-left-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .stats-left-subtitle {
        font-size: 11px;
    }

    .stats-right {
        flex-direction: column;
        gap: 18px;
    }

    .stats-icon svg {
        width: 22px;
        height: 22px;
    }

    .stats-number {
        font-size: 18px;
    }

    .stats-label {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .stats-left,
    .stats-right {
        padding: 18px 20px;
    }

    .stats-left-title {
        font-size: 16px;
    }

    .stats-left-subtitle {
        font-size: 10px;
    }

    .stats-right {
        gap: 15px;
    }

    .stats-icon svg {
        width: 20px;
        height: 20px;
    }

    .stats-number {
        font-size: 16px;
    }

    .stats-label {
        font-size: 8px;
    }
}

/* ========== Section 1: Hero ========== */
.ash-wood-hero {
    position: relative;
    padding: 100px 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-color: #111;
    overflow: hidden;
}

.ash-wood-hero .full-width {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.ash-wood-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ash-wood-hero:hover .hero-bg-image {
    transform: scale(1.1);
}

.ash-wood-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.ash-wood-hero .hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    text-align: left;
    color: #ffffff;
}

.ash-wood-hero .hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.ash-wood-hero .hero-subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.ash-wood-hero .hero-paragraph {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 20px;
}

.ash-wood-hero .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 40px;
}

.btn-primary,
.hero-button-primary {
    background-color: #f3821a !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(243, 130, 26, 0.3);
}

.btn-primary:hover,
.hero-button-primary:hover {
    background-color: #e07316 !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(243, 130, 26, 0.5);
}

.btn-secondary,
.hero-button-secondary {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    backdrop-filter: blur(5px);
}

.btn-secondary:hover,
.hero-button-secondary:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-3px);
}

/* ========== Section 1: Intro (MORE THAN JUST A DOOR) ========== */
.front-doors-intro {
    padding: 100px 0;
    background-color: #ffffff;
    text-align: left;
}

.front-doors-intro .elementor-container {
    text-align: left;
}

.front-doors-intro .section-title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.front-doors-intro .section-paragraph {
    font-size: 18px;
    color: #FF9C00;
    max-width: 900px;
    margin-left: 100px;
    line-height: 1.6;
    font-weight: 500;
}

/* ========== Section 2: Catalog Banner ========== */
.front-doors-catalog {
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.catalog-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    border: 3px solid #000;
    padding: 40px;
}

.catalog-image {
    flex: 1;
}

.catalog-image img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.catalog-text {
    flex: 1;
}

.catalog-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
    line-height: 1.2;
}

.catalog-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #f3821a;
    margin-bottom: 30px;
}

.catalog-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-width: 450px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.catalog-btn {
    display: inline-block;
    padding: 15px 45px;
    border: 1px solid #111;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.catalog-btn:hover {
    background-color: #111;
    color: #fff;
}

/* ========== Section: Front Door Details Header ========== */
.front-door-details-header {
    padding: 30px 0;
    background-color: #f5f5f5;
    text-align: left;
}

.front-door-details-header .details-header-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ========== Section 3-7: Product Categories (Alternating) ========== */
.ash-wide-plank-flooring,
.ash-wide-plank-flooring-image-text {
    padding: 100px 0;
    background-color: #ffffff;
}

.ash-wide-plank-flooring-image-text {
    background-color: #fcfcfc;
}

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

.content-text {
    flex: 1;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #FF9C00;
    text-transform: uppercase;
    text-align: left;
}

.section-paragraph {
    font-size: 17px;
    color: #555;
    margin-bottom: 35px;
    line-height: 1.8;
}

.content-image {
    flex: 1;
}

.content-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.content-image img:hover {
    transform: translateY(-10px);
}

.cta-button {
    display: inline-block;
    padding: 14px 35px;
    background-color: #f3821a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-button:hover {
    background-color: #e07316;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(243, 130, 26, 0.3);
}

/* ========== Section: Door Configuration ========== */
.door-configuration-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.configuration-title {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.configuration-image {
    width: 100%;
}

.configuration-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== Section: Large Image Banner ========== */
.large-image-banner {
    width: 100%;
}

.large-banner-image {
    width: 100%;
}

.large-banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== Section: Bottom CTA Bar ========== */
.bottom-cta-bar {
    display: flex;
    width: 100%;
    margin-top: 0;
    line-height: 1;
}

.bottom-cta-btn {
    flex: 1;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: block;
}

.bottom-cta-btn.btn-orange {
    background-color: #f3821a;
    color: #ffffff;
}

.bottom-cta-btn.btn-orange:hover {
    background-color: #e07316;
}

.bottom-cta-btn.btn-white {
    background-color: #ffffff;
    color: #f3821a;
    border-top: 1px solid #eee;
}

.bottom-cta-btn.btn-white:hover {
    background-color: #f9f9f9;
}

/* ========== Responsive Design ========== */
@media (max-width: 1024px) {
    .content-wrapper {
        gap: 40px;
    }

    .hero-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {

    .catalog-wrapper,
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

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

    .bottom-cta-bar {
        flex-direction: column;
    }

    .bottom-cta-btn {
        padding: 20px 0;
        font-size: 16px;
    }

    .catalog-description {
        margin: 0 auto 30px;
    }
}