/* ========== Bathroom Faucets 页面模板样式 ========== */

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

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

.page-bathroom-faucets .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section Dots ========== */
.page-bathroom-faucets .section-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 30px 0;
}

.page-bathroom-faucets .section-dots::before,
.page-bathroom-faucets .section-dots::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #FF8C00;
}

.page-bathroom-faucets .section-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF8C00;
}

/* ========== Section 1: Hero ========== */
.faucet-hero {
    padding: 0;
    position: relative;
    background: #ffffff;
}

.faucet-hero .full-width {
    min-height: 500px;
}

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

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

.faucet-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.faucet-hero .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 500px;
}

.faucet-hero .hero-content {
    flex: 1;
}

.faucet-hero .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.faucet-hero .hero-button-wrap {
    flex-shrink: 0;
}

.faucet-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #f0f0f0;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faucet-hero .hero-button:hover {
    background: #e8e8e8;
    color: #FF8C00;
    border-color: #d0d0d0;
}

.faucet-hero .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* ========== Section 1b: Intro ========== */
.faucet-intro {
    padding: 60px 0;
    background: #ffffff;
}

.faucet-intro .intro-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.faucet-intro .intro-text {
    flex: 1;
}

.faucet-intro .intro-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
}

.faucet-intro .intro-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.faucet-intro .intro-cta {
    color: #FF8C00;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.faucet-intro .intro-cta:hover {
    text-decoration: underline;
}

.faucet-intro .intro-video {
    flex: 0 0 45%;
}

.faucet-intro .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.faucet-intro .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== Section 2: Types of Bathroom Faucets ========== */
.faucet-types-grid {
    padding: 60px 0;
    background: #ffffff;
}

.faucet-types-grid .types-intro {
    margin-bottom: 30px;
}

.faucet-types-grid .types-intro-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.faucet-types-grid .types-cta-link {
    color: #FF8C00;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.faucet-types-grid .types-cta-link:hover {
    text-decoration: underline;
}

.faucet-types-grid .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.faucet-types-grid .section-dots {
    margin-bottom: 30px;
}

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

.faucet-types-grid .type-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.faucet-types-grid .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.faucet-types-grid .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faucet-types-grid .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.faucet-types-grid .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.faucet-types-grid .card-button {
    display: inline-block;
    padding: 8px 20px;
    height: 36px;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    align-self: center;
    transition: all 0.3s ease;
}

.faucet-types-grid .card-button:hover {
    background: #000000;
    color: #ffffff;
}

/* ========== Section 2b: Faucet Installation Types ========== */
.faucet-install-types {
    padding: 50px 0;
    background: #ffffff;
}

.faucet-install-types .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px 0;
    text-align: center;
}

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

.faucet-install-types .install-type-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.faucet-install-types .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.faucet-install-types .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faucet-install-types .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.faucet-install-types .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.faucet-install-types .card-button {
    display: inline-block;
    padding: 8px 20px;
    height: 36px;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    align-self: center;
    transition: all 0.3s ease;
}

.faucet-install-types .card-button:hover {
    background: #000000;
    color: #ffffff;
}

/* ========== Section 3: Handle Configurations ========== */
.faucet-handle-configs {
    padding: 50px 0;
    background: #ffffff;
}

.faucet-handle-configs .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 40px 0;
    text-align: center;
}

.faucet-handle-configs .config-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faucet-handle-configs .config-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.faucet-handle-configs .config-image {
    flex: 0 0 40%;
}

.faucet-handle-configs .config-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.faucet-handle-configs .config-text {
    flex: 1;
}

.faucet-handle-configs .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.faucet-handle-configs .config-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.faucet-handle-configs .config-cta {
    color: #FF8C00;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.faucet-handle-configs .config-cta:hover {
    text-decoration: underline;
}

/* ========== Section 4: Bathtub Faucet Installations ========== */
.faucet-bathtub-installs {
    padding: 60px 0;
    background: #ffffff;
}

.faucet-bathtub-installs .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px 0;
    text-align: left;
}

.faucet-bathtub-installs .install-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.faucet-bathtub-installs .install-block:last-child {
    margin-bottom: 0;
}

.faucet-bathtub-installs .install-text {
    flex: 1;
}

.faucet-bathtub-installs .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.faucet-bathtub-installs .install-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.faucet-bathtub-installs .install-image {
    flex: 0 0 50%;
}

.faucet-bathtub-installs .install-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 5: Popular Faucet Finishes ========== */
.faucet-finishes {
    padding: 80px 0;
    background: #ffffff;
}

.faucet-finishes .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px 0;
    text-align: center;
}

.faucet-finishes .finishes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.faucet-finishes .finish-card {
    background: transparent;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.faucet-finishes .finish-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.faucet-finishes .finish-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #6a6a6a;
    padding: 12px;
    text-align: center;
}

