/* AI4Calling — corporate light theme */
:root {
  --ink: #0c1b2a;
  --ink-2: #1e293b;
  --muted: #5b6b7c;
  --paper: #ffffff;
  --mist: #f5f7fa;
  --line: #e6ebf0;
  --accent: #0f766e;
  --accent-2: #115e59;
  --accent-soft: #ecfdf8;
  --shadow: 0 18px 50px rgba(12, 27, 42, 0.08);
  --radius: 14px;
  --max: 1120px;
  --page-gutter: 1.25rem;
  --section-space: 4rem;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: min(calc(100% - 2 * var(--page-gutter)), var(--max));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: .5rem .75rem;
  border: 1px solid var(--line);
}

/* Nav */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand-mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 7px;
  background:
    linear-gradient(145deg, #0f766e 0%, #0c1b2a 70%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  flex: none;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name { font-weight: 700; }
.brand-tag {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.nav-links a {
  font-size: .92rem;
  color: var(--muted);
  font-weight: 500;
}
.nav-links a:hover,
.nav-links a.active { color: var(--ink); }
.nav-links a.active {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--accent);
  padding-bottom: .2rem;
}
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: .9rem;
  border: 1px solid transparent;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--ink);
  color: #fff;
}
.btn-primary:hover { background: #152536; }
.btn-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.btn-secondary:hover { background: var(--mist); }
.btn-ghost {
  background: transparent;
  color: var(--muted);
}
.btn-ghost:hover { color: var(--ink); background: var(--mist); }
.btn-lg { min-height: 3rem; padding: 0 1.25rem; font-size: .95rem; }
.btn-accent {
  background: var(--accent);
  color: #fff;
}
.btn-accent:hover { background: var(--accent-2); }
.btn-outline {
  background: #fff;
  color: #111;
  border-color: #d4d4d8;
}
.btn-outline:hover { background: #f4f4f5; border-color: #111; }

/* Homepage — orange primary accents (clean light bg, no peach glow) */
.home {
  --ink: #171717;
  --ink-2: #262626;
  --muted: #64748b;
  --accent: #f05a28;
  --accent-2: #d9481a;
  --accent-soft: #fff1eb;
  --hero-purple: #f05a28;
  --hero-purple-2: #ff7a4d;
  --hero-purple-soft: #fff1eb;
  --font-display: "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --max: 1180px;
  --page-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-space: clamp(3rem, 5.5vw, 4.25rem);
  --section-title: clamp(1.55rem, 2.5vw, 2.05rem);
  --section-lede: .92rem;
}
.home .brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(240, 90, 40, .28);
  position: relative;
}
.home .brand-mark::before,
.home .brand-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5px;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.home .brand-mark::before {
  height: 10px;
  box-shadow: -4px 0 0 #fff, 4px 0 0 #fff;
}
.home .brand-mark::after {
  height: 14px;
  box-shadow: -8px 1px 0 #fff, 8px 1px 0 #fff;
}
.home .btn-primary {
  background: var(--accent);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 22px rgba(240, 90, 40, .28);
}
.home .btn-primary:hover { background: var(--accent-2); }
.home .btn-outline {
  background: #fff;
  color: var(--ink);
  border-color: #d4d4d8;
}
.home .btn-outline:hover {
  background: #fafafa;
  border-color: var(--accent);
  color: var(--accent);
}
.home .site-nav { border-bottom-color: #ececec; }


/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(15,118,110,.12), transparent 60%),
    radial-gradient(700px 380px at 10% 90%, rgba(12,27,42,.06), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #ffffff 100%);
  min-height: min(88vh, 760px);
  display: flex;
  align-items: center;
}
.home .hero {
  min-height: auto;
  border-bottom: 0;
  background:
    radial-gradient(720px 380px at 50% 58%, rgba(0, 0, 0, .05), transparent 62%),
    linear-gradient(180deg, #fafafa 0%, #ffffff 48%, #ffffff 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.5rem;
  align-items: center;
  padding: 3.5rem 0 4rem;
}
.home .hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: var(--section-space);
}
.home .hero-copy {
  text-align: center;
  max-width: 46rem;
}
.home .hero h1 {
  max-width: none;
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.home .hero .grad {
  background: none;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}
.home .nav-links a.active {
  box-shadow: inset 0 -2px 0 var(--accent);
}
.home .grad {
  color: var(--accent);
  background: none;
  -webkit-text-fill-color: var(--accent);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0 0 1rem;
  padding: .38rem .85rem;
  border-radius: 999px;
  background: #f4f4f5;
  color: #111;
  font-size: .82rem;
  font-weight: 600;
}
.home .hero-badge {
  margin: 0 auto 1.05rem;
  background: var(--hero-purple-soft);
  color: var(--hero-purple);
}
.home .lead {
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 40rem;
  margin: .9rem auto 0;
  color: #64748b;
}
.home .hero-cta {
  justify-content: center;
  margin: 1.35rem 0 0;
}
.home .hero .btn {
  border-radius: 12px;
}
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .hero-trust {
  width: 100%;
  max-width: 58rem;
  margin-top: .35rem;
  padding: 1.05rem 1.25rem;
  background: #f4f5f7;
  border: 1px solid #eceef2;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
  gap: 0;
}
.hero-trust li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}
.home .hero-trust li {
  align-items: center;
  justify-content: center;
  padding: .35rem .75rem;
}
.home .hero-trust li + li {
  border-left: 1px solid #e4e7ec;
}
.trust-ico {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #f4f4f5;
  color: #111;
  flex: none;
}
.home .trust-ico {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  background: var(--hero-purple-soft);
  color: var(--hero-purple);
}
.trust-ico svg { width: 1.1rem; height: 1.1rem; }
.hero-trust strong {
  display: block;
  font-size: .82rem;
  color: var(--ink);
}
.home .hero-trust strong { font-size: .9rem; }
.hero-trust small {
  display: block;
  color: var(--muted);
  font-size: .72rem;
}

.hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.home .hero-visual {
  width: 100%;
  max-width: 52rem;
  min-height: 430px;
  margin: .35rem 0 .85rem;
}
.hero-dots {
  position: absolute;
  inset: 8% 6% 18% 10%;
  background-image: radial-gradient(rgba(0,0,0,.14) 1.2px, transparent 1.3px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 55% 45%, #000 35%, transparent 78%);
  pointer-events: none;
}
.home .hero-dots {
  inset: 12% 18% 22%;
  background-image: radial-gradient(rgba(0, 0, 0, .14) 1.15px, transparent 1.3px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle at 50% 48%, #000 28%, transparent 72%);
}
.hero-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 90, 40, .1), rgba(240, 90, 40, .03) 62%, transparent 74%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.hero-ring {
  position: absolute;
  width: min(420px, 78%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(240, 90, 40, .16);
  box-shadow:
    0 0 0 28px rgba(240, 90, 40, .04),
    inset 0 0 40px rgba(240, 90, 40, .04);
  pointer-events: none;
  z-index: 0;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-orb-a {
  width: 220px;
  height: 220px;
  right: 4%;
  top: 6%;
  background: radial-gradient(circle, rgba(0,0,0,.08), rgba(0,0,0,.01) 70%);
}
.hero-orb-b {
  width: 140px;
  height: 140px;
  left: 8%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(0,0,0,.06), rgba(0,0,0,.01) 70%);
}
.hero-bg-wave {
  position: absolute;
  z-index: 1;
  left: -4%;
  right: -4%;
  top: 38%;
  width: 108%;
  height: 34%;
  pointer-events: none;
  display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}
.hero-orbits,
.hero-float-ico {
  display: none !important;
}
.hero-robot {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  height: auto;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.18));
}
.home .hero-robot {
  width: min(100%, 360px);
  filter: grayscale(1) contrast(1.08) drop-shadow(0 22px 30px rgba(0, 0, 0, .2));
  position: relative;
  z-index: 6;
  opacity: 0;
  transform: translateY(28px) scale(.94);
  transition: opacity .75s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}
.home .hero-robot.is-in {
  opacity: 1;
  transform: none;
}
.home .hero-robot.is-flying {
  position: fixed;
  z-index: 45;
  margin: 0;
  max-width: none;
  pointer-events: none;
  transition: none;
  opacity: 1;
  filter: grayscale(1) contrast(1.08) drop-shadow(0 22px 30px rgba(0, 0, 0, .2));
  object-fit: contain;
  object-position: center center;
}
.home .hero-robot.is-landed {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: 88% !important;
  max-width: 88%;
  max-height: 88%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
  filter: grayscale(1) contrast(1.08) drop-shadow(0 22px 30px rgba(0, 0, 0, .2));
  object-fit: contain;
  object-position: center center;
  transform: scaleX(-1) !important;
  z-index: 2;
  transition: none;
}
.home .hero-robot-spacer {
  display: block;
  visibility: hidden;
  pointer-events: none;
}
.home .hero-visual.is-robot-leaving > :not(.hero-robot):not(.hero-robot-spacer) {
  opacity: 0;
  transform: translateY(12px) scale(.98);
  transition: opacity .35s ease, transform .45s ease;
}
.home .hero-visual > :not(.hero-robot):not(.hero-robot-spacer) {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .6s cubic-bezier(.22, 1, .36, 1);
}
.home .hero-visual.is-ready > :not(.hero-robot):not(.hero-robot-spacer) {
  opacity: 1;
  transform: none;
}
.home .hero-visual.is-robot-leaving.is-ready > :not(.hero-robot):not(.hero-robot-spacer) {
  opacity: 0;
  transform: translateY(12px) scale(.98);
}
.chat-bubble {
  position: absolute;
  z-index: 4;
  max-width: 210px;
  padding: .7rem .9rem;
  border-radius: 16px;
  color: #1f2937;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.35;
  background: linear-gradient(145deg, rgba(255,255,255,.5), rgba(255,255,255,.12));
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow:
    0 12px 32px rgba(15, 23, 42, .1),
    inset 0 1px 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}
.home .chat-bubble {
  position: relative;
  z-index: auto;
}
.chat-left-cluster,
.chat-right-cluster {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .55rem;
}
.chat-left-cluster {
  left: 0;
  top: 16%;
}
.chat-right-cluster {
  right: 0;
  top: 22%;
}
.chat-left {
  left: 0;
  top: 18%;
  border-bottom-left-radius: 4px;
}
.chat-right {
  right: 0;
  top: 38%;
  border-bottom-right-radius: 4px;
}
.home .chat-left,
.home .chat-right {
  left: auto;
  right: auto;
  top: auto;
}
.chat-avatar {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
  flex: none;
}
.chat-avatar svg { width: 1.05rem; height: 1.05rem; }
.mic-float {
  position: absolute;
  z-index: 4;
  right: 6%;
  top: 8%;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(145deg, rgba(255,255,255,.48), rgba(255,255,255,.1));
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .08),
    inset 0 1px 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}
