:root {
  --ink: #050505;
  --ink-2: #101114;
  --paper: #f7f7f2;
  --muted: #a8abb4;
  --dark-muted: #656b78;
  --line: rgba(255, 255, 255, 0.12);
  --dark-line: rgba(8, 10, 14, 0.1);
  --blue: #0866ff;
  --cyan: #30d5ff;
  --mint: #4ce7b2;
  --yellow: #ffe100;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  font-family: "Avenir Next", "SF Pro Display", "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f7f7f2 0%, #ffffff 100%);
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1180px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 225, 0, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(8, 102, 255, 0.18), transparent 24rem),
    linear-gradient(
      180deg,
      #050505 0%,
      #08090c 58%,
      #202125 72%,
      rgba(247, 247, 242, 0.72) 91%,
      rgba(247, 247, 242, 0) 100%
    );
}

a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.nav {
  position: sticky;
  top: 18px;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(10, 10, 10, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 7px; font-weight: 860; letter-spacing: -0.04em; font-size: 19px; }
.brand-mark {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 24px rgba(255, 225, 0, 0.45);
}
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.68); font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--yellow); }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  background: var(--yellow);
}

.section, .section-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.hero {
  min-height: auto;
  padding: 92px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: 58px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 770px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .91;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: 0; }
.hero-subtitle, .section-heading p {
  max-width: 680px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 24px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 790;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 20px 48px rgba(255, 225, 0, 0.18);
}
.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dark-line);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}
.trust-row span {
  padding: 9px 12px;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 72% 10%, rgba(255,225,0,.16), transparent 16rem),
    linear-gradient(140deg, rgba(6, 8, 15, .98), rgba(10, 27, 62, .94)),
    #090d16;
  box-shadow: 0 34px 110px rgba(7, 9, 16, .24);
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(700px) rotateX(62deg) translateY(-60px);
  opacity: .42;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(48, 213, 255, .35);
  border-radius: 50%;
  animation: drift 9s ease-in-out infinite alternate;
}
.orbit-one { width: 420px; height: 420px; right: -90px; top: 42px; }
.orbit-two { width: 300px; height: 300px; left: -100px; bottom: 56px; animation-delay: -3s; }
.ai-panel {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  color: white;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(20px);
}
.main-panel { left: 44px; right: 44px; top: 64px; padding: 22px; }
.panel-top { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); }
.panel-top strong { margin-left: auto; color: var(--mint); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.conversation { display: grid; gap: 12px; margin: 34px 0; }
.bubble { max-width: 82%; padding: 14px 16px; border-radius: 18px; font-size: 14px; line-height: 1.45; }
.customer { background: rgba(255,255,255,.1); }
.agent { justify-self: end; background: linear-gradient(135deg, rgba(8,102,255,.88), rgba(48,213,255,.62)); }
.flow-map { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; gap: 10px; }
.flow-map span { padding: 12px; text-align: center; border-radius: 14px; background: rgba(255,255,255,.1); }
.flow-map i { height: 2px; background: linear-gradient(90deg, transparent, var(--cyan)); }
.metric-panel { right: 30px; bottom: 34px; width: 220px; padding: 20px; }
.metric-panel p, .task-panel p { color: rgba(255,255,255,.66); margin-bottom: 8px; }
.metric-panel strong { font-size: 48px; }
.spark-bars { display: flex; align-items: end; gap: 7px; height: 68px; margin-top: 12px; }
.spark-bars span, .chart span { flex: 1; border-radius: 999px 999px 4px 4px; background: linear-gradient(180deg, var(--cyan), var(--blue)); }
.spark-bars span:nth-child(1) { height: 34%; } .spark-bars span:nth-child(2) { height: 54%; }
.spark-bars span:nth-child(3) { height: 48%; } .spark-bars span:nth-child(4) { height: 78%; }
.spark-bars span:nth-child(5) { height: 92%; }
.task-panel { left: 32px; bottom: 78px; width: 245px; padding: 20px; }
.task-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.task-panel li { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.task-panel li span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto 46px;
}
.logos span, .integration-grid span, .audience-grid span {
  border: 1px solid var(--dark-line);
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(10, 25, 60, .05);
}
.logos span { padding: 12px 18px; border-radius: 999px; color: #15171d; font-weight: 700; }

.section { padding: 68px 0; }
.hero,
.cta-section,
.stats-card { color: var(--white); }
.logos + .section,
.audience,
.process,
.integrations,
.use-cases,
.why,
.faq,
.productivity { color: var(--ink); }
.logos + .section .eyebrow,
.audience .eyebrow,
.process .eyebrow,
.integrations .eyebrow,
.use-cases .eyebrow,
.why .eyebrow,
.faq .eyebrow { color: var(--blue); }
.logos + .section .section-heading p,
.audience .section-heading p,
.process .section-heading p,
.integrations .section-heading p,
.use-cases .section-heading p,
.why .section-heading p,
.faq .section-heading p { color: var(--dark-muted); }
.section-heading { margin-bottom: 30px; }
.section-heading.compact { max-width: 820px; }
.audience.section,
.process.section,
.integrations.section,
.use-cases.section,
.why.section,
.faq.section { padding-top: 58px; padding-bottom: 58px; }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.capability {
  min-height: 198px;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 50px rgba(8, 29, 70, .06);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.capability:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 102, 255, .28);
  box-shadow: 0 28px 70px rgba(8, 102, 255, .11);
}
.capability b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  color: var(--blue);
  background: rgba(8, 102, 255, .1);
}
.capability p, .case-card p, .timeline p, .footer p, .faq p { color: var(--dark-muted); line-height: 1.6; }

