/* --- HERO --- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
  color: var(--white);
}

.hero-top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-color: #03140d;
  background-image: url("../assets/images/hero-bg-img.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero-beams {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 100vh;
  pointer-events: none;
}

.hero-overlay,
.hero-noise {
  position: absolute;
  inset: 0 0 auto;
  height: 100vh;
  pointer-events: none;
}

.hero-overlay-dark {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 10, 7, 0.22) 0%, rgba(2, 12, 8, 0.08) 48%, rgba(2, 12, 8, 0.38) 100%),
    radial-gradient(circle at 50% 34%, rgba(0, 255, 136, 0.11), transparent 34%);
}

.hero-overlay-radial {
  z-index: 3;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(3, 11, 8, 0.48) 82%);
}

.hero-overlay-green {
  z-index: 4;
  opacity: 0.24;
  mix-blend-mode: screen;
  background: linear-gradient(110deg, transparent 0%, rgba(0, 255, 136, 0.14) 50%, transparent 100%);
}

.hero-noise {
  z-index: 5;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.hero-inner {
  position: relative;
  z-index: 8;
  width: min(100%, 1560px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(96px, 12vh, 142px) 28px clamp(34px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-centerpiece {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-kicker {
  margin: 0 0 clamp(12px, 1.5vw, 18px);
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(9px, 0.72vw, 12px);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-title-lockup {
  position: relative;
  width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-brand-mark {
  position: absolute;
  z-index: 2;
  top: 56%;
  right: clamp(4px, 3vw, 42px);
  width: auto;
  height: clamp(38px, 5.3vw, 82px);
  object-fit: contain;
  transform: translateY(-50%) rotate(7deg);
  filter:
    drop-shadow(0 18px 38px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 24px rgba(0, 255, 136, 0.32));
}

.brand-billboard {
  width: 100%;
  margin: 0;
  padding: 0.03em 0 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: rgba(245, 255, 250, 0.98);
  font-family: Impact, Haettenschweiler, "Arial Black", var(--font-display);
  font-size: clamp(4.8rem, 15vw, 15.7rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
  filter: drop-shadow(0 28px 72px rgba(0, 0, 0, 0.64));
}

.brand-billboard span {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.brand-solid {
  color: #f5fff9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 24px 70px rgba(0, 0, 0, 0.55);
}

.brand-outline {
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.14vw, 2.5px) rgba(0, 255, 136, 0.46);
  text-stroke: clamp(1px, 0.14vw, 2.5px) rgba(0, 255, 136, 0.46);
  text-shadow: 0 0 28px rgba(0, 255, 136, 0.18);
}

.split-word {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  transform-style: preserve-3d;
}

.split-char {
  display: inline-block;
  color: rgba(245, 255, 250, 0.96);
  background: linear-gradient(180deg, #ffffff 0%, #effff6 42%, rgba(205, 255, 231, 0.84) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transform-origin: 50% 80%;
  will-change: transform, opacity, filter;
}

.split-space {
  display: inline-block;
  width: 0.28em;
}

.hero-sub {
  max-width: 760px;
  margin: clamp(14px, 1.8vw, 24px) auto 0;
  color: rgba(232, 232, 232, 0.8);
  font-size: clamp(13px, 1.1vw, 17px);
  line-height: 1.68;
}

.hero-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: clamp(18px, 2.4vw, 30px) 0 0;
}

.hero .btn-primary,
.hero .btn-ghost {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
}

.hero .btn-primary {
  background: linear-gradient(135deg, var(--green-soft), var(--green));
  box-shadow: 0 16px 45px rgba(0, 255, 136, 0.24);
}

.hero .btn-ghost {
  background: rgba(5, 5, 5, 0.28);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
}

.hero-stats {
  width: min(100%, 1360px);
  margin: clamp(34px, 5vw, 64px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.stat {
  position: relative;
  min-height: 108px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.stat-num {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.6vw, 4.25rem);
  font-weight: 900;
  line-height: 0.9;
}

.stat-label {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-showcase {
  position: relative;
  z-index: 8;
  background:
    radial-gradient(circle at 50% -10%, rgba(0, 255, 136, 0.08), transparent 34%),
    linear-gradient(180deg, #050505 0%, #020302 100%);
}

.hero-showcase-inner {
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 80px) 28px clamp(74px, 8vw, 126px);
  text-align: center;
}

.hero-mockups {
  width: min(100%, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
}

.hero-mockup-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.42);
  aspect-ratio: 16 / 9;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.45s,
    box-shadow 0.45s;
}

.hero-mockup-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: 0 38px 110px rgba(0, 255, 136, 0.12), 0 26px 90px rgba(0, 0, 0, 0.48);
}

.hero-mockup-card-mobile {
  aspect-ratio: 4 / 3;
}

.hero-mockup-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-mockup-card-mobile img {
  object-position: center;
}

.hero-trust {
  margin: clamp(24px, 3vw, 44px) auto 0;
  color: rgba(255, 255, 255, 0.62);
}

.hero-trust p {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.7;
}

.hero-trust-logos {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-trust-logos span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hero-inner {
    padding: 110px 24px 52px;
  }

  .brand-billboard {
    font-size: clamp(3.6rem, 13vw, 9.5rem);
  }

  .hero-brand-mark {
    right: 0;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat:nth-child(2)::after {
    display: none;
  }

  .stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 768px) {
  .hero-top {
    min-height: auto;
    background-position: center top;
  }

  .hero-inner {
    min-height: auto;
    padding: 104px 18px 44px;
  }

  .hero-kicker {
    max-width: 310px;
    font-size: 10px;
    line-height: 1.5;
  }

  .brand-billboard {
    font-size: clamp(2.55rem, 13vw, 5.7rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
  }

  .hero-brand-mark {
    height: clamp(32px, 9vw, 52px);
  }

  .hero-sub {
    font-size: 13px;
  }

  .hero-btns {
    width: 100%;
    flex-direction: column;
  }

  .hero .btn-primary,
  .hero .btn-ghost {
    width: min(100%, 280px);
    justify-content: center;
  }

  .stat {
    min-height: 98px;
    padding: 20px 12px;
  }

  .stat-num {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }

  .stat-label {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .hero-showcase-inner {
    padding: 36px 16px 90px;
  }

  .hero-mockups {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-mockup-card,
  .hero-mockup-card-mobile {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 420px) {
  .hero-inner {
    padding-inline: 16px;
  }

  .brand-billboard {
    font-size: clamp(2.18rem, 12.5vw, 4.1rem);
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-mockup-card {
    transition: none;
  }

  .hero-mockup-card:hover {
    transform: none;
  }
}

/* --- MARQUEE --- */
.marquee-section {
  padding: 44px 0;
  margin: clamp(28px, 5vw, 76px) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}

.marquee-label {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 210px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dim);
  z-index: 3;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(5, 5, 5, 0.96) 70%, transparent 100%);
}

.marquee-track-wrap {
  overflow: hidden;
  margin-left: 280px;
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 26px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s;
}

.marquee-item:hover {
  color: var(--white);
}

.m-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

.marquee-track-wrap:hover .marquee-track {
  animation-play-state: paused;
}
