/* v1.3.30 — Hero v2 Local Real Assets
   Integrates the uploaded Hero v2 direction using local, real free-license assets.
   No remote image hotlinks; no generated TV mockup on the right. */

@keyframes ipchHeroV2FadeIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ipchHeroV2LivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.5); }
}
@keyframes ipchHeroV2MosaicIn {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

.hero.hero-v2-local-assets {
  min-height: min(100vh, 840px);
  padding: 126px 0 88px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #030304;
  isolation: isolate;
}

.hero-v2-local-assets .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-v2-local-assets .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  filter: saturate(1.02) contrast(1.05) brightness(.8);
}

.hero-v2-local-assets .hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(2, 2, 4, .98) 0%,
      rgba(4, 2, 8, .90) 30%,
      rgba(124, 4, 11, .50) 62%,
      rgba(2, 2, 4, .84) 100%),
    linear-gradient(0deg, rgba(0,0,0,.74) 0%, transparent 44%);
}

.hero-v2-local-assets .hero-bg-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 55% 45%, transparent 30%, rgba(0,0,0,.58) 100%);
}

.hero-v2-local-assets .hero-live-badge {
  position: absolute;
  top: 96px;
  right: max(2vw, 24px);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  padding: 6px 14px 6px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-v2-local-assets .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef1b24;
  animation: ipchHeroV2LivePulse 1.8s ease-in-out infinite;
}

.hero-v2-local-assets .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 580px) minmax(0, 760px);
  align-items: center;
  gap: 64px;
  justify-content: center;
}

.hero-v2-local-assets .hero-content {
  max-width: 600px;
}

.hero-v2-local-assets .eyebrow {
  margin: 0 0 16px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: ipchHeroV2FadeIn .7s ease both;
}

.hero-v2-local-assets .eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ef1b24;
  flex-shrink: 0;
}

.hero-v2-local-assets h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 900;
  animation: ipchHeroV2FadeIn .7s .12s ease both;
}

.hero-v2-local-assets h1 em {
  font-style: italic;
  color: rgba(255,255,255,.64);
  font-weight: 300;
}

.hero-v2-local-assets h1 span {
  color: #ef1b24;
  text-shadow: 0 0 28px rgba(239,27,36,.24);
}

.hero-v2-local-assets .hero-copy {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.80);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  animation: ipchHeroV2FadeIn .7s .22s ease both;
}

.hero-v2-local-assets .hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 28px 0 30px;
  animation: ipchHeroV2FadeIn .7s .32s ease both;
}

.hero-v2-local-assets .hero-stat {
  flex: none;
  padding: 0 20px 0 0;
}

.hero-v2-local-assets .hero-stat strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.01em;
}

.hero-v2-local-assets .hero-stat strong span {
  color: #ef1b24;
  font-size: 20px;
}

.hero-v2-local-assets .hero-stat small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.50);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hero-v2-local-assets .hero-stat-sep {
  width: 1px;
  height: 32px;
  margin: 0 20px 0 0;
  background: rgba(255,255,255,.14);
  flex-shrink: 0;
}

.hero-v2-local-assets .hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  animation: ipchHeroV2FadeIn .7s .42s ease both;
}

.hero-v2-local-assets .btn {
  min-height: 52px;
  border-radius: 10px;
  padding: 0 22px;
  font-weight: 900;
}

.hero-v2-local-assets .btn-primary {
  background: linear-gradient(135deg, #f31722, #b9000a);
  box-shadow: 0 18px 36px rgba(239,27,36,.28);
}

.hero-v2-local-assets .btn-ghost {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}

.hero-v2-local-assets .btn-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hero-v2-local-assets .btn-label small {
  font-weight: 600;
  font-size: 9.5px;
  opacity: .78;
  line-height: 1;
}

.hero-v2-local-assets .mini-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
  color: rgba(255,255,255,.50);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  animation: ipchHeroV2FadeIn .7s .52s ease both;
}

.hero-v2-local-assets .mini-trust i {
  color: rgba(255,255,255,.35);
}

/* Real image mosaic */
.hero-v2-local-assets .hero-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  animation: ipchHeroV2MosaicIn .9s .2s ease both;
}

