/* ========== Garage Doors 页面模板样式 ========== */

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

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

/* ========== 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: Intro ========== */
.garage-doors-intro {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: left;
}

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

.garage-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;
}

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

/* ========== Section: Catalog Banner ========== */
.garage-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-text {
    flex: 1;
}

.catalog-image {
    flex: 1;
}

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

.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: Garage Door Details Header ========== */
.garage-door-details-header {
    padding: 30px 0;
    background-color: #f5f5f5;
    text-align: left;
}

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

/* ========== Section: Product Category ========== */
.garage-product-category {
    padding: 100px 40px;
    background-color: #ffffff;
}

.garage-product-category .elementor-container {
    background-color: #f5f5f5;
    padding: 100px 40px;
}

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

.product-content-text {
    flex: 1;
}

.section-title-garnish {
    width: 60px;
    height: 4px;
    background-color: #FF9C00;
    margin-bottom: 25px;
}

.product-title {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.product-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.product-description {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
    text-align: left;
}

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

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

.product-content-image {
    flex: 1;
}

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

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

/* ========== More Design Grid ========== */
.more-design-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.more-design-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.more-design-image {
    position: relative;
    width: 100%;
    padding-top: 200%; /* 高2宽1，即高:宽=2:1 */
}

.more-design-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.more-design-item:hover .more-design-image img {
    transform: scale(1.05);
}

.more-design-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

.more-design-label-text {
    color: #FF9C00;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .more-design-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-content-wrapper {
        flex-direction: column;
    }

    .more-design-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== 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: #111;
}

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