.mic-float svg { width: 1.15rem; height: 1.15rem; }
.home .mic-float.mic-purple {
  position: relative;
  right: auto;
  top: auto;
  color: #fff;
  background: var(--accent);
  border: 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
  backdrop-filter: none;
}
.home .mic-float.mic-glass {
  right: 7%;
  top: auto;
  bottom: 22%;
  color: #111;
}
.voice-card {
  position: absolute;
  z-index: 5;
  left: 4%;
  bottom: 4%;
  width: min(300px, 90%);
  padding: .85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.42), rgba(255,255,255,.08));
  border: 1px solid rgba(255, 255, 255, .68);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, .12),
    inset 0 1px 1px rgba(255, 255, 255, .75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.home .voice-card {
  left: 2%;
  bottom: 8%;
  width: min(270px, 86%);
}
.voice-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--ink);
}
.voice-card .status {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #16a34a;
  font-weight: 600;
  font-size: .72rem;
}
.voice-card .status i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.18);
}
.voice-wave {
  display: block;
  height: 3.15rem;
  margin: .55rem 0 .4rem;
}
.voice-wave canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.voice-card p {
  margin: 0 0 .55rem;
  color: var(--muted);
  font-size: .75rem;
}
.voice-card footer {
  font-size: .72rem;
  color: var(--muted);
}
.voice-card footer b { color: var(--ink); font-weight: 600; }


.section-head.center {
  max-width: 40rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}
.home .capabilities {
  position: relative;
  overflow: visible;
  min-height: calc(100svh - 4rem);
  min-height: calc(100vh - 4rem);
  height: auto;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 4rem;
  background: #fafafa;
  box-sizing: border-box;
}
.home .capabilities .cap-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 30%) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: stretch;
  width: min(calc(100% - 2 * var(--page-gutter)), var(--max));
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 0;
}
.home .cap-robot-col {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}
.home .cap-robot-figure {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto;
}
.home .cap-robot-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.home .cap-robot-glow {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 90, 40, .1), rgba(240, 90, 40, .03) 58%, transparent 74%);
  filter: blur(8px);
}
.home .cap-robot-orbits {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.home .cap-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(240, 90, 40, .16);
  transform: translate(-50%, -50%);
}
.home .cap-orbit.o1 {
  width: 68%;
  aspect-ratio: 1;
}
.home .cap-orbit.o2 {
  width: 84%;
  aspect-ratio: 1;
  border-color: rgba(240, 90, 40, .13);
}
.home .cap-orbit.o3 {
  width: 100%;
  aspect-ratio: 1;
  border-color: rgba(240, 90, 40, .1);
}
.home .cap-orbit-dot {
  position: absolute;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: rgba(240, 90, 40, .45);
  box-shadow: 0 0 0 3px rgba(240, 90, 40, .08);
}
.home .cap-orbit-dot.d1 { top: 12%; left: 24%; }
.home .cap-orbit-dot.d2 { top: 16%; right: 20%; }
.home .cap-orbit-dot.d3 { bottom: 16%; left: 18%; }
.home .cap-orbit-dot.d4 { bottom: 12%; right: 22%; }
.home .cap-orbit-dot.d5 { top: 44%; right: 8%; width: .3rem; height: .3rem; opacity: .75; }
.home .cap-float-ico {
  position: absolute;
  z-index: 3;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent, #f05a28);
  background: #fff;
  border: 1px solid rgba(240, 90, 40, .14);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.home .cap-float-ico svg {
  width: 1.05rem;
  height: 1.05rem;
}
.home .cap-float-ico.f1 { left: 6%; top: 8%; }
.home .cap-float-ico.f2 { right: 4%; top: 10%; }
.home .cap-float-ico.f3 { left: 4%; bottom: 12%; }
.home .cap-robot-ring,
.home .cap-robot-wave {
  display: none !important;
}
.home .cap-robot-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(17, 17, 17, .14) 1.15px, transparent 1.3px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle at 50% 50%, #000 32%, transparent 72%);
}
.home .cap-robot-wave {
  position: absolute;
  left: -2%;
  width: 40%;
  height: 28%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: .55;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}
