/* ======================================================================
   Front (home) — Cohort 8 (Dhaka Bazaar)
   Signature: trust strip + dense product rails. Inspired by
   dhakaexclusive.org. Hero moved to front-hero/template-8.
   ====================================================================== */

/* ---------- Trust strip ---------- */
.front-8-trust {
    background: var(--bs-bg-alt, #F8F9FB);
    border-bottom: 1px solid var(--bs-border-color);
}
.front-8-trust-card {
    background: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.25rem;
    padding: 0.85rem 1rem;
    height: 100%;
    transition: border-color 0.10s ease, box-shadow 0.10s ease;
}
.front-8-trust-card:hover {
    border-color: var(--bs-border-accent);
    box-shadow: 0 2px 6px rgba(1, 24, 91, 0.06);
}
.front-8-trust-icon {
    width: 42px;
    height: 42px;
    background: var(--bs-light-secondary);
    color: var(--bs-secondary);
    border-radius: 0.25rem;
    flex: 0 0 42px;
}
.front-8-trust-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bs-body-color);
    line-height: 1.3;
}
.front-8-trust-text {
    font-size: 0.78rem;
    color: var(--bs-secondary-color);
    line-height: 1.3;
}

/* ---------- Rail section heads ---------- */
.front-8-rail {
    background: #fff;
    border-bottom: 1px solid var(--bs-border-color);
}
.front-8-section-head {
    border-bottom: 2px solid var(--bs-border-accent);
    padding-bottom: 0.5rem;
}
.front-8-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-body-color);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.front-8-section-link {
    color: var(--bs-secondary);
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color 0.10s ease;
}
.front-8-section-link:hover { color: #EA580C; }

@media (max-width: 575.98px) {
    .front-8-rail { padding: 24px 0 !important; }
    .front-8-section-title { font-size: 1.1rem; }
}
