:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #aec0cc;
  --soft: #d8e8ee;
  --bg: #071015;
  --panel: rgba(13, 24, 29, 0.82);
  --panel-strong: rgba(16, 30, 37, 0.96);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.28);
  --teal: #38e2c0;
  --blue: #6aa9ff;
  --gold: #ffbe55;
  --rose: #ff6b91;
  --green: #7ae77b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(56, 226, 192, 0.18), transparent 28%),
    radial-gradient(circle at 92% 6%, rgba(255, 190, 85, 0.14), transparent 24%),
    radial-gradient(circle at 78% 80%, rgba(106, 169, 255, 0.16), transparent 32%),
    var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 86%);
  z-index: -2;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--teal);
  color: #031014;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 900;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 28px), 1220px);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 14, 18, 0.68);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  border-radius: 20px;
}

.site-header.is-scrolled {
  background: rgba(5, 13, 17, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 26px rgba(56, 226, 192, 0.25));
}

.brand span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1;
}

.brand span span {
  color: var(--teal);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.site-nav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 14px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.05;
}

.site-nav a {
  color: rgba(247, 251, 255, 0.82);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .nav-cta {
  color: #031014;
  background: linear-gradient(135deg, var(--teal), var(--gold));
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  width: 46px;
  height: 44px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 118px max(22px, calc((100vw - var(--max)) / 2)) 58px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to bottom, transparent, #071015 84%);
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 30%, rgba(56, 226, 192, 0.28), transparent 20%),
    radial-gradient(circle at 82% 54%, rgba(255, 190, 85, 0.18), transparent 18%),
    linear-gradient(110deg, rgba(7, 16, 21, 0.92) 0%, rgba(7, 16, 21, 0.84) 36%, rgba(7, 16, 21, 0.3) 66%, rgba(7, 16, 21, 0.76) 100%);
}

.mesh::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(56, 226, 192, 0.22) 42.2%, transparent 42.6%),
    linear-gradient(25deg, transparent 0 56%, rgba(106, 169, 255, 0.18) 56.2%, transparent 56.5%),
    linear-gradient(150deg, transparent 0 68%, rgba(255, 190, 85, 0.16) 68.2%, transparent 68.6%);
  animation: scan 7s ease-in-out infinite alternate;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(56, 226, 192, 0.32);
  border-radius: 999px;
  filter: blur(0.2px);
  animation: rotate 24s linear infinite;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px var(--gold);
}

.orbit-one {
  width: 560px;
  height: 560px;
  right: 7vw;
  top: 18vh;
}

.orbit-one::before {
  left: 24%;
  top: 5%;
}

.orbit-one::after {
  right: 10%;
  bottom: 18%;
  background: var(--teal);
  box-shadow: 0 0 24px var(--teal);
}

.orbit-two {
  width: 330px;
  height: 330px;
  right: 24vw;
  top: 44vh;
  animation-duration: 17s;
  animation-direction: reverse;
}

.call-console {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - var(--max)) / 2 - 24px));
  top: 24vh;
  width: min(420px, 34vw);
  min-height: 405px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(160deg, rgba(10, 24, 28, 0.78), rgba(14, 22, 34, 0.55));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  border-radius: 28px;
  transform: perspective(1200px) rotateY(-9deg) rotateX(4deg);
  animation: float 5.8s ease-in-out infinite;
}

.console-top {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.console-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rose);
}

.console-top span:nth-child(2) {
  background: var(--gold);
}

.console-top span:nth-child(3) {
  background: var(--teal);
}

.caller-chip {
  display: inline-flex;
  border: 1px solid rgba(56, 226, 192, 0.26);
  background: rgba(56, 226, 192, 0.1);
  color: #cffff5;
  padding: 8px 11px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.voice-bars {
  height: 112px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 24px 0;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.voice-bars i {
  display: block;
  flex: 1;
  min-width: 13px;
  border-radius: 999px;
  background: linear-gradient(to top, var(--teal), var(--blue), var(--gold));
  animation: wave 1.1s ease-in-out infinite;
}

.voice-bars i:nth-child(1) { height: 32%; animation-delay: -0.1s; }
.voice-bars i:nth-child(2) { height: 68%; animation-delay: -0.3s; }
.voice-bars i:nth-child(3) { height: 42%; animation-delay: -0.5s; }
.voice-bars i:nth-child(4) { height: 94%; animation-delay: -0.2s; }
.voice-bars i:nth-child(5) { height: 56%; animation-delay: -0.7s; }
.voice-bars i:nth-child(6) { height: 82%; animation-delay: -0.45s; }
.voice-bars i:nth-child(7) { height: 38%; animation-delay: -0.9s; }

.console-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.console-row strong {
  font-size: 0.95rem;
}

.console-row span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.84rem;
}

.console-row.hot span {
  color: var(--gold);
}

.signal-card {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 5px;
  min-width: 178px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 15, 19, 0.72);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  opacity: 0.84;
}

.signal-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.signal-card strong {
  font-size: 1.25rem;
}

.card-one {
  display: none;
}