.home .cap-robot-slot {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.home .cap-content-col {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .85rem;
  min-width: 0;
}
.home .capabilities .section-head {
  margin-bottom: 0;
  max-width: none;
  text-align: left;
}
.home .capabilities .section-head h2 {
  font-size: var(--section-title);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  max-width: none;
  margin-inline: 0;
}
.home .capabilities .cap-headline .cap-head-line {
  display: block;
  white-space: normal;
}
.home .capabilities .section-head p {
  margin: .4rem 0 0;
  max-width: 36rem;
  font-size: var(--section-lede);
  line-height: 1.45;
}
.home .capabilities .cap-stars {
  justify-content: flex-start;
  margin-top: .35rem;
}
.cap-stars {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: .55rem;
}
.cap-stars span {
  width: .5rem;
  height: .5rem;
  background: linear-gradient(135deg, #f05a28, #ff7a4d);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.home .capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: stretch;
  width: 100%;
}
.home .capability-grid > .cap-svg-defs {
  display: none;
}
.home .capability {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 21rem;
  min-width: 0;
  height: 100%;
  padding: 1rem .95rem .9rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 20px rgba(0, 0, 0, .04);
  align-items: stretch;
  text-align: left;
  overflow: hidden;
}
.home .cap-card-copy {
  flex: 0 0 auto;
}
.home .capability h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 .35rem;
  color: #111;
  letter-spacing: -0.02em;
}
.home .capability p {
  font-size: .8rem;
  line-height: 1.5;
  color: #737373;
  margin: 0;
}
.home .cap-card-preview {
  flex: 1 1 auto;
  min-height: 11rem;
  margin-top: .65rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.home .cap-preview-glass {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: .7rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, .05),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  overflow: hidden;
}
.home .cap-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* Voice AI Agents */
.home .cap-ui-agents {
  justify-content: center;
  gap: .55rem;
  padding: .6rem;
}
.home .cap-voice-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .65rem .85rem;
  min-height: 3.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .045);
}
.home .cap-art-avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 2.2rem;
  box-shadow: 0 3px 10px rgba(240, 90, 40, .28);
}
.home .cap-art-avatar svg {
  width: 1.1rem;
  height: 1.1rem;
}
.home .cap-art-wavebox {
  flex: 1 1 0;
  min-width: 5.5rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow: hidden;
  isolation: isolate;
}
.home .cap-art-wave-svg {
  display: block;
  width: 100%;
  height: 1.65rem;
}
.home .cap-art-wave-svg rect {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: capArtWaveSvg 1.8s ease-in-out infinite;
}
.home .cap-art-wave-svg rect:nth-child(2n) { animation-delay: -.15s; }
.home .cap-art-wave-svg rect:nth-child(3n) { animation-delay: -.3s; }
.home .cap-art-wave-svg rect:nth-child(5n) { animation-delay: -.45s; }
@keyframes capArtWaveSvg {
  0%, 100% { transform: scaleY(.72); }
  50% { transform: scaleY(1); }
}
.home .cap-art-toolbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
  padding: 0;
  background: transparent;
}
.home .cap-ctrl {
  aspect-ratio: 1;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: grid;
  place-items: center;
  color: var(--accent);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.home .cap-ctrl svg {
  width: 1.22rem;
  height: 1.22rem;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
/* Workflow Engine — hub + 4 corner nodes (non-crossing paths) */
.home .cap-flow-stage {
  position: relative;
  min-height: 10.5rem;
  flex: 1;
  padding: .4rem;
  background: #fff;
  overflow: hidden;
}
.home .cap-flow-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(240, 90, 40, .11);
  pointer-events: none;
  z-index: 0;
}
.home .cap-flow-ripple.r1 { width: 3.8rem; height: 3.8rem; }
.home .cap-flow-ripple.r2 { width: 5.4rem; height: 5.4rem; opacity: .75; }
.home .cap-flow-ripple.r3 { width: 7rem; height: 7rem; opacity: .5; }
.home .cap-flow-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.home .cap-flow-base {
  fill: none;
  stroke: #e2e2e2;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home .cap-flow-pulse {
  fill: none;
  stroke: rgba(240, 90, 40, .45);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 5 52;
  opacity: 0;
  animation: capLineTravel 2.8s ease-in-out infinite;
}
.home .cap-flow-mid {
  fill: var(--accent, #f05a28);
}
.home .cap-flow-hub {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: var(--accent, #f05a28);
  color: #fff;
  border: 2.5px solid #fff;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 1px rgba(240, 90, 40, .18),
    0 6px 18px rgba(240, 90, 40, .3),
    0 0 26px rgba(240, 90, 40, .16);
  animation: capHubGlow 3s ease-in-out infinite;
}
.home .cap-flow-hub svg {
  width: 1.05rem;
  height: 1.05rem;
}
.home .cap-flow-node {
  position: absolute;
  z-index: 3;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: var(--accent, #f05a28);
  display: grid;
  place-items: center;
  box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
}
.home .cap-flow-node svg {
  width: 1.02rem;
  height: 1.02rem;
  overflow: visible;
}
/* Square distribution around hub */
.home .cap-flow-node.n1 { top: 10%; left: 10%; }
.home .cap-flow-node.n2 { top: 10%; right: 10%; }
.home .cap-flow-node.n3 { bottom: 10%; left: 10%; }
.home .cap-flow-node.n4 { bottom: 10%; right: 10%; }
/* Analytics — top wave card + two number-only cards */
.home .cap-stats-stage {
  flex: 1;
  min-height: 10.5rem;
  gap: .4rem;
  padding: .45rem;
  background: #fff;
}
.home .cap-stat-main {
  position: relative;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: .5rem .55rem .2rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  overflow: hidden;
  min-height: 5.1rem;
  display: flex;
  flex-direction: column;
}
.home .cap-stat-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .28rem;
  margin-bottom: .15rem;
}
.home .cap-stat-meta > span {
  font-size: .7rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -.01em;
}
.home .cap-stat-badge {
  font-style: normal;
  font-size: .55rem;
  font-weight: 600;
  color: var(--accent, #f05a28);
  background: var(--accent-soft, #fff1eb);
  border: 1px solid rgba(240, 90, 40, .16);
  border-radius: 999px;
  padding: .12rem .38rem;
  white-space: nowrap;
}
.home .cap-stat-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.85rem;
  display: block;
  margin-top: auto;
  overflow: visible;
}
.home .cap-chart-line {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset .05s linear;
}
.home .cap-chart-area {
  opacity: 0;
  transition: opacity .05s linear;
}
.home .cap-stats-stage.is-drawn .cap-chart-line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.15s cubic-bezier(.22, 1, .36, 1);
}
.home .cap-stats-stage.is-drawn .cap-chart-area {
  opacity: 1;
  transition: opacity .85s ease .2s;
}
.home .cap-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem;
  flex: 1;
  min-height: 0;
}
.home .cap-stat-mini {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: .55rem .55rem .5rem;
  min-height: 3.6rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .35rem;
}
.home .cap-stat-mini span {
  font-size: .62rem;
  color: #111;
  font-weight: 700;
  letter-spacing: -.01em;
}
.home .cap-stat-mini strong {
  display: block;
  font-size: 1.2rem;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: auto;
}
@keyframes capLineTravel {
  0% { stroke-dashoffset: 52; opacity: 0; }
  12% { opacity: .65; }
  88% { opacity: .65; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}
@keyframes capHubGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(240, 90, 40, .18),
      0 0 0 8px rgba(240, 90, 40, .08),
      0 8px 20px rgba(240, 90, 40, .28);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(240, 90, 40, .22),
      0 0 0 11px rgba(240, 90, 40, .12),
      0 8px 24px rgba(240, 90, 40, .34);
  }
}
@keyframes capChartDraw {
  0% { stroke-dashoffset: 220; }
  40%, 100% { stroke-dashoffset: 0; }
}
@keyframes capAreaFade {
  0%, 18% { opacity: 0; }
  42%, 100% { opacity: 1; }
}
@keyframes capAccentDraw {
  0% { stroke-dashoffset: 60; }
  40%, 100% { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .home .cap-art-wave-svg rect,
  .home .cap-flow-pulse,
  .home .cap-flow-hub,
  .home .cap-chart-line,
  .home .cap-chart-accent,
  .home .cap-chart-area,
  .home .cap-mini-line,
  .home .cap-mini-area {
    animation: none !important;
    transition: none !important;
  }
  .home .cap-chart-line,
  .home .cap-chart-accent,
  .home .cap-mini-line {
    stroke-dashoffset: 0 !important;
  }
  .home .cap-chart-area,
  .home .cap-mini-area {
    opacity: 1 !important;
  }
  .home .cap-flow-pulse {
    opacity: .4;
    stroke-dashoffset: 0;
  }
}
.home .cap-icon-row,
.home .cap-footer {
  display: none;
}
.capability {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.45rem 1.05rem 1.2rem;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.62), rgba(255,255,255,.18));
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow:
    0 16px 36px rgba(15, 23, 42, .06),
    inset 0 1px 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.capability .ico {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  color: #111;
  background: rgba(17, 17, 17, .06);
}
.capability .ico svg { width: 1.25rem; height: 1.25rem; }
.ico-mic,
.ico-speak,
.ico-brain,
.ico-flow,
.ico-chart { background: rgba(17, 17, 17, .06); }
.capability h3 {
  margin: 0 0 .45rem;
  font-size: 1.02rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.capability p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.5;
  flex: 1;
}
.cap-tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, .06);
  color: #111;
  font-size: .72rem;
  font-weight: 600;
}
.cap-tag::before {
  content: "";
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--accent);
}
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 .85rem;
}
.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--ink);
}
.hero h1 { font-size: clamp(2.35rem, 4.6vw, 3.55rem); max-width: 11ch; }
.lead {
  margin: 0 0 1.6rem;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 38rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; }

