body .wrapper .hero { position: relative; overflow: hidden; padding: 8px 20px 32px; background-image: radial-gradient(120% 90% at 80% -10%, rgba(255, 87, 255, 0.16), rgba(18, 3, 32, 0) 60%), linear-gradient(180deg, #1a0530 0%, #120320 100%); }
body .wrapper .hero .hero-orb { position: absolute; border-radius: 999px; filter: blur(70px); opacity: 0.55; z-index: 0; pointer-events: none; }
body .wrapper .hero .hero-orb-a { width: 340px; height: 340px; top: -90px; right: -60px; background-color: rgba(166, 8, 255, 0.6); }
body .wrapper .hero .hero-orb-b { width: 280px; height: 280px; bottom: -120px; left: -80px; background-color: rgba(255, 87, 255, 0.4); }

body .wrapper .hero .hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1180px; margin: 0 auto; }

body .wrapper .hero .hero-title { font-size: 38px; line-height: 1.06; font-weight: 800; letter-spacing: -0.6px; color: #ffffff; margin-bottom: 18px; }
body .wrapper .hero .hero-title .title-accent { color: #FF66FF; }
body .wrapper .hero .hero-lead { font-size: 17px; line-height: 1.55; color: #D9CBEC; max-width: 560px; margin-bottom: 22px; }
body .wrapper .hero .hero-lead strong { color: #ffffff; }

body .wrapper .hero .cta-row { display: flex; flex-wrap: nowrap; gap: 8px; margin-bottom: 0; }
body .wrapper .hero .cta-row .cta-button { flex: 1 1 0; justify-content: center; padding: 12px 8px; font-size: 13px; white-space: nowrap; }
body .wrapper .hero .cta-row .cta-primary svg { display: none; }

body .wrapper .hero .hero-aside { display: flex; flex-direction: column; gap: 18px; }
body .wrapper .hero .operator-card { position: relative; background-image: linear-gradient(165deg, rgba(166, 8, 255, 0.3), rgba(24, 7, 44, 0.96)); border: 1px solid rgba(255, 87, 255, 0.42); border-radius: 22px; padding: 24px; box-shadow: 0 24px 60px rgba(8, 1, 18, 0.55); text-align: center; }
body .wrapper .hero .operator-card .operator-logo-wrap { display: flex; align-items: center; justify-content: center; height: 78px; padding: 12px 22px; margin-bottom: 18px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 8px 20px rgba(8, 1, 18, 0.35); }
body .wrapper .hero .operator-card .operator-logo { width: auto; max-height: 54px; }
body .wrapper .hero .operator-card .operator-offer { font-size: 27px; font-weight: 800; line-height: 1.12; color: #ffffff; margin-bottom: 18px; }
body .wrapper .hero .operator-card .operator-terms { display: flex; flex-direction: column; gap: 11px; text-align: center; margin-bottom: 20px; }
body .wrapper .hero .operator-card .operator-terms li { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; line-height: 1.4; color: #ECE0F8; }
body .wrapper .hero .operator-card .operator-terms li svg { flex: none; }
body .wrapper .hero .operator-card .operator-cta { margin-bottom: 14px; }
body .wrapper .hero .operator-card .operator-foot { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; line-height: 1.5; color: #C2B2DD; }

@media (min-width: 768px) {
  body .wrapper .hero { padding: 70px 30px 44px; }
  body .wrapper .hero .hero-title { font-size: 50px; }
  body .wrapper .hero .hero-inner { gap: 36px; }
  body .wrapper .hero .cta-row { flex-wrap: wrap; gap: 12px; }
  body .wrapper .hero .cta-row .cta-button { flex: 0 1 auto; padding: 15px 22px; font-size: 15px; }
  body .wrapper .hero .cta-row .cta-primary svg { display: block; }
  body .wrapper .hero .operator-card .operator-terms { text-align: left; }
  body .wrapper .hero .operator-card .operator-terms li { justify-content: flex-start; }
}
@media (min-width: 1024px) {
  body .wrapper .hero .hero-inner { grid-template-columns: 1.15fr 0.85fr; align-items: start; gap: 50px; }
  body .wrapper .hero .hero-title { font-size: 58px; }
}
