/* TRAFFIX Verify hero — isolated from the existing site header and sections */
.tv-hero {
  --tv-orange: #ff6b00;
  --tv-orange-2: #ff8500;
  --tv-red: #fc3f1d;
  --tv-ink: #080808;
  --tv-muted: #667080;
  --tv-green: #13a447;
  width: 100%;
  max-width: 1536px;
  min-height: min(920px, 100svh);
  margin: 0 auto;
  padding: clamp(104px, 7.6vw, 122px) clamp(34px, 4.8vw, 76px) clamp(46px, 4.5vw, 68px);
  display: block;
  overflow: hidden;
  color: var(--tv-ink);
  background:
    radial-gradient(circle at 67% 46%, rgba(255, 142, 63, .075), transparent 27%),
    radial-gradient(circle at 37% 82%, rgba(255, 154, 75, .055), transparent 29%),
    linear-gradient(135deg, #fff 0%, #fbfaf8 52%, #fffdfb 100%);
  font-family: "Manrope", system-ui, sans-serif;
}

.tv-hero::before,
.tv-hero::after {
  display: none;
}

.tv-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(570px, 1fr) minmax(650px, .98fr);
  align-items: center;
  gap: clamp(10px, 1.55vw, 24px);
}

.tv-copy {
  position: relative;
  top: 58px;
  z-index: 5;
  max-width: 760px;
  min-width: 0;
  padding-bottom: 0;
}

.tv-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--tv-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(44px, 3.3vw, 52px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.052em;
}

.tv-copy h1 .tv-title-line {
  display: block;
  color: inherit;
  white-space: nowrap;
}

.tv-copy h1 .tv-accent {
  color: var(--tv-orange);
  white-space: nowrap;
}

.tv-copy h1 .tv-yandex {
  color: var(--tv-red);
}

.tv-lead {
  max-width: 690px;
  margin: 34px 0 0;
  color: var(--tv-muted);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(17px, 1.28vw, 20px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -.015em;
}

.tv-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 31px;
}

.tv-btn {
  min-height: 64px;
  padding: 0 28px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tv-btn:hover {
  transform: translateY(-2px);
}

.tv-btn-primary {
  min-width: 300px;
  gap: 21px;
  color: #fff;
  background: linear-gradient(135deg, var(--tv-orange), var(--tv-orange-2));
  box-shadow: 0 10px 28px rgba(255, 105, 0, .18);
}

.tv-btn-primary:hover {
  color: #fff;
  box-shadow: 0 15px 34px rgba(255, 105, 0, .24);
}

.tv-btn-primary .tv-arrow {
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-1px);
}

.tv-btn-secondary {
  min-width: 292px;
  color: #171717;
  background: rgba(255, 255, 255, .68);
  border-color: rgba(255, 132, 28, .48);
}

.tv-btn-secondary:hover {
  color: #171717;
  border-color: var(--tv-orange);
  box-shadow: 0 12px 26px rgba(146, 87, 32, .08);
}

.tv-microcopy {
  margin: 26px 0 0 2px;
  color: #576274;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.tv-scene {
  position: relative;
  width: min(100%, 705px);
  aspect-ratio: 760 / 755;
  justify-self: end;
  align-self: center;
  margin-top: 2px;
  opacity: 1;
}

.tv-dots {
  position: absolute;
  top: 50px;
  right: 57px;
  width: 244px;
  height: 330px;
  opacity: .58;
  background-image: radial-gradient(circle, rgba(245, 113, 14, .55) 2.35px, transparent 2.6px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 64%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 64%, transparent 100%);
}

.tv-card {
  position: absolute;
  left: 24.2%;
  top: 24.5%;
  z-index: 8;
  width: 49.5%;
  min-height: 485px;
  padding: 35px 33px 31px;
  border: 1px solid rgba(255, 122, 17, .27);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,253,250,.96));
  box-shadow:
    0 30px 60px rgba(132, 74, 20, .13),
    0 8px 20px rgba(125, 74, 31, .08),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.tv-card::after {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 36px;
  background: radial-gradient(circle at 50% 70%, rgba(255,119,0,.1), transparent 65%);
  filter: blur(17px);
}

.tv-card-head {
  text-align: center;
}

.tv-card h2 {
  margin: 0;
  color: #080808;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.tv-online {
  margin-top: 8px;
  color: var(--tv-orange);
  font-size: 16px;
  font-weight: 500;
}

.tv-online i {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--tv-orange);
  box-shadow: 0 0 0 5px rgba(255,107,0,.08);
}

.tv-rule {
  height: 1px;
  margin: 19px 0 23px;
  background: rgba(255,121,21,.4);
}

.tv-card h3 {
  margin: 0 0 16px;
  color: #080808;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.tv-row {
  min-height: 65px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 9px;
  color: var(--tv-orange);
  border-bottom: 1px solid rgba(115,108,99,.22);
}

.tv-row > svg,
.tv-orb-disc > svg {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  flex-shrink: 0;
}

.tv-row span {
  color: #171717;
  font-size: 19px;
  font-weight: 400;
  white-space: nowrap;
}

.tv-check {
  color: var(--tv-green);
}

.tv-ready {
  min-height: 54px;
  margin-top: 21px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--tv-orange), #ff7900);
  box-shadow: 0 9px 20px rgba(255,101,0,.18);
  font-size: 16px;
  font-weight: 650;
  white-space: nowrap;
}