.hero-stage {
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 360px;
}
.hero-stage-top {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
  color: var(--muted);
  font-size: .82rem;
}
.dot {
  width: .55rem; height: .55rem; border-radius: 50%;
  background: #cbd5e1;
}
.hero-stage-body { padding: 1.15rem; display: grid; gap: .85rem; }
.session-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.avatar {
  width: 2.4rem; height: 2.4rem; border-radius: 10px;
  background: linear-gradient(145deg, #0f766e, #0c1b2a);
}
.session-card strong { display: block; font-size: .92rem; }
.session-card span { color: var(--muted); font-size: .84rem; }
.wave {
  display: flex; align-items: end; gap: 3px; height: 1.2rem; margin-top: .45rem;
}
.wave i {
  display: block; width: 3px; border-radius: 2px; background: var(--accent);
  animation: pulse 1.1s ease-in-out infinite;
}
.wave i:nth-child(1){height:40%;animation-delay:0s}
.wave i:nth-child(2){height:75%;animation-delay:.1s}
.wave i:nth-child(3){height:55%;animation-delay:.2s}
.wave i:nth-child(4){height:90%;animation-delay:.15s}
.wave i:nth-child(5){height:45%;animation-delay:.25s}
.wave i:nth-child(6){height:70%;animation-delay:.05s}
@keyframes pulse {
  0%,100% { opacity: .45; transform: scaleY(.7); }
  50% { opacity: 1; transform: scaleY(1); }
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
}
.metric {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem;
  background: var(--mist);
}
.metric b { display: block; font-family: var(--font-display); font-size: 1.15rem; }
.metric small { color: var(--muted); font-size: .75rem; }

/* Sections */
.section { padding-block: var(--section-space); }
.section.alt { background: var(--mist); border-block: 1px solid var(--line); }
.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: var(--section-title, clamp(1.55rem, 2.5vw, 2.05rem));
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin: 0 0 .65rem;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: var(--section-lede, .92rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
}
.feature .ico {
  width: 2.4rem; height: 2.4rem; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: .9rem;
  font-family: var(--font-display);
}
.feature h3 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.feature p { margin: 0; color: var(--muted); font-size: .94rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.split-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

/* How it works — animated voice flow diagram */
.hiw-section {
  background: #ffffff;
  scroll-margin-top: 4.5rem;
}
.home .hiw-section {
  background: #ffffff;
}
.hiw-head {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.hiw-panel {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.hiw-kicker {
  margin: 0 0 .55rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
}
.hiw-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
  color: #111;
}
.hiw-lede {
  margin: .65rem 0 0;
  font-size: .98rem;
  color: #64748b;
  line-height: 1.5;
}
.hiw-session-bar {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.05rem;
}
.hiw-session-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #404040;
}
.hiw-online-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .24rem .65rem;
  border-radius: 999px;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  font-size: .62rem;
  font-weight: 600;
  color: #166534;
}
.hiw-online-pill i {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .45);
  animation: hiw-online-pulse 1.8s ease-out infinite;
}
.hiw-stage {
  position: relative;
  padding: 0 0 .25rem;
}
.hiw-lines {
  position: absolute;
  inset: 3rem 0 auto;
  width: 100%;
  height: 15rem;
  pointer-events: none;
  z-index: 0;
}
.hiw-line {
  fill: none;
  stroke: #f05a28;
  stroke-width: 1.6;
  stroke-dasharray: 0 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .42;
  transition: opacity .45s ease;
}
.hiw-stage.is-live .hiw-line {
  animation: hiw-dash-flow 1.1s linear infinite;
}
.hiw-line-bars rect {
  fill: #f05a28;
  transform-box: fill-box;
  transform-origin: center;
  opacity: .45;
}
.hiw-line-bars {
  opacity: .95;
}
.hiw-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.5rem);
  min-height: 11.5rem;
}
.hiw-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .85rem;
  transition: opacity .4s ease, transform .4s ease;
  opacity: .72;
}
.hiw-node-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .22rem;
}
.hiw-node-title {
  font-size: .88rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -.01em;
}
.hiw-node-copy small {
  font-size: .7rem;
  color: #737373;
  line-height: 1.35;
  max-width: 11rem;
}
.hiw-node-ring {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  place-items: center;
}
.hiw-node-glow {
  position: absolute;
  inset: -.35rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 90, 40, .18) 0%, rgba(240, 90, 40, .06) 55%, transparent 72%);
  pointer-events: none;
  opacity: .55;
  transition: opacity .4s ease, transform .4s ease;
}
.hiw-node-ring::before {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 50%;
  border: 1px solid rgba(240, 90, 40, .14);
  pointer-events: none;
  transition: border-color .4s ease, box-shadow .4s ease;
}
.hiw-node-ring::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(240, 90, 40, .22);
  pointer-events: none;
  transition: border-color .4s ease, box-shadow .4s ease;
}
.hiw-node-icon {
  position: relative;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(240, 90, 40, .1);
  color: #111;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.hiw-node-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}
.hiw-agent-wrap {
  position: relative;
  width: 100%;
  max-width: 19rem;
  margin-inline: auto;
}
.hiw-agent-glow {
  position: absolute;
  inset: 8% 4%;
  border-radius: 28px;
  background: radial-gradient(ellipse at center, rgba(240, 90, 40, .2) 0%, rgba(240, 90, 40, .08) 45%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
  opacity: .7;
  transition: opacity .45s ease, transform .45s ease;
}
.hiw-agent {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(240, 90, 40, .12);
  border-radius: 22px;
  padding: 1.35rem 1.15rem 1rem;
  text-align: center;
  box-shadow:
    0 24px 56px rgba(15, 23, 42, .08),
    0 0 0 1px rgba(255, 255, 255, .95),
    0 0 90px rgba(240, 90, 40, .16);
  transition: border-color .4s ease, box-shadow .4s ease;
}
.hiw-agent-dot {
  position: absolute;
  top: .85rem;
  right: .85rem;
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .22);
  animation: hiw-online-pulse 1.8s ease-out infinite;
}
.hiw-mic-ring {
  width: 3.5rem;
  height: 3.5rem;
  margin: .1rem auto .6rem;
  display: grid;
  place-items: center;
}
.hiw-mic-icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(240, 90, 40, .2);
  color: #111;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 4px rgba(240, 90, 40, .06);
  transition: box-shadow .4s ease, border-color .4s ease, transform .4s ease;
}
.hiw-mic-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.hiw-agent-title {
  display: block;
  font-size: .98rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -.02em;
}
.hiw-agent-status {
  display: block;
  margin-top: .22rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--accent);
  min-height: 1.2em;
  transition: opacity .25s ease;
}
.hiw-agent-status.is-swap {
  opacity: 0;
}
.hiw-agent-wave {
  display: block;
  width: 100%;
  max-width: 13rem;
  height: 1.75rem;
  margin: .65rem auto .5rem;
}
.hiw-agent-wave rect {
  fill: #f05a28;
  transform-box: fill-box;
  transform-origin: center bottom;
}
.hiw-stage.is-live .hiw-agent-wave rect {
  animation: hiw-bar-bounce 1.05s ease-in-out infinite;
}
.hiw-stage.is-live .hiw-agent-wave rect:nth-child(2n) { animation-delay: -.12s; }
.hiw-stage.is-live .hiw-agent-wave rect:nth-child(3n) { animation-delay: -.28s; }
.hiw-stage.is-live .hiw-agent-wave rect:nth-child(4n) { animation-delay: -.44s; }
.hiw-stage.is-live .hiw-agent-wave rect:nth-child(5n) { animation-delay: -.6s; }
.hiw-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .28rem;
  font-size: .64rem;
  color: #737373;
}
.hiw-step-pill {
  padding: .12rem .3rem;
  border-radius: 4px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}
