/* Docyt.com design system, 2026. Direction "Mono": white canvas, near-black ink, warm-grey rounded panels,
   tight-tracked grotesque headlines, pill buttons, "/ eyebrow /" labels and "01/" numbering.
   Class names are stable across all pages; variable names (--brass, --navy) are historical. */
:root {
  --paper: #FFFFFF; --card: #FFFFFF; --panel: #F8F8F8; --panel-2: #EFEFEF; --hairline: #E6E6E6; --hairline-2: #CECECE;
  --ink: #080808; --navy: #080808; --navy-2: #000000; --navy-hair: #2A2A2A;
  --body: #3A3A3A; --meta: #6B6B6B;
  --brass: #080808; --brass-ink: #080808; --brass-soft: #EFEFEF;
  --cream-text: #FFFFFF; --cream-muted: rgba(255,255,255,.72);
  --ok-ink: #1F7A3E; --ok-bg: #E2FBEA; --warn-ink: #8A6A00; --warn-bg: #FFFAE9; --bad-ink: #C2273D;
  --display: "Inter Tight", "Inter", "Helvetica Neue", Arial, sans-serif;
  --text: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "Inter", "Helvetica Neue", Arial, sans-serif;
  --max: 1200px; --radius: 16px; --r-card: 24px; --r-panel: 40px; --r-pill: 999px;
  --shadow: 0 1px 2px rgba(8,8,8,.04), 0 24px 60px rgba(8,8,8,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--text); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--ink); text-decoration: underline; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; color: var(--ink); line-height: 1.08; margin: 0; letter-spacing: -0.035em; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5.2vw, 4.4rem); line-height: 1.04; letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; letter-spacing: -0.04em; }
