:root {
  color: #172033;
  background: #faf8f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: #1d5fd1; }
a:hover { color: #164a9f; }
.site-header {
  border-bottom: 1px solid #e8e4de;
  background: rgba(255, 255, 255, .88);
}
.site-header-inner, .page, .site-footer-inner {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  color: #172033;
  font: 700 17px/1 "JetBrains Mono", SFMono-Regular, Consolas, monospace;
  text-decoration: none;
}
.brand span { color: #2563eb; }
.header-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.page { padding: 76px 0 88px; }
.eyebrow {
  margin: 0 0 16px;
  color: #2563eb;
  font: 700 12px/1.4 "JetBrains Mono", SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 {
  max-width: 760px;
  margin: 0;
  color: #101828;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #526078;
  font-size: 20px;
  line-height: 1.6;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #d6dce6;
  border-radius: 6px;
  color: #172033;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.button.primary { border-color: #1d5fd1; color: #fff; background: #1d5fd1; }
.button:hover { text-decoration: none; box-shadow: 0 4px 12px rgba(23, 32, 51, .1); }
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 64px;
}
.feature {
  min-height: 172px;
  padding: 22px;
  border: 1px solid #e3e0da;
  border-radius: 6px;
  background: #fff;
}
.feature h2 { margin: 0 0 10px; color: #172033; font-size: 17px; line-height: 1.3; }
.feature p { margin: 0; color: #68758a; font-size: 15px; line-height: 1.65; }
.section { max-width: 760px; margin-top: 72px; }
.section h2 { margin: 0 0 18px; color: #101828; font-size: 28px; line-height: 1.2; }
.section p, .section li { color: #526078; font-size: 16px; line-height: 1.75; }
.section ul { margin: 0; padding-left: 22px; }
.faq { border-top: 1px solid #e3e0da; }
.faq details { padding: 17px 0; border-bottom: 1px solid #e3e0da; }
.faq summary { cursor: pointer; color: #172033; font-weight: 700; }
.faq p { margin: 10px 0 0; }
.site-footer { border-top: 1px solid #e8e4de; background: #fff; }
.site-footer-inner { padding: 24px 0; display: flex; justify-content: space-between; gap: 18px; color: #7a8494; font-size: 13px; }
.site-footer a { text-decoration: none; }
@media (max-width: 720px) {
  .site-header-inner, .page, .site-footer-inner { width: min(100% - 28px, 1040px); }
  .page { padding: 52px 0 64px; }
  .lede { font-size: 18px; }
  .content-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .section { margin-top: 56px; }
  .site-footer-inner { align-items: flex-start; flex-direction: column; }
}

/* Conversion pages use an editor-inspired hero instead of a generic landing block. */
.conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: 38px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #263750;
  border-radius: 18px;
  color: #f7f9fc;
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 151, 255, .32), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(31, 204, 176, .18), transparent 36%),
    #101b2d;
  box-shadow: 0 22px 70px rgba(16, 27, 45, .18);
  overflow: hidden;
}
.conversion-hero .eyebrow { color: #82b7ff; }
.conversion-hero h1 { color: #fff; max-width: 640px; }
.conversion-hero .lede { color: #c7d2e2; max-width: 600px; }
.conversion-hero .button { border-color: rgba(255, 255, 255, .22); color: #eef5ff; background: rgba(255, 255, 255, .08); }
.conversion-hero .button.primary { border-color: #82b7ff; color: #0f1a2b; background: #9cc7ff; }
.conversion-hero .button:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, .22); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero-note { margin: 20px 0 0; color: #aebdd0; font-size: 13px; line-height: 1.6; }
.visual-card {
  align-self: center;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(7, 14, 26, .72);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .24);
  overflow: hidden;
}
.window-bar { display: flex; align-items: center; gap: 7px; padding: 12px 15px; border-bottom: 1px solid rgba(255, 255, 255, .1); color: #8ea0b7; font: 600 11px/1.2 "JetBrains Mono", SFMono-Regular, Consolas, monospace; }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff806e; box-shadow: 16px 0 #f7c95d, 32px 0 #55d39c; margin-right: 34px; }
.window-title { opacity: .76; }
.code-window pre { margin: 0; padding: 22px 20px 24px; color: #d9e8ff; font: 500 13px/1.75 "JetBrains Mono", SFMono-Regular, Consolas, monospace; white-space: pre-wrap; }
.code-window .token-comment { color: #7e95b3; }
.code-window .token-keyword { color: #8bc4ff; }
.code-window .token-string { color: #8ee0b4; }
.code-window .token-function { color: #f7d58b; }
.document-window { padding-bottom: 18px; background: #f8fafc; color: #172033; }
.document-window .window-bar { color: #6f8094; border-color: #e4eaf1; background: #fff; }
.document-sheet { margin: 24px; padding: 24px 26px 28px; border: 1px solid #e4eaf1; border-radius: 9px; background: #fff; box-shadow: 0 12px 28px rgba(21, 44, 75, .11); }
.document-sheet h3 { margin: 0 0 13px; font: 700 21px/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.document-sheet p { margin: 0 0 17px; color: #63738a; font-size: 12px; line-height: 1.7; }
.document-lines { display: grid; gap: 9px; }
.document-lines span { display: block; height: 7px; border-radius: 99px; background: #dce7f5; }
.document-lines span:nth-child(2) { width: 82%; }
.document-lines span:nth-child(3) { width: 68%; }
.document-lines span:nth-child(4) { width: 91%; }
.document-lines span:nth-child(5) { width: 56%; }
.chat-window { padding-bottom: 18px; background: #f5f8fc; }
.chat-window .window-bar { color: #6f8094; border-color: #e1e8f1; background: #fff; }
.chat-bubble { margin: 22px 22px 0; padding: 17px 18px; border-radius: 13px 13px 13px 4px; color: #334155; background: #fff; box-shadow: 0 10px 24px rgba(21, 44, 75, .11); font-size: 13px; line-height: 1.65; }
.chat-bubble strong { display: block; margin-bottom: 7px; color: #172033; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.chat-bubble + .chat-bubble { margin-top: 12px; margin-left: 58px; border-radius: 13px 13px 4px 13px; color: #f5f9ff; background: #245cb0; }
.mini-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.mini-point { padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .17); color: #c7d2e2; font-size: 12px; line-height: 1.55; }
.mini-point strong { display: block; margin-bottom: 4px; color: #fff; font-size: 17px; }
.intent-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.intent-links a { display: inline-flex; align-items: center; min-height: 32px; padding: 0 11px; border: 1px solid #d6dce6; border-radius: 999px; color: #526078; background: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
.intent-links a:hover { border-color: #1d5fd1; color: #1d5fd1; }
.api-note { margin-top: 28px; padding: 14px 16px; border: 1px solid #dce4ef; border-radius: 9px; color: #68758a; background: #f7fafc; font-size: 14px; line-height: 1.6; }
.api-note strong { color: #172033; }
.api-note a { font-weight: 700; }
.proof-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.proof-item { padding: 16px 17px; border: 1px solid #dce4ef; border-radius: 10px; background: linear-gradient(140deg, #fff, #f4f8fc); }
.proof-item strong { display: block; margin-bottom: 5px; color: #172033; font-size: 14px; }
.proof-item span { color: #68758a; font-size: 13px; line-height: 1.5; }
@media (max-width: 820px) {
  .conversion-hero { grid-template-columns: 1fr; gap: 30px; }
  .visual-card { width: min(100%, 560px); }
}
@media (max-width: 520px) {
  .conversion-hero { padding: 26px 20px; border-radius: 13px; }
  .conversion-hero h1 { font-size: clamp(34px, 12vw, 48px); }
  .conversion-hero .lede { font-size: 17px; }
  .mini-points, .proof-strip { grid-template-columns: 1fr; }
  .document-sheet { margin: 16px; padding: 20px; }
  .chat-bubble { margin-left: 16px; margin-right: 16px; }
  .chat-bubble + .chat-bubble { margin-left: 42px; margin-right: 16px; }
}
