/*
 Theme Name:   Balsa Modern Child
 Theme URI:    http://lacasadelabalsa.com
 Description:  Tema moderno 'Identidad Visual'
 Template:     astra
 Version:      2.0.0
 Text Domain:  balsa-modern-child
*/

/* ===== La Casa de la Balsa - Identidad visual ===== */
:root {
    --lab-bg: #071a14;
    /* verde bosque oscuro */
    --lab-accent: #caa36a;
    /* tono balsa / madera */
    --lab-accent-2: #0ea37a;
    /* verde amazónico */
    --lab-text: #f3f1ea;
    /* marfil */
    --lab-card: rgba(255, 255, 255, .06);
    --lab-border: rgba(255, 255, 255, .12);
}

body {
    color: var(--lab-text);
    background-color: var(--lab-bg) !important;
    /* Force background */
}

/* ===== HERO (Mapped to .uagb-block-474c825a) ===== */
.lab-hero,
.uagb-block-474c825a {
    position: relative;
    overflow: hidden;
}

/* overlay más “premium” */
.lab-hero .uagb-container-inner-blocks-wrap,
.uagb-block-474c825a .uagb-container-inner-blocks-wrap {
    position: relative;
    z-index: 2;
}

.lab-hero:before,
.uagb-block-474c825a:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 500px at 20% 30%, rgba(202, 163, 106, .35), transparent 60%),
        linear-gradient(180deg, rgba(7, 26, 20, .55), rgba(0, 0, 0, .75));
    z-index: 1;
    pointer-events: none;
}

/* Título hero */
.lab-hero .uagb-ifb-title-prefix,
.uagb-block-474c825a .uagb-ifb-title-prefix {
    letter-spacing: .2px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .45);
    max-width: 900px;
    color: var(--lab-text) !important;
}

/* Botones del hero */
.lab-hero .wp-block-button__link,
.uagb-block-474c825a .wp-block-button__link {
    border-radius: 999px !important;
    padding: 14px 20px !important;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    backdrop-filter: blur(6px);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.lab-hero .wp-block-button__link:hover,
.uagb-block-474c825a .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    filter: brightness(1.05);
}

/* ===== CATEGORÍAS (Mapped to inner containers of 179a4875) ===== */
/* Targeting the Poncho/Joyería/Hogar blocks specifically */
.uagb-block-506cded2,
.uagb-block-c1eff5b6,
.uagb-block-640cb845,
.lab-cats .wp-block-uagb-container {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--lab-border);
    background-color: var(--lab-card);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
    /* spacing */
}

.uagb-block-506cded2 .uagb-ifb-content,
.uagb-block-c1eff5b6 .uagb-ifb-content,
.uagb-block-640cb845 .uagb-ifb-content {
    padding: 18px 18px 10px 18px;
}

.uagb-block-506cded2 .uagb-ifb-title,
.uagb-block-c1eff5b6 .uagb-ifb-title,
.uagb-block-640cb845 .uagb-ifb-title {
    font-weight: 800;
    letter-spacing: .2px;
    color: var(--lab-accent) !important;
}

.uagb-block-506cded2 .uagb-ifb-desc,
.uagb-block-c1eff5b6 .uagb-ifb-desc,
.uagb-block-640cb845 .uagb-ifb-desc {
    opacity: .92;
    line-height: 1.35;
    color: var(--lab-text) !important;
}

/* Botón "COMPRAR" uniforme y cálido */
.uagb-block-506cded2 .wp-block-button__link,
.uagb-block-c1eff5b6 .wp-block-button__link,
.uagb-block-640cb845 .wp-block-button__link {
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    background: rgba(7, 26, 20, .55) !important;
    color: var(--lab-text) !important;
}

/* ===== PRODUCTOS DESTACADOS (Mapped to container 5cf82bba) ===== */
.uagb-block-5cf82bba ul.products li.product,
.lab-featured ul.products li.product {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
    transition: transform .15s ease, box-shadow .15s ease;
    background-color: #fff;
    /* Ensure contrast for products */
}

.uagb-block-5cf82bba ul.products li.product:hover,
.lab-featured ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .14);
}

.uagb-block-5cf82bba ul.products li.product .button,
.lab-featured ul.products li.product .button {
    border-radius: 999px;
    background-color: var(--lab-accent) !important;
    color: #fff !important;
}

/* ===== SECCIÓN PROMO (Mapped to f6853360) ===== */
.uagb-block-f6853360,
.lab-promo {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.uagb-block-f6853360 .uagb-ifb-title,
.lab-promo .uagb-ifb-title {
    color: var(--lab-text) !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .45);
}

.uagb-block-f6853360 .uagb-heading-text,
.lab-promo .uagb-heading-text {
    opacity: .95;
    color: var(--lab-text) !important;
}

/* ===== Ajustes móviles ===== */
@media (max-width: 768px) {

    .lab-hero .uagb-ifb-title-prefix,
    .uagb-block-474c825a .uagb-ifb-title-prefix {
        font-size: 28px !important;
        line-height: 1.1;
    }
}