.card-two {
  right: 7vw;
  bottom: 18vh;
  animation: float 7.5s ease-in-out infinite -2.2s;
}

.card-three {
  right: 37vw;
  bottom: 14vh;
  animation: float 6.9s ease-in-out infinite -3s;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.82rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 950;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 0.93;
  letter-spacing: 0;
  max-width: 790px;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin-bottom: 10px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.03rem;
}

.hero-copy {
  max-width: 700px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  color: var(--soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.button {
  border: 1px solid transparent;
  cursor: pointer;
}

.button-primary {
  color: #031014;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  box-shadow: 0 18px 50px rgba(56, 226, 192, 0.22);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.16);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.trust-strip span,
.industry-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.88rem;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.hero-bottom span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 12, 16, 0.7);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  color: var(--muted);
  font-weight: 800;
}

.hero-bottom strong {
  color: var(--ink);
}

.section {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 760px;
}

.loss-grid,
.agent-grid,
.industry-grid,
.pricing-grid,
.deploy-grid,
.playbook-grid {
  display: grid;
  gap: 18px;
}

.loss-grid {
  grid-template-columns: repeat(3, 1fr);
}

.agent-grid {
  grid-template-columns: repeat(3, 1fr);
}

.playbook-grid {
  grid-template-columns: repeat(4, 1fr);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.industry-grid,
.pricing-grid,
.deploy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.loss-grid article,
.agent-grid article,
.industry-grid article,
.playbook-grid article,
.price-card,
.deploy-grid article,
.resource-grid a,
.lead-form,
.faq-list details,
.proof-board {
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.loss-grid article,
.agent-grid article,
.deploy-grid article {
  min-height: 245px;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.phone-demo {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 24px;
  border: 1px solid rgba(56, 226, 192, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 12%, rgba(56, 226, 192, 0.22), transparent 28%),
    radial-gradient(circle at 78% 86%, rgba(255, 190, 85, 0.16), transparent 30%),
    linear-gradient(155deg, rgba(9, 23, 28, 0.94), rgba(11, 16, 24, 0.9));
  box-shadow: var(--shadow);
}

.phone-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 72%);
  opacity: 0.7;
}

.phone-top,
.transcript-line,
.call-outcome {
  position: relative;
  z-index: 1;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--soft);
  font-weight: 950;
}

.live-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 8px rgba(255, 107, 145, 0.12), 0 0 30px var(--rose);
  animation: pulse 1.4s ease-in-out infinite;
}

.transcript-line {
  width: min(88%, 390px);
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.transcript-line.caller {
  margin-left: auto;
  border-color: rgba(106, 169, 255, 0.28);
}

.transcript-line.agent {
  border-color: rgba(56, 226, 192, 0.28);
  background: rgba(56, 226, 192, 0.1);
}

.transcript-line span {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transcript-line p {
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
  font-weight: 800;
}

.call-outcome {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.call-outcome span {
  color: #031014;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 950;
}

.demo-cards {
  display: grid;
  gap: 18px;
}

.demo-cards article {
  min-height: 0;
}

.roi-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
}

.roi-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 190, 85, 0.24);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 190, 85, 0.16), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.roi-card label {
  font-size: 0.88rem;
}

.roi-result {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(5, 12, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.roi-result span {
  color: var(--muted);
  font-weight: 900;
}

.roi-result strong {
  color: var(--gold);
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.9;
}

.roi-result small {
  color: var(--muted);
  line-height: 1.55;
}

.playbook-grid article {
  min-height: 300px;
}

.playbook-grid article span {
  display: inline-flex;
  color: #031014;
  background: linear-gradient(135deg, var(--gold), var(--rose));
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 18px;
  font-size: 0.77rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.resource-grid a {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.resource-grid a:hover,
.resource-grid a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(56, 226, 192, 0.4);
}

.resource-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 950;
  margin-bottom: 16px;
}

.resource-grid strong {
  font-size: 1.4rem;
  line-height: 1.08;
  margin-bottom: 12px;
}

.resource-grid p {
  margin-bottom: 0;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row > div {
  padding: 18px;
  color: var(--soft);
  line-height: 1.55;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-row > div:first-child {
  border-left: 0;
  color: var(--ink);
  font-weight: 950;
}

.comparison-head {
  background: linear-gradient(135deg, rgba(56, 226, 192, 0.14), rgba(255, 190, 85, 0.1));
}

.comparison-head > div {
  color: var(--ink);
  font-weight: 950;
}

.metric {
  display: inline-flex;
  color: #031014;
  background: var(--gold);
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 950;
  margin-bottom: 18px;
}

.icon-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #031014;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  font-weight: 950;
}

.command-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.workflow-panel {
  position: relative;
  min-height: 440px;
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(56, 226, 192, 0.16), transparent 32%),
    linear-gradient(155deg, rgba(16, 30, 37, 0.9), rgba(13, 19, 28, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.flow-line {
  position: absolute;
  left: 52px;
  top: 58px;
  bottom: 58px;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), var(--gold), var(--blue));
  opacity: 0.5;
}

.flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-left: 50px;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 18px;
}

.flow-step::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 20px var(--blue);
}

.flow-step.active::before {
  background: var(--gold);
  box-shadow: 0 0 26px var(--gold);
}

.flow-step span {
  color: var(--muted);
}

.industry-marquee {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.primary-plan {
  background:
    linear-gradient(155deg, rgba(56, 226, 192, 0.16), rgba(255, 190, 85, 0.08)),
    rgba(255, 255, 255, 0.05);
  border-color: rgba(56, 226, 192, 0.35);
}

.plan-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 950;
  margin-bottom: 16px;
}

.price {
  margin: 10px 0 18px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.92;
  font-weight: 950;
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 1rem;
  margin-top: 8px;
}

.price-card .button {
  margin-top: auto;
}

.payment-note {
  margin-top: 16px;
  border: 1px solid rgba(255, 190, 85, 0.24);
  background: rgba(255, 190, 85, 0.08);
  padding: 18px;
  border-radius: 18px;
  color: var(--soft);
}

.payment-note span {
  color: var(--gold);
  font-weight: 950;
}

.deploy-grid ul {
  padding-left: 18px;
  color: var(--soft);
  line-height: 1.7;
}

.proof-board {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 190, 85, 0.2), transparent 32%),
    linear-gradient(155deg, rgba(56, 226, 192, 0.11), rgba(106, 169, 255, 0.08));
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mini-stats span {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.mini-stats strong {
  color: var(--ink);
  font-size: 1.5rem;
}

.start-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(2, 9, 12, 0.72);
  color: var(--ink);
  padding: 14px 15px;
  font: inherit;
  font-weight: 700;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(56, 226, 192, 0.75);
  box-shadow: 0 0 0 4px rgba(56, 226, 192, 0.12);
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
  color: var(--muted);
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-small {
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 950;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--teal);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  padding: 0 22px 22px;
}