.hiw-step-pill.is-active {
  color: var(--accent);
  background: rgba(240, 90, 40, .1);
  transform: translateY(-1px);
}
.hiw-step-sep {
  color: #a3a3a3;
  font-size: .58rem;
}
.hiw-loop-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  margin-top: .25rem;
  padding-top: 2rem;
  text-align: center;
  opacity: .72;
  transition: opacity .4s ease, transform .4s ease;
}
.hiw-loop-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
}
.hiw-loop-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(240, 90, 40, .15);
  color: var(--accent);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.hiw-loop-icon svg {
  width: 1rem;
  height: 1rem;
}

/* Phase highlights */
.hiw-stage[data-hiw-phase="listening"] .hiw-side-in,
.hiw-stage[data-hiw-phase="understanding"] .hiw-agent-wrap,
.hiw-stage[data-hiw-phase="responding"] .hiw-side-out,
.hiw-stage[data-hiw-phase="loop"] .hiw-loop-center {
  opacity: 1;
  transform: translateY(0);
}
.hiw-stage[data-hiw-phase="listening"] .hiw-line-in,
.hiw-stage[data-hiw-phase="responding"] .hiw-line-out,
.hiw-stage[data-hiw-phase="loop"] .hiw-loop-leg {
  opacity: .9;
}
.hiw-stage[data-hiw-phase="listening"] .hiw-line-bars-in rect,
.hiw-stage[data-hiw-phase="responding"] .hiw-line-bars-out rect {
  opacity: 1;
  animation: hiw-bar-bounce .9s ease-in-out infinite;
}
.hiw-stage[data-hiw-phase="listening"] .hiw-line-bars-in rect:nth-child(2n),
.hiw-stage[data-hiw-phase="responding"] .hiw-line-bars-out rect:nth-child(2n) { animation-delay: -.15s; }
.hiw-stage[data-hiw-phase="listening"] .hiw-line-bars-in rect:nth-child(3n),
.hiw-stage[data-hiw-phase="responding"] .hiw-line-bars-out rect:nth-child(3n) { animation-delay: -.35s; }
.hiw-stage[data-hiw-phase="listening"] .hiw-side-in .hiw-node-glow,
.hiw-stage[data-hiw-phase="responding"] .hiw-side-out .hiw-node-glow {
  opacity: 1;
  transform: scale(1.08);
  animation: hiw-glow-breathe 1.6s ease-in-out infinite;
}
.hiw-stage[data-hiw-phase="listening"] .hiw-side-in .hiw-node-icon,
.hiw-stage[data-hiw-phase="responding"] .hiw-side-out .hiw-node-icon {
  transform: scale(1.05);
  border-color: rgba(240, 90, 40, .28);
  box-shadow: 0 12px 32px rgba(240, 90, 40, .18);
}
.hiw-stage[data-hiw-phase="listening"] .hiw-side-in .hiw-node-ring::before,
.hiw-stage[data-hiw-phase="responding"] .hiw-side-out .hiw-node-ring::before {
  border-color: rgba(240, 90, 40, .28);
  box-shadow: 0 0 0 4px rgba(240, 90, 40, .05);
}
.hiw-stage[data-hiw-phase="understanding"] .hiw-agent-glow {
  opacity: 1;
  transform: scale(1.04);
  animation: hiw-glow-breathe 1.5s ease-in-out infinite;
}
.hiw-stage[data-hiw-phase="understanding"] .hiw-agent {
  border-color: rgba(240, 90, 40, .28);
  box-shadow:
    0 24px 56px rgba(15, 23, 42, .1),
    0 0 0 1px rgba(255, 255, 255, .95),
    0 0 110px rgba(240, 90, 40, .28);
}
.hiw-stage[data-hiw-phase="understanding"] .hiw-mic-icon,
.hiw-stage[data-hiw-phase="listening"] .hiw-mic-icon {
  border-color: rgba(240, 90, 40, .4);
  box-shadow: 0 0 0 6px rgba(240, 90, 40, .1);
  animation: hiw-mic-pulse 1.5s ease-in-out infinite;
}
.hiw-stage[data-hiw-phase="loop"] .hiw-loop-icon {
  border-color: rgba(240, 90, 40, .35);
  box-shadow: 0 6px 18px rgba(240, 90, 40, .18);
  animation: hiw-loop-spin 1.2s ease-in-out;
}
.hiw-stage[data-hiw-phase="loop"] .hiw-loop-center {
  opacity: 1;
}

@keyframes hiw-online-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@keyframes hiw-dash-flow {
  to { stroke-dashoffset: -28; }
}
@keyframes hiw-bar-bounce {
  0%, 100% { transform: scaleY(.55); opacity: .55; }
  50% { transform: scaleY(1.15); opacity: 1; }
}
@keyframes hiw-glow-breathe {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes hiw-mic-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(240, 90, 40, .08); }
  50% { box-shadow: 0 0 0 10px rgba(240, 90, 40, .14); }
}
@keyframes hiw-loop-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hiw-online-pill i,
  .hiw-agent-dot,
  .hiw-stage.is-live .hiw-line,
  .hiw-stage.is-live .hiw-agent-wave rect,
  .hiw-stage[data-hiw-phase="listening"] .hiw-line-bars-in rect,
  .hiw-stage[data-hiw-phase="responding"] .hiw-line-bars-out rect,
  .hiw-stage[data-hiw-phase="listening"] .hiw-side-in .hiw-node-glow,
  .hiw-stage[data-hiw-phase="responding"] .hiw-side-out .hiw-node-glow,
  .hiw-stage[data-hiw-phase="understanding"] .hiw-agent-glow,
  .hiw-stage[data-hiw-phase="understanding"] .hiw-mic-icon,
  .hiw-stage[data-hiw-phase="listening"] .hiw-mic-icon,
  .hiw-stage[data-hiw-phase="loop"] .hiw-loop-icon {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .hiw-lines { display: none; }
  .hiw-flow {
    grid-template-columns: 1fr;
    gap: .65rem;
    min-height: 0;
    max-width: 18rem;
    margin-inline: auto;
  }
  .hiw-side::after {
    content: "";
    display: block;
    width: 2px;
    height: 1.75rem;
    margin: .15rem auto 0;
    border-left: 2px dotted #f05a28;
    opacity: .75;
  }
  .hiw-side:last-child::after { display: none; }
  .hiw-loop-center { padding-top: .5rem; }
}
.checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  padding: .55rem 0;
  color: var(--ink-2);
  font-size: .95rem;
}
.checklist li::before {
  content: "";
  width: .9rem; height: .9rem; margin-top: .25rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--accent);
}

.logo-row {
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem;
  color: var(--muted); font-size: .88rem; font-weight: 600;
}
.logo-pill {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: .45rem .9rem;
}

.cta-band {
  margin: 0;
  padding: 3.5rem 0;
  background:
    linear-gradient(135deg, #0c1b2a 0%, #123047 55%, #0f766e 140%);
  color: #fff;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  margin: 0 0 .75rem;
  max-width: 16ch;
}
.cta-band p { margin: 0 0 1.25rem; color: rgba(255,255,255,.78); max-width: 36rem; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }

/* Home CTA panel — reference layout, black accents only */
.cta-panel {
  padding-block: var(--section-space);
  background: #fafafa;
}
.cta-panel-card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
  overflow: hidden;
}
.cta-panel-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  gap: 1.5rem 2rem;
  align-items: center;
  padding: 2.35rem 2.35rem 2.25rem;
}
.cta-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1rem;
  padding: .35rem .7rem .35rem .5rem;
  border-radius: 999px;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
  color: #111;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}