.hero-v2-local-assets .mosaic-main {
  grid-column: 1;
  grid-row: 1 / 4;
  height: 420px;
}

.hero-v2-local-assets .mosaic-col {
  grid-column: 2;
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-v2-local-assets .mosaic-sm {
  flex: 1;
  min-height: 0;
}

.hero-v2-local-assets .mosaic-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 48px rgba(0,0,0,.26);
}

.hero-v2-local-assets .mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.hero-v2-local-assets .mosaic-card:hover img {
  transform: scale(1.05);
}

.hero-v2-local-assets .mosaic-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,.82) 0%, transparent 55%),
    linear-gradient(135deg, rgba(0,0,0,.22), transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
}

.hero-v2-local-assets .mosaic-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 10px;
  border-radius: 100px;
  background: #ef1b24;
  color: #fff;
}

.hero-v2-local-assets .mosaic-tag-purple { background: #7c3aed; }
.hero-v2-local-assets .mosaic-tag-blue { background: #1d6fe8; }
.hero-v2-local-assets .mosaic-tag-green { background: #059669; }

.hero-v2-local-assets .mosaic-info {
  color: #fff;
}

.hero-v2-local-assets .mosaic-info strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-v2-local-assets .mosaic-sm .mosaic-info strong {
  font-size: 12px;
}

.hero-v2-local-assets .mosaic-info small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.66);
  font-size: 9.5px;
  font-weight: 700;
}

.hero-v2-local-assets .mosaic-price-badge {
  position: absolute;
  bottom: 56px;
  left: -22px;
  z-index: 4;
  min-width: 166px;
  padding: 14px 18px 12px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #f31217, #940308);
  border: 1.5px solid rgba(255,255,255,.22);
  box-shadow: 0 20px 44px rgba(237,13,18,.44), 0 4px 12px rgba(0,0,0,.42);
}

.hero-v2-local-assets .badge-from {
  display: block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .82;
}

.hero-v2-local-assets .badge-price {
  display: block;
  margin: 2px 0 4px;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
}

.hero-v2-local-assets .badge-price sup {
  font-size: 18px;
  font-weight: 700;
  vertical-align: super;
}

.hero-v2-local-assets .badge-per {
  display: block;
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  opacity: .72;
}

.hero-v2-local-assets .badge-checks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  opacity: .88;
}

.hero-v2-local-assets .badge-checks span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-v2-local-assets .mosaic-devices {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(8,8,12,.88);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.hero-v2-local-assets .devices-label {
  color: rgba(255,255,255,.50);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

.hero-v2-local-assets .devices-icons {
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,.80);
  font-size: 16px;
}

.hero-v2-local-assets .hero-wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  line-height: 0;
}

.hero-v2-local-assets .hero-wave svg {
  width: 100%;
  height: 56px;
  display: block;
}

@media (max-width: 1180px) {
  .hero-v2-local-assets .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-v2-local-assets .hero-content {
    max-width: none;
  }

  .hero-v2-local-assets .hero-mosaic {
    grid-template-columns: 1fr 220px;
  }

  .hero-v2-local-assets .mosaic-main {
    height: 360px;
  }
}

@media (max-width: 680px) {
  .hero.hero-v2-local-assets {
    min-height: auto;
    padding: 92px 0 56px;
  }

  .hero-v2-local-assets h1 {
    font-size: 40px;
  }

  .hero-v2-local-assets .hero-copy {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-v2-local-assets .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-v2-local-assets .hero-live-badge {
    top: 76px;
    right: 16px;
  }

  .hero-v2-local-assets .hero-stats {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-v2-local-assets .hero-stat-sep {
    display: none;
  }

  .hero-v2-local-assets .hero-stat {
    padding-right: 0;
  }

  .hero-v2-local-assets .hero-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: 240px;
  }

  .hero-v2-local-assets .mosaic-main {
    grid-column: 1;
    grid-row: 1;
    height: 240px;
  }

  .hero-v2-local-assets .mosaic-col {
    display: none;
  }

  .hero-v2-local-assets .mosaic-price-badge {
    left: 12px;
    bottom: 12px;
    min-width: 142px;
  }

  .hero-v2-local-assets .mosaic-devices {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 178px);
  }

  .hero-v2-local-assets .devices-label {
    display: none;
  }
}