.site-footer {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 54px 0 42px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 800;
}

.legal-page {
  padding-top: 150px;
  max-width: 900px;
}

.legal-page h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.legal-page h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  margin-top: 34px;
}

.content-page {
  padding-top: 148px;
}

.content-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 56px;
}

.content-hero h1 {
  max-width: 900px;
}

.content-stat {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(56, 226, 192, 0.26);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(56, 226, 192, 0.13), rgba(255, 190, 85, 0.06));
  box-shadow: var(--shadow);
}

.content-stat strong {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.9;
}

.content-stat span {
  color: var(--muted);
  font-weight: 900;
}

.content-grid,
.question-grid,
.split-grid {
  display: grid;
  gap: 18px;
}

.content-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: start;
}

.content-card,
.question-card,
.step-card,
.partner-model {
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-radius: 22px;
  padding: 24px;
}

.content-card span,
.step-card span,
.partner-model span {
  display: inline-flex;
  color: #031014;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 18px;
  font-size: 0.77rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.question-card h2 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.page-cta {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 190, 85, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 190, 85, 0.18), transparent 30%),
    linear-gradient(155deg, rgba(56, 226, 192, 0.12), rgba(255, 255, 255, 0.04));
}

.page-cta p {
  max-width: 740px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

@keyframes float {
  50% { transform: translate3d(0, -14px, 0) perspective(1200px) rotateY(-7deg) rotateX(4deg); }
}

@keyframes wave {
  50% { height: 22%; filter: hue-rotate(45deg); }
}

@keyframes scan {
  to { opacity: 0.45; transform: translateY(16px); }
}

@keyframes pulse {
  50% { transform: scale(0.78); opacity: 0.72; }
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(100% + 8px);
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(5, 13, 17, 0.96);
    border-radius: 16px;
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 36px;
  }

  .call-console {
    display: none;
  }

  .signal-card {
    display: none;
  }

  .hero-bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .loss-grid,
  .agent-grid,
  .industry-grid,
  .pricing-grid,
  .deploy-grid,
  .demo-grid,
  .resource-grid,
  .content-grid,
  .content-hero,
  .question-grid,
  .split-grid,
  .command-section,
  .roi-section,
  .start-section,
  .proof-board {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 16px);
  }

  .brand span {
    font-size: 0.98rem;
  }

  .hero,
  .section,
  .site-footer {
    width: calc(100% - 28px);
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .hero-actions,
  .button,
  .site-nav.is-open {
    width: 100%;
  }

  .site-nav.is-open,
  .field-pair,
  .mini-stats,
  .playbook-grid,
  .resource-grid,
  .roi-card {
    grid-template-columns: 1fr;
  }

  .phone-demo {
    min-height: auto;
    padding: 18px;
  }

  .transcript-line {
    width: 100%;
  }

  .comparison-row,
  .comparison-head {
    display: block;
  }

  .comparison-row > div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .comparison-row > div:first-child {
    border-top: 0;
    background: rgba(255, 255, 255, 0.05);
  }

  .call-console {
    min-height: auto;
    padding: 18px;
    margin-bottom: 40px;
  }

  .voice-bars {
    height: 86px;
    gap: 6px;
  }

  .console-row {
    display: grid;
  }

  .section {
    padding: 62px 0;
  }
}

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