:root {
  --bg: #f5f7ff;
  --bg-soft: #edf1ff;
  --ink: #172033;
  --muted: #69738a;
  --line: #dce2f0;
  --purple: #635bff;
  --purple-deep: #5048df;
  --mint: #b9f2db;
  --card: #ffffff;
  --navy: #1a2032;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --display: "Space Grotesk", var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.page-shell { overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { height: 78px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-accent { color: var(--purple); }
.brand-mark { width: 23px; height: 23px; display: inline-flex; align-items: flex-end; gap: 3px; }
.brand-mark span { display: block; width: 5px; border-radius: 4px 4px 2px 2px; background: var(--purple); transform: skew(-17deg); }
.brand-mark span:nth-child(1) { height: 11px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 18px; opacity: .78; }
.brand-mark span:nth-child(3) { height: 23px; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 22px; }
.desktop-nav a, .signin-link { color: #5d667a; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .signin-link:hover { color: var(--purple); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; border: 1px solid transparent; padding: 14px 21px; font-size: 14px; line-height: 1; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; }
.button-small { padding: 11px 15px; font-size: 13px; }
.button-dark { background: var(--navy); color: #fff; box-shadow: 0 7px 16px rgba(23, 32, 51, .12); }
.button-dark:hover { background: #27314a; box-shadow: 0 9px 22px rgba(23, 32, 51, .17); }
.button-primary { background: var(--purple); color: #fff; box-shadow: 0 9px 20px rgba(99, 91, 255, .23); }
.button-primary:hover { background: var(--purple-deep); box-shadow: 0 12px 24px rgba(99, 91, 255, .3); }
.button-outline { border-color: #cbd3e6; color: var(--ink); background: #fff; }
.button-outline:hover { border-color: var(--purple); color: var(--purple-deep); }
.menu-toggle { display: none; border: 0; background: transparent; width: 35px; padding: 5px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 595px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); align-items: center; gap: 40px; padding-top: 72px; padding-bottom: 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #69738a; font-size: 12px; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(99, 91, 255, .12); }
h1, h2 { font-family: var(--display); letter-spacing: -.06em; line-height: .99; margin: 0; }
h1 { max-width: 650px; font-size: clamp(52px, 6.2vw, 84px); margin: 21px 0 24px; }
h1 em, h2 em { color: var(--purple); font-style: normal; }
.hero-lede { max-width: 545px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.63; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }
.no-card { display: inline-flex; align-items: center; gap: 7px; color: #7b8598; font-size: 12px; font-weight: 600; }
.checkmark { color: #2c9e72; font-weight: 800; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 46px; }
.avatars { display: flex; padding-left: 7px; }
.avatars span { width: 29px; height: 29px; margin-left: -7px; border: 2px solid var(--bg); border-radius: 50%; display: grid; place-items: center; background: #d5d9ff; color: #464b9b; font-size: 8px; font-weight: 800; }
.avatars span:nth-child(2) { background: #f5d9bb; color: #8d5c2a; }
.avatars span:nth-child(3) { background: #c9eddd; color: #31765c; }
.avatars span:nth-child(4) { background: var(--navy); color: #fff; }
.hero-proof div:last-child { display: flex; flex-direction: column; gap: 1px; }
.hero-proof strong { font-family: var(--display); font-size: 13px; }
.hero-proof div:last-child span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.orbit { position: absolute; border: 1px solid rgba(99, 91, 255, .16); border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { width: 560px; height: 245px; }
.orbit-two { width: 530px; height: 215px; transform: rotate(28deg); border-color: rgba(99, 91, 255, .09); }
.terminal-window { position: relative; z-index: 1; width: min(510px, 100%); border: 1px solid #313a50; border-radius: 11px; background: #20283c; box-shadow: 0 25px 60px rgba(40, 49, 83, .22); transform: rotate(-2deg); overflow: hidden; }
.terminal-bar { height: 43px; padding: 0 17px; border-bottom: 1px solid #354057; display: flex; align-items: center; gap: 11px; color: #8793ae; font-family: var(--mono); font-size: 10px; }
.terminal-dots { display: flex; gap: 5px; }.terminal-dots i { width: 7px; height: 7px; border-radius: 50%; background: #78849c; }.terminal-dots i:first-child { background: #ff8c89; }.terminal-dots i:nth-child(2) { background: #facb6d; }.terminal-dots i:nth-child(3) { background: #80dbad; }
.terminal-label { margin-right: auto; }.terminal-status { color: #7edaa7; }
.terminal-body { padding: 21px 23px 24px; min-height: 266px; color: #d6def2; font: 12px/1.84 var(--mono); }
.code-line { white-space: pre-wrap; }.code-muted { color: #7c89a5; }.code-key { color: #acb4ff; }.code-string { color: #8be4b7; }.result-line { padding: 3px 0 3px 7px; margin-left: 10px; border-left: 1px solid #44516e; color: #9ca9c4; }.result-num { display: inline-block; width: 23px; color: #687591; font-size: 10px; }.cursor-line { height: 12px; }.cursor { display: inline-block; width: 6px; height: 13px; background: #9fa8ff; vertical-align: middle; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.signal-card { position: absolute; z-index: 2; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; min-width: 145px; padding: 12px 14px; border: 1px solid rgba(207, 214, 239, .85); border-radius: 9px; background: rgba(255,255,255,.94); box-shadow: 0 13px 32px rgba(54, 67, 111, .13); color: #8790a3; font-size: 10px; }.signal-card strong { grid-column: 2; color: var(--ink); font-family: var(--display); font-size: 17px; line-height: 1.1; }.signal-pulse { width: 8px; height: 8px; border-radius: 50%; background: #3db783; box-shadow: 0 0 0 4px rgba(61, 183, 131, .13); }.signal-card-top { top: 29px; right: 6px; }.signal-card-bottom { bottom: 22px; left: 2px; grid-template-columns: auto 1fr; }.mini-bars { display: flex; align-items: end; gap: 2px; height: 20px; }.mini-bars i { display: block; width: 3px; border-radius: 2px; background: #b4b0ff; }.mini-bars i:nth-child(1) { height: 8px; }.mini-bars i:nth-child(2) { height: 13px; }.mini-bars i:nth-child(3) { height: 10px; }.mini-bars i:nth-child(4) { height: 18px; }.mini-bars i:nth-child(5) { height: 15px; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 114px; display: flex; align-items: center; gap: 42px; }.logo-strip-label { color: #8a93a6; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }.logo-list { flex: 1; display: flex; justify-content: space-between; align-items: center; color: #8993a8; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.04em; }.logo-list .logo-serif { font-family: Georgia, serif; font-style: italic; font-weight: 500; letter-spacing: -.02em; }.logo-list .logo-light { color: var(--purple); font-weight: 400; }.logo-list .logo-mono { font: 11px var(--mono); letter-spacing: .08em; }.logo-list span:last-child { color: #9ca5b6; font-weight: 500; }

.playground-section { padding: 139px 0 146px; }.section-heading h2 { font-size: clamp(40px, 4.3vw, 58px); margin: 17px 0 17px; }.section-heading p { max-width: 550px; margin: 0; color: var(--muted); line-height: 1.6; font-size: 16px; }.section-heading.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }.section-heading.centered p { max-width: 520px; }.playground-card { margin-top: 45px; border: 1px solid #d8deed; border-radius: 12px; overflow: hidden; background: var(--card); box-shadow: 0 23px 50px rgba(64, 74, 118, .08); }.playground-tabs { height: 62px; display: flex; align-items: center; gap: 5px; padding: 0 20px; border-bottom: 1px solid #e1e6f1; background: #fbfcff; overflow-x: auto; }.playground-tab { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 10px 13px; border: 0; border-radius: 6px; color: #7b8497; background: transparent; font-size: 12px; font-weight: 700; }.playground-tab:hover { color: var(--purple); }.playground-tab.active { color: var(--purple-deep); background: #ebeaff; }.tab-icon { font-size: 15px; line-height: 0; }.playground-content { display: grid; grid-template-columns: .79fr 1.21fr; min-height: 430px; }.request-panel { padding: 25px 27px; border-right: 1px solid #dfe5f1; }.panel-heading { display: flex; justify-content: space-between; align-items: center; color: #68738a; font-size: 12px; font-weight: 700; }.method-chip { border-radius: 4px; padding: 5px 7px; color: #2d9a6c; background: #dff7eb; font: 10px var(--mono); }.field-label { display: block; margin: 24px 0 8px; color: #8790a3; font-size: 11px; font-weight: 700; }.input-wrap { position: relative; }.input-wrap input, select { width: 100%; padding: 12px 39px 12px 12px; border: 1px solid #dbe1ee; border-radius: 6px; outline: 0; color: var(--ink); background: #fbfcff; font-size: 12px; transition: border .2s ease, box-shadow .2s ease; }.input-wrap input:focus, select:focus { border-color: #9b95ff; box-shadow: 0 0 0 3px rgba(99,91,255,.12); }.input-count { position: absolute; right: 10px; top: 50%; color: #a6adbd; font: 10px var(--mono); transform: translateY(-50%); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.field-row .field-label { margin-top: 20px; }.field-row select { padding-right: 8px; }.toggle-row { display: flex; justify-content: space-between; align-items: center; margin: 24px 0 28px; }.toggle-row strong, .toggle-row span { display: block; }.toggle-row strong { font-size: 12px; }.toggle-row > div span { margin-top: 3px; color: #949daf; font-size: 10px; }.switch { width: 35px; height: 20px; padding: 2px; border: 0; border-radius: 20px; background: #cbd2e0; text-align: left; transition: background .2s ease; }.switch span { width: 16px; height: 16px; border-radius: 50%; background: white; transition: transform .2s ease; }.switch.active { background: var(--purple); }.switch.active span { transform: translateX(15px); }.run-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border: 0; border-radius: 6px; color: #fff; background: var(--purple); font-size: 12px; font-weight: 700; box-shadow: 0 7px 14px rgba(99,91,255,.18); }.run-button:hover { background: var(--purple-deep); }.run-icon { font-size: 9px; }.run-shortcut { margin-left: auto; color: #c6c3ff; font: 10px var(--mono); }.request-foot { display: flex; align-items: center; gap: 8px; margin-top: 21px; color: #9aa3b5; font-size: 10px; }.request-foot code { overflow: hidden; color: #737d93; font: 10px var(--mono); text-overflow: ellipsis; white-space: nowrap; }.response-panel { display: flex; flex-direction: column; padding: 25px 27px 18px; background: #fbfcff; }.response-time { margin-left: 5px; color: #3fa878; font: 10px var(--mono); font-weight: 400; }.copy-button { border: 0; background: transparent; color: #929bad; font-size: 10px; }.copy-button:hover { color: var(--purple); }.copy-button span { margin-left: 3px; font-size: 11px; }.json-response { flex: 1; margin: 19px 0; padding: 21px 18px; overflow: auto; border: 1px solid #e4e8f2; border-radius: 7px; background: #fff; color: #65718a; font: 11px/1.95 var(--mono); }.json-brace { color: #5965be; }.json-key { color: #6b54c7; }.json-string { color: #247e67; }.json-number { color: #c27240; }.response-foot { display: flex; align-items: center; gap: 7px; color: #4d9f7d; font-size: 10px; }.success-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ab889; }.response-meta { margin-left: auto; color: #a0a8b8; font-family: var(--mono); }

.pricing-section { padding: 0 0 141px; }.pricing-section > .section-heading { max-width: 575px; }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 46px; }.price-card { position: relative; min-height: 385px; padding: 27px 24px 23px; border: 1px solid #d9dfec; border-radius: 9px; background: #fff; }.price-card.featured { border: 2px solid var(--purple); padding: 26px 23px 22px; box-shadow: 0 15px 32px rgba(99, 91, 255, .12); }.featured-label { position: absolute; top: -14px; right: 21px; padding: 6px 10px; border-radius: 4px; color: #fff; background: var(--purple); font-size: 10px; font-weight: 700; }.price-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }.plan-name { font-family: var(--display); font-size: 19px; font-weight: 700; }.plan-tag { color: #929bad; font-size: 10px; text-align: right; }.price { margin-top: 27px; color: var(--ink); font-family: var(--display); font-size: 48px; font-weight: 700; letter-spacing: -.07em; }.price-currency { margin-right: 3px; color: var(--purple); font-size: 24px; vertical-align: top; }.price-suffix { margin-left: 4px; color: #9aa3b5; font: 10px var(--sans); letter-spacing: 0; }.credit-count { margin-top: 2px; color: #56627b; font: 12px var(--mono); }.credit-count span { color: #9aa3b5; font-family: var(--sans); }.price-divider { height: 1px; margin: 25px 0 18px; background: #e7eaf3; }.feature-list { display: grid; gap: 11px; min-height: 91px; margin: 0 0 22px; padding: 0; list-style: none; color: #626c80; font-size: 12px; }.feature-list span { margin-right: 7px; color: #36a574; font-weight: 800; }.price-card .button { width: 100%; font-size: 12px; }.pricing-note { margin: 23px 0 0; color: #8b94a7; font-size: 12px; }.pricing-note a, .faq-intro a { color: var(--purple-deep); font-weight: 700; }.pricing-note a span, .faq-intro a span { margin-left: 3px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding: 0 0 135px; }.faq-intro h2 { margin: 18px 0 18px; font-size: clamp(40px, 4.3vw, 57px); }.faq-intro p { margin: 0; color: #7c8699; font-size: 13px; }.faq-list { border-top: 1px solid #d9dfec; }.faq-list details { border-bottom: 1px solid #d9dfec; }.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 1px; list-style: none; cursor: pointer; color: #364057; font-size: 14px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-plus { position: relative; flex: 0 0 17px; width: 17px; height: 17px; border: 1px solid #bcc5d8; border-radius: 50%; }.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 7px; left: 4px; width: 7px; height: 1px; background: #707b90; transition: transform .2s ease; }.faq-plus::after { transform: rotate(90deg); }.faq-list details[open] .faq-plus { border-color: var(--purple); }.faq-list details[open] .faq-plus::after { transform: rotate(0); background: var(--purple); }.faq-list details p { max-width: 650px; margin: -4px 34px 18px 1px; color: #7d8799; font-size: 12px; line-height: 1.65; }.faq-list code { padding: 2px 4px; border-radius: 3px; color: #5b54bc; background: #edebff; font: 10px var(--mono); }

.final-cta { position: relative; display: flex; align-items: center; gap: 35px; min-height: 250px; margin-bottom: 103px; padding: 49px 58px; border-radius: 11px; background: var(--mint); overflow: hidden; }.final-cta h2 { margin: 15px 0 10px; font-size: clamp(34px, 4vw, 50px); }.final-cta p { margin: 0; color: #528275; font-size: 14px; }.final-cta .button { margin-left: auto; flex: 0 0 auto; }.cta-mark { position: absolute; right: 195px; top: -130px; display: flex; gap: 17px; transform: rotate(23deg); opacity: .16; }.cta-mark span { width: 15px; height: 320px; border-radius: 10px; background: #217c65; }.cta-mark span:nth-child(2) { height: 270px; margin-top: 39px; }.cta-mark span:nth-child(3) { height: 220px; margin-top: 80px; }

.site-footer { border-top: 1px solid var(--line); background: #f0f3ff; }.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-top: 56px; padding-bottom: 49px; }.footer-brand p { max-width: 210px; margin: 17px 0 25px; color: #8b94a7; font-size: 12px; line-height: 1.6; }.footer-social { display: flex; gap: 8px; }.footer-social a { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #d0d7e7; border-radius: 50%; color: #778298; font-size: 12px; }.footer-social a:hover { border-color: var(--purple); color: var(--purple); }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links div { display: flex; flex-direction: column; gap: 12px; }.footer-links strong { margin-bottom: 4px; color: #49546c; font-size: 11px; }.footer-links a { color: #8a93a6; font-size: 12px; }.footer-links a:hover { color: var(--purple); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 20px; border-top: 1px solid #dbe1ef; color: #99a2b3; font-size: 10px; }.footer-spark { color: var(--purple); font-size: 14px; vertical-align: -1px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 62px; }.hero-copy { max-width: 680px; }.hero-visual { margin-top: 18px; }.desktop-nav { gap: 18px; }.playground-content { grid-template-columns: 1fr; }.request-panel { border-right: 0; border-bottom: 1px solid #dfe5f1; }.pricing-grid { grid-template-columns: 1fr; max-width: 560px; }.price-card { min-height: auto; }.faq-section { grid-template-columns: 1fr; gap: 45px; }.final-cta { gap: 20px; }.final-cta .button { margin-left: auto; }.cta-mark { right: 50px; }
}
@media (max-width: 640px) {
  .section-wrap, .site-header { width: min(100% - 32px, 1180px); }.site-header { position: relative; height: 68px; }.desktop-nav, .signin-link { display: none; }.desktop-nav.mobile-open { position: absolute; z-index: 20; top: 58px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 8px; border: 1px solid #dce2f0; border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(45, 56, 97, .13); }.desktop-nav.mobile-open a { padding: 12px 11px; border-radius: 5px; }.desktop-nav.mobile-open a:hover { background: #f0efff; }.menu-toggle { display: block; }.header-actions { gap: 13px; }.button-small { padding: 10px 12px; }.hero { padding-top: 51px; padding-bottom: 70px; min-height: auto; }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }.hero-proof { margin-top: 34px; }.hero-visual { min-height: 325px; margin-top: 29px; }.terminal-window { width: calc(100% - 12px); }.terminal-body { padding: 17px 12px; font-size: 9.5px; }.signal-card-top { right: -2px; top: 0; }.signal-card-bottom { bottom: 4px; left: -3px; }.orbit-one { width: 430px; height: 190px; }.orbit-two { width: 410px; height: 175px; }.logo-strip { display: block; padding: 26px 0; }.logo-strip-label { display: block; margin-bottom: 20px; }.logo-list { flex-wrap: wrap; gap: 20px 26px; justify-content: flex-start; font-size: 16px; }.playground-section { padding: 89px 0 100px; }.playground-tabs { padding: 0 10px; }.playground-tab { padding: 9px 10px; }.request-panel, .response-panel { padding: 22px 18px; }.json-response { font-size: 9px; padding: 16px 10px; }.pricing-section { padding-bottom: 95px; }.price-card.featured { margin-top: 10px; }.faq-section { padding-bottom: 92px; }.faq-list summary { font-size: 13px; }.final-cta { align-items: flex-start; flex-direction: column; margin-bottom: 70px; padding: 34px 25px; }.final-cta .button { margin: 13px 0 0; }.cta-mark { right: -17px; top: -80px; }.footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; }.footer-links { gap: 18px; }.footer-bottom { flex-direction: column; gap: 9px; }
}
