/**
 * Home 2 — TRC20 / flashusdt software
 * TRON-inspired: electric cyan, signal red, sharp geometry, Syne + DM Sans
 * Active when body.active-home-trc20
 */

body.active-home-trc20 {
  --green: #00d4ff;
  --green2: #67e8f9;
  --gold: #ff0844;
  --dark: #020617;
  --dark2: #0f172a;
  --card: rgba(15, 23, 42, 0.92);
  --card2: rgba(30, 41, 59, 0.88);
  --border: rgba(0, 212, 255, 0.28);
  --text: #e2e8f0;
  --white: #f8fafc;
  --muted: #94a3b8;
  --accent-blue: #38bdf8;
  --accent-purple: #ff0844;
  --btn-text: #020617;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-glow: 0 0 40px rgba(0, 212, 255, 0.22);
  --font-display: "Syne", "Arial Black", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 8, 68, 0.06) 0%, transparent 40%),
    linear-gradient(225deg, rgba(0, 212, 255, 0.1) 0%, transparent 45%),
    #020617 !important;
  font-family: var(--font-body) !important;
}

body.active-home-trc20 .site-header {
  background: rgba(2, 6, 23, 0.97) !important;
  border-bottom: 2px solid rgba(0, 212, 255, 0.35) !important;
}

body.active-home-trc20 #top-bar {
  background: linear-gradient(90deg, rgba(255, 8, 68, 0.12), rgba(0, 212, 255, 0.08)) !important;
}

body.active-home-trc20 .logo span {
  background: linear-gradient(90deg, #ff0844, #00d4ff) !important;
  -webkit-background-clip: text;
  background-clip: text;
}

body.active-home-trc20 .nav-links a.active {
  color: #00d4ff !important;
  border-bottom: 2px solid #ff0844 !important;
}

body.active-home-trc20 #page-home2 .variant-topbar--tron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #ff0844, #00d4ff);
  color: #020617;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.active-home-trc20 #page-home2 .hero--tron {
  background: transparent !important;
  min-height: auto;
}

body.active-home-trc20 #page-home2 .hero--tron .hero-bg {
  background:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 18px,
      rgba(0, 212, 255, 0.03) 18px,
      rgba(0, 212, 255, 0.03) 19px
    ),
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(255, 8, 68, 0.15), transparent 55%) !important;
  opacity: 1 !important;
}

body.active-home-trc20 #page-home2 .hero--tron .hero-grid {
  display: none !important;
}

body.active-home-trc20 #page-home2 .hero-wrap--tron {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  text-align: left !important;
}

body.active-home-trc20 #page-home2 .hero-badge {
  background: rgba(255, 8, 68, 0.15) !important;
  border: 1px solid rgba(255, 8, 68, 0.5) !important;
  color: #fda4af !important;
  border-radius: 4px !important;
  font-family: ui-monospace, monospace;
  font-size: 11px !important;
  letter-spacing: 0.06em;
}

body.active-home-trc20 #page-home2 .site-title-long {
  font-family: var(--font-display) !important;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  text-transform: none;
}

body.active-home-trc20 #page-home2 .site-title-long span {
  color: #00d4ff !important;
  background: none !important;
  -webkit-text-fill-color: #00d4ff !important;
}

body.active-home-trc20 #page-home2 .hero-btns {
  justify-content: flex-start !important;
}

body.active-home-trc20 #page-home2 .btn-primary {
  background: linear-gradient(90deg, #ff0844 0%, #00d4ff 100%) !important;
  border-radius: 4px !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px !important;
}

body.active-home-trc20 #page-home2 .btn-secondary {
  border-radius: 4px !important;
  border-color: #00d4ff !important;
  color: #00d4ff !important;
}

body.active-home-trc20 #page-home2 .keyword-pill {
  border-radius: 4px !important;
  border-color: rgba(0, 212, 255, 0.35) !important;
  background: rgba(0, 212, 255, 0.06) !important;
  font-size: 12px !important;
}

body.active-home-trc20 #page-home2 .hero-stats {
  display: flex !important;
  gap: 0 !important;
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 4px;
  overflow: hidden;
  max-width: 520px;
}

body.active-home-trc20 #page-home2 .hero-stats .stat {
  flex: 1;
  padding: 16px 12px;
  border-right: 1px solid rgba(0, 212, 255, 0.2);
  background: rgba(15, 23, 42, 0.6);
}

body.active-home-trc20 #page-home2 .hero-stats .stat:last-child {
  border-right: none;
}

body.active-home-trc20 #page-home2 .stat-num {
  color: #00d4ff !important;
  font-family: var(--font-display) !important;
}

body.active-home-trc20 #page-home2 .hero-card {
  border-radius: 4px !important;
  border: 2px solid rgba(0, 212, 255, 0.4) !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98)) !important;
  box-shadow: 0 20px 60px rgba(0, 212, 255, 0.12) !important;
}

body.active-home-trc20 #page-home2 .hero-card-title {
  color: #ff0844 !important;
  font-family: var(--font-display) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px !important;
}

body.active-home-trc20 #page-home2 .tx-amount {
  color: #00d4ff !important;
  font-family: ui-monospace, monospace !important;
}

body.active-home-trc20 #page-home2 .wallets-ticker--tron {
  background: #0f172a !important;
  border-top: 2px solid #ff0844;
  border-bottom: 2px solid #00d4ff;
}

body.active-home-trc20 #page-home2 .section-tag {
  background: rgba(255, 8, 68, 0.12) !important;
  color: #ff0844 !important;
  border: 1px solid rgba(255, 8, 68, 0.35) !important;
  border-radius: 4px !important;
  font-family: ui-monospace, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.1em;
}

body.active-home-trc20 #page-home2 .section-title {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
}

body.active-home-trc20 #page-home2 .key-facts-panel {
  border-left: 4px solid #ff0844 !important;
  border-radius: 4px !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.95)) !important;
}

body.active-home-trc20 #page-home2 .card {
  border-radius: 4px !important;
  border-left: 3px solid #00d4ff !important;
  background: rgba(15, 23, 42, 0.85) !important;
}

body.active-home-trc20 #page-home2 .card:hover {
  border-left-color: #ff0844 !important;
  transform: translateX(4px);
}

body.active-home-trc20 #page-home2 .price-card {
  border-radius: 4px !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

body.active-home-trc20 #page-home2 .price-card.featured {
  border: 2px solid #00d4ff !important;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.2) !important;
}

body.active-home-trc20 #page-home2 .viral-section {
  border-top: 1px solid rgba(0, 212, 255, 0.12);
}

body.active-home-trc20 #page-home2 .cta-box {
  border-radius: 4px !important;
  border: 2px solid rgba(255, 8, 68, 0.4) !important;
  background: linear-gradient(135deg, rgba(255, 8, 68, 0.08), rgba(0, 212, 255, 0.06)) !important;
}

body.active-home-trc20 #page-home2 .compare-table th {
  background: rgba(0, 212, 255, 0.12) !important;
  color: #00d4ff !important;
}

@media (max-width: 900px) {
  body.active-home-trc20 #page-home2 .hero-wrap--tron {
    grid-template-columns: 1fr !important;
  }
}
