:root {
  --paper: #f3f0e8;
  --paper-deep: #e8e3d7;
  --ink: #11120f;
  --muted: #66665e;
  --line: rgba(17,18,15,.16);
  --acid: #d9ff43;
  --orange: #ff6b35;
  --blue: #4256df;
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 0 28px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; }
.wordmark svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.wordmark em { color: var(--muted); font-weight: 400; font-style: normal; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .55; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 16px; }
.nav-cta span { margin-left: 10px; }

.hero { position: relative; min-height: calc(100vh - 82px); max-width: var(--max); margin: 0 auto; padding: 9vh 28px 54px; overflow: hidden; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(1030px, 90%); }
.eyebrow, .kicker { margin: 0 0 25px; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 700; }
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 12px; }
.hero h1 { margin: 0; max-width: 1120px; font-size: clamp(65px, 8.6vw, 120px); line-height: .84; letter-spacing: -.082em; font-weight: 750; }
.hero h1 > span:not(.model-window) { display: inline-block; }
.hero h1 .hero-line { display: block; }
.ask-line { margin-top: .08em; }
.model-window { position: relative; display: inline-flex; align-items: center; min-width: 4.4em; color: var(--blue); perspective: 600px; }
#model-name { display: inline-block; white-space: nowrap; transform-origin: center bottom; }
#model-name.leaving { animation: modelOut .42s cubic-bezier(.7,0,.8,.2) both; }
#model-name.arriving { animation: modelIn .55s cubic-bezier(.2,.8,.2,1) both; }
@keyframes modelOut { to { opacity: 0; transform: translateY(-.35em) rotateX(38deg); filter: blur(8px); } }
@keyframes modelIn { from { opacity: 0; transform: translateY(.42em) rotateX(-42deg); filter: blur(9px); } to { opacity: 1; transform: none; filter: blur(0); } }
.hero-lede { max-width: 710px; margin: 42px 0 0; font-size: clamp(19px, 2vw, 27px); line-height: 1.35; letter-spacing: -.025em; color: #3d3e38; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 650; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--blue); }
.button-quiet { border: 1px solid var(--line); }
.play { width: 24px; height: 24px; display: inline-grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 7px; }
.free-note { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.free-note span { width: 7px; height: 7px; border-radius: 50%; background: #56a845; box-shadow: 0 0 0 4px rgba(86,168,69,.12); }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to left, black, transparent 72%); }
.hero-orbit { position: absolute; width: 680px; height: 680px; right: -270px; top: 50%; transform: translateY(-50%); opacity: .5; }
.hero-orbit svg { width: 100%; height: 100%; overflow: visible; animation: slowTurn 38s linear infinite; }
.hero-orbit circle, .hero-orbit path { fill: none; stroke: var(--line); stroke-width: 1; }
.hero-orbit .orbit-dot { fill: var(--orange); stroke: none; }
.hero-orbit .dot-b { fill: var(--blue); }
@keyframes slowTurn { to { transform: rotate(360deg); } }
.hero-index { position: absolute; right: 28px; bottom: 28px; display: flex; gap: 18px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; color: var(--muted); }
.hero-index span:first-child { color: var(--ink); }
.reveal { animation: revealUp .85s both cubic-bezier(.2,.7,.2,1); }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }.delay-3 { animation-delay: .24s; }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } }

