@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");
.industry-site.page-ecommerce-brand {
  --bg: #030605;
  --bg2: #0d1114;
  --text: #f7fff9;
  --muted: rgba(247,255,249,.65);
  --panel: rgba(255,255,255,.07);
  --paper: rgba(255,255,255,.1);
  --line: rgba(255,255,255,.14);
  --accent: #42ef9a;
  --accent2: #658bff;
  --buttonText: #04110a;
}
body { background: #030605; }
.page-ecommerce-brand .cards article,
.page-ecommerce-brand .wide-card,
.page-ecommerce-brand .form-panel { transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.page-ecommerce-brand .cards article:hover,
.page-ecommerce-brand .wide-card:hover,
.page-ecommerce-brand .form-panel:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 20%, transparent); }
.page-ecommerce-brand .is-visible { animation: pageLift .7s ease both; }
@keyframes pageLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
