@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600;650;700&display=swap');

:root {
  color-scheme: light;
  --bg: #f8faff;
  --surface: #fff;
  --line: #e1e7f0;
  --muted: #647187;
  --text: #182336;
  --blue: #2864d7;
  --bright: #2864d7;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: var(--font);
  --shadow: 0 4px 8px #203b6303, 0 18px 56px #203b6308;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #7ca7f3; outline-offset: 4px; }
::selection { background: #dce9ff; color: #173e80; }
[hidden] { display: none !important; }
.wrap { max-width: 1200px; margin: auto; padding-inline: 40px; }
.header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid #e5eaf1; background: #ffffffed; backdrop-filter: blur(18px); }
.nav { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; font-size: 23px; font-weight: 650; letter-spacing: -1px; color: #192536; }
.brand img { margin-right: 10px; object-fit: contain; }
.brand span { color: var(--blue); }
.nav nav { display: flex; gap: 28px; font-size: 13px; font-weight: 500; color: #59677b; }
.nav nav a:hover, .text-link:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 48px; padding: 12px 22px; border: 1px solid #d8e0eb; border-radius: 9px; background: white; color: #304057; font-size: 14px; font-weight: 550; box-shadow: 0 1px 2px #203b6304; transition: background .18s, border-color .18s, box-shadow .18s, transform .18s; }
.button:hover { border-color: #a9bfe2; background: #f5f8fe; box-shadow: 0 4px 12px #2345730a; transform: translateY(-1px); }
.button span { font-size: 20px; line-height: 1; }
.button.primary { background: var(--blue); border-color: var(--blue); color: white; box-shadow: 0 3px 7px #2864d71c; }
.button.primary:hover { background: #2058c3; border-color: #2058c3; box-shadow: 0 5px 14px #2864d728; }
.button.small { min-height: 40px; padding: 8px 16px; gap: 22px; font-size: 13px; }
.nav .button { color: var(--blue); background: #f4f8ff; border-color: #dce7fa; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: #657891; margin: 0 0 20px; line-height: 1.6; }
.live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #4683e2; margin-right: 8px; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px; background: white; color: var(--text); }
.skip:focus { top: 10px; }

/* The browser workspace follows the desktop app's paper-white canvas. */
.agent-section { padding-top: 48px; }
.agent-intro { text-align: center; }
.intro-mark { display: block; margin: 0 auto 19px; }
.agent-intro .eyebrow { font-size: 10px; letter-spacing: 1.35px; color: #61728b; margin-bottom: 19px; }
.agent-intro .live-dot { display: none; }
.agent-intro h1 { font-family: var(--display); font-size: 60px; font-weight: 550; letter-spacing: -3.2px; line-height: 1.1; margin: 0 0 20px; }
.agent-intro h1 span { color: var(--blue); }
.agent-intro p { font-size: 16px; color: var(--muted); margin: 0 0 31px; }
.agent-workspace { max-width: 820px; margin: auto; border: 1px solid #dae3f0; border-radius: 16px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.agent-topline { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid #edf0f5; background: #fcfdff; color: #34455f; font-size: 12px; }
.agent-topline > span { display: flex; align-items: center; gap: 9px; }
.dim { color: #718096; }
.quiet-button { display: inline-flex; align-items: center; gap: 8px; padding: 7px 4px; background: none; border: 0; color: #60718a; font-size: 12px; }
.quiet-button:hover { color: var(--blue); }
.agent-topline .quiet-button { font-size: 12px; }
#agent-form { margin: 0; padding: 23px; }
#agent-prompt { width: 100%; min-height: 84px; max-height: 260px; padding: 0; background: transparent; border: 0; resize: vertical; color: #23344e; font-size: 17px; line-height: 1.7; }
#agent-prompt::placeholder { color: #8592a7; }
.composer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.composer-tools { display: flex; align-items: center; gap: 20px; min-width: 0; }
.composer-tools .quiet-button { white-space: nowrap; font-size: 12px; }
.model-label { font-size: 11px; color: #718096; border-left: 1px solid var(--line); padding-left: 18px; }
.composer-bottom .button { min-height: 40px; padding: 8px 15px; font-size: 12px; gap: 22px; flex-shrink: 0; width: auto; }
.starter-prompts { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.starter-prompts button { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #fff; border: 1px solid #e1e7f0; border-radius: 8px; color: #50617a; font-size: 12px; }
.starter-prompts button > span { color: var(--blue); }
.starter-prompts button:hover { border-color: #a8c4ef; background: #f0f6ff; color: #235bb1; }
.agent-disclosure { margin-top: 20px; font-size: 11px; text-align: center; line-height: 1.8; color: #738198; }
#agent-status { max-width: 820px; margin: 12px auto 0; font-size: 12px; color: #526985; text-align: center; }
#agent-status:empty { display: none; }
.desktop-option { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 20px; font-size: 12px; }
.desktop-option a { color: #2860c5; font-weight: 550; }
.desktop-option > span { color: #748298; font-size: 11px; }
.offer-strip { max-width: 820px; display: flex; align-items: center; justify-content: center; gap: 14px; margin: 35px auto 0; padding: 23px 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #5e718d; font-size: 12px; }
.offer-number { font-size: 23px; font-weight: 600; letter-spacing: -.8px; color: #2b62c3; }
.offer-more { font-size: 11px; color: #5575a4; margin-left: 25px; }
#conversation:not(:empty) { border-bottom: 1px solid var(--line); padding: 8px 23px; max-height: 470px; overflow: auto; }
.chat-message { padding: 18px 0; border-bottom: 1px solid var(--line); white-space: pre-wrap; font-size: 14px; color: #475a75; overflow-wrap: anywhere; }
.chat-message:last-child { border: 0; }
.chat-message strong { display: block; color: #2864d7; font-size: 11px; letter-spacing: 1px; margin-bottom: 8px; }
.chat-message.user { color: #20324c; }
.chat-message.user strong { color: #6a7c96; }
#attached-files { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0; }
#attached-files button { background: #eef5ff; border: 1px solid #cee0fa; border-radius: 6px; color: #37629b; font-size: 12px; padding: 5px 9px; max-width: 100%; overflow-wrap: anywhere; }
#workspace-files { border-bottom: 1px solid var(--line); padding: 18px 22px; background: #f7f9fd; }
.files-header { display: flex; gap: 13px; align-items: center; margin-bottom: 12px; }
.files-header label { font-size: 12px; color: #697b95; }
.files-header select { max-width: 45%; background: white; border: 1px solid #d7e1ef; border-radius: 6px; padding: 7px; color: #335584; font-size: 12px; }
.files-header button { margin-left: auto; }
#file-editor { width: 100%; min-height: 240px; max-height: 480px; background: white; border: 1px solid #dce4ef; border-radius: 8px; padding: 15px; color: #29466d; resize: vertical; font: 13px/1.7 ui-monospace, SFMono-Regular, monospace; tab-size: 2; }
#workspace-files p { font-size: 11px; color: #718098; margin: 7px 0; }
button:disabled { opacity: .58; cursor: not-allowed; box-shadow: none; }
button:disabled:hover { transform: none; }

/* Marketing sections share the same light surfaces and blue accents. */
.hero { padding-top: 104px; text-align: center; }
.hero .offer-heading { font-weight: 550; letter-spacing: -5px; margin: 24px 0 22px; line-height: 1.05; }
.billion { display: block; font-size: clamp(50px,8.1vw,98px); color: #2562d1; letter-spacing: -5px; }
.hero-line { display: block; font-size: clamp(46px,6.2vw,70px); margin-top: 14px; letter-spacing: -3.5px; }
.hero-line em { font-style: normal; color: var(--blue); }
.hero-description { font-size: 18px; line-height: 1.7; color: var(--muted); margin: 26px 0; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 29px; }
.hero-actions .primary { min-width: 163px; }
.text-link { display: flex; align-items: center; gap: 15px; font-size: 14px; color: #4f6483; }
.micro { font-size: 12px; color: #728198; margin: 16px 0 0; }
.product-preview { margin-top: 58px; text-align: left; border: 1px solid #d8e2f0; border-radius: 14px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.preview-bar { height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; border-bottom: 1px solid var(--line); background: #f2f5fa; font-size: 12px; color: #596d89; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c4cedd; }
.preview-tag { font-size: 10px; letter-spacing: 1px; }
.preview-content { display: grid; grid-template-columns: 62px 1fr 1.1fr; min-height: 328px; }
.preview-sidebar { display: flex; align-items: center; flex-direction: column; padding: 25px 0 16px; gap: 24px; border-right: 1px solid var(--line); background: #f9fbfe; color: #7687a1; font-size: 22px; }
.side-active { background: #eaf1fc; color: #3473d6; width: 33px; border-radius: 7px; text-align: center; }
.sidebar-end { margin-top: auto; }
.preview-task { padding: 36px 32px; border-right: 1px solid var(--line); }
.preview-label { font-size: 10px; color: #6a7f9e; letter-spacing: 1.5px; }
.prompt { font-size: 30px; font-weight: 500; line-height: 1.25; letter-spacing: -1px; margin: 15px 0 24px; }
.request { font-size: 13px; color: #657993; }
.request > span:first-child { color: #4e80cf; margin-right: 8px; }
.request-indent { padding-left: 25px; }
.repo-pill { display: flex; align-items: center; gap: 9px; font-size: 11px; color: #657e9d; margin-top: 25px; }
.repo-status { color: #3d856c; margin-left: auto; font-size: 10px; }
.preview-activity { padding: 29px 32px; }
.activity-heading { font-size: 10px; display: flex; justify-content: space-between; margin-bottom: 23px; letter-spacing: .8px; color: #5b7495; }
.activity-heading .live-dot { width: 5px; height: 5px; }
.activity-line { display: flex; gap: 12px; font-size: 12px; padding: 10px 0; color: #4c6485; }
.tick { color: #3c86bf; }
.line-meta { font-size: 10px; margin-left: auto; color: #788aa4; }
.diff { border: 1px solid #dae8e2; border-radius: 7px; background: #f5faf7; margin-top: 15px; padding: 10px 14px; }
.diff-file { font-size: 10px; display: block; color: #617b72; margin-bottom: 7px; }
.diff code { font-size: 11px; color: #347757; line-height: 1.9; }
.review-ready { display: flex; gap: 9px; align-items: center; font-size: 12px; color: #2864c6; margin-top: 14px; }
.preview-footer { padding: 11px 20px; border-top: 1px solid var(--line); background: #fbfcff; font-size: 10px; color: #75859d; display: flex; justify-content: space-between; }
.preview-footer > span:last-child { letter-spacing: 1px; }
.principles { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 35px 0 40px; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: 1.2px; color: #75869f; }
.plus { color: #a1b5d1; font-size: 18px; }
.section { padding-top: 110px; padding-bottom: 110px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 49px; }
.section-heading > p { color: var(--muted); font-size: 16px; margin: 0 0 5px; }
h2 { font-size: 46px; font-weight: 550; line-height: 1.15; letter-spacing: -2px; margin: 0; }
h3 { font-size: 18px; font-weight: 550; letter-spacing: -.5px; line-height: 1.4; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article { padding: 34px 28px 34px 0; }
.value-grid article + article { border-left: 1px solid var(--line); padding-left: 28px; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #dce7f9; border-radius: 11px; background: #edf4ff; color: #376cca; font-size: 24px; margin-bottom: 27px; }
.value-grid h3 { margin: 0 0 12px; }
.value-grid p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; }
.feature-meta { display: block; margin-top: 28px; font-size: 10px; letter-spacing: 1px; color: #7689a5; }
.workflow { border-top: 1px solid #e4ebf7; border-bottom: 1px solid #e4ebf7; background: #f0f5fd; }
.workflow h2 { font-size: 44px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 55px; margin-top: 50px; }
.step-number { color: #3870cf; font-size: 14px; display: block; border-bottom: 1px solid #d4dfef; padding-bottom: 17px; }
.steps h3 { margin: 22px 0 10px; }
.steps p { color: #657994; font-size: 15px; margin: 0; }
.workflow-note { font-size: 12px; color: #73849d; margin: 34px 0 0; }
.pricing-label { display: flex; align-items: center; color: #6f819c; font-size: 12px; margin-bottom: 24px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan { padding: 29px 25px; border: 1px solid #e0e6ef; border-radius: 13px; background: white; box-shadow: 0 3px 9px #28416903; }
.plan.featured { border-color: #7ba4ea; background: #f5f9ff; box-shadow: 0 0 0 3px #e7f0ff, 0 12px 28px #2954a009; }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan h3 { font-size: 20px; margin: 0; }
.plan-top > span { font-size: 9px; color: #3467b8; letter-spacing: .8px; background: #edf4ff; border: 1px solid #d5e4fa; padding: 4px 7px; border-radius: 5px; }
.plan-description { font-size: 13px; color: #6c7d96; min-height: 22px; margin: 14px 0 23px; }
.price { font-size: 45px; font-weight: 550; letter-spacing: -2px; line-height: 1.15; margin: 0 0 14px; }
.price > span { font-size: 14px; font-weight: 400; color: #76879e; letter-spacing: 0; padding-left: 5px; }
.allowance { font-size: 12px; color: #7a89a0; margin: 0 0 25px; }
.allowance strong { color: #4a617f; font-weight: 500; }
.plan .button { width: 100%; justify-content: space-between; font-size: 12px; padding-inline: 15px; min-height: 45px; }
.plan ul { list-style: none; padding: 21px 0 0; margin: 22px 0 0; border-top: 1px solid var(--line); color: #637793; font-size: 12px; }
.plan li { margin: 8px 0; display: flex; gap: 9px; }
.plan li:before { content: '✓'; color: #487acf; }
.price.custom { font-size: 37px; line-height: 1.4; }
.pricing-note { max-width: 880px; font-size: 12px; color: #76869e; line-height: 1.9; margin: 27px 0 0; }
.final-cta { position: relative; overflow: hidden; border: 1px solid #dbe6f7; border-radius: 18px; padding-top: 65px; padding-bottom: 65px; background: linear-gradient(115deg,#f0f6ff,#f9fbff); }
.final-cta h2 { font-size: 62px; margin-bottom: 28px; position: relative; z-index: 1; }
.final-cta h2 span { color: var(--blue); }
.final-cta .button, .final-cta .eyebrow, .final-cta .micro { position: relative; z-index: 1; }
.cta-number { position: absolute; right: 54px; top: 18px; font-size: 285px; font-weight: 500; letter-spacing: -25px; line-height: 1.2; color: #dae7fa; pointer-events: none; }
.footer { display: flex; align-items: center; gap: 26px; min-height: 135px; color: #78879e; font-size: 12px; }
.footer .brand { font-size: 20px; }
.footer > p { margin-right: auto; }
.footer-link { background: none; border: 0; font-size: 12px; color: #647996; padding: 10px; }

/* Forms remain bright and legible, including browser-native controls. */
dialog { width: min(520px,calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 35px; border: 1px solid #d8e2ef; border-radius: 16px; background: white; color: var(--text); box-shadow: 0 24px 100px #1b365b28; }
dialog::backdrop { background: #263d6740; backdrop-filter: blur(8px); }
dialog h2 { font-size: 33px; letter-spacing: -1.2px; }
dialog p { font-size: 14px; color: #657994; line-height: 1.8; }
dialog .eyebrow { font-size: 10px; margin-top: 20px; }
dialog .close { position: absolute; right: 15px; top: 10px; width: 40px; height: 40px; background: none; border: 0; color: #6f8098; font-size: 27px; }
form label { display: block; font-size: 13px; color: #4b607c; margin: 17px 0 7px; }
form input[type=email], form select { display: block; width: 100%; min-height: 48px; background: #f8faff; border: 1px solid #d6e1ef; border-radius: 8px; padding: 10px 12px; color: #233e64; }
.consent { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; margin: 20px 0; }
.consent input { margin-top: 5px; accent-color: var(--blue); }
#signup-form .button { width: 100%; }
.form-note { font-size: 11px !important; }
.inline-link { padding: 0; color: #2a65c4; text-decoration: underline; background: none; border: 0; font-size: inherit; }
.honeypot { position: absolute; left: -9999px; }
#form-status { color: #285d9c; }

@media(min-width:1450px) { .wrap { max-width:1280px; } }
@media(max-width:900px) {
  .wrap { padding-inline:27px; } .nav nav { gap:19px; font-size:12px; }
  .preview-content { grid-template-columns:48px 1fr 1.1fr; } .preview-task,.preview-activity { padding:27px 20px; }
  .prompt { font-size:26px; } .preview-tag { display:none; }
  .section { padding-block:80px; } .section-heading { align-items:flex-start; flex-direction:column; gap:24px; }
  .value-grid h3 { font-size:17px; } .value-grid p { font-size:14px; }
  .pricing-grid { grid-template-columns:repeat(2,1fr); } .steps { gap:25px; }
  .principles { gap:22px; font-size:10px; letter-spacing:.7px; }
  .footer>p { display:none; } .footer-link { margin-left:auto; } .line-meta { display:none; }
}
@media(max-width:600px) {
  .wrap { padding-inline:22px; } .nav { height:72px; gap:14px; }
  .brand { font-size:21px; } .brand img { width:26px; height:26px; margin-right:7px; }
  .nav nav { margin-left:auto; } .nav nav a { display:none; } .nav nav a[href='#pricing'] { display:block; font-size:12px; }
  .nav .button { font-size:12px; gap:9px; padding:8px 12px; min-height:38px; }
  .agent-section { padding-top:33px; } .intro-mark { width:40px; height:40px; margin-bottom:16px; }
  .agent-intro .eyebrow { font-size:9px; letter-spacing:1px; margin-bottom:18px; }
  .agent-intro h1 { font-size:43px; letter-spacing:-2.1px; margin-bottom:18px; }
  .agent-intro p { font-size:14px; margin-bottom:25px; }
  .agent-topline { padding:10px 13px; font-size:11px; } .agent-topline .dim { display:none; }
  .agent-topline .quiet-button { font-size:11px; } #agent-form { padding:18px; }
  #agent-prompt { font-size:16px; min-height:103px; } .model-label { display:none; }
  .composer-tools .quiet-button { font-size:11px; } .composer-bottom .button { font-size:11px; gap:13px; padding:8px 11px; }
  .starter-prompts { gap:7px; flex-wrap:wrap; } .starter-prompts button { font-size:10px; padding:8px 10px; gap:6px; }
  .agent-disclosure { font-size:10px; } #agent-status { font-size:11px; }
  .desktop-option { flex-direction:column; gap:4px; } .desktop-option>span { font-size:10px; }
  .offer-strip { flex-wrap:wrap; gap:4px 9px; padding:19px 5px; margin-top:28px; font-size:11px; }
  .offer-number { font-size:20px; } .offer-more { flex-basis:100%; text-align:center; margin-left:0; margin-top:6px; font-size:11px; }
  .files-header { gap:8px; flex-wrap:wrap; } .files-header label { display:none; }
  .files-header select { max-width:58%; } .files-header button { font-size:10px; }
  .chat-message { font-size:13px; } #conversation:not(:empty) { padding:5px 17px; }
  .hero { padding-top:68px; } .eyebrow { font-size:10px; letter-spacing:1.1px; }
  .billion { font-size:clamp(35px,9.1vw,54px); letter-spacing:-2px; }
  .hero-line { font-size:48px; letter-spacing:-2.5px; margin-top:15px; }
  .hero-description { font-size:16px; margin:23px 0; } .hero-description br { display:none; }
  .hero-actions { gap:22px; } .hero-actions .primary { min-width:133px; }
  .text-link { font-size:12px; gap:8px; } .micro { font-size:11px; }
  .product-preview { margin-top:38px; } .preview-bar { font-size:10px; padding-inline:12px; height:38px; }
  .window-dots { gap:4px; } .window-dots i { width:5px; height:5px; }
  .preview-content { display:block; } .preview-sidebar { display:none; }
  .preview-task { border-right:0; border-bottom:1px solid var(--line); padding:25px; }
  .prompt { font-size:27px; margin:10px 0 16px; } .preview-activity { padding:24px; }
  .activity-heading { font-size:10px; } .activity-line { font-size:12px; }
  .preview-footer { font-size:10px; padding:10px 12px; } .preview-footer>span:last-child { display:none; }
  .principles { gap:10px; font-size:9px; letter-spacing:0; padding-block:25px; } .principles .plus { font-size:14px; }
  .section { padding-block:64px; } h2,.workflow h2 { font-size:35px; letter-spacing:-1.4px; }
  .section-heading { margin-bottom:30px; } .section-heading>p { font-size:15px; }
  .value-grid { grid-template-columns:1fr; } .value-grid article,.value-grid article+article { border-left:0; padding:28px 0; }
  .value-grid article+article { border-top:1px solid var(--line); } .feature-icon { margin-bottom:18px; }
  .value-grid h3 { font-size:19px; } .value-grid p { font-size:15px; max-width:400px; } .feature-meta { margin-top:17px; }
  .steps { grid-template-columns:1fr; gap:30px; margin-top:32px; } .step-number { padding-bottom:10px; }
  .steps h3 { margin-top:14px; } .workflow-note { font-size:11px; }
  .pricing-grid { grid-template-columns:1fr; gap:18px; } .pricing-label { font-size:11px; }
  .plan { padding:27px; } .plan-description { font-size:14px; } .plan .button,.plan ul,.allowance { font-size:13px; }
  .plan-top>span { font-size:10px; } .pricing-note { font-size:11px; }
  .final-cta { padding-top:45px; padding-bottom:45px; border-radius:0; border-inline:0; }
  .final-cta h2 { font-size:46px; } .cta-number { font-size:190px; right:15px; top:82px; opacity:.5; }
  .footer { flex-wrap:wrap; gap:12px; padding-block:28px; min-height:130px; } .footer>span { flex-basis:100%; }
  .footer .brand { font-size:18px; } dialog { padding:29px 24px; } dialog h2 { font-size:30px; }
}
@media(max-width:360px) {
  .wrap { padding-inline:17px; } .nav { gap:10px; } .nav .button { padding-inline:9px; gap:6px; }
  .brand { font-size:19px; } .brand img { width:23px; height:23px; }
  .agent-intro h1 { font-size:39px; } .composer-tools .quiet-button { font-size:10px; }
  .principles { gap:7px; font-size:8px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }

/* Platform downloads */
.download-main { max-width:1080px; }
.download-intro { padding:66px 0 42px; text-align:center; }
.download-intro .eyebrow { margin-bottom:18px; }
.download-intro h1 { font-size:58px; font-weight:550; line-height:1.1; letter-spacing:-2.9px; margin:0 0 20px; }
.download-intro h1 span { color:var(--blue); }
.download-intro>p:last-child { font-size:17px; color:var(--muted); margin:0; }
.nav a[aria-current=page] { color:var(--blue); }
.platform-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.platform-card { display:flex; flex-direction:column; background:white; border:1px solid var(--line); border-radius:16px; padding:29px 30px 25px; }
.platform-available { border-color:#97b7ed; box-shadow:0 0 0 3px #eaf1fe,0 12px 30px #2b558a07; }
.platform-top { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:23px; }
.platform-icon { display:flex; align-items:center; justify-content:center; width:45px; height:45px; background:#f3f6fb; border:1px solid #e4eaf2; border-radius:12px; color:#546a8b; }
.platform-icon svg { width:25px; height:25px; }
.platform-available .platform-icon,.platform-ios .platform-icon { color:var(--blue); background:#eef4ff; border-color:#dde8fa; }
.platform-status { font-size:11px; font-weight:500; padding:4px 9px; border:1px solid #e3e8ef; border-radius:20px; color:#728198; background:#fafbfd; white-space:nowrap; }
.platform-status.available { color:#397557; background:#f3faf6; border-color:#d8ecdf; }
.platform-status.available span { display:inline-block; width:5px; height:5px; margin-right:5px; border-radius:50%; background:#499871; vertical-align:middle; }
.platform-status.upcoming { color:#3866ae; background:#f0f6ff; border-color:#dce8fc; }
.platform-card h2 { font-size:26px; letter-spacing:-.8px; }
.platform-description { color:var(--muted); font-size:14px; margin:12px 0 26px; min-height:46px; max-width:340px; }
.platform-download { width:100%; justify-content:space-between; margin-top:auto; font-size:13px; }
.platform-download.unavailable { justify-content:center; opacity:1; color:#8390a5; background:#f6f8fb; border-color:#e7ecf3; cursor:default; }
.platform-detail { font-size:11px; color:#73849e; margin:13px 0 0; }
.platform-footnote { font-size:11px; color:#8592a6; margin:4px 0 0; }
.platform-card:not(.platform-available) { padding-bottom:47px; }
.download-setup { display:grid; grid-template-columns:1fr 1.2fr; gap:60px; padding:62px 0 46px; margin-top:48px; border-top:1px solid var(--line); }
.download-setup h2 { font-size:31px; letter-spacing:-1px; }
.download-setup>div>p:last-child { font-size:14px; color:var(--muted); margin-top:15px; }
.download-setup ol { list-style:none; margin:0; padding:0; }
.download-setup li { display:flex; gap:20px; padding-bottom:22px; }
.download-setup li>span { font-size:12px; color:var(--blue); margin-top:3px; }
.download-setup h3 { font-size:15px; letter-spacing:-.2px; margin:0 0 6px; }
.download-setup li p { font-size:13px; color:var(--muted); margin:0; }
.download-browser { display:flex; justify-content:center; align-items:center; gap:15px; padding:25px 15px; background:#eff5ff; border:1px solid #e0e9f8; border-radius:12px; font-size:13px; color:#68809f; }
.download-browser>a { color:var(--blue); font-weight:500; }
.download-page .footer { margin-top:35px; }
@media(max-width:600px) {
  .download-intro { padding:44px 0 34px; }
  .download-intro h1 { font-size:43px; letter-spacing:-2px; }
  .download-intro>p:last-child { font-size:15px; }
  .platform-grid { grid-template-columns:1fr; gap:17px; }
  .platform-card { padding:24px; }
  .platform-card:not(.platform-available) { padding-bottom:24px; }
  .platform-description { min-height:0; font-size:14px; margin-bottom:24px; }
  .platform-top { margin-bottom:19px; }
  .platform-detail { font-size:11px; }
  .download-setup { grid-template-columns:1fr; gap:25px; margin-top:36px; padding:40px 0 20px; }
  .download-setup h2 { font-size:29px; }
  .download-browser { flex-direction:column; gap:7px; font-size:12px; }
  .download-page .nav nav a[href='/#pricing'] { display:block; }
}
.platform-select{width:100%;min-height:43px;background:#f8faff;border:1px solid #dbe5f3;border-radius:8px;padding:9px 12px;color:#425b7e;font:13px var(--font);margin:0 0 12px}
.platform-card:not(.platform-available){padding-bottom:25px}
.platform-ios .platform-description{flex:1}

.release-note{max-width:640px;margin:0 auto 28px;text-align:center;font-size:12px;line-height:1.7;color:var(--muted)}