.proof-strip { min-height: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 24px; padding: 18px 28px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.proof-strip p { margin: 0; }.proof-strip i { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }
.section { max-width: var(--max); margin: 0 auto; padding: 130px 28px; }
.demo-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.section-intro { position: sticky; top: 50px; }
.section-intro h2, .section-heading h2, .install-heading h2, .tokens-copy h2, .privacy-section > h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: .96; letter-spacing: -.065em; }
.section-intro > p:last-child, .install-heading > p:last-child, .tokens-copy > p { max-width: 470px; margin: 30px 0 0; color: var(--muted); font-size: 18px; }
.conversation { background: #161713; color: #f5f1e7; border-radius: 30px; overflow: hidden; padding: 22px; box-shadow: 0 35px 80px rgba(24,23,18,.18); }
.conversation-top { display: flex; justify-content: space-between; align-items: center; padding: 0 4px 20px; font-size: 11px; color: #aaa99e; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(255,255,255,.12); }
.conversation-top i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--acid); border-radius: 50%; }
.message { margin-top: 18px; border-radius: 17px; padding: 20px; }
.message small { display: block; margin-bottom: 8px; color: #99998f; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.message p { margin: 0; }
.user-message { margin-left: 19%; background: #2a2b26; font-size: 18px; }
.agent-message { display: grid; grid-template-columns: 34px 1fr; gap: 14px; background: #efeadf; color: var(--ink); }
.agent-message small { color: #5f6058; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 13px; font-weight: 700; }
.agent-message dl { margin: 18px 0; border-top: 1px solid rgba(0,0,0,.14); }
.agent-message dl div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,.14); font-size: 12px; }
.agent-message dt { color: var(--muted); }.agent-message dd { margin: 0; font-weight: 650; }
.confirm-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; color: var(--muted); }
.confirm-line button { border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 10px 14px; opacity: 1; }
.result-message { display: grid; grid-template-columns: 54px 1fr; gap: 15px; background: var(--blue); }
.result-message small { color: white; }
.result-number { color: var(--acid); font-size: 38px; line-height: 1; letter-spacing: -.06em; }
.result-message p { font-size: 14px; line-height: 1.55; }.result-message a { display: inline-block; margin-top: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid rgba(255,255,255,.5); }

.how-section { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; }
.section-heading h2 { text-align: right; }.section-heading em { font-family: Georgia, serif; font-weight: 400; }
.steps { list-style: none; padding: 0; margin: 80px 0 0; border-top: 1px solid var(--ink); }
.steps li { min-height: 190px; display: grid; grid-template-columns: 90px 1fr 100px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: padding .35s ease, background .35s ease; }
.steps li:hover { padding: 0 22px; background: rgba(255,255,255,.38); }
.step-number { align-self: start; padding-top: 40px; color: var(--muted); font-size: 11px; }
.steps h3 { margin: 0 0 10px; font-size: 27px; letter-spacing: -.04em; }.steps p { max-width: 690px; margin: 0; color: var(--muted); font-size: 17px; }
.step-mark { justify-self: end; font-family: Georgia, serif; font-size: 64px; font-weight: 400; color: var(--blue); }

.install-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; background: var(--paper-deep); max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px)); padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px)); }
.installer { min-width: 0; }
.tabs { display: flex; border-bottom: 1px solid var(--line); }
.tabs button { flex: 1; border: 0; border-bottom: 2px solid transparent; background: none; padding: 14px 6px; cursor: pointer; color: var(--muted); font-size: 13px; }
.tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--ink); }
.agent-glyph { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.tab-panels { min-height: 310px; background: var(--ink); color: #f7f3e9; border-radius: 0 0 var(--radius) var(--radius); padding: 28px; }
.panel-label { margin: 0 0 18px; color: #99998f; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.tab-panels pre { min-height: 95px; margin: 0; overflow-x: auto; white-space: pre-wrap; word-break: break-word; font: 14px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.copy-button { width: 100%; height: 46px; display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 0 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: rgba(255,255,255,.04); color: white; cursor: pointer; transition: background .2s ease; }
.copy-button:hover { background: rgba(255,255,255,.1); }.copy-button b { color: #99998f; font-size: 11px; font-weight: 400; }
.after-copy { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 22px 0 0; color: #aaa99e; font-size: 11px; }
.after-copy span { display: inline-grid; place-items: center; width: 20px; height: 20px; border: 1px solid #66665e; border-radius: 50%; color: var(--acid); }.after-copy i { font-style: normal; }
.endpoint { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: 11px; }.endpoint button { border: 0; background: none; cursor: pointer; font-family: ui-monospace, monospace; }.endpoint span { margin-left: 5px; }
.full-guide-link { margin: 14px 0 0; text-align: center; font-size: 13px; font-weight: 650; }.full-guide-link a { border-bottom: 1px solid var(--ink); }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; border-top: 1px solid var(--line); }
.faq-heading h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: .96; letter-spacing: -.065em; }
.faq-heading > p:last-child { max-width: 430px; margin: 30px 0 0; color: var(--muted); font-size: 17px; }.faq-heading a { color: var(--ink); border-bottom: 1px solid currentColor; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; cursor: pointer; list-style: none; font-size: 21px; font-weight: 650; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 23px; color: var(--blue); font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -7px 48px 28px 0; color: var(--muted); font-size: 16px; }
.faq-list code { padding: 2px 5px; background: rgba(17,18,15,.06); font-size: .83em; overflow-wrap: anywhere; }

.tokens-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.tokens-copy > p { font-size: 17px; }.tokens-copy > p + p { margin-top: 16px; }
.token-ledger { align-self: start; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 12px 12px 0 var(--acid); }
.ledger-head { display: flex; justify-content: space-between; padding-bottom: 22px; margin-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.ledger-head span:last-child { color: var(--blue); font-weight: 700; }
.ledger-row { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; font-size: 14px; }.ledger-row strong { font-variant-numeric: tabular-nums; }.ledger-row.muted { color: var(--muted); }.ledger-row.total { font-size: 18px; }.ledger-row.released { color: #35702e; }
.ledger-line { border-top: 1px dashed var(--line); margin: 7px 0; }.token-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; }.token-dot.input { background: var(--blue); }.token-dot.output { background: var(--orange); }
.token-ledger > p { margin: 20px 0 0; color: var(--muted); font-size: 10px; }
.free-credit { grid-column: 1 / -1; display: grid; grid-template-columns: 190px 1fr auto; gap: 30px; align-items: center; margin-top: 45px; padding: 30px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.free-big { font-size: 92px; line-height: .8; letter-spacing: -.08em; color: var(--blue); }.free-credit h3 { margin: 0 0 5px; font-size: 20px; }.free-credit p { max-width: 580px; margin: 0; color: var(--muted); }.free-credit a { border-bottom: 1px solid var(--ink); font-weight: 650; font-size: 13px; }

.privacy-section { border-top: 1px solid var(--line); }.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }.privacy-grid article { min-height: 280px; padding: 28px; background: var(--paper); }.privacy-grid article > span { color: #a83a12; font-size: 11px; }.privacy-grid h3 { margin: 80px 0 12px; font-size: 22px; letter-spacing: -.035em; }.privacy-grid p { margin: 0; color: var(--muted); }.privacy-grid code { font-size: 12px; }
.closing-section { position: relative; min-height: 680px; padding: 110px max(28px, calc((100vw - var(--max)) / 2 + 28px)); color: white; background: var(--blue); overflow: hidden; }
.closing-section > p { margin: 0; color: rgba(255,255,255,.92); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }.closing-section h2 { position: relative; z-index: 2; margin: 30px 0 50px; font-size: clamp(70px, 11vw, 160px); line-height: .78; letter-spacing: -.075em; }.closing-section h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }.button-light { position: relative; z-index: 2; background: white; color: var(--ink); }.button-light:hover { background: var(--acid); }
.closing-orbit { position: absolute; width: 700px; height: 700px; right: -70px; bottom: -280px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }.closing-orbit i { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }.closing-orbit i:nth-child(1) { inset: 100px; }.closing-orbit i:nth-child(2) { inset: 220px; }.closing-orbit i:nth-child(3) { width: 14px; height: 14px; top: 78px; left: 330px; background: var(--acid); border: 0; }

footer { max-width: var(--max); margin: 0 auto; padding: 55px 28px 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; }.footer-mark svg { width: 25px; }.footer-mark + p { margin: 0; color: var(--muted); font-size: 13px; } footer nav { display: flex; justify-content: end; gap: 20px; font-size: 13px; } footer small { grid-column: 1 / -1; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

/* Searchable installation guide */
.guide-body { background-image: linear-gradient(rgba(17,18,15,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,18,15,.035) 1px, transparent 1px); background-size: 64px 64px; }
.guide-main { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.guide-hero { min-height: 720px; display: flex; flex-direction: column; justify-content: center; padding: 90px 0; border-bottom: 1px solid var(--ink); }
.guide-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(64px, 8.4vw, 118px); line-height: .84; letter-spacing: -.078em; }.guide-hero h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }.guide-hero > p:not(.eyebrow) { max-width: 720px; margin: 42px 0 0; color: #3d3e38; font-size: 22px; }
.guide-endpoint { width: fit-content; max-width: 100%; display: flex; gap: 22px; align-items: center; margin-top: 42px; padding: 16px 20px; background: var(--ink); color: white; border-radius: 12px; }.guide-endpoint span { color: #aaa99e; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }.guide-endpoint code { font-size: 14px; overflow-wrap: anywhere; }
.guide-section { padding: 110px 0; border-bottom: 1px solid var(--line); }
.guide-section-heading { display: grid; grid-template-columns: 70px 1fr; align-items: start; }.guide-section-heading > span { padding-top: 8px; color: var(--blue); font-size: 13px; }.guide-section-heading .kicker { margin-bottom: 18px; }.guide-section-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 65px; padding: 1px; background: var(--line); }.guide-card { min-width: 0; min-height: 320px; padding: 28px; background: var(--paper); }.guide-card h3 { margin: 0 0 42px; font-size: 26px; letter-spacing: -.04em; }.guide-card pre { min-height: 112px; margin: 0; padding: 17px; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; background: var(--ink); color: white; border-radius: 10px; font: 12px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }.guide-card p { margin: 25px 0 0; color: var(--muted); }
.guide-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }.guide-prose { align-self: end; }.guide-prose p { margin: 0; color: var(--muted); font-size: 19px; }.guide-prose p + p { margin-top: 22px; }
.guide-prompts { align-self: end; }.guide-prompts p { margin: 0; padding: 20px 0; border-top: 1px solid var(--line); font-size: 20px; font-weight: 650; letter-spacing: -.025em; }.guide-prompts p:last-child { border-bottom: 1px solid var(--line); }
.guide-agent-note { margin: 110px 0; padding: 55px; background: var(--blue); color: white; border-radius: var(--radius); }.guide-agent-note h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .94; letter-spacing: -.06em; }.guide-agent-note > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }.guide-agent-note a { padding: 12px 16px; background: white; color: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 650; }
.guide-footer { border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta), .wordmark em { display: none; }
  .hero { min-height: 800px; padding-top: 70px; align-items: flex-start; }.hero-copy { width: 100%; }.hero h1 { font-size: clamp(58px, 13vw, 106px); }.hero h1 > span { display: block !important; }.model-window { min-height: 1em; }.hero-orbit { right: -420px; opacity: .28; }
  .proof-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .demo-section, .install-section, .tokens-section, .faq-section { grid-template-columns: 1fr; }.section-intro { position: static; }.conversation { margin-top: 35px; }.install-heading, .faq-heading { margin-bottom: 30px; }
  .section-heading { display: block; }.section-heading h2 { margin-top: 30px; text-align: left; }
  .free-credit { grid-template-columns: 130px 1fr; }.free-credit a { grid-column: 2; justify-self: start; }.free-big { font-size: 70px; }
  .guide-hero { min-height: 680px; }.guide-cards { grid-template-columns: 1fr; }.guide-card { min-height: 0; }.guide-two-column { grid-template-columns: 1fr; }.guide-prose, .guide-prompts { margin: 45px 0 0 70px; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 18px; }.nav-cta { padding: 8px 12px; }.hero { min-height: 760px; padding: 55px 18px 40px; }.hero h1 { font-size: clamp(54px, 18vw, 76px); line-height: .87; }.hero-lede { margin-top: 28px; font-size: 18px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-index { display: none; }
  #model-name.long-name { font-size: .72em; letter-spacing: -.055em; }
  .section { padding: 90px 18px; }.section-intro h2, .section-heading h2, .install-heading h2, .tokens-copy h2, .privacy-section > h2, .faq-heading h2 { font-size: 48px; }
  .user-message { margin-left: 8%; }.conversation { padding: 12px; border-radius: 20px; }.agent-message { grid-template-columns: 1fr; }.confirm-line { align-items: flex-start; flex-direction: column; }.confirm-line button { width: 100%; }.result-message { grid-template-columns: 40px 1fr; }
  .steps { margin-top: 50px; }.steps li { grid-template-columns: 42px 1fr; padding: 30px 0; }.steps li:hover { padding: 30px 10px; }.step-number { padding-top: 4px; }.step-mark { display: none; }
  .install-section { padding-left: 18px; padding-right: 18px; }.tabs button { font-size: 11px; }.agent-glyph { display: none; }.tab-panels { min-height: 360px; padding: 20px; }.after-copy i { display: none; }
  .free-credit { grid-template-columns: 1fr; }.free-credit a { grid-column: 1; }.privacy-grid { grid-template-columns: 1fr; }.privacy-grid article { min-height: 230px; }.privacy-grid h3 { margin-top: 50px; }
  .closing-section { min-height: 570px; padding: 80px 18px; }.closing-section h2 { font-size: 74px; }.closing-orbit { right: -440px; }
  footer { padding: 40px 18px 25px; grid-template-columns: 1fr; } footer nav { justify-content: start; } footer small { grid-column: 1; }
  .guide-main { padding: 0 18px; }.guide-hero { min-height: 650px; padding: 70px 0; }.guide-hero h1 { font-size: 58px; }.guide-hero > p:not(.eyebrow) { margin-top: 30px; font-size: 18px; }.guide-endpoint { width: 100%; align-items: flex-start; flex-direction: column; gap: 7px; }.guide-section { padding: 80px 0; }.guide-section-heading { grid-template-columns: 42px 1fr; }.guide-section-heading h2 { font-size: 48px; }.guide-cards { margin-top: 45px; }.guide-card { padding: 22px; }.guide-prose, .guide-prompts { margin: 35px 0 0 42px; }.guide-agent-note { margin: 75px 0; padding: 34px 24px; }.guide-agent-note h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
