/* ========================================================================== */
/* CATEGORY-101.CSS - Muebles de Bano Suspendidos                             */
/* Identidad corporativa Adrihosan:                                           */
/*   - Color corporativo CTA: #4dd2d0                                         */
/*   - Color corporativo texto: #3f6f7b                                       */
/*   - Tipografia corporativa: Poppins                                        */
/* ========================================================================== */

.tax-product_cat.term-101 {
    font-family: 'Poppins', sans-serif;
}

/* --- Eliminar espacio superior del tema --- */
.tax-product_cat.term-101 .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* --- Ocultar filtros antiguos y elementos legacy --- */
.tax-product_cat.term-101 .woocommerce-products-header,
.tax-product_cat.term-101 .wd-shop-tools,
.tax-product_cat.term-101 .advanced-filter,
.tax-product_cat.term-101 .filter-wrapper,
.tax-product_cat.term-101 .ai-filters-section,
.tax-product_cat.term-101 .bho-filters-section,
.tax-product_cat.term-101 .bho-hub-section,
.tax-product_cat.term-101 .woocommerce-products-header__description,
.tax-product_cat.term-101 .term-description,
.tax-product_cat.term-101 .woodmart-category-desc,
.tax-product_cat.term-101 .wd-active-filters,
.tax-product_cat.term-101 .doo-category-banner {
    display: none !important;
}

/* --- Estilos de la descripcion dinamica (contenido inferior) --- */
.tax-product_cat.term-101 .bho-guide-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-101 .bho-guide-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-101 .term-description-dinamica {
    font-size: 1rem;
    color: #3f6f7b;
    line-height: 1.8;
}

.tax-product_cat.term-101 .term-description-dinamica h2,
.tax-product_cat.term-101 .term-description-dinamica h3 {
    color: #3f6f7b;
    margin-top: 1.5em;
}

.tax-product_cat.term-101 .term-description-dinamica a {
    color: #3f6f7b;
    text-decoration: none;
    font-weight: 600;
}

.tax-product_cat.term-101 .term-description-dinamica a:hover {
    text-decoration: underline;
}

/* --- Titulo del catalogo --- */
.tax-product_cat.term-101 .product-loop-header {
    text-align: center;
    margin: 0 0 30px 0;
}

.tax-product_cat.term-101 .product-loop-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #3f6f7b;
    font-family: 'Poppins', sans-serif;
}