.cta-panel-badge svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.cta-panel-copy h2 {
  margin: 0 0 .75rem;
  font-family: var(--font-display);
  font-size: var(--section-title);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #111;
  max-width: 14ch;
}
.cta-panel-copy h2 span {
  color: var(--accent);
}
.cta-panel-lede {
  margin: 0 0 1.35rem;
  color: #71717a;
  font-size: var(--section-lede);
  line-height: 1.55;
  max-width: 34rem;
}
.cta-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.cta-panel-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.cta-panel-actions .btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.cta-panel-actions .btn-primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}
.cta-panel-actions .btn-secondary {
  background: #fff;
  border: 1.5px solid #d4d4d8;
  color: var(--ink);
}
.cta-panel-actions .btn-secondary:hover {
  background: #fafafa;
  border-color: var(--accent);
  color: var(--accent);
}
.cta-panel-actions .btn-secondary svg {
  width: 1.05rem;
  height: 1.05rem;
}
.cta-panel-visual {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.cta-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed #d4d4d8;
  pointer-events: none;
}
.cta-orbit-outer {
  inset: 4%;
  border-color: #e4e4e7;
  animation: ctaOrbitSpin 48s linear infinite;
}
.cta-orbit-inner {
  inset: 22%;
  animation: ctaOrbitSpin 32s linear infinite reverse;
}
.cta-spin {
  position: absolute;
  inset: 22%;
  z-index: 1;
  animation: ctaDotOrbit 14s linear infinite;
  transform: rotate(var(--start, 0deg));
  pointer-events: none;
}
.cta-spin.s2 { animation-duration: 18s; animation-direction: reverse; }
.cta-spin.s3 { animation-duration: 22s; }
.cta-spin .cta-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: .48rem;
  height: .48rem;
  margin-left: -.24rem;
  margin-top: -.24rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(240, 90, 40, .12);
}
.cta-core {
  position: relative;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e4e4e7;
  color: var(--accent);
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 10px rgba(240, 90, 40, .05),
    0 16px 36px rgba(15, 23, 42, .1);
  animation: ctaCorePulse 3.2s ease-in-out infinite;
}
.cta-wavebars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 2rem;
}
.cta-wavebars i {
  display: block;
  width: 3.5px;
  border-radius: 999px;
  background: var(--accent);
  transform-origin: center center;
  animation: ctaBarPulse 1.15s ease-in-out infinite;
}
.cta-wavebars i:nth-child(1) { height: 28%; animation-delay: 0s; }
.cta-wavebars i:nth-child(2) { height: 48%; animation-delay: .08s; }
.cta-wavebars i:nth-child(3) { height: 72%; animation-delay: .16s; }
.cta-wavebars i:nth-child(4) { height: 100%; animation-delay: .24s; }
.cta-wavebars i:nth-child(5) { height: 68%; animation-delay: .32s; }
.cta-wavebars i:nth-child(6) { height: 44%; animation-delay: .4s; }
.cta-wavebars i:nth-child(7) { height: 30%; animation-delay: .48s; }
.cta-tile {
  position: absolute;
  z-index: 3;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8e8ea;
  color: #111;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .07);
  animation: ctaTileFloat 3.4s ease-in-out infinite;
}
.cta-tile svg {
  width: 1.15rem;
  height: 1.15rem;
}
.cta-tile.t1 { top: 9%; left: 13%; animation-delay: 0s; }
.cta-tile.t2 { top: 11%; right: 11%; animation-delay: .55s; }
.cta-tile.t3 { bottom: 13%; left: 11%; animation-delay: 1.1s; }
.cta-tile.t4 { bottom: 11%; right: 13%; animation-delay: 1.65s; }
@keyframes ctaOrbitSpin {
  to { transform: rotate(360deg); }
}
@keyframes ctaDotOrbit {
  from { transform: rotate(var(--start, 0deg)); }
  to { transform: rotate(calc(var(--start, 0deg) + 360deg)); }
}
@keyframes ctaCorePulse {
  0%, 100% {
    box-shadow:
      0 0 0 10px rgba(17, 17, 17, .03),
      0 16px 36px rgba(15, 23, 42, .1);
  }
  50% {
    box-shadow:
      0 0 0 14px rgba(17, 17, 17, .05),
      0 18px 40px rgba(15, 23, 42, .14);
  }
}
@keyframes ctaBarPulse {
  0%, 100% { transform: scaleY(.55); opacity: .55; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes ctaTileFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Inner pages */
.page-hero {
  padding: 3.25rem 0 2.25rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(15,118,110,.1), transparent 60%),
    var(--mist);
}
.home .page-hero {
  padding-block: var(--section-space);
  border-bottom-color: #ececec;
  background:
    radial-gradient(720px 320px at 88% 0%, rgba(240, 90, 40, .09), transparent 62%),
    linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}
.page-hero h1 { font-size: clamp(2rem, 3.5vw, 2.8rem); max-width: 16ch; }
.home .page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  max-width: 18ch;
}
.home .page-hero .lead {
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 42rem;
}
.home .card:hover {
  border-color: rgba(240, 90, 40, .28);
  box-shadow: 0 12px 32px rgba(240, 90, 40, .08);
}
.home .card h3 {
  font-weight: 700;
  color: var(--ink);
}
.home .prose h2 {
  font-weight: 700;
  color: var(--ink);
}

/* Features page — standalone layout (no hero parallax) */
.features-page .capabilities {
  min-height: auto;
  padding-block: var(--section-space);
}
.features-page .cap-robot-col {
  min-height: clamp(22rem, 42vw, 32rem);
}
.features-page .cap-robot-static {
  width: 88%;
  max-width: 22rem;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(15, 23, 42, .12));
}
.features-page .page-hero h1 .grad {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}
.breadcrumbs {
  display: flex; gap: .45rem; flex-wrap: wrap;
  font-size: .84rem; color: var(--muted); margin-bottom: .85rem;
}
.breadcrumbs a:hover { color: var(--ink); }

