*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #FAF8F4;
  color: #14161A;
  font-family: 'IBM Plex Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #14161A; text-decoration: none; }
a:hover { color: #E8481F; }
::selection { background: #E8481F; color: #fff; }
button { font: inherit; }
img { max-width: 100%; display: block; }

@keyframes wciPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.8); } }
@keyframes wciRise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

.mono { font-family: 'IBM Plex Mono', monospace; }
.wrap { max-width: 1200px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 7px; font-weight: 600; transition: .15s; cursor: pointer; border: 0; }
.btn-dark { background: #14161A; color: #FAF8F4; padding: 9px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; }
.btn-dark:hover { background: #E8481F; color: #fff; }
.btn-accent { background: #E8481F; color: #fff; padding: 15px 24px; font-size: 16px; }
.btn-accent:hover { background: #fff; color: #14161A; }
.btn-accent-lg { background: #E8481F; color: #fff; padding: 16px 26px; font-size: 17px; }
.btn-accent-lg:hover { background: #fff; color: #14161A; }
.btn-outline { border: 1px solid #4A4D53; color: #FAF8F4; padding: 15px 22px; font-size: 16px; font-weight: 500; }
.btn-outline:hover { border-color: #FAF8F4; }

/* Nav */
.site-nav { position: sticky; top: 0; z-index: 50; background: rgba(250,248,244,.88); backdrop-filter: blur(12px); border-bottom: 1px solid #E2DED6; }
.nav-inner { display: flex; align-items: center; gap: 32px; padding: 14px 32px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-badge { width: 26px; height: 26px; border: 1.5px solid #14161A; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 600; }
.nav-wordmark { font-weight: 600; font-size: 16px; letter-spacing: -.02em; color: #14161A; }
.nav-spacer { flex: 1; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; color: #5F5C56; }
.nav-links a { color: inherit; }

/* Hero */
.hero { background: #14161A; color: #FAF8F4; padding: 96px 32px 0; }
.pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #34373D; border-radius: 100px; padding: 6px 14px 6px 11px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: #A8A49C; }
.pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #E8481F; animation: wciPulse 2s ease-in-out infinite; }
.hero-title { font-size: clamp(44px,7vw,92px); line-height: .98; letter-spacing: -.045em; font-weight: 600; margin: 26px 0 0; max-width: 15ch; }
.hero-sub { font-family: 'IBM Plex Serif', serif; font-style: italic; font-size: clamp(24px,3.4vw,40px); line-height: 1.15; color: #E8481F; margin: 10px 0 0; letter-spacing: -.02em; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 56px; align-items: end; margin-top: 38px; padding-bottom: 64px; }
.hero-desc { font-size: 19px; line-height: 1.55; color: #B4B0A8; margin: 0; max-width: 56ch; text-wrap: pretty; }
.hero-actions { display: flex; flex-direction: column; gap: 16px; }
.hero-btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { font-size: 12.5px; color: #75726C; margin: 0; line-height: 1.6; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #2A2D33; }
.hero-stat { padding: 22px 28px 30px 0; border-right: 1px solid #2A2D33; }
.hero-stat:last-child { border-right: 0; padding-left: 28px; }
.hero-stat:nth-child(2) { padding-left: 28px; }
.hero-stat-label { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: #75726C; }
.hero-stat-body { font-size: 17px; margin-top: 8px; color: #EDEAE4; line-height: 1.45; }

/* Demo section */
.demo-section { background: #14161A; padding: 0 32px 110px; }
.demo-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 64px 0 22px; flex-wrap: wrap; }
.demo-kicker { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #E8481F; }
.demo-title { font-size: clamp(30px,4vw,46px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600; margin: 12px 0 0; color: #FAF8F4; }
.demo-desc { font-size: 15.5px; color: #A8A49C; margin: 0; max-width: 44ch; line-height: 1.55; }
.demo-desc strong { color: #EDEAE4; font-weight: 600; }
.risk-word-normal { color: #47A16C; }
.risk-word-unusual { color: #F2A93B; }
.risk-word-critical { color: #E8481F; }

.browser-frame { border: 1px solid #2A2D33; border-radius: 12px; overflow: hidden; background: #1B1E23; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.browser-bar { display: flex; align-items: center; gap: 10px; padding: 11px 16px; background: #23272D; border-bottom: 1px solid #2A2D33; }
.browser-dot { width: 10px; height: 10px; border-radius: 50%; background: #4A4D53; }
.browser-url { font-size: 12px; color: #8A867F; margin-left: 12px; }

.demo-grid { display: grid; grid-template-columns: 186px minmax(0,1fr); }
.demo-sidebar { background: #1F2329; border-right: 1px solid #2A2D33; padding: 18px 0; min-height: 560px; }
.sidebar-kicker { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #6B6862; padding: 0 16px 10px; }
.menu-item { display: flex; align-items: center; gap: 11px; padding: 9px 16px; font-size: 13.5px; color: #8A867F; }
.menu-item .icon { font-size: 13px; width: 16px; text-align: center; opacity: .8; }
.menu-item.active { color: #FAF8F4; background: #14161A; box-shadow: inset 3px 0 0 #E8481F; }

.demo-main { padding: 22px 24px 26px; min-width: 0; }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.demo-h3 { margin: 0; font-size: 21px; font-weight: 600; color: #FAF8F4; letter-spacing: -.02em; }
.tabgroup { display: flex; gap: 4px; background: #23272D; padding: 4px; border-radius: 8px; }
.tab-btn { cursor: pointer; border: 0; background: none; font-size: 13px; font-weight: 500; padding: 7px 14px; border-radius: 6px; transition: .15s; color: #8A867F; }
.tab-btn.active { background: #14161A; color: #FAF8F4; }

.chip-row, .risk-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.chip-row { margin-top: 18px; padding-bottom: 16px; border-bottom: 1px solid #2A2D33; }
.risk-row { padding: 14px 0 0; }
.risk-label { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #6B6862; margin-right: 5px; }
.chip { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; font-size: 11.5px; padding: 6px 11px; border-radius: 100px; border: 1px solid #34373D; background: transparent; color: #A8A49C; transition: .15s; }
.chip .dot { width: 6px; height: 6px; border-radius: 50%; }
.chip .count { opacity: .55; font-variant-numeric: tabular-nums; }
.chip.active { border-color: #E8481F; background: rgba(232,72,31,.14); color: #F0C4B6; }
.risk-chip.active { color: var(--rc); border-color: var(--rc); background: color-mix(in srgb, var(--rc) 12%, transparent); }
.export-row { display: flex; gap: 6px; }
.export-pill { font-size: 11.5px; color: #8A867F; border: 1px solid #34373D; border-radius: 5px; padding: 5px 9px; }
.chip-spacer { flex: 1; }

.pane { padding-top: 14px; }
.log-list { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.log-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 7px; cursor: pointer; transition: .12s; background: transparent; box-shadow: none; border: 0; width: 100%; text-align: left; color: inherit; }
.log-row.active { background: #262B32; box-shadow: inset 2px 0 0 #E8481F; }
.log-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.log-time { font-size: 12px; color: #8A867F; width: 52px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.log-actor { font-size: 13.5px; color: #EDEAE4; width: 78px; flex-shrink: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.log-tag { font-size: 11px; letter-spacing: .03em; padding: 3px 7px; border-radius: 4px; flex-shrink: 0; }
.log-target { font-size: 13.5px; color: #C8C4BC; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.log-meta { font-size: 11.5px; color: #75726C; flex-shrink: 0; }
.risk-badge { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; flex-shrink: 0; color: var(--rc); background: color-mix(in srgb, var(--rc) 10%, transparent); border: 1px solid color-mix(in srgb, var(--rc) 30%, transparent); }
.log-empty { color: #6B6862; font-size: 14px; padding: 40px 12px; text-align: center; }

.detail-pane { background: #1F2329; border: 1px solid #2A2D33; border-radius: 9px; padding: 20px 22px 22px; min-width: 0; animation: wciRise .22s ease; margin-top: 14px; }
.detail-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.detail-kicker { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: #75726C; }
.detail-target { font-size: 17px; font-weight: 600; color: #FAF8F4; margin-top: 6px; letter-spacing: -.015em; }
.detail-meta { text-align: right; font-size: 11.5px; color: #8A867F; line-height: 1.7; }
.behaviour-box { border-top: 1px solid #2A2D33; margin-top: 16px; padding-top: 14px; border-left: 2px solid var(--rc); padding-left: 14px; margin-left: -2px; }
.risk-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; color: var(--rc); background: color-mix(in srgb, var(--rc) 10%, transparent); border: 1px solid color-mix(in srgb, var(--rc) 35%, transparent); }
.risk-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rc); }
.risk-score { font-size: 11.5px; color: #75726C; }
.behaviour-why { font-size: 14px; line-height: 1.6; color: #C8C4BC; margin-top: 10px; text-wrap: pretty; }
.baseline { font-size: 11.5px; color: #75726C; margin-top: 8px; }
.diff-block { border-top: 1px solid #2A2D33; padding: 14px 0 0; margin-top: 14px; }
.diff-field { font-size: 11.5px; color: #8A867F; margin-bottom: 8px; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.diff-before, .diff-after { border-radius: 0 5px 5px 0; padding: 9px 11px; font-size: 12.5px; line-height: 1.55; }
.diff-before { background: rgba(232,72,31,.09); border-left: 2px solid #E8481F; color: #E9B6A6; text-decoration: line-through; text-decoration-color: rgba(232,72,31,.5); }
.diff-after { background: rgba(47,125,79,.11); border-left: 2px solid #47A16C; color: #A9DCBD; }
.detail-actions { border-top: 1px solid #2A2D33; margin-top: 16px; padding-top: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.action-pill { font-size: 11.5px; color: #C8C4BC; background: #23272D; border-radius: 5px; padding: 6px 10px; border: 0; cursor: pointer; }
.action-pill:hover { color: #FAF8F4; }

.ai-pane { animation: wciRise .22s ease; }
.ai-head { display: flex; align-items: center; gap: 9px; padding-bottom: 14px; border-bottom: 1px solid #2A2D33; }
.ai-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #47A16C; }
.ai-label { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: #8A867F; }
.qa-list { display: flex; flex-direction: column; gap: 8px; padding: 16px 0; }
.qa-btn { text-align: left; cursor: pointer; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; padding: 11px 14px; border-radius: 7px; transition: .15s; border: 1px solid #2A2D33; background: #1F2329; color: #C8C4BC; }
.qa-btn.active { border-color: #E8481F; background: rgba(232,72,31,.1); color: #F0C4B6; }
.answer-box { background: #1F2329; border: 1px solid #2A2D33; border-radius: 9px; padding: 20px 22px; }
.answer-kicker { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: #75726C; margin-bottom: 10px; }
.answer-text { font-size: 14.5px; line-height: 1.65; color: #DDD9D2; text-wrap: pretty; }
.evidence { margin-top: 16px; }
.evidence-row { font-size: 12px; color: #8A867F; padding: 6px 0; border-top: 1px solid #2A2D33; display: flex; gap: 12px; }
.evidence-row .arrow { color: #E8481F; }
.sample-note { font-size: 12px; color: #75726C; margin: 14px 0 0; text-align: center; }

/* Taxonomy */
.taxonomy-section { padding: 104px 32px; background: #FAF8F4; }
.taxonomy-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.4fr); gap: 56px; align-items: start; }
.sticky-col { position: sticky; top: 96px; }
.section-kicker { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #E8481F; }
.section-title { font-size: clamp(30px,4vw,46px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600; margin: 12px 0 16px; }
.section-desc { font-size: 16.5px; line-height: 1.6; color: #5F5C56; margin: 0; max-width: 40ch; text-wrap: pretty; }
.taxonomy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #E2DED6; border: 1px solid #E2DED6; border-radius: 10px; overflow: hidden; }
.taxonomy-card { background: #FAF8F4; padding: 22px 22px 24px; }
.taxonomy-card:hover { background: #fff; }
.tax-head { display: flex; align-items: center; gap: 9px; }
.tax-dot { width: 8px; height: 8px; border-radius: 50%; }
.tax-slug { font-size: 12px; letter-spacing: .03em; color: #14161A; font-weight: 500; }
.tax-title { font-size: 16px; font-weight: 600; margin-top: 12px; letter-spacing: -.015em; }
.tax-body { font-size: 14px; line-height: 1.55; color: #6B6862; margin-top: 6px; text-wrap: pretty; }

/* Steps */
.steps-section { padding: 0 32px 104px; background: #FAF8F4; }
.steps-inner { border-top: 1px solid #E2DED6; padding-top: 56px; }
.steps-heading { font-size: clamp(28px,3.6vw,42px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600; margin: 0 0 44px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.step-num { font-size: 52px; line-height: 1; color: #E2DED6; font-weight: 500; }
.step-rule { height: 1px; background: #E2DED6; margin: 18px 0 16px; }
.step-title { font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.step-body { font-size: 15.5px; line-height: 1.6; color: #5F5C56; margin-top: 8px; text-wrap: pretty; }

/* Features */
.features-section { padding: 0 32px 104px; background: #FAF8F4; }
.features-inner { border-top: 1px solid #E2DED6; padding-top: 56px; }
.features-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.features-head h2 { font-size: clamp(28px,3.6vw,42px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600; margin: 0; max-width: 22ch; }
.features-note { font-size: 12.5px; color: #8A867F; margin: 0; }
.features-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #E2DED6; border: 1px solid #E2DED6; border-radius: 10px; overflow: hidden; }
.feature-card { background: #FAF8F4; padding: 28px 26px 32px; }
.feature-card:hover { background: #fff; }
.feature-kicker { font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: #E8481F; }
.feature-title { font-size: 19px; font-weight: 600; margin-top: 14px; letter-spacing: -.02em; line-height: 1.25; }
.feature-body { font-size: 15px; line-height: 1.6; color: #5F5C56; margin-top: 9px; text-wrap: pretty; }

/* Security */
.security-section { background: #14161A; color: #FAF8F4; padding: 100px 32px; }
.security-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.security-desc { font-size: 16.5px; line-height: 1.6; color: #B4B0A8; margin: 0 0 26px; max-width: 46ch; text-wrap: pretty; }
.security-link { font-size: 13px; color: #E8481F; border-bottom: 1px solid rgba(232,72,31,.4); padding-bottom: 3px; }
.compliance-list { border: 1px solid #2A2D33; border-radius: 10px; overflow: hidden; }
.compliance-row { display: flex; gap: 16px; padding: 18px 22px; border-bottom: 1px solid #2A2D33; align-items: baseline; }
.compliance-row:last-child { border-bottom: 0; }
.compliance-n { font-size: 12px; color: #E8481F; width: 34px; flex-shrink: 0; }
.compliance-title { font-size: 15.5px; font-weight: 600; color: #EDEAE4; }
.compliance-body { font-size: 14px; line-height: 1.55; color: #8A867F; margin-top: 4px; }

/* Testimonials */
.testimonials-section { padding: 96px 32px; background: #FAF8F4; }
.testimonials-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.testimonials-head h2 { font-size: clamp(26px,3.2vw,36px); letter-spacing: -.035em; font-weight: 600; margin: 0; }
.stars { font-size: 12.5px; color: #8A867F; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.testimonial-card { border: 1px solid #E2DED6; border-radius: 10px; padding: 26px 24px 22px; background: #fff; display: flex; flex-direction: column; gap: 18px; }
.quote-text { font-size: 16.5px; line-height: 1.55; margin: 0; letter-spacing: -.01em; text-wrap: pretty; }
.quote-footer { margin-top: auto; display: flex; align-items: center; gap: 11px; }
.quote-avatar { width: 30px; height: 30px; border-radius: 50%; background: #14161A; color: #FAF8F4; font-size: 11.5px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quote-who { font-size: 13.5px; color: #5F5C56; line-height: 1.4; }
.quote-role { color: #8A867F; }

/* Who builds it */
.maker-section { padding: 0 32px 96px; background: #FAF8F4; }
.maker-inner { border-top: 1px solid #E2DED6; padding-top: 56px; }
.maker-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 56px; }
.maker-grid .section-title { margin-top: 12px; max-width: 14ch; }
.maker-body p { font-size: 16.5px; line-height: 1.65; color: #3E3B36; margin: 0 0 16px; text-wrap: pretty; }
.maker-body p:last-child { margin-bottom: 0; }
.maker-body a { color: #E8481F; border-bottom: 1px solid rgba(232,72,31,.35); }
.maker-body a:hover { border-bottom-color: #E8481F; }
.maker-note { border-left: 3px solid #E2DED6; padding-left: 18px; color: #5F5C56 !important; font-size: 15.5px !important; }

/* FAQ */
.faq-section { padding: 0 32px 100px; background: #FAF8F4; }
.faq-inner { border-top: 1px solid #E2DED6; padding-top: 56px; display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 56px; }
.faq-heading { font-size: clamp(28px,3.4vw,40px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600; margin: 0; }
.faq-item { border-bottom: 1px solid #E2DED6; }
.faq-btn { width: 100%; background: none; border: 0; padding: 20px 0; display: flex; align-items: center; gap: 20px; cursor: pointer; text-align: left; font-family: inherit; }
.faq-q { font-size: 17.5px; font-weight: 500; letter-spacing: -.015em; color: #14161A; flex: 1; }
.faq-icon { font-size: 18px; color: #8A867F; transition: .2s; }
.faq-item.open .faq-icon { color: #E8481F; transform: rotate(45deg); }
.faq-answer { padding: 0 60px 22px 0; font-size: 15.5px; line-height: 1.65; color: #5F5C56; text-wrap: pretty; animation: wciRise .22s ease; }

/* Footer */
.site-footer { background: #14161A; color: #FAF8F4; padding: 88px 32px 36px; }
.footer-top { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 56px; align-items: end; padding-bottom: 52px; border-bottom: 1px solid #2A2D33; }
.footer-top h2 { font-size: clamp(32px,5vw,60px); line-height: 1; letter-spacing: -.04em; font-weight: 600; margin: 0; max-width: 20ch; }
.footer-cta { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.footer-meta { font-size: 12.5px; color: #75726C; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; flex-wrap: wrap; font-size: 12px; color: #75726C; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #A8A49C; }

/* Docs hub + article code blocks */
.docs-hub { background: #FAF8F4; padding: 56px 32px 96px; }
.doc-group { border-top: 1px solid #E2DED6; padding-top: 34px; margin-bottom: 48px; }
.doc-group:first-child { border-top: 0; padding-top: 0; }
.doc-group-title { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #E8481F; font-family: 'IBM Plex Mono', monospace; font-weight: 500; margin: 0 0 22px; }
.doc-card-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 14px; }
.doc-card { background: #FAF8F4; border: 1px solid #E2DED6; border-radius: 10px; padding: 22px 20px 24px; display: block; transition: .15s; }
.doc-card:hover { background: #fff; border-color: #14161A; }
.doc-card-title { font-size: 18px; font-weight: 600; letter-spacing: -.02em; color: #14161A; line-height: 1.25; }
.doc-card-body { font-size: 14.5px; line-height: 1.55; color: #5F5C56; margin-top: 8px; text-wrap: pretty; }
.docs-note { font-size: 14px; color: #5F5C56; border-top: 1px solid #E2DED6; padding-top: 24px; margin: 0; }
.docs-back { margin: 26px 0 0; font-size: 14px; }
.docs-back a { color: #E8481F; }
.code-block { margin: 20px 0 22px; border: 1px solid #E2DED6; border-radius: 8px; background: #14161A; overflow-x: auto; }
.code-block pre { margin: 0; padding: 18px 20px; }
.code-block code { font-family: 'IBM Plex Mono', monospace; font-size: 13px; line-height: 1.65; color: #DDD9D2; white-space: pre; }
.article .mono { font-size: .92em; background: #EFEBE4; border-radius: 4px; padding: 1px 5px; }
.feature-card-wide { grid-column: 1 / -1; }

/* Roadmap / not-yet-shipped markers */
.tab-soon { font-size: 9px; letter-spacing: .09em; text-transform: uppercase; margin-left: 6px; padding: 2px 5px; border-radius: 3px; color: #F2A93B; background: rgba(242,169,59,.14); vertical-align: 1px; }
.soon-pill { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; color: #F2A93B; border: 1px solid rgba(242,169,59,.4); background: rgba(242,169,59,.1); margin-left: auto; }
.soon-note { font-size: 12.5px; line-height: 1.55; color: #8A867F; margin: 12px 0 0; max-width: 62ch; }
.feature-kicker.is-soon { color: #B07A1E; }
.roadmap-flag { display: inline-block; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; color: #8A5A0F; border: 1px solid rgba(176,122,30,.45); background: rgba(242,169,59,.14); margin-bottom: 12px; }
.hero-stat-body .roadmap-inline { color: #F2A93B; }

/* Subpages (use-case + legal) */
.page-hero { background: #14161A; color: #FAF8F4; padding: 72px 32px 56px; }
.crumbs { font-size: 12px; color: #75726C; }
.crumbs a { color: #A8A49C; }
.crumbs .sep { margin: 0 8px; color: #4A4D53; }
.page-title { font-size: clamp(32px,4.6vw,56px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; margin: 18px 0 0; max-width: 24ch; }
.page-lead { font-size: 18px; line-height: 1.55; color: #B4B0A8; margin: 18px 0 0; max-width: 58ch; text-wrap: pretty; }
.article-section { background: #FAF8F4; padding: 56px 32px 72px; }
.article { max-width: 780px; margin: 0 auto; }
.article h2 { font-size: clamp(24px,2.8vw,32px); line-height: 1.15; letter-spacing: -.03em; font-weight: 600; margin: 44px 0 14px; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 19px; letter-spacing: -.02em; font-weight: 600; margin: 28px 0 8px; }
.article p { font-size: 16px; line-height: 1.65; color: #3E3B36; margin: 0 0 16px; text-wrap: pretty; }
.article ul, .article ol { margin: 0 0 16px; padding-left: 22px; }
.article li { font-size: 16px; line-height: 1.6; color: #3E3B36; margin-bottom: 8px; }
.article strong { color: #14161A; }
.article a { color: #E8481F; border-bottom: 1px solid rgba(232,72,31,.35); }
.callout { border-left: 3px solid #E8481F; background: #fff; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; }
.callout p { margin: 0; font-size: 15px; color: #5F5C56; }
.article .faq-d { border-bottom: 1px solid #E2DED6; }
.faq-d summary { cursor: pointer; list-style: none; position: relative; display: block; padding: 18px 44px 18px 0; font-size: 17px; font-weight: 500; letter-spacing: -.015em; color: #14161A; }
.faq-d summary::-webkit-details-marker { display: none; }
.faq-d summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #8A867F; transition: .2s; }
.faq-d[open] summary::after { color: #E8481F; transform: translateY(-50%) rotate(45deg); }
.faq-d .faq-answer { padding: 0 40px 20px 0; }
.related-section { background: #FAF8F4; padding: 0 32px 96px; }
.related-inner { max-width: 1200px; margin: 0 auto; border-top: 1px solid #E2DED6; padding-top: 48px; }
.related-heading { font-size: clamp(22px,2.6vw,30px); letter-spacing: -.03em; font-weight: 600; margin: 0 0 28px; }
.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: #E2DED6; border: 1px solid #E2DED6; border-radius: 10px; overflow: hidden; }
.related-card { background: #FAF8F4; padding: 20px 20px 24px; display: block; }
.related-card:hover { background: #fff; }
.related-kicker { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: #E8481F; }
.related-title { font-size: 15.5px; font-weight: 600; margin-top: 10px; letter-spacing: -.015em; line-height: 1.3; color: #14161A; }
.legal-meta { font-size: 12.5px; color: #8A867F; margin: 0 0 24px; }
.footer-guides { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: baseline; padding: 24px 0 0; font-size: 13px; }
.footer-guides-label { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: #75726C; }
.footer-guides a { color: #A8A49C; }
.footer-guides a:hover { color: #FAF8F4; }

@media (max-width: 860px) {
  .related-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero-grid, .demo-grid, .taxonomy-layout, .security-grid, .footer-top, .faq-inner, .maker-grid { grid-template-columns: 1fr; }
  .steps-grid, .features-grid, .testimonial-grid, .taxonomy-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stat { border-right: 0; border-bottom: 1px solid #2A2D33; padding-left: 0 !important; }
  .sticky-col { position: static; }
  .diff-grid { grid-template-columns: 1fr; }
}

/* Real plugin screenshot under the demo */
.plugin-shot { margin: 28px 0 0; }
.plugin-shot img { display: block; width: 100%; height: auto; border: 1px solid #2A2D33; border-radius: 12px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.plugin-shot figcaption { font-size: 12px; color: #75726C; margin: 14px 0 0; text-align: center; }