/* --- Filtro master container --- */
.tax-product_cat.term-101 .filter-container-master {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

/* ========================================================================== */
/* HERO SECTION - BREAKOUT COMPLETO                                           */
/* ========================================================================== */
.tax-product_cat.term-101 .hero-section-container {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-color: #3f6f7b;
    color: #ffffff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tax-product_cat.term-101 .hero-section-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 111, 123, 0.55);
    z-index: 1;
}

.tax-product_cat.term-101 .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* --- Breadcrumb --- */
.tax-product_cat.term-101 .breadcrumb-nav {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.tax-product_cat.term-101 .breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.tax-product_cat.term-101 .breadcrumb-nav a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.tax-product_cat.term-101 .breadcrumb-nav span {
    color: #4dd2d0;
    font-weight: 600;
}

.tax-product_cat.term-101 .hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.tax-product_cat.term-101 .hero-content .hero-tagline {
    font-size: 1.2rem;
    font-style: italic;
    color: #4dd2d0;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.tax-product_cat.term-101 .hero-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 30px auto;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ========================================================================== */
/* TRUST BAR SECTION                                                          */
/* ========================================================================== */
.tax-product_cat.term-101 .trust-bar-section {
    background-color: #f0f7f8;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-101 .trust-bar-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tax-product_cat.term-101 .trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d4e3e6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tax-product_cat.term-101 .trust-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(63, 111, 123, 0.08);
}

.tax-product_cat.term-101 .trust-icon {
    font-size: 2.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.tax-product_cat.term-101 .trust-text strong {
    display: block;
    font-size: 0.95rem;
    color: #3f6f7b;
    margin-bottom: 3px;
}

.tax-product_cat.term-101 .trust-text span {
    font-size: 0.85rem;
    color: #3f6f7b;
    line-height: 1.4;
}

/* Badge compacto con checkmarks (4o trust-item) */
.tax-product_cat.term-101 .trust-badge-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 2px;
}

.tax-product_cat.term-101 .trust-badge-check {
    display: inline-block;
    font-size: 0.82rem;
    color: #3f6f7b;
    line-height: 1.35;
    font-weight: 500;
}

/* ========================================================================== */
/* CONSEJO ADRIA + FILTRO                                                     */
/* ========================================================================== */
.tax-product_cat.term-101 .adria-tip-box {
    max-width: 960px;
    margin: 40px auto 30px auto;
    padding: 20px 25px;
    background-color: #f0f7f8;
    border-left: 4px solid #3f6f7b;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-101 .adria-tip-box p {
    font-size: 0.95rem;
    color: #3f6f7b;
    line-height: 1.6;
    margin: 0;
}

.tax-product_cat.term-101 .adria-tip-box strong {
    color: #3f6f7b;
}

/* ========================================================================== */
/* INSTALL BANNER SECTION - Imagen de fondo + overlay corporativo             */
/* ========================================================================== */
.tax-product_cat.term-101 .install-banner-section {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #3f6f7b;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tax-product_cat.term-101 .install-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 111, 123, 0.7);
    z-index: 1;
}

.tax-product_cat.term-101 .install-banner-wrapper {
    position: relative;
    z-index: 2;
    padding: 80px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tax-product_cat.term-101 .install-banner-content {
    max-width: 720px;
    color: #ffffff;
}

.tax-product_cat.term-101 .install-banner-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.tax-product_cat.term-101 .install-banner-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 25px 0;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.tax-product_cat.term-101 .install-banner-content .bumper-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #4dd2d0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #4dd2d0;
}

.tax-product_cat.term-101 .install-banner-content .bumper-btn:hover {
    background-color: #ffffff;
    color: #4dd2d0;
    border-color: #ffffff;
}

/* ========================================================================== */
/* RELATED CATEGORIES (Tarjetas visuales)                                     */
/* ========================================================================== */
.tax-product_cat.term-101 .related-cats-section {
    padding: 70px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-101 .related-cats-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-101 .related-cats-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 40px 0;
}

.tax-product_cat.term-101 .related-cats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tax-product_cat.term-101 .related-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 20px;
    background-color: #f0f7f8;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    text-decoration: none;
    color: #3f6f7b;
    transition: all 0.3s ease;
}

.tax-product_cat.term-101 .related-cat-card:hover {
    background-color: #3f6f7b;
    border-color: #3f6f7b;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(63, 111, 123, 0.25);
}

.tax-product_cat.term-101 .related-cat-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.tax-product_cat.term-101 .related-cat-label {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

/* ========================================================================== */
/* SEO CONTENT SECTION                                                        */
/* ========================================================================== */
.tax-product_cat.term-101 .seo-content-section {
    padding: 80px 20px;
    background-color: #f0f7f8;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-101 .seo-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-101 .seo-content-wrapper > h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 30px 0;
    text-align: center;
}

.tax-product_cat.term-101 .seo-content-wrapper > p {
    font-size: 1.05rem;
    color: #3f6f7b;
    line-height: 1.8;
    margin: 0 0 18px 0;
}

.tax-product_cat.term-101 .seo-content-wrapper > p strong {
    color: #3f6f7b;
}

.tax-product_cat.term-101 .seo-content-wrapper > p a {
    color: #3f6f7b;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(63, 111, 123, 0.3);
    transition: all 0.2s ease;
}

.tax-product_cat.term-101 .seo-content-wrapper > p a:hover {
    color: #3f6f7b;
    border-bottom-color: #3f6f7b;
}

/* ========================================================================== */
/* CONTACT HELP - Fix circulo Ricardo achatado                                */
/* ========================================================================== */
.tax-product_cat.term-101 .contact-help-common .contact-intro {
    gap: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.tax-product_cat.term-101 .contact-help-common .contact-intro img {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tax-product_cat.term-101 .contact-help-common .contact-intro-text {
    flex: 1 1 auto;
    min-width: 0;
}

.tax-product_cat.term-101 .contact-help-common .contact-intro h2 {
    font-size: clamp(1.25rem, 2.6vw, 1.65rem);
    line-height: 1.35;
}

/* ========================================================================== */
/* RESPONSIVE                                                                 */
/* ========================================================================== */

/* --- Tablet --- */
@media (max-width: 1024px) {
    .tax-product_cat.term-101 .trust-bar-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .tax-product_cat.term-101 .related-cats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- Movil --- */
@media (max-width: 768px) {
    .tax-product_cat.term-101 .hero-section-container {
        min-height: 50vh;
        padding: 60px 20px;
    }

    .tax-product_cat.term-101 .hero-content h1 {
        font-size: 30px;
    }

    .tax-product_cat.term-101 .hero-content .hero-tagline {
        font-size: 1.05rem;
    }

    .tax-product_cat.term-101 .breadcrumb-nav {
        font-size: 0.8rem;
    }

    .tax-product_cat.term-101 .trust-bar-wrapper {
        grid-template-columns: 1fr;
    }

    .tax-product_cat.term-101 .trust-item {
        padding: 15px;
    }

    .tax-product_cat.term-101 .install-banner-wrapper {
        padding: 50px 20px;
    }

    .tax-product_cat.term-101 .install-banner-content h2 {
        font-size: 1.3rem;
    }

    .tax-product_cat.term-101 .install-banner-content p {
        font-size: 0.95rem;
    }

    .tax-product_cat.term-101 .related-cats-section {
        padding: 50px 20px;
    }

    .tax-product_cat.term-101 .related-cats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .tax-product_cat.term-101 .related-cat-card {
        padding: 22px 12px;
    }

    .tax-product_cat.term-101 .related-cat-icon {
        font-size: 2rem;
    }

    .tax-product_cat.term-101 .related-cat-label {
        font-size: 0.88rem;
    }

    .tax-product_cat.term-101 .seo-content-section {
        padding: 60px 20px;
    }

    .tax-product_cat.term-101 .seo-content-wrapper > h2 {
        font-size: 1.5rem;
    }
}