.prose {
  max-width: 46rem;
}
.prose h2 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  margin: 2rem 0 .75rem;
  font-size: 1.35rem;
}
.prose h3 { margin: 1.5rem 0 .5rem; font-size: 1.05rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { list-style: disc; padding-left: 1.2rem; margin: .5rem 0 1rem; }
.prose li { margin: .35rem 0; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  transition: border-color .18s, box-shadow .18s;
}
.card:hover { border-color: #cbd5e1; box-shadow: var(--shadow); }
.card .meta { color: var(--muted); font-size: .8rem; }
.card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
.card p { margin: 0; color: var(--muted); font-size: .92rem; flex: 1; }
.card .more { color: var(--accent); font-weight: 600; font-size: .9rem; }

/* Home blog section — reference layout, black accents, fixed type hierarchy
   1) h2 ~2.35rem  2) card h3 ~1.2rem  3) lede ~1rem  4) more ~0.95rem
   5) all btn ~0.9rem  6) meta ~0.72rem  7) kicker ~0.7rem */
.blog-section {
  background: #fff;
}
.home .blog-section {
  background: #fafafa;
}
.blog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}
.blog-head-copy {
  max-width: 42rem;
  flex: 1;
  min-width: 0;
}
.blog-kicker {
  margin: 0 0 .85rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
}
.blog-badge {
  display: none;
}
.blog-head h2 {
  margin: 0 0 .65rem;
  font-family: var(--font-display);
  font-size: var(--section-title);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #111;
  max-width: 18ch;
}
.blog-head h2 .blog-accent {
  color: var(--accent);
  font-weight: 700;
}
.blog-lede,
.blog-head-copy > p {
  margin: 0;
  color: #71717a;
  font-size: var(--section-lede);
  font-weight: 400;
  line-height: 1.55;
  max-width: 36rem;
}
.blog-all {
  flex-shrink: 0;
  margin-top: 1.85rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .65rem 1.1rem;
  border-radius: 999px;
  border: 1.5px solid var(--accent);
  background: #fff;
  color: var(--accent);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background .18s, color .18s, border-color .18s;
}
.blog-all:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: none;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(24, 24, 27, .06);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, .04),
    0 14px 32px rgba(15, 23, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 2px 4px rgba(15, 23, 42, .04),
    0 22px 44px rgba(15, 23, 42, .1);
  border-color: rgba(24, 24, 27, .08);
}
.blog-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f4f5;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.15rem 1.2rem 1.25rem;
  flex: 1;
}
.blog-card-meta {
  display: block;
  margin: 0 0 .65rem;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  line-height: 1.3;
}
.blog-card-meta b {
  color: inherit;
  font-weight: inherit;
}
.blog-card h3 {
  margin: 0 0 .55rem;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.4vw, 1.22rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.28;
  color: #111;
}
.blog-card p {
  margin: 0 0 1.15rem;
  color: #71717a;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
.blog-card-foot {
  display: none;
}
.blog-card-more {
  margin-top: auto;
  color: #111;
  font-weight: 650;
  font-size: .95rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.blog-card:hover .blog-card-more {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.price {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 1.5rem;
}
.price.featured {
  border-color: var(--ink);
  box-shadow: var(--shadow);
}
.price h3 { margin: 0 0 .35rem; font-family: var(--font-display); }
.price .amt {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin: .75rem 0;
}
.price .amt span { font-size: .95rem; color: var(--muted); font-weight: 500; }
.price ul { margin: 1rem 0 1.25rem; }
.price li {
  padding: .35rem 0;
  color: var(--ink-2);
  font-size: .92rem;
  border-top: 1px solid var(--line);
}

.form {
  display: grid;
  gap: .9rem;
  max-width: 34rem;
}
.form label { display: grid; gap: .35rem; font-weight: 600; font-size: .9rem; }
.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 2.6rem;
  padding: .65rem .8rem;
  font: inherit;
  background: #fff;
}
.form textarea { min-height: 8rem; resize: vertical; }
.form-note { color: var(--muted); font-size: .85rem; }

/* Footer */
.site-footer {
  background: #0c1b2a;
  color: rgba(255,255,255,.82);
  padding-block: var(--section-space) 1.75rem;
  margin-top: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 1.5rem 1.25rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 650;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .65rem;
}
.footer-brand-desc {
  color: rgba(255,255,255,.62);
  font-size: .9rem;
  max-width: 22rem;
  margin: 0;
}
.footer-col h4 {
  margin: 0 0 .85rem;
  color: #fff;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.footer-col a {
  display: block;
  padding: .28rem 0;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  color: rgba(255,255,255,.5);
  font-size: .84rem;
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1),
    transform .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal-left {
  transform: translate3d(-28px, 0, 0);
}
.reveal-right {
  transform: translate3d(28px, 0, 0);
}
.reveal-fade {
  transform: none;
}
.reveal-scale {
  transform: translate3d(0, 12px, 0) scale(.97);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-height: 820px) and (min-width: 961px) {
  .home .capabilities {
    min-height: calc(100svh - 4rem);
    min-height: calc(100vh - 4rem);
  }
  .home .cap-robot-col {
    height: auto;
    min-height: 0;
  }
  .home .capabilities .section-head {
    margin-bottom: .5rem;
  }
  .home .cap-stars {
    margin-top: .35rem;
  }
  .home .capability {
    min-height: 0;
    padding: .75rem .75rem .65rem;
  }
  .home .cap-icon-row {
    margin-bottom: .95rem;
  }
  .home .capability p {
    margin-bottom: 1rem;
    font-size: .86rem;
  }
}

@media (max-width: 1180px) and (min-width: 961px) {
  .home .capabilities .cap-shell {
    grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
    gap: clamp(1.75rem, 3.5vw, 2.75rem);
  }
  .home .hero-robot.is-landed {
    height: 86% !important;
    max-width: 86%;
    max-height: 86%;
  }
}

@media (max-width: 1100px) {
  .home .capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid .blog-card:last-child { grid-column: 1 / -1; max-width: 28rem; }
}

@media (max-width: 768px) {
  .home .capability-grid { grid-template-columns: 1fr; }
  .home .capability {
    min-height: 0;
    max-width: 24rem;
    margin-inline: auto;
  }
}

@media (max-width: 960px) {
  :root,
  .home {
    --page-gutter: 1.25rem;
    --section-space: clamp(2.5rem, 6vw, 3.5rem);
  }
  .hero-grid, .split, .feature-grid, .card-grid, .blog-grid, .price-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .home .capability-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 26rem;
    margin-inline: auto;
  }
  .home .capability {
    min-height: 0;
    max-width: none;
    margin-inline: 0;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-actions { display: none; }
  .site-nav.open .nav-links,
  .site-nav.open .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav.open .wrap {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  .nav-toggle { display: inline-grid; place-items: center; }
  .hero h1 { max-width: none; }
  .home .hero h1 { max-width: none; }
  .home .hero-cta {
    flex-wrap: wrap;
  }
  .metric-row { grid-template-columns: 1fr; }
  .hiw-section { scroll-margin-top: 4rem; }
  .blog-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-head h2 {
    max-width: none;
  }
  .blog-all {
    align-self: flex-start;
    margin-top: 0;
  }
  .chat-left { left: 4%; top: 8%; }
  .chat-right { right: 4%; top: 22%; }
  .hero-visual { min-height: 400px; }
  .home .hero-visual { min-height: 380px; }
  .home .cap-shell {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .home .cap-robot-col {
    display: none;
  }
  .home .capabilities .section-head {
    text-align: center;
  }
  .home .capabilities .section-head h2 {
    margin-inline: auto;
  }
  .home .capabilities .section-head p {
    margin-inline: auto;
  }
  .home .capabilities .cap-stars {
    justify-content: center;
  }
  .home .chat-left-cluster { left: 2%; top: 8%; }
  .home .chat-right-cluster { right: 2%; top: 12%; }
  .home .voice-card { left: 50%; bottom: 2%; transform: translateX(-50%); }
  .home .hero-trust {
    grid-template-columns: 1fr;
    gap: .35rem;
  }
  .home .hero-trust li {
    justify-content: flex-start;
  }
  .home .hero-trust li + li { border-left: 0; border-top: 1px solid #e4e7ec; }
  .cta-panel-top {
    grid-template-columns: 1fr;
    padding: 1.85rem 1.6rem 1.6rem;
  }
  .cta-panel-visual {
    width: min(100%, 280px);
  }
}

@media (max-width: 560px) {
  :root,
  .home {
    --page-gutter: 1rem;
    --section-space: 2.75rem;
  }
  .brand-copy small {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .cta-band .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-band .btn {
    width: 100%;
    justify-content: center;
  }
  .cta-panel-top {
    grid-template-columns: 1fr;
    padding: 1.6rem 1.35rem 1.4rem;
  }
  .cta-panel-copy h2 {
    max-width: none;
  }
  .cta-panel-visual {
    width: min(100%, 260px);
    order: -1;
  }
  .cta-panel-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-panel-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .cta-panel-visual {
    display: none;
  }
  .home .hero-visual {
    min-height: 320px;
  }
  .home .chat-left-cluster,
  .home .chat-right-cluster {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .blog-wave i,
  .blog-bars i,
  .cap-art-wave-svg rect,
  .cta-orbit-outer,
  .cta-orbit-inner,
  .cta-spin,
  .cta-core,
  .cta-wavebars i,
  .cta-tile {
    animation: none !important;
  }
  .home .hero-robot.is-flying {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: min(100%, 360px) !important;
  }
  .home .hero-visual.is-robot-leaving > :not(.hero-robot):not(.hero-robot-spacer) {
    opacity: 1;
    transform: none;
  }
}

/* ========== Inner pages (About / Features / Contact) ========== */
.section-kicker {
  margin: 0 0 .55rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
}

.inner-hero {
  padding-block: clamp(2.5rem, 5vw, 3.75rem);
  background:
    radial-gradient(720px 320px at 88% 12%, rgba(240, 90, 40, .08), transparent 62%),
    linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  border-bottom: 1px solid #ececec;
}
.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, .9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.inner-hero-copy .breadcrumbs { margin-bottom: 1rem; }
.inner-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  max-width: 14ch;
}
.inner-hero .lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 36rem;
}
.inner-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.orbit-visual {
  position: relative;
  width: min(100%, 22rem);
  aspect-ratio: 1;
  margin-inline: auto;
}
.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(240, 90, 40, .22);
  transform: translate(-50%, -50%);
}
.orbit-ring.r1 { width: 48%; aspect-ratio: 1; border-style: solid; border-color: rgba(240, 90, 40, .18); }
.orbit-ring.r2 { width: 72%; aspect-ratio: 1; }
.orbit-ring.r3 { width: 96%; aspect-ratio: 1; border-color: rgba(240, 90, 40, .14); }
.orbit-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 1.15rem;
  background: var(--accent);
  box-shadow: 0 16px 36px rgba(240, 90, 40, .32);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .22rem;
  z-index: 2;
}
.orbit-hub i {
  display: block;
  width: .28rem;
  border-radius: 99px;
  background: #fff;
}
.orbit-hub i:nth-child(1) { height: .7rem; opacity: .55; }
.orbit-hub i:nth-child(2) { height: 1.1rem; opacity: .75; }
.orbit-hub i:nth-child(3) { height: 1.55rem; }
.orbit-hub i:nth-child(4) { height: 1.1rem; opacity: .75; }
.orbit-hub i:nth-child(5) { height: .7rem; opacity: .55; }
.orbit-hub.headphones-hub {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(240, 90, 40, .14), rgba(240, 90, 40, .04) 42%, transparent 70%);
  border: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}
.orbit-hub.headphones-hub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(15, 23, 42, .12));
}
.orbit-hub.headphones-hub svg { width: 3.4rem; height: 3.4rem; }
.orbit-node {
  position: absolute;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--accent);
  border: 1px solid rgba(240, 90, 40, .14);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.orbit-node svg { width: 1.05rem; height: 1.05rem; }
