/* ===================================
   GUIITMARKET - SAGUARO Brand Styles
   Load order: styles.css → brands.css → saguaro.css
   =================================== */

/* ── Hero overrides ── */
.brand-hero { background: var(--primary-color); }

.hero-brand-image {
    max-width: 320px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hero-promo { color: var(--primary-color); }

.brand-hero p { opacity: 0.85; }

/* ── Info box overrides ── */
.info-box { border-left: 3px solid var(--primary-color); }

.info-box-text strong { color: var(--primary-color); }

/* ── Products overrides ── */
.product-link { color: var(--primary-color); }

/* ── Featured banner overrides ── */
.featured-banner {
    background: linear-gradient(135deg, #1e293b 0%, #162032 100%);
}

.featured-banner-btn {
    background: white;
    color: var(--primary-color);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hero-brand-image { max-width: 240px; }
}
