:root {
  --ink: #f6f8ff;
  --muted: #aeb8d1;
  --panel: #0d1429;
  --line: rgba(125, 157, 255, 0.2);
  --blue: #22b8ff;
  --violet: #8b5cf6;
  --background: #050815;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(23, 97, 255, 0.12), transparent 30rem),
    var(--background);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
a,
video {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  z-index: 1;
}

.section {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.videoSection::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(75, 115, 210, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 115, 210, 0.11) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.heroGrid,
.videoGrid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: #6fd2ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h1 span,
h2 span {
  color: transparent;
  background: linear-gradient(100deg, #74d6ff 0%, #7a86ff 48%, #bd79ff 100%);
  background-clip: text;
}

.lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

.proofRow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.proofRow span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(15, 25, 54, 0.72);
  color: #dce5ff;
  font-size: 13px;
  font-weight: 700;
}

.scrollHint {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 52px 0 0;
  color: #7684a4;
  font-size: 13px;
}

.scrollHint span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  animation: bob 1.8s ease-in-out infinite;
}

.creativeFrame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(80, 154, 255, 0.38);
  border-radius: 30px;
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(77, 102, 255, 0.16);
  transform: rotate(1.5deg);
}

.creativeFrame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.glowOne {
  top: 12%;
  right: -12%;
  width: 480px;
  height: 480px;
  background: rgba(83, 51, 255, 0.2);
}

.videoSection {
  padding: clamp(90px, 12vw, 150px) 0;
  background: #070b18;
  border-bottom: 1px solid var(--line);
}

.videoGrid {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(42px, 5vw, 72px);
}

.sectionCopy h2,
.ctaCopy h2 {
  margin-bottom: 26px;
  font-size: clamp(40px, 4.3vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.sectionCopy h2 {
  max-width: 680px;
  font-size: clamp(32px, 2.75vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.sectionCopy > p:not(.eyebrow),
.ctaCopy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.primaryButton,
.secondaryButton {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.primaryButton {
  margin-top: 26px;
  background: linear-gradient(100deg, #159fe9, #7357ed);
  box-shadow: 0 16px 42px rgba(58, 105, 245, 0.28);
  color: #fff;
}

.primaryButton:hover,
.secondaryButton:hover {
  transform: translateY(-2px);
}

.videoFrame {
  position: relative;
  width: min(440px, 100%);
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgba(84, 142, 255, 0.35);
  border-radius: 32px;
  background: linear-gradient(150deg, rgba(22, 35, 73, 0.95), rgba(8, 12, 26, 0.95));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.videoFrame video {
  display: block;
  width: 100%;
  max-height: 72svh;
  aspect-ratio: 9 / 16;
  cursor: pointer;
  border-radius: 23px;
  background: #02040a;
  object-fit: cover;
}

.glowTwo {
  bottom: 0;
  left: -15%;
  width: 440px;
  height: 440px;
  background: rgba(18, 161, 255, 0.14);
}

.ctaSection {
  padding: clamp(80px, 12vw, 150px) 0;
  background:
    radial-gradient(circle at 75% 25%, rgba(128, 65, 255, 0.15), transparent 28rem),
    #050815;
}

.ctaCard {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 40px 72px;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(95, 139, 255, 0.28);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(19, 30, 64, 0.92), rgba(9, 12, 27, 0.96));
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.35);
}

.ctaCopy h2 {
  max-width: 700px;
}

.materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 17px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.materials li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #dce4fa;
  font-size: 16px;
  font-weight: 700;
}

.materials span {
  display: grid;
  flex: 0 0 27px;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(72, 192, 255, 0.4);
  border-radius: 8px;
  background: rgba(45, 126, 255, 0.12);
  color: #71d5ff;
}

.widgetArea {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.actionButtons {
  display: grid;
  width: min(100%, 420px);
}

#bh-widget-button-root {
  display: flex;
  min-height: 58px;
  justify-content: center;
  width: 100%;
}

#bh-widget-button-root > * {
  width: 100% !important;
}

.secondaryButton {
  border: 1px solid rgba(118, 153, 255, 0.38);
  background: rgba(20, 31, 67, 0.72);
  color: #e4eaff;
}

.widgetArea p {
  margin: 0;
  color: #77839f;
  font-size: 12px;
  text-align: center;
}

.widgetArea .actionNote {
  max-width: 620px;
  color: #7986a5;
  line-height: 1.55;
}

.actionNote a {
  color: #39aef2;
  text-underline-offset: 2px;
}

.widgetArea .deliveryNote {
  color: #91a0c2;
}

.bh-powered-by,
.bh-w-powered-by {
  display: none !important;
}

footer {
  border-top: 1px solid rgba(125, 157, 255, 0.12);
  background: #040611;
}

.footerInner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 28px;
  color: #62708e;
  font-size: 12px;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(3px);
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 32px;
  }

  .heroGrid,
  .videoGrid,
  .ctaCard {
    grid-template-columns: 1fr;
  }

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

  .heroGrid {
    gap: 48px;
  }

  .brand {
    margin-bottom: 54px;
  }

  .creativeFrame {
    width: min(580px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .videoGrid {
    gap: 58px;
  }

  .sectionCopy {
    max-width: 680px;
  }

}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: auto;
    padding-bottom: 76px;
  }

  .brand {
    margin-bottom: 48px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .lead {
    font-size: 17px;
  }

  .scrollHint {
    margin-top: 38px;
  }

  .creativeFrame {
    border-radius: 22px;
  }

  .videoSection {
    padding-block: 82px;
  }

  .sectionCopy h2,
  .ctaCopy h2 {
    font-size: 39px;
  }

  .sectionCopy h2 {
    font-size: 32px;
  }

  .videoFrame {
    width: min(390px, 100%);
  }

  .primaryButton {
    width: 100%;
  }

  .ctaCard {
    gap: 30px;
    padding: 30px 22px;
    border-radius: 26px;
  }

  .materials {
    grid-template-columns: 1fr;
  }

  .widgetArea {
    padding-top: 28px;
  }

  .footerInner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scrollHint span {
    animation: none;
  }
}