h3 { font-size: 1.35rem; line-height: 1.25; letter-spacing: -0.02em; }
h4 { font-family: var(--display); font-size: 1.05rem; font-weight: 600; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
h5 { font-family: var(--text); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: .35em; }
strong { color: var(--ink); font-weight: 600; }

/* Eyebrow: "/ LABEL /" */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); margin: 0 0 20px; }
.eyebrow::before { content: "/"; color: var(--meta); font-weight: 400; }
.eyebrow::after { content: "/"; color: var(--meta); font-weight: 400; }
.center .eyebrow { justify-content: center; }
.lede { font-size: 1.08rem; color: var(--body); max-width: 60ch; line-height: 1.6; }
.muted { color: var(--meta); }
.small { font-size: .9rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }
section { padding: 96px 0; }
section.tight { padding: 56px 0; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 16px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head.wide { max-width: 1000px; }
.section-head.wide .lede { max-width: none; }
.section-head .lede { font-size: 1.02rem; color: var(--meta); }

/* Rounded panel sections (grey) and dark sections (black) */
section.panel, section.dark, section.green-soft { padding: 16px 24px; background: transparent; }
section.panel > .wrap, section.dark > .wrap, section.green-soft > .wrap { max-width: calc(var(--max) + 96px); padding: 88px 80px; border-radius: var(--r-panel); }
section.panel > .wrap, section.green-soft > .wrap { background: var(--panel); }
section.dark > .wrap { background: var(--navy); color: var(--cream-muted); }
section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark strong { color: var(--cream-text); }
section.dark .eyebrow { color: var(--cream-text); } section.dark .eyebrow::before, section.dark .eyebrow::after { color: var(--cream-muted); }
section.dark .lede, section.dark p, section.dark li { color: var(--cream-muted); }
section.dark .section-head .lede { color: var(--cream-muted); }
section.dark a:not(.btn) { color: var(--cream-text); }
section.dark .checks li { color: var(--cream-muted); }
section.dark .checks li::before { background: rgba(255,255,255,.12); }
section.dark .checks li::after { border-color: var(--cream-text); }
section.dark .card, section.dark .agent, section.dark .quote, section.dark .stat, section.dark .step, section.dark .pillar, section.dark .post { background: #161616; border-color: #262626; }
section.dark .card p, section.dark .agent p, section.dark .stat .l, section.dark .step p, section.dark .pillar p, section.dark .post p, section.dark .quote .who { color: var(--cream-muted); }
section.dark .card .ic { background: #262626; color: #fff; }
section.dark .agent .tag, section.dark .post .cat, section.dark .pillar .num { color: var(--cream-muted); }
section.dark .agent .out { border-top-color: #262626; color: var(--cream-muted); } section.dark .agent .out b { color: #fff; }
section.dark .quote p.q, section.dark .quote .metric, section.dark .quote .who b, section.dark .stat .n { color: var(--cream-text); }
section.dark .shot figcaption { color: var(--cream-muted); }
section.dark .tablewrap { background: #161616; border-color: #262626; } section.dark th { background: #1E1E1E; color: var(--cream-muted); border-color: #262626; } section.dark td { border-color: #262626; color: var(--cream-muted); } section.dark td.k { color: #fff; }
section.dark .pillar .modules span { border-color: #333; color: #fff; }
section.dark .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
section.dark .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
section.panel + section.panel, section.panel + section.dark, section.dark + section.panel, section.dark + section.dark { padding-top: 0; }
section.panel + section:not(.panel):not(.dark):not(.hero), section.dark + section:not(.panel):not(.dark):not(.hero) { padding-top: 80px; }

/* Buttons: pill */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--text); font-weight: 500; font-size: .92rem; padding: 14px 26px; border-radius: var(--r-pill); border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: background .15s, color .15s, border-color .15s, transform .15s; white-space: nowrap; letter-spacing: -0.005em; line-height: 1.2; }
.btn:hover { text-decoration: none; }
.btn-primary, .btn-light { background: #0060F9; color: #fff; border-color: #0060F9; }
.btn-primary:hover, .btn-light:hover { background: #0052D4; border-color: #0052D4; color: #fff; }
.btn-secondary { background: transparent; color: #0060F9; border-color: #0060F9; }
.btn-secondary:hover { border-color: #0052D4; background: transparent; color: #0052D4; }
.btn-outline-light { background: transparent; color: var(--cream-text); border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn-ghost { background: transparent; color: #0060F9; padding-left: 0; padding-right: 0; border-bottom: 1px solid #0060F9; border-radius: 0; padding-top: 6px; padding-bottom: 6px; }
.btn-ghost:hover { color: #0052D4; border-bottom-color: #0052D4; }
.btn-lg { font-size: .98rem; padding: 17px 30px; }
.btn .arrow { transition: transform .15s; font-size: 1.05em; }
.btn:hover .arrow { transform: translateX(3px); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.cta-note { font-size: .86rem; color: var(--meta); margin-top: 14px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--hairline); }
.topbar { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 24px; max-width: calc(var(--max) + 96px); }
.logo img { height: 28px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; flex: 1; }
.nav > li { list-style: none; position: relative; display: flex; align-items: center; margin: 0; }
.nav > li + li::before { content: "/"; color: var(--hairline-2); font-size: 1rem; padding: 0 6px; line-height: 1; }
.nav > li > a, .nav > li > button { display: inline-flex; align-items: center; gap: 6px; font: inherit; font-weight: 500; font-size: 1rem; line-height: 1; color: var(--ink); background: none; border: 0; padding: 10px 10px; border-radius: var(--r-pill); cursor: pointer; letter-spacing: -0.01em; }
.nav > li > a:hover, .nav > li > button:hover, .nav > li.open > button { color: var(--meta); text-decoration: none; }
.nav .chev { width: 10px; height: 10px; transition: transform .15s; }
.nav > li.open .chev { transform: rotate(180deg); }
.nav > li.has-mega.open::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 16px; }
.mega { position: absolute; top: calc(100% + 10px); left: 0; background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); box-shadow: var(--shadow); padding: 28px; display: none; min-width: 580px; z-index: 60; }
.mega.wide { min-width: 820px; }
.nav > li.open .mega { display: grid; grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); gap: 28px; }
.mega-col h5 { font-family: var(--text); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--meta); margin: 0 0 10px; font-weight: 500; }
.mega-col h5::before { content: "/ "; } .mega-col h5::after { content: " /"; }
.mega-col a { display: block; padding: 8px 10px; margin: 0 -10px; border-radius: 12px; color: var(--ink); font-weight: 500; font-size: .92rem; line-height: 1.3; }
.mega-col a span { display: block; font-weight: 400; color: var(--meta); font-size: .8rem; margin-top: 2px; }
.mega-col a:hover { background: var(--panel); text-decoration: none; }
.mega-col a.more { color: var(--ink); font-weight: 600; margin-top: 6px; }
.mega-col a.more::after { content: " \2192"; }
.header-cta { display: flex; gap: 8px; align-items: center; }
.header-cta .login { font-weight: 500; font-size: 1rem; line-height: 1; color: var(--ink); padding: 10px 14px; letter-spacing: -0.01em; }
.header-cta .btn { padding: 14px 24px; font-size: 1rem; letter-spacing: -0.01em; }
.header-cta .btn::after { content: "\2192"; margin-left: 2px; }
.burger { display: none; background: none; border: 1px solid var(--hairline); border-radius: var(--r-pill); padding: 10px; cursor: pointer; }
.burger span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; }

/* Hero (inner pages): grey rounded box */
.hero { padding: 16px 24px 16px; position: relative; overflow: visible; border-bottom: 0; }
.hero > .wrap { max-width: calc(var(--max) + 96px); background: var(--panel); border-radius: var(--r-panel); padding: 72px 80px 80px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero h1 { max-width: 16ch; }
.hero .lede { margin-top: 22px; font-size: 1.1rem; }
.hero .beats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.beats span, .chip { display: inline-block; background: #fff; color: var(--ink); font-weight: 500; font-size: .8rem; padding: 7px 14px; border-radius: var(--r-pill); border: 1px solid var(--hairline); }
.chip.neutral { color: var(--body); }
.hero-visual { position: relative; }
.hero.dark > .wrap { background: var(--navy); color: var(--cream-muted); }
.hero.dark h1 { color: var(--cream-text); }
.hero.dark .lede { color: var(--cream-muted); }
.hero.dark .eyebrow { color: var(--cream-text); } .hero.dark .eyebrow::before, .hero.dark .eyebrow::after { color: var(--cream-muted); }
.hero.dark .beats span { color: var(--cream-text); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.hero.dark .cta-note { color: var(--cream-muted); } .hero.dark .cta-note a { color: #fff; }
.hero.dark .btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.hero.dark .btn-secondary { color: var(--cream-text); border-color: rgba(255,255,255,.4); }
.hero.dark .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero.dark .shot figcaption { color: var(--cream-muted); }
.hero.has-media > .wrap { position: relative; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background-size: cover; background-position: center; }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,.55) 0%, rgba(8,8,8,.45) 45%, rgba(8,8,8,.8) 100%); }
.hero.has-media .hero-grid { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .hero-media video { display: none; } }
@media (max-width: 860px) { .hero-media video { display: none; } }
.hero.simple > .wrap { padding: 64px 80px 64px; }
.hero.simple h1 { max-width: 22ch; }

/* Hero (inner pages): centered copy, imagery stacked below the CTA */
.hero-stack { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-stack .eyebrow { justify-content: center; }
.hero-stack h1 { max-width: 22ch; margin: 0 auto; }
.hero-stack .lede { max-width: 62ch; margin: 22px auto 0; }
.hero-stack .beats { justify-content: center; }
.hero-stack .cta-row { justify-content: center; }
.hero-stack .hero-visual { width: 100%; margin-top: 48px; }

/* Homepage hero (V2): centered headline over a big rounded photo */
.hero.home { padding: 40px 24px 16px; }
.hero.home > .wrap { background: transparent; padding: 0; max-width: calc(var(--max) + 96px); }
.hero.home .hero-head { text-align: center; max-width: 900px; margin: 0 auto 44px; }
.hero.home .hero-head h1 { max-width: none; margin: 0 auto; font-size: clamp(2.8rem, 5.6vw, 4.6rem); }
.hero.home .hero-head .lede { margin: 22px auto 0; max-width: 62ch; color: var(--meta); }
.hero-photo { position: relative; border-radius: var(--r-panel); overflow: hidden; min-height: 560px; aspect-ratio: 1264 / 620; background: var(--navy); }
.hero-photo .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,.05) 0%, rgba(8,8,8,.15) 40%, rgba(8,8,8,.78) 100%); }
.hero-photo .hero-copy { position: absolute; left: 56px; bottom: 56px; z-index: 2; max-width: 480px; color: #fff; }
.hero-photo .hero-copy p { color: rgba(255,255,255,.9); font-size: 1.02rem; margin-bottom: 22px; }
.hero-photo .hero-copy .btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.hero-photo .hero-copy .btn-secondary { color: #fff; border-color: rgba(255,255,255,.5); }
.hero-photo .hero-copy .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.hero-photo .hero-copy .cta-row { margin-top: 0; }
.hero-photo .float-card { position: absolute; right: 56px; bottom: 56px; z-index: 2; width: 400px; max-width: calc(100% - 112px); }

/* Mock UI panels (CSS-drawn product visuals) */
.mock { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); box-shadow: var(--shadow); overflow: hidden; font-size: .8rem; }
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid var(--hairline); background: #fff; color: var(--ink); font-weight: 600; font-size: .86rem; letter-spacing: -0.01em; }
.mock-bar .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hairline-2); }
.mock-bar .dot.g { background: #74D184; }
.mock-body { padding: 16px 18px 18px; display: grid; gap: 10px; }
.mock-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border: 1px solid var(--hairline); border-radius: 12px; background: var(--card); }
.mock-row .k { color: var(--ink); font-weight: 500; }
.mock-row .v { font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; font-size: .82rem; }
.mock-row .s { font-size: .66rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: var(--r-pill); }
.s.ok { background: var(--ok-bg); color: var(--ok-ink); }
.s.warn { background: var(--warn-bg); color: var(--warn-ink); }
.s.info { background: var(--panel); color: var(--meta); }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-kpi { background: var(--panel); border-radius: 12px; padding: 12px 14px; }
.mock-kpi .l { color: var(--meta); font-size: .68rem; font-weight: 500; }
.mock-kpi .n { font-family: var(--display); font-weight: 600; color: var(--ink); font-size: 1.4rem; margin-top: 3px; font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }
.mock-kpi .d { font-size: .72rem; color: var(--ok-ink); font-weight: 600; }
.mock-kpi .d.neg { color: var(--bad-ink); }
.mock-bars { display: flex; align-items: flex-end; gap: 5px; height: 80px; padding: 6px 4px 0; border-bottom: 1px solid var(--hairline); }
.mock-bars i { flex: 1; background: var(--hairline); border-radius: 3px 3px 0 0; display: block; }
.mock-bars i.hi { background: var(--ink); }
.mock-chat { display: grid; gap: 8px; }
.bubble { padding: 10px 14px; border-radius: 14px; max-width: 92%; line-height: 1.45; }
.bubble.user { background: var(--panel); color: var(--ink); margin-left: auto; }
.bubble.ai { background: var(--card); border: 1px solid var(--hairline); color: var(--ink); }
.bubble .who { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--meta); margin-bottom: 3px; }

/* Logo strip / trust: marquee */
.trust { padding: 40px 0 8px; border-bottom: 0; overflow: hidden; }
.trust .label { text-align: center; font-size: .78rem; color: var(--meta); font-weight: 500; margin-bottom: 22px; }
.trust-logos { display: flex; flex-wrap: nowrap; gap: 0; width: max-content; animation: marquee 40s linear infinite; }
.trust-logos span { font-family: var(--display); font-weight: 500; font-size: 1.55rem; color: #8896AE; letter-spacing: -0.03em; white-space: nowrap; padding: 0 22px; position: relative; }
.trust-logos span + span::before { content: "/"; position: absolute; left: -6px; color: var(--hairline-2); font-weight: 400; }
.trust .marquee { position: relative; margin: 0 -32px; padding: 6px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .trust-logos { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }
.ratings { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 28px; font-size: .84rem; color: var(--meta); }
.ratings span { border: 1px solid var(--hairline); border-radius: var(--r-pill); padding: 7px 14px; }
.ratings b { color: var(--ink); font-weight: 600; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 30px 28px 28px; }
.stat .n { font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem, 3.6vw, 3.2rem); color: var(--ink); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.stat .l { margin-top: 12px; color: var(--meta); font-size: .9rem; line-height: 1.45; max-width: 28ch; }
.stat .src { font-size: .78rem; color: var(--meta); margin-top: 6px; }
.stats.bare { gap: 0; grid-template-columns: 1fr; }
.stats.bare .stat { border: 0; border-top: 1px solid var(--hairline); border-radius: 0; padding: 22px 0; background: transparent; }
.stats.bare .stat:last-child { border-bottom: 1px solid var(--hairline); }
.stats.bare .stat .l { margin: 0 0 6px; order: -1; }
.stats.bare .stat { display: flex; flex-direction: column; }

/* Cards */
.grid { display: grid; gap: 16px; }
.grid-1 { grid-template-columns: 1fr; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 32px 30px; display: flex; flex-direction: column; gap: 10px; }
.card.panel { background: var(--panel); border-color: transparent; }
.card.accent { border-color: var(--ink); }
.card h3 { margin-bottom: 2px; font-size: 1.25rem; }
.card h4 { margin-bottom: 2px; }
.card p { color: var(--body); font-size: .95rem; }
.card .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--panel); color: var(--ink); display: grid; place-items: center; margin-bottom: 10px; }
.card .ic svg { width: 22px; height: 22px; }
.card .more { margin-top: auto; font-weight: 500; font-size: .9rem; color: #0060F9; padding-top: 8px; }
.card ul { padding-left: 1.1em; font-size: .92rem; }
.card li { margin-bottom: .3em; }
a.card { color: inherit; transition: transform .2s, box-shadow .2s, border-color .2s; }
a.card:hover { text-decoration: none; border-color: var(--ink); }
a.card:hover .more { text-decoration: underline; }
section.panel .card, section.panel .stat, section.panel .quote, section.panel .post, section.panel .agent, section.panel .step, section.panel .pillar { border-color: transparent; }

/* Split sections */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split.rev > :first-child { order: 2; }
.split h2 { margin-bottom: 16px; }
.split .lede { font-size: 1.02rem; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.checks li { padding-left: 32px; position: relative; color: var(--body); font-size: .96rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); }
.checks li::after { content: ""; position: absolute; left: 6px; top: 7px; width: 5px; height: 8px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(45deg); }
section.panel .checks li::before { background: var(--ink); }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pillar { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 30px 28px 30px; }
.pillar .num { font-family: var(--display); font-size: .95rem; font-weight: 500; color: var(--ink); line-height: 1; letter-spacing: -0.01em; }
.pillar .num::after { content: "/"; color: var(--meta); margin-left: 2px; }
.pillar h3 { margin: 40px 0 10px; font-size: 1.25rem; }
.pillar p { font-size: .94rem; color: var(--body); }
.pillar .modules { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.pillar .modules span { border: 1px solid var(--hairline); border-radius: var(--r-pill); padding: 4px 10px; font-size: .74rem; font-weight: 500; color: var(--ink); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 30px 28px 30px; background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero) "/"; font-family: var(--display); font-weight: 500; color: var(--ink); font-size: .95rem; line-height: 1; display: block; margin-bottom: 36px; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { font-size: .94rem; }
.steps.v { grid-template-columns: 1fr; }

/* Numbered rows (solutions list) */
.rows { border-top: 1px solid var(--hairline); }
.row-item { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 48px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--hairline); color: inherit; text-decoration: none; }
.row-item:hover { text-decoration: none; }
.row-item .num { font-family: var(--display); font-size: 1.05rem; font-weight: 500; color: var(--ink); margin-top: 24px; }
.row-item .num::after { content: "/"; color: var(--meta); margin-left: 2px; }
.row-item h3 { font-size: 1.6rem; margin-bottom: 10px; letter-spacing: -0.03em; }
.row-item p { color: var(--meta); font-size: 1rem; max-width: 48ch; }
.row-item .thumb { border-radius: 20px; overflow: hidden; background: var(--panel); aspect-ratio: 16 / 9; }
.row-item .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.row-item:hover .thumb img { transform: scale(1.03); }
.row-item .go { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--hairline-2); display: grid; place-items: center; color: var(--ink); font-size: 1.1rem; transition: background .15s, color .15s; }
.row-item:hover .go { background: var(--ink); color: #fff; border-color: var(--ink); }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.head-row .section-head { margin-bottom: 0; }
.head-row .btn { flex: none; }

/* Tables */
.tablewrap { overflow-x: auto; border: 1px solid var(--hairline); border-radius: var(--r-card); background: var(--card); }
table { border-collapse: collapse; width: 100%; font-size: .92rem; min-width: 620px; font-variant-numeric: tabular-nums; }
th { text-align: left; font-size: .74rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--meta); background: var(--panel); padding: 14px 18px; border-bottom: 1px solid var(--hairline); }
td { padding: 14px 18px; border-bottom: 1px solid var(--hairline); vertical-align: top; }
tr:last-child td { border-bottom: 0; }
td.k { color: var(--ink); font-weight: 500; }
td.yes { color: var(--ok-ink); font-weight: 600; }
td.no { color: var(--meta); }
td.part { color: var(--warn-ink); font-weight: 600; }
th.docyt { color: #fff; background: var(--ink); }
td.docyt { background: var(--panel); }

/* Agents grid */
.agents { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.agent { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 28px; }
.agent .tag { font-size: .74rem; font-weight: 500; color: var(--meta); }
.agent .tag::before { content: "/ "; } .agent .tag::after { content: " /"; }
.agent h3 { color: var(--ink); font-size: 1.2rem; margin: 14px 0 8px; }
.agent p { color: var(--body); font-size: .92rem; margin: 0; }
.agent .out { margin-top: 16px; font-size: .84rem; color: var(--meta); border-top: 1px solid var(--hairline); padding-top: 12px; }
.agent .out b { color: var(--ink); font-weight: 600; }

/* Quotes */
.quote { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.quote p.q { font-family: var(--display); font-weight: 500; font-size: 1.2rem; color: var(--ink); line-height: 1.4; margin: 0; letter-spacing: -0.02em; }
.quote .who { font-size: .84rem; color: var(--meta); }
.quote .who b { color: var(--ink); display: block; font-weight: 600; }
.quote .metric { font-family: var(--display); font-weight: 600; font-size: 2.2rem; color: var(--ink); line-height: 1; letter-spacing: -0.04em; }
.quote .metric small { display: block; font-family: var(--text); font-size: .8rem; color: var(--meta); font-weight: 500; margin-top: 8px; letter-spacing: 0; }
.quotes.bare { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.quotes.bare .quote { border: 0; border-radius: 0; padding: 48px 32px; text-align: center; align-items: center; }
.quotes.bare .quote + .quote { border-left: 1px solid var(--hairline); }
.quotes.bare .quote p.q { font-size: 1.05rem; }
.quote .case { font-size: .84rem; font-weight: 500; color: var(--violet-deep); }
.quote .case:hover { color: var(--violet-ink); }
@media (max-width: 1100px) and (min-width: 901px) { .quotes.bare { grid-template-columns: repeat(2, 1fr); } .quotes.bare .quote:nth-child(2n+1) { border-left: 0; } .quotes.bare .quote:nth-child(n+3) { border-left: 0; border-top: 1px solid var(--hairline); } }

/* FAQ */
/* FAQ heading: no eyebrow, centered and bold, site-wide */
section:has(.faq) .section-head { text-align: center; margin-left: auto; margin-right: auto; }
section:has(.faq) .section-head .eyebrow { display: none; }
section:has(.faq) .section-head h2 { font-weight: 700; }
.faq { display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--display); font-weight: 600; color: var(--ink); font-size: 1.15rem; padding: 22px 48px 22px 0; position: relative; letter-spacing: -0.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 18px; width: 30px; height: 30px; border: 1px solid var(--hairline-2); border-radius: 50%; display: grid; place-items: center; font-size: 1.1rem; color: var(--ink); font-weight: 400; font-family: var(--text); line-height: 1; }
.faq details[open] summary::after { content: "\2212"; background: var(--ink); color: #fff; border-color: var(--ink); }
.faq .a { padding: 0 0 24px; max-width: 72ch; color: var(--body); font-size: .96rem; }

/* CTA band */
.cta-band { background: var(--navy); color: var(--cream-muted); padding: 0; margin: 16px 24px; border-radius: var(--r-panel); position: relative; overflow: hidden; }
.cta-band > .wrap { padding: 112px 80px; text-align: center; position: relative; z-index: 1; max-width: calc(var(--max) + 96px); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 80% 0%, rgba(255,255,255,.10), transparent 60%), radial-gradient(700px 400px at 10% 100%, rgba(255,255,255,.06), transparent 60%); }
.cta-band h2 { color: var(--cream-text); margin-bottom: 14px; }
.cta-band .lede { color: var(--cream-muted); margin: 0 auto; }
.cta-band .eyebrow { color: #fff; } .cta-band .eyebrow::before, .cta-band .eyebrow::after { color: var(--cream-muted); }
.cta-band .cta-row { margin-top: 30px; justify-content: center; }
.cta-band .btn-primary, .cta-band .btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.cta-band .btn-secondary { color: var(--cream-text); border-color: rgba(255,255,255,.4); }
.cta-band .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.cta-band.green { background: var(--navy); }

/* Demo form */
.demo-form { background: var(--card); border: 1px solid var(--hairline); border-radius: 28px; padding: 36px 36px 30px; }
section.panel .demo-form { border-color: transparent; }
.demo-form h3 { font-size: 1.5rem; text-align: center; }
.demo-form label { display: block; font-size: .8rem; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.demo-form label .muted { font-weight: 400; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; font: inherit; font-size: .96rem; padding: 13px 16px; border: 1px solid var(--hairline); border-radius: 14px; background: var(--panel); color: var(--ink); }
.demo-form select { padding-right: 20px; }
.demo-form input::placeholder { color: #9C9C9C; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { outline: none; border-color: var(--ink); background: #fff; }
.demo-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.demo-form .field { margin-bottom: 16px; }
.demo-form .btn { margin-top: 8px; width: 100%; justify-content: center; }
.demo-form .fine { font-size: .78rem; color: var(--meta); margin-top: 14px; }

/* Pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan { padding: 34px 30px; display: flex; flex-direction: column; gap: 12px; background: var(--card); border: 1px solid var(--hairline); border-radius: 28px; position: relative; }
.plan.featured { background: var(--navy); color: var(--cream-muted); border-color: var(--navy); }
.plan.featured::before { content: "Most popular"; position: absolute; top: 22px; right: 24px; color: var(--ink); background: #fff; font-size: .72rem; font-weight: 500; padding: 5px 11px; border-radius: var(--r-pill); }
.plan.featured .name, .plan.featured .price, .plan.featured li, .plan.featured strong { color: #fff; }
.plan.featured .for, .plan.featured .price small { color: var(--cream-muted); }
.plan.featured li::before { border-color: #fff; }
.plan.featured .btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.plan.featured .btn-secondary { color: #fff; border-color: rgba(255,255,255,.4); }
.plan .name { font-family: var(--display); font-weight: 600; font-size: 1.35rem; color: var(--ink); letter-spacing: -0.02em; }
.plan .price { font-family: var(--display); font-weight: 600; font-size: 2.6rem; color: var(--ink); line-height: 1.05; letter-spacing: -0.04em; }
.plan .price small { display: block; margin-top: 8px; font-family: var(--text); font-size: .82rem; font-weight: 400; color: var(--meta); letter-spacing: 0; }
.plan .for { color: var(--meta); font-size: .92rem; min-height: 2.6em; }
.plan ul { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 9px; font-size: .92rem; }
.plan li { padding-left: 24px; position: relative; }
.plan li::before { content: ""; position: absolute; left: 4px; top: 6px; width: 5px; height: 9px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg); }
.plan .btn { margin-top: auto; justify-content: center; }

/* Integration grid */
.int-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.int { background: var(--card); border: 1px solid var(--hairline); border-radius: 18px; padding: 20px 14px; text-align: center; font-weight: 500; color: var(--ink); font-size: .92rem; }
.int small { display: block; font-weight: 400; color: var(--meta); font-size: .76rem; margin-top: 3px; }
a.int:hover { border-color: var(--ink); text-decoration: none; color: var(--ink); }

/* Link lists */
.linklist { columns: 3; column-gap: 32px; list-style: none; padding: 0; margin: 0; }
.linklist li { break-inside: avoid; margin-bottom: 10px; font-size: .95rem; line-height: 1.35; }
.linklist a { color: var(--ink); }
.linklist a:hover { color: var(--meta); }

/* Prose */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.9rem; margin: 48px 0 16px; }
.prose h3 { font-size: 1.3rem; margin: 32px 0 10px; }
.prose p, .prose li { font-size: 1.04rem; }
.prose .callout { background: var(--panel); border-left: 0; border-radius: 20px; padding: 22px 26px; margin: 26px 0; }
.prose .callout p { margin: 0; }
.prose table { min-width: 0; }
.prose .tablewrap { margin: 18px 0; }
.toc { background: var(--panel); padding: 22px 26px; font-size: .94rem; margin-bottom: 32px; border-radius: 20px; }
.toc b { display: block; color: var(--ink); margin-bottom: 8px; }
.toc ol { margin: 0; padding-left: 1.2em; }

/* Blog cards */
.post { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.post .cat { font-size: .74rem; font-weight: 500; color: var(--meta); }
.post .cat::before { content: "/ "; } .post .cat::after { content: " /"; }
.post h3 { font-size: 1.2rem; }
.post p { font-size: .92rem; color: var(--body); }
.post .meta { font-size: .8rem; color: var(--meta); margin-top: auto; padding-top: 10px; }
a.post:hover { border-color: var(--ink); text-decoration: none; }
.post.img { padding: 0; overflow: hidden; }
.post.img .pic { aspect-ratio: 16 / 10; background: var(--panel); overflow: hidden; }
.post.img .pic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
a.post.img:hover .pic img { transform: scale(1.03); }
.post.img .body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.news { display: grid; grid-template-columns: 1.15fr 1fr; gap: 16px; }
.news .col { display: grid; gap: 16px; }
.news .post.img.tall .pic { aspect-ratio: 4 / 3.4; }

/* Product screenshots */
.shot { margin: 0; }
.shot-frame { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); box-shadow: var(--shadow); overflow: hidden; }
.shot-frame img { display: block; width: 100%; height: auto; }
.shot figcaption { margin-top: 12px; font-size: .78rem; color: var(--meta); font-weight: 500; }
.shot figcaption::before { content: "/ "; } .shot figcaption::after { content: " /"; }
.hero.dark .shot-frame { box-shadow: 0 24px 60px rgba(0,0,0,.35); border-color: rgba(255,255,255,.1); }

/* Diagrams */
.diagram { width: 100%; height: auto; display: block; }
.diagram text { font-family: var(--text); }

/* Footer */
.site-footer { background: transparent; color: var(--body); padding: 16px 24px 24px; font-size: .92rem; border-top: 0; }
.site-footer > .wrap { max-width: calc(var(--max) + 96px); background: var(--panel); border-radius: var(--r-panel); padding: 72px 80px 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 40px; }
.footer-grid h5 { font-family: var(--text); font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); margin: 0 0 16px; font-weight: 500; }
.footer-grid h5::before { content: "/ "; color: var(--meta); } .footer-grid h5::after { content: " /"; color: var(--meta); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: var(--ink); }
.footer-grid a:hover { color: var(--meta); }
.footer-brand img { height: 26px; width: auto; margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; color: var(--meta); }
.footer-brand .small a { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--ink); letter-spacing: -0.03em; }
.footer-seo { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--hairline-2); }
.footer-seo h5 { font-family: var(--text); font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); margin: 0 0 12px; font-weight: 500; }
.footer-seo h5::before { content: "/ "; color: var(--meta); } .footer-seo h5::after { content: " /"; color: var(--meta); }
.footer-seo .links { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .86rem; }
.footer-seo a { color: var(--meta); }
.footer-seo a:hover { color: var(--ink); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--hairline-2); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .8rem; color: var(--meta); }
.footer-bottom a { color: var(--meta); }

/* Sticky mobile CTA */
.mobile-cta { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Focus */
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

/* Image library */
.pic-row { display: grid; gap: 16px; margin-top: 36px; }
.pic-row-2 { grid-template-columns: repeat(2, 1fr); }
.pic-row-3 { grid-template-columns: repeat(3, 1fr); }
.pic-row-4 { grid-template-columns: repeat(4, 1fr); }
.pic-row .shot-frame { height: 100%; }
.shot.plain .shot-frame { background: transparent; border: 0; box-shadow: none; border-radius: 0; }
.shot.center { max-width: 880px; margin: 32px auto 0; }
.shot.photo .shot-frame img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.shot.pos-right .shot-frame img { object-position: right center; }
.leaders { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.leaders .card { border: 1px solid var(--hairline); border-radius: var(--r-card); }
.leader img { width: 88px; height: 88px; border-radius: 50%; display: block; margin-bottom: 14px; object-fit: cover; background: var(--panel); }
.leader-initials { width: 88px; height: 88px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; background: var(--panel); color: var(--ink); font-weight: 600; font-family: var(--display); font-size: 1.1rem; }

/* Float card in hero */
.float-card { background: #fff; border-radius: 12px; padding: 20px 22px; box-shadow: 0 30px 80px rgba(8,8,8,.3); }
.float-card .t { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; color: var(--ink); font-size: .95rem; margin-bottom: 14px; letter-spacing: -0.01em; }
.float-card .t small { font-weight: 400; color: var(--meta); font-size: .76rem; }
.float-card .kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.float-card .kpi .l { font-size: .68rem; color: var(--meta); }
.float-card .kpi .n { font-family: var(--display); font-weight: 600; font-size: 1.25rem; color: var(--ink); letter-spacing: -0.03em; line-height: 1.1; }
.float-card .kpi .d { font-size: .7rem; color: var(--ok-ink); font-weight: 600; }
.float-card .line { display: flex; justify-content: space-between; font-size: .8rem; padding: 8px 0; border-top: 1px solid var(--hairline); color: var(--body); }
.float-card .line b { color: var(--ink); font-weight: 600; }
.float-card .line .s { font-size: .66rem; padding: 3px 8px; border-radius: var(--r-pill); font-weight: 600; }

/* Responsive */
@media (max-width: 1100px) {
  .grid-4, .stats, .pillars, .steps { grid-template-columns: repeat(2, 1fr); }
  .agents { grid-template-columns: repeat(2, 1fr); }
  .int-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .linklist { columns: 2; }
  .mega.wide { min-width: 660px; }
  .nav > li + li::before { display: none; }
  section.panel > .wrap, section.dark > .wrap, section.green-soft > .wrap, .hero > .wrap, .site-footer > .wrap, .cta-band > .wrap { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 900px) { .pic-row-3, .pic-row-4, .leaders { grid-template-columns: repeat(2, 1fr); } .quotes.bare { grid-template-columns: 1fr; } .quotes.bare .quote + .quote { border-left: 0; border-top: 1px solid var(--hairline); } .news { grid-template-columns: 1fr; } }
@media (max-width: 860px) {
  body { font-size: 15.5px; }
  section { padding: 64px 0; }
  section.panel, section.dark, section.green-soft, .hero, .site-footer, .cta-band { padding-left: 12px; padding-right: 12px; }
  section.panel > .wrap, section.dark > .wrap, section.green-soft > .wrap, .hero > .wrap, .site-footer > .wrap, .cta-band > .wrap { padding: 56px 28px; border-radius: 28px; }
  .hero.home { padding-top: 24px; } .hero.home > .wrap { padding: 0; }
  .hero-photo { min-height: 640px; aspect-ratio: auto; }
  .hero-photo .hero-copy { left: 24px; right: 24px; bottom: 24px; max-width: none; }
  .hero-photo .float-card { display: none; }
  .hero-visual .float-card { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 32px; }
  .split.rev > :first-child { order: 0; }
  .grid-3, .grid-2, .plans { grid-template-columns: 1fr; }
  .row-item { grid-template-columns: 1fr; gap: 20px; } .row-item .go { display: none; } .row-item .num { margin-top: 0; }
  .head-row { flex-direction: column; align-items: flex-start; }
  .nav { display: none; }
  .burger { display: block; }
  .header-cta .login { display: none; }
  .topbar { height: 72px; }
  .site-header.menu-open .nav { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 72px; left: 0; right: 0; background: var(--card); border-bottom: 1px solid var(--hairline); padding: 12px 16px 20px; max-height: calc(100vh - 72px); overflow: auto; }
  .site-header.menu-open .nav > li { display: block; }
  .site-header.menu-open .nav > li > a, .site-header.menu-open .nav > li > button { width: 100%; justify-content: space-between; }
  .site-header.menu-open .mega { position: static; min-width: 0; box-shadow: none; border: 0; padding: 4px 8px 12px; }
  .site-header.menu-open .nav > li.open .mega { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--hairline); padding: 10px 16px; gap: 10px; }
  .mobile-cta .btn { flex: 1; justify-content: center; }
  body { padding-bottom: 66px; }
}
@media (max-width: 560px) {
  .grid-4, .stats, .pillars, .steps, .agents { grid-template-columns: 1fr; }
  .int-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .linklist { columns: 1; }
  .demo-form .row { grid-template-columns: 1fr; }
  .mock-kpis { grid-template-columns: 1fr 1fr; }
  .pic-row-2, .pic-row-3, .pic-row-4 { grid-template-columns: 1fr; }
  .float-card .kpis { grid-template-columns: 1fr 1fr; }
}

/* ---- Palette: Peec-inspired monochrome (near-black ink, warm-grey canvas, flat black accents) ---- */
:root {
  --paper: #FFFFFF;
  --ink: #171717; --body: #525252; --meta: #737373; --hairline: #E3E3E3; --hairline-2: #D4D4D4; --panel: #F0F0EE; --panel-2: #E8E8E6;
  --violet: #171717; --violet-deep: #000000; --violet-ink: #000000; --sapphire: #171717;
  --plum: #0A0A0A; --plum-2: #1A1A1A; --plum-3: #2A2A2A;
  --lavender: #E5E5E5; --lavender-soft: #F0F0EE; --cream: #F7F7F5; --sky-soft: #F5F5F5;
  --navy: var(--plum); --brass: var(--violet); --brass-ink: var(--violet-deep); --brass-soft: var(--lavender-soft);
  --ok-ink: #059669; --ok-bg: #E6F7F0;
  --grad-brand: linear-gradient(90deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%);
  --grad-btn: linear-gradient(180deg, #1A1A1A, #000000);
  --grad-wash: linear-gradient(214deg, #F7F7F5, #F0F0EE);
  --grad-wash-2: linear-gradient(180deg, #F5F5F5, #F7F7F5);
  --grad-band: linear-gradient(100deg, #1A1A1A 0%, #0A0A0A 50%, #1A1A1A 100%);
  --grad-lav: linear-gradient(135deg, #F0F0EE, #E8E8E6 50%, #F7F7F5);
  --shadow: 0 1px 2px rgba(23,23,23,.04), 0 24px 60px rgba(23,23,23,.10);
}
a { color: var(--violet-deep); } a:hover { color: var(--violet-ink); }
.eyebrow { color: #662EA6; } .eyebrow::before, .eyebrow::after { color: #A3A3A3; }
.btn-primary, .btn-light { background: #0060F9; border-color: #0060F9; color: #fff; box-shadow: 0 8px 24px rgba(0,96,249,.28); }
.btn-primary:hover, .btn-light:hover { background: #0052D4; border-color: #0052D4; color: #fff; }
.btn-secondary { border-color: #0060F9; color: #0060F9; background: #fff; }
.btn-secondary:hover { border-color: #0052D4; color: #0052D4; }
.btn-ghost { color: #0060F9; border-bottom-color: #0060F9; } .btn-ghost:hover { color: #0052D4; border-bottom-color: #0052D4; }
.header-cta .btn { background: #0060F9; border-color: #0060F9; color: #fff; }
.nav > li > a:hover, .nav > li > button:hover, .nav > li.open > button { color: var(--violet-deep); }
.nav > li + li::before { color: #D4D4D4; }
.mega-col h5 { color: var(--violet-deep); }
.mega-col a:hover { background: var(--lavender-soft); }
.mega-col a.more { color: var(--violet-deep); }
.site-header.scrolled { border-bottom-color: var(--hairline); }

/* Panels: pastel washes. Darks: plum with violet/magenta AI glow */
section.panel > .wrap, section.green-soft > .wrap { background: var(--grad-wash); }
.hero > .wrap { background: var(--grad-wash-2); }
section.dark > .wrap, .hero.dark > .wrap { background: radial-gradient(900px 500px at 88% 0%, rgba(64,64,64,.35), transparent 60%), radial-gradient(800px 500px at 8% 100%, rgba(0,0,0,.45), transparent 60%), var(--plum); }
section.dark .card, section.dark .agent, section.dark .quote, section.dark .stat, section.dark .step, section.dark .pillar, section.dark .post { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); backdrop-filter: blur(6px); }
section.dark .agent .out { border-top-color: rgba(255,255,255,.12); }
section.dark .agent .tag, section.dark .post .cat, section.dark .pillar .num { color: #D4D4D4; }
section.dark .eyebrow { color: #D4D4D4; } section.dark .eyebrow::before, section.dark .eyebrow::after { color: rgba(255,255,255,.6); }
section.dark .btn-light { background: #fff; color: var(--violet-deep); border-color: #fff; box-shadow: none; }
section.dark .btn-light:hover { background: var(--lavender-soft); border-color: var(--lavender-soft); color: var(--violet-ink); }
section.dark .checks li::before { background: var(--violet); }
section.dark .tablewrap { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); } section.dark th { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); } section.dark td { border-color: rgba(255,255,255,.1); }

/* Hero photo: plum tint + violet edge glow */
.hero-photo { background: var(--plum); }
.hero-photo::after { background: linear-gradient(180deg, rgba(10,10,10,.05) 0%, rgba(10,10,10,.2) 40%, rgba(10,10,10,.85) 100%), radial-gradient(700px 400px at 0% 100%, rgba(0,0,0,.45), transparent 60%); }
.hero-photo .hero-copy .btn-primary { background: #fff; color: var(--violet-deep); border-color: #fff; box-shadow: none; }
.hero-photo .hero-copy .btn-primary:hover { background: var(--lavender-soft); border-color: var(--lavender-soft); color: var(--violet-ink); }
.hero-photo .hero-copy .btn-secondary { background: rgba(255,255,255,.08); }

/* Brand gradient accents */
.pillar .num, .step::before, .row-item .num, .stat .n, .quote .metric { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pillar .num::after, .row-item .num::after { color: #A1A1A1; -webkit-text-fill-color: #A1A1A1; }
section.dark .stat .n, section.dark .quote .metric { background: linear-gradient(90deg, #FFFFFF, #FFFFFF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.card .ic { background: var(--lavender-soft); color: var(--violet-deep); }
a.card:hover, a.int:hover, a.post:hover { border-color: var(--violet); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.checks li::before { background: var(--violet); }
section.panel .checks li::before { background: var(--violet); }
#demo .checks li::before { background: var(--docyt-purple); }
.plan li::before { border-color: var(--violet-deep); }
.row-item:hover .go { background: var(--violet); border-color: var(--violet); }
.row-item .thumb { background: var(--lavender-soft); }
.beats span, .chip { border-color: #E5E5E5; background: #fff; }
.faq details[open] summary::after { background: var(--violet); border-color: var(--violet); }
.faq summary::after { color: var(--violet-deep); border-color: #E5E5E5; }
th.docyt { background: var(--violet); color: #fff; } td.docyt { background: var(--lavender-soft); }
td.yes { color: var(--ok-ink); }
.mock-bar .dot.g { background: var(--violet); }
.mock-bars i.hi { background: linear-gradient(180deg, #404040, #000000); }
.mock-kpi { background: var(--lavender-soft); }
.float-card .kpi .n { color: var(--ink); }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(0,0,0,.15); }
.demo-form input, .demo-form select, .demo-form textarea { background: #FAFAFA; }
.trust-logos span + span::before { color: #D4D4D4; }
.trust .label { color: var(--meta); }
.ratings span { border-color: #E5E5E5; background: #fff; } .ratings b { color: var(--violet-deep); }
.prose .callout { background: var(--lavender-soft); border-left: 3px solid var(--violet); border-radius: 0 20px 20px 0; }
.toc { background: var(--lavender-soft); }

/* Featured plan: plum with violet glow */
.plan.featured { background: radial-gradient(500px 300px at 100% 0%, rgba(64,64,64,.35), transparent 60%), radial-gradient(500px 300px at 0% 100%, rgba(0,0,0,.5), transparent 60%), var(--plum); border-color: var(--plum); }
.plan.featured::before { background: var(--lavender); color: var(--sapphire); }
.plan.featured .btn-primary { background: #fff; color: var(--violet-deep); border-color: #fff; box-shadow: none; }

/* CTA band: lavender wash with dot grid (Drivetrain banner), dark text */
.cta-band { background: var(--grad-lav); color: var(--body); }
.cta-band::before { background: radial-gradient(rgba(0,0,0,.22) 1px, transparent 1.5px) 0 0 / 18px 18px, radial-gradient(700px 300px at 85% 0%, rgba(255,255,255,.55), transparent 60%); }
.cta-band h2 { color: var(--ink); }
.cta-band .lede { color: var(--body); }
.cta-band .eyebrow { color: var(--violet-deep); } .cta-band .eyebrow::before, .cta-band .eyebrow::after { color: #A3A3A3; }
.cta-band .btn-primary, .cta-band .btn-light { background: var(--grad-btn); color: #fff; border-color: #000000; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.cta-band .btn-secondary { color: var(--ink); background: #fff; border-color: #fff; }
.cta-band .btn-secondary:hover { border-color: var(--violet); color: var(--violet-deep); }

/* Footer: plum */
.site-footer > .wrap { background: var(--plum); color: rgba(255,255,255,.72); }
.site-footer h5, .footer-grid h5, .footer-seo h5 { color: #fff; } .footer-grid h5::before, .footer-grid h5::after, .footer-seo h5::before, .footer-seo h5::after { color: #D4D4D4; }
.footer-grid a { color: rgba(255,255,255,.82); } .footer-grid a:hover { color: #fff; }
.footer-brand p { color: rgba(255,255,255,.66); }
.footer-brand .small a { color: #fff; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-seo { border-top-color: rgba(255,255,255,.12); } .footer-seo a { color: rgba(255,255,255,.6); } .footer-seo a:hover { color: #fff; }
.footer-bottom { border-top-color: rgba(255,255,255,.12); color: rgba(255,255,255,.55); } .footer-bottom a { color: rgba(255,255,255,.7); }

/* ---- Typography + shadows: Neuralflow style guide (Uncut Sans, self-hosted) ---- */
@font-face { font-family: "Uncut Sans"; src: url("../fonts/UncutSans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Uncut Sans"; src: url("../fonts/UncutSans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Uncut Sans"; src: url("../fonts/UncutSans-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
:root {
  --display: "Uncut Sans", Arial, sans-serif; --text: "Uncut Sans", Arial, sans-serif; --mono: "Uncut Sans", Arial, sans-serif;
  /* Neuralflow display scale: 10=72 9=68 8=44 7=32 6=26 5=24 4=20 3=18 2=16 1=14 (lh 1.115 for 10/9, 1.25 below). Paragraph L/D/S = 16/14/12 @1.5 */
  --d10: 72px; --d9: 68px; --d8: 44px; --d7: 32px; --d6: 26px; --d5: 24px; --d4: 20px; --d3: 18px; --d2: 16px; --d1: 14px;
  --lh-small: 1.115; --lh-regular: 1.25; --lh-large: 1.5;
  --ls-tight: -0.034em; --ls-display: -0.042em; --ls-caps: .08em;
  --sh-sm: 0 1px 4px rgba(25,33,61,.10); --sh-md: 0 2px 8px rgba(25,33,61,.08); --sh-lg: 0 8px 15px rgba(25,33,61,.10); --sh-xl: 0 8px 24px rgba(25,33,61,.12);
  --shadow: var(--sh-xl);
}
body { font-size: 16px; line-height: var(--lh-large); letter-spacing: var(--ls-tight); font-weight: 400; }
h1, h2, h3, h4 { font-weight: 700; }
h1 { font-size: clamp(40px, 5vw, var(--d10)); line-height: var(--lh-small); letter-spacing: var(--ls-display); }
.hero.home .hero-head h1 { font-size: clamp(40px, 5vw, var(--d10)); }
.hero:not(.home) h1 { font-size: clamp(34px, 3.6vw, var(--d8)); line-height: var(--lh-regular); letter-spacing: -0.033em; }
.hero:not(.home) h1 { max-width: 20ch; }
h2 { font-size: clamp(30px, 3.2vw, var(--d8)); line-height: var(--lh-regular); letter-spacing: -0.033em; }
h3 { font-size: var(--d6); line-height: var(--lh-regular); letter-spacing: -0.035em; }
h4 { font-size: var(--d4); letter-spacing: -0.03em; }
.card h3, .agent h3, .pillar h3, .step h3, .post h3 { font-size: var(--d5); letter-spacing: -0.03em; }
.row-item h3 { font-size: var(--d7); letter-spacing: -0.034em; }
.prose h2 { font-size: var(--d7); } .prose h3 { font-size: var(--d5); }
.faq summary { font-size: var(--d4); font-weight: 500; letter-spacing: -0.03em; }
.lede { font-size: var(--d2); line-height: var(--lh-large); font-weight: 400; }
.hero .lede, .hero.home .hero-head .lede { font-size: var(--d3); }
.section-head .lede { font-size: var(--d2); }
.card p, .agent p, .pillar p, .step p, .post p, .row-item p, .mega-col a span, .faq .a, .stat .l, .quote .who { line-height: var(--lh-large); }
.eyebrow, .agent .tag, .post .cat, .mega-col h5, .footer-grid h5, .footer-seo h5, th { font-size: var(--d1); font-weight: 600; letter-spacing: var(--ls-caps); }
.btn, .header-cta .login, .nav > li > a, .nav > li > button { font-size: var(--d2); font-weight: 500; letter-spacing: var(--ls-tight); }
.btn-lg { font-size: var(--d2); }
.small, .cta-note, .fine, .shot figcaption, .who, .post .meta, .stat .l, .float-card .kpi .l, .mock-kpi .l { font-size: var(--d1); font-weight: 500; letter-spacing: var(--ls-tight); }
.demo-form label { font-size: var(--d1); font-weight: 500; }
.card p, .agent p, .pillar p, .step p, .post p, .plan .for, .plan li, .checks li, .row-item p, .mega-col a { font-size: var(--d2); font-weight: 500; letter-spacing: var(--ls-tight); }
.mega-col a span { font-size: var(--d1); font-weight: 400; }
.quote p.q { font-weight: 500; font-size: var(--d4); letter-spacing: -0.03em; line-height: var(--lh-regular); }
.stat .n, .quote .metric, .plan .price { font-weight: 500; letter-spacing: -0.037em; }
.pillar .num, .row-item .num, .step::before { font-weight: 500; letter-spacing: var(--ls-tight); }
.trust-logos span { font-weight: 500; font-size: var(--d5); letter-spacing: -0.03em; }
strong, .footer-brand .small a, .stat .n { font-weight: 600; }
.prose p, .prose li { font-size: var(--d2); font-weight: 400; }
table { font-size: var(--d1); font-weight: 500; }
/* Shadows */
.card, .agent, .pillar, .step, .stat, .post, .quote, .int, .plan { box-shadow: var(--sh-sm); }
section.dark .card, section.dark .agent, section.dark .quote, section.dark .stat, section.dark .step, section.dark .pillar, section.dark .post { box-shadow: none; }
a.card:hover, a.int:hover, a.post:hover { box-shadow: var(--sh-lg); border-color: var(--hairline); transform: translateY(-2px); }
.mega, .mock, .shot-frame, .demo-form, .float-card, .tablewrap { box-shadow: var(--sh-xl); }
.hero-photo .float-card { box-shadow: var(--sh-xl), 0 30px 80px rgba(10,10,10,.35); }
.btn-primary, .btn-light, .header-cta .btn, .cta-band .btn-primary { box-shadow: var(--sh-sm); }
.btn-secondary { box-shadow: var(--sh-sm); }
.beats span, .chip, .ratings span { box-shadow: var(--sh-sm); }
.plan.featured { box-shadow: var(--sh-xl); }
.hero.dark .shot-frame { box-shadow: var(--sh-xl); }
.site-header.scrolled { box-shadow: var(--sh-sm); border-bottom-color: transparent; }

/* Neuralflow nav + hero title weight */
h1 { font-weight: 600; letter-spacing: -0.042em; }
.hero.home .hero-head h1 { font-weight: 600; }
.nav > li > a, .nav > li > button { font-weight: 500; font-size: 16px; letter-spacing: -0.034em; padding: 10px 8px; }
.nav > li + li::before { padding: 0 8px; color: var(--ink); font-size: 15px; }
.header-cta .login { font-weight: 500; font-size: 16px; letter-spacing: -0.034em; }
.header-cta .btn { font-weight: 500; font-size: 16px; letter-spacing: -0.034em; padding: 15px 26px; }

/* Remove "/ ... /" decorators */
.eyebrow::before, .eyebrow::after, .mega-col h5::before, .mega-col h5::after, .footer-grid h5::before, .footer-grid h5::after, .footer-seo h5::before, .footer-seo h5::after, .agent .tag::before, .agent .tag::after, .post .cat::before, .post .cat::after, .shot figcaption::before, .shot figcaption::after { content: none; }
.eyebrow { gap: 0; }
.pillar .num::after, .row-item .num::after { content: none; }
.step::before { content: counter(step, decimal-leading-zero); }
.nav > li + li::before { content: none; }
.nav > li > a, .nav > li > button { padding: 10px 14px; }
.trust-logos span + span::before { content: none; }
.trust-logos span { padding: 0 28px; }
/* Scrolling logo row outside a .trust section (company page investors and memberships): clipped to the content column with faded edges. */
.logo-marquee { position: relative; overflow: hidden; padding: 6px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }

/* Centered navigation */
.topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.nav { flex: none; justify-content: center; justify-self: center; }
.header-cta { justify-self: end; }
@media (max-width: 860px) { .topbar { display: flex; } .site-header.menu-open .nav { justify-content: flex-start; } }

/* Profit-gap benefit cards: headline, body, tags and illustration all live inside one bordered card */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto; gap: 16px; }
.benefit { display: grid; grid-template-rows: subgrid; grid-row: span 2; background: var(--panel); border: 1px solid var(--hairline); border-radius: 20px; padding: 28px 24px; text-align: left; }
.benefit .txt { grid-row: 1; display: flex; flex-direction: column; gap: 10px; align-self: start; }
.benefit h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.03em; }
.benefit p { font-size: var(--d2); font-weight: 500; color: var(--body); margin: 0; letter-spacing: var(--ls-tight); }
.benefit .art { grid-row: 2; align-self: start; margin-top: 4px; }
.benefit .art img { display: block; width: 100%; height: auto; }
section.gap { padding-top: 40px; }

/* "Schedule a demo" CTA: blue, scoped to this button only (does not affect other primary/secondary buttons) */
/* Blue "Schedule a demo" treatment: kept only inside the untouched homepage hero, per request */
.hero.home.has-media .sched-demo-cta.btn-primary, .hero.home.has-media .sched-demo-cta.btn-light { background: #0060F9 !important; border-color: #0060F9 !important; color: #fff !important; box-shadow: none !important; border-radius: 10px !important; }
.hero.home.has-media .sched-demo-cta.btn-primary:hover, .hero.home.has-media .sched-demo-cta.btn-light:hover { background: #0052D4 !important; border-color: #0052D4 !important; color: #fff !important; box-shadow: none !important; }
@media (max-width: 1100px) { .benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .benefits { grid-template-columns: 1fr; } }

/* Glass cards with gradient outline + hover (pillars) */
.pillars { gap: 20px; }
.pillar { position: relative; background: rgba(255,255,255,.55); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); border: 1px solid transparent; border-radius: 28px; box-shadow: var(--sh-sm), inset 0 1px 0 rgba(255,255,255,.8); overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.pillar::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: linear-gradient(135deg, rgba(0,0,0,.55), rgba(230,230,230,.35) 40%, rgba(64,64,64,.45) 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; transition: opacity .35s; }
.pillar::after { content: ""; position: absolute; inset: -40% -20% auto; height: 70%; background: radial-gradient(closest-side, rgba(0,0,0,.22), transparent 70%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.pillar:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(23,23,23,.18), inset 0 1px 0 rgba(255,255,255,.9); }
.pillar:hover::before { background: var(--grad-brand); }
.pillar:hover::after { opacity: 1; }
.pillar > * { position: relative; z-index: 1; }
.pillar .modules span { background: rgba(255,255,255,.7); backdrop-filter: blur(6px); border-color: rgba(0,0,0,.18); }
.pillar:hover .modules span { filter: brightness(0.92); }
/* Sit the pillars on a soft wash so the glass reads */
.pillars-wrap { position: relative; }
.pillars-wrap::before { content: ""; position: absolute; inset: -32px -24px; background: radial-gradient(600px 300px at 15% 20%, rgba(230,230,230,.7), transparent 60%), radial-gradient(600px 300px at 85% 90%, rgba(238,241,255,1), transparent 60%), radial-gradient(400px 260px at 60% 40%, rgba(255,250,239,1), transparent 60%); z-index: 0; border-radius: 40px; pointer-events: none; }
.pillars-wrap .pillars { position: relative; z-index: 1; }

/* Pillar cards ("Four ways"): same bottom-bleed illustration pattern as the benefit cards above */
.pillar { padding: 30px 28px 0; }
.pillar .art { margin: 22px -28px -2px; overflow: hidden; }
.pillar .art svg { display: block; width: 100%; height: auto; transform: scale(1.02); transform-origin: bottom center; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.pillar:hover .art svg { transform: scale(1.05); }

/* Hero title on one line (Display 9) at desktop */
.hero.home .hero-head { max-width: none; }
.hero.home .hero-head h1 { font-size: clamp(40px, 4.75vw, 68px); }
@media (min-width: 1280px) { .hero.home .hero-head h1 { white-space: nowrap; } }

/* Section rhythm: more air between blocks */
section { padding: 128px 0; }
section.tight { padding: 80px 0; }
section.panel, section.dark, section.green-soft { padding: 48px 24px; }
section.panel + section.panel, section.panel + section.dark, section.dark + section.panel, section.dark + section.dark { padding-top: 0; }
section.panel + section:not(.panel):not(.dark):not(.hero), section.dark + section:not(.panel):not(.dark):not(.hero) { padding-top: 96px; }
.hero { padding-bottom: 32px; }
.trust { padding: 48px 0 16px; }
section.gap { padding-top: 96px; }
.cta-band { margin: 48px 24px; }
.site-footer { padding-top: 48px; }
@media (max-width: 860px) { section { padding: 80px 0; } section.tight { padding: 56px 0; } section.panel, section.dark, section.green-soft { padding: 24px 12px; } .cta-band { margin: 24px 12px; } }

/* Dark agent cards: glassmorphism with gradient outline + hover */
section.dark .agents { gap: 20px; }
section.dark .agent { position: relative; background: rgba(255,255,255,.04); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); border: 1px solid transparent; border-radius: 28px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 30px rgba(0,0,0,.25); overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background .35s; }
section.dark .agent::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255,.06) 40%, rgba(64,64,64,.4)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; transition: background .35s; }
section.dark .agent::after { content: ""; position: absolute; inset: -50% -30% auto; height: 80%; background: radial-gradient(closest-side, rgba(0,0,0,.35), transparent 70%); opacity: 0; transition: opacity .4s; pointer-events: none; }
section.dark .agent:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 28px 70px rgba(0,0,0,.28); }
section.dark .agent:hover::before { background: var(--grad-brand); }
section.dark .agent:hover::after { opacity: 1; }
section.dark .agent > * { position: relative; z-index: 1; }

/* Subtle AI ambience in dark sections: drifting aurora orbs + faint grid + rising particles */
section.dark > .wrap { position: relative; overflow: hidden; isolation: isolate; }
section.dark > .wrap > * { position: relative; z-index: 2; }
section.dark > .wrap::before { content: ""; position: absolute; inset: -20%; z-index: 0; pointer-events: none;
  background: radial-gradient(420px 420px at 20% 30%, rgba(0,0,0,.55), transparent 70%), radial-gradient(520px 520px at 80% 20%, rgba(64,64,64,.45), transparent 70%), radial-gradient(380px 380px at 60% 90%, rgba(32,32,32,.5), transparent 70%);
  filter: blur(40px); animation: aurora 22s ease-in-out infinite alternate; }
section.dark > .wrap::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), radial-gradient(circle, rgba(230,230,230,.7) 1.2px, transparent 1.6px), radial-gradient(circle, rgba(255,255,255,.5) 1px, transparent 1.4px);
  background-size: 56px 56px, 56px 56px, 180px 260px, 260px 340px; background-position: 0 0, 0 0, 20px 0, 90px 120px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 40%, #000 30%, transparent 100%); mask-image: radial-gradient(80% 80% at 50% 40%, #000 30%, transparent 100%);
  animation: particles 30s linear infinite; }
@keyframes aurora { 0% { transform: translate3d(0,0,0) rotate(0deg) scale(1); } 50% { transform: translate3d(6%,-4%,0) rotate(8deg) scale(1.08); } 100% { transform: translate3d(-5%,5%,0) rotate(-6deg) scale(1.02); } }
@keyframes particles { from { background-position: 0 0, 0 0, 20px 0, 90px 120px; } to { background-position: 0 0, 0 0, 20px -260px, 90px -220px; } }
@media (prefers-reduced-motion: reduce) { section.dark > .wrap::before, section.dark > .wrap::after { animation: none; } }

/* Toned-down dark section ambience */
section.dark > .wrap, .hero.dark > .wrap { background: radial-gradient(900px 500px at 88% 0%, rgba(64,64,64,.14), transparent 60%), radial-gradient(800px 500px at 8% 100%, rgba(0,0,0,.18), transparent 60%), var(--plum); }
section.dark > .wrap::before { background: radial-gradient(420px 420px at 20% 30%, rgba(0,0,0,.22), transparent 70%), radial-gradient(520px 520px at 80% 20%, rgba(64,64,64,.16), transparent 70%), radial-gradient(380px 380px at 60% 90%, rgba(32,32,32,.18), transparent 70%); filter: blur(60px); }
section.dark > .wrap::after { opacity: .55; }

/* Pillars: drop the wash behind the cards; glass is carried by the card itself */
.pillars-wrap::before { content: none; }
.pillar { background: rgba(255,255,255,.7); }

/* "One platform. Zero workarounds." system diagram */
.stack .section-head .lede { max-width: 68ch; }
.stack-diagram { max-width: 1120px; margin: 0 auto; }
.stack-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stack-card { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 16px 20px; text-align: center; box-shadow: var(--sh-sm); }
.stack-card h3 { font-size: 1.08rem; letter-spacing: -0.02em; margin: 0 0 8px; }
.stack-card p { font-size: .88rem; color: var(--meta); margin: 0; }
.stack-connectors { position: relative; width: 100%; max-width: 500px; min-height: 42px; margin: 0 auto; }
.stack-connectors img { display: block; width: 100%; height: auto; }
.stack-connectors .mid-arrow { position: absolute; left: 50%; top: 0; width: 16px; height: 42px; transform: translateX(-50%); }
.stack-core { background: radial-gradient(500px 260px at 100% 0%, rgba(64,64,64,.35), transparent 60%), radial-gradient(500px 260px at 0% 100%, rgba(0,0,0,.5), transparent 60%), var(--plum); border-radius: var(--r-card); padding: 30px 36px; box-shadow: var(--sh-lg); text-align: center; }
.stack-core h3 { color: #fff; font-size: 1.3rem; letter-spacing: -0.02em; margin: 0 0 8px; }
.stack-core p { color: var(--lavender-soft, rgba(255,255,255,.72)); margin: 0; font-size: .94rem; }
.stack-drop { display: flex; justify-content: center; }
.stack-drop-top { display: none; }
.stack-result { background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 26px 28px; text-align: center; }
.stack-result h3 { font-size: 1.1rem; letter-spacing: -0.02em; margin: 0 0 10px; }
.stack-result p { color: var(--ok-ink); font-weight: 500; font-size: .92rem; margin: 0; }
.stack-result .dot { color: var(--hairline-2); margin: 0 10px; font-weight: 400; }
@media (max-width: 860px) {
  .stack-top { grid-template-columns: 1fr; gap: 14px; }
  .stack-connectors { display: none; }
  .stack-drop-top { display: flex; justify-content: center; margin-top: 4px; }
  .stack-core { padding: 24px 24px; }
}

/* Nav utilities: search icon + small-business free-trial pill */
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 0; background: none; color: var(--ink); cursor: pointer; flex: none; }
.icon-btn:hover { background: var(--panel); }
.icon-btn svg { width: 18px; height: 18px; }
.header-cta .btn-outline-trial { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; line-height: 1.1; border: 1px solid var(--violet-deep); background: none; border-radius: 16px; padding: 6px 16px; color: var(--violet-deep); font-weight: 600; font-size: .88rem; box-shadow: none; }
.header-cta .btn-outline-trial .sub { font-weight: 500; font-size: .66rem; color: var(--meta); letter-spacing: 0; }
.header-cta .btn-outline-trial:hover { background: var(--lavender-soft); }
.header-cta .btn-outline-trial::after { content: none; }
.header-cta .btn-primary::after, .header-cta .sched-demo-cta::after { content: none; }
@media (max-width: 860px) { .search-btn, .header-cta .btn-outline-trial { display: none; } }

/* Solutions-by-product tabs */
.tab-input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.tab-list { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; margin: 8px 0 40px; }
.tab-btn { display: inline-flex; flex-direction: row; align-items: center; gap: 10px; padding: 14px 22px; border: 1.5px solid var(--hairline-2); border-radius: 12px; font-weight: 500; font-size: .95rem; color: var(--ink); cursor: pointer; background: #fff; text-align: left; max-width: none; transition: border-color .2s, box-shadow .2s; }
.tab-ic { flex: none; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 0; background: none; color: var(--meta); transition: color .2s; }
.tab-ic svg { width: 20px; height: 20px; }
.tab-ic img { width: 20px; height: 20px; object-fit: contain; border-radius: 0; }
.tab-label { line-height: 1.25; }
.tab-btn:hover { border-color: #C9BFFA; }
.tab-panel { display: none; }
.tab-panel .split { grid-template-columns: 0.92fr 1.18fr; gap: 0; align-items: stretch; border-radius: 20px; overflow: hidden; }
#tab-payments:checked ~ .tab-panels .panel-payments,
#tab-accounting:checked ~ .tab-panels .panel-accounting,
#tab-bi:checked ~ .tab-panels .panel-bi,
#tab-integrations:checked ~ .tab-panels .panel-integrations,
#tab-hpai:checked ~ .tab-panels .panel-hpai { display: block; }
#tab-payments:checked ~ .tab-list label[for="tab-payments"],
#tab-accounting:checked ~ .tab-list label[for="tab-accounting"],
#tab-bi:checked ~ .tab-list label[for="tab-bi"],
#tab-integrations:checked ~ .tab-list label[for="tab-integrations"],
#tab-hpai:checked ~ .tab-list label[for="tab-hpai"] { color: var(--ink); background: linear-gradient(#fff, #fff) padding-box, var(--docyt-gradient) border-box; border-color: transparent; box-shadow: 0 10px 24px -8px rgba(124,92,252,.45); }
#tab-payments:checked ~ .tab-list label[for="tab-payments"] .tab-ic,
#tab-accounting:checked ~ .tab-list label[for="tab-accounting"] .tab-ic,
#tab-bi:checked ~ .tab-list label[for="tab-bi"] .tab-ic,
#tab-integrations:checked ~ .tab-list label[for="tab-integrations"] .tab-ic,
#tab-hpai:checked ~ .tab-list label[for="tab-hpai"] .tab-ic { color: #5B4FE8; }
.suite-left { background: var(--panel); padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.suite-left h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; text-transform: none; color: var(--ink); margin-bottom: 12px; }
.suite-tabs .section-head { max-width: 900px; }
.suite-tabs .section-head .eyebrow { color: var(--docyt-purple); }
.suite-tabs .section-head h2 { font-weight: 700; font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
.why-docyt .section-head .eyebrow { color: var(--docyt-purple); }
.why-docyt .section-head h2 { font-weight: 700; }
.why-docyt .section-head h2 .two-tone-grey { font-weight: 700; }
.solutions-by-role .section-head h2 { font-weight: 700; }
.customer-stories .section-head h2 { font-weight: 700; }
.suite-left .lede { font-size: .95rem; font-weight: 400; color: var(--body); line-height: 1.6; letter-spacing: 0; max-width: 40ch; }
.suite-right { margin: 0; background: linear-gradient(135deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); border-radius: 20px; position: relative; padding: 40px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.suite-right .shot-frame { position: relative; z-index: 1; border-radius: 16px; background: transparent; border: 0; box-shadow: none; }
.feature-acc { border-top: 1px solid var(--hairline); margin-top: 28px; }
.feature-acc details { border-bottom: 1px solid var(--hairline); }
.feature-acc summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 0; font-size: 1rem; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.feature-acc summary::-webkit-details-marker { display: none; }
.feature-acc .a { margin: 0; padding: 0 0 18px; color: var(--body); font-size: .9rem; max-width: 42ch; }
.f-arrow { flex: none; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--meta); transition: color .2s, transform .2s; }
.f-arrow svg { width: 16px; height: 16px; }
.feature-acc details[open] .f-arrow { transform: rotate(180deg); }
.feature-acc summary:hover .f-arrow { color: var(--ink); }

/* Single-open accordion (radio-driven): only one item's answer + matching image show at a time */
.feature-acc .acc-item { border-bottom: 1px solid var(--hairline); }
.feature-acc .acc-input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.feature-acc .acc-summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 0; font-size: 1rem; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.feature-acc .acc-item .a { display: none; margin: 0; padding: 0 0 18px; color: var(--body); font-size: .9rem; max-width: 42ch; }
.feature-acc .acc-input:checked ~ .a { display: block; }
.feature-acc .acc-input:checked ~ .acc-summary .f-arrow { transform: rotate(180deg); }
.feature-acc .acc-summary:hover .f-arrow { color: var(--ink); }
.suite-right .acc-img { display: none; }
.split:has(#pay-acc-1:checked) .acc-img[data-acc="1"] { display: block; }
.split:has(#pay-acc-2:checked) .acc-img[data-acc="2"] { display: block; }
.split:has(#pay-acc-3:checked) .acc-img[data-acc="3"] { display: block; }
.split:has(#pay-acc-4:checked) .acc-img[data-acc="4"] { display: block; }
.split:has(#pay-acc-1:checked) .suite-right { background: linear-gradient(135deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#pay-acc-2:checked) .suite-right { background: linear-gradient(225deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#pay-acc-3:checked) .suite-right { background: linear-gradient(315deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#pay-acc-4:checked) .suite-right { background: linear-gradient(45deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.panel-accounting .suite-right { padding: 0; }
.panel-accounting .suite-right .shot-frame { position: absolute; inset: 0; }
.panel-accounting .suite-right .acc-img { position: absolute; inset: 40px; width: auto; height: auto; object-fit: contain; }
.panel-bi .suite-right { padding: 0; }
.panel-bi .suite-right .shot-frame { position: absolute; inset: 0; }
.panel-bi .suite-right .acc-img { position: absolute; inset: 40px; width: auto; height: auto; object-fit: contain; }
.panel-integrations .suite-right { padding: 0; aspect-ratio: 1220 / 1144; height: auto; }
.panel-integrations .suite-right .shot-frame { position: absolute; inset: 0; }
.panel-integrations .suite-right img { position: absolute; inset: 40px 0 40px 120px; width: auto; height: auto; object-fit: contain; object-position: right center; }
.split:has(#acct-acc-1:checked) .acc-img[data-acc="1"] { display: block; inset: 90px 0 0 40px; object-position: bottom right; }
.split:has(#acct-acc-2:checked) .acc-img[data-acc="2"] { display: block; inset: 70px 40px 40px 40px; object-position: center; }
.split:has(#acct-acc-3:checked) .acc-img[data-acc="3"] { display: block; inset: 70px -20px 40px 80px; object-position: right center; }
.split:has(#acct-acc-4:checked) .acc-img[data-acc="4"] { display: block; inset: 70px 50px 40px 0; object-position: left center; }
.split:has(#acct-acc-1:checked) .suite-right { background: linear-gradient(135deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#acct-acc-2:checked) .suite-right { background: linear-gradient(225deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#acct-acc-3:checked) .suite-right { background: linear-gradient(315deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#acct-acc-4:checked) .suite-right { background: linear-gradient(45deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#bi-acc-1:checked) .acc-img[data-acc="1"] { display: block; inset: 90px 0 0 70px; object-position: bottom right; }
.split:has(#bi-acc-2:checked) .acc-img[data-acc="2"] { display: block; inset: 40px 0 40px 100px; object-position: right center; }
.split:has(#bi-acc-3:checked) .acc-img[data-acc="3"] { display: block; inset: 40px 0 40px 100px; object-position: right center; }
.split:has(#bi-acc-4:checked) .acc-img[data-acc="4"] { display: block; inset: 40px 0 40px 100px; object-position: right center; }
.split:has(#bi-acc-1:checked) .suite-right { background: linear-gradient(135deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#bi-acc-2:checked) .suite-right { background: linear-gradient(225deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#bi-acc-3:checked) .suite-right { background: linear-gradient(315deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }
.split:has(#bi-acc-4:checked) .suite-right { background: linear-gradient(45deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }

/* Docyt HpAI: 3-pillar feature list, replacing the accordion for this tab only */
.hpai-pillars { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
.hpai-pillar { background: var(--panel); border: 1px solid var(--hairline); border-radius: 16px; padding: 18px 20px; }
.hpai-pillar h4 { font-size: .95rem; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 8px; }
.hpai-pillar ul { margin: 0; padding-left: 1.1em; font-size: .85rem; color: var(--body); }
.hpai-pillar li { margin-bottom: 4px; }
.hpai-pillar li:last-child { margin-bottom: 0; }

/* Plain text CTA link (no button chrome), used for Integrations and Migration */
.link-cta { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 0; font-weight: 600; font-size: .95rem; color: #0060F9; }
.link-cta:hover { text-decoration: underline; }
.link-cta .arrow { transition: transform .15s; }
.link-cta:hover .arrow { transform: translateX(3px); }

/* Docyt HpAI tab: single full-width diagram replacing the split text+image layout */
.hpai-full { padding: 24px; }
.hpai-full img { display: block; width: 100%; height: auto; border-radius: 20px; overflow: hidden; }
@media (max-width: 860px) {
  .tab-panel .split { grid-template-columns: 1fr; }
  .tab-list { gap: 16px; }
  .suite-left { padding: 36px 28px; }
  .suite-right { padding: 28px; }
  .suite-left h3 { font-size: 1.3rem; }
}

/* Gradient text utility */
.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Dark stat bands (AI accuracy / Platform highlights) */
.stats.divided { grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; }
.stats.divided .stat { background: none; border: 0; border-left: 1px solid rgba(255,255,255,.15); border-radius: 0; padding: 4px 28px; text-align: center; box-shadow: none; }
.stats.divided .stat:first-child { border-left: 0; }
.stats.divided .stat .n { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.stats.divided .stat .l { color: rgba(255,255,255,.62); margin-top: 10px; max-width: none; }
.stats.divided.left { grid-template-columns: repeat(3, 1fr); }
.stats.divided.left .stat { text-align: left; padding: 6px 0 6px 28px; }
.stats.divided.left .stat:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.stats.divided.left .stat .n { background: none; -webkit-text-fill-color: currentColor; color: #fff; }
@media (max-width: 860px) {
  .stats.divided { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stats.divided .stat:nth-child(2n+1) { border-left: 0; }
  .stats.divided .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; }
  .stats.divided.left { grid-template-columns: repeat(2, 1fr); }
  .stats.divided.left .stat:nth-child(3n+1) { border-left: 1px solid rgba(255,255,255,.15); padding-left: 28px; }
  .stats.divided.left .stat:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .stats.divided.left .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; }
}

/* Industry-partner badge row */
.partner-label { text-align: center; font-size: 1.3rem; font-weight: 700; color: var(--ink); margin: 0 0 28px; }
.partner-badges { display: flex; justify-content: center; }
.partner-badges img { max-width: 100%; height: auto; }

/* Mid-page CTA banner: blue gradient with automation checklist imagery */
.cta-simple-inner { position: relative; overflow: hidden; background: var(--docyt-gradient); border: 0; border-radius: var(--r-panel); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--sh-sm); }
.cta-simple-inner .txt { flex: 1; min-width: 0; }
.cta-simple-inner .txt h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 0; color: #fff; }
.cta-simple-inner .cta-row { margin-top: 0; flex: none; }
@media (max-width: 860px) { .cta-simple-inner .swirl { display: none; } }
@media (max-width: 960px) {
  .cta-simple-inner { flex-direction: column; align-items: flex-start; padding: 40px 32px; }
}

/* Homepage video hero: no tinted panel behind the overlaid text, taller video area */
.hero.has-media > .wrap { background: transparent; }
.hero.has-media > .wrap::before, .hero.has-media > .wrap::after { content: none; }
.hero.home.has-media { min-height: 600px; display: flex; align-items: center; }
.hero.home.has-media .wrap { width: 100%; overflow: visible; padding-top: 8px; padding-bottom: 8px; }
.hero.home.has-media .cta-row { overflow: visible; }
.hero.home.has-media .hero-overlay { background: linear-gradient(90deg, rgba(5,5,8,.95) 0%, rgba(5,5,8,.85) 20%, rgba(5,5,8,.55) 35%, rgba(5,5,8,.18) 46%, rgba(5,5,8,0) 55%); }
.hero.home.has-media .hero-media video { object-position: center 25%; }
.hero.home.has-media .eyebrow { background: none; border: 0; box-shadow: none; padding: 0; border-radius: 0; margin: 0 0 20px; text-transform: none; letter-spacing: normal; font-size: .98rem; font-weight: 400; color: #FFD60A; }
.hero.home.has-media .eyebrow::before { content: none; }
.hero.home.has-media h1 { font-weight: 700; font-size: clamp(1.9rem, 4vw, 3.5rem); color: #fff; max-width: 34ch; }
.hero.home.has-media .lede { color: #FFFFFF; font-size: 1rem; }
.hero.home.has-media .hero-grid { grid-template-columns: 1fr; gap: 40px; }
@media (max-width: 860px) {
  .hero.home.has-media { min-height: 480px; }
}

/* ---- Design refresh: plain-text eyebrows, editorial quotes (Peec / Mintlify / Summation / Rulebase mix) ---- */
.eyebrow { border: 0; background: none; border-radius: 0; padding: 0; box-shadow: none; margin: 0 0 22px; gap: 0; text-transform: none; letter-spacing: normal; font-weight: 500; color: #662EA6; }
.eyebrow::before { content: none; }
.eyebrow::after { content: none; }
section.dark .eyebrow, .hero.dark .eyebrow { background: none; border-color: transparent; box-shadow: none; color: #5B9BFF; }
.quote p.q, .quotes.bare p.q { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; letter-spacing: 0; }

/* Peec-style buttons: rounded rectangles, not full pills (eyebrow badges keep their pill shape) */
.btn { border-radius: 10px; }
.header-cta .btn-outline-trial { border-radius: 10px; }
.btn-primary, .btn-light { box-shadow: none; }
.btn-primary:hover, .btn-light:hover { box-shadow: none; }
.cta-band .btn-primary, .cta-band .btn-light { box-shadow: none; }
a.card:hover, a.int:hover, a.post:hover { box-shadow: var(--sh-lg); }
.pillar:hover { box-shadow: var(--sh-lg), inset 0 1px 0 rgba(255,255,255,.9); }
section.dark .agent:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.14), var(--sh-lg); }

/* Compact Peec-style nav bar: shorter, 14px text, more breathing room, reordered right-side CTAs */
.topbar { height: 64px; }
@media (max-width: 860px) { .topbar { height: 64px; } .site-header.menu-open .nav { top: 64px; max-height: calc(100vh - 64px); } }
.nav { gap: 8px; }
.nav > li > a, .nav > li > button { font-size: 14px; color: #44444B; padding: 10px 16px; }
.nav > li > button .chev { color: #44444B; }
.nav > li > a:hover, .nav > li > button:hover, .nav > li.open > button { color: #171717; }
.header-cta { gap: 14px; }
.header-cta .login, .header-cta .btn { font-size: 14px; }
.header-cta .login { white-space: nowrap; flex: none; }
.header-cta .btn-outline-trial { align-items: center; text-align: center; border-color: #0060F9; color: #0060F9; }
.header-cta .btn-outline-trial .sub { color: #0060F9; opacity: .75; }
.header-cta .btn-outline-trial:hover { background: rgba(0,96,249,.08); }
.header-cta .btn-primary, .header-cta .sched-demo-cta.btn-primary { background: #0060F9 !important; border-color: #0060F9 !important; box-shadow: none !important; padding: 9px 18px; }
.header-cta .btn-primary:hover, .header-cta .sched-demo-cta.btn-primary:hover { background: #0052D4 !important; border-color: #0052D4 !important; }
.header-cta .btn-primary { order: 1; }
.header-cta .btn-outline-trial { order: 2; }
.header-cta .login { order: 3; }
.header-cta .search-btn { order: 4; }
.header-cta .burger { order: 5; }
.trust { padding-top: 24px !important; padding-bottom: 24px !important; }

/* One-system section: tighter padding, smaller radii matching the hero card, blue core box, boxes that read as boxes */
.stack { padding: 64px 0 !important; }
.suite-tabs { padding-top: 32px !important; }
.suite-tabs.panel > .wrap { padding-top: 56px; padding-bottom: 56px; }
.stack-card, .stack-core { border-radius: 12px; }
.stack-card { border: 1.5px solid #C9BFFA; box-shadow: none; }
.stack-core { background: linear-gradient(#fff, #fff) padding-box, var(--docyt-gradient) border-box; border: 3px solid transparent; box-shadow: 0 30px 60px -20px rgba(124,92,252,.35); padding: 20px 18px; max-width: 700px; margin-left: auto; margin-right: auto; }
.stack-core h3 { background: var(--docyt-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; font-weight: 700; font-size: clamp(1.05rem, 2.3vw, 1.7rem); }
.stack-core p { color: #662EA6; font-weight: 600; }
/* Dark stat bands sit in the same rounded container as the footer */
.accuracy-band > .wrap { padding: 56px 80px; }
@media (max-width: 860px) { .accuracy-band > .wrap { padding: 40px 28px; } }
.partner-band { padding: 40px 0 !important; }
.partner-band > .wrap { max-width: none !important; width: 100%; margin: 0; padding: 0 80px !important; }
@media (max-width: 860px) { .partner-band > .wrap { padding: 0 28px !important; } }
.why-docyt { padding-top: 40px !important; }
.why-docyt .card .more { color: #0060F9; }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento-card.row3 { grid-column: span 2; }
.bento-card.row2 { grid-column: span 3; }
.bento-card { display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--hairline); border-radius: 20px; overflow: hidden; color: inherit; transition: transform .2s, box-shadow .2s, border-color .2s; }
.bento-card:hover { text-decoration: none; border-color: var(--ink); box-shadow: var(--sh-lg); transform: translateY(-2px); }
.bento-text { padding: 32px 32px 4px; }
.bento-text h3 { margin: 0 0 8px; font-size: 1.2rem; letter-spacing: -0.02em; max-width: 26ch; }
.bento-text p { margin: 0; color: var(--body); font-size: .92rem; line-height: 1.5; max-width: 42ch; }
.bento-illus { padding: 24px 32px 32px; margin-top: auto; }
.bento-illus img { display: block; width: 100%; height: auto; }
@media (max-width: 960px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card.row3, .bento-card.row2 { grid-column: span 1; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento-text { padding: 28px 24px 4px; }
  .bento-illus { padding: 18px 20px 24px; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento-item.item-1 { grid-column: 1; }
}
.tight-top { padding-top: 40px !important; padding-bottom: 40px !important; }
.stack .section-head .eyebrow { color: #662EA6; }
.stack .section-head h2 { font-weight: 700; }
.stack-card h3 { font-weight: 700; font-size: 1.4rem; }
.stack-card { border-color: #662EA6; padding: 10px 16px; }
.modules { display: flex; flex-wrap: wrap; gap: 6px; }
.modules span { background: linear-gradient(#fff, #fff) padding-box, var(--docyt-gradient) border-box; border: 1.3px solid transparent; border-radius: var(--r-pill); padding: 3px 10px; font-size: .68rem; font-weight: 700; color: #662EA6; }

/* Customer stories: Mintlify-style horizontal case study carousel */
.case-carousel { padding-top: 40px; padding-bottom: 40px; }
.case-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.case-head-text .eyebrow { margin-bottom: 10px; }
.case-head-text h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); max-width: 34ch; }
.case-nav { display: flex; gap: 10px; flex: none; }
.case-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--hairline-2); background: #fff; color: var(--ink); font-size: 1.1rem; cursor: pointer; transition: border-color .2s, background .2s; }
.case-nav button:hover { border-color: var(--ink); background: var(--panel); }
.case-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.case-track::-webkit-scrollbar { display: none; }
.case-card { flex: 0 0 78%; scroll-snap-align: start; border-radius: 24px; overflow: hidden; color: #fff; position: relative; min-height: 420px; display: flex; }
.case-card:hover { text-decoration: none; }
.case-inner { position: relative; z-index: 1; padding: 40px 44px; display: flex; flex-direction: column; gap: 24px; width: 100%; }
.case-logo { margin: 0; font-size: .8rem; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.85); }
.case-card h3 { color: #fff; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.2; max-width: 20ch; margin: 0; }
.case-stats { display: flex; gap: 40px; margin-top: auto; }
.case-stats .case-n { font-family: var(--display); font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1.1; background: none; -webkit-text-fill-color: #fff; }
.case-stats .case-l { font-size: .85rem; color: rgba(255,255,255,.75); margin-top: 4px; max-width: 16ch; }
.case-cta { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; background: #fff; color: var(--ink); font-weight: 600; font-size: .9rem; padding: 12px 22px; border-radius: 10px; }
.case-card:hover .case-cta { background: var(--panel); }
.case-card.c1 { background: #C4552E; }
.case-card.c2 { background: #1E3FBF; }
.case-card.c3 { background: #5B3FD9; }
.case-card.c4 { background: #0E8F63; }
.case-card::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.18) 1.5px, transparent 1.5px); background-size: 18px 18px; opacity: .5; }
@media (max-width: 860px) {
  .case-card { flex-basis: 88%; min-height: 380px; }
  .case-inner { padding: 32px 28px; }
  .case-stats { gap: 28px; }
}

/* Solutions by role: purple book icon */
.role-grid .ic { background: #F1EEFF; color: #7C5CFC; }

/* Platform highlights: white heading on dark band */
.accuracy-band .grad-text { background: var(--docyt-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }

/* Docyt Gradient: the standard brand gradient token, reused everywhere a gradient fill/border/text is needed */
:root { --docyt-gradient: linear-gradient(90deg, #785CFF 0%, #D548DA 50%, #FF6F3F 100%); }

/* Docyt Purple: the standard brand eyebrow/accent color token */
:root { --docyt-purple: #662EA6; }
:root { --icon-purple: #7C5CFC; --icon-purple-bg: #F1EEFF; }
.grad-brand-text { background: var(--docyt-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }

.hero.home.has-media .hero-eyebrow-gold { color: #FFC30D; font-weight: 600; }

.two-tone-grey { color: var(--meta); font-weight: 500; }

.grad-stats .n { background: var(--docyt-gradient) !important; -webkit-background-clip: text !important; background-clip: text !important; color: transparent !important; -webkit-text-fill-color: transparent !important; }

.why-docyt .card { position: relative; }
.why-docyt .soc-pill { position: absolute; top: 32px; right: 30px; background: #F1EEFF; color: #7C5CFC; font-size: .68rem; font-weight: 700; letter-spacing: .04em; padding: 5px 10px; border-radius: var(--r-pill); }
.why-docyt .card .more.grad-link { color: #7C5CFC; }

.cta-simple-inner .sched-demo-cta.btn-primary { background: #fff !important; border-color: #fff !important; color: #0060F9 !important; box-shadow: none !important; }
.cta-simple-inner .sched-demo-cta.btn-primary:hover { background: #F0F0FF !important; border-color: #F0F0FF !important; }


/* Customer stories: simple white card grid with logo mark + quote */
.story-grid { gap: 20px; }
.story-card { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.story-logo { display: flex; align-items: center; gap: 10px; height: 32px; }
.story-logo img { display: block; width: auto; height: 100%; max-width: 100%; object-fit: contain; }
.story-logo.text-only { font-size: .95rem; font-weight: 700; color: var(--meta); }
.story-card .q { font-family: var(--text); font-style: italic; font-size: 1rem; color: var(--body); line-height: 1.55; margin: 0; flex: 1; }
.story-card .who { font-size: .88rem; }
.story-card .who b { display: block; color: var(--ink); font-weight: 600; margin-bottom: 2px; }
.story-card .case { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .88rem; color: #0060F9; }
@media (max-width: 900px) { .story-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .story-grid { grid-template-columns: 1fr; } }

/* Payments Suite, Accounting Suite and Business Intelligence Suite hero: no panel background, hero art bleeds to the true right edge of the viewport */
section.payments-hero > .wrap, section.accounting-hero > .wrap, section.bi-hero > .wrap { background: transparent !important; padding-left: 48px; }
.payments-hero .hero-grid, .accounting-hero .hero-grid, .bi-hero .hero-grid { grid-template-columns: 1fr; }
.payments-hero .hero-grid > div, .accounting-hero .hero-grid > div, .bi-hero .hero-grid > div { max-width: 440px; }
/* Primary-blue hero CTA, Payments Suite and Business Intelligence Suite */
.payments-hero .sched-demo-cta.btn-primary, .bi-hero .sched-demo-cta.btn-primary { background: #0060F9 !important; border-color: #0060F9 !important; color: #fff !important; box-shadow: none !important; }
.payments-hero .sched-demo-cta.btn-primary:hover, .bi-hero .sched-demo-cta.btn-primary:hover { background: #0052D4 !important; border-color: #0052D4 !important; }
.payments-hero, .accounting-hero, .bi-hero { overflow: hidden; }
.payments-hero .hero-visual-bleed, .accounting-hero .hero-visual-bleed, .bi-hero .hero-visual-bleed { position: absolute; top: 50%; right: -80px; transform: translateY(-50%); width: 69.6%; max-width: 984px; padding-left: 150px; box-sizing: border-box; pointer-events: none; z-index: 1; }
.payments-hero .hero-visual-bleed img, .accounting-hero .hero-visual-bleed img, .bi-hero .hero-visual-bleed img { display: block; width: 100%; height: auto; }
@media (max-width: 1100px) { .payments-hero .hero-visual-bleed, .accounting-hero .hero-visual-bleed, .bi-hero .hero-visual-bleed { width: 48%; } }
@media (max-width: 860px) { .payments-hero .hero-visual-bleed, .accounting-hero .hero-visual-bleed, .bi-hero .hero-visual-bleed { display: none; } }

/* Blog (imported posts) */
.post-hero .meta { color: var(--meta); font-size: .92rem; margin-top: 14px; }
.post-hero .eyebrow a { color: inherit; text-decoration: none; }
.post-hero .eyebrow a:hover { text-decoration: underline; }
.post-body { max-width: 760px; }
.post-featured { margin: 0 0 36px; border-radius: 20px; overflow: hidden; background: var(--panel); }
.post-featured img { display: block; width: 100%; height: auto; }
.prose figure { margin: 28px 0; }
.prose figure img, .prose img { max-width: 100%; height: auto; border-radius: 14px; }
.prose figcaption { font-size: .86rem; color: var(--meta); margin-top: 8px; }
.prose blockquote { margin: 26px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--violet); color: var(--body); font-size: 1.08rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { padding: 10px 12px; border-bottom: 1px solid var(--hairline); text-align: left; vertical-align: top; }
.cat-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.cat-nav a { font-size: .86rem; font-weight: 500; color: var(--ink); text-decoration: none; border: 1px solid var(--hairline); border-radius: 999px; padding: 7px 14px; }
.cat-nav a .n { color: var(--meta); font-weight: 400; margin-left: 4px; }
.cat-nav a:hover, .cat-nav a[aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-nav a[aria-current="page"] .n, .cat-nav a:hover .n { color: rgba(255,255,255,.7); }
.pager { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; font-size: .95rem; }
.pager a { font-weight: 500; color: var(--ink); text-decoration: none; }
.pager a:hover { text-decoration: underline; }
.pager-status { color: var(--meta); }
.post.card:not(.img) .body { display: flex; flex-direction: column; gap: 10px; flex: 1; }
