/* ============ GRADIENT TEXT ============ */
.text-gradient {
  background: linear-gradient(115deg, #FF7A00 0%, #393185 60%, #00A0E3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.text-gradient-blue {
  background: linear-gradient(115deg, #00A0E3 0%, #393185 60%, #00A0E3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ============ HERO ============ */
.hero-light {
  padding: 156px 0 96px;
  background:
    radial-gradient(760px 420px at 92% -10%, rgba(255,122,0,.10), transparent 62%),
    radial-gradient(700px 500px at -10% 18%, rgba(57,49,133,.09), transparent 65%),
    #F7F8FA;
  position: relative;
  overflow: hidden;
}
.hero-light::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,122,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,122,0,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
}
.hero-light__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* Badges */
.hero-badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; margin-bottom: 26px;
}
.badge-pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 11px;
  border-radius: 100px;
  font-size: .78rem; font-weight: 600; letter-spacing: -.005em;
}
.badge-pill--chz {
  background: rgba(235,255,0,.45);
  border: 1px solid #EBFF00;
  color: #0B1220;
}
.badge-pill--blue {
  background: rgba(0,160,227,.10);
  border: 1px solid rgba(0,160,227,.30);
  color: #0080B8;
}
.badge-pill__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #FF7A00; position: relative; flex-shrink: 0;
}
.badge-pill__dot::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,122,0,.5);
  animation: heroPulse 2.4s infinite;
}
@keyframes heroPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,122,0,.5); }
  70%  { box-shadow: 0 0 0 12px rgba(255,122,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,0,0); }
}

