/* ========== Bathroom Toilets / Toilet Systems 页面模板样式 ========== */

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

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

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

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

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

.page-toilet-systems .block-dots {
    justify-content: flex-start;
    margin: 0 0 15px 0;
}

.page-toilet-systems .block-dots::before,
.page-toilet-systems .block-dots::after {
    display: none;
}

/* ========== Section 1: Hero（无导航栏） ========== */
.toilet-hero {
    padding: 80px 0;
    background: #ffffff;
}

.toilet-hero .hero-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

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

.toilet-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.toilet-hero .hero-button:hover {
    background: #E67300;
}

/* ========== Section 2: Toilet Types Grid ========== */
.toilet-types-grid {
    padding: 50px 0;
    background: #ffffff;
}

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

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

.toilet-types-grid .types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    align-items: stretch;
}

.toilet-types-grid .type-card {
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.toilet-types-grid .card-image {
    width: 100%;
    margin-bottom: 15px;
}

.toilet-types-grid .card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.toilet-types-grid .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px 0;
}

.toilet-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;
    transition: all 0.3s ease;
}

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

/* ========== Section 3: Different Flushing Systems ========== */
.toilet-flushing-systems {
    padding: 40px 0;
    background: #ffffff;
}

.toilet-flushing-systems .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px 0;
}

.toilet-flushing-systems .section-title-center {
    text-align: center;
}

.toilet-flushing-systems .flushing-block .block-dots {
    margin-bottom: 15px;
}

.toilet-flushing-systems .flushing-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.toilet-flushing-systems .flushing-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.toilet-flushing-systems .flushing-text {
    flex: 1;
}

.toilet-flushing-systems .flushing-text .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.toilet-flushing-systems .flushing-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.toilet-flushing-systems .cta-link {
    color: #FF8C00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.toilet-flushing-systems .cta-link:hover {
    color: #E67300;
}

.toilet-flushing-systems .flushing-image {
    flex: 0 0 45%;
}

.toilet-flushing-systems .flushing-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 4: Dual Flush + Vacuum's Aid ========== */
.toilet-flushing-image-text {
    padding: 50px 0;
    background: #ffffff;
}

.toilet-flushing-image-text .image-text-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.toilet-flushing-image-text .image-text-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.toilet-flushing-image-text .it-text {
    flex: 1;
}

.toilet-flushing-image-text .it-text .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.toilet-flushing-image-text .it-text .block-dots {
    margin-bottom: 15px;
}

.toilet-flushing-image-text .it-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.toilet-flushing-image-text .cta-link {
    color: #FF8C00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.toilet-flushing-image-text .cta-link:hover {
    color: #E67300;
}

.toilet-flushing-image-text .it-image {
    flex: 0 0 50%;
}

.toilet-flushing-image-text .it-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ========== Section 5: Straight Flush + External Tank ========== */
.toilet-straight-external {
    padding: 60px 0 40px;
    background: #ffffff;
}

.toilet-straight-external .image-text-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.toilet-straight-external .image-text-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.toilet-straight-external .it-text {
    flex: 1;
}

.toilet-straight-external .it-text .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.toilet-straight-external .it-text .block-dots {
    margin-bottom: 15px;
}

.toilet-straight-external .it-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.toilet-straight-external .cta-link {
    color: #FF8C00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.toilet-straight-external .cta-link:hover {
    color: #E67300;
}

.toilet-straight-external .it-image {
    flex: 0 0 50%;
}

.toilet-straight-external .it-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 6: Gallery ========== */
.toilet-gallery {
    padding: 0;
    background: #ffffff;
}

.toilet-gallery .gallery-onepiece {
    padding: 60px 0;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.toilet-gallery .gallery-onepiece-text {
    flex: 1;
}

.toilet-gallery .gallery-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #8B4513;
    margin: 0 0 10px 0;
}

.toilet-gallery .gallery-onepiece .block-dots {
    margin-bottom: 15px;
}

