/* Homepage-only repair: white animated dashboard and separated product cards. */
.hero .terminal{background:#fff!important;color:#14211d!important;border:1px solid #d7e5df!important;box-shadow:0 22px 65px rgba(22,70,52,.12)!important}
.hero .terminal .term-head{color:#42564e!important}
.hero .market-dashboard{display:block!important;position:relative!important;background:#fff!important;border:1px solid #d7e5df!important;min-height:390px!important}
.hero .market-dashboard canvas{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:1!important;visibility:visible!important;z-index:1!important}
.hero .market-dashboard .signal{z-index:2!important}
.hero .metrics{background:#fff!important;gap:10px!important}
.hero .metric{background:#fff!important;border:1px solid #dce7e2!important}
.hero .terminal .muted{color:#607169!important}

/* Exactly two products: no empty third panel, no cards touching. */
#products .grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important}
#products .card{background:#fff!important;border:1px solid #dce7e2!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(28,68,53,.06)!important}
#products .card>img{width:100%!important}

@media(max-width:700px){.hero .market-dashboard{min-height:250px!important}#products .grid{grid-template-columns:1fr!important;gap:18px!important}}
