.hero-title {
      letter-spacing: .02em;
      line-height: 1.05;
      text-shadow: 0 6px 30px rgba(124,92,255,.18), 0 1px 0 rgba(255,255,255,.06);
      transform: translateZ(0);
    }
    .hero-sub { color: var(--muted); max-width: 72ch; margin-inline: auto; }
    .cta-band { position: relative; isolation: isolate; }
    .cta-band::after{
      content:"";
      position:absolute; inset:-40px -10%;
      background: radial-gradient(65% 60% at 50% 45%, rgba(124,92,255,.08), transparent 60%);
      filter: blur(20px);
      z-index:-1;
    }
    @media (prefers-reduced-motion:no-preference){
      .hero-wrap { perspective: 800px }
      .hero-title { transition: transform .2s ease; will-change: transform }
    }
    
    .card-glass{
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      box-shadow: 0 8px 18px rgba(0,0,0,.25);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
      backdrop-filter: blur(8px);
    }
    .card-glass:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0,0,0,.35);
      border-color: rgba(124,92,255,.35);
    }
    .card-glass .card-title{ font-weight: 700; letter-spacing: .02em; }
    
    .btn-accent{
      background: linear-gradient(135deg,#6aa8ff,#7c5cff);
      border: 1px solid rgba(255,255,255,.16);
      color: #eaf0ff;
      box-shadow: 0 6px 24px rgba(124,92,255,.25);
    }
    .btn-accent:hover{ filter: brightness(1.06) }
    .btn-accent:focus-visible{
      outline: 0;
      box-shadow: 0 0 0 3px rgba(124,92,255,.35);
    }
    
    .capabilities-grid{
      display: grid;
      grid-template-columns: repeat(12, minmax(0,1fr));
      gap: 18px;
      content-visibility: auto;
    }
    .capabilities-grid > article{ grid-column: span 4; }
    @media (max-width: 992px){
      .capabilities-grid > article{ grid-column: span 6 }
    }
    @media (max-width: 600px){
      .capabilities-grid > article{ grid-column: span 12 }
    }
    .cap-card{ padding: 18px }
    .cap-card .thumb{
      aspect-ratio: 16/9;
      border-radius:12px;
      background: #121826;
      display:block;
    }


.competition-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}

.competition-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 3rem 2rem;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 0 25px rgba(100, 130, 255, 0.05);
  backdrop-filter: blur(4px);
  color: #fff;
}

.competition-inner h2 {
  font-size: 1.9rem;
  letter-spacing: 0.02em;
}

.competition-inner p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.rewards-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.reward {
  flex: 1 1 230px;
  min-width: 230px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 1.25rem 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reward:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(150, 180, 255, 0.12);
}

.reward h3 {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.reward p {
  font-size: 0.95rem;
  opacity: 0.9;
}


.first { box-shadow: 0 0 15px rgba(255, 215, 0, 0.15); }
.second { box-shadow: 0 0 15px rgba(173, 216, 230, 0.1); }
.third { box-shadow: 0 0 15px rgba(205, 127, 50, 0.1); }

.entry h4 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}

.entry p {
  margin: 0 auto;
  max-width: 650px;
  line-height: 1.6;
}

.deadline {
  font-style: italic;
  margin-top: 0.8rem;
  opacity: 0.85;
}


@media (max-width: 768px) {
  .competition-inner {
    padding: 2rem 1.2rem;
  }

  .rewards-grid {
    flex-direction: column;
    align-items: center;
  }
}
