@font-face {
  font-family: "Ready Inter";
  src: url("../fonts/inter.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-inter: "Ready Inter", Arial, sans-serif;
  --aw-font-sans: var(--font-inter);
  --aw-font-serif: var(--font-inter);
  --aw-font-heading: var(--font-inter);
  --aw-color-primary: rgb(1 97 239);
  --aw-color-secondary: rgb(1 84 207);
  --aw-color-accent: rgb(109 40 217);
  --aw-color-text-heading: rgb(0 0 0);
  --aw-color-text-default: rgb(16 16 16);
  --aw-color-text-muted: rgb(16 16 16 / 66%);
  --aw-color-bg-page: rgb(255 255 255);
  --white: #fff;
  --ink: #101010;
  --muted: rgb(16 16 16 / 66%);
  --line: #e5e7eb;
  --accent: #0161ef;
  --accent-dark: #0154cf;
  --soft: #eff6ff;
  --paper: #f8fafc;
  --success: #16815f;
  --mono: "Cascadia Code", Consolas, monospace;
}

html { scroll-behavior: smooth; scroll-padding-top: 84px; font-size: 17px; }
body { margin: 0; font-family: var(--font-inter); font-size: 1rem; line-height: 1.6; }
body > main { flex: 1; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid #0161ef; outline-offset: 4px; }
.sr-only, .hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; border-radius: .6rem; padding: .75rem 1rem; color: #fff; background: #101010; }
.skip-link:focus { top: 1rem; }

.announcement { display: flex; align-items: center; gap: .55rem; min-height: 2.35rem; padding: .42rem max(1rem, calc((100% - 76rem) / 2)); color: #dbeafe; background: #0f172a; font-size: .82rem; white-space: nowrap; }
.announcement > span { border-radius: .25rem; padding: .1rem .38rem; color: #fff; background: rgb(255 255 255 / 16%); font-size: .7rem; font-weight: 750; }
.announcement p { margin: 0; }
.announcement a { margin-left: auto; color: #fff; font-weight: 650; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

.site-header { transition: box-shadow .2s ease, border-color .2s ease; }
.header-wash { position: absolute; inset: 0; background: rgb(255 255 255 / 93%); backdrop-filter: blur(12px); }
.site-header.scrolled { border-color: #e5e7eb; box-shadow: 0 .375rem 1.5rem rgb(140 152 164 / 13%); }
.brand { display: inline-block; width: 14.7rem; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.desktop-nav { gap: .15rem; }
.desktop-nav a { position: relative; display: flex; align-items: center; padding: .7rem .8rem; color: #263141; font-size: .9rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--accent); }
.desktop-nav a.is-active::after { position: absolute; right: .8rem; bottom: .28rem; left: .8rem; height: 2px; border-radius: 2px; background: var(--accent); content: ""; }
.header-cta { padding: .7rem 1.25rem !important; font-size: .88rem !important; }
.menu-button { display: flex; width: 3rem; height: 3rem; flex-direction: column; align-items: center; justify-content: center; border: 0; border-radius: .65rem; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 1.45rem; height: 2px; margin: .18rem 0; border-radius: 2px; background: #111827; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-last-child(3) { transform: translateY(.37rem) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-last-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-.37rem) rotate(-45deg); }
.mobile-nav { position: relative; padding: .5rem 1rem 1.2rem; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav a { display: block; border-radius: .55rem; padding: .72rem .8rem; font-size: 1.05rem; font-weight: 600; text-decoration: none; }
.mobile-nav a.is-active { color: var(--accent); background: #eff6ff; }
.mobile-nav .btn-primary { margin-top: .5rem; text-align: center; }
.nojs-nav { display: none; }
.mobile-contact-link { display: none; }
.hero-mcp-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem; min-height: 44px; color: #0154cf; font-size: .9rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }

.aw-hero { overflow: hidden; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 15% 18%, rgb(109 40 217 / 8%), transparent 25%), radial-gradient(circle at 83% 18%, rgb(1 97 239 / 10%), transparent 28%); }
.hero-layout { position: relative; }
.hero-accent { color: var(--accent); background: linear-gradient(100deg, #0161ef, #6d28d9); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-note { margin: 1.25rem 0 0; color: var(--muted); font-size: .88rem; }
.hero-note span { margin-right: .35rem; color: var(--success); font-weight: 800; }

.dashboard-preview { position: relative; margin: auto; overflow: hidden; border: 1px solid #d7e0ef; border-radius: 1.25rem; background: #fff; box-shadow: 0 1.75rem 5rem rgb(1 84 207 / 18%); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.dashboard-preview::before { position: absolute; inset: auto -7rem -8rem auto; width: 18rem; height: 18rem; border-radius: 50%; background: rgb(109 40 217 / 8%); content: ""; }
.dashboard-bar { position: relative; z-index: 1; display: flex; align-items: center; gap: .38rem; min-height: 3.2rem; padding: .75rem 1rem; border-bottom: 1px solid #e7ebf2; background: #fbfdff; }
.dashboard-bar > span:not(.live-pill) { width: .62rem; height: .62rem; border-radius: 50%; background: #cbd5e1; }
.dashboard-bar > span:first-child { background: #e45a57; }
.dashboard-bar > span:nth-child(2) { background: #d9a928; }
.dashboard-bar > span:nth-child(3) { background: #16815f; }
.dashboard-bar p { margin: 0 0 0 .5rem; color: #526074; font: 600 .72rem var(--mono); }
.live-pill, .connected, .file-chip { display: inline-flex; align-items: center; border-radius: 999px; padding: .25rem .55rem; color: #147557; background: #e8f7f1; font-size: .68rem; font-style: normal; font-weight: 750; white-space: nowrap; }
.dashboard-bar .live-pill { margin-left: auto; }
.dashboard-body { position: relative; z-index: 1; display: grid; grid-template-columns: 8.7rem 1fr; min-height: 25rem; }
.dashboard-body aside { display: flex; flex-direction: column; gap: .35rem; padding: 1.35rem .75rem; border-right: 1px solid #e7ebf2; background: #f8fafc; }
.dashboard-body aside strong { margin: 0 .55rem .7rem; font-size: .75rem; }
.dashboard-body aside span { border-radius: .45rem; padding: .55rem; color: #697586; font-size: .7rem; }
.dashboard-body aside span.active { color: #0154cf; background: #eaf3ff; font-weight: 700; }
.dashboard-content { min-width: 0; padding: 1.3rem; }
.dashboard-source { display: flex; align-items: center; gap: .7rem; padding: .8rem; border: 1px solid #e2e8f0; border-radius: .7rem; }
.source-favicon { display: grid; width: 2.15rem; height: 2.15rem; flex: 0 0 2.15rem; place-items: center; border-radius: .55rem; color: #fff; background: #0161ef; font-size: .8rem; font-weight: 800; }
.dashboard-source small { display: block; color: #7b8798; font-size: .62rem; }
.dashboard-source strong { display: block; overflow: hidden; max-width: 14rem; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-source .connected { margin-left: auto; }
.dashboard-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin: .8rem 0; }
.dashboard-meta > div { padding: .75rem; border: 1px solid #e2e8f0; border-radius: .65rem; }
.dashboard-meta small { display: block; color: #758196; font-size: .6rem; }
.dashboard-meta strong { display: block; margin-top: .1rem; font-size: 1.05rem; }
.mini-table { overflow: hidden; border: 1px solid #e2e8f0; border-radius: .7rem; font-size: .68rem; }
.mini-table > div { display: grid; grid-template-columns: 1.7fr .7fr .7fr; align-items: center; gap: .5rem; padding: .68rem .75rem; border-bottom: 1px solid #edf0f4; }
.mini-table > div:last-child { border-bottom: 0; }
.mini-table .mini-head { color: #728095; background: #f8fafc; font-size: .59rem; font-weight: 700; text-transform: uppercase; }
.mini-table strong { font-size: .67rem; }
.mini-table i { color: #147557; font-size: .61rem; font-style: normal; }
.mini-table i.muted-stock { color: #7c8798; }
.dashboard-preview figcaption { position: relative; z-index: 1; padding: .65rem 1rem; border-top: 1px solid #e7ebf2; color: #788497; background: #fbfdff; font-size: .64rem; text-align: center; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 1.35rem; right: 8%; left: 8%; height: 1px; background: #cdd9ea; content: ""; }
.timeline li { position: relative; min-width: 0; padding: 3.7rem 1rem 1.2rem; border-radius: 1rem; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.timeline-marker { position: absolute; top: .15rem; left: 50%; z-index: 1; display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border: 1px solid #cbd8e8; border-radius: 50%; color: #42617d; background: #fff; font-size: .78rem; font-weight: 650; transform: translateX(-50%); transition: all .3s ease; }
.timeline .sample-step { background: #fff; box-shadow: 0 .8rem 2.2rem rgb(1 84 207 / 9%); transform: translateY(-.22rem); }
.timeline .sample-step .timeline-marker { border-color: #0161ef; color: #fff; background: #0161ef; box-shadow: 0 0 0 .38rem #e7f1ff; }
.timeline .step-label { margin: 0 0 .45rem; color: #0161ef; font-size: .68rem; font-weight: 700; }
.timeline h3 { margin: 0 0 .45rem; font-size: 1.05rem; font-weight: 700; line-height: 1.3; }
.timeline li > p:last-child { margin: 0; color: var(--muted); font-size: .87rem; }

.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; grid-auto-flow: dense; }
.bento-card { display: flex; min-height: 28rem; flex-direction: column; overflow: hidden; border: 1px solid #e1e5ec; border-radius: 1.5rem; background: #fff; box-shadow: 0 .75rem 2.4rem rgb(31 50 81 / 5%); }
.bento-card.bento-wide { grid-column: span 2; }
.bento-visual { display: flex; height: 12rem; min-height: 12rem; flex: 0 0 12rem; align-items: center; justify-content: center; gap: .8rem; overflow: hidden; background: linear-gradient(145deg, rgb(1 97 239 / 10%), rgb(109 40 217 / 8%)); }
.bento-visual > span { font-size: .75rem; }
.collection-visual > span:not(.flow-arrow) { border: 1px solid #d6e1f1; border-radius: .7rem; padding: .8rem 1rem; background: #fff; box-shadow: 0 .5rem 1.2rem rgb(31 50 81 / 7%); font-weight: 700; }
.collection-visual .visual-process { color: #fff; border-color: #0161ef !important; background: #0161ef !important; }
.collection-visual .flow-arrow { color: #7c8aa1; font-size: 1.2rem; }
.feed-visual { position: relative; flex-direction: column; }
.feed-visual div { position: relative; z-index: 1; display: grid; width: 5.3rem; height: 5.3rem; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 .8rem 2rem rgb(1 84 207 / 15%); }
.feed-visual strong { font-size: 1.2rem; line-height: 1; }
.feed-visual small { margin-top: -.9rem; color: var(--muted); font-size: .55rem; }
.feed-visual .feed-status { color: #147557; font-weight: 700; }
.pulse-ring { position: absolute; width: 8rem; height: 8rem; border: 1px solid rgb(1 97 239 / 20%); border-radius: 50%; }
.enrich-visual span, .enrich-visual strong { border-radius: .65rem; padding: .7rem .85rem; background: #fff; box-shadow: 0 .5rem 1.5rem rgb(31 50 81 / 8%); font: .75rem var(--mono); }
.enrich-visual strong { color: #6d28d9; }
.bento-copy { padding: 1.45rem; }
.card-eyebrow { margin: 0 0 .35rem; color: #0154cf; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.bento-copy h3 { margin: 0; color: #000; font-size: 1.2rem; font-weight: 750; line-height: 1.3; }
.bento-copy > p:not(.card-eyebrow) { margin: .6rem 0 0; color: var(--muted); font-size: .88rem; }
.bento-copy ul { display: grid; gap: .35rem; margin: .8rem 0 0; padding: 0; color: #344054; font-size: .79rem; list-style: none; }
.bento-copy li::before { margin-right: .45rem; color: #16815f; content: "\2713"; font-weight: 800; }
.bento-copy a { display: inline-flex; gap: .35rem; margin-top: .9rem; color: #0161ef; font-size: .82rem; font-weight: 700; text-decoration: none; }
.format-card { min-height: auto; flex-direction: row; align-items: center; }
.format-card .bento-copy { flex: 1; }
.format-row { display: grid; flex: 1.5; grid-template-columns: repeat(4, 1fr); padding: 1rem; gap: .7rem; }
.format-row > span { border: 1px solid #e1e8f1; border-radius: .75rem; padding: .85rem; color: #0154cf; background: #f8fbff; font-size: .78rem; font-weight: 800; }
.format-row small { display: block; margin-top: .15rem; color: var(--muted); font-size: .6rem; font-weight: 500; }
.format-row .format-featured { position: relative; border-color: #7457ed; color: #fff; background: linear-gradient(145deg, #126cf4, #6d3ce6); box-shadow: 0 .65rem 1.5rem rgb(80 61 210 / 22%); transform: translateY(-.2rem); }
.format-row .format-featured small { color: rgb(255 255 255 / 75%); }
.format-row .format-featured b { position: absolute; top: -.55rem; right: .45rem; border-radius: 999px; padding: .13rem .38rem; color: #43318e; background: #fff; box-shadow: 0 .2rem .6rem rgb(15 23 42 / 15%); font-size: .45rem; letter-spacing: .06em; }

.mcp-section { overflow: hidden; color: #fff; background: #080f20; }
.mcp-section::before { position: absolute; top: -15rem; left: 42%; width: 34rem; height: 34rem; border-radius: 50%; background: rgb(41 112 255 / 13%); filter: blur(3rem); content: ""; }
.mcp-spotlight { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 3.5rem; }
.mcp-copy { position: relative; z-index: 1; }
.mcp-label { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; border: 1px solid rgb(148 163 184 / 24%); border-radius: 999px; padding: .35rem .65rem; color: #b7cfff; background: rgb(255 255 255 / 6%); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.mcp-label i { width: .48rem; height: .48rem; border-radius: 50%; background: #20c787; box-shadow: 0 0 0 .28rem rgb(32 199 135 / 12%), 0 0 1rem rgb(32 199 135 / 60%); }
.mcp-copy h2 { margin: 0; color: #fff; font-size: clamp(2.35rem, 4vw, 3.65rem); font-weight: 730; letter-spacing: -.055em; line-height: 1.03; }
.mcp-copy > p { max-width: 36rem; margin: 1.25rem 0 0; color: #aebbd1; font-size: 1.02rem; }
.mcp-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.55rem; }
.mcp-points p { margin: 0; padding-top: .85rem; border-top: 1px solid rgb(148 163 184 / 22%); }
.mcp-points strong { display: block; color: #fff; font-size: .82rem; }
.mcp-points span { display: block; margin-top: .3rem; color: #8fa0bb; font-size: .72rem; }
.mcp-button { display: inline-flex; align-items: center; gap: .75rem; margin-top: 1.65rem; border-radius: 999px; padding: .82rem 1.15rem; color: #101828; background: #fff; box-shadow: 0 .8rem 2rem rgb(0 0 0 / 25%); font-size: .82rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.mcp-button:hover { box-shadow: 0 1rem 2.4rem rgb(1 97 239 / 28%); transform: translateY(-2px); }
.mcp-visual { min-width: 0; margin: 0; }
.mcp-visual img { width: 100%; height: auto; border: 1px solid rgb(148 163 184 / 17%); border-radius: 1.5rem; box-shadow: 0 2rem 5rem rgb(0 0 0 / 35%); }
.mcp-visual figcaption { margin-top: .6rem; color: #71809a; font-size: .62rem; text-align: center; }

.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; list-style: none; }
.assurance-grid li { display: flex; gap: .85rem; padding: 1.2rem; border: 1px solid #e5e9f0; border-radius: .85rem; background: #fff; }
.assurance-number { display: grid; width: 2.5rem; height: 2.5rem; flex: 0 0 2.5rem; place-items: center; border-radius: .65rem; color: #0154cf; background: #eaf3ff; font-size: .66rem; font-weight: 800; }
.assurance-grid h3 { margin: 0 0 .3rem; font-size: .93rem; font-weight: 700; }
.assurance-grid p { margin: 0; color: var(--muted); font-size: .76rem; }

.content-stack { display: grid; gap: 4rem; }
.content-widget { display: flex; align-items: center; gap: 4rem; }
.content-widget.is-reversed { flex-direction: row-reverse; }
.content-copy, .example-panel { flex: 1; min-width: 0; }
.content-copy h3 { margin: 0; font-size: 1.8rem; font-weight: 750; letter-spacing: -.035em; line-height: 1.18; }
.content-copy > p:not(.card-eyebrow) { margin: .9rem 0 0; color: var(--muted); font-size: 1rem; }
.content-checks { display: grid; gap: .75rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.content-checks li { position: relative; padding-left: 2rem; color: #344054; font-size: .91rem; }
.content-checks li::before { position: absolute; top: .05rem; left: 0; display: grid; width: 1.35rem; height: 1.35rem; place-items: center; border-radius: 50%; color: #fff; background: #16815f; content: "\2713"; font-size: .65rem; font-weight: 800; }
.example-panel { overflow: hidden; border: 1px solid #dce4ef; border-radius: 1rem; background: #fff; box-shadow: 0 1.25rem 3.5rem rgb(31 50 81 / 11%); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid #e8ecf2; }
.panel-heading small { display: block; color: #7a879a; font-size: .57rem; font-weight: 800; letter-spacing: .08em; }
.panel-heading strong { display: block; margin-top: .15rem; font-size: .8rem; }
.file-chip { color: #0154cf; background: #eaf3ff; }
.price-row { display: grid; grid-template-columns: 1.5fr .8fr .8fr .7fr; align-items: center; gap: .65rem; padding: .8rem 1.15rem; border-bottom: 1px solid #edf0f4; font-size: .75rem; }
.price-row small { color: #8792a2; text-decoration: line-through; }
.price-row i { justify-self: end; border-radius: .35rem; padding: .18rem .38rem; color: #147557; background: #e8f7f1; font-size: .6rem; font-style: normal; font-weight: 700; }
.price-row i.flat { color: #697586; background: #f1f4f7; }
.panel-footer { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1.15rem; color: #7a879a; background: #fbfcfe; font-size: .65rem; }
.directory-head, .directory-row { display: grid; grid-template-columns: 1.5fr 1fr .7fr; align-items: center; gap: .6rem; padding: .72rem 1.15rem; border-bottom: 1px solid #edf0f4; font-size: .7rem; }
.directory-head { color: #7a879a; background: #f8fafc; font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.directory-row > span:first-child { display: flex; align-items: center; gap: .5rem; font-weight: 650; }
.directory-row b { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: .4rem; color: #0154cf; background: #eaf3ff; font-size: .55rem; }
.json-panel pre { margin: 0; padding: 1.25rem; overflow: auto; color: #d7e5ff; background: #101828; font: .72rem/1.75 var(--mono); }
.json-panel code b { color: #83b7ff; font-weight: 500; }
.json-panel code span { color: #b68cff; }

.accordion details { border-bottom: 1px solid #e5e7eb; }
.accordion summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; list-style: none; outline-offset: 4px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary h3 { margin: 0; color: #000; font-size: 1.12rem; font-weight: 650; }
.accordion summary span { position: relative; width: 1.5rem; height: 1.5rem; flex: 0 0 1.5rem; color: #0161ef; }
.accordion summary span::before, .accordion summary span::after { position: absolute; top: 50%; left: 50%; width: .9rem; height: 2px; border-radius: 2px; background: currentColor; content: ""; transform: translate(-50%, -50%); }
.accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion details > p { margin: 0; padding: 0 2.5rem 1.25rem 0; color: var(--muted); font-size: .94rem; }

.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 4rem; }
.contact-copy { padding-top: 1.2rem; }
.contact-copy h2 { margin: .2rem 0 .9rem; font-size: 2.3rem; font-weight: 750; letter-spacing: -.045em; line-height: 1.12; }
.contact-copy > p:not(.text-base):not(.contact-email) { color: var(--muted); font-size: 1.05rem; }
.contact-steps { display: grid; gap: 1rem; margin: 2rem 0; padding: 0; list-style: none; }
.contact-steps li { display: flex; gap: .85rem; }
.contact-steps li > span { display: grid; width: 2.5rem; height: 2.5rem; flex: 0 0 2.5rem; place-items: center; border-radius: 50%; color: #0154cf; background: #ddebff; font-size: .72rem; font-weight: 800; }
.contact-steps strong { display: block; font-size: .92rem; }
.contact-steps p { margin: .15rem 0 0; color: var(--muted); font-size: .8rem; }
.contact-email { margin-top: 2rem; font-size: .82rem; }
.contact-email a { color: #0161ef; font-weight: 700; }
.sample-form { padding: 2rem; border: 1px solid #dce4ef; border-radius: 1.25rem; background: #fff; box-shadow: 0 1.5rem 4rem rgb(31 50 81 / 10%); }
.sample-form h3 { margin: 0; font-size: 1.45rem; font-weight: 750; }
.form-intro { margin: .3rem 0 1.35rem; color: var(--muted); font-size: .85rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .35rem; color: #1f2937; font-size: .78rem; font-weight: 700; }
.field label span { color: #7a8798; font-size: .66rem; font-weight: 500; }
.field input, .field textarea { display: block; width: 100%; border: 1px solid #cfd8e5; border-radius: .55rem; padding: .72rem .8rem; color: #111827; background: #fff; font-size: .86rem; }
.field textarea { min-height: 6.5rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8792a2; opacity: 1; }
.field input:focus, .field textarea:focus { border-color: #0161ef; outline: 0; box-shadow: 0 0 0 4px rgb(1 97 239 / 11%); }
.field small { display: block; margin-top: .3rem; color: #7a8798; font-size: .65rem; }
.form-submit { display: flex !important; width: 100%; justify-content: space-between !important; }
.form-legal { margin: .65rem 0 0; color: #7a8798; font-size: .62rem; }
.form-legal a { text-decoration: underline; }
.form-alert { margin: 0 0 1rem; border-radius: .55rem; padding: .7rem .8rem; font-size: .78rem; }
.form-alert.success { color: #147557; background: #e8f7f1; }
.form-alert.error { color: #92342c; background: #fff1ed; }

.site-footer { background: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 2rem; padding: 3.2rem 0; }
.footer-brand p { margin: .75rem 0 0; color: var(--muted); font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .48rem; }
.footer-grid strong { margin-bottom: .25rem; font-size: .82rem; }
.footer-grid a, .footer-grid button { border: 0; padding: 0; color: var(--muted); background: transparent; font-size: .75rem; text-decoration: none; }
.footer-grid a:hover, .footer-grid button:hover { color: #0161ef; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #e5e7eb; padding: 1.5rem 0 2rem; color: var(--muted); font-size: .7rem; }

.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; width: min(27rem, calc(100% - 2rem)); border: 1px solid #dce4ef; border-radius: 1rem; padding: 1.25rem; background: #fff; box-shadow: 0 1.25rem 4rem rgb(31 50 81 / 18%); }
.cookie-banner strong { font-size: .9rem; }
.cookie-banner p { margin: .5rem 0 1rem; color: var(--muted); font-size: .74rem; }
.cookie-actions { display: flex; align-items: center; justify-content: flex-end; gap: .8rem; }
.cookie-actions .button, .button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #0161ef; border-radius: 999px; padding: .7rem 1.1rem; color: #fff; background: #0161ef; font-size: .78rem; font-weight: 700; text-decoration: none; }
.text-button { border: 0; color: var(--muted); background: transparent; font-size: .74rem; text-decoration: underline; }

.shell { width: min(76rem, calc(100% - 3rem)); margin-inline: auto; }
.kicker { margin: 0 0 .75rem; color: #0154cf; font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.legal-main { padding: 4rem 0 6rem; }
.legal-shell { width: min(50rem, calc(100% - 2.5rem)); margin-inline: auto; }
.legal-hero { padding: 2.5rem 0 2rem; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0 0 1rem; font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 750; letter-spacing: -.045em; line-height: 1.05; }
.legal-hero p, .legal-content p { color: var(--muted); }
.legal-updated { margin: 1.25rem 0 0; font-size: .8rem; font-weight: 600; letter-spacing: .01em; opacity: .8; }
.legal-content section { padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 .7rem; font-size: 1.5rem; font-weight: 700; }
.legal-content table { display: block; overflow-x: auto; }

@media (min-width: 1536px) { html { font-size: 18px; } }
@media (min-width: 1024px) {
  .header-layout { display: flex; justify-content: space-between; gap: 1.2rem; }
  .menu-button { display: none; }
  .site-header > div:nth-child(2) > div:last-child { display: block; }
  .hero-layout { min-height: 0 !important; padding-top: 4.25rem !important; padding-bottom: 4.75rem !important; }
}
@media (max-width: 1100px) {
  .brand { width: 13.4rem; }
  .desktop-nav a { padding-inline: .55rem; font-size: .82rem; }
  .dashboard-preview { transform: none; }
  .assurance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1023px) {
  .announcement { display: none; }
  .nojs-nav { display: block; }
  .hero-layout { min-height: auto; }
  .dashboard-preview { max-width: 43rem; }
  .content-widget, .content-widget.is-reversed { flex-direction: column; gap: 2rem; }
  .content-copy, .example-panel { width: 100%; max-width: 43rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-copy, .sample-form { width: 100%; max-width: 43rem; margin-inline: auto; }
  .mcp-spotlight { grid-template-columns: 1fr; gap: 2.5rem; }
  .mcp-copy { max-width: 43rem; }
  .mcp-visual { width: 100%; max-width: 48rem; margin-inline: auto; }
}
@media (max-width: 767px) {
  html { font-size: 17px; }
  .timeline { grid-template-columns: 1fr; gap: .6rem; }
  .timeline::before { top: 1rem; bottom: 1rem; left: 1.2rem; width: 1px; height: auto; }
  .timeline li { padding: 1rem 1rem 1rem 4rem; }
  .timeline-marker { top: 1rem; left: 1.2rem; }
  .timeline .sample-step { transform: none; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.bento-wide { grid-column: auto; }
  .format-card { flex-direction: column; align-items: stretch; }
  .format-row { grid-template-columns: repeat(2, 1fr); padding-top: 0; }
  .mcp-points { grid-template-columns: 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .content-stack { gap: 3.2rem; }
  .dashboard-body { grid-template-columns: 1fr; min-height: 0; }
  .dashboard-body aside { display: none; }
  .dashboard-content { padding: .9rem; }
  .dashboard-source .connected { display: none; }
  .dashboard-meta > div { padding: .6rem; }
  .price-row { grid-template-columns: 1.25fr .75fr .75fr; }
  .price-row i { display: none; }
  .directory-head, .directory-row { grid-template-columns: 1.4fr 1fr; }
  .directory-head span:last-child, .directory-row > span:last-child { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .sample-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .brand { width: 12.8rem; }
  .dashboard-source strong { max-width: 10.5rem; }
  .collection-visual { gap: .35rem; }
  .collection-visual > span:not(.flow-arrow) { padding: .65rem .55rem; font-size: .62rem; }
  .format-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .timeline .sample-step { transform: none; }
}

/* Reading and contact controls share a consistent, legible type scale. */
.bento-copy > p:not(.card-eyebrow), .bento-copy ul,
.timeline li > p:last-child, .assurance-grid p, .content-checks li,
.contact-steps p, .form-intro, .mcp-points span { font-size: 1rem; }
.bento-copy a, .contact-email, .mcp-button { font-size: .95rem; }
.assurance-grid h3, .mcp-points strong, .contact-steps strong { font-size: 1.05rem; }
.field label { font-size: 1rem; }
.field label span, .field small, .form-legal { font-size: .82rem; color: #536174; }
.field input, .field textarea, .field select { font-size: 1rem; }
.field input::placeholder, .field textarea::placeholder { color: #657286; }
.field select { width: 100%; min-height: 48px; padding: .7rem; border: 1px solid #cfd8e5; border-radius: .55rem; color: #111827; background: #fff; }
.request-options { margin-bottom: 1.25rem; }
.request-options summary { min-height: 44px; padding: .5rem 0; color: #0154cf; font-size: .9rem; cursor: pointer; }
.request-options summary span { color: #536174; }
.request-options .field { margin-top: .75rem; }
.timeline-toggle { display: block; margin: .8rem auto 0; min-height: 44px; padding: .5rem .9rem; color: #536174; border: 1px solid #cfd8e5; border-radius: 999px; font-size: .82rem; cursor: pointer; }
.timeline-marker { transition-property: color, background-color, border-color, box-shadow; }
.cookie-banner p, .cookie-actions .text-button, .cookie-actions .button { font-size: .88rem; }
.cookie-actions > button { min-height: 44px; border: 1px solid #cfd8e5; border-radius: 999px; padding: .55rem .85rem; text-decoration: none; }
.cookie-actions { flex-wrap: wrap; justify-content: flex-start; }
.cookie-banner p a { text-decoration: underline; }
.mcp-points span, .mcp-visual figcaption { color: #b1bfd3; }
.mcp-visual figcaption { font-size: .82rem; }
.mcp-mobile-example { display: none; }
.mini-table, .price-row, .directory-row { font-variant-numeric: tabular-nums; }
@media (min-width: 768px) and (max-width: 1100px) {
  .bento-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-card.bento-wide { grid-column: auto; }
  .format-card { flex-direction: column; align-items: stretch; }
  .format-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
  html { scroll-padding-top: 132px; }
  .mobile-contact-link { position: relative; display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; color: #0154cf; background: #eff6ff; font-size: .94rem; font-weight: 700; }
  .mobile-nav { max-height: calc(100dvh - 130px); overflow-y: auto; overscroll-behavior: contain; }
}
@media (max-width: 767px) {
  .mcp-visual > img { display: none; }
  .mcp-mobile-example { display: block; border: 1px solid #34425d; border-radius: 1rem; padding: 1.2rem; background: #152039; }
  .mcp-example-label { margin-bottom: 1rem; color: #b7cfff; font-size: .9rem; }
  .mcp-mobile-example ol { padding-left: 1.3rem; list-style: decimal; }
  .mcp-mobile-example li { padding: .3rem 0 .6rem .3rem; font-size: 1rem; }
  .mcp-example-query, .mcp-example-result { margin-top: 1rem; padding: 1rem; border-radius: .7rem; background: #fff; color: #0f172a; font-size: .94rem; }
  .mcp-example-query strong, .mcp-example-result strong { display: block; margin-bottom: .5rem; color: #0154cf; }
  .mcp-example-result p { display: flex; justify-content: space-between; gap: .5rem; padding-top: .5rem; }
  .bento-card { min-height: 0; }
  .mcp-copy h2 { font-size: 2.2rem; }
  .contact-copy .contact-steps { display: none; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { font-size: 2rem; }
  .contact-email { margin-top: 1rem; overflow-wrap: anywhere; }
}
