.hero-section{
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background: radial-gradient(1200px 600px at 80% 30%, rgba(46,197,255,.15), transparent 60%),
              linear-gradient(135deg, var(--ice-dark), #123B63);
  color: white;
  padding: 60px 0;
}

.hero-pill{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--ice-muted);
  font-weight: 600;
}

.hero-title{
  margin-top: 16px;
  font-weight: 800;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
}

.hero-accent{
  color: #31d1c6; /* مثل اللمسة الخضراء/التركواز في المثال */
}

.hero-subtitle{
  margin-top: 16px;
  color: rgba(255,255,255,.75);
  font-size: 18px;
  line-height: 1.9;
  max-width: 520px;
}

.hero-media{
  position: relative;
  padding: 24px;
}

.hero-dashboard{
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
  transform: perspective(1100px) rotateY(6deg);
}