.tv-pedestal {
  position: absolute;
  left: 17.5%;
  bottom: 4.5%;
  z-index: 5;
  width: 62.5%;
  height: 150px;
}

.tv-pedestal > i {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 50%;
}

.tv-pedestal-top {
  top: 0;
  height: 86px;
  background: linear-gradient(180deg, #fff, #faf7f3);
  box-shadow: 0 12px 30px rgba(116,72,36,.1);
}

.tv-pedestal-rim {
  top: 39px;
  height: 87px;
  border: 1px solid rgba(255,116,0,.5);
  background: linear-gradient(180deg, rgba(255,255,255,.95), #f7f3ef);
  box-shadow: inset 0 -4px 0 rgba(255,119,0,.22);
}

.tv-pedestal-base {
  top: 63px;
  left: 2% !important;
  width: 96% !important;
  height: 78px;
  border: 1px solid rgba(170,133,99,.16);
  background: linear-gradient(180deg, #fffdfb, #f7f2ed);
  box-shadow: 0 21px 38px rgba(112,73,40,.1);
}

.tv-orb {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--tv-orange);
}

.tv-orb-disc {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(98,82,68,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tv-orange);
  background: linear-gradient(145deg, #fff 0%, #f9f7f4 70%, #f2eee9 100%);
  box-shadow:
    0 13px 28px rgba(101,74,53,.12),
    inset 3px 3px 9px rgba(255,255,255,.9),
    inset -3px -4px 8px rgba(166,143,124,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tv-orb:hover .tv-orb-disc {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(101,74,53,.16);
}

.tv-orb-label {
  margin-top: 10px;
  color: #0c0c0c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.24;
  text-align: center;
  white-space: nowrap;
}

.tv-orb-duplicate { left: 13.2%; top: 5.5%; }
.tv-orb-shield { right: 13.7%; top: 17.7%; }
.tv-orb-spam { right: .8%; top: 39.5%; }
.tv-orb-phone { left: 8.2%; bottom: 9.5%; }
.tv-orb-target { right: 2.2%; bottom: 8.3%; }

.tv-orb-shield .tv-orb-disc {
  width: 132px;
  height: 132px;
}

.tv-wire {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.tv-wire-top {
  left: 24%;
  top: 11.5%;
  width: 37%;
  height: 27%;
  border-top: 1px solid rgba(255,115,12,.56);
  border-right: 1px solid rgba(255,115,12,.56);
  border-radius: 0 120px 0 0;
}

.tv-wire-right {
  right: 8.4%;
  top: 31%;
  width: 10.5%;
  height: 32%;
  border-right: 1px solid rgba(255,115,12,.56);
  border-radius: 0 80px 80px 0;
}

.tv-wire-left {
  left: 10.5%;
  bottom: 19%;
  width: 20%;
  height: 33%;
  border-left: 1px solid rgba(255,115,12,.56);
  border-radius: 80px 0 0 80px;
}

.tv-wire-bottom {
  right: 8%;
  bottom: 15.6%;
  width: 24%;
  height: 11%;
  border-bottom: 1px solid rgba(255,115,12,.56);
  border-radius: 0 0 60px 0;
}

@media (max-width: 1320px) {
  .tv-hero {
    padding-right: 34px;
    padding-left: 46px;
  }

  .tv-hero-grid {
    grid-template-columns: minmax(545px, .93fr) minmax(610px, 1.07fr);
  }

  .tv-copy h1 {
    font-size: 45px;
  }

  .tv-copy {
    top: 48px;
  }

  .tv-lead {
    font-size: 17px;
  }

  .tv-btn {
    min-width: 0;
    padding: 0 22px;
    font-size: 15px;
  }
}

@media (max-width: 1240px) {
  .tv-hero {
    padding: 118px 28px 72px;
  }

  .tv-hero-grid {
    grid-template-columns: 1fr;
  }

  .tv-copy {
    top: 0;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .tv-copy h1 {
    max-width: 820px;
    font-size: clamp(42px, 5.8vw, 57px);
  }

  .tv-actions {
    justify-content: center;
  }

  .tv-microcopy {
    margin-left: 0;
  }

  .tv-scene {
    width: min(705px, 100%);
    margin-top: 46px;
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .tv-hero {
    min-height: auto;
    padding: 102px 18px 56px;
  }

  .tv-copy h1 {
    font-size: clamp(35px, 10.7vw, 50px);
    line-height: 1.13;
  }

  .tv-copy h1 .tv-accent {
    white-space: normal;
  }

  .tv-copy h1 .tv-title-line {
    white-space: normal;
  }

  .tv-lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.55;
  }

  .tv-desktop-break {
    display: none;
  }

  .tv-actions {
    flex-direction: column;
    gap: 13px;
    margin-top: 28px;
  }

  .tv-btn {
    width: 100%;
    min-height: 58px;
    border-radius: 16px;
  }

  .tv-microcopy {
    margin-top: 22px;
  }

  .tv-scene {
    width: 690px;
    max-width: none;
    margin-top: 42px;
    margin-bottom: -275px;
    transform: scale(.59);
    transform-origin: top center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tv-hero *,
  .tv-hero *::before,
  .tv-hero *::after {
    transition-duration: .01ms !important;
  }
}
