:root {
  --bg: #080b10;
  --surface: #0e141c;
  --surface-2: #121a24;
  --line: #202b38;
  --line-soft: #17202a;
  --text: #edf4f8;
  --muted: #8493a4;
  --cyan: #62e6da;
  --green: #75ed9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--cyan); color: #06100f; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { width: min(1180px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand strong { display: block; font-size: 17px; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 2px; color: #6c7c8e; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.brand-mark { width: 36px; height: 36px; display: flex; gap: 3px; justify-content: center; align-items: end; padding: 8px; border: 1px solid #2a3b49; border-radius: 10px; background: linear-gradient(145deg, #18232d, #0e141b); }
.brand-mark i { width: 4px; border-radius: 3px; background: var(--cyan); box-shadow: 0 0 12px rgba(98,230,218,.3); }
.brand-mark i:nth-child(1) { height: 9px; opacity: .55; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; opacity: .8; }
.site-header nav { display: flex; gap: 30px; color: #91a0b0; font-size: 12px; }
.site-header nav a:hover, footer a:hover { color: var(--cyan); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 20px; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 750; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 0 16px; background: #111923; color: #c6d0da; }
.button-primary { color: #061311; background: var(--cyan); border-color: var(--cyan); box-shadow: 0 12px 42px rgba(98,230,218,.13); }
.button-primary:hover { background: #80f0e6; }
.button-ghost { color: #b9c5d0; background: #101720; }
.button-ghost:hover { border-color: #3b4b5c; }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 690px; margin: auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; padding: 76px 0 84px; position: relative; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -90px; top: 10px; background: radial-gradient(circle, rgba(39,134,131,.15), transparent 67%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.availability { width: fit-content; margin-bottom: 31px; padding: 7px 11px; border: 1px solid #20313b; border-radius: 99px; color: #8293a2; background: #0b1117; font-size: 10px; }
.availability span { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(117,237,154,.5); }
.eyebrow { margin: 0; color: #66798d; font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.hero h1 { margin: 13px 0 22px; font-size: clamp(45px, 5.5vw, 72px); line-height: .99; letter-spacing: -.062em; }
.hero h1 em, .section h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 540px; margin: 0; color: #93a1b0; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; gap: 10px; margin-top: 31px; }
.microcopy { color: #5f6e7e; font-size: 10px; margin: 13px 0 0; }

.app-shell { position: relative; z-index: 1; overflow: hidden; border: 1px solid #2a3643; border-radius: 16px; background: #090d12; box-shadow: 0 34px 90px rgba(0,0,0,.47), 0 0 0 1px rgba(255,255,255,.02) inset; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.window-bar { height: 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; background: #101720; border-bottom: 1px solid var(--line); color: #607183; }
.window-bar > small { font-size: 7px; letter-spacing: .16em; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; background: #394451; border-radius: 50%; }.window-dots i:first-child { background: #a75762; }.window-dots i:nth-child(2) { background: #a3864d; }
.connected { justify-self: end; font-size: 8px; color: #8496a7; }.connected i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.app-layout { height: 385px; display: grid; grid-template-columns: 64px 1fr; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 18px 0 12px; background: #0c1117; border-right: 1px solid var(--line-soft); }
.app-sidebar .mini-brand { width: 31px; height: 31px; padding: 7px; margin-bottom: 8px; }.app-sidebar b { color: #5e6d7d; font-size: 13px; }.app-sidebar b.active { color: var(--cyan); }.app-sidebar .local { display: grid; justify-items: center; gap: 5px; margin-top: auto; color: #657485; font-size: 7px; }.app-sidebar .local i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.app-main { padding: 25px 25px 22px; background: radial-gradient(circle at 90% 0, rgba(25,92,91,.14), transparent 30%); }
.app-title { display: flex; justify-content: space-between; align-items: end; padding: 0 2px 20px; }
.app-title small { display: block; margin-bottom: 5px; color: #607286; font-size: 7px; letter-spacing: .15em; }.app-title strong { font-size: 21px; line-height: 1.07; letter-spacing: -.04em; }.app-title strong em { color: var(--cyan); font-style: normal; }.app-title button { padding: 8px 10px; border: 0; border-radius: 7px; background: var(--cyan); color: #071211; font-size: 8px; font-weight: 800; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 17px; border: 1px solid var(--line); border-radius: 8px; background: #0e141c; }.stat-row span { padding: 10px 13px; }.stat-row span + span { border-left: 1px solid var(--line); }.stat-row small { display: block; color: #5d6e80; font-size: 6px; letter-spacing: .14em; }.stat-row b { font-size: 17px; }
.endpoint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.endpoint-grid article { min-width: 0; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(150deg, #111923, #0d131a); }.endpoint-grid header { display: flex; align-items: center; gap: 7px; }.endpoint-grid header > i { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #29444a; border-radius: 7px; background: #15272b; color: var(--cyan); font-size: 9px; font-style: normal; font-weight: 800; }.endpoint-grid header span { min-width: 0; }.endpoint-grid header b, .endpoint-grid header small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.endpoint-grid header b { font-size: 7px; }.endpoint-grid header small { color: #69798a; font-size: 6px; }.endpoint-grid header em { margin-left: auto; color: var(--green); font-size: 5px; font-style: normal; letter-spacing: .08em; }.endpoint-grid code { display: block; overflow: hidden; margin: 12px 0 10px; padding: 7px; border: 1px solid #19232e; border-radius: 5px; background: #080c11; color: #8395a7; font-size: 6px; white-space: nowrap; }.endpoint-grid footer { display: flex; gap: 8px; color: #596a7b; font-size: 6px; }

.provider-strip { min-height: 98px; display: flex; align-items: center; justify-content: center; gap: clamp(26px, 5vw, 72px); padding: 20px 24px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #0a0e14; }.provider-strip span { color: #506172; font-size: 8px; letter-spacing: .17em; }.provider-strip b { color: #83919e; font-size: 14px; letter-spacing: -.02em; }
.section { width: min(1100px, calc(100% - 48px)); margin: auto; padding: 120px 0; }
.section-heading { max-width: 700px; margin-bottom: 48px; }.section-heading h2, .agent-copy h2, .security-section h2, .download-section h2 { margin: 12px 0 18px; font-size: clamp(34px, 4vw, 53px); line-height: 1.06; letter-spacing: -.05em; }.section-heading > p:last-child, .agent-copy > p, .security-section > div > p:last-child, .download-section > div > p:last-child { max-width: 640px; color: var(--muted); font-size: 14px; line-height: 1.75; }.centered { margin-left: auto; margin-right: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }.feature-grid article { min-height: 240px; padding: 31px; background: linear-gradient(150deg, rgba(18,26,36,.75), rgba(11,16,23,.72)); }.feature-grid article:nth-child(n+4) { border-top: 1px solid var(--line); }.feature-grid article:not(:nth-child(3n+1)) { border-left: 1px solid var(--line); }.feature-icon { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #2a4148; border-radius: 9px; background: #142428; color: var(--cyan); }.feature-grid h3 { margin: 26px 0 9px; font-size: 16px; }.feature-grid p { margin: 0; color: #7e8d9d; font-size: 12px; line-height: 1.7; }.feature-grid code { color: #a7b7c5; }

.agent-section { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }.config-block { margin-top: 35px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #090d12; }.config-block span { display: grid; grid-template-columns: 90px 1fr; padding: 13px 16px; }.config-block span + span { border-top: 1px solid var(--line-soft); }.config-block small { color: #5e7081; font-size: 7px; font-weight: 800; letter-spacing: .15em; }.config-block code { color: #9eb0bf; font-size: 11px; }
.agent-list { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #0d131b; }.agent-list > a, .agent-list > span { min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line-soft); color: #aeb9c5; font-size: 12px; }.agent-list > :nth-child(even) { border-left: 1px solid var(--line-soft); }.agent-list a:hover { color: var(--cyan); background: #111b24; }.agent-list a span { color: #5e7182; }.agent-list > p { grid-column: 1 / -1; margin: 0; padding: 18px; color: #647485; font-size: 10px; line-height: 1.6; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 48px 0 0; padding: 0; list-style: none; }.steps li { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: #0d131a; }.steps li > span { color: var(--cyan); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }.steps h3 { margin: 0 0 8px; font-size: 15px; }.steps p { margin: 0; color: #778697; font-size: 11px; line-height: 1.65; }
.security-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }.security-section ul { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 14px; list-style: none; overflow: hidden; }.security-section li { display: flex; gap: 14px; align-items: center; padding: 18px 20px; background: #0d131b; }.security-section li + li { border-top: 1px solid var(--line-soft); }.security-section li > i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(117,237,154,.08); color: var(--green); font-size: 10px; font-style: normal; }.security-section li b, .security-section li small { display: block; }.security-section li b { font-size: 12px; }.security-section li small { margin-top: 3px; color: #728294; font-size: 9px; }
.download-section { width: min(1100px, calc(100% - 48px)); margin: 0 auto 105px; padding: 55px 60px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border: 1px solid #294148; border-radius: 19px; background: radial-gradient(circle at 90% 0, rgba(40,139,135,.16), transparent 35%), linear-gradient(120deg, #101923, #0b1218); }.download-section h2 { font-size: clamp(32px, 4vw, 48px); }.download-section > div:first-child { max-width: 640px; }.download-actions { flex: 0 0 auto; display: grid; gap: 13px; text-align: center; }.download-actions > small { color: #6f8091; font-size: 9px; }.download-actions > a:last-child { color: #738496; font-size: 10px; }.download-actions > a:last-child:hover { color: var(--cyan); }
footer { width: min(1180px, calc(100% - 48px)); min-height: 150px; margin: auto; display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; border-top: 1px solid var(--line-soft); color: #637384; }.footer-brand { opacity: .75; } footer p { max-width: 700px; font-size: 9px; line-height: 1.7; } footer > div:last-child { display: flex; gap: 20px; font-size: 10px; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 54px; padding-top: 60px; }
  .hero-copy { max-width: 700px; }
  .app-shell { transform: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }.feature-grid article:nth-child(odd) { border-left: 0; }.feature-grid article:nth-child(even) { border-left: 1px solid var(--line); }
  .agent-section, .security-section { grid-template-columns: 1fr; gap: 50px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .download-section { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 20px; padding: 35px 0; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section, .download-section, footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }.site-header .button { display: none; }
  .hero { padding: 50px 0 62px; }.hero h1 { font-size: 45px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .app-layout { height: 335px; grid-template-columns: 44px 1fr; }.app-main { padding: 18px 13px; }.app-title strong { font-size: 16px; }.app-title button { display: none; }.endpoint-grid { grid-template-columns: 1fr; }.endpoint-grid article:nth-child(n+2) { display: none; }
  .provider-strip { gap: 18px; flex-wrap: wrap; }.provider-strip span { width: 100%; text-align: center; }
  .section { padding: 85px 0; }.section-heading h2, .agent-copy h2, .security-section h2 { font-size: 37px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: 210px; border-left: 0 !important; border-top: 1px solid var(--line); }.feature-grid article:first-child { border-top: 0; }
  .agent-list { grid-template-columns: 1fr; }.agent-list > :nth-child(even) { border-left: 0; }
  .config-block span { grid-template-columns: 1fr; gap: 6px; }.config-block code { overflow-wrap: anywhere; }
  .steps { grid-template-columns: 1fr; }.steps li { min-height: 180px; }
  .download-section { padding: 37px 27px; }.download-actions, .download-actions .button { width: 100%; }
  footer > div:last-child { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
