/* BeamHello — marketing site (beamhello.com). Editorial, spacious, the one place
   the beam gets bold. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--bh-font-body); color: var(--bh-ink);
  background: var(--bh-bg); -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
a { color: inherit; text-decoration: none; }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(246,246,252,.82); backdrop-filter: saturate(1.6) blur(12px); border-bottom: 1px solid var(--bh-line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-brand { display: flex; align-items: center; gap: 9px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-weight: 600; font-size: 14.5px; color: var(--bh-ink-soft); }
.nav-links a:hover { color: var(--bh-ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

/* ---- buttons (marketing) ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 22px; border-radius: 999px; font-family: var(--bh-font-body); font-weight: 600; font-size: 15.5px; cursor: pointer; border: 1px solid transparent; transition: transform .15s ease, filter .15s ease, background .15s ease, border-color .15s ease; }
.btn:active { transform: scale(.97); }
.btn-primary { color: #fff; background: var(--bh-beam); box-shadow: var(--bh-shadow-md); }
.btn-primary:hover { filter: brightness(1.06); }
/* the single per-view hero gesture opts into the gradient */
.btn-feature { background: var(--bh-signal); }
.btn-ghost { color: var(--bh-ink); background: transparent; border-color: var(--bh-line); }
.btn-ghost:hover { border-color: var(--bh-beam); background: #fff; }
.btn-white { color: var(--bh-beam); background: #fff; }
.btn-white:hover { filter: brightness(.97); }
.btn-lg { min-height: 54px; padding: 0 28px; font-size: 17px; }

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; }
.hero-aurora {
  position: absolute; top: -120px; right: -160px; width: 760px; height: 760px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #7A5CF6 0%, #5A4FF3 36%, rgba(122,92,246,.5) 62%, transparent 72%);
  filter: blur(40px); opacity: .26; pointer-events: none;
}
.hero-in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 84px 0 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--bh-font-mono); font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bh-beam); margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: var(--bh-signal); }
.hero h1 { font-family: var(--bh-font-display); font-weight: 600; font-size: 72px; line-height: 1.0; letter-spacing: -0.03em; margin: 0 0 22px; color: var(--bh-ink); }
.hero h1 .grad { background: var(--bh-signal); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 19px; line-height: 1.55; color: var(--bh-ink-soft); max-width: 30ch; margin: 0 0 30px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { margin-top: 26px; font-size: 13.5px; color: var(--bh-muted); display: flex; align-items: center; gap: 8px; }

/* hero phone */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-ray { position: absolute; inset: -20% -40%; background: linear-gradient(115deg, transparent 40%, rgba(122,92,246,.35) 50%, rgba(255,255,255,.7) 51%, rgba(122,92,246,.35) 52%, transparent 64%); filter: blur(3px); transform: rotate(2deg); mix-blend-mode: screen; pointer-events: none; }
.phone { position: relative; width: 300px; background: #0c0b14; border-radius: 40px; padding: 10px; box-shadow: var(--bh-shadow-lg); }
.phone-screen { background: var(--bh-surface); border-radius: 31px; overflow: hidden; }
.pc-head { position: relative; overflow: hidden; padding: 30px 20px 22px; text-align: center; border-bottom: 1px solid var(--bh-line); }
.pc-sweep::before { content: ""; position: absolute; inset: -40% -10%; background: var(--bh-signal); opacity: .07; filter: blur(36px); transform: rotate(-18deg); }
.pc-avatar { position: relative; width: 72px; height: 72px; margin: 0 auto 12px; border-radius: 50%; background: var(--bh-beam); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--bh-font-display); font-weight: 600; font-size: 26px; box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--bh-beam); }
.pc-name { position: relative; font-family: var(--bh-font-display); font-weight: 600; font-size: 21px; color: var(--bh-ink); }
.pc-role { position: relative; font-size: 13px; color: var(--bh-ink-soft); margin: 3px 0 16px; }
.pc-cta { position: relative; display: block; width: 100%; padding: 11px; border: none; border-radius: 999px; background: var(--bh-signal); color: #fff; font-family: var(--bh-font-body); font-weight: 600; font-size: 14px; }
.pc-chips { display: flex; gap: 7px; justify-content: center; padding: 16px; }
.pc-chip { width: 44px; height: 44px; border-radius: 12px; background: var(--bh-surface); border: 1px solid var(--bh-line); display: flex; align-items: center; justify-content: center; }

/* ---- sections ---- */
.section { padding: 88px 0; }
.section-soft { background: var(--bh-surface); border-top: 1px solid var(--bh-line); border-bottom: 1px solid var(--bh-line); }
.sec-head { max-width: 640px; margin: 0 0 48px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-family: var(--bh-font-display); font-weight: 600; font-size: 42px; line-height: 1.08; letter-spacing: -0.02em; margin: 14px 0 14px; color: var(--bh-ink); text-wrap: balance; }
.sec-head p { font-size: 18px; line-height: 1.55; color: var(--bh-ink-soft); margin: 0; text-wrap: pretty; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--bh-surface); border: 1px solid var(--bh-line); border-radius: 20px; padding: 28px; box-shadow: var(--bh-shadow-sm); }
.step-ic { width: 52px; height: 52px; border-radius: 15px; background: rgba(90,79,243,.10); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.step-n { font-family: var(--bh-font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bh-beam); }
.step h3 { font-family: var(--bh-font-body); font-weight: 600; font-size: 20px; margin: 8px 0 8px; color: var(--bh-ink); }
.step p { font-size: 15px; line-height: 1.55; color: var(--bh-ink-soft); margin: 0; }

/* promise */
.promise { text-align: center; max-width: 820px; margin: 0 auto; }
.promise h2 { font-family: var(--bh-font-display); font-weight: 600; font-size: 52px; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 20px; color: var(--bh-ink); text-wrap: balance; }
.promise p { font-size: 19px; line-height: 1.6; color: var(--bh-ink-soft); margin: 0 auto; max-width: 60ch; }

/* who it's for */
.audiences { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aud { border-radius: 20px; padding: 26px; border: 1px solid var(--line); background: var(--surface); }
.aud-bar { height: 8px; border-radius: 999px; background: var(--accent); width: 64px; margin-bottom: 20px; }
.aud-theme { font-family: var(--bh-font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.aud h3 { font-family: var(--heading-font); font-weight: 600; font-size: 22px; margin: 6px 0 10px; color: var(--ink); }
.aud p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; }

/* CTA banner */
.cta { position: relative; overflow: hidden; border-radius: 30px; margin: 0 0 88px; padding: 72px 48px; text-align: center;
  background: linear-gradient(120deg, #5A4FF3 0%, #7A5CF6 100%); }
.cta::before { content: ""; position: absolute; top: -60%; left: -10%; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.18); filter: blur(60px); }
.cta::after { content: ""; position: absolute; bottom: -60%; right: -5%; width: 320px; height: 320px; border-radius: 50%; background: rgba(122,92,246,.4); filter: blur(60px); }
.cta-in { position: relative; }
.cta h2 { font-family: var(--bh-font-display); font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: #fff; margin: 0 0 14px; }
.cta p { font-size: 18px; color: rgba(244,243,255,.86); margin: 0 0 28px; }

/* footer */
.foot { border-top: 1px solid var(--bh-line); padding: 40px 0; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-links { display: flex; gap: 24px; font-size: 14px; color: var(--bh-muted); }
.foot-links a:hover { color: var(--bh-ink); }
.foot-copy { font-size: 13px; color: var(--bh-muted); }

/* reveal-on-scroll: visible by default; hidden only when JS is on, until revealed */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero-in { grid-template-columns: 1fr; padding: 56px 0; }
  .hero h1 { font-size: 54px; }
  .hero-visual { order: -1; }
  .steps, .audiences { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .promise h2 { font-size: 38px; }
  .cta h2 { font-size: 36px; }
}
