:root {
  --background: #ffffff;
  --surface: #f8fafc;
  --surface-strong: #f1f5f9;
  --primary: #111827;
  --secondary: #2563eb;
  --accent: #06b6d4;
  --success: #22c55e;
  --warning: #f59e0b;
  --error: #ef4444;
  --muted: #667085;
  --border: #e2e8f0;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--background); color: var(--primary); font-family: "Poppins", ui-sans-serif, system-ui, sans-serif; font-size: 15px; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 88px 0; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.96); }
.nav-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 132px; height: 44px; border-radius: 6px; object-fit: cover; object-position: center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 500; }
.desktop-nav a:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 600; cursor: pointer; gap: 8px; transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.button svg { width: 16px; height: 16px; }
.button:active { transform: translateY(1px); }
.button.primary { border-color: var(--primary); background: var(--primary); color: #fff; }
.button.primary:hover { background: #1f2937; }
.button.secondary { border-color: var(--border); background: #fff; color: var(--primary); }
.button.secondary:hover { border-color: #b8c1cc; background: var(--surface); }
.button.light { border-color: #fff; background: #fff; color: var(--primary); }
.button.light:hover { background: #eaf0f7; }
.button.dark-outline { border-color: #3a4658; background: transparent; color: #fff; }
.button.dark-outline:hover { border-color: #78879a; background: #1c2635; }
.icon-button { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 7px; background: #fff; color: var(--primary); cursor: pointer; }
.icon-button svg { width: 19px; height: 19px; }
.menu-button { display: none; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: min(640px, calc(100svh - 140px)); overflow: hidden; background: #111827; color: #fff; }
.hero::after { position: absolute; inset: auto 0 0; height: 1px; background: #334155; content: ""; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: min(640px, calc(100svh - 140px)); justify-content: center; padding: 76px 0 82px; flex-direction: column; }
.hero-kicker { display: inline-flex; width: fit-content; align-items: center; margin-bottom: 24px; color: #67e8f9; font-size: 11px; font-weight: 700; gap: 8px; }
.hero-kicker svg { width: 16px; height: 16px; }
.hero h1 { max-width: 840px; margin: 0; font-size: 68px; font-weight: 650; line-height: 1.1; }
.hero-content > p { max-width: 700px; margin: 24px 0 0; color: #c2cad6; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; margin-top: 34px; gap: 10px; }
.hero-actions .button { min-height: 48px; padding-inline: 20px; }
.hero-meta { display: flex; flex-wrap: wrap; margin-top: 48px; color: #a4afbf; font-size: 11px; gap: 24px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { width: 15px; height: 15px; }
.hero-console { position: absolute; top: 50%; right: -70px; z-index: 1; width: 540px; padding: 34px 46px; border: 1px solid #273244; background: #0d1420; color: #526176; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; transform: translateY(-50%) rotate(-2deg); }
.hero-console div { display: flex; padding: 18px 0; border-bottom: 1px solid #202b3b; gap: 18px; }
.hero-console div:last-child { border-bottom: 0; }
.hero-console span { color: #67e8f9; }
.hero-console strong { margin-left: auto; color: #4ade80; }

.product-band { padding: 84px 0; border-bottom: 1px solid var(--border); background: #fff; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading.compact { max-width: 620px; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--secondary); font-size: 11px; font-weight: 700; }
.section-heading h2, .cta-inner h2 { margin: 0; font-size: 40px; font-weight: 650; line-height: 1.25; }
.section-heading p, .cta-inner p { margin: 15px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-list { border-top: 1px solid var(--border); }
.product-row { display: grid; grid-template-columns: 46px minmax(0, 1fr) 210px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--border); gap: 18px; }
.product-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: #eef2ff; color: #4f46e5; }
.product-icon.blue { background: #eff6ff; color: var(--secondary); }
.product-icon.cyan { background: #ecfeff; color: #0891b2; }
.product-icon svg { width: 20px; height: 20px; }
.product-row h3 { margin: 0; font-size: 18px; font-weight: 650; }
.product-row p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-meta > span { color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.product-meta a, .text-link { display: inline-flex; align-items: center; color: var(--secondary); font-size: 12px; font-weight: 650; gap: 5px; }
.product-meta svg, .text-link svg { width: 14px; height: 14px; }

.plans-section { border-block: 1px solid var(--border); background: var(--surface); }
.plans-heading { max-width: 720px; }
.plan-grid { display: grid; align-items: stretch; margin-top: 34px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.plan-card { display: flex; min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 8px; background: #fff; flex-direction: column; gap: 20px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.plan-card:hover { border-color: #b8c4d4; box-shadow: 0 12px 28px rgba(15,23,42,.07); transform: translateY(-2px); }
.plan-card.featured { border-color: #93c5fd; box-shadow: inset 0 3px 0 var(--secondary); }
.plan-card-head { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 10px; }
.plan-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 7px; background: #eff6ff; color: var(--secondary); }
.plan-icon svg { width: 17px; height: 17px; }
.plan-label { color: var(--muted); font-size: 10px; font-weight: 700; text-align: right; }
.plan-card h3 { margin: 0; font-size: 23px; font-weight: 650; }
.plan-card h3 + p { min-height: 72px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.plan-quota { display: grid; padding: 13px 0; border-block: 1px solid var(--border); gap: 5px; }
.plan-quota strong { font-size: 13px; font-weight: 650; }
.plan-quota span { color: var(--muted); font-size: 11px; }
.duration-control { display: grid; padding: 3px; border: 1px solid var(--border); border-radius: 7px; background: var(--surface); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.duration-control button { min-width: 0; min-height: 38px; padding: 0 5px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 600; cursor: pointer; transition: background .16s ease, color .16s ease, box-shadow .16s ease; }
.duration-control button:hover { color: var(--primary); }
.duration-control button.active { background: #fff; color: var(--secondary); box-shadow: 0 1px 4px rgba(15,23,42,.12); }
.plan-price { display: flex; min-height: 46px; flex-direction: column; }
.plan-price strong { font-size: 24px; font-weight: 650; }
.plan-price span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.plan-action { width: 100%; margin-top: auto; }
.trial-duration { display: flex; min-height: 39px; align-items: center; color: var(--muted); font-size: 12px; gap: 8px; }
.trial-duration svg { width: 16px; height: 16px; color: var(--secondary); }
.limit-select { display: grid; gap: 7px; }
.limit-select > span { color: var(--muted); font-size: 11px; font-weight: 600; }
.limit-select select { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--border); border-radius: 6px; background: #fff; color: var(--primary); font: inherit; font-size: 12px; }
.limit-select select:focus { border-color: var(--secondary); outline: 0; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.plans-note { display: grid; align-items: center; margin-top: 14px; padding: 15px 17px; border: 1px solid var(--border); border-radius: 8px; background: #fff; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 10px; }
.plans-note > svg { width: 17px; height: 17px; color: var(--secondary); }
.plans-note > span { color: var(--muted); font-size: 11px; line-height: 1.6; }
.plans-note a { display: inline-flex; align-items: center; color: var(--secondary); font-size: 11px; font-weight: 650; gap: 6px; }
.plans-note a svg { width: 13px; height: 13px; }

.workflow { background: var(--surface); }
.workflow-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.workflow-grid li { position: relative; min-height: 245px; padding: 24px; border: 1px solid var(--border); border-right: 0; background: #fff; }
.workflow-grid li:first-child { border-radius: 8px 0 0 8px; }
.workflow-grid li:last-child { border-right: 1px solid var(--border); border-radius: 0 8px 8px 0; }
.workflow-grid li > span { position: absolute; top: 20px; right: 20px; color: #cbd5e1; font-size: 11px; font-weight: 700; }
.workflow-grid li > svg { width: 23px; height: 23px; margin: 18px 0 40px; color: var(--secondary); }
.workflow-grid h3 { margin: 0; font-size: 17px; font-weight: 650; }
.workflow-grid p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.quota-section { background: #fff; }
.quota-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); align-items: center; gap: 80px; }
.quota-layout .text-link { margin-top: 23px; }
.rolling-examples { display: grid; margin-top: 24px; gap: 12px; }
.rolling-examples > div { display: grid; align-items: start; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
.rolling-examples span { padding-top: 2px; color: var(--secondary); font-size: 11px; font-weight: 700; }
.rolling-examples p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.rolling-rule { display: flex; align-items: flex-start; margin: 22px 0 0 !important; padding: 12px; border: 1px solid #bae6fd; border-radius: 7px; background: #f0f9ff; gap: 9px; }
.rolling-rule svg { width: 16px; height: 16px; color: #0284c7; flex: 0 0 16px; }
.rolling-rule span { color: #334155; font-size: 11px; line-height: 1.65; }
.usage-preview { padding: 24px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); box-shadow: 0 18px 42px rgba(15,23,42,.07); }
.usage-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.usage-head > div { display: flex; flex-direction: column; }
.usage-head span { color: var(--muted); font-size: 11px; }
.usage-head strong { margin-top: 4px; font-size: 18px; }
.status { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid #bbf7d0; border-radius: 6px; background: #f0fdf4; color: #15803d !important; font-size: 10px !important; font-weight: 650; gap: 6px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.usage-item { padding: 20px 0 4px; }
.usage-item > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.usage-item span { color: var(--muted); font-size: 12px; }
.usage-item strong { font-size: 15px; }
.usage-item small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; text-align: right; }
.progress { height: 7px; margin-top: 11px; overflow: hidden; border-radius: 4px; background: #e2e8f0; }
.progress i { display: block; height: 100%; border-radius: inherit; background: var(--secondary); }
.usage-foot { display: flex; align-items: center; margin-top: 18px; padding: 14px; border: 1px solid var(--border); border-radius: 7px; background: #fff; color: var(--muted); font-size: 11px; line-height: 1.6; gap: 8px; }
.usage-foot svg { width: 15px; height: 15px; color: var(--secondary); flex: 0 0 15px; }

.ecosystem { border-block: 1px solid var(--border); background: var(--surface); }
.tool-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.tool-logos > div { display: flex; min-height: 132px; align-items: center; justify-content: center; padding: 20px; border-right: 1px solid var(--border); flex-direction: column; gap: 12px; }
.tool-logos > div:last-child { border-right: 0; }
.tool-logos img { width: 40px; height: 40px; object-fit: contain; border-radius: 7px; }
.tool-logos span { color: var(--muted); font-size: 12px; font-weight: 650; }

.docs-section { background: #fff; }
.endpoint-list { border-top: 1px solid var(--border); }
.endpoint-list > a { display: grid; min-height: 88px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--border); grid-template-columns: 42px minmax(0, 1fr) 150px 20px; gap: 16px; }
.endpoint-list > a > svg:first-child { width: 20px; height: 20px; color: var(--secondary); }
.endpoint-list > a > svg:last-child { width: 15px; height: 15px; color: var(--muted); }
.endpoint-list span { display: flex; flex-direction: column; }
.endpoint-list strong { font-size: 15px; font-weight: 650; }
.endpoint-list small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.endpoint-list code { color: var(--muted); font-size: 12px; text-align: right; }
.endpoint-list a:hover strong { color: var(--secondary); }
.docs-single-entry { max-width: 820px; border-top: 0; }
.docs-single-entry > a { min-height: 108px; padding: 22px 24px; border: 1px solid #bfdbfe; border-radius: 8px; background: #f8fbff; box-shadow: 0 12px 30px rgba(37, 99, 235, .08); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.docs-single-entry > a > svg:first-child { width: 24px; height: 24px; }
.docs-single-entry strong { color: var(--primary); font-size: 18px; font-weight: 700; }
.docs-single-entry small { font-size: 12px; font-weight: 500; line-height: 1.6; }
.docs-single-entry > a:hover { border-color: #60a5fa; box-shadow: 0 16px 36px rgba(37, 99, 235, .13); transform: translateY(-2px); }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 80px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { display: flex; width: 100%; min-height: 74px; align-items: center; justify-content: space-between; padding: 18px 0; border: 0; background: transparent; color: var(--primary); font-size: 14px; font-weight: 650; text-align: left; cursor: pointer; gap: 20px; }
.faq-item button svg { width: 17px; height: 17px; color: var(--muted); transition: transform .18s ease; flex: 0 0 17px; }
.faq-item.open button svg { transform: rotate(45deg); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .2s ease; }
.faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.75; }
.faq-item > div > p a { color: var(--secondary); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 34px 18px 0; }
.section-link { margin-top: 20px; }

.policy-section { border-top: 1px solid var(--border); background: #fff; }
.policy-heading { max-width: 780px; }
.policy-list { display: grid; margin-top: 36px; border-top: 1px solid var(--border); }
.policy-item { border-bottom: 1px solid var(--border); }
.policy-item summary { display: grid; min-height: 104px; align-items: center; padding: 20px 4px; color: var(--primary); cursor: pointer; list-style: none; grid-template-columns: 44px minmax(0, 1fr) 24px; gap: 16px; }
.policy-item summary::-webkit-details-marker { display: none; }
.policy-summary-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: #eff6ff; color: var(--secondary); }
.policy-summary-icon.refund { background: #f0fdf4; color: #15803d; }
.policy-summary-icon svg { width: 20px; height: 20px; }
.policy-item summary > span:nth-child(2) { display: flex; flex-direction: column; }
.policy-item summary strong { font-size: 18px; font-weight: 650; }
.policy-item summary small { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.policy-item summary > svg { width: 19px; height: 19px; color: var(--muted); transition: transform .18s ease; }
.policy-item[open] summary > svg { transform: rotate(180deg); }
.policy-content { display: grid; padding: 8px 64px 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 46px; }
.policy-content section { padding-top: 20px; border-top: 1px solid var(--border); }
.policy-content h3 { margin: 0; font-size: 15px; font-weight: 650; }
.policy-content p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.policy-document-links { display: grid; margin-top: 36px; border-top: 1px solid var(--border); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.policy-document-links > a { display: grid; min-height: 148px; align-items: center; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); grid-template-columns: 44px minmax(0, 1fr) 20px; gap: 16px; transition: background .16s ease; }
.policy-document-links > a:nth-child(2n) { border-right: 0; }
.policy-document-links > a:hover { background: var(--surface); }
.policy-document-links > a > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.policy-document-links strong { font-size: 17px; font-weight: 650; }
.policy-document-links small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.policy-document-links code { margin-top: 10px; overflow: hidden; color: var(--secondary); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.policy-document-links > a > svg { width: 17px; height: 17px; color: var(--muted); }
.policy-summary-icon.contact { background: #ecfeff; color: #0891b2; }

.cta-section { padding: 74px 0; background: #111827; color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner > div:last-child { display: flex; flex: 0 0 auto; gap: 9px; }
.cta-inner p { color: #9eabba; }
.light-label { color: #67e8f9; }
.site-footer { padding: 36px 0; border-top: 1px solid var(--border); background: #fff; }
.footer-inner { display: grid; align-items: center; grid-template-columns: auto minmax(180px, 1fr) auto auto; gap: 28px; }
.footer-inner > p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-inner nav { display: flex; gap: 20px; }
.footer-inner nav a, .footer-inner > small { color: var(--muted); font-size: 11px; }
.footer-inner nav a:hover { color: var(--primary); }

button:focus-visible, a:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(37,99,235,.18); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-menu { position: fixed; inset: 72px 0 0; z-index: 49; padding: 22px 20px; border-top: 1px solid var(--border); background: #fff; }
  .mobile-menu.open { display: flex; flex-direction: column; }
  .mobile-menu > a { display: flex; min-height: 52px; align-items: center; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; gap: 10px; }
  .mobile-menu > a svg { width: 17px; height: 17px; }
  .mobile-menu > div { display: grid; margin-top: 20px; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-console { right: -280px; opacity: .46; }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quota-layout { grid-template-columns: 1fr; gap: 42px; }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-grid li { border-right: 1px solid var(--border); }
  .workflow-grid li:first-child { border-radius: 8px 0 0 0; }
  .workflow-grid li:nth-child(2) { border-radius: 0 8px 0 0; }
  .workflow-grid li:nth-child(3) { border-radius: 0 0 0 8px; }
  .workflow-grid li:last-child { border-radius: 0 0 8px 0; }
  .tool-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tool-logos > div { border-bottom: 1px solid var(--border); }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .policy-content { padding-inline: 44px; }
  .policy-document-links { grid-template-columns: 1fr; }
  .policy-document-links > a { border-right: 0; }
  .footer-inner { grid-template-columns: auto 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  .desktop-action { display: none; }
  .hero, .hero-content { min-height: min(570px, calc(100svh - 120px)); }
  .hero-content { padding: 76px 0; }
  .hero h1 { font-size: 44px; }
  .hero-content > p { font-size: 16px; line-height: 1.7; }
  .hero-console { display: none; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card h3 + p { min-height: 0; }
  .plans-note { align-items: start; grid-template-columns: 20px minmax(0, 1fr); }
  .plans-note a { grid-column: 2; }
  .policy-item summary { grid-template-columns: 42px minmax(0, 1fr) 20px; }
  .policy-content { padding: 4px 0 30px; grid-template-columns: 1fr; gap: 18px; }
  .policy-document-links > a { min-height: 130px; padding-inline: 4px; }
  .hero-meta { display: grid; gap: 12px; }
  .section-heading h2, .cta-inner h2 { font-size: 32px; }
  .product-row { grid-template-columns: 42px minmax(0, 1fr); }
  .product-meta { grid-column: 2; justify-content: flex-start; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid li, .workflow-grid li:first-child, .workflow-grid li:nth-child(2), .workflow-grid li:nth-child(3), .workflow-grid li:last-child { min-height: 210px; border: 1px solid var(--border); border-bottom: 0; border-radius: 0; }
  .workflow-grid li:first-child { border-radius: 8px 8px 0 0; }
  .workflow-grid li:last-child { border-bottom: 1px solid var(--border); border-radius: 0 0 8px 8px; }
  .tool-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-logos > div { min-height: 110px; }
  .endpoint-list > a { grid-template-columns: 34px minmax(0, 1fr) 18px; }
  .endpoint-list code { display: none; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-inner > div:last-child { display: grid; grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-inner nav { flex-wrap: wrap; gap: 14px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 39px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .tool-logos { grid-template-columns: 1fr 1fr; }
}

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