:root {
  --navy-950: #041344;
  --navy-900: #071a55;
  --navy-800: #0b2b76;
  --blue: #075cf6;
  --cyan: #00b9e8;
  --violet: #a83deb;
  --mint: #21cda4;
  --coral: #ff735d;
  --ink: #0a174b;
  --muted: #53618d;
  --line: #dce5f7;
  --soft: #f5f8ff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(18, 44, 110, .12);
  --shadow-soft: 0 14px 40px rgba(25, 50, 115, .08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --section: min(1160px, calc(100vw - 48px));
  color-scheme: light;
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fff; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { color: #fff; background: var(--blue); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4.2rem); }
h3 { margin-bottom: 9px; }
p { color: var(--muted); }
.section-shell { width: var(--section); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--navy-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(0, 185, 232, .58); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; transition: .3s ease; }
.nav-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--section); height: 100%; margin: auto; }
.site-header.is-scrolled { height: 74px; background: rgba(255,255,255,.88); box-shadow: 0 1px 0 rgba(8,28,79,.08); backdrop-filter: blur(18px); }
.brand { justify-self: start; width: 154px; height: 55px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; color: #173075; font-size: .93rem; font-weight: 650; }
.desktop-nav a { position: relative; padding: 12px 2px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--violet)); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-cta { justify-self: end; }
.menu-button, .mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 13px; font-weight: 720; line-height: 1; cursor: pointer; transition: transform .22s, box-shadow .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .48; cursor: not-allowed; transform: none; box-shadow: none; }
.button--small { min-height: 43px; padding-inline: 20px; border-radius: 11px; font-size: .88rem; }
.button--gradient { color: #fff; background: linear-gradient(105deg, #075bf5 0%, #2864f5 48%, #ad3fe7 100%); box-shadow: 0 12px 28px rgba(60, 79, 231, .24); }
.button--gradient:hover { box-shadow: 0 16px 36px rgba(60, 79, 231, .34); }
.button--outline { color: var(--navy-900); background: rgba(255,255,255,.7); border-color: #c9d7f4; }
.button--outline:hover { border-color: #7694dd; box-shadow: var(--shadow-soft); }
.button--danger { color: #8c2947; background: #fff9fb; border-color: #edc3d0; }
.button--danger:hover { border-color: #cf708d; box-shadow: 0 10px 25px rgba(140,41,71,.1); }
.button--danger .icon { transform: rotate(135deg); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button .icon { width: 18px; height: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 0; color: var(--blue); background: none; border: 0; font-weight: 730; cursor: pointer; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.kicker { display: block; margin-bottom: 14px; color: #3157b4; font-size: .78rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-bottom: 22px; padding: 9px 14px; color: #284a9f; background: linear-gradient(90deg, #eef5ff, #f5f1ff); border: 1px solid #e0e8fa; border-radius: 99px; font-size: .8rem; font-weight: 650; }

.hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 42px; min-height: 720px; padding-top: 126px; padding-bottom: 62px; }
.hero__signal { position: absolute; pointer-events: none; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 70px -11vw -80px; background: radial-gradient(circle at 53% 25%, rgba(91,227,255,.12), transparent 28%), radial-gradient(circle at 75% 40%, rgba(131,74,238,.1), transparent 31%); }
.hero__copy { position: relative; z-index: 3; }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.65rem, 6.2vw, 6.35rem); letter-spacing: -.066em; }
.hero h1 span, .agent-hero h1 span { color: transparent; background: linear-gradient(100deg, #087afa 0%, #167ef5 28%, #8d46ed 74%, #bd3ee4); -webkit-background-clip: text; background-clip: text; }
.hero__copy > p { max-width: 650px; margin-bottom: 29px; font-size: 1.12rem; line-height: 1.7; }
.hero__trust { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.hero__trust p { margin: 0; font-size: .82rem; line-height: 1.45; }
.hero__trust strong { color: var(--navy-900); }
.avatar-stack { display: flex; }
.avatar-stack img { width: 40px; height: 40px; margin-left: -9px; object-fit: cover; border: 3px solid #fff; border-radius: 50%; }
.avatar-stack img:first-child { margin-left: 0; }
.hero__visual { position: relative; width: 100%; height: 540px; min-height: 0; contain: layout; isolation: isolate; }
.hero__visual::after { content: ''; position: absolute; z-index: -2; inset: 18% 1% 2%; background: radial-gradient(circle, rgba(0,185,232,.24), rgba(92,91,232,.1) 45%, transparent 72%); filter: blur(10px); }
.hero-portrait-card { position: absolute; z-index: 3; right: 6%; bottom: 42px; width: 370px; height: 480px; overflow: hidden; background: linear-gradient(180deg, #f8fcff, #e9efff); border: 1px solid #dbe7fb; border-radius: 190px 190px 28px 28px; box-shadow: 0 28px 80px rgba(22,66,147,.2); }
.hero-portrait-link { display: block; width: 100%; height: 100%; }
.hero-portrait-link img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-portrait-link, .live-pill, .hero-portrait-card__caption { transition: opacity .22s ease, transform .22s ease; }
.hero-portrait-card.is-changing .hero-portrait-link, .hero-portrait-card.is-changing .live-pill, .hero-portrait-card.is-changing .hero-portrait-card__caption { opacity: 0; transform: translateX(12px); }
.hero-portrait-card__caption { position: absolute; right: 14px; bottom: 14px; left: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 12px; background: rgba(255,255,255,.87); border: 1px solid rgba(255,255,255,.9); border-radius: 17px; box-shadow: 0 9px 26px rgba(18,45,110,.15); backdrop-filter: blur(14px); }
.hero-portrait-card__caption strong, .hero-portrait-card__caption small { display: block; line-height: 1.25; }
.hero-portrait-card__caption small { color: var(--muted); font-size: .72rem; }
.agent-mark { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; background: linear-gradient(135deg, var(--agent-accent, var(--cyan)), var(--blue)); border-radius: 12px; }
.live-pill { position: absolute; z-index: 4; top: 26px; left: 77px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: #164c83; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.92); border-radius: 99px; font-size: .73rem; font-weight: 700; backdrop-filter: blur(10px); }
.live-pill span { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(33,205,164,.14); }
.live-pill b { font: inherit; }
.live-pill.is-early { color: #7140bd; }
.live-pill.is-early span { background: var(--violet); box-shadow: 0 0 0 5px rgba(168,61,235,.13); }
.audio-bars { display: flex; align-items: center; gap: 2px; height: 25px; color: var(--blue); }
.audio-bars i { width: 2px; height: 8px; background: currentColor; border-radius: 2px; animation: audio 1s ease-in-out infinite alternate; }
.audio-bars i:nth-child(2), .audio-bars i:nth-child(4) { height: 18px; animation-delay: -.35s; }
.audio-bars i:nth-child(3) { height: 23px; animation-delay: -.7s; }
.orbit { position: absolute; border: 1px solid rgba(77,98,229,.18); border-radius: 50%; animation: orbit 18s linear infinite; }
.orbit::before, .orbit::after { content: ''; position: absolute; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 7px rgba(0,185,232,.12); }
.orbit--one { inset: 10% 0 5% 6%; }
.orbit--one::before { top: 18%; left: 0; }
.orbit--two { inset: 21% 9% 15% -2%; animation-direction: reverse; animation-duration: 14s; }
.orbit--two::after { right: 8%; bottom: 7%; background: var(--violet); box-shadow: 0 0 0 7px rgba(168,61,235,.12); }
.route-node { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: #27438a; background: rgba(255,255,255,.86); border: 1px solid #dce6f8; border-radius: 12px; box-shadow: var(--shadow-soft); font-size: .7rem; font-weight: 700; backdrop-filter: blur(10px); }
.route-node .icon { color: var(--blue); font-size: 1.25rem; }
.route-node--phone { top: 18%; left: 1%; animation: float 5s ease-in-out infinite; }
.route-node--action { top: 46%; right: 0; animation: float 6s -.6s ease-in-out infinite; }
.route-node--handoff { bottom: 13%; left: 2%; animation: float 5.6s -1s ease-in-out infinite; }
.hero-carousel-controls { position: absolute; z-index: 7; right: 6%; bottom: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; width: 370px; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; background: #b8c6e3; border: 0; border-radius: 99px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button[aria-current="true"] { width: 24px; background: var(--blue); }
.carousel-arrow { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #36508e; background: rgba(255,255,255,.88); border: 1px solid #d7e2f5; border-radius: 50%; cursor: pointer; box-shadow: 0 5px 14px rgba(20,45,103,.08); }
.carousel-arrow .icon { width: 14px; height: 14px; }
.carousel-arrow--previous .icon { transform: rotate(180deg); }

.trust-band { position: relative; z-index: 5; border-top: 1px solid #e5ebf8; border-bottom: 1px solid #e5ebf8; background: rgba(255,255,255,.9); }
.trust-band__inner { display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 45px; min-height: 108px; }
.trust-band__inner p { margin: 0; color: #40517e; font-size: .8rem; font-weight: 650; }
.trust-words { display: flex; justify-content: space-between; gap: 22px; color: #1b3575; font-size: .82rem; font-weight: 760; }

.section-heading { margin-bottom: 52px; }
.section-heading p { max-width: 620px; margin-bottom: 0; font-size: 1rem; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.process { overflow: hidden; background: linear-gradient(180deg, #fff, #f8fbff 48%, #fff); }
.process-rail { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; padding: 30px 0 16px; }
.process-rail::before { content: ''; position: absolute; top: 82px; right: 7%; left: 7%; height: 2px; background: repeating-linear-gradient(90deg, #9bb8ff 0 5px, transparent 5px 10px); }
.process-step { position: relative; z-index: 2; text-align: center; }
.step-icon { position: relative; display: grid; place-items: center; width: 104px; height: 104px; margin: 0 auto 28px; color: var(--blue); background: #fff; border: 1px solid #dce6fa; border-radius: 50%; box-shadow: 0 12px 30px rgba(27,58,131,.07); transition: .35s ease; }
.step-icon .icon { width: 39px; height: 39px; }
.step-icon span { position: absolute; bottom: -16px; display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue); background: #fff; border: 1px solid #acd8f5; border-radius: 50%; font-size: .68rem; font-weight: 800; }
.process-step.is-active .step-icon { color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); border-color: transparent; box-shadow: 0 18px 36px rgba(55,83,226,.24); transform: translateY(-8px); }
.process-step h3 { font-size: 1rem; letter-spacing: -.02em; }
.process-step p { margin: 0; font-size: .78rem; line-height: 1.5; }
.safety-note { display: flex; align-items: center; justify-content: center; gap: 11px; max-width: 870px; margin: 48px auto 0; padding: 13px 20px; color: #39508e; background: #eff5ff; border: 1px solid #e0e9fa; border-radius: 99px; font-size: .78rem; }
.safety-note .icon { flex: 0 0 auto; color: var(--cyan); font-size: 1.45rem; }

/* Specialty-trained agent front door */
.front-door {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 48%, rgba(51, 155, 237, .13), transparent 34%),
    linear-gradient(90deg, #fff 0%, #fff 38%, #f8fbff 65%, #f4f9ff 100%);
  border-block: 1px solid #eef3fb;
}
.front-door::before,
.front-door::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(34, 137, 224, .075);
  border-radius: 50%;
}
.front-door::before { width: 920px; height: 920px; top: -62px; right: -55px; }
.front-door::after { width: 1160px; height: 1160px; top: -182px; right: -175px; }
.front-door__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(510px, .88fr) minmax(650px, 1.12fr);
  align-items: center;
  gap: 36px;
  /* width: min(1780px, calc(100vw - 104px)); */
  min-height: 800px;
  margin-inline: auto;
}
.front-door__copy { padding: 58px 0 54px; }
.front-door__copy .kicker {
  margin-bottom: 18px;
  color: #165fc7;
  font-size: .88rem;
  letter-spacing: .13em;
}
.front-door__copy h2 {
  max-width: 790px;
  margin-bottom: 25px;
  color: #0b1d5d;
  font-size: clamp(3.8rem, 4vw, 4.8rem);
  line-height: .99;
  letter-spacing: -.058em;
}
.front-door__nowrap { white-space: nowrap; }
.front-door__copy > p {
  max-width: 660px;
  margin-bottom: 32px;
  color: #42537e;
  font-size: 1.13rem;
  line-height: 1.64;
}
.front-door__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 17px 28px;
  max-width: 675px;
  margin-bottom: 34px;
}
.front-door__benefits > span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #142451;
  font-size: .95rem;
  font-weight: 740;
  line-height: 1.25;
}
.front-door__benefits i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 43px;
  height: 43px;
  color: #0785ee;
  background: #f4f9ff;
  border: 1px solid #dfecfb;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(27, 109, 205, .07);
}
.front-door__benefits .icon { width: 23px; height: 23px; stroke-width: 1.9; }
.front-door__actions { flex-wrap: nowrap; gap: 22px; }
.button--front-door,
.button--front-door-outline {
  min-width: 280px;
  min-height: 64px;
  border-radius: 8px;
  font-size: 1rem;
}
.button--front-door {
  color: #fff;
  background: linear-gradient(105deg, #0872e8, #087be9);
  box-shadow: 0 12px 28px rgba(0, 106, 221, .2);
}
.button--front-door:hover { box-shadow: 0 16px 34px rgba(0, 106, 221, .3); }
.button--front-door-outline {
  min-width: 344px;
  background: rgba(255, 255, 255, .82);
  border-color: #cbd8e8;
  box-shadow: 0 6px 18px rgba(22, 52, 103, .05);
}
.button--front-door-outline .icon { margin-left: auto; }
.front-door__visual {
  position: relative;
  justify-self: end;
  width: min(760px, 100%);
  height: 680px;
  isolation: isolate;
}
.front-door__halo {
  position: absolute;
  z-index: -3;
  inset: 1% -5% -3%;
  background: radial-gradient(circle at 50% 45%, rgba(14, 143, 229, .17), rgba(30, 125, 214, .06) 41%, transparent 72%);
  filter: blur(6px);
}
.front-door__connections {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.front-door__connections circle,
.front-door__connections line {
  fill: none;
  stroke: #72b4ec;
  stroke-width: 1.4;
  stroke-dasharray: 3 5;
  vector-effect: non-scaling-stroke;
}
.front-door__connections circle { opacity: .58; }
.front-door__connections .front-door__outer-ring { opacity: .52; stroke-width: 1.25; }
.front-door__connections line { opacity: .88; }
.front-door__connections marker path { fill: #178ce8; }
.front-door__hub {
  position: absolute;
  z-index: 4;
  top: 45.6%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #e4edf7;
  border-radius: 50%;
  box-shadow: 0 23px 55px rgba(28, 103, 172, .14);
  transform: translate(-50%, -50%);
}
.front-door__hub img { width: 112px; height: 122px; }
.workflow-node {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  padding: 17px 12px 12px;
  text-align: center;
  color: #0f203e;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #dfeaf6;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(37, 102, 165, .09);
}
.workflow-node .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 7px;
  color: #087eeb;
  stroke-width: 1.75;
}
.workflow-node span { font-size: .78rem; font-weight: 720; line-height: 1.2; letter-spacing: -.015em; }
.workflow-node--top { top: 0; left: 50%; transform: translateX(-50%); }
.workflow-node--upper-right { top: 13.5%; left: 75%; transform: translate(-50%, -50%); }
.workflow-node--right { top: 45.6%; right: 0; transform: translateY(-50%); }
.workflow-node--lower-right { top: 72.8%; left: 75%; transform: translate(-50%, -50%); }
.workflow-node--lower-left { top: 72.8%; left: 25%; transform: translate(-50%, -50%); }
.workflow-node--left { top: 45.6%; left: 0; transform: translateY(-50%); }
.workflow-node--upper-left { top: 13.5%; left: 25%; transform: translate(-50%, -50%); }
.human-loop {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 337px;
  min-height: 71px;
  padding: 13px 25px;
  color: #131d31;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #e3ebf5;
  border-radius: 20px;
  box-shadow: 0 14px 31px rgba(31, 87, 144, .11);
  transform: translateX(-50%);
}
.human-loop .icon { width: 39px; height: 39px; color: #0a82e9; stroke-width: 1.75; }
.human-loop strong { font-size: 1.22rem; letter-spacing: -.025em; }

.agents-section { background: #fff; }
.agent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.agent-card { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(180deg, #fff, #f6f9ff); border: 1px solid #dce5f7; border-radius: var(--radius-lg); box-shadow: 0 13px 40px rgba(22,48,110,.07); transition: transform .3s, box-shadow .3s, border-color .3s; transition-delay: var(--delay, 0ms); }
.agent-card:hover { border-color: color-mix(in srgb, var(--agent-accent) 45%, #dce5f7); box-shadow: 0 24px 55px rgba(22,48,110,.14); transform: translateY(-7px); }
.agent-card__link { display: block; }
.agent-card__top { display: flex; justify-content: space-between; align-items: center; padding: 18px 18px 0; }
.agent-card__icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--agent-accent); }
.agent-card__icon .icon { width: 35px; height: 35px; stroke-width: 0; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #385285; background: #f4f7fd; border: 1px solid #e1e7f5; border-radius: 99px; font-size: .68rem; font-weight: 780; letter-spacing: .01em; }
.status i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; }
.status--live { color: #087a61; background: #eafbf5; border-color: #c8f2e5; }
.status--early { color: #7347c7; background: #f5efff; border-color: #e7d9ff; }
.agent-card__copy { padding: 19px 18px 8px; }
.agent-card__copy > span { color: #5470b3; font-size: .7rem; font-weight: 740; text-transform: uppercase; letter-spacing: .09em; }
.agent-card__copy h3 { margin: 3px 0 8px; font-size: 2rem; }
.agent-card__copy p { height: 44px; margin: 0; font-size: .78rem; line-height: 1.45; }
.agent-card__portrait { height: 292px; margin: 6px 10px 0; overflow: hidden; background: #eff5ff; border-radius: 17px 17px 0 0; }
.agent-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .5s; }
.agent-card:hover .agent-card__portrait img { transform: scale(1.03); }
.agent-card__action { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px 18px; color: var(--navy-900); font-size: .79rem; font-weight: 760; }
.agent-card__action .icon { color: var(--agent-accent); transition: transform .2s; }
.agent-card:hover .agent-card__action .icon { transform: translateX(5px); }
.voice-peek { position: absolute; z-index: 4; right: 18px; bottom: 56px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--navy-800); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.95); border-radius: 99px; box-shadow: 0 8px 22px rgba(17,39,95,.13); font-size: .68rem; font-weight: 720; cursor: pointer; backdrop-filter: blur(9px); }
.voice-peek.is-playing { color: #fff; background: var(--agent-accent); }
.voice-peek.is-loading { cursor: progress; }
.voice-peek.is-loading .icon { animation: pulse 1s infinite; }

.proof { background: linear-gradient(180deg, #f8fbff, #fff); }
.proof__shell { display: grid; grid-template-columns: .62fr 1.38fr; gap: 44px; align-items: stretch; }
.proof__intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 44px; background: linear-gradient(145deg, #061b59, #0b347f); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.proof__intro .kicker { color: #6bdfff; }
.proof__intro h2 { color: #fff; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.proof__intro p { color: #c4d3f2; }
.proof__intro .text-link { margin-top: 14px; color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.proof-grid article { padding: 30px; background: #fff; border: 1px solid #dce5f7; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.proof-grid .icon { width: 34px; height: 34px; margin-bottom: 35px; color: var(--blue); }
.proof-grid article:nth-child(2) .icon { color: var(--violet); }
.proof-grid article:nth-child(3) .icon { color: var(--cyan); }
.proof-grid article:nth-child(4) .icon { color: var(--mint); }
.proof-grid h3 { font-size: 1.32rem; }
.proof-grid p { margin: 0; font-size: .83rem; }

.control__shell { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.control__visual { position: relative; display: grid; place-items: center; min-height: 360px; overflow: hidden; background: linear-gradient(145deg, #f5f9ff, #eef2ff); border: 1px solid #dae5f8; border-radius: var(--radius-xl); }
.control__visual::before { content: ''; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#dbe5fb 1px, transparent 1px), linear-gradient(90deg, #dbe5fb 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 70%, transparent); }
.control-route { position: relative; z-index: 2; display: grid; grid-template-columns: auto 90px auto 90px auto; align-items: center; }
.control-route > i { height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.control-route > i:last-of-type { background: linear-gradient(90deg, var(--blue), var(--coral)); }
.pulse-dot { width: 24px; height: 24px; background: #fff; border: 6px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 0 12px rgba(0,185,232,.1); animation: pulse 2s infinite; }
.control-hub, .human-hub { display: grid; place-items: center; width: 82px; height: 82px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue)); border: 7px solid #fff; border-radius: 24px; box-shadow: var(--shadow-soft); transform: rotate(45deg); }
.control-hub .icon, .human-hub .icon { width: 32px; height: 32px; transform: rotate(-45deg); }
.human-hub { background: linear-gradient(135deg, #ff8b72, var(--coral)); }
.control-labels { position: absolute; z-index: 3; right: 12%; bottom: 45px; left: 12%; display: flex; justify-content: space-between; color: #62729e; font-size: .68rem; font-weight: 750; }
.control__copy p { max-width: 520px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: #344777; font-size: .88rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; display: grid; place-items: center; width: 19px; height: 19px; color: var(--blue); border: 1px solid #93c7ef; border-radius: 50%; font-size: .68rem; font-weight: 900; }

.cta-section { display: grid; grid-template-columns: 1.15fr .85fr auto; align-items: center; gap: 46px; margin-bottom: 85px; padding: 43px 48px; overflow: hidden; background: linear-gradient(110deg, #eff7ff 0%, #f7f5ff 72%, #edfbff); border: 1px solid #dbe6f8; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.cta-section h2 { max-width: 560px; margin-bottom: 12px; font-size: clamp(2rem, 3.1vw, 3.3rem); }
.cta-section p { max-width: 590px; margin: 0; font-size: .86rem; }
.cta-points { margin: 0; padding: 0; list-style: none; }
.cta-points li { display: flex; align-items: center; gap: 9px; margin: 10px 0; color: #405487; font-size: .78rem; }
.cta-points .icon { color: var(--cyan); }

.site-footer { color: #dce5fb; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-block: 68px 52px; }
.footer-grid img { width: 145px; margin-bottom: 18px; mix-blend-mode: screen; }
.footer-grid p { max-width: 300px; color: #96a9d5; font-size: .82rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { margin-bottom: 5px; color: #fff; font-size: .78rem; }
.footer-grid a { color: #aebee1; font-size: .78rem; }
.footer-grid a:hover { color: #fff; }
.footer-compliance { display: flex; align-items: center; gap: 34px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-compliance img { display: block; width: auto; max-width: 230px; height: 78px; object-fit: contain; border-radius: 8px; }
.footer-compliance img:first-child { height: 84px; }
.footer-compliance img:last-child { height: 94px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; color: #8297c5; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.assessment-dialog { width: min(610px, calc(100vw - 32px)); padding: 42px; color: var(--ink); background: #fff; border: 0; border-radius: 26px; box-shadow: 0 35px 100px rgba(3,18,61,.35); }
.assessment-dialog::backdrop { background: rgba(3,14,46,.66); backdrop-filter: blur(7px); }
.assessment-dialog h2 { font-size: 2.6rem; }
.dialog-close { position: absolute; top: 16px; right: 18px; display: grid; place-items: center; width: 36px; height: 36px; color: #586688; background: #f2f5fb; border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.assessment-dialog form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.assessment-dialog label { display: grid; gap: 7px; color: #2e4176; font-size: .75rem; font-weight: 720; }
.assessment-dialog label:last-of-type, .assessment-dialog form .button, .form-note { grid-column: 1 / -1; }
.assessment-dialog input, .assessment-dialog textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8faff; border: 1px solid #d8e2f5; border-radius: 11px; resize: vertical; }
.form-note { margin: -4px 0 0; text-align: center; font-size: .68rem; }
.form-success { text-align: center; }
.form-success > .icon { width: 62px; height: 62px; margin: 18px auto; color: var(--mint); }
.form-success h3 { font-size: 2rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes audio { to { height: 24px; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 20px rgba(0,185,232,0); } }

/* Agent profile */
.agent-header .nav-shell { grid-template-columns: 1fr auto 1fr; }
.agent-header .button { justify-self: end; }
.back-link { display: flex; align-items: center; gap: 8px; color: #334a85; font-size: .8rem; font-weight: 740; }
.back-link .icon { transform: rotate(180deg); }

/* Animated light mesh background used only on individual agent hero headers. */
.agent-hero-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}
.agent-hero-wrap::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.94) 72%, #fff);
}
.agent-hero-wrap .agent-hero { position: relative; z-index: 2; }
.agent-hero-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.98), rgba(255,255,255,.72) 34%, transparent 62%),
    linear-gradient(115deg, #fff 0%, #fbfdff 45%, #fff 100%);
}
.agent-hero-bg__wash,
.agent-hero-bg__mesh,
.agent-hero-bg__ribbon,
.agent-hero-bg__sparkles { position: absolute; display: block; }
.agent-hero-bg__wash {
  inset: -22%;
  opacity: .84;
  background:
    radial-gradient(ellipse at 76% 26%, rgba(0,173,238,.18) 0 12%, transparent 42%),
    radial-gradient(ellipse at 62% 60%, rgba(72,105,255,.14) 0 11%, transparent 38%),
    radial-gradient(ellipse at 88% 66%, rgba(150,70,238,.13) 0 10%, transparent 36%),
    radial-gradient(ellipse at 45% 74%, rgba(227,73,220,.09) 0 9%, transparent 34%);
  filter: blur(22px) saturate(112%);
  animation: agent-wash-drift 8s ease-in-out infinite alternate;
}
.agent-hero-bg__mesh {
  width: 52vw;
  height: 52vw;
  min-width: 620px;
  min-height: 620px;
  border-radius: 45% 55% 63% 37% / 48% 44% 56% 52%;
  filter: blur(38px) saturate(120%);
  mix-blend-mode: multiply;
  opacity: .28;
  will-change: transform, border-radius;
}
.agent-hero-bg__mesh--one {
  top: -35%;
  right: -9%;
  background:
    radial-gradient(circle at 34% 32%, rgba(0,173,238,.78), transparent 34%),
    radial-gradient(circle at 72% 40%, rgba(64,105,255,.52), transparent 37%),
    radial-gradient(circle at 45% 74%, rgba(136,65,239,.34), transparent 42%);
  animation: agent-mesh-one 7s cubic-bezier(.45,.05,.25,1) infinite alternate;
}
.agent-hero-bg__mesh--two {
  right: 17%;
  bottom: -47%;
  background:
    radial-gradient(circle at 62% 25%, rgba(0,200,238,.56), transparent 33%),
    radial-gradient(circle at 35% 55%, rgba(93,90,240,.42), transparent 38%),
    radial-gradient(circle at 67% 72%, rgba(224,62,221,.3), transparent 36%);
  animation: agent-mesh-two 9s cubic-bezier(.42,0,.2,1) infinite alternate;
}
.agent-hero-bg__mesh--three {
  left: -29%;
  top: 37%;
  width: 39vw;
  height: 39vw;
  min-width: 480px;
  min-height: 480px;
  opacity: .13;
  background:
    radial-gradient(circle at 45% 42%, rgba(0,173,238,.65), transparent 35%),
    radial-gradient(circle at 68% 66%, rgba(145,70,240,.38), transparent 39%);
  animation: agent-mesh-three 10s ease-in-out infinite alternate;
}
.agent-hero-bg__ribbon {
  right: -7%;
  width: 68%;
  height: 24%;
  opacity: .3;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: linear-gradient(92deg, transparent 4%, rgba(255,255,255,.75) 35%, rgba(0,173,238,.12) 58%, rgba(139,65,239,.1) 78%, transparent 96%);
  filter: blur(1px);
  transform: rotate(-12deg) skewX(-10deg);
}
.agent-hero-bg__ribbon--one { top: 18%; animation: agent-ribbon-one 6s ease-in-out infinite alternate; }
.agent-hero-bg__ribbon--two { top: 49%; right: 3%; width: 54%; opacity: .2; animation: agent-ribbon-two 7.5s ease-in-out infinite alternate; }
.agent-hero-bg__sparkles {
  inset: 0;
  opacity: .34;
  background-image:
    radial-gradient(circle, rgba(0,173,238,.55) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(118,77,238,.38) 0 1px, transparent 1.7px);
  background-position: 0 0, 27px 31px;
  background-size: 58px 58px, 73px 73px;
  mask-image: linear-gradient(90deg, transparent 22%, #000 58%, #000 100%);
  animation: agent-sparkle-drift 12s linear infinite;
}
@keyframes agent-wash-drift {
  0% { transform: translate3d(-2%, -1%, 0) scale(1); }
  50% { transform: translate3d(3%, 2%, 0) scale(1.06); }
  100% { transform: translate3d(-1%, 4%, 0) scale(1.02); }
}
@keyframes agent-mesh-one {
  0% { transform: translate3d(2%, -2%, 0) rotate(-8deg) scale(.92); border-radius: 45% 55% 63% 37% / 48% 44% 56% 52%; }
  45% { transform: translate3d(-8%, 8%, 0) rotate(7deg) scale(1.08); border-radius: 62% 38% 45% 55% / 38% 59% 41% 62%; }
  100% { transform: translate3d(4%, 14%, 0) rotate(-2deg) scale(.98); border-radius: 38% 62% 54% 46% / 61% 42% 58% 39%; }
}
@keyframes agent-mesh-two {
  0% { transform: translate3d(4%, 4%, 0) rotate(5deg) scale(.9); border-radius: 58% 42% 41% 59% / 44% 63% 37% 56%; }
  50% { transform: translate3d(-11%, -8%, 0) rotate(-9deg) scale(1.1); border-radius: 42% 58% 64% 36% / 59% 41% 56% 44%; }
  100% { transform: translate3d(7%, -15%, 0) rotate(4deg) scale(.96); border-radius: 66% 34% 47% 53% / 39% 57% 43% 61%; }
}
@keyframes agent-mesh-three {
  0% { transform: translate3d(-4%, 7%, 0) rotate(-4deg) scale(.9); }
  50% { transform: translate3d(13%, -4%, 0) rotate(10deg) scale(1.12); }
  100% { transform: translate3d(4%, -10%, 0) rotate(-7deg) scale(.98); }
}
@keyframes agent-ribbon-one {
  0% { transform: translate3d(2%, -8px, 0) rotate(-12deg) skewX(-10deg) scaleX(.94); opacity: .18; }
  55% { transform: translate3d(-7%, 18px, 0) rotate(-6deg) skewX(-4deg) scaleX(1.07); opacity: .38; }
  100% { transform: translate3d(3%, 5px, 0) rotate(-15deg) skewX(-8deg) scaleX(.98); opacity: .24; }
}
@keyframes agent-ribbon-two {
  0% { transform: translate3d(-3%, 8px, 0) rotate(9deg) skewX(8deg) scaleX(1.04); }
  100% { transform: translate3d(9%, -14px, 0) rotate(2deg) skewX(2deg) scaleX(.92); }
}
@keyframes agent-sparkle-drift { to { background-position: 58px 58px, -46px 104px; } }
@media (prefers-reduced-motion: reduce) {
  .agent-hero-bg * { animation: none !important; }
}

.agent-hero { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 78px; min-height: 760px; padding-top: 132px; padding-bottom: 78px; }
.agent-profile-logo { width: clamp(154px, 16vw, 250px); height: auto; margin: 2px 0 10px; }
.agent-hero__copy h1 { margin: 0 0 10px; font-size: clamp(4.5rem, 8vw, 6rem); }
.agent-hero__copy h1 span { white-space: nowrap; }
.agent-hero__descriptor { margin-bottom: 16px; color: var(--navy-800); font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 680; letter-spacing: -.035em; }
.agent-hero__copy > p:not(.agent-hero__descriptor):not(.persona-note) { max-width: 660px; margin-bottom: 23px; font-size: 1.02rem; }
.agent-traits { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 29px; }
.agent-traits span { padding: 7px 10px; color: var(--navy-800); background: color-mix(in srgb, var(--agent-accent) 8%, white); border: 1px solid color-mix(in srgb, var(--agent-accent) 20%, #e2e8f6); border-radius: 99px; font-size: .7rem; font-weight: 720; }
.persona-note { display: flex; align-items: center; gap: 7px; margin: 19px 0 0; font-size: .67rem; }
.persona-note .icon { color: var(--agent-accent); }
.agent-hero__portrait { position: relative; min-height: 570px; }
.agent-hero__portrait > img { position: absolute; z-index: 2; right: 8%; bottom: 0; width: 77%; max-height: 548px; object-fit: cover; object-position: center top; border-radius: 220px 220px 28px 28px; box-shadow: 0 28px 75px color-mix(in srgb, var(--agent-accent) 18%, transparent); }
.portrait-glow { position: absolute; inset: 10% 0 0 5%; background: radial-gradient(circle, color-mix(in srgb, var(--agent-accent) 25%, white), transparent 68%); filter: blur(8px); }
.portrait-grid { position: absolute; inset: 8% 0 4% 3%; opacity: .42; background-image: linear-gradient(color-mix(in srgb, var(--agent-accent) 17%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--agent-accent) 17%, transparent) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000 0, transparent 70%); }
.voice-card { position: absolute; z-index: 4; right: 0; bottom: 24px; left: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 74px; padding: 12px 15px; overflow: visible; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.94); border-radius: 18px; box-shadow: 0 18px 45px rgba(17,38,94,.16); backdrop-filter: blur(14px); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.voice-card__copy { min-width: 0; }
.voice-card strong, .voice-card span { display: block; line-height: 1.35; }
.voice-card strong { font-size: .92rem; }
.voice-card span { color: var(--muted); font-size: .68rem; }
.voice-card__actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.voice-visualizer { position: relative; display: grid; place-items: center; width: 50px; height: 50px; isolation: isolate; }
.voice-visualizer__glow, .voice-visualizer__blob, .voice-visualizer__core { position: absolute; border-radius: 50%; }
.voice-visualizer__glow { inset: -11px; z-index: -3; opacity: 0; background: radial-gradient(circle, rgba(69,220,255,.55) 0 19%, rgba(108,92,255,.34) 39%, rgba(217,52,255,.2) 55%, transparent 72%); filter: blur(10px); transform: scale(.68); transition: opacity .28s ease, transform .28s ease; }
.voice-visualizer__blob { inset: 1px; z-index: -1; opacity: 0; overflow: hidden; background: radial-gradient(circle at 67% 31%, #9ef7ff 0 13%, transparent 34%), radial-gradient(circle at 28% 72%, #df2dff 0 17%, transparent 42%), radial-gradient(circle at 28% 25%, #225fff 0 18%, transparent 44%), linear-gradient(135deg, #2d5fff, #51e6f0 45%, #bc35ff 78%, #6557ff); box-shadow: inset 0 0 15px rgba(255,255,255,.42), 0 0 17px color-mix(in srgb, var(--agent-accent) 31%, transparent); transform: scale(.68); transition: opacity .24s ease, transform .28s ease; }
.voice-visualizer__blob::before, .voice-visualizer__blob::after { content: ''; position: absolute; width: 72%; height: 72%; border-radius: 50%; filter: blur(5px); mix-blend-mode: screen; }
.voice-visualizer__blob::before { left: -12%; top: 3%; background: radial-gradient(circle at 55% 48%, rgba(48,106,255,.96), rgba(61,220,255,.58) 45%, transparent 72%); }
.voice-visualizer__blob::after { right: -14%; bottom: -9%; background: radial-gradient(circle at 45% 45%, rgba(223,39,255,.94), rgba(113,74,255,.58) 48%, transparent 74%); }
.voice-visualizer__core { inset: 7px; z-index: 1; display: grid; place-items: center; color: #fff; background: var(--agent-accent); box-shadow: 0 8px 18px color-mix(in srgb, var(--agent-accent) 30%, transparent); opacity: 1; transform: scale(1); transition: opacity .18s ease, transform .22s ease; }
.voice-visualizer__core .voice-control-svg { position: absolute; top: 50%; left: 50%; width: 19px; height: 19px; transform: translate(-50%, -50%); }
.voice-control-icon { display: inline-grid; place-items: center; width: 43px; height: 43px; padding: 0; color: #fff; border: 1px solid transparent; border-radius: 50%; cursor: pointer; box-shadow: 0 7px 16px rgba(28,49,106,.14); transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease, background .18s ease; }
.voice-control-icon:hover:not(:disabled) { transform: translateY(-2px) scale(1.025); box-shadow: 0 10px 22px rgba(28,49,106,.22); filter: saturate(1.08); }
.voice-control-icon:active:not(:disabled) { transform: translateY(0) scale(.97); }
.voice-control-icon:focus-visible { outline: 3px solid color-mix(in srgb, var(--agent-accent) 30%, transparent); outline-offset: 3px; }
.voice-control-icon:disabled { opacity: .58; cursor: not-allowed; transform: none; box-shadow: 0 5px 12px rgba(28,49,106,.1); filter: saturate(.72); }
.voice-control-svg { width: 20px; height: 20px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.voice-control-svg--audio { fill: none; stroke-width: 2.05; }
.voice-control-svg--stop { stroke: none; }
.voice-control-svg--hangup { width: 21px; height: 21px; transform: translateY(1px); }
.voice-control-icon--call .voice-control-svg, .voice-control-icon--hangup .voice-control-svg { stroke: none; }
.voice-control-icon--start { background: linear-gradient(135deg, #075bf5 0%, color-mix(in srgb, var(--agent-accent) 86%, #2f6dff) 100%); }
.voice-control-icon--preview { background: linear-gradient(135deg, #0878ee, #03b5cb); }
.voice-control-icon--call { background: linear-gradient(135deg, #5a48ef, var(--agent-accent)); }
.voice-control-icon--stop { color: #fff; background: linear-gradient(145deg, #e23b61, #bd1745); border-color: rgba(156,15,54,.2); }
.voice-control-icon--stop:disabled { color: #fff; background: linear-gradient(145deg, #ee9db0, #d97891); border-color: rgba(190,74,105,.22); opacity: .72; }
.voice-playing .voice-card, .voice-connecting .voice-card { border-color: color-mix(in srgb, var(--agent-accent) 28%, #fff); box-shadow: 0 20px 58px color-mix(in srgb, var(--agent-accent) 23%, rgba(17,38,94,.14)); }
.voice-playing .voice-visualizer__glow, .voice-connecting .voice-visualizer__glow { opacity: 1; transform: scale(1); animation: voice-aura 1.55s ease-in-out infinite alternate; }
.voice-playing .voice-visualizer__blob, .voice-connecting .voice-visualizer__blob { opacity: 1; transform: scale(1); animation: voice-blob-breathe 1.35s cubic-bezier(.45,0,.2,1) infinite alternate, voice-blob-shape 2.8s ease-in-out infinite; }
.voice-playing .voice-visualizer__blob::before, .voice-connecting .voice-visualizer__blob::before { animation: voice-lobe-one 1.7s ease-in-out infinite alternate; }
.voice-playing .voice-visualizer__blob::after, .voice-connecting .voice-visualizer__blob::after { animation: voice-lobe-two 1.4s ease-in-out infinite alternate; }
.voice-playing .voice-visualizer__core, .voice-connecting .voice-visualizer__core { opacity: 0; transform: scale(.35); pointer-events: none; }
.voice-connecting .voice-visualizer__blob { animation-duration: .9s, 1.9s; }
.voice-connecting [data-start-live-voice] { cursor: progress; }
@keyframes voice-blob-breathe { 0% { transform: scale(.82) translateY(2px); filter: saturate(1); } 55% { transform: scale(1.04) translateY(-1px); filter: saturate(1.2); } 100% { transform: scale(.91) translate(1px,1px); filter: saturate(1.08); } }
@keyframes voice-blob-shape { 0%,100% { border-radius: 48% 52% 59% 41% / 45% 58% 42% 55%; } 33% { border-radius: 61% 39% 45% 55% / 54% 43% 57% 46%; } 66% { border-radius: 42% 58% 53% 47% / 60% 50% 50% 40%; } }
@keyframes voice-lobe-one { 0% { transform: translate(-3px, 4px) scale(.82); opacity: .68; } 55% { transform: translate(12px, -7px) scale(1.14); opacity: 1; } 100% { transform: translate(5px, 8px) scale(.95); opacity: .8; } }
@keyframes voice-lobe-two { 0% { transform: translate(4px, -5px) scale(.88); opacity: .72; } 50% { transform: translate(-12px, 7px) scale(1.18); opacity: 1; } 100% { transform: translate(-3px, -8px) scale(.98); opacity: .82; } }
@keyframes voice-aura { 0% { filter: blur(9px); opacity: .48; transform: scale(.85); } 58% { filter: blur(13px); opacity: .9; transform: scale(1.12); } 100% { filter: blur(11px); opacity: .68; transform: scale(.98); } }

.agent-proof-strip { color: #334b84; background: linear-gradient(90deg, #f2f7ff, #faf7ff, #f0fbff); border-block: 1px solid #dfe8f8; }
.agent-proof-strip .section-shell { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 92px; }
.agent-proof-strip span { display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid #dfe7f5; font-size: .75rem; font-weight: 740; }
.agent-proof-strip span:last-child { border-right: 0; }
.agent-proof-strip .icon { color: var(--agent-accent); font-size: 1.35rem; }

.agent-capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.capability-card { min-height: 260px; padding: 25px; background: linear-gradient(145deg, #fff, #f7f9fe); border: 1px solid #dce5f6; border-radius: var(--radius-lg); transition: .25s; }
.capability-card:hover { border-color: color-mix(in srgb, var(--agent-accent) 35%, #dce5f6); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.capability-card > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 50px; color: var(--agent-accent); background: color-mix(in srgb, var(--agent-accent) 9%, white); border-radius: 11px; font-size: .68rem; font-weight: 800; }
.capability-card h3 { font-size: 1.28rem; letter-spacing: -.03em; }
.capability-card p { margin: 0; font-size: .8rem; line-height: 1.55; }

.agent-knowledge { background: linear-gradient(145deg, #f7faff, #fbf8ff); border-top: 1px solid #e5ebf7; }
.knowledge-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.knowledge-intro h2 { max-width: 620px; }
.knowledge-intro p { max-width: 560px; margin-bottom: 0; }
.knowledge-card { display: grid; gap: 14px; padding: 22px; background: rgba(255,255,255,.88); border: 1px solid #dce5f6; border-radius: 24px; box-shadow: var(--shadow-soft); }
.knowledge-card p { display: grid; grid-template-columns: 42px 1fr; gap: 15px; margin: 0; padding: 18px; color: #3b4e7f; background: linear-gradient(145deg, #fff, #f7f9fe); border: 1px solid #e2e8f5; border-radius: 16px; font-size: .84rem; line-height: 1.7; }
.knowledge-card p > span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--agent-accent); background: color-mix(in srgb, var(--agent-accent) 9%, white); border-radius: 10px; font-size: .65rem; font-weight: 820; }

.demo-section { background: linear-gradient(145deg, #061744, #0a2e76); }
.demo-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
.demo-copy .kicker { color: #6ee3ff; }
.demo-copy h2 { color: #fff; }
.demo-copy > p { color: #bdcbed; }
.demo-copy .check-list li { color: #d3def5; }
.demo-copy .check-list li::before { color: #66e3ff; border-color: rgba(102,227,255,.5); }
.demo-guardrail { display: flex; align-items: flex-start; gap: 13px; margin: 28px 0; padding: 16px; color: #cfdbf3; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; font-size: .76rem; }
.demo-guardrail .icon { flex: 0 0 auto; margin-top: 3px; color: #6fe4ff; font-size: 1.3rem; }
.demo-guardrail strong { color: #fff; }
.simulator { overflow: hidden; color: var(--ink); background: #f8faff; border: 1px solid rgba(255,255,255,.3); border-radius: 24px; box-shadow: 0 30px 80px rgba(1,10,35,.3); }
.simulator__header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 14px 17px; background: #fff; border-bottom: 1px solid #e2e8f4; }
.simulator-avatar { width: 40px; height: 40px; overflow: hidden; border-radius: 50%; }
.simulator-avatar img { width: 100%; height: 100%; object-fit: cover; }
.simulator__header strong, .simulator__header span { display: block; line-height: 1.4; }
.simulator__header span { display: flex; align-items: center; gap: 6px; color: #60709b; font-size: .67rem; }
.simulator__header span i { width: 6px; height: 6px; background: var(--mint); border-radius: 50%; }
.simulator__header > button { padding: 7px 9px; color: #50618d; background: #f4f7fc; border: 0; border-radius: 8px; font-size: .66rem; cursor: pointer; }
.simulator__messages { height: 320px; padding: 22px; overflow-y: auto; scroll-behavior: smooth; }
.message { max-width: 82%; margin-bottom: 17px; }
.message span { display: block; margin: 0 0 5px 7px; color: #7180a6; font-size: .63rem; font-weight: 720; }
.message p { width: fit-content; margin: 0; padding: 12px 14px; color: #263968; background: #fff; border: 1px solid #e0e7f4; border-radius: 5px 15px 15px 15px; box-shadow: 0 5px 15px rgba(24,45,97,.05); font-size: .8rem; line-height: 1.55; }
.message--user { margin-left: auto; }
.message--user span { text-align: right; }
.message--user p { margin-left: auto; color: #fff; background: linear-gradient(135deg, var(--agent-accent), #5260e8); border: 0; border-radius: 15px 5px 15px 15px; }
.message--typing p { display: flex; gap: 4px; padding: 15px; }
.message--typing i { width: 5px; height: 5px; background: #8090b5; border-radius: 50%; animation: typing .8s infinite alternate; }
.message--typing i:nth-child(2) { animation-delay: -.2s; }
.message--typing i:nth-child(3) { animation-delay: -.4s; }
@keyframes typing { to { opacity: .25; transform: translateY(-3px); } }
.prompt-chips { display: flex; gap: 7px; padding: 0 18px 13px; overflow-x: auto; }
.prompt-chips button { flex: 0 0 auto; padding: 7px 10px; color: #3c4e80; background: #fff; border: 1px solid #dce4f2; border-radius: 99px; font-size: .66rem; cursor: pointer; }
.prompt-chips button:hover { color: var(--agent-accent); border-color: var(--agent-accent); }
.simulator__composer { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 0 17px 10px; padding: 7px 7px 7px 13px; background: #fff; border: 1px solid #d7e1f3; border-radius: 13px; }
.simulator__composer input { min-width: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .78rem; }
.simulator__composer button { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--agent-accent); border: 0; border-radius: 10px; cursor: pointer; }
.simulator__note { margin: 0 0 11px; text-align: center; font-size: .59rem; }

.boundaries { background: #f8faff; }
.boundaries__shell > div:first-child { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.boundary-flow { display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr; align-items: center; }
.boundary-flow article { min-height: 235px; padding: 27px; background: #fff; border: 1px solid #dce5f6; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.boundary-flow article > span { color: #8190b1; font-size: .68rem; font-weight: 800; }
.boundary-flow article > .icon { display: block; width: 35px; height: 35px; margin: 30px 0 24px; color: var(--agent-accent); }
.boundary-flow article h3 { font-size: 1.3rem; }
.boundary-flow article p { margin: 0; font-size: .78rem; }
.boundary-flow > i { height: 2px; background: var(--agent-accent); }
.boundary-flow > i::after { content: ''; display: block; float: right; width: 8px; height: 8px; margin-top: -3px; border-top: 2px solid var(--agent-accent); border-right: 2px solid var(--agent-accent); transform: rotate(45deg); }
.boundary-flow > .boundary-flow__human { background: var(--coral); }
.boundary-flow > .boundary-flow__human::after { border-color: var(--coral); }
.boundary-flow .human-card { color: #fff; background: linear-gradient(145deg, #0a2b70, #0b194e); border-color: transparent; }
.boundary-flow .human-card > .icon { color: #ff8a74; }
.boundary-flow .human-card p, .boundary-flow .human-card > span { color: #bcc9e8; }

.related { background: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-grid a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 15px; padding: 12px; background: #f8faff; border: 1px solid #dce5f6; border-radius: 18px; transition: .22s; }
.related-grid a:hover { border-color: var(--agent-accent); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.related-grid img { width: 70px; height: 76px; object-fit: cover; object-position: top; border-radius: 12px; }
.related-grid small, .related-grid strong { display: block; }
.related-grid small { color: #6878a0; font-size: .62rem; }
.related-grid strong { font-size: 1.15rem; }
.related-grid > a > .icon { color: var(--agent-accent); }


@media (max-width: 1320px) {
  .front-door__inner {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 16px;
    width: min(1220px, calc(100vw - 48px));
  }
  .front-door__copy h2 { font-size: clamp(3.55rem, 5vw, 4.6rem); }
  .front-door__copy > p { font-size: 1rem; }
  .front-door__benefits { gap: 14px 16px; }
  .front-door__benefits > span { font-size: .84rem; }
  .front-door__actions { gap: 14px; }
  .button--front-door { min-width: 235px; }
  .button--front-door-outline { min-width: 285px; }
  .front-door__visual { width: min(650px, 100%); height: 600px; }
  .workflow-node { width: 116px; height: 116px; padding: 14px 9px 10px; }
  .workflow-node .icon { width: 31px; height: 31px; margin-bottom: 5px; }
  .workflow-node span { font-size: .68rem; }
  .front-door__hub { width: 166px; height: 166px; }
  .front-door__hub img { width: 96px; height: 106px; }
  .human-loop { width: 292px; min-height: 64px; }
  .human-loop .icon { width: 34px; height: 34px; }
  .human-loop strong { font-size: 1.05rem; }
}

@media (max-width: 1050px) {
  :root { --section: min(920px, calc(100vw - 40px)); }
  .front-door { min-height: 720px; }
  .front-door__inner { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 720px; }
  .front-door__copy { padding-block: 42px; }
  .front-door__copy .kicker { font-size: .7rem; }
  .front-door__copy h2 { font-size: clamp(3.15rem, 6vw, 4rem); }
  .front-door__copy > p { margin-bottom: 25px; font-size: .88rem; }
  .front-door__benefits { grid-template-columns: 1fr; gap: 10px; margin-bottom: 26px; }
  .front-door__benefits i { width: 36px; height: 36px; }
  .front-door__benefits .icon { width: 20px; height: 20px; }
  .front-door__actions { flex-wrap: wrap; }
  .button--front-door, .button--front-door-outline { min-width: 0; width: calc(50% - 7px); min-height: 56px; padding-inline: 16px; font-size: .82rem; }
  .front-door__visual { width: min(535px, 100%); height: 525px; }
  .workflow-node { width: 102px; height: 102px; }
  .workflow-node .icon { width: 27px; height: 27px; }
  .workflow-node span { font-size: .59rem; }
  .front-door__hub { width: 148px; height: 148px; }
  .front-door__hub img { width: 85px; height: 94px; }
  .human-loop { width: 255px; min-height: 57px; gap: 14px; border-radius: 16px; }
  .human-loop .icon { width: 30px; height: 30px; }
  .human-loop strong { font-size: .92rem; }
  .desktop-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr .8fr; min-height: 680px; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5.25rem); }
  .hero__visual { height: 470px; min-height: 0; }
  .hero-portrait-card { width: 330px; height: 410px; bottom: 38px; }
  .hero-carousel-controls { width: 330px; }
  .route-node { display: none; }
  .process-rail { gap: 9px; }
  .step-icon { width: 84px; height: 84px; }
  .process-rail::before { top: 72px; }
  .agent-card__portrait { height: 245px; }
  .cta-section { grid-template-columns: 1fr auto; }
  .cta-points { display: none; }
  .agent-hero { gap: 30px; }
  .agent-hero__portrait > img { right: 0; width: 88%; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card { min-height: 220px; }
  .capability-card > span { margin-bottom: 34px; }
}

@media (max-width: 780px) {
  :root { --section: min(100% - 30px, 680px); }
  .front-door { min-height: auto; background: linear-gradient(180deg, #fff 0%, #fff 42%, #f5faff 100%); }
  .front-door::before { top: 46%; right: 50%; transform: translateX(50%); }
  .front-door::after { top: 38%; right: 50%; transform: translateX(50%); }
  .front-door__inner { display: flex; flex-direction: column; gap: 6px; width: var(--section); min-height: auto; }
  .front-door__copy { width: 100%; padding: 78px 0 38px; }
  .front-door__copy .kicker { font-size: .76rem; }
  .front-door__copy h2 { max-width: 650px; font-size: clamp(3.35rem, 10.5vw, 4.65rem); }
  .front-door__copy > p { max-width: 620px; font-size: 1rem; }
  .front-door__benefits { grid-template-columns: repeat(2, 1fr); max-width: 620px; }
  .front-door__actions { max-width: 620px; flex-wrap: nowrap; }
  .button--front-door, .button--front-door-outline { width: auto; flex: 1 1 0; }
  .front-door__visual { align-self: center; width: min(680px, 100%); height: 610px; margin-bottom: 55px; }
  .workflow-node { width: 112px; height: 112px; }
  .workflow-node .icon { width: 30px; height: 30px; }
  .workflow-node span { font-size: .65rem; }
  .front-door__hub { width: 162px; height: 162px; }
  .front-door__hub img { width: 94px; height: 103px; }
  .human-loop { width: 290px; min-height: 63px; }
  .human-loop strong { font-size: 1.02rem; }
  html { scroll-padding-top: 78px; }
  .section-pad { padding-block: 78px; }
  .site-header { height: 72px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .brand { width: 126px; height: 48px; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button { display: grid; align-content: center; gap: 6px; width: 42px; height: 42px; padding: 10px; background: #f3f6fc; border: 0; border-radius: 11px; }
  .menu-button span { width: 100%; height: 2px; background: var(--navy-900); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; top: 70px; right: 14px; left: 14px; display: flex; flex-direction: column; gap: 4px; padding: 15px; background: #fff; border: 1px solid #dce5f5; border-radius: 18px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s; }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-nav a { padding: 10px; font-weight: 680; }
  .hero { display: flex; flex-direction: column; gap: 40px; min-height: auto; padding-top: 118px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 5rem); }
  .hero__copy > p { font-size: .98rem; }
  .hero__visual { width: 100%; height: 480px; min-height: 0; }
  .hero-portrait-card { right: 50%; bottom: 42px; width: 330px; height: 420px; transform: translateX(50%); }
  .hero-carousel-controls { right: auto; left: 50%; width: 330px; transform: translateX(-50%); }
  .route-node--phone { display: flex; top: 18%; left: 0; }
  .route-node--action { display: flex; top: 44%; right: 0; }
  .trust-band__inner { grid-template-columns: 1fr; gap: 12px; padding-block: 24px; text-align: center; }
  .trust-words { flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 15px; align-items: start; }
  .process-rail { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .process-rail::before { display: none; }
  .safety-note { align-items: flex-start; border-radius: 18px; }
  .agent-grid { grid-template-columns: repeat(2, 1fr); }
  .proof__shell, .control__shell { grid-template-columns: 1fr; }
  .proof__intro { min-height: 370px; }
  .control__shell { gap: 45px; }
  .cta-section { grid-template-columns: 1fr; justify-items: start; padding: 34px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .agent-header .nav-shell { grid-template-columns: 1fr auto; }
  .agent-header .back-link { display: none; }
  .agent-hero { display: flex; flex-direction: column; min-height: auto; padding-top: 118px; }
  .agent-hero__portrait { width: 100%; min-height: 550px; }
  .agent-hero__portrait > img { right: 8%; width: 77%; }
  .agent-proof-strip .section-shell { grid-template-columns: repeat(2, 1fr); }
  .agent-proof-strip span { min-height: 72px; border-bottom: 1px solid #dfe7f5; }
  .knowledge-layout { grid-template-columns: 1fr; gap: 34px; }
  .demo-layout { grid-template-columns: 1fr; gap: 44px; }
  .boundary-flow { grid-template-columns: 1fr; gap: 13px; }
  .boundary-flow > i { width: 2px; height: 32px; margin: auto; }
  .boundary-flow > i::after { float: none; margin: 23px 0 0 -3px; transform: rotate(135deg); }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  :root { --section: calc(100vw - 26px); }
  .front-door__copy { padding-top: 62px; }
  .front-door__copy .kicker { font-size: .64rem; line-height: 1.45; }
  .front-door__copy h2 { font-size: clamp(2.35rem, 10.8vw, 3.7rem); }
  .front-door__copy > p { font-size: .9rem; }
  .front-door__benefits { grid-template-columns: 1fr; gap: 10px; }
  .front-door__actions { flex-wrap: wrap; }
  .button--front-door, .button--front-door-outline { flex-basis: 100%; width: 100%; }
  .front-door__visual { width: 100%; height: 455px; margin-bottom: 42px; }
  .front-door__connections { transform: scale(.98); }
  .workflow-node { width: 78px; height: 78px; padding: 8px 6px; }
  .workflow-node .icon { width: 22px; height: 22px; margin-bottom: 3px; }
  .workflow-node span { font-size: .48rem; line-height: 1.12; }
  .front-door__hub { width: 116px; height: 116px; }
  .front-door__hub img { width: 68px; height: 75px; }
  .human-loop { width: 220px; min-height: 51px; gap: 10px; padding: 9px 16px; }
  .human-loop .icon { width: 25px; height: 25px; }
  .human-loop strong { font-size: .82rem; }
  body { font-size: 15px; }
  h2 { font-size: 2.45rem; }
  .button { width: 100%; }
  .button-row { width: 100%; }
  .eyebrow { font-size: .67rem; }
  .hero { padding-top: 104px; }
  .hero h1 { font-size: 3.25rem; }
  .hero__trust { align-items: flex-start; }
  .hero__visual { height: 420px; min-height: 0; }
  .hero-portrait-card { right: 50%; bottom: 40px; width: min(290px, 82vw); height: 365px; }
  .hero-carousel-controls { width: min(290px, 82vw); }
  .live-pill { top: 19px; left: 48px; }
  .route-node--action { display: none; }
  .process-rail { grid-template-columns: 1fr 1fr; }
  .step-icon { width: 78px; height: 78px; }
  .agent-grid { grid-template-columns: 1fr; }
  .agent-card__portrait { height: 330px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof__intro { padding: 30px; }
  .control__visual { min-height: 300px; }
  .control-route { grid-template-columns: auto 35px auto 35px auto; }
  .control-hub, .human-hub { width: 62px; height: 62px; }
  .control-labels { right: 5%; left: 5%; }
  .cta-section { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-compliance { flex-wrap: wrap; gap: 22px; }
  .footer-bottom { flex-direction: column; }
  .assessment-dialog { padding: 36px 22px 24px; }
  .assessment-dialog form { grid-template-columns: 1fr; }
  .assessment-dialog h2 { font-size: 2.15rem; }
  .agent-hero__copy h1 { font-size: 4.6rem; }
  .agent-profile-logo { width: 164px; margin-bottom: 18px; }
  .agent-hero__portrait { min-height: 440px; }
  .agent-hero__portrait > img { right: 4%; width: 91%; max-height: 430px; }
  .voice-card { right: 0; left: 0; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 9px; padding: 11px 12px; }
  .voice-visualizer { width: 46px; height: 46px; }
  .voice-control-icon { width: 40px; height: 40px; }
  .voice-card__actions { justify-content: flex-end; gap: 7px; }
  .agent-proof-strip .section-shell { grid-template-columns: 1fr; padding-block: 10px; }
  .agent-proof-strip span { justify-content: flex-start; min-height: 52px; padding-left: 15px; border-right: 0; }
  .knowledge-layout { grid-template-columns: 1fr; gap: 28px; }
  .knowledge-card { padding: 14px; }
  .knowledge-card p { grid-template-columns: 36px 1fr; padding: 14px; }
  .capability-grid { grid-template-columns: 1fr; }
  .simulator__messages { height: 360px; padding: 16px; }
  .message { max-width: 91%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
