body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero {
    background: url("../img/TRI-portada.png") center/cover no-repeat;
    min-height: 70vh;
    color: #fff;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,90,40,0.8), rgba(0,0,0,0.4));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.navbar-brand img {
    height: 42px;
    margin-right: .5rem;
}

.card-producto img {
    height: 220px;
    object-fit: cover;
}

.badge-precio {
    font-size: 1rem;
}

footer {
    background: #043b1d;
    color: #fff;
}

.whatsapp-badge {
    font-size: 1.1rem;
}
