.home-creative-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(650px, 55vw, 850px);
  padding: clamp(72px, 7vw, 108px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(174, 146, 239, 0.35), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(65, 235, 23, 0.2), transparent 27%),
    linear-gradient(135deg, #0a0a0c 0%, #121117 50%, #080909 100%);
  color: #fff;
}

.home-creative-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 92%);
}

.home-creative-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(174, 146, 239, 0.08) 49%, transparent 70%);
  background-size: 220% 100%;
  animation: home-grid-scan 9s linear infinite;
}

.home-creative-orb {
  position: absolute;
  z-index: -2;
  width: clamp(300px, 42vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.7;
  pointer-events: none;
}

.home-creative-orb--purple {
  top: -34%;
  left: -10%;
  background: radial-gradient(circle, rgba(174, 146, 239, 0.5), transparent 68%);
  animation: home-orb-drift 11s ease-in-out infinite alternate;
}

.home-creative-orb--green {
  right: -18%;
  bottom: -48%;
  background: radial-gradient(circle, rgba(65, 235, 23, 0.34), transparent 67%);
  animation: home-orb-drift 13s ease-in-out -3s infinite alternate-reverse;
}

.home-creative-inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.64fr) minmax(0, 1.36fr);
  gap: clamp(38px, 4.5vw, 76px);
  align-items: center;
  width: 100% !important;
  max-width: 1680px !important;
  min-height: clamp(500px, 42vw, 640px);
  padding-right: clamp(24px, 3vw, 48px) !important;
  padding-left: clamp(24px, 3vw, 48px) !important;
}

.home-creative-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: clamp(26px, 3vw, 44px);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.home-creative-kicker i {
  width: 8px;
  height: 8px;
  background: #41eb17;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(65, 235, 23, 0.12), 0 0 24px rgba(65, 235, 23, 0.8);
  animation: home-status-pulse 2s ease-in-out infinite;
}

.home-creative-heading h1 {
  margin: 0;
  font-size: clamp(58px, 4.9vw, 82px);
  font-weight: 610;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.home-creative-heading h1 > span {
  display: block;
}

.home-creative-accent {
  width: max-content;
  max-width: 100%;
  margin-top: 0.13em;
  padding-right: 0.08em;
  background: linear-gradient(100deg, #fff 4%, #c8afff 34%, #a88af0 58%, #73f258 92%);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: home-title-flow 7s ease-in-out infinite alternate;
}

.home-creative-copy {
  margin-top: clamp(30px, 3vw, 42px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-creative-media {
  min-width: 0;
}

.home-creative-media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 24px;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(174, 146, 239, 0.08),
    0 0 80px rgba(174, 146, 239, 0.16);
}

.home-creative-media-frame video,
.home-creative-media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-creative-media-frame video {
  z-index: 1;
}

.home-creative-media-frame img {
  z-index: 2;
}

.home-creative-media-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.home-creative-media-caption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.5;
}

.home-creative-media-caption span {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.home-creative-media-caption span i {
  width: 7px;
  height: 7px;
  background: #41eb17;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(65, 235, 23, 0.8);
}

.home-creative-media-caption p {
  margin: 0;
  text-align: right;
}

.home-creative-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.72;
}

.home-creative-meta {
  display: grid;
  gap: 0;
  max-width: 520px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-creative-meta span {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 650;
}

.home-creative-meta b {
  color: #41eb17;
  font-size: 11px;
  letter-spacing: 0.08em;
}

@keyframes home-title-flow {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

@keyframes home-grid-scan {
  from { background-position: 160% 0; }
  to { background-position: -80% 0; }
}

@keyframes home-orb-drift {
  from { transform: translate3d(-2%, -2%, 0) scale(0.94); }
  to { transform: translate3d(5%, 4%, 0) scale(1.08); }
}

@keyframes home-status-pulse {
  0%, 100% { opacity: 0.65; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .home-creative-hero {
    min-height: 0;
    padding: 76px 0;
  }

  .home-creative-inner {
    grid-template-columns: 1fr;
    gap: 54px;
    min-height: 0;
  }

  .home-creative-copy {
    max-width: 720px;
  }

  .home-creative-content {
    max-width: 760px;
  }

  .home-creative-media-frame {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 600px) {
  .home-creative-hero {
    padding: 62px 0;
  }

  .home-creative-grid {
    background-size: 36px 36px;
  }

  .home-creative-kicker {
    margin-bottom: 30px;
    font-size: 10px;
  }

  .home-creative-heading h1 {
    font-size: clamp(52px, 17vw, 76px);
    line-height: 0.92;
  }

  .home-creative-copy {
    padding: 0;
  }

  .home-creative-media-frame {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .home-creative-media-caption {
    display: grid;
    gap: 7px;
  }

  .home-creative-media-caption p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-creative-grid::after,
  .home-creative-orb,
  .home-creative-accent,
  .home-creative-kicker i {
    animation: none;
  }
}
