@charset "utf-8";

/* Banner refinement: bring real buyer discovery proof into the first screen. */
.v4-hero {
  padding: 132px 0 82px;
  background:
    radial-gradient(circle at 89% 10%, rgba(135, 208, 244, .38), transparent 28%),
    linear-gradient(132deg, #fbfdfe 0%, #f3f9fc 58%, #eaf6fb 100%);
}
.v4-hero::before {
  top: -13vw;
  right: -16vw;
  width: 62vw;
  height: 62vw;
  border-color: rgba(0, 159, 232, .07);
  box-shadow: 0 0 0 86px rgba(0, 159, 232, .018), 0 0 0 172px rgba(0, 159, 232, .012);
}
.v4-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .82fr);
  gap: clamp(50px, 5.5vw, 84px);
  align-items: center;
  min-height: 0;
  padding-bottom: 0;
}
.v4-hero-copy {
  display: block;
  max-width: none;
  padding-top: 16px;
}
.v4-kicker { margin-bottom: 28px; }
.v4-hero h1 {
  max-width: 760px;
  font-size: clamp(72px, 6.25vw, 96px);
  line-height: .98;
}
.v4-hero-lede {
  max-width: 570px;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.85;
}
.v4-hero-actions {
  justify-self: auto;
  margin-top: 31px;
}
.v4-button {
  min-height: 56px;
  padding: 0 27px;
}
.v4-hero-principles {
  width: min(650px, 100%);
  margin-top: 46px;
  padding-top: 19px;
}
.v4-hero-principles div { padding: 0 14px; }
.v4-hero-principles dd { font-size: 11px; }

.v5-query-stage {
  display: block;
  width: auto;
  min-height: 650px;
  margin: 0;
  padding: 72px 28px 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 32px 32px 104px 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 159, 232, .31), transparent 32%),
    linear-gradient(150deg, #202b30 0%, #172126 72%);
  box-shadow: 0 34px 84px rgba(24, 46, 56, .22);
}
.v5-query-stage::after {
  right: -92px;
  bottom: -92px;
  width: 250px;
  height: 250px;
}
.v5-stage-head {
  top: 26px;
  right: 28px;
  left: 28px;
}
.v5-buyer-query {
  margin: 0;
  padding: 18px 19px 20px;
  border: 1px solid rgba(135, 208, 244, .20);
  border-radius: 18px;
  background: rgba(135, 208, 244, .065);
}
.v5-buyer-query p {
  max-width: none;
  margin-top: 9px;
  font-size: clamp(21px, 1.65vw, 26px);
  line-height: 1.3;
}
.v5-discovery-flow {
  margin: 15px 0;
  padding: 0;
  border: 0;
}
.v5-discovery-flow div {
  grid-template-columns: 68px 1fr auto;
  min-height: 52px;
}
.v5-discovery-flow::before { left: 32px; }
.v5-discovery-flow div::before { left: 28px; }
.v5-discovery-flow b { font-size: 14px; }
.v5-discovery-flow small { font-size: 10px; }
.v5-live-result {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 21px;
  overflow: hidden;
}
.v5-live-result img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.18 / 1;
  border-radius: 13px;
  object-fit: cover;
  object-position: top center;
}
.v5-live-result > span {
  grid-template-columns: 1fr auto;
  gap: 3px 16px;
  padding: 14px 10px 7px;
}
.v5-live-result small,
.v5-live-result b { grid-column: 1; }
.v5-live-result em {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}
.v5-stage-foot {
  position: relative;
  right: auto;
  bottom: auto;
  justify-content: flex-start;
  margin-top: 14px;
}
.v5-stage-foot span { padding: 6px 9px; }

@media (max-width: 1180px) {
  .v4-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    gap: 42px;
  }
  .v4-hero h1 { font-size: clamp(62px, 6.45vw, 78px); }
  .v4-hero-lede { font-size: 15px; }
  .v5-query-stage { min-height: 620px; padding-right: 22px; padding-left: 22px; }
  .v5-stage-head { right: 22px; left: 22px; }
}

@media (max-width: 980px) {
  .v4-hero { padding-top: 120px; }
  .v4-hero-layout { grid-template-columns: 1fr; gap: 56px; }
  .v4-hero-copy { max-width: 760px; padding-top: 0; }
  .v4-hero h1 { max-width: 760px; font-size: clamp(68px, 9.2vw, 84px); }
  .v5-query-stage {
    width: min(720px, 100%);
    min-height: 0;
    padding: 72px 26px 24px;
  }
  .v5-live-result img { aspect-ratio: 1.95 / 1; }
}

@media (max-width: 720px) {
  .v4-hero { padding: 105px 0 58px; }
  .v4-hero-layout { display: block; }
  .v4-kicker { margin-bottom: 24px; }
  .v4-hero h1 { font-size: clamp(36px, 11.7vw, 50px); }
  .v4-hero-lede { margin-top: 25px; font-size: 14px; line-height: 1.8; }
  .v4-hero-actions { gap: 2px; margin-top: 25px; }
  .v4-button { min-height: 54px; }
  .v4-button-quiet {
    justify-self: start;
    min-height: 42px;
    padding: 0 4px;
    border: 0;
    background: transparent;
  }
  .v4-button-quiet:hover,
  .v4-button-quiet:focus-visible { background: transparent; transform: none; }
  .v4-hero-principles { display: none; }

  .v5-query-stage {
    width: 100%;
    min-height: 0;
    margin-top: 42px;
    padding: 68px 14px 18px;
    border-radius: 25px 25px 72px 25px;
  }
  .v5-stage-head { top: 22px; right: 18px; left: 18px; }
  .v5-stage-head b { display: none; }
  .v5-buyer-query { padding: 16px 16px 18px; }
  .v5-buyer-query p { font-size: 20px; }
  .v5-discovery-flow { margin: 16px 0; }
  .v5-discovery-flow div { grid-template-columns: 84px 1fr; column-gap: 8px; min-height: 50px; }
  .v5-discovery-flow small { display: none; }
  .v5-live-result { margin-top: 0; padding: 8px; }
  .v5-live-result img { aspect-ratio: 1.65 / 1; }
  .v5-live-result > span { padding: 12px 8px 6px; }
  .v5-live-result b { font-size: 16px; }
  .v5-live-result em { font-size: 9px; }
  .v5-stage-foot { gap: 4px; margin-top: 12px; }
  .v5-stage-foot span { padding: 5px 7px; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .v5-stage-head i { animation: none; }
}