.faucet-finishes .finishes-cta {
    text-align: center;
}

.faucet-finishes .cta-button,
.faucet-inspired .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.faucet-finishes .cta-button:hover,
.faucet-inspired .cta-button:hover {
    background: #E67300;
}

/* ========== Section 6: 1000+ FAUCET INSPIRED IDEAS ========== */
.faucet-inspired {
    padding: 80px 0;
    background: #F8F3ED;
}

.faucet-inspired .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #8B4513;
    margin: 0 0 30px 0;
    text-align: center;
}

.faucet-inspired .inspired-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.faucet-inspired .inspired-item {
    overflow: hidden;
}

.faucet-inspired .inspired-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.faucet-inspired .inspired-cta {
    text-align: center;
}

/* ========== Section 7: Contact Form ========== */
.faucet-contact-form {
    padding: 80px 0;
    background: #ffffff;
}

.faucet-contact-form .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
    text-align: center;
}

.faucet-contact-form .section-desc {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    line-height: 1.6;
}

.faucet-contact-form .quote-form-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.faucet-contact-form .quote-form-image {
    flex-shrink: 0;
    width: 450px;
    text-align: center;
}

.faucet-contact-form .form-image-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px auto;
}

.faucet-contact-form .quote-form-image img {
    width: 400px;
    height: 500px;
    object-fit: cover;
    display: block;
}

.faucet-contact-form .pm-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5a6c7d;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.faucet-contact-form .form-image-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.faucet-contact-form .form-image-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    text-align: center;
}

.faucet-contact-form .quote-form-fields {
    flex: 0 1 500px;
}

.faucet-contact-form .quote-form-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.faucet-contact-form .quote-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faucet-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faucet-contact-form .form-group-full {
    width: 100%;
}

.faucet-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faucet-contact-form label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.faucet-contact-form input[type="text"],
.faucet-contact-form input[type="email"],
.faucet-contact-form input[type="tel"],
.faucet-contact-form select,
.faucet-contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    background: #f8f8f8;
}

.faucet-contact-form .checkbox-group > label {
    margin-bottom: 10px;
}

.faucet-contact-form .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.faucet-contact-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.faucet-contact-form input[type="checkbox"] {
    width: auto;
}

.faucet-contact-form .submit-button {
    padding: 12px 24px;
    height: 40px;
    background: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faucet-contact-form .submit-button:hover {
    background: #555555;
}

/* ========== 响应式：平板 ========== */
@media (max-width: 1024px) {
    .faucet-intro .intro-wrapper {
        flex-direction: column;
    }

    .faucet-intro .intro-video {
        flex: 1;
        width: 100%;
    }

    .faucet-types-grid .types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faucet-install-types .install-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faucet-handle-configs .config-block {
        flex-direction: column;
    }

    .faucet-handle-configs .config-image {
        flex: 1;
        width: 100%;
    }

    .faucet-bathtub-installs .install-block {
        flex-direction: column;
    }

    .faucet-bathtub-installs .install-image {
        flex: 1;
        width: 100%;
    }

    .faucet-finishes .finishes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .faucet-inspired .inspired-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .faucet-contact-form .quote-form-wrapper {
        flex-direction: column;
    }

    .faucet-contact-form .quote-form-image {
        margin: 0 auto;
    }
}

/* ========== 响应式：移动 ========== */
@media (max-width: 768px) {
    .faucet-hero .hero-title {
        font-size: 36px;
    }

    .faucet-hero .hero-container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .faucet-intro {
        padding: 40px 0;
    }

    .faucet-types-grid,
    .faucet-install-types,
    .faucet-handle-configs,
    .faucet-bathtub-installs,
    .faucet-finishes,
    .faucet-inspired {
        padding: 40px 0;
    }

    .faucet-types-grid .types-grid {
        grid-template-columns: 1fr;
    }

    .faucet-install-types .install-types-grid {
        grid-template-columns: 1fr;
    }

    .faucet-finishes .finishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faucet-inspired .inspired-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);
    }

    .faucet-contact-form {
        padding: 60px 0;
    }

    .faucet-contact-form .form-row {
        grid-template-columns: 1fr;
    }

    .faucet-contact-form .checkboxes {
        grid-template-columns: 1fr;
    }
}

/* ========== 响应式：小屏 ========== */
@media (max-width: 480px) {
    .faucet-hero .hero-title {
        font-size: 32px;
    }

    .faucet-hero .hero-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .faucet-types-grid .section-title {
        font-size: 28px;
    }

    .faucet-finishes .finishes-grid {
        grid-template-columns: 1fr;
    }

    .faucet-inspired .section-title {
        font-size: 28px;
    }
}
