/*
 * Halo skin for the SEO landing pages.
 *
 * This file is intentionally loaded after landing.css and every selector is
 * scoped to .halo-landing. The main landing page can continue evolving
 * independently while the supporting pages share Halo's visual language.
 */

.halo-landing {
  --halo-canvas: #f5f5f5;
  --halo-surface: #ffffff;
  --halo-wash: #efedf6;
  --halo-lavender: #c9c2e8;
  --halo-violet: #5d51b4;
  --halo-deep: #2b2644;
  --halo-ink: #17151e;
  --halo-muted: rgba(23, 21, 30, 0.62);
  --halo-line: rgba(43, 38, 68, 0.1);
  min-width: 320px;
  overflow-x: hidden;
  background: var(--halo-canvas);
  color: var(--halo-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.halo-landing *,
.halo-landing *::before,
.halo-landing *::after {
  font-family: inherit;
}

.halo-landing a,
.halo-landing button {
  -webkit-tap-highlight-color: transparent;
}

.halo-landing a:focus-visible,
.halo-landing button:focus-visible,
.halo-landing summary:focus-visible {
  outline: 2px solid var(--halo-violet);
  outline-offset: 3px;
}

/* Header: in normal flow on the flat canvas, above the hero panel,
   mirroring the flagship halo.html nav. Never overlays the gradient. */
.halo-landing .l-header {
  position: static;
  background: transparent;
}

.halo-landing .l-header > div {
  max-width: 88rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.halo-landing .l-header .l-logo {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.halo-landing .l-header .l-nav-link,
.halo-landing .l-header .l-cta-demo {
  color: rgba(23, 21, 30, 0.68);
  font-weight: 500;
  transition: color 180ms ease;
}

.halo-landing .l-header .l-nav-link:hover,
.halo-landing .l-header .l-cta-demo:hover {
  color: #000;
}

/* Shared controls */
.halo-landing .l-btn-light,
.halo-landing .l-pricing-cta--primary {
  min-height: 2.75rem;
  border: 1px solid #000;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms ease,
    border-color 180ms ease;
}

.halo-landing .l-btn-light:hover,
.halo-landing .l-pricing-cta--primary:hover {
  border-color: #2d2d2d;
  background: #2d2d2d;
  color: #fff;
  transform: translateY(-1px);
}

.halo-landing .l-btn-ghost-dark,
.halo-landing .l-pricing-cta--quiet {
  min-height: 2.75rem;
  border: 1px solid var(--halo-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--halo-ink);
  font-weight: 500;
  backdrop-filter: blur(10px);
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms ease,
    border-color 180ms ease;
}

.halo-landing .l-btn-ghost-dark:hover,
.halo-landing .l-pricing-cta--quiet:hover {
  border-color: rgba(43, 38, 68, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: #000;
  transform: translateY(-1px);
}

/* Hero */
.halo-landing .l-hero-dark {
  isolation: isolate;
  width: calc(100% - 3rem);
  max-width: 88rem;
  min-height: 36rem;
  margin: 0.25rem auto 1rem;
  padding: 6.5rem 1.5rem 6.5rem;
  overflow: hidden;
  border: 1px solid rgba(43, 38, 68, 0.05);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 70% 12%, rgba(201, 194, 232, 0.5), transparent 55%),
    var(--halo-wash);
  box-shadow: none;
}

.halo-landing .l-hero-dark > div:not(.hl-anim) {
  position: relative;
  z-index: 2;
  max-width: 62rem;
}

/* ── Ambient assembly field (aria-hidden) ── */
.halo-landing .hl-anim {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: none;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

.halo-landing .hl-flows {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.halo-landing .hl-flow {
  fill: none;
  stroke: rgba(43, 38, 68, 0.16);
  stroke-width: 1.4;
  stroke-dasharray: 3 10;
  stroke-linecap: round;
  animation: hl-flow-run 3.4s linear infinite;
}

.halo-landing .hl-flow--d2 {
  stroke: rgba(93, 81, 180, 0.2);
  animation-duration: 4.2s;
  animation-delay: -1.2s;
}

.halo-landing .hl-flow--d3 {
  animation-duration: 3.8s;
  animation-delay: -2s;
}

.halo-landing .hl-flow--d4 {
  stroke: rgba(93, 81, 180, 0.16);
  animation-duration: 4.7s;
  animation-delay: -0.6s;
}

@keyframes hl-flow-run {
  to {
    stroke-dashoffset: -52;
  }
}

.halo-landing .hl-chip {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8%;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(43, 38, 68, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.62);
  color: var(--halo-violet);
  backdrop-filter: blur(7px);
  box-shadow:
    0 22px 44px -22px rgba(43, 38, 68, 0.42),
    0 2px 8px -2px rgba(43, 38, 68, 0.12);
  animation: hl-drift 11s ease-in-out infinite alternate;
  will-change: transform;
}

.halo-landing .hl-chip svg {
  width: 44%;
  height: 44%;
}

.halo-landing .hl-chip--video {
  left: 6%;
  top: 20%;
}

.halo-landing .hl-chip--audio {
  left: 3.5%;
  top: 52%;
  animation-duration: 13s;
  animation-delay: -4s;
}

.halo-landing .hl-chip--doc {
  left: 11%;
  bottom: 16%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.34rem;
  animation-duration: 9.5s;
  animation-delay: -7s;
}

.halo-landing .hl-chip--chat {
  right: 8%;
  top: 22%;
  width: 3.9rem;
  height: 3.9rem;
  filter: blur(0.6px);
  opacity: 0.82;
  animation-duration: 14s;
  animation-delay: -2.5s;
}

@keyframes hl-drift {
  from {
    transform: translate3d(0, -6%, 0) rotate(-2.5deg);
  }
  to {
    transform: translate3d(0, 6%, 0) rotate(2deg);
  }
}

.halo-landing .hl-wave {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 55%;
  height: 46%;
  color: var(--halo-violet);
}

.halo-landing .hl-wave i {
  flex: 1;
  height: 100%;
  border-radius: 99px;
  background: currentColor;
  transform: scaleY(0.35);
  transform-origin: center;
  animation: hl-wave-bob 1.3s ease-in-out infinite alternate;
}

.halo-landing .hl-wave i:nth-child(1) { animation-delay: -0.9s; }
.halo-landing .hl-wave i:nth-child(2) { animation-delay: -0.5s; }
.halo-landing .hl-wave i:nth-child(3) { animation-delay: 0s; }
.halo-landing .hl-wave i:nth-child(4) { animation-delay: -0.7s; }
.halo-landing .hl-wave i:nth-child(5) { animation-delay: -0.25s; }

@keyframes hl-wave-bob {
  from { transform: scaleY(0.3); }
  to { transform: scaleY(1); }
}

.halo-landing .hl-doc-line {
  height: 0.28rem;
  border-radius: 99px;
  background: rgba(93, 81, 180, 0.6);
}

.halo-landing .hl-doc-line:nth-child(n + 2) {
  background: rgba(93, 81, 180, 0.32);
}

.halo-landing .hl-spine {
  position: absolute;
  right: 4%;
  top: 50%;
  display: none;
  flex-direction: column;
  gap: 0.6rem;
  width: 8.5rem;
  height: 15rem;
  transform: translateY(-50%);
  animation: hl-spine-drift 12s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes hl-spine-drift {
  from { transform: translateY(-53%); }
  to { transform: translateY(-47%); }
}

.halo-landing .hl-slat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(43, 38, 68, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(7px);
  box-shadow: 0 24px 44px -24px rgba(43, 38, 68, 0.4);
  animation: hl-slat-pulse 7s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.85s);
}

@keyframes hl-slat-pulse {
  0%, 100% { border-color: rgba(43, 38, 68, 0.1); background: rgba(255, 255, 255, 0.72); }
  8% { border-color: rgba(93, 81, 180, 0.55); background: rgba(201, 194, 232, 0.5); }
  24% { border-color: rgba(43, 38, 68, 0.1); background: rgba(255, 255, 255, 0.72); }
}

.halo-landing .hl-slat-dot {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(93, 81, 180, 0.35);
  border-radius: 0.28rem;
  background: rgba(93, 81, 180, 0.14);
}

.halo-landing .hl-slat-lines {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.halo-landing .hl-slat-bar {
  height: 0.32rem;
  border-radius: 99px;
  background: rgba(43, 38, 68, 0.26);
}

.halo-landing .hl-slat-bar--thin {
  height: 0.24rem;
  background: rgba(93, 81, 180, 0.26);
}

.halo-landing .hl-mote {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(93, 81, 180, 0.5);
  animation: hl-drift 10s ease-in-out infinite alternate;
}

.halo-landing .hl-mote--1 { left: 22%; top: 34%; }
.halo-landing .hl-mote--2 { left: 74%; top: 62%; animation-delay: -3s; opacity: 0.55; }
.halo-landing .hl-mote--3 { right: 22%; bottom: 22%; width: 4px; height: 4px; animation-delay: -6s; opacity: 0.42; }

@media (min-width: 1080px) {
  .halo-landing .hl-chip,
  .halo-landing .hl-spine {
    display: flex;
  }
}

.halo-landing .l-hero-dark-h1 {
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: clamp(2.75rem, 6vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.halo-landing .l-hero-dark-h1 em {
  color: var(--halo-violet);
  font-style: normal;
}

.halo-landing .l-hero-dark-sub {
  max-width: 44rem !important;
  color: rgba(23, 21, 30, 0.68);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.halo-landing .l-hero-dark .mt-4 {
  color: rgba(23, 21, 30, 0.48) !important;
}

/* Section rhythm and type */
.halo-landing .l-section {
  padding: 6rem 1.5rem;
}

.halo-landing main > .l-section:not(.l-dark):not(.l-cta-dark) {
  background: var(--halo-canvas);
  border-color: transparent;
}

.halo-landing main > .l-section > div {
  max-width: 72rem;
}

.halo-landing .l-section-alt {
  background: var(--halo-canvas);
}

.halo-landing .l-h2,
.halo-landing .l-offer-h2,
.halo-landing .l-cta-h2 {
  color: var(--halo-ink);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.halo-landing .l-sub,
.halo-landing .l-offer-lead {
  max-width: 46rem;
  color: var(--halo-muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* Capability cards */
.halo-landing .l-feature-grid {
  gap: 1rem;
}

.halo-landing .l-feature-card {
  position: relative;
  min-height: 12rem;
  overflow: hidden;
  border: 1px solid rgba(43, 38, 68, 0.08);
  border-radius: 1.5rem;
  background: #fff;
  padding: 1.75rem;
  box-shadow: none;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease;
}

.halo-landing .l-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(43, 38, 68, 0.18);
}

.halo-landing .l-feature-card-title {
  position: relative;
  z-index: 1;
  color: var(--halo-ink);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.halo-landing .l-feature-card-desc {
  position: relative;
  z-index: 1;
  max-width: 30rem;
  margin-top: 0.75rem;
  color: var(--halo-muted);
  font-size: 0.9375rem;
  line-height: 1.62;
}

/* Three-step process */
.halo-landing .l-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.halo-landing .l-flow-step {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.75rem;
  overflow: hidden;
  border: 1px solid var(--halo-line);
  border-radius: 1.5rem;
  background: var(--halo-surface);
  box-shadow: none;
}

/* In-flow 01/02/03 numeral: pushes the title down instead of floating in
   a block of dead top padding. All three steps read identically. */
.halo-landing .l-flow-step::before {
  position: static;
  content: counter(flow, decimal-leading-zero);
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 2.75rem;
  height: 2rem;
  margin-bottom: 1.5rem;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 999px;
  background: var(--halo-wash);
  color: var(--halo-violet);
  font-size: 0.9rem;
  font-weight: 600;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.03em;
  box-shadow: none;
}

.halo-landing .l-flow-step:not(.l-flow-step--last)::after {
  display: none;
}

.halo-landing .l-flow-title {
  color: var(--halo-ink);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.3;
}

.halo-landing .l-flow-body {
  margin-top: 0.6rem;
  color: var(--halo-muted);
  font-size: 0.9375rem;
  line-height: 1.62;
}

@media (max-width: 767px) {
  .halo-landing .l-flow {
    grid-template-columns: 1fr;
  }
}

/* Deep Halo comparison panel */
.halo-landing main > .l-dark:not(#offer) {
  isolation: isolate;
  width: calc(100% - 3rem);
  max-width: 88rem;
  margin: 1rem auto;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--halo-deep);
}

.halo-landing main > .l-dark:not(#offer) .l-offer-h2 {
  color: #fff;
}

.halo-landing main > .l-dark:not(#offer) .l-offer-lead {
  color: rgba(255, 255, 255, 0.6);
}

/* The page-level button is black on the light canvas; inside the dark panel it
   has to invert or it reads as a hole. */
.halo-landing main > .l-dark:not(#offer) .l-btn-light {
  border-color: #fff;
  background: #fff;
  color: var(--halo-deep);
}

.halo-landing main > .l-dark:not(#offer) .l-btn-light:hover {
  border-color: var(--halo-lavender);
  background: var(--halo-lavender);
  color: var(--halo-deep);
}

/* …except in the light comparison column, which is a light surface sitting
   inside the dark panel. */
.halo-landing main > .l-dark:not(#offer) .l-vs-col--new .l-btn-light {
  border-color: #000;
  background: #000;
  color: #fff;
}

.halo-landing main > .l-dark:not(#offer) .l-vs-col--new .l-btn-light:hover {
  border-color: #2d2d2d;
  background: #2d2d2d;
  color: #fff;
}

.halo-landing .l-vs {
  gap: 1rem;
  margin-top: 2.5rem;
}

.halo-landing .l-vs-col {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.5rem;
  padding: 1.75rem;
}

.halo-landing .l-vs-col--old {
  background: rgba(255, 255, 255, 0.045);
}

.halo-landing .l-vs-col--new {
  border-color: transparent;
  background: var(--halo-wash);
}

.halo-landing .l-vs-head {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.halo-landing .l-vs-col--old .l-vs-head,
.halo-landing .l-vs-col--old .l-vs-label {
  color: rgba(255, 255, 255, 0.58);
}

.halo-landing .l-vs-col--new .l-vs-head,
.halo-landing .l-vs-col--new .l-vs-label {
  color: var(--halo-ink);
}

.halo-landing .l-vs-list {
  gap: 1rem;
}

.halo-landing .l-vs-label {
  font-size: 0.9375rem;
  line-height: 1.55;
}

.halo-landing .l-vs-mark--x {
  color: rgba(255, 255, 255, 0.34);
}

.halo-landing .l-vs-mark--ok {
  color: var(--halo-violet);
}

.halo-landing .l-vs-col--new .l-btn-light {
  width: auto;
  align-self: flex-start;
}

/* What you get: a ruled two-column list, not six identical cards. Rows in
   both columns share a grid row, so the hairlines run straight across. */
.halo-landing .l-get-grid {
  gap: 0 clamp(2rem, 5vw, 4rem);
  margin-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.halo-landing .l-get-item {
  align-items: baseline;
  gap: 1rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.halo-landing .l-get-check {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  border-radius: 0;
  background: none;
  color: var(--halo-lavender);
}

.halo-landing .l-get-check svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.4;
}

.halo-landing .l-get-title {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.halo-landing .l-get-desc {
  margin-top: 0.4rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Pricing lives on the light Halo canvas. */
.halo-landing #offer.l-dark {
  background: var(--halo-canvas);
  color: var(--halo-ink);
}

.halo-landing #offer .l-offer-h2 {
  color: var(--halo-ink);
}

.halo-landing #offer .l-offer-lead {
  color: var(--halo-muted);
}

/* The footnote under the cards inherits dark-section colors from landing.css;
   on the light Halo canvas they have to be remapped or the bold lead-in
   disappears into the background. */
.halo-landing #offer .l-why-now {
  color: var(--halo-muted);
}

.halo-landing #offer .l-why-now svg {
  color: var(--halo-violet);
}

.halo-landing #offer .l-why-now strong {
  color: var(--halo-ink);
}

.halo-landing .l-billing-toggle {
  border: 1px solid var(--halo-line);
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.72);
}

.halo-landing .l-billing-opt {
  border-radius: 0.65rem;
  color: var(--halo-muted);
}

.halo-landing .l-billing-opt:hover {
  color: #000;
}

.halo-landing .l-billing-opt.is-active {
  background: var(--halo-deep);
  color: #fff;
}

.halo-landing .l-billing-save {
  background: rgba(93, 81, 180, 0.1);
  color: var(--halo-violet);
}

.halo-landing .l-billing-opt.is-active .l-billing-save {
  background: var(--halo-lavender);
  color: var(--halo-deep);
}

/* Plans stack vertically: each one is a full-width row with the offer on the
   left and what it includes on the right. Side by side, the shorter plan left
   a column of dead space and both cards floated off the section's left edge. */
.halo-landing .l-pricing-grid {
  gap: 1rem;
}

.halo-landing .l-pricing-grid--two {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
  margin-inline: 0;
}

.halo-landing .l-pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  column-gap: clamp(2rem, 5vw, 4.5rem);
  row-gap: 0;
  align-items: start;
  min-height: 0;
  padding: 2rem;
  border: 1px solid var(--halo-line);
  border-radius: 1.5rem;
  background: var(--halo-surface);
  color: var(--halo-ink);
  box-shadow: none;
}

.halo-landing .l-pricing-plan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.halo-landing .l-pricing-card-head {
  min-height: 0;
  width: 100%;
}

.halo-landing .l-pricing-price {
  margin-top: 1.25rem;
}

.halo-landing .l-pricing-capacity {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Multi-column so the list reads top-to-bottom in each column instead of
   zig-zagging across a two-track grid. */
.halo-landing .l-pricing-list {
  display: block;
  columns: 2;
  column-gap: 2.5rem;
  align-self: stretch;
  margin-top: 0;
  padding-left: clamp(2rem, 5vw, 4.5rem);
  border-left: 1px solid var(--halo-line);
  font-size: 0.875rem;
  line-height: 1.5;
}

.halo-landing .l-pricing-list li {
  margin-bottom: 0.9rem;
  break-inside: avoid;
}

.halo-landing .l-pricing-card--featured .l-pricing-list {
  border-left-color: rgba(255, 255, 255, 0.14);
}

.halo-landing .l-pricing-cta {
  width: auto;
  min-width: 13rem;
  margin-top: 1.75rem;
  padding-inline: 1.5rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (max-width: 899px) {
  .halo-landing .l-pricing-card {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }

  .halo-landing .l-pricing-list {
    columns: 1;
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: 1px solid var(--halo-line);
    border-left: 0;
  }

  .halo-landing .l-pricing-card--featured .l-pricing-list {
    border-top-color: rgba(255, 255, 255, 0.14);
  }

  .halo-landing .l-pricing-cta {
    width: 100%;
  }
}

.halo-landing .l-pricing-card--featured {
  border-color: var(--halo-deep);
  background: var(--halo-deep);
  color: #fff;
}

.halo-landing .l-pricing-card--enterprise {
  border-color: transparent;
  background: var(--halo-wash);
}

.halo-landing .l-pricing-name,
.halo-landing .l-pricing-price {
  color: var(--halo-ink);
  font-weight: 500;
}

.halo-landing .l-pricing-price {
  font-size: 2.25rem;
  letter-spacing: -0.04em;
}

.halo-landing .l-pricing-audience,
.halo-landing .l-price-period {
  color: var(--halo-muted);
}

.halo-landing .l-pricing-capacity {
  border-color: var(--halo-line);
  color: rgba(23, 21, 30, 0.72);
}

.halo-landing .l-pricing-list {
  color: rgba(23, 21, 30, 0.72);
}

.halo-landing .l-pricing-list svg {
  color: var(--halo-violet);
}

.halo-landing .l-pricing-badge {
  background: rgba(93, 81, 180, 0.1);
  color: var(--halo-violet);
}

.halo-landing .l-pricing-card--featured .l-pricing-name,
.halo-landing .l-pricing-card--featured .l-pricing-price {
  color: #fff;
}

.halo-landing .l-pricing-card--featured .l-pricing-audience,
.halo-landing .l-pricing-card--featured .l-price-period,
.halo-landing .l-pricing-card--featured .l-pricing-list {
  color: rgba(255, 255, 255, 0.68);
}

.halo-landing .l-pricing-card--featured .l-pricing-capacity {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
}

.halo-landing .l-pricing-card--featured .l-pricing-list svg {
  color: var(--halo-lavender);
}

.halo-landing .l-pricing-card--featured .l-pricing-badge {
  background: var(--halo-lavender);
  color: var(--halo-deep);
}

.halo-landing .l-pricing-card--featured .l-pricing-cta--primary {
  border-color: #fff;
  background: #fff;
  color: var(--halo-deep);
}

.halo-landing .l-pricing-card--featured .l-pricing-cta--primary:hover {
  border-color: var(--halo-lavender);
  background: var(--halo-lavender);
  color: var(--halo-deep);
}

.halo-landing .l-pricing-badge--enterprise {
  border-color: rgba(43, 38, 68, 0.14);
  background: rgba(255, 255, 255, 0.42);
  color: var(--halo-deep);
}

.halo-landing .l-pricing-save {
  color: var(--halo-violet);
}

/* Iris violet vanishes on the dark featured card; use lavender there. */
.halo-landing .l-pricing-card--featured .l-pricing-save {
  color: var(--halo-lavender);
}

.halo-landing .l-sales {
  border: 1px solid var(--halo-line);
  border-radius: 1.5rem;
  background: var(--halo-wash);
}

.halo-landing .l-sales-copy h3 {
  color: var(--halo-ink);
  font-weight: 500;
}

.halo-landing .l-sales-copy > p:last-child,
.halo-landing .l-sales-action p {
  color: var(--halo-muted);
}

.halo-landing .l-sales-field label {
  color: rgba(23, 21, 30, 0.62);
}

.halo-landing .l-input-dark {
  border: 1px solid var(--halo-line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--halo-ink);
}

.halo-landing .l-input-dark::placeholder {
  color: rgba(23, 21, 30, 0.38);
}

.halo-landing .l-input-dark:focus {
  border-color: var(--halo-violet);
  background: #fff;
}

/* FAQ — same two-column reading layout as the main landing: the heading and
   the contact line hold the left column, the questions run down the right at a
   sane measure instead of stretching the full 72rem. */
.halo-landing #faq > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  max-width: 72rem;
}

@media (min-width: 900px) {
  .halo-landing #faq > div {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
    /* Third row soaks up the question column's extra height so the contact
       line stays tucked under the heading instead of drifting down. */
    grid-template-rows: auto auto 1fr;
    column-gap: 4rem;
    row-gap: 1.5rem;
  }

  .halo-landing #faq .l-h2 {
    grid-column: 1;
    grid-row: 1;
  }

  .halo-landing #faq .l-faq {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .halo-landing #faq .l-faq-contact {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 0;
  }
}

.halo-landing #faq .l-faq {
  margin-top: 0;
}

.halo-landing .l-faq {
  gap: 0.75rem;
}

.halo-landing .l-faq-item {
  overflow: hidden;
  border: 1px solid var(--halo-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: none;
}

.halo-landing .l-faq-q {
  min-height: 0;
  padding: 1.25rem 1.5rem;
  color: var(--halo-ink);
  font-size: 1rem;
  font-weight: 500;
}

.halo-landing .l-faq-q:hover {
  background: rgba(239, 237, 246, 0.6);
}

.halo-landing .l-faq-chevron {
  color: rgba(23, 21, 30, 0.38);
}

.halo-landing .l-faq-item[open] .l-faq-chevron {
  color: var(--halo-violet);
}

.halo-landing .l-faq-a {
  max-width: 62ch;
  padding: 0 1.5rem 1.4rem;
  color: var(--halo-muted);
}

.halo-landing .l-faq-a strong {
  color: var(--halo-ink);
}

.halo-landing .l-faq-a a,
.halo-landing .l-faq-contact a {
  color: var(--halo-violet);
}

.halo-landing .l-faq-contact {
  color: var(--halo-muted);
}

/* Closing conversion panel */
.halo-landing main > .l-cta-dark {
  isolation: isolate;
  width: calc(100% - 3rem);
  max-width: 88rem;
  margin: 1rem auto 1.5rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 24% 18%, rgba(201, 194, 232, 0.5), transparent 55%),
    var(--halo-wash);
}

.halo-landing .l-cta-dark .l-cta-h2 {
  color: #000;
}

.halo-landing .l-cta-dark p {
  color: rgba(23, 21, 30, 0.62) !important;
}

.halo-landing .l-cta-dark .l-btn-ghost-dark {
  background: rgba(255, 255, 255, 0.58);
}

/* Footer */
.halo-landing footer {
  border-color: transparent !important;
  background: var(--halo-deep) !important;
  color: #fff;
}

.halo-landing footer > div {
  max-width: 88rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.halo-landing footer .l-footer-grid {
  gap: 2.5rem;
}

.halo-landing footer .text-slate-900 {
  color: #fff;
}

.halo-landing footer .text-slate-500 {
  color: rgba(255, 255, 255, 0.54);
}

.halo-landing footer a.text-slate-500:hover,
.halo-landing footer .hover\:text-slate-900:hover,
.halo-landing footer .hover\:text-slate-600:hover {
  color: #fff;
}

.halo-landing footer .border-slate-100 {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .halo-landing .l-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .halo-landing .l-feature-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .halo-landing .l-header > div {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .halo-landing .l-header > div > div {
    gap: 0.75rem;
  }

  .halo-landing .l-header .l-logo {
    font-size: 1.25rem;
  }

  .halo-landing .l-header .l-btn-light {
    min-height: 2.5rem;
    padding-right: 0.85rem !important;
    padding-left: 0.85rem !important;
    font-size: 0.78rem !important;
  }

  .halo-landing .l-hero-dark,
  .halo-landing main > .l-dark:not(#offer),
  .halo-landing main > .l-cta-dark {
    width: calc(100% - 1.5rem);
    border-radius: 1rem;
  }

  .halo-landing .l-hero-dark {
    min-height: 30rem;
    padding: 4.5rem 0.5rem 4.5rem;
  }

  .halo-landing .l-hero-dark-h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .halo-landing .l-section {
    padding: 5rem 1.25rem;
  }

  .halo-landing .l-flow {
    grid-template-columns: 1fr;
  }

  .halo-landing .l-flow-step {
    min-height: 0;
  }

  .halo-landing .l-pricing-card {
    min-height: 0;
  }

  .halo-landing footer > div {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 520px) {
  .halo-landing .l-header .l-nav-link {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .halo-landing *,
  .halo-landing *::before,
  .halo-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Minimal demo request */
.halo-landing.halo-demo-simple {
  min-height: 100dvh;
  background: var(--halo-canvas);
  color: var(--halo-ink);
  font-family: "Golos Text", system-ui, sans-serif;
}

.halo-demo-simple .ds-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
}

.halo-demo-simple .ds-brand {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.halo-demo-simple .ds-back {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  color: rgba(23, 21, 30, 0.56);
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 160ms ease;
}

.halo-demo-simple .ds-back:hover {
  color: #000;
}

.halo-demo-simple .ds-main {
  display: grid;
  place-items: center;
  min-height: calc(100dvh - 5.25rem);
  padding: clamp(2rem, 6vh, 4.5rem) 1.5rem 5rem;
}

.halo-demo-simple .ds-panel {
  width: min(100%, 36rem);
}

.halo-demo-simple .ds-intro {
  max-width: 34rem;
}

.halo-demo-simple .ds-plan {
  width: fit-content;
  margin-bottom: 0.85rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--halo-wash);
  color: var(--halo-violet);
  font-size: 0.72rem;
  font-weight: 600;
}

.halo-demo-simple .ds-intro h1 {
  color: #000;
  font-size: clamp(2.35rem, 6vw, 3.25rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.halo-demo-simple .ds-intro > p:last-child {
  max-width: 31rem;
  margin-top: 0.9rem;
  color: rgba(23, 21, 30, 0.6);
  font-size: 1rem;
  line-height: 1.55;
}

.halo-demo-simple .ds-form {
  display: grid;
  gap: 1.1rem;
  margin-top: 2rem;
}

.halo-demo-simple .ds-field {
  display: grid;
  gap: 0.45rem;
}

.halo-demo-simple .ds-field label {
  color: rgba(23, 21, 30, 0.8);
  font-size: 0.82rem;
  font-weight: 600;
}

.halo-demo-simple .ds-field label span {
  margin-left: 0.3rem;
  color: rgba(23, 21, 30, 0.42);
  font-weight: 400;
}

.halo-demo-simple .ds-field input,
.halo-demo-simple .ds-field textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(43, 38, 68, 0.14);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--halo-ink);
  font-size: 1rem;
  outline: none;
  box-shadow: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.halo-demo-simple .ds-field textarea {
  min-height: 7rem;
  resize: vertical;
  line-height: 1.5;
}

.halo-demo-simple .ds-field input::placeholder,
.halo-demo-simple .ds-field textarea::placeholder {
  color: rgba(23, 21, 30, 0.36);
}

.halo-demo-simple .ds-field input:hover,
.halo-demo-simple .ds-field textarea:hover {
  border-color: rgba(43, 38, 68, 0.24);
}

.halo-demo-simple .ds-field input:focus,
.halo-demo-simple .ds-field textarea:focus {
  border-color: var(--halo-violet);
  box-shadow: 0 0 0 3px rgba(93, 81, 180, 0.12);
}

.halo-demo-simple .ds-field input:user-invalid,
.halo-demo-simple .ds-field textarea:user-invalid {
  border-color: rgba(43, 38, 68, 0.3);
}

.halo-demo-simple .ds-field input:disabled,
.halo-demo-simple .ds-field textarea:disabled {
  cursor: wait;
  opacity: 0.62;
}

.halo-demo-simple .ds-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  min-height: 2.75rem;
  padding: 0.3rem 0;
  color: rgba(23, 21, 30, 0.56);
  font-size: 0.78rem;
  line-height: 1.5;
  cursor: pointer;
}

.halo-demo-simple .ds-consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  accent-color: var(--halo-violet);
  cursor: pointer;
}

.halo-demo-simple .ds-consent a {
  color: var(--halo-violet);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(93, 81, 180, 0.3);
  text-underline-offset: 0.18em;
}

.halo-demo-simple .ds-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.35rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #000;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.halo-demo-simple .ds-submit:hover {
  border-color: #2d2d2d;
  background: #2d2d2d;
  transform: translateY(-1px);
}

.halo-demo-simple .ds-submit:focus-visible {
  outline: 2px solid var(--halo-violet);
  outline-offset: 3px;
}

.halo-demo-simple .ds-form.htmx-request .ds-submit {
  pointer-events: none;
}

.halo-demo-simple .ds-form.htmx-request .lead-submit-default {
  display: none;
}

.halo-demo-simple .ds-form.htmx-request .lead-submit-loading {
  display: inline-flex;
}

.halo-demo-simple .ds-result:empty {
  display: none;
}

.halo-demo-simple .ds-result .alert {
  min-height: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(43, 38, 68, 0.12);
  border-radius: 0.75rem;
  background: var(--halo-wash);
  color: var(--halo-deep);
  font-size: 0.82rem;
  line-height: 1.5;
  box-shadow: none;
}

@media (max-width: 639px) {
  .halo-demo-simple .ds-header {
    padding: 0.85rem 1rem;
  }

  .halo-demo-simple .ds-brand {
    font-size: 1.25rem;
  }

  .halo-demo-simple .ds-back {
    font-size: 0.78rem;
  }

  .halo-demo-simple .ds-main {
    place-items: start center;
    min-height: 0;
    padding: 2.5rem 1.25rem 4rem;
  }

  .halo-demo-simple .ds-intro h1 {
    font-size: 2.45rem;
  }
}
