:root {
  --bg: #090b10;
  --panel: #10141b;
  --panel-2: #151a23;
  --line: #252c38;
  --text: #f4f6fa;
  --muted: #949eae;
  --accent: #72f1b8;
  --accent-2: #7e9cff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% -10%, rgba(126,156,255,.12), transparent 31rem),
    radial-gradient(circle at 95% 18%, rgba(114,241,184,.07), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }

.nav {
  width: min(calc(100% - 40px), var(--max));
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark {
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid rgba(114,241,184,.5); border-radius: 10px;
  color: var(--accent); background: rgba(114,241,184,.08); font-size: 12px; font-weight: 900;
}
.nav nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; }
.nav nav a:hover { color: var(--text); }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px;
  color: #07110c; background: var(--accent); border: 1px solid var(--accent); border-radius: 8px;
  font-weight: 750; font-size: 14px; transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(114,241,184,.18); }
.button-small { min-height: 40px; padding: 0 17px; }
.section { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 110px 0; }
.eyebrow {
  margin-bottom: 20px; color: var(--accent); font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase; letter-spacing: .16em;
}
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(114,241,184,.09); }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.hero h1, .section-heading h2, .about h2, .cta h2 {
  margin-bottom: 25px; font-size: clamp(48px, 5.7vw, 84px); line-height: .98; letter-spacing: -.06em; font-weight: 760;
}
h1 span, h2 span { color: var(--muted); }
.lede { max-width: 650px; color: #b9c1cd; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 35px 0 54px; }
.text-link { color: #c7ced8; font-weight: 650; font-size: 14px; }
.text-link span { color: var(--accent); margin-left: 7px; }
.metrics { display: flex; gap: 44px; }
.metrics div { display: flex; flex-direction: column; }
.metrics strong { font-size: 25px; letter-spacing: -.04em; }
.metrics span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.agent-console {
  overflow: hidden; border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient(160deg, rgba(23,29,40,.94), rgba(12,15,21,.96));
  box-shadow: 0 36px 90px rgba(0,0,0,.4);
}
.console-head, .connected { padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.console-head div { display: flex; flex-direction: column; }
.console-head strong { font-size: 14px; }
.console-head span, .connected > span { color: var(--muted); font: 11px ui-monospace, monospace; }
.status { color: var(--accent) !important; font-weight: 700 !important; letter-spacing: .08em; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--accent); }
.console-flow { padding: 9px 22px; }
.flow-row { position: relative; padding: 15px 0 15px 22px; border-left: 1px solid #303746; }
.flow-row::before { content: ""; position: absolute; top: 21px; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: #4c5669; }
.flow-row span { color: var(--muted); font: 11px ui-monospace, monospace; text-transform: uppercase; }
.flow-row p { margin: 4px 0 7px; color: #cfd5df; font-size: 13px; line-height: 1.45; }
.flow-row code, .agent-grid code { color: #a9b8ff; background: rgba(126,156,255,.09); border: 1px solid rgba(126,156,255,.14); border-radius: 5px; padding: 4px 7px; font-size: 10px; }
.flow-row.incoming::before { background: var(--accent-2); box-shadow: 0 0 0 4px rgba(126,156,255,.1); }
.flow-row.done::before { background: var(--accent); }
.code-pills { display: flex; gap: 6px; }
.connected { border-top: 1px solid var(--line); border-bottom: 0; }
.connected div { display: flex; }
.connected b { width: 26px; height: 26px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--panel); border-radius: 50%; background: #29303e; color: #dce2eb; font-size: 10px; }

.section-heading { display: grid; grid-template-columns: 1fr .64fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-heading h2, .about h2, .cta h2 { font-size: clamp(42px, 5vw, 68px); margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 17px; }
.featured-agent { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; padding: 42px; border: 1px solid rgba(114,241,184,.25); background: linear-gradient(135deg, rgba(114,241,184,.07), rgba(126,156,255,.035)); border-radius: 14px; }
.tag { color: var(--accent); font: 700 11px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .1em; }
.featured-agent h3, .agent-grid h3, .price-card h3 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.04em; }
.role { color: var(--muted); font-size: 13px; }
.featured-agent > div > p:not(.tag,.role) { max-width: 600px; color: #b0b9c6; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.chips span { padding: 5px 9px; color: #b9c5d5; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 5px; font-size: 10px; }
.activity { align-self: center; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: rgba(5,7,10,.45); }
.activity > span { color: var(--muted); font: 10px ui-monospace, monospace; text-transform: uppercase; }
.activity p { display: flex; align-items: center; margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); color: #c4cbd6; font-size: 12px; }
.activity p i { width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--accent); }
.activity small { margin-left: auto; color: #667084; }
.activity .typing { color: var(--accent); }
.agent-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 12px; }
.agent-grid article { grid-column: span 2; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.agent-grid article:nth-child(4), .agent-grid article:nth-child(5) { grid-column: span 3; }
.agent-grid article > p:not(.role) { color: var(--muted); font-size: 13px; }
.agent-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 40px; color: var(--accent); border: 1px solid var(--line); border-radius: 9px; background: var(--panel-2); font: 700 13px ui-monospace, monospace; }
.agent-grid h3 { font-size: 19px; }

.pricing { border-top: 1px solid rgba(255,255,255,.06); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.price-card > p:not(.tag) { color: var(--muted); }
.price-card-featured {
  border-color: rgba(114,241,184,.55);
  background: linear-gradient(155deg, rgba(114,241,184,.09), var(--panel) 42%);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.popular {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 6px 10px;
  color: #06100b !important;
  background: var(--accent);
  border-radius: 0 0 6px 6px;
  font: 800 9px ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.price { display: flex; align-items: baseline; margin: 35px 0; }
.price strong { font-size: 46px; letter-spacing: -.06em; }
.price span { color: var(--muted); margin-left: 8px; font-size: 11px; }
.price-custom { flex-direction: column; align-items: flex-start; gap: 3px; }
.price-custom strong { font-size: 42px; }
.price-custom span { margin-left: 0; }
.price-card ul, .about-card ul { list-style: none; padding: 0; margin: 0 0 35px; }
.price-card ul { flex: 1; }
.price-card li, .about-card li { padding: 9px 0; color: #bec6d2; font-size: 13px; }
.price-card li::before, .about-card li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.price-card .button { width: 100%; }
.button-secondary { color: var(--text); background: transparent; border-color: #3a4454; }
.button-secondary:hover { border-color: var(--accent); box-shadow: 0 12px 34px rgba(114,241,184,.08); }
.pricing-note { margin: 18px 0 0; color: #687386; font-size: 11px; text-align: center; }

.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.results-grid article { min-height: 235px; padding: 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.results-grid article:nth-child(3n) { border-right: 0; }
.results-grid article > span { color: #556073; font: 11px ui-monospace, monospace; }
.results-grid h3 { margin: 30px 0 8px; font-size: 18px; }
.results-grid p { color: var(--muted); font-size: 12px; }
.results-grid strong { color: var(--accent); font-size: 13px; }
.about-card { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; padding: 55px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(130deg, var(--panel), rgba(126,156,255,.07)); }
.about-card > div:last-child > p { color: #b7c0cd; font-size: 17px; }
.team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 30px; background: var(--line); border: 1px solid var(--line); }
.team article { display: flex; gap: 20px; padding: 28px; background: var(--bg); }
.team article > span { flex: 0 0 48px; height: 48px; display: grid; place-items: center; color: var(--accent); border: 1px solid var(--line); border-radius: 50%; background: var(--panel); font: 700 11px ui-monospace, monospace; }
.team small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.team h3 { margin: 3px 0 0; font-size: 17px; }
.team p { margin: 0; color: #697386; font-size: 11px; }
.faq { border-top: 1px solid rgba(255,255,255,.06); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: #dfe4ec;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--accent);
  font: 400 24px/1 ui-monospace, monospace;
  transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p {
  max-width: 820px;
  margin: -5px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.cta { text-align: center; padding-top: 145px; padding-bottom: 145px; }
.cta h2 { font-size: clamp(52px, 7vw, 90px); }
.cta > p:not(.eyebrow) { max-width: 560px; margin: 25px auto 32px; color: var(--muted); font-size: 17px; }
footer { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 35px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
footer p { margin: 0; text-align: center; }
footer > span { text-align: right; }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .section-heading, .featured-agent, .about-card { grid-template-columns: 1fr; gap: 30px; }
  .agent-grid article, .agent-grid article:nth-child(4), .agent-grid article:nth-child(5) { grid-column: span 3; }
  .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .nav { width: min(calc(100% - 28px), var(--max)); }
  .nav .button { display: none; }
  .section { width: min(calc(100% - 28px), var(--max)); padding: 80px 0; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .metrics { justify-content: space-between; gap: 10px; }
  .agent-grid { display: block; }
  .agent-grid article { margin-top: 10px; }
  .featured-agent, .price-card, .about-card { padding: 25px; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid article { border-right: 0; }
  .team { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 14px; }
  footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  footer p, footer > span { text-align: center; }
}
