:root {
  color-scheme: dark;
  --bg: #070a13;
  --bg-deep: #04060d;
  --panel: #0d1220;
  --panel-soft: #111829;
  --text: #f6f7fb;
  --muted: #a4adbf;
  --line: rgba(255, 255, 255, 0.11);
  --blue: #7192ff;
  --blue-bright: #9bb2ff;
  --violet: #9d71ff;
  --green: #57d8ae;
  --ink: #0a0d17;
  --shell: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(113, 146, 255, 0.14), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
strong {
  text-wrap: balance;
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 10, 19, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(155, 178, 255, 0.45);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(113, 146, 255, 0.22), rgba(157, 113, 255, 0.08));
  color: var(--blue-bright);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  gap: 30px;
  margin-left: auto;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 720;
  font-size: 15px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--blue-bright);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  background: rgba(113, 146, 255, 0.13);
  border-color: rgba(113, 146, 255, 0.3);
  color: #dbe3ff;
}

.button-primary {
  background: linear-gradient(135deg, #6f90ff, #866dff);
  box-shadow: 0 18px 50px rgba(91, 112, 255, 0.28);
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: 72px;
  padding-block: 84px 104px;
}

.product-lockup {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 34px;
}

.product-lockup img {
  width: 64px;
  height: 64px;
  border-radius: 17px;
  box-shadow: 0 14px 40px rgba(61, 85, 187, 0.34);
}

.product-lockup div {
  display: flex;
  flex-direction: column;
}

.product-lockup strong {
  font-size: 21px;
  letter-spacing: -0.025em;
}

.product-lockup span {
  color: var(--muted);
  font-size: 13px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(50px, 6.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.hero h1 em {
  background: linear-gradient(110deg, #ffffff 5%, #9bb2ff 48%, #b798ff 90%);
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.hero-actions,
.runtime-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.runtime-row {
  margin-top: 28px;
}

.runtime-row span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #b8c1d1;
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(113, 146, 255, 0.16);
  border-radius: 50%;
}

.orbit-one {
  width: 520px;
  height: 520px;
}

.orbit-two {
  width: 380px;
  height: 380px;
  border-color: rgba(157, 113, 255, 0.16);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(365px, 88vw);
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 38px;
  background: linear-gradient(155deg, rgba(19, 27, 48, 0.98), rgba(8, 12, 22, 0.98));
  box-shadow:
    0 55px 110px rgba(0, 0, 0, 0.55),
    0 0 0 8px rgba(255, 255, 255, 0.025),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.real-screen {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.phone-bar {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px 14px;
  color: #c7cfdd;
  font-size: 10px;
}

.app-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.app-head > div {
  display: flex;
  flex-direction: column;
}

.app-head strong {
  margin-top: 4px;
  font-size: 17px;
}

.app-kicker {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.online-dot {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(87, 216, 174, 0.12);
  color: var(--green);
  font-size: 10px;
  font-weight: 750;
}

.agent-stack {
  display: grid;
  gap: 8px;
  margin-block: 12px;
}

.agent-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.agent-row.active {
  background: rgba(113, 146, 255, 0.09);
  border: 1px solid rgba(113, 146, 255, 0.15);
}

.agent-avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(113, 146, 255, 0.18);
  color: #b6c5ff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.agent-avatar.purple {
  background: rgba(157, 113, 255, 0.18);
  color: #cebaff;
}

.agent-avatar.green {
  background: rgba(87, 216, 174, 0.14);
  color: #88ebca;
}

.agent-row div {
  display: flex;
  flex-direction: column;
}

.agent-row strong {
  font-size: 12px;
}

.agent-row small {
  color: var(--muted);
  font-size: 9px;
}

.done {
  color: var(--green);
  font-size: 12px;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(113, 146, 255, 0.1);
}

.decision-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(113, 146, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(113, 146, 255, 0.13), rgba(157, 113, 255, 0.05));
}

.decision-card > span {
  color: var(--blue-bright);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.decision-card strong {
  margin-block: 7px 12px;
  font-size: 15px;
}

.decision-card small {
  color: var(--muted);
  font-size: 9px;
}

.progress {
  height: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress i {
  width: 84%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}

.compose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px 10px 10px 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #717b8e;
  font-size: 10px;
}

.compose b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--text);
  color: var(--ink);
}

.actual-badge {
  position: absolute;
  z-index: 3;
  right: -25px;
  bottom: 84px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(14, 20, 35, 0.92);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.actual-badge > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(87, 216, 174, 0.12);
  color: var(--green);
  font-size: 8px;
}

.actual-badge div {
  display: flex;
  flex-direction: column;
}

.actual-badge strong {
  font-size: 11px;
}

.actual-badge small {
  color: var(--muted);
  font-size: 8px;
}

.signal-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

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

.signal-grid div {
  padding: 25px 28px;
  border-right: 1px solid var(--line);
}

.signal-grid div:first-child {
  padding-left: 0;
}

.signal-grid div:last-child {
  border-right: 0;
}

.signal-grid strong,
.signal-grid span {
  display: block;
}

.signal-grid strong {
  font-size: 15px;
}

.signal-grid span {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding-block: 120px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading h2,
.trust-copy h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.trust-copy > p,
.final-cta-inner > div > p:last-child {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.feature-card {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 24, 41, 0.9), rgba(10, 14, 25, 0.92));
}

.feature-card:first-child {
  grid-row: span 2;
  min-height: 678px;
}

.feature-card::after {
  position: absolute;
  right: -50px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(113, 146, 255, 0.07);
  filter: blur(8px);
  content: "";
}

.feature-number {
  position: absolute;
  top: 34px;
  right: 34px;
  color: #5e687a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
  border: 1px solid rgba(113, 146, 255, 0.28);
  border-radius: 14px;
  background: rgba(113, 146, 255, 0.1);
  color: var(--blue-bright);
  font-size: 21px;
}

.feature-card h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.feature-card > p {
  max-width: 510px;
  color: var(--muted);
}

.mini-chat {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.message {
  max-width: 78%;
  padding: 13px 15px;
  border-radius: 15px;
  font-size: 12px;
}

.message-user {
  align-self: flex-end;
  background: linear-gradient(135deg, #718fff, #876fff);
}

.message-agent {
  background: rgba(255, 255, 255, 0.07);
  color: #c6cedc;
}

.panel-dots {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel-dots i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-right: -15px;
  border: 2px solid var(--panel);
  border-radius: 50%;
  background: #243053;
  color: #c5d0ff;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.panel-dots i:nth-child(2) {
  background: #3b275a;
}

.panel-dots i:nth-child(3) {
  background: #193e37;
}

.panel-dots b {
  margin-left: 18px;
  color: var(--muted);
}

.panel-dots span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #c8d0df;
  font-size: 10px;
}

.review-chip {
  position: absolute;
  bottom: 32px;
  left: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(87, 216, 174, 0.1);
  color: #88e8c8;
  font-size: 10px;
  font-weight: 750;
}

.review-chip span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(87, 216, 174, 0.14);
}

.workflow-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 50%, rgba(113, 146, 255, 0.09), transparent 30rem),
    rgba(255, 255, 255, 0.018);
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 90px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 4px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding-block: 34px;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps > li > span {
  color: var(--blue-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.steps h3 {
  margin-bottom: 8px;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.steps p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
}

.trust-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
  padding: 64px;
  border: 1px solid rgba(113, 146, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 0%, rgba(113, 146, 255, 0.14), transparent 26rem),
    linear-gradient(145deg, rgba(17, 24, 41, 0.92), rgba(8, 12, 22, 0.94));
}

.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 18px;
  color: var(--blue-bright);
  font-weight: 700;
  text-decoration: none;
}

.trust-list {
  display: grid;
}

.trust-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
}

.trust-list > div:last-child {
  border-bottom: 1px solid var(--line);
}

.trust-list span {
  grid-row: span 2;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.trust-list strong {
  font-size: 17px;
}

.trust-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-section {
  padding-top: 24px;
}

.faq-list {
  max-width: 920px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--blue-bright);
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 730px;
  margin: -6px 0 28px;
  color: var(--muted);
}

.final-cta {
  margin-top: 40px;
  background: linear-gradient(120deg, #6f8fff, #786fff 48%, #9c6bea);
  color: white;
}

.final-cta-inner {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-block: 70px;
}

.final-cta h2 {
  max-width: 700px;
}

.final-cta .eyebrow,
.final-cta-inner > div > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.button-light {
  flex: 0 0 auto;
  background: white;
  color: #1e2340;
  box-shadow: 0 18px 50px rgba(34, 30, 86, 0.25);
}

.footer {
  padding-block: 70px 34px;
  background: var(--bg-deep);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

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

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #70798a;
  font-size: 11px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 68px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .actual-badge {
    right: 4%;
  }

  .feature-grid,
  .trust-card {
    grid-template-columns: 1fr;
  }

  .feature-card:first-child {
    grid-row: auto;
    min-height: 500px;
  }

  .trust-card {
    gap: 38px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .nav {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    gap: 38px;
    padding-block: 54px 72px;
  }

  .product-lockup {
    margin-bottom: 26px;
  }

  .product-lockup img {
    width: 56px;
    height: 56px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 520px;
  }

  .phone {
    width: min(340px, 92vw);
  }

  .orbit-one {
    width: 410px;
    height: 410px;
  }

  .orbit-two {
    width: 300px;
    height: 300px;
  }

  .actual-badge {
    right: 0;
    bottom: 40px;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid div,
  .signal-grid div:first-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .feature-card,
  .feature-card:first-child {
    min-height: 380px;
    padding: 26px;
  }

  .feature-number {
    top: 26px;
    right: 26px;
  }

  .feature-icon {
    margin-bottom: 38px;
  }

  .mini-chat {
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .panel-dots {
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .review-chip {
    bottom: 26px;
    left: 26px;
  }

  .steps li {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }

  .trust-card {
    padding: 32px 26px;
    border-radius: 24px;
  }

  .final-cta-inner {
    min-height: 430px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
  }

  .footer-grid,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom {
    margin-top: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