.toilet-gallery .gallery-desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

.toilet-gallery .gallery-onepiece-image {
    flex: 0 0 45%;
}

.toilet-gallery .gallery-onepiece-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.toilet-gallery .gallery-beige {
    padding: 60px 0;
    background: #F0EAE3;
}

.toilet-gallery .gallery-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #8B4513;
    margin: 0 0 30px 0;
    text-align: center;
}

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

.toilet-gallery .gallery-item {
    overflow: hidden;
    height: 400px;
}

.toilet-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toilet-gallery .gallery-cta {
    text-align: center;
}

.toilet-gallery .gallery-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;
}

.toilet-gallery .gallery-button:hover {
    background: #E67300;
}

/* ========== Section 7: FAQ ========== */
.toilet-faq {
    padding: 60px 0;
    background: #ffffff;
}

.toilet-faq .faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.toilet-faq .section-dots {
    margin-bottom: 20px;
}

.toilet-faq .faq-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 30px 0;
    line-height: 1.6;
    text-align: center;
}

.toilet-faq .faq-list {
    margin-bottom: 30px;
}

.toilet-faq .faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.toilet-faq .faq-item:hover {
    background: #fafafa;
}

.toilet-faq .faq-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    background: #ffffff;
}

.toilet-faq .faq-item.active .faq-header {
    background: #f8f8f8;
}

.toilet-faq .faq-icon {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    flex-shrink: 0;
}

.toilet-faq .faq-q {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.toilet-faq .faq-content {
    display: none;
    padding: 0 20px 20px 20px;
}

.toilet-faq .faq-item.active .faq-content {
    display: block;
}

.toilet-faq .faq-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    padding-left: 30px;
}

.toilet-faq .faq-cta {
    text-align: center;
}

.toilet-faq .faq-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;
}

.toilet-faq .faq-button:hover {
    background: #E67300;
}

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

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

.toilet-contact-form .quote-form-image {
    flex: 0 0 45%;
}

.toilet-contact-form .quote-form-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.toilet-contact-form .quote-form-fields {
    flex: 1;
}

.toilet-contact-form .quote-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========== 响应式：平板 ========== */
@media (max-width: 1024px) {
    .toilet-types-grid .types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .toilet-flushing-systems .flushing-block {
        flex-direction: column;
    }

    .toilet-flushing-systems .flushing-image {
        flex: 1;
        width: 100%;
    }

    .toilet-flushing-image-text .image-text-item {
        flex-direction: column;
    }

    .toilet-flushing-image-text .it-image {
        flex: 1;
        width: 100%;
    }

    .toilet-straight-external .image-text-item {
        flex-direction: column;
    }

    .toilet-straight-external .it-image {
        flex: 1;
        width: 100%;
    }

    .toilet-gallery .gallery-onepiece {
        flex-direction: column;
    }

    .toilet-gallery .gallery-onepiece-image {
        flex: 1;
        width: 100%;
    }

    .toilet-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 320px);
    }

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

    .toilet-contact-form .quote-form-image {
        flex: 1;
        width: 100%;
    }
}

/* ========== 响应式：移动 ========== */
@media (max-width: 768px) {
    .toilet-hero {
        padding: 60px 0;
    }

    .toilet-hero .hero-title {
        font-size: 24px;
    }

    .toilet-types-grid {
        padding: 40px 0;
    }

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

    .toilet-flushing-systems,
    .toilet-flushing-image-text,
    .toilet-straight-external,
    .toilet-faq {
        padding: 40px 0;
    }

    .toilet-gallery .gallery-onepiece {
        padding: 40px 0;
    }

    .toilet-gallery .gallery-beige {
        padding: 40px 0;
    }

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

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

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

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

    .toilet-gallery .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 280px);
    }

    .toilet-gallery .gallery-subtitle {
        font-size: 20px;
    }
}