.orbit-node.n1 { top: 8%; left: 42%; }
.orbit-node.n2 { top: 28%; right: 4%; }
.orbit-node.n3 { bottom: 18%; right: 10%; }
.orbit-node.n4 { bottom: 8%; left: 38%; }
.orbit-node.n5 { bottom: 30%; left: 4%; }
.orbit-node.n6 { top: 30%; left: 6%; }
.orbit-dot {
  position: absolute;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background: rgba(240, 90, 40, .45);
}
.orbit-dot.d1 { top: 18%; right: 22%; }
.orbit-dot.d2 { bottom: 24%; left: 18%; }
.orbit-dot.d3 { top: 48%; right: 8%; }

/* About pillars */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.pillar-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
  transition: border-color .18s, box-shadow .18s;
}
.pillar-card:hover {
  border-color: rgba(240, 90, 40, .28);
  box-shadow: 0 14px 34px rgba(240, 90, 40, .08);
}
.pillar-ico {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 1rem;
}
.pillar-ico svg { width: 1.2rem; height: 1.2rem; }
.pillar-num {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(15, 23, 42, .08);
}
.pillar-card h3 {
  margin: 0 0 .45rem;
  font-size: 1.12rem;
  font-weight: 700;
}
.pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

/* Beliefs */
.about-beliefs { background: #fafafa; }
.beliefs-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}
.belief-diagram {
  position: relative;
  min-height: 18rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 50%, rgba(240, 90, 40, .08), transparent 55%),
    #fff7f2;
  border: 1px solid rgba(240, 90, 40, .1);
  padding: 1.5rem;
}
.belief-hub {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(240, 90, 40, .3);
}
.belief-hub svg { width: 1.55rem; height: 1.55rem; }
.belief-lines {
  position: absolute;
  inset: 1.25rem 1.25rem 1.25rem 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .7rem;
}
.belief-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 999px;
  padding: .55rem .9rem .55rem .55rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
.belief-pill i {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
}
.belief-pill i svg { width: .85rem; height: .85rem; }
.belief-copy h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.belief-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.belief-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid #ececec;
  color: var(--ink-2);
  font-size: .98rem;
  line-height: 1.55;
}
.belief-list li:last-child { border-bottom: 1px solid #ececec; }
.belief-list .check {
  flex: none;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .72rem;
  font-weight: 700;
  margin-top: .1rem;
}

/* Company */
.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.company-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.company-copy p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 1rem;
}
.company-copy .btn { margin-top: .5rem; }
.company-visual {
  border-radius: 20px;
  overflow: hidden;
  min-height: 16rem;
  border: 1px solid #ececec;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  background: #eef2f6;
}
.company-photo {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Contact */
.hero-promises {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.hero-promises li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}
.promise-ico {
  flex: none;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
}
.promise-ico svg { width: 1.05rem; height: 1.05rem; }
.hero-promises strong {
  display: block;
  font-size: .95rem;
  color: var(--ink);
}
.hero-promises small {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  margin-top: .12rem;
}

.contact-main { background: #fafafa; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 1.25rem;
  align-items: start;
}
.contact-card {
  max-width: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.35rem;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}
.contact-card h2 {
  margin: 0 0 1.15rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.field-wrap {
  position: relative;
  display: block;
}
.field-wrap > svg {
  position: absolute;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  pointer-events: none;
}
.field-wrap input,
.field-wrap select {
  padding-left: 2.45rem;
}
.contact-card .btn-block {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.85rem;
}
.contact-card .btn-block svg { width: 1.05rem; height: 1.05rem; }
.contact-card .form-note {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: .35rem 0 0;
}
.contact-card .form-note svg {
  width: .95rem;
  height: .95rem;
  flex: none;
  color: #94a3b8;
}
.contact-card .form-note a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-aside {
  display: grid;
  gap: 1rem;
}
.aside-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 1.2rem 1.15rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}
.aside-card h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 750;
}
.aside-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: .75rem 0;
  border-top: 1px solid #f1f5f9;
}
.aside-row:first-of-type { border-top: 0; padding-top: 0; }
.aside-ico {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
}
.aside-ico svg { width: 1rem; height: 1rem; }
.aside-row strong {
  display: block;
  font-size: .92rem;
  color: var(--ink);
}
.aside-row small {
  display: block;
  margin-top: .12rem;
  color: var(--accent);
  font-size: .82rem;
}
.aside-chev {
  color: #94a3b8;
  font-size: 1.25rem;
  line-height: 1;
}
.aside-row:hover .aside-chev { color: var(--accent); }

.next-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.next-steps li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}
.step-num {
  flex: none;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 90, 40, .45);
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: .8rem;
  font-weight: 700;
}
.next-steps strong {
  display: block;
  font-size: .92rem;
  color: var(--ink);
}
.next-steps small {
  display: block;
  margin-top: .15rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  gap: .55rem;
  margin-top: 1rem;
}
.footer-social a {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.75);
  transition: color .15s, border-color .15s, background .15s;
}
.footer-social a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.06);
}
.footer-social svg { width: 1rem; height: 1rem; }
.footer-col a.is-active { color: var(--accent); }

.features-page .capabilities .section-kicker {
  margin-bottom: .75rem;
}

/* Legal / resources prose pages */
.legal-page .inner-hero-grid,
.legal-page .inner-hero > .container {
  display: block;
}
.legal-page .inner-hero h1 {
  max-width: 20ch;
}
.legal-page .prose {
  max-width: 46rem;
}
.legal-page .prose a {
  color: var(--accent);
}
.legal-page .card .more {
  color: var(--accent);
}
.home .price.featured {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(240, 90, 40, .12);
}
.home .price .amt {
  color: var(--ink);
}
.home .btn-secondary {
  border: 1px solid #d4d4d8;
  background: #fff;
  color: var(--ink);
}
.home .btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.price-note {
  margin: 1.5rem 0 0;
  color: var(--muted);
  max-width: 40rem;
  font-size: .92rem;
  line-height: 1.55;
}

.contact-hero-art {
  position: relative;
  width: min(100%, 26rem);
  margin-inline: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.contact-hero-art::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 90, 40, .12), transparent 68%);
  pointer-events: none;
}
.contact-hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 24rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(15, 23, 42, .08));
}

@media (max-width: 960px) {
  .inner-hero-grid,
  .beliefs-grid,
  .company-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .pillar-grid {
    grid-template-columns: 1fr;
  }
  .orbit-visual {
    width: min(100%, 18rem);
    margin-top: .5rem;
  }
  .contact-hero-art {
    width: min(100%, 18rem);
    margin-top: .25rem;
  }
  .inner-hero h1 { max-width: 18ch; }
  .belief-diagram { min-height: 16rem; }
}

@media (max-width: 640px) {
  .inner-hero-cta .btn-lg { width: 100%; justify-content: center; }
  .hero-promises { gap: .7rem; }
}


/* AI4Calling logo lockup */
.brand-logo {
  height: 36px;
  width: auto;
  display: block;
}
.home .brand-logo {
  height: 38px;
}