.audience-grid, .integration-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.audience-grid span, .integration-grid span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 18px;
  color: #263246;
  font-weight: 760;
  text-align: center;
}
.process { position: relative; }
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--mint));
}
.timeline article {
  position: relative;
  padding: 76px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
}
.timeline span {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 8px white;
}

.stats-card {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,225,0,.18), transparent 24rem),
    radial-gradient(circle at 18% 86%, rgba(48,213,255,.22), transparent 22rem),
    linear-gradient(135deg, #06080f, #111a2e 58%, #071c46);
  box-shadow: 0 35px 110px rgba(7, 9, 16, .24);
}
.stats-card .eyebrow { color: var(--yellow); }
.stats-card h2 { max-width: 760px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 26px 0;
}
.stats-grid div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.stats-grid strong { display: block; font-size: clamp(38px, 5vw, 66px); line-height: 1; }
.stats-grid span { color: rgba(255,255,255,.68); }
.chart { height: 180px; display: flex; align-items: end; gap: 12px; }
.chart span { height: var(--h); animation: pulseHeight 3s ease-in-out infinite alternate; }

.case-grid, .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.case-card {
  padding: 20px;
  border: 1px solid var(--dark-line);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.mini-screen {
  height: 180px;
  display: grid;
  gap: 12px;
  align-content: center;
  margin-bottom: 24px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(145deg, #08101d, #12316b);
}
.mini-screen span {
  height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.mini-screen span:nth-child(2) { width: 76%; background: rgba(48,213,255,.34); }
.mini-screen span:nth-child(3) { width: 52%; justify-self: end; background: rgba(76,231,178,.34); }
.mini-screen.quote { background: linear-gradient(145deg, #111827, #083b55); }
.mini-screen.team { background: linear-gradient(145deg, #070910, #17316c); }

.why-grid { grid-template-columns: repeat(6, 1fr); }
.why-grid p {
  min-height: 108px;
  display: flex;
  align-items: end;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  color: white;
  font-weight: 790;
  background: linear-gradient(145deg, #101827, #0b5fe8);
}
.why-grid p:nth-child(even) { background: linear-gradient(145deg, #fffbea, #ffffff); color: var(--ink); border: 1px solid var(--dark-line); }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
details {
  border: 1px solid var(--dark-line);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 40px rgba(10,25,60,.05);
}
summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 800;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
details p { padding: 0 24px 22px; margin: 0; }
.cta-section {
  margin-bottom: 52px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,225,0,.22), transparent 22rem),
    linear-gradient(135deg, rgba(6,8,15,.98), rgba(8,102,255,.88)),
    #06080f;
}
.cta-section .eyebrow { color: var(--yellow); }
.cta-section h2 { max-width: 680px; }
.cta-section p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.65;
}
.cta-section .button.primary { background: var(--yellow); color: var(--ink); box-shadow: none; }
.calendly-frame {
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: white;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
  height: 690px;
  display: block;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--dark-line);
  color: var(--ink);
}
.footer p { max-width: 420px; margin: 14px 0 0; }
.footer nav { display: flex; flex-wrap: wrap; align-content: start; gap: 18px; color: #4a5668; }

.legal-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 92% -8%, rgba(255, 225, 0, 0.18), transparent 22rem),
    linear-gradient(180deg, #050505 0, #0a0b0e 420px, #f7f7f2 720px, #ffffff 100%);
}
.legal-page::before { display: none; }
.legal-main { padding-top: 54px; }
.legal-hero {
  padding: 72px 0 38px;
  color: white;
}
.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(46px, 7vw, 86px);
}
.legal-hero p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.65;
}
.legal-content {
  max-width: 920px;
  padding-top: 28px;
}
.legal-content article {
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--dark-line);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 50px rgba(8, 29, 70, .06);
}
.legal-content h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 3vw, 34px);
}
.legal-content h3 {
  margin-top: 18px;
  font-size: 18px;
}
.legal-content p,
.legal-content li,
.legal-content dd,
.legal-content address {
  color: var(--dark-muted);
  font-size: 16px;
  line-height: 1.7;
}
.legal-content ul {
  margin: 0;
  padding-left: 20px;
}
.legal-content li + li { margin-top: 8px; }
.legal-content address { font-style: normal; }
.legal-content a {
  color: var(--blue);
  font-weight: 760;
}
.legal-content dl {
  display: grid;
  gap: 12px;
  margin: 0;
}
.legal-content dl div {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) 1fr;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--dark-line);
}
.legal-content dt {
  font-weight: 800;
}
.legal-content dd {
  margin: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(18px, -18px, 0) rotate(16deg); }
}
@keyframes pulseHeight {
  from { filter: saturate(.85); transform: scaleY(.92); }
  to { filter: saturate(1.2); transform: scaleY(1); }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-visual { min-height: 520px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline, .stats-grid, .case-grid { grid-template-columns: 1fr 1fr; }
  .cta-section { grid-template-columns: 1fr; }
  .timeline::before { display: none; }
  .audience-grid, .integration-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .section, .section-grid, .footer, .nav { width: min(100% - 24px, 1180px); }
  .nav { top: 10px; }
  .nav-cta { display: none; }
  h1 { font-size: clamp(39px, 11vw, 48px); line-height: .96; }
  h2 { font-size: clamp(31px, 9vw, 42px); line-height: 1.04; }
  .hero { padding-top: 52px; padding-bottom: 34px; gap: 28px; }
  .hero-visual { min-height: 480px; border-radius: 28px; }
  .main-panel { left: 16px; right: 16px; top: 34px; }
  .metric-panel { right: 16px; bottom: 24px; width: 190px; }
  .task-panel { left: 16px; bottom: 148px; width: 210px; }
  .flow-map { grid-template-columns: 1fr; }
  .flow-map i { display: none; }
  .capability-grid, .timeline, .stats-grid, .case-grid, .audience-grid, .integration-grid, .why-grid {
    grid-template-columns: 1fr;
  }
  .section,
  .audience.section,
  .process.section,
  .integrations.section,
  .use-cases.section,
  .why.section,
  .faq.section { padding: 48px 0; }
  .cta-section {
    padding: 26px 14px;
    border-radius: 24px;
  }
  .legal-main { padding-top: 32px; }
  .legal-hero { padding: 56px 0 24px; }
  .legal-content article { border-radius: 18px; }
  .legal-content dl div { grid-template-columns: 1fr; gap: 4px; }
  .calendly-frame,
  .calendly-inline-widget { min-height: 760px; height: 760px; }
  .footer { flex-direction: column; }
}
