@font-face {
  font-family: "Neometric";
  src: url("/fonts/Neometric-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neometric";
  src: url("/fonts/Neometric-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neometric";
  src: url("/fonts/Neometric-ExtraBold.otf") format("opentype");
  font-weight: 800 950;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #ffffff;
  --lavender: #f7f6ff;
  --lavender-strong: #efedff;
  --surface: #ffffff;
  --surface-blue: #eff8ff;
  --ink: #050505;
  --muted: #404552;
  --soft: #747b89;
  --line: #dfe2ea;
  --line-strong: #cbd1dc;
  --blue: #0388fb;
  --violet: #7553f3;
  --green: #059b69;
  --warning: #9a6412;
  --danger: #be2949;
  --gradient: linear-gradient(90deg, var(--blue) 0%, var(--violet) 100%);
  --shadow: 0 18px 45px rgba(24, 35, 56, .10);
  --shadow-small: 0 8px 24px rgba(24, 35, 56, .08);
  --radius: 12px;
  --shell: min(1160px, calc(100% - 40px));
  --focus: 0 0 0 3px #fff, 0 0 0 6px #168ff0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before { display: none; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--blue); }
img, svg { max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 0; box-shadow: var(--focus); border-radius: 7px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: #000; color: #fff; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.glass { background: #fff; border: 1px solid var(--line-strong); box-shadow: var(--shadow); backdrop-filter: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #f0f0f2; background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; color: #000; text-decoration: none; white-space: nowrap; }
.brand img { display: block; width: 154px; height: auto; }
.brand-mark { display: none; }
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a { color: #050505; text-decoration: none; font-family: Neometric, Arial, sans-serif; font-size: 14px; font-weight: 800; }
.site-nav a:hover { color: var(--blue); }
.header-cta { padding: 10px 19px; border: 1.5px solid var(--blue); border-right-color: var(--violet); border-radius: 999px; background: #fff; color: #050505; text-decoration: none; font-family: Neometric, Arial, sans-serif; font-size: 13px; font-weight: 800; }
.header-cta:hover { color: #050505; box-shadow: var(--shadow-small); }
.nav-toggle { display: none; margin-left: auto; padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; }

.breadcrumbs { width: var(--shell); margin: 24px auto 0; display: flex; gap: 9px; color: var(--soft); font-size: 13px; }
.breadcrumbs a { color: #313641; }

h1, h2, h3 { margin-top: 0; color: #000; font-family: Neometric, Arial, sans-serif; font-weight: 800; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: 1.24rem; letter-spacing: -.025em; }
p { margin: 0 0 1.25em; color: var(--muted); }
ul, ol { color: var(--muted); }
li::marker { color: var(--blue); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #191b20; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; border-radius: 2px; background: var(--gradient); }
.section { padding: 104px 0; }
.section--tint { background: var(--lavender); border-block: 1px solid #efedf8; }
.section-heading { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading h2 { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-heading > p { max-width: 820px; margin-inline: auto; font-size: 18px; }
.section-heading .eyebrow { display: none; }
.centered { display: flex; justify-content: center; margin-top: 34px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 11px 20px; border: 1.5px solid var(--blue); border-right-color: var(--violet); border-radius: 999px; background: #fff; color: #000; text-decoration: none; font-family: Neometric, Arial, sans-serif; font-weight: 800; cursor: pointer; box-shadow: none; }
.button:hover { color: #000; background: #f9fbff; box-shadow: var(--shadow-small); transform: translateY(-1px); }
.button--ghost { background: transparent; color: #000; border-color: #aeb5c2; }
.button--ghost:hover { color: #000; background: #fff; border-color: var(--blue); }

.hero-wrap { background: var(--lavender); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr); gap: 74px; align-items: center; min-height: calc(100vh - 74px); padding-block: 70px 82px; }
.hero h1 { max-width: 560px; margin-bottom: 24px; text-transform: uppercase; font-size: clamp(3rem, 4vw, 4rem); line-height: .98; letter-spacing: -.02em; }
.hero h1 em, .hero h1 span { display: block; }
.hero h1 em { font-style: normal; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero h1 span { margin-top: 16px; color: #000; }
.hero-lede { max-width: 620px; color: #17191d; font-size: 16px; line-height: 1.35; }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 0; margin: 28px 0 0; list-style: none; font-size: 13px; }
.hero .actions { gap: 10px; }
.hero .button { min-height: 44px; padding: 9px 16px; font-size: 13px; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.hero-panel { position: relative; overflow: hidden; min-height: 590px; border-radius: 14px; padding: 44px 28px 28px; background: linear-gradient(145deg, #f5ecff, #e8f5ff 72%, #e7efff); border: 12px solid #fff; outline: 1px solid #c9cbd1; box-shadow: 0 12px 24px rgba(16, 25, 45, .20); }
.hero-panel::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 250px; height: 250px; border-radius: 50%; background: rgba(120, 91, 255, .12); filter: blur(42px); pointer-events: none; }
.demo-bot { display: block; width: 74px; height: 74px; margin: 0 auto 34px; object-fit: contain; }
.demo-label { display: flex; justify-content: center; margin-top: 18px; color: #7057a0; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.query-chip, .answer-chip { padding: 25px 22px; border-radius: 11px; background: #fff; color: #1a1b20; font-family: Neometric, Arial, sans-serif; font-size: 20px; line-height: 1.15; box-shadow: 0 8px 18px rgba(55, 45, 92, .13); }
.query-chip { margin: 0 0 24px; }
.answer-chip { min-height: 190px; background: #edf8ff; font-size: 19px; }
.answer-chip strong { color: var(--blue); }
.flow-list { display: grid; gap: 9px; }
.flow-list > div { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid #dce1eb; border-radius: 9px; background: rgba(255, 255, 255, .9); }
.flow-list span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 7px; background: #eaf2ff; color: #345fc2; font-size: 11px; font-weight: 900; }
.flow-list p { margin: 0; color: #555c69; font-size: 13px; }
.flow-list b { display: block; color: #111; }
.source-result { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 18px; padding: 16px; border: 1px solid #a5dfc6; border-radius: 9px; background: #f1fff8; }
.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(5, 155, 105, .10); }
.source-result small, .source-result strong { display: block; }
.source-result small { color: #4b6a5d; }
.source-result > span:last-child { color: #08734f; font-size: 11px; font-weight: 800; }

.proof-band { border-block: 1px solid #e8e9ed; background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 128px; padding: 25px; border-right: 1px solid #e8e9ed; display: flex; flex-direction: column; justify-content: center; }
.proof-grid > div:first-child { border-left: 1px solid #e8e9ed; }
.proof-grid strong { font-size: 22px; line-height: 1.05; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.proof-grid span { margin-top: 10px; color: var(--muted); font-size: 13px; }

.comparison-grid, .two-col, .split, .contact-grid, .checker-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.comparison-grid article, .guard-grid article { padding: 32px; border: 0; border-radius: 42px; background: var(--lavender); box-shadow: var(--shadow-small); }
.comparison-grid article > span { display: inline-flex; margin-bottom: 25px; color: #2e6eb6; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; }
.comparison-grid h3 { font-size: 28px; }

.framework-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.framework-grid article { position: relative; overflow: hidden; min-height: 250px; padding: 28px; border: 0; border-radius: 34px; background: var(--lavender); box-shadow: var(--shadow-small); }
.framework-grid article::after { content: ""; position: absolute; right: -38px; top: -42px; width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, rgba(3, 136, 251, .10), rgba(117, 83, 243, .12)); }
.framework-grid .framework-index { position: relative; z-index: 1; display: block; margin-bottom: 54px; color: #3674d8; font: 800 14px/1 Neometric, Arial, sans-serif; letter-spacing: .08em; }
.framework-grid h3 { font-size: 24px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; list-style: none; counter-reset: stage; }
.process-grid li { min-height: 300px; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.process-grid > article { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.process-grid > article > span { color: #456cca; font: 800 12px/1 ui-monospace, monospace; }
.process-grid > article h3 { margin: 42px 0 14px; font-size: 24px; }
.process-grid li > span { color: #456cca; font: 800 12px/1 ui-monospace, monospace; }
.process-grid h3 { margin-top: 58px; font-size: 24px; }

.dashboard { padding: 34px; border-radius: 24px; background: #fff; }
.metric-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 12px; }
.metric-grid > div { min-height: 174px; padding: 24px; border: 1px solid #e1e4ed; border-radius: 20px; background: linear-gradient(145deg, #fff, #f7f8fc); }
.metric-grid span, .identity-grid span { display: block; color: #596172; font-size: 13px; font-weight: 600; }
.metric-grid strong { display: block; margin-top: 28px; color: #111; font: 800 clamp(2.8rem, 5vw, 4.4rem)/.9 Neometric, Arial, sans-serif; letter-spacing: -.05em; }
.metric-card--primary { border: 0 !important; background: linear-gradient(135deg, var(--blue), var(--violet)) !important; color: #fff; font-family: Neometric, Arial, sans-serif; box-shadow: 0 16px 34px rgba(80, 80, 210, .20); }
.metric-grid .metric-card--primary span, .metric-grid .metric-card--primary strong { color: #fff; font-family: Neometric, Arial, sans-serif; }
.dashboard-note { margin: 20px 0 0; color: #777f8d; font-size: 12px; }

/* Content remains visible without JavaScript; motion is progressive enhancement. */
.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .8s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms); }
.motion-ready [data-reveal="scale"] { transform: translateY(18px) scale(.975); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }

.case-highlight, .founder-section { background: var(--lavender); border-block: 1px solid #ece9f8; }
.case-highlight .split, .founder-section .split { align-items: center; }
.case-highlight h2, .founder-section h2 { max-width: 650px; font-size: clamp(2.15rem, 3.4vw, 3.5rem); line-height: 1.03; }
.evidence-card { padding: 34px; border-radius: var(--radius); background: #fff; }
.evidence-card > span { color: #3d65bb; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.evidence-card ul { margin-top: 24px; display: grid; gap: 14px; }

.service-grid, .detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card, .detail-card { padding: 32px; border: 0; border-radius: 42px; background: var(--lavender); box-shadow: var(--shadow-small); }
.service-card > span { display: none; }
.service-card h3 { margin-top: 24px; font-size: 30px; }
.card-icon { display: block; width: 64px; height: 64px; object-fit: contain; margin-bottom: 24px; }
.service-card a, .detail-card > a, .case-card > a { color: #126eb2; font-weight: 750; }

.pricing-grid, .platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pricing-grid article, .platform-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow-small); }
.pricing-grid article > span { display: block; margin-top: 27px; color: #667084; font-size: 12px; }
.platform-grid .status-dot { margin-bottom: 23px; }
.disclaimer { margin-top: 18px; color: #6d7380; font-size: 12px; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-card { padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow-small); }
.resource-card > span, .case-card > span { color: #3666bf; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.resource-card h3 { margin: 36px 0 18px; font-size: 22px; }
.resource-card h3 a { text-decoration: none; }
.resource-card small { display: block; color: #7a818f; font-size: 11px; }
.resource-group + .resource-group { margin-top: 76px; }
.resource-group > h2 { margin-bottom: 28px; font-size: 32px; }

.founder-mark { display: grid; place-items: center; width: min(100%, 400px); aspect-ratio: 1; border: 10px solid #fff; outline: 1px solid var(--line-strong); border-radius: 14px; background: linear-gradient(145deg, #e4f4ff, #ece8ff 66%, #f9eaff); color: #121212; font-size: clamp(3rem, 8vw, 7rem); font-weight: 950; letter-spacing: -.08em; box-shadow: var(--shadow); }
.founder-mark--large { max-width: 500px; }
.founder-profile { align-items: center; }
.founder-profile > div:last-child { max-width: 580px; }
.founder-profile > div:last-child p { font-size: 17px; line-height: 1.7; }
.founder-photo { position: relative; width: min(100%, 500px); margin: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 36px; background: #fff; box-shadow: var(--shadow); }
.founder-photo::after { content: ""; position: absolute; inset: auto 28px -16px auto; width: 92px; height: 92px; border-radius: 50%; background: linear-gradient(135deg, rgba(3, 136, 251, .22), rgba(117, 83, 243, .24)); filter: blur(1px); }
.founder-photo img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 27px; }
.founder-photo figcaption { position: absolute; z-index: 1; left: 30px; bottom: 28px; padding: 9px 13px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: #111; font-size: 11px; font-weight: 800; box-shadow: var(--shadow-small); }

.faq details, .mini-faq details { border-top: 1px solid var(--line); }
.faq details:last-child, .mini-faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary, .mini-faq summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; color: #111; font-weight: 750; }
.faq summary::-webkit-details-marker, .mini-faq summary::-webkit-details-marker { display: none; }
.faq summary::after, .mini-faq summary::after { content: "+"; position: absolute; right: 4px; color: #3973c7; font-size: 24px; }
.faq details[open] summary::after, .mini-faq details[open] summary::after { content: "−"; }
.faq details p, .mini-faq details p { max-width: 840px; padding-bottom: 20px; }

.final-cta { padding: 80px 0; background: linear-gradient(100deg, #e8f6ff, #efedff 55%, #faeefe); color: #030303; border-block: 1px solid #daddeb; }
.final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta h2 { max-width: 800px; margin-bottom: 12px; font-size: clamp(2.2rem, 4.5vw, 4.5rem); }
.final-cta p, .final-cta .eyebrow { color: #343b48; }
.final-cta .eyebrow span { background: var(--gradient); }
.final-cta .button { flex: 0 0 auto; background: #fff; color: #000; box-shadow: var(--shadow-small); }

.page-hero, .article-hero { padding-top: 88px; padding-bottom: 68px; }
.page-hero h1, .article-hero h1 { max-width: 980px; margin-bottom: 27px; }
.page-hero > p, .article-hero > p { max-width: 830px; color: #303642; font-size: clamp(1.1rem, 1.7vw, 1.3rem); }
.detail-card h2 { font-size: 31px; }
.detail-card h3 { margin: 29px 0 10px; }
.scope-card { align-self: start; padding: 34px; border-radius: var(--radius); background: var(--lavender); }
.scope-card h2 { font-size: 33px; }
.scope-card h3 { margin-top: 29px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-small); }
table { width: 100%; border-collapse: collapse; min-width: 820px; background: #fff; }
th, td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); color: var(--muted); }
th { color: #111; background: #fafaff; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }

.method-list { display: grid; }
.method-list article { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 40px 0; border-top: 1px solid var(--line); }
.method-list article:last-child { border-bottom: 1px solid var(--line); }
.method-list article > span { color: #4270cc; font: 800 13px/1 ui-monospace, monospace; }
.method-list h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3rem); }
.method-list h2 b { margin-left: 10px; color: #4f6ca8; font: 750 13px/1 ui-monospace, monospace; letter-spacing: 0; }
.method-list small { color: #727b8a; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; list-style: none; counter-reset: step; }
.steps li { min-height: 188px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow-small); }
.steps li::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 29px; color: #416cc4; font: 800 12px/1 ui-monospace, monospace; }
.guard-grid, .identity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.case-index-hero { padding-bottom: 82px; text-align: center; }
.case-index-hero .eyebrow { justify-content: center; }
.case-index-hero h1, .case-index-hero > p { margin-inline: auto; }
.case-index-section { padding-top: 18px; }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.case-card { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 370px; overflow: hidden; padding: 32px; border: 0; border-radius: 36px; background: var(--lavender); box-shadow: var(--shadow-small); }
.case-card::after { content: ""; position: absolute; z-index: -1; top: -80px; right: -70px; width: 210px; height: 210px; border-radius: 50%; background: linear-gradient(135deg, rgba(3, 136, 251, .12), rgba(117, 83, 243, .13)); transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
.case-card:hover::after { transform: translate(-14px, 14px) scale(1.08); }
.case-card:nth-child(3n) { background: #f0f8ff; }
.case-card:nth-child(3n + 2) { background: #f9f3ff; }
.case-card--featured { grid-column: 1 / -1; min-height: 410px; padding: 42px; background: linear-gradient(120deg, #e8f6ff, #efedff 58%, #f9efff); }
.case-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.case-card__index { color: #2c70d1; font: 800 13px/1 Neometric, Arial, sans-serif; letter-spacing: .08em; }
.case-card__industry { max-width: 70%; color: #596172; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.case-card__body { max-width: 660px; margin-top: auto; padding-top: 74px; }
.case-card h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.case-card:not(.case-card--featured) h2 { font-size: clamp(1.8rem, 2.7vw, 2.55rem); }
.case-card h2 a { text-decoration: none; }
.case-card__body p { max-width: 670px; margin-bottom: 28px; color: #343945; font-size: 16px; line-height: 1.55; }
.case-card__link { display: flex; align-items: center; justify-content: space-between; width: 100%; padding-top: 20px; border-top: 1px solid rgba(81, 92, 120, .16); color: #176abb !important; text-decoration: none; font-size: 13px; font-weight: 800; }
.case-card__link span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-small); transition: transform .25s ease; }
.case-card:hover .case-card__link span { transform: translateX(4px); }

.case-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 76px; align-items: center; padding-top: 92px; padding-bottom: 88px; }
.case-hero__copy h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3.4rem, 7vw, 6.6rem); }
.case-hero__copy > p { max-width: 720px; color: #2c313c; font-size: clamp(1.12rem, 1.7vw, 1.35rem); line-height: 1.55; }
.case-back { display: inline-flex; margin-top: 24px; color: #4670bf; font-size: 13px; font-weight: 750; text-decoration: none; }
.case-hero__panel { position: relative; overflow: hidden; padding: 28px; border-radius: 34px; background: linear-gradient(145deg, #eef8ff, #f0ecff 70%, #faefff); box-shadow: var(--shadow); }
.case-monogram { display: grid; place-items: center; width: 110px; height: 110px; margin-bottom: 48px; border: 8px solid #fff; border-radius: 30px; background: var(--gradient); color: #fff; font: 800 36px/1 Neometric, Arial, sans-serif; box-shadow: var(--shadow-small); }
.case-hero__panel dl { display: grid; gap: 0; margin: 0; }
.case-hero__panel dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(62, 79, 116, .14); }
.case-hero__panel dt { color: #6c7482; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.case-hero__panel dd { margin: 0; color: #17191d; font-size: 14px; font-weight: 700; }
.case-result-band { padding: 48px 0; background: var(--lavender); border-block: 1px solid #ece9f8; }
.case-result-band .shell { display: grid; grid-template-columns: 140px minmax(0, 850px); gap: 34px; align-items: start; }
.case-result-band span, .case-takeaway > span { color: #3e6fc5; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-result-band strong { color: #111; font: 800 clamp(1.7rem, 3.2vw, 3rem)/1.1 Neometric, Arial, sans-serif; }
.case-story { display: grid; max-width: 980px; margin-inline: auto; }
.case-story-step { display: grid; grid-template-columns: 80px 1fr; gap: 34px; padding: 54px 0; border-top: 1px solid var(--line); }
.case-story-step:last-child { border-bottom: 1px solid var(--line); }
.case-story-step > span { color: #3771cc; font: 800 13px/1 Neometric, Arial, sans-serif; letter-spacing: .08em; }
.case-story-step > div { max-width: 760px; }
.case-story-step h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.4rem); }
.case-story-step p, .case-story-step li { font-size: 17px; line-height: 1.65; }
.case-story-step ul { display: grid; gap: 12px; padding-left: 22px; }
.case-story-step--context > div { padding: 26px 30px; border-radius: 24px; background: #fff9eb; }
.case-depth { border-block: 1px solid var(--line); background: #f8f9ff; }
.case-depth .section-heading { max-width: 850px; margin-bottom: 44px; }
.case-depth-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.case-depth-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-small); }
.case-depth-grid article > span { color: #3771cc; font: 800 12px/1 Neometric, Arial, sans-serif; letter-spacing: .08em; }
.case-depth-grid h2 { margin: 28px 0 16px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.case-depth-grid p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.case-takeaway { max-width: 940px; text-align: center; }
.case-takeaway h2 { margin: 20px auto 22px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.case-takeaway p { max-width: 760px; margin-inline: auto; font-size: 17px; line-height: 1.65; }

.case-evidence { border-block: 1px solid #e7eaf0; background: #f8faff; }
.case-evidence .section-heading { max-width: 820px; }
.evidence-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 20px; align-items: stretch; margin-top: 44px; }
.evidence-capture { overflow: hidden; margin: 0; border: 1px solid #dbe2ee; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.evidence-capture > a { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #eef1f7; }
.evidence-capture img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.evidence-capture:hover img { transform: scale(1.018); }
.evidence-capture figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: #687180; font-size: 12px; }
.evidence-capture figcaption a { color: #2469c6; font-weight: 800; text-decoration: none; }
.evidence-register { display: grid; gap: 12px; }
.evidence-card { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; align-content: center; padding: 22px; border: 1px solid #dfe4ed; border-radius: 22px; background: #fff; box-shadow: var(--shadow-small); }
.evidence-card > span { grid-row: 1 / 4; color: #3970c9; font: 800 12px/1 Neometric, Arial, sans-serif; letter-spacing: .08em; }
.evidence-card h3 { margin: 0 0 5px; font-size: 19px; }
.evidence-card strong { color: #55709d; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.evidence-card p { margin: 8px 0 0; color: #626b79; font-size: 13px; line-height: 1.5; }
.evidence-note { margin: 22px 0 0; color: #626b79; font-size: 12px; }

.byline { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #747b89; font-size: 12px; }
.article-body { max-width: 820px; padding-bottom: 105px; }
.article-body h2 { margin: 52px 0 18px; font-size: 31px; }
.article-body p, .article-body li { font-size: 18px; }
.callout, .changelog { margin: 35px 0; padding: 26px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--lavender); }
.callout p, .changelog p { margin: 8px 0 0; }
.article-toc { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0 0 54px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 16px; background: #f8f9fd; }
.article-toc strong { grid-column: 1 / -1; margin-bottom: 4px; color: #111; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.article-toc a { color: #416bb8; font-size: 14px; font-weight: 700; text-decoration: none; }
.article-toc a:hover { color: var(--blue); }
.article-table-wrap { overflow-x: auto; margin: 30px 0 42px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-small); }
.article-table { min-width: 690px; }
.article-table th { padding: 16px 18px; background: #f4f6fb; }
.article-table td { padding: 17px 18px; color: #4f5764; font-size: 15px; line-height: 1.48; vertical-align: top; }
.article-table td:first-child { color: #15181d; font-weight: 800; }
.article-checklist { display: grid; gap: 12px; margin: 24px 0 36px; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding: 16px 18px 16px 48px; border: 1px solid #e1e5ed; border-radius: 14px; background: #fff; }
.article-checklist li::before { content: "✓"; position: absolute; top: 16px; left: 18px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e7f3ff; color: #1969c6; font-size: 12px; font-weight: 900; }
.article-steps { display: grid; gap: 14px; padding-left: 24px; }
.article-steps li { padding-left: 8px; }
.article-example { margin: 34px 0 42px; padding: 30px; border-left: 4px solid #2482e7; border-radius: 0 18px 18px 0; background: linear-gradient(120deg, #f1f8ff, #f7f4ff); }
.article-example > span { color: #3970c9; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-example h3 { margin: 12px 0 14px; font-size: 23px; }
.article-example p { margin: 10px 0 0; }
.article-example code { padding: 2px 5px; border-radius: 5px; background: rgba(255,255,255,.8); font-size: .86em; }
.source-list { display: grid; gap: 10px; padding-left: 22px; }
.source-list a { font-weight: 700; }

.identity-grid > div { padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: var(--shadow-small); }
.identity-grid strong { display: block; margin-top: 12px; color: #111; }

.lead-form, .checker-form { padding: 32px; border-radius: 12px; background: #fff; }
.lead-form h2 { font-size: 31px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 8px; margin-bottom: 14px; color: #20242b; font-size: 13px; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid #cbd1dc; border-radius: 8px; background: #fff; color: #111; padding: 13px 14px; }
input:hover, textarea:hover { border-color: #9da7b8; }
input:focus, textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(0, 143, 245, .12); }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: var(--muted); font-weight: 500; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }
.form-status { margin: 14px 0 0; min-height: 26px; font-size: 13px; }
.form-status[data-state="success"] { color: var(--green); }
.form-status[data-state="error"] { color: var(--danger); }
.contact-grid, .checker-grid { align-items: start; }
.contact-grid > aside, .checker-grid > aside { padding: 20px 10px; }
.checker-results { margin-top: 30px; }
.checker-summary { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; margin-bottom: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 11px; background: var(--lavender); }
.checker-score { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid #9ab8f0; border-radius: 50%; background: #fff; color: #174f9d; font-size: 28px; font-weight: 900; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-item { padding: 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.check-item[data-status="pass"] { border-color: #9bd5bd; }
.check-item[data-status="warn"] { border-color: #e8cc91; }
.check-item b { display: block; margin-bottom: 8px; color: #111; }
.check-item span { color: var(--muted); font-size: 13px; }
.microcopy { margin-top: 18px; font-size: 11px; }

.legal-page { padding: 86px 0 115px; }
.legal-page header { max-width: 850px; padding-bottom: 58px; }
.legal-page header p { font-size: 20px; }
.legal-page section { max-width: 800px; }
.legal-page section h2 { margin: 48px 0 16px; font-size: 30px; }

.site-footer { padding: 74px 0 24px; border-top: 1px solid #e4e6ec; background: #f7f7f9; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:first-child p { max-width: 440px; margin-top: 22px; font-size: 14px; }
.footer-grid h2 { margin: 4px 0 20px; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid a { margin-bottom: 10px; color: #4a505c; font-size: 13px; }
.legal-note { margin-top: 12px; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid #dddfe5; color: #69717e; font-size: 11px; }
.footer-bottom a { color: #4a65a4; font-weight: 750; text-decoration: none; }
.footer-bottom a:hover { color: var(--blue); }

.cookie-banner { position: fixed; z-index: 80; left: 18px; right: 18px; bottom: 18px; width: min(620px, calc(100% - 36px)); margin-left: auto; padding: 16px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.cookie-banner p { margin: 0; color: #333943; font-size: 13px; }
.cookie-banner div { display: flex; gap: 8px; margin-top: 12px; }
.cookie-banner button { padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fff; cursor: pointer; font-size: 12px; font-weight: 750; }
.cookie-banner button:last-child { border-color: var(--blue); }

@media (max-width: 1024px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .hero-panel { max-width: 720px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
  .case-hero { gap: 40px; }
}

@media (max-width: 768px) {
  :root { --shell: min(100% - 30px, 680px); }
  .section { padding: 80px 0; }
  .header-inner { flex-wrap: wrap; gap: 10px 14px; padding-top: 12px; }
  .brand { order: 1; }
  .brand img { width: 146px; }
  .nav-toggle { display: none; }
  .header-cta { display: inline-flex; order: 2; margin-left: auto; padding: 9px 15px; font-size: 12px; }
  .site-nav { position: static; order: 3; display: flex; flex: 0 0 100%; flex-wrap: wrap; width: 100%; min-width: 0; margin: 0; padding: 0 0 12px; gap: 10px 22px; overflow: visible; white-space: nowrap; background: #fff; box-shadow: none; }
  .site-nav a { flex: 0 0 auto; padding: 0; font-size: 13px; }
  .hero { gap: 48px; padding-top: 42px; padding-bottom: 70px; }
  .hero-copy { text-align: center; }
  .hero h1 { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero .actions, .trust-list { justify-content: center; }
  .hero-panel { margin-inline: auto; }
  .proof-grid, .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .framework-grid, .resource-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .detail-grid, .comparison-grid, .two-col, .split, .contact-grid, .checker-grid, .case-grid, .case-story, .case-depth-grid { grid-template-columns: 1fr; }
  .case-card--featured { grid-column: auto; }
  .case-hero { grid-template-columns: 1fr; }
  .case-hero__panel { max-width: 680px; }
  .evidence-layout { grid-template-columns: 1fr; }
  .founder-mark { max-width: 360px; }
  .founder-photo { margin-inline: auto; }
  .final-cta .shell { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); --radius: 9px; }
  body { font-size: 15px; }
  .header-inner { min-height: 66px; }
  .brand img { width: 145px; }
  .header-cta { padding: 8px 13px; font-size: 11px; }
  .site-nav { gap: 9px 18px; }
  .hero { padding-top: 38px; padding-bottom: 68px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero h1 { font-size: clamp(2.7rem, 12.2vw, 3.2rem); line-height: 1.04; }
  .hero h1 span { margin-top: 15px; }
  .hero-panel { min-height: 500px; padding: 28px 14px 18px; border-width: 7px; border-radius: 12px; }
  .demo-bot { width: 58px; height: 58px; margin-bottom: 26px; font-size: 27px; }
  .query-chip, .answer-chip { padding: 20px 16px; font-size: 16px; }
  .answer-chip { min-height: 170px; }
  .source-result { grid-template-columns: auto 1fr; }
  .source-result > span:last-child { grid-column: 2; }
  .trust-list { display: grid; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 108px; padding: 18px; }
  .proof-grid strong { font-size: 20px; }
  .framework-grid, .resource-grid, .steps, .process-grid, .pricing-grid, .platform-grid, .metric-grid, .guard-grid, .identity-grid, .check-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 215px; }
  .process-grid h3 { margin-top: 34px; }
  .dashboard { padding: 16px; }
  .method-list article { grid-template-columns: 1fr; gap: 14px; }
  .case-index-hero { padding-bottom: 58px; }
  .case-card, .case-card--featured { min-height: 330px; padding: 25px; border-radius: 28px; }
  .case-card__body { padding-top: 54px; }
  .case-card__industry { max-width: 65%; font-size: 9px; }
  .case-hero { gap: 42px; padding-top: 62px; padding-bottom: 68px; }
  .case-hero__copy h1 { font-size: clamp(3rem, 15vw, 4.8rem); overflow-wrap: anywhere; }
  .case-hero__panel { padding: 22px; border-radius: 26px; }
  .case-monogram { width: 88px; height: 88px; margin-bottom: 34px; border-width: 6px; border-radius: 24px; font-size: 29px; }
  .case-hero__panel dl > div { grid-template-columns: 1fr; gap: 6px; }
  .case-result-band .shell { grid-template-columns: 1fr; gap: 15px; }
  .case-story-step { grid-template-columns: 1fr; gap: 18px; padding: 42px 0; }
  .case-story-step--context > div { padding: 22px; }
  .case-story-step p, .case-story-step li, .case-takeaway p { font-size: 16px; }
  .evidence-capture { border-radius: 20px; }
  .evidence-capture figcaption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .evidence-card { grid-template-columns: 42px 1fr; padding: 19px; border-radius: 18px; }
  .article-toc { grid-template-columns: 1fr; padding: 21px; }
  .article-toc strong { grid-column: auto; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-example { padding: 24px 21px; }
  .founder-photo { padding: 7px; border-radius: 26px; }
  .founder-photo img { border-radius: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .lead-form, .checker-form { padding: 20px; }
  .checker-summary { grid-template-columns: 1fr; }
  .checker-score { width: 84px; height: 84px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #222; --soft: #333; --line: #757575; --line-strong: #444; }
}