/* H1 */
.hero-h1 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.08; font-weight: 800; letter-spacing: -.035em;
  margin: 0 auto 24px;
  color: #0B1220;
  max-width: 900px;
}
.hero-h1 .word {
  display: inline-block; opacity: 0; transform: translateY(30px);
  animation: heroWordIn .85s cubic-bezier(.2,.8,.25,1) forwards;
  animation-delay: calc(.05s * var(--i) + .15s);
}
.hero-h1 .word.brand { color: #FF7A00; }
.hero-h1 .word.accent-blue { color: #00A0E3; }
.hero-h1 .word.chz { position: relative; color: #393185; z-index: 0; }
.hero-h1 .word.chz::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 4px;
  height: 8px; background: #EBFF00; z-index: -1;
  opacity: .9; border-radius: 2px;
}
@keyframes heroWordIn { to { opacity: 1; transform: translateY(0); } }

/* Subtitle */
.hero-sub {
  font-size: 1.1rem; color: #4B5563;
  max-width: 640px; margin: 0 auto 36px;
  font-weight: 400; line-height: 1.65;
}
.hero-sub b { color: #0B1220; font-weight: 600; }

/* CTA */
.hero-cta {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center; margin-bottom: 40px;
}
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid rgba(11,18,32,.08);
  max-width: 700px; margin: 0 auto;
}
.hero-trust__item {
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; color: #4B5563; font-weight: 500;
}
.hero-trust__item svg { color: #FF7A00; flex-shrink: 0; }

/* ============ PHONE ============ */
.phone-real {
  position: relative;
  width: 220px;
  margin: 0 auto 26px;
  aspect-ratio: 9 / 19.5;
  filter: drop-shadow(0 30px 50px rgba(11,18,32,.20)) drop-shadow(0 8px 16px rgba(11,18,32,.10));
}
.phone-real__frame {
  position: absolute; inset: 0;
  border-radius: 36px; padding: 3px;
  background: linear-gradient(155deg, #4a4a52 0%, #1c1c22 18%, #08080c 50%, #1c1c22 82%, #4a4a52 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 0 0 2px rgba(0,0,0,.6),
    inset 0 2px 1px rgba(255,255,255,.18);
}
.phone-real__frame::before {
  content: ''; position: absolute; inset: 0; border-radius: 36px;
  background: linear-gradient(125deg, rgba(255,255,255,.55) 0%, transparent 22%, transparent 78%, rgba(255,255,255,.18) 100%);
  pointer-events: none; mix-blend-mode: screen;
}
.phone-real__screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 33px;
  overflow: hidden; background: #050810;
  display: flex; flex-direction: column;
}
.phone-real__island {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 62px; height: 18px; background: #000;
  border-radius: 12px; z-index: 5;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.phone-real__island::after {
  content: ''; position: absolute; top: 50%; right: 6px; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1a3a6b, #050810 70%);
  box-shadow: 0 0 0 1px rgba(60,120,220,.35);
}
.phone-real__status {
  position: relative; z-index: 4;
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 22px 0;
  font-size: 10px; font-weight: 600; color: #fff;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.phone-real__status-icons { display: flex; align-items: center; gap: 5px; }
.phone-real__status-icons svg { display: block; }

.phone-real__app {
  flex: 1; display: flex; flex-direction: column;
  padding: 18px 12px 14px; gap: 10px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(255,122,0,.15), transparent 60%),
    radial-gradient(100% 60% at 50% 100%, rgba(57,49,133,.30), transparent 70%),
    linear-gradient(180deg, #0A1430 0%, #060a1a 100%);
  position: relative;
}
.phone-real__app::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,122,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,122,0,.05) 1px, transparent 1px);
  background-size: 22px 22px; pointer-events: none;
}
.phone-real__app-header {
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 700; color: #fff;
  letter-spacing: -.01em; position: relative; z-index: 1;
}
.phone-real__app-header svg { width: 16px; height: 16px; flex-shrink: 0; }
.phone-real__app-header span {
  margin-left: auto;
  font-size: 8px; color: #EBFF00; font-weight: 700;
  display: inline-flex; align-items: center; gap: 3px;
}
.phone-real__app-header span::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #EBFF00; box-shadow: 0 0 6px #EBFF00;
  animation: heroLiveDot 1.4s ease-in-out infinite;
}
@keyframes heroLiveDot {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.phone-real__scanner {
  position: relative; z-index: 1;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px -10px rgba(255,122,0,.5), 0 0 0 1px rgba(255,122,0,.35);
  overflow: hidden;
}
.phone-real__scanner img {
  width: 100%; height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.phone-real__corner {
  position: absolute; width: 16px; height: 16px;
  border: 2px solid #EBFF00; z-index: 2;
}
.phone-real__corner.tl { top: 6px; left: 6px; border-right: 0; border-bottom: 0; border-radius: 4px 0 0 0; }
.phone-real__corner.tr { top: 6px; right: 6px; border-left: 0; border-bottom: 0; border-radius: 0 4px 0 0; }
.phone-real__corner.bl { bottom: 6px; left: 6px; border-right: 0; border-top: 0; border-radius: 0 0 0 4px; }
.phone-real__corner.br { bottom: 6px; right: 6px; border-left: 0; border-top: 0; border-radius: 0 0 4px 0; }
.phone-real__scan-line {
  position: absolute; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, transparent, #EBFF00, transparent);
  box-shadow: 0 0 14px 3px rgba(235,255,0,.75);
  z-index: 3;
  animation: heroScanMove 2.6s ease-in-out infinite;
}
@keyframes heroScanMove {
  0%, 100% { top: 12%; }
  50% { top: 86%; }
}
.phone-real__hint {
  font-size: 8px; text-align: center;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em; text-transform: uppercase;
  font-weight: 600; z-index: 1;
}
.phone-real__app-footer {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 5px;
}
.phone-real__row {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 9px;
  border-radius: 7px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 8px; color: #b8bfd1;
}
.phone-real__row i {
  width: 11px; height: 11px; border-radius: 50%;
  background: rgba(126,231,135,.16);
  border: 1px solid rgba(126,231,135,.55);
  display: grid; place-items: center; flex-shrink: 0;
}
.phone-real__row i::after {
  content: ''; width: 4px; height: 2px;
  border-left: 1.2px solid #7ee787;
  border-bottom: 1.2px solid #7ee787;
  transform: rotate(-45deg) translate(.4px, -.4px);
}
.phone-real__row b {
  color: #fff; font-weight: 600;
  margin-left: auto; font-size: 8px;
}
.phone-real__btn {
  position: absolute;
  background: linear-gradient(90deg, #0a0a0f 0%, #2a2a32 50%, #0a0a0f 100%);
  border-radius: 2px; z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.phone-real__btn--silent { left: -2px; top: 78px;  width: 3px; height: 16px; border-radius: 2px 0 0 2px; }
.phone-real__btn--vol-up { left: -2px; top: 112px; width: 3px; height: 34px; border-radius: 2px 0 0 2px; }
.phone-real__btn--vol-dn { left: -2px; top: 152px; width: 3px; height: 34px; border-radius: 2px 0 0 2px; }
.phone-real__btn--power  { right: -2px; top: 128px; width: 3px; height: 56px; border-radius: 0 2px 2px 0; }

.phone-link { display: block; transition: transform .35s cubic-bezier(.2,.8,.25,1); }
.phone-link:hover { transform: translateY(-4px) scale(1.01); }
.phone-link:hover .phone-real__scan-line { animation-duration: 1.4s; }

/* ============ DASHBOARD (в форме) ============ */
.phone-real__dash {
  flex: 1; display: flex; flex-direction: column;
  padding: 18px 12px 12px; gap: 8px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(255,122,0,.18), transparent 60%),
    radial-gradient(100% 60% at 50% 100%, rgba(57,49,133,.25), transparent 70%),
    linear-gradient(180deg, #0A1430 0%, #060a1a 100%);
  position: relative;
}
.phone-real__dash::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,122,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,122,0,.05) 1px, transparent 1px);
  background-size: 22px 22px; pointer-events: none;
}
.dash-greet { font-size: 9px; color: rgba(255,255,255,.55); position: relative; z-index: 1; }
.dash-title { font-size: 12px; font-weight: 700; color: #fff; position: relative; z-index: 1; margin-bottom: 4px; }
.dash-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; padding: 9px 10px;
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 8px;
}
.dash-card__icon {
  width: 22px; height: 22px; border-radius: 6px;
  background: linear-gradient(135deg, #FF7A00, #393185);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dash-card__icon svg { width: 12px; height: 12px; color: #fff; }
.dash-card__txt { font-size: 8px; color: rgba(255,255,255,.55); line-height: 1.2; }
.dash-card__txt b { color: #fff; font-size: 10px; font-weight: 700; display: block; }
.dash-card__val { margin-left: auto; font-size: 12px; font-weight: 800; color: #EBFF00; }
.dash-list { display: flex; flex-direction: column; gap: 5px; position: relative; z-index: 1; }
.dash-list__title {
  font-size: 8px; color: rgba(255,255,255,.45);
  text-transform: uppercase; letter-spacing: .1em;
  font-weight: 700; margin-bottom: 2px;
}
.dash-list__item {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  font-size: 8px; color: #b8bfd1;
}
.dash-list__item i {
  width: 12px; height: 12px; border-radius: 4px;
  background: rgba(126,231,135,.14);
  border: 1px solid rgba(126,231,135,.5);
  display: grid; place-items: center; flex-shrink: 0;
}
.dash-list__item i::after {
  content: ''; width: 5px; height: 2.5px;
  border-left: 1.4px solid #7ee787;
  border-bottom: 1.4px solid #7ee787;
  transform: rotate(-45deg) translate(.4px, -.4px);
}
.dash-list__item b {
  color: #fff; font-weight: 600;
  margin-left: auto; font-size: 8px;
}
.dash-nav {
  margin-top: auto; display: flex; justify-content: space-around;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative; z-index: 1;
}
.dash-nav__item {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 6px; color: rgba(255,255,255,.35); font-weight: 600;
}
.dash-nav__item.active { color: #FF7A00; }
.dash-nav__item svg { width: 12px; height: 12px; }

/* ============ FORM CARD ============ */
.form-card {
  background: #FFFFFF;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 16px;
  box-shadow: 0 30px 60px -30px rgba(57,49,133,.28), 0 4px 16px -4px rgba(11,18,32,.06);
  padding: 32px 28px 26px;
  position: relative;
}
.form-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #FF7A00 0%, #393185 60%, #EBFF00 100%);
  border-radius: 16px 16px 0 0;
}
.form-card h3 {
  font-size: 1.2rem; font-weight: 700;
  letter-spacing: -.02em; margin-bottom: 6px;
  color: #0B1220;
}
.form-card > p {
  font-size: .86rem; color: #9CA3AF;
  margin-bottom: 22px; line-height: 1.5;
}

.hero-field {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 14px;
}
.hero-field label {
  font-size: .78rem; font-weight: 600;
  color: #374151; letter-spacing: -.005em;
}
.hero-field input,
.hero-field select {
  width: 100%;
  padding: 11px 13px;
  background: #F7F8FA;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 6px;
  font-size: .92rem;
  color: #0B1220;
  transition: border-color .2s, background .2s, box-shadow .2s;
  outline: none;
}
.hero-field input:focus,
.hero-field select:focus {
  border-color: #FF7A00;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(255,122,0,.12);
}
.hero-legal {
  font-size: .72rem; color: #9CA3AF;
  line-height: 1.5; margin-top: 12px; text-align: center;
}
.hero-legal a {
  color: #4B5563; text-decoration: underline;
  text-decoration-color: rgba(11,18,32,.15);
}

/* ============ URGENCY CALLOUT ============ */
.urgency-callout {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFF1E8, #FFFAF4);
  border: 1px solid rgba(255,122,0,.25);
  font-size: .82rem;
  color: #374151;
  line-height: 1.4;
}
.urgency-callout__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #FF7A00;
  box-shadow: 0 0 0 4px rgba(255,122,0,.2);
  animation: urgencyPulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes urgencyPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,122,0,.2); }
  50% { box-shadow: 0 0 0 8px rgba(255,122,0,0); }
}

/* ============ TRUST BADGE ============ */
.trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #F7F8FA;
  border: 1px solid rgba(11,18,32,.08);
  font-size: .74rem; font-weight: 600;
  color: #374151;
}
.trust-badge svg { color: #00A0E3; flex-shrink: 0; }

/* ============ TABS ============ */
.tab-btn {
  position: relative;
  transition: color .3s ease;
}
.tab-btn::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #FF7A00, #393185);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.2,.8,.25,1);
}
.tab-btn.active::after { transform: scaleX(1); }
.tab-btn.active { color: #0B1220; }

.tab-panel {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.25,1);
  pointer-events: none;
  position: absolute; inset: 0;
}
.tab-panel.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
}

/* ============ FEATURE CARDS ============ */
.feature-card {
  position: relative;
  overflow: hidden;
  transition: transform .55s cubic-bezier(.2,.8,.25,1), border-color .4s ease, box-shadow .4s ease;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #FF7A00, #393185);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s cubic-bezier(.2,.8,.25,1);
}
.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,122,0,.35);
  box-shadow: 0 20px 40px -20px rgba(255,122,0,.25);
}
.feature-card:hover::before { transform: scaleX(1); }

/* ============ MARQUEE ============ */
.marquee-track {
  display: flex;
  animation: marquee 45s linear infinite;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 560px) {
  .hero-light { padding: 128px 0 64px; }
  .hero-light__inner { padding: 0 16px; }
  .hero-cta .btn { width: 100%; }
  .phone-real { width: 200px; }
}

/* ============ MOTION REDUCE (дополнение к style.css) ============ */
@media (prefers-reduced-motion: reduce) {
  .hero-h1 .word {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .marquee-track,
  .phone-real__scan-line {
    animation: none !important;
  }
}