:root {
    --brand: #F59E0B;
    /* laranja/âmbar */
    --brand-dark: #D97706;
    --ink: #111827;
    /* texto principal */
    --muted: #6B7280;
    /* texto secundário */
    --soft: #F6F7FB;
    /* background */
    --border: #E5E7EB;
    --shadow: 0 14px 40px rgba(17, 24, 39, .08);
}

/* backgrounds */
.bg-soft {
    background: var(--soft) !important;
}

/* topbar */
.topbar {
    background: #fff;
}

/* logo */
.brand-logo {
    height: 44px;
    width: auto;
}

/* Buttons */
.btn-brand {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-color: #111827;
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
    --bs-btn-hover-color: #111827;
    --bs-btn-focus-shadow-rgb: 245, 158, 11;
    font-weight: 700;
    border-radius: 999px;
}

.btn-outline-brand {
    --bs-btn-color: var(--ink);
    --bs-btn-border-color: rgba(17, 24, 39, .18);
    --bs-btn-hover-bg: rgba(245, 158, 11, .10);
    --bs-btn-hover-border-color: rgba(245, 158, 11, .45);
    --bs-btn-hover-color: var(--ink);
    border-radius: 999px;
    font-weight: 600;
}

.btn-whatsapp {
    --bs-btn-bg: #25D366;
    --bs-btn-border-color: #25D366;
    --bs-btn-color: #0b1b12;
    --bs-btn-hover-bg: #1fba58;
    --bs-btn-hover-border-color: #1fba58;
    --bs-btn-hover-color: #0b1b12;
    border-radius: 999px;
    font-weight: 700;
}

/* Hero */
.hero-light {
    min-height: 72vh;
    display: grid;
    place-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: saturate(1.0) contrast(1.02);
}

.hero-overlay-light {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 520px at 12% 20%, rgba(255, 255, 255, .92), rgba(255, 255, 255, .65)),
        linear-gradient(90deg, rgba(246, 247, 251, .96), rgba(246, 247, 251, .78));
}

@media (max-width: 991px) {
    .hero-light {
        min-height: auto;
    }

    .hero-overlay-light {
        background: linear-gradient(180deg, rgba(246, 247, 251, .95), rgba(246, 247, 251, .82));
    }
}

/* Soft cards / shadows */
.shadow-soft {
    box-shadow: var(--shadow) !important;
}

.card-soft {
    background: #fff;
    border: 1px solid var(--border);
}

/* badges / chips */
.badge-soft {
    background: rgba(245, 158, 11, .12);
    color: var(--ink);
    border: 1px solid rgba(245, 158, 11, .22);
}

.chip {
    font-size: .75rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, .06);
    color: var(--ink);
    border: 1px solid rgba(17, 24, 39, .10);
}

.chip-soft {
    font-size: .8rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, .10);
    color: var(--ink);
    border: 1px solid rgba(245, 158, 11, .20);
}

/* tiles */
.feature-tile {
    padding: 14px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

.pill {
    padding: 14px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--ink);
    box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

/* Category cards */
.category-card img {
    height: 210px;
    object-fit: cover;
}

.category-card:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}

/* Product cards */
.product-card:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}

/* Brands */
.brand-tile {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

/* CTA */
.cta-soft {
    background: rgba(245, 158, 11, .10);
    border: 1px solid rgba(245, 158, 11, .18);
    border-radius: 24px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #25D366;
    color: #0b1b12;
    font-size: 26px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .18);
    z-index: 1030;
    text-decoration: none;
}

.whatsapp-float:hover {
    filter: brightness(.97);
}

.brand-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
    transition: .2s ease;
    text-decoration: none;
}

.brand-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
}

.brand-logo {
    max-height: 44px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .85;
    transition: .2s ease;
}

.brand-tile:hover .brand-logo {
    filter: grayscale(0);
    opacity: 1;
}

/* melhora aparência dos controles */
#brandsCarousel .carousel-control-prev,
#brandsCarousel .carousel-control-next {
    width: 42px;
}

.site-logo {
    height: 42px;
    /* ajuste */
    width: auto;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}