/* WorldsContact public design system. Customer application styles are separate. */
:root {
  --ink: #10213a;
  --ink-strong: #071426;
  --muted: #53647b;
  --muted-light: #93a2b7;
  --blue: #1d63ff;
  --blue-dark: #0a4bd8;
  --cyan: #5be0e6;
  --navy: #071426;
  --navy-soft: #0d1d33;
  --paper: #ffffff;
  --wash: #f5f7fb;
  --wash-blue: #eef4ff;
  --line: #dbe3ed;
  --line-dark: #26374d;
  --green: #147a5b;
  --green-soft: #e7f6f0;
  --amber: #94600a;
  --amber-soft: #fff3d9;
  --red: #b63246;
  --red-soft: #ffedf0;
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 10px 30px rgba(17, 39, 75, .08);
  --shadow-lg: 0 40px 100px rgba(1, 14, 39, .28), 0 8px 24px rgba(1, 14, 39, .16);
  --wrap: 1240px;
  --read: 760px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
p, h1, h2, h3 { margin: 0; }
p { color: var(--muted); }
h1, h2, h3 { color: var(--ink-strong); line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.3rem, 5.8vw, 5.65rem); font-weight: 680; }
h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); font-weight: 650; }
h3 { font-size: 1.25rem; font-weight: 650; }
svg { flex-shrink: 0; vertical-align: middle; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #5aa7ff; outline-offset: 4px; border-radius: 5px; }
a:hover { color: var(--blue); }
.wrap { width: min(var(--wrap), calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 118px; }
.eyebrow { color: var(--blue); font-size: .69rem; line-height: 1.4; letter-spacing: .16em; font-weight: 780; margin-bottom: 21px; }
.eyebrow-light { color: #8faeff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 12px 22px; background: var(--blue); color: #fff; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: .86rem; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; white-space: nowrap; }
.button:hover { color: #fff; background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(29, 99, 255, .24); }
.button span { font-size: 1.1rem; font-weight: 400; }
.button-small { min-height: 43px; padding: 9px 16px; gap: 14px; }
.button-bright { color: #071426; background: #fff; box-shadow: 0 12px 32px rgba(0, 0, 0, .16); }
.button-bright:hover { color: #071426; background: #edf4ff; }
.button-white { color: var(--ink-strong); background: #fff; }
.button-white:hover { color: var(--ink-strong); background: #eef4ff; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; color: var(--ink-strong); font-size: .86rem; font-weight: 700; }
.text-link span { font-size: 1.05rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -1px); }
.text-link-light { color: #d6e2f4; }
.text-link-light:hover { color: #fff; }
.actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; background: #fff; border: 2px solid var(--blue); padding: 10px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,227,237,.82); backdrop-filter: blur(18px); }
.nav-inner { min-height: 78px; display: flex; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; color: var(--ink-strong); font-size: 1.28rem; font-weight: 760; letter-spacing: -.045em; line-height: 1.2; }
.brand:hover { color: var(--ink-strong); }
.brand-mark { color: var(--blue); filter: drop-shadow(0 6px 12px rgba(29,99,255,.18)); }
.brand-dot { color: var(--blue); }
.site-nav { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 24px; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 25px; }
.site-nav a:not(.button) { position: relative; padding-block: 12px; color: #34465f; font-size: .79rem; font-weight: 640; white-space: nowrap; }
.site-nav a:not(.button):after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--blue); transition: right .2s ease; }
.site-nav a:not(.button):hover { color: var(--ink-strong); }
.site-nav a:not(.button):hover:after { right: 0; }
.nav-actions { gap: 22px; }
.menu-toggle { display: none; min-height: 42px; align-items: center; gap: 10px; padding: 8px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-size: .8rem; font-weight: 650; }
.menu-toggle[hidden] { display: none; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--navy); }
.hero:before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; width: 740px; height: 740px; z-index: -1; top: -300px; left: 44%; background: radial-gradient(circle, rgba(36,103,255,.34), rgba(15,71,190,.12) 40%, transparent 69%); pointer-events: none; }
.hero-grid { min-height: 696px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; padding-block: 84px 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { display: flex; align-items: center; gap: 11px; }
.signal { width: 7px; height: 7px; display: inline-block; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(91,224,230,.1), 0 0 20px rgba(91,224,230,.35); }
.hero h1 { color: #fff; font-size: clamp(3.5rem, 5.2vw, 5.35rem); line-height: 1.01; letter-spacing: -.065em; }
.hero h1 span { color: #80a8ff; }
.hero-description { max-width: 535px; margin: 30px 0 32px; color: #b3c0d2; font-size: 1.08rem; line-height: 1.72; }
.hero-assurance { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 28px; color: #93a3b8; font-size: .7rem; font-weight: 620; }
.hero-assurance span { display: flex; align-items: center; gap: 8px; }
.hero-assurance svg { width: 16px; height: 16px; color: #70d5bd; }
.hero-assurance i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #70d5bd; box-shadow: 0 0 0 4px rgba(112,213,189,.09); }
.preview-stage { position: relative; min-width: 0; perspective: 1200px; }
.preview-orbit { position: absolute; border: 1px solid rgba(111,151,229,.14); border-radius: 50%; pointer-events: none; }
.preview-orbit-one { width: 690px; height: 690px; left: -60px; top: -110px; }
.preview-orbit-two { width: 510px; height: 510px; left: 33px; top: -20px; }
.product-preview { position: relative; z-index: 1; overflow: hidden; background: #fff; border: 1px solid rgba(150,176,223,.38); border-radius: 17px; box-shadow: var(--shadow-lg); transform: rotateY(-1.7deg) rotateX(.5deg); }
.preview-shell { display: flex; min-height: 470px; }
.preview-rail { width: 48px; flex: 0 0 48px; display: flex; flex-direction: column; align-items: center; gap: 19px; padding: 15px 0; background: #0d1b2e; }
.preview-rail .rail-mark { width: 26px; height: 26px; display: grid; place-items: center; margin-bottom: 11px; color: #fff; background: var(--blue); border-radius: 7px; font-weight: 780; }
.preview-rail i { position: relative; width: 17px; height: 17px; display: block; border: 1px solid #5e6b7d; border-radius: 4px; opacity: .55; }
.preview-rail i:nth-of-type(2) { border-radius: 50%; }
.preview-rail i:nth-of-type(3):after { content: ""; position: absolute; inset: 4px 3px; border-block: 1px solid #76859a; }
.preview-rail .rail-active { border-color: #7fa6ff; background: #245bcd; opacity: 1; box-shadow: 0 0 0 5px rgba(44,102,228,.18); }
.preview-rail b { flex: 1; }
.preview-app { flex: 1; min-width: 0; }
.preview-toolbar { height: 55px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; padding: 0 19px; background: #fbfcfe; border-bottom: 1px solid #e4e9f1; }
.preview-wordmark { color: #273a55; font-size: .67rem; font-weight: 700; }
.sample-tag { padding: 3px 7px; color: #53647b; background: #eef1f5; border-radius: 4px; font-size: .5rem; font-weight: 720; letter-spacing: .1em; }
.preview-avatar { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #234f99; border-radius: 50%; font-size: .48rem; font-weight: 700; }
.preview-body { padding: 22px 24px 20px; }
.preview-breadcrumb { display: flex; gap: 7px; margin-bottom: 16px; color: #8491a2; font-size: .59rem; }
.preview-breadcrumb strong { color: #3f526b; font-weight: 600; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preview-kicker { margin-bottom: 5px; color: #6a7c94; font-size: .48rem; font-weight: 750; letter-spacing: .12em; }
.preview-heading h2 { overflow: hidden; max-width: 330px; color: #142641; font-size: 1.16rem; font-weight: 680; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.status { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; font-size: .55rem; font-weight: 700; line-height: 1.5; white-space: nowrap; }
.status.complete, .status.deliverable { color: var(--green); background: var(--green-soft); }
.status.complete i { width: 5px; height: 5px; display: inline-block; background: #20a37a; border-radius: 50%; }
.status.risky { color: var(--amber); background: var(--amber-soft); }
.status.undeliverable { color: var(--red); background: var(--red-soft); }
.status.unknown { color: #526176; background: #edf0f5; }
.job-progress { display: flex; justify-content: space-between; margin: 22px 0 7px; color: #6b7b91; font-size: .58rem; }
.job-progress strong, .job-progress b { color: #294463; font-weight: 700; }
.progress-track { height: 5px; overflow: hidden; background: #e7edf6; border-radius: 999px; }
.progress-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue), #55c9d4); border-radius: inherit; animation: progress-in 1.1s ease-out both; transform-origin: left; }
@keyframes progress-in { from { transform: scaleX(.15); } to { transform: scaleX(1); } }
.preview-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 18px 0 20px; }
.preview-metrics > div { min-width: 0; padding: 11px 9px; background: #f7f9fc; border: 1px solid #edf1f6; border-radius: 8px; }
.metric-label { display: flex; align-items: center; gap: 5px; overflow: hidden; color: #586a82; font-size: .49rem; white-space: nowrap; }
.dot { width: 5px; height: 5px; display: inline-block; flex: 0 0 5px; border-radius: 50%; }
.good { background: #1c8b69; }.caution { background: #c18a2c; }.bad { background: #ca4e5e; }.neutral { background: #74839a; }
.preview-metrics strong { display: inline-block; margin-top: 4px; color: #132744; font-size: 1.28rem; line-height: 1.3; letter-spacing: -.045em; }
.preview-metrics small { float: right; margin-top: 10px; color: #8a97a9; font-size: .45rem; }
.sample-table table { width: 100%; border-collapse: collapse; color: #34475f; text-align: left; font-size: .56rem; }
.sample-table th { padding: 8px 7px; color: #718096; background: #f4f7fb; font-weight: 600; }
.sample-table td { padding: 9px 7px; border-bottom: 1px solid #edf1f5; }
.sample-table th:first-child { border-radius: 5px 0 0 5px; }.sample-table th:last-child { border-radius: 0 5px 5px 0; }
.evidence-column { color: #607188; }
.evidence-bars { display: inline-flex; gap: 2px; margin-right: 5px; vertical-align: middle; }
.evidence-bars i { width: 2px; height: 7px; background: #299674; border-radius: 1px; }.evidence-bars i:first-child { height: 3px; margin-top: 4px; }.evidence-bars i:nth-child(2) { height: 5px; margin-top: 2px; }.evidence-bars.medium i:last-child, .evidence-bars.low i:nth-last-child(-n+2) { background: #dce3eb; }
.preview-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; color: #68798e; font-size: .53rem; }
.preview-bottom > span:first-child { display: flex; align-items: center; gap: 6px; }
.pulse-dot { width: 5px; height: 5px; display: inline-block; background: #249574; border-radius: 50%; box-shadow: 0 0 0 3px #e6f5f0; }
.sample-export { display: flex; align-items: center; gap: 12px; padding: 7px 10px; color: #fff; background: #1c5ce0; border-radius: 5px; font-weight: 700; }
.demo-caption { margin-top: 15px; color: #748399; text-align: center; font-size: .58rem; letter-spacing: .04em; }
.proof-strip { min-height: 104px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; gap: 25px; border-top: 1px solid rgba(164,183,211,.18); }
.proof-strip p { max-width: 190px; color: #798ba4; font-size: .69rem; line-height: 1.5; }
.proof-strip span { position: relative; padding-left: 15px; color: #aebcd0; font-size: .66rem; line-height: 1.5; }
.proof-strip span:before { content: ""; position: absolute; left: 0; top: .45em; width: 4px; height: 4px; background: #63d0d3; border-radius: 50%; }
.proof-strip strong { display: block; color: #f4f7fd; font-size: .72rem; }

/* Shared section structure */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 58px; }
.section-heading h2 { max-width: 680px; }
.section-heading > p { max-width: 390px; font-size: .94rem; line-height: 1.78; }
.section-heading-centered { display: block; max-width: 680px; margin-inline: auto; text-align: center; }
.section-heading-centered h2 { margin-bottom: 20px; }
.section-heading-centered > p:last-child { max-width: 500px; margin-inline: auto; }

/* Workflow */
.workflow-section { padding-block: 120px 132px; }
.workflow-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.workflow-grid:before { content: ""; position: absolute; top: 28px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, #bcd0f7, #4c81ee, #bcd0f7); }
.workflow-grid li { position: relative; padding: 0 20px; text-align: center; }
.step-number { position: relative; z-index: 1; width: 57px; height: 57px; display: grid; place-items: center; margin: 0 auto 27px; color: var(--blue); background: #fff; border: 1px solid #b9cef4; border-radius: 50%; box-shadow: 0 0 0 8px #fff; }
.step-number b { font-size: .66rem; letter-spacing: .04em; }
.step-number i { position: absolute; right: -2px; bottom: -2px; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--blue); border: 2px solid #fff; border-radius: 50%; font-size: .65rem; font-style: normal; }
.workflow-grid h3 { margin-bottom: 12px; font-size: 1.05rem; }
.workflow-grid p { min-height: 83px; font-size: .78rem; line-height: 1.72; }
.step-detail { display: inline-block; margin-top: 16px; color: #30517e; font-size: .62rem; font-weight: 700; }

/* Verification intelligence */
.intelligence { padding-block: 120px; overflow: hidden; background: var(--wash); border-block: 1px solid #e5eaf2; }
.intelligence-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: center; }
.intelligence-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 22px; font-size: 1rem; line-height: 1.8; }
.check-sequence { display: flex; align-items: center; gap: 7px; margin-top: 42px; color: #4c6382; font-size: .53rem; font-weight: 760; letter-spacing: .07em; }
.check-sequence span { padding: 7px 9px; background: #e5ebf4; border-radius: 4px; }
.check-sequence i { width: 22px; height: 1px; background: #9cacc1; }
.signal-console { overflow: hidden; background: #fff; border: 1px solid #d8e0eb; border-radius: 15px; box-shadow: var(--shadow-sm); }
.console-top { display: flex; justify-content: space-between; padding: 17px 21px; color: #586a82; background: #fafbfd; border-bottom: 1px solid #e4e9f0; font-size: .66rem; }
.console-top span { display: flex; align-items: center; gap: 8px; font-weight: 700; }.console-top span i { width: 6px; height: 6px; background: #22a47c; border-radius: 50%; }.console-top b { font-weight: 550; }
.signal-console ol { margin: 0; padding: 7px 22px; list-style: none; }
.signal-console li { position: relative; display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #ecf0f5; }
.signal-console li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #51647d; background: #edf1f6; border-radius: 50%; font-size: .55rem; font-weight: 700; }
.signal-console li.done > span { color: #137557; background: #e5f5ef; }
.signal-console li strong, .signal-console li small { display: block; }.signal-console li strong { color: #253a56; font-size: .78rem; }.signal-console li small { margin-top: 3px; color: #596c83; font-size: .62rem; }.signal-console li > b { color: #26745e; font-size: .56rem; letter-spacing: .06em; }
.console-result { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 13px; margin: 18px 21px 21px; padding: 16px; background: #eef8f4; border: 1px solid #d5eee5; border-radius: 9px; }
.console-result .outcome-icon { margin: 0; }.console-result small, .console-result strong { display: block; }.console-result small { color: #416d60; font-size: .48rem; letter-spacing: .1em; }.console-result strong { color: #105f47; font-size: 1rem; }.console-result p { color: #3c7967; font-size: .62rem; }
.capability-ledger { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 82px; border-top: 1px solid #d9e1eb; }
.capability-ledger > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 17px; padding: 30px 35px 0; border-left: 1px solid #d9e1eb; }.capability-ledger > div:first-child { padding-left: 0; border-left: 0; }
.capability-ledger span { grid-row: span 2; color: var(--blue); font-size: .62rem; font-weight: 750; }.capability-ledger h3 { margin-bottom: 9px; font-size: 1rem; }.capability-ledger p { font-size: .75rem; line-height: 1.7; }

/* Classification */
.outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.outcomes article { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 28px 25px 25px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; transition: transform .22s ease, box-shadow .22s ease; }
.outcomes article:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.outcomes article:before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: #1d8b68; }.outcomes .outcome-caution:before { background: #c18a2c; }.outcomes .outcome-bad:before { background: #ca4e5e; }.outcomes .outcome-neutral:before { background: #74839a; }
.outcomes article > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 29px; }
.outcome-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 50%; font-size: 1rem; font-weight: 700; }
.outcome-code { color: #a2adba; font-size: .62rem; }
.outcomes h3 { margin-bottom: 15px; font-size: 1.3rem; }.outcomes p { font-size: .8rem; line-height: 1.75; }.outcome-action { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 22px; color: #324b6e; border-top: 1px solid #edf0f4; font-size: .66rem; font-weight: 700; }.outcome-action i { color: var(--blue); font-style: normal; }
.evidence-note { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 20px; margin-top: 35px; padding: 22px 25px; background: var(--wash-blue); border: 1px solid #dce7fa; border-radius: 11px; }.evidence-note .note-icon { color: var(--blue); font-size: 1.5rem; }.evidence-note p { font-size: .78rem; }.evidence-note strong { color: var(--ink); }.evidence-note a { color: #244b80; font-size: .68rem; font-weight: 700; white-space: nowrap; }

/* Solutions */
.solutions-section { background: #f8fafc; border-block: 1px solid #e5eaf1; }
.solutions-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: repeat(2, minmax(240px,auto)); gap: 14px; }
.solutions-grid article { padding: 30px; background: #fff; border: 1px solid #e0e6ee; border-radius: 13px; }.solutions-grid .solution-feature { grid-row: 1/3; display: flex; flex-direction: column; padding: 39px; background: #edf3ff; border-color: #d4e0f7; }.solutions-grid .solution-dark { color: #fff; background: var(--navy-soft); border-color: var(--navy-soft); }
.use-number { display: block; margin-bottom: 28px; color: var(--blue); font-size: .59rem; font-weight: 760; letter-spacing: .09em; }.solution-dark .use-number { color: #7ba2fb; }
.solutions-grid h3 { max-width: 310px; margin-bottom: 15px; font-size: 1.36rem; line-height: 1.25; }.solutions-grid p { max-width: 360px; font-size: .79rem; line-height: 1.75; }.solution-feature h3 { max-width: 370px; font-size: 2.15rem; }.solution-feature p { font-size: .88rem; }.solution-dark h3, .solution-dark p { color: #fff; }.solution-dark p { color: #aebbd0; }.solution-dark a { display: inline-flex; justify-content: space-between; margin-top: 25px; padding-top: 17px; color: #d7e4fc; border-top: 1px solid #30425b; font-size: .68rem; font-weight: 700; }
.solution-mini { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 35px; color: #4d6382; font-size: .57rem; font-weight: 700; }.solution-mini i { height: 1px; flex: 1; background: #a9bfdf; }.solution-mini b { padding: 5px 8px; color: #176b51; background: #dff2ea; border-radius: 4px; font-size: .52rem; }

/* Trust */
.trust-section { color: #fff; background: var(--navy); }
.security-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px 100px; }
.security-copy h2 { color: #fff; }.security-copy h2 span { color: #85a9fb; }.security-copy > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 30px; color: #aebbd0; font-size: .97rem; line-height: 1.8; }
.security-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.protocol-card { overflow: hidden; background: #0c1d33; border: 1px solid #2a3c55; border-radius: 15px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }.protocol-top { display: flex; justify-content: space-between; padding: 16px 20px; color: #90a0b7; background: #0f223a; border-bottom: 1px solid #2a3c55; font-size: .59rem; letter-spacing: .07em; }.protocol-top b { color: #76d2bc; }.protocol-top b i { width: 6px; height: 6px; display: inline-block; margin-right: 5px; background: #52c8aa; border-radius: 50%; }
.protocol-flow { padding: 24px 25px 12px; }.protocol-flow span { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; padding: 12px 15px; color: #a9b7ca; background: #112740; border: 1px solid #29405c; border-radius: 7px; font-size: .69rem; }.protocol-flow .passed i { color: #64c9ad; }.protocol-flow .stopped { color: #8d9aac; background: #0a192c; border-style: dashed; }.protocol-flow .stopped i { color: #ee7483; }.protocol-flow i { font-style: normal; font-weight: 700; }
.protocol-stop { display: flex; align-items: center; gap: 14px; margin: 6px 25px 25px; padding: 17px; color: #ef8592; background: rgba(183,49,69,.11); border: 1px solid rgba(225,94,112,.24); border-radius: 8px; }.protocol-stop > span { font-size: 1.4rem; }.protocol-stop strong { display: block; color: #ffd4da; font-size: .77rem; }.protocol-stop p { margin-top: 2px; color: #bc94a0; font-size: .62rem; }
.trust-ledger { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #26384f; }.trust-ledger article { display: grid; grid-template-columns: 31px 1fr; gap: 14px; padding: 31px 32px 0; border-left: 1px solid #26384f; }.trust-ledger article:first-child { padding-left: 0; border-left: 0; }.trust-ledger article > span { color: #6f92df; font-size: .6rem; }.trust-ledger h3 { margin-bottom: 8px; color: #eef3fc; font-size: .98rem; }.trust-ledger p { color: #8fa0b7; font-size: .72rem; line-height: 1.7; }

/* Pricing and FAQ */
.pricing-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; padding-block: 118px; }.pricing-intro > p:not(.eyebrow) { max-width: 420px; margin: 25px 0 15px; font-size: .94rem; }.pricing-content { padding-left: 55px; border-left: 1px solid var(--line); }.pricing-empty { position: relative; padding: 34px; background: var(--wash); border: 1px solid #e1e7ef; border-radius: 13px; }.pricing-index { position: absolute; top: 27px; right: 30px; color: #455a73; font-size: .65rem; }.pricing-empty h3 { max-width: 420px; margin-bottom: 18px; font-size: 1.75rem; }.pricing-empty > p { margin-bottom: 24px; font-size: .82rem; }.credit-rule { display: grid; grid-template-columns: 53px 1fr; align-items: center; gap: 17px; margin-top: 20px; padding: 20px 22px; border: 1px solid #dce5f1; border-radius: 10px; }.credit-rule > span { color: var(--blue); font-size: 1.12rem; font-weight: 760; }.credit-rule p { font-size: .69rem; line-height: 1.65; }.credit-rule strong { color: var(--ink); }.packages { display: grid; gap: 12px; }.packages article { padding: 25px; border: 1px solid var(--line); border-radius: 10px; }.packages article > span { color: var(--blue); font-size: .55rem; letter-spacing: .1em; }.packages h3 { margin: 6px 0 12px; }.package-price { margin-block: 8px; font-weight: 700; }
.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; }.faq-intro { position: sticky; top: 120px; align-self: start; }.faq-intro > p:not(.eyebrow) { max-width: 350px; margin: 24px 0 14px; font-size: .86rem; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--ink-strong); cursor: pointer; font-size: .91rem; font-weight: 650; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }.faq-list summary span:before, .faq-list summary span:after { content: ""; position: absolute; top: 8px; left: 3px; width: 12px; height: 1px; background: var(--blue); }.faq-list summary span:after { transform: rotate(90deg); transition: transform .2s ease; }.faq-list details[open] summary span:after { transform: none; }.faq-list details p { max-width: 650px; padding: 0 38px 23px 0; font-size: .8rem; line-height: 1.78; }.faq-list details p a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; padding-block: 84px; background: linear-gradient(115deg, #154fc9, #0c317d); }.final-cta:after { content: ""; position: absolute; width: 540px; height: 540px; right: -120px; top: -260px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }.final-cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 70px; }.final-cta h2 { color: #fff; }.final-cta p { margin-top: 15px; color: #b8caf1; }.final-actions { min-width: 260px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 12px 20px; }.final-actions > p { grid-column: 1/-1; margin: 3px 0 0; color: #b8caf1; font-size: .68rem; }.final-actions > p a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.site-footer { padding-top: 68px; color: #e8eef8; background: #061121; }.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid #213047; }.footer-brand .brand { color: #fff; }.footer-brand > p { max-width: 390px; margin: 18px 0 16px; color: #8e9db2; font-size: .8rem; }.footer-domain { display: flex; align-items: center; gap: 8px; color: #72849d; font-size: .64rem; }.footer-domain i { width: 6px; height: 6px; background: #4bc7a5; border-radius: 50%; box-shadow: 0 0 0 4px rgba(75,199,165,.09); }.footer-start { display: flex; gap: 30px; padding-bottom: 7px; color: #dfe8f7; border-bottom: 1px solid #60789b; font-size: .75rem; font-weight: 700; }.footer-start:hover { color: #fff; }.footer-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 35px; padding-block: 47px; }.footer-grid h2 { margin-bottom: 15px; color: #7387a2; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }.footer-grid a { display: block; padding-block: 5px; color: #bac5d4; font-size: .69rem; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 25px; color: #95a4b8; border-top: 1px solid #213047; font-size: .58rem; }

/* Long-form, legal, trust, and error pages */
.document { position: relative; max-width: var(--read); padding-block: 90px 112px; }.document > .eyebrow { margin-bottom: 25px; }.document h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(2.8rem,5vw,4.9rem); }.document .lead { margin-bottom: 65px; color: #40536d; font-size: 1.16rem; line-height: 1.75; }.document h2 { margin: 55px 0 17px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 1.65rem; }.document p, .document li { margin-bottom: 15px; font-size: .91rem; line-height: 1.82; }.document ul, .document ol { padding-left: 22px; }.document a:not(.button) { color: var(--blue-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.document .button { margin-top: 22px; color: #fff; text-decoration: none; }.document-meta { display: inline-flex; margin: -38px 0 47px; padding: 6px 9px; color: #4b5e76; background: var(--wash); border-radius: 5px; font-size: .63rem; }.document-nav { position: absolute; width: 190px; left: -235px; top: 215px; padding-left: 15px; border-left: 1px solid var(--line); }.document-nav strong { display: block; margin-bottom: 10px; color: #64758b; font-size: .56rem; letter-spacing: .12em; }.document-nav a { display: block; padding: 5px 0; color: #52667f !important; font-size: .64rem; line-height: 1.45; text-decoration: none !important; }.document-nav a:hover { color: var(--blue) !important; }.document-nav-inner { position: sticky; top: 120px; }.document-status { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 35px; padding: 7px 10px; color: #176b51; background: #e8f6f1; border-radius: 5px; font-size: .66rem; font-weight: 700; }.document-status:before { content: ""; width: 6px; height: 6px; background: #1c9873; border-radius: 50%; }

/* Reveal enhancement */
.reveal-ready .workflow-grid li, .reveal-ready .capability-ledger > div, .reveal-ready .outcomes article, .reveal-ready .solutions-grid article, .reveal-ready .trust-ledger article { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }.reveal-ready .is-visible { opacity: 1 !important; transform: none !important; }

@media (max-width: 1180px) {
  .wrap { width: calc(100% - 64px); }.nav-inner { flex-wrap: wrap; justify-content: space-between; gap: 0; min-height: 72px; }.nav-inner > .brand, .nav-inner > .menu-toggle { margin-block: 15px; }.menu-toggle { display: flex; }.site-nav { flex-basis: 100%; flex-direction: column; align-items: stretch; padding: 5px 0 24px; gap: 14px; }.js .site-nav { display: none; }.js .site-nav.is-open { display: flex; }.nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }.site-nav .nav-links > a { padding: 11px 0; border-bottom: 1px solid #e9edf3; font-size: .86rem; }.site-nav .nav-links > a:after { display: none; }.nav-actions { justify-content: space-between; }.hero-grid { min-height: 640px; gap: 34px; }.hero h1 { font-size: 4.2rem; }.hero-description { font-size: 1rem; }.preview-shell { min-height: 445px; }.preview-body { padding-inline: 19px; }.preview-heading h2 { max-width: 260px; }.security-panel { gap: 65px; }.document-nav { display: none; }
}
@media (max-width: 960px) {
  .section { padding-block: 90px; }.hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 76px; }.hero-copy { max-width: 670px; }.hero h1 { font-size: clamp(3.7rem,8.5vw,5.2rem); }.hero-description { max-width: 560px; }.preview-stage { max-width: 720px; width: 100%; margin-inline: auto; }.product-preview { transform: none; }.proof-strip { grid-template-columns: repeat(2,1fr); gap: 20px 40px; padding-block: 28px; }.proof-strip p { grid-column: 1/-1; max-width: none; }.workflow-grid { grid-template-columns: 1fr; gap: 0; max-width: 620px; margin-inline: auto; }.workflow-grid:before { top: 0; bottom: 0; left: 28px; right: auto; width: 1px; height: auto; background: linear-gradient(#bcd0f7,#4c81ee,#bcd0f7); }.workflow-grid li { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 0 0 33px; text-align: left; }.step-number { margin: 0; }.workflow-grid p { min-height: 0; }.step-detail { margin-top: 10px; }.intelligence-grid { grid-template-columns: 1fr; gap: 55px; }.intelligence-copy { max-width: 600px; }.capability-ledger { grid-template-columns: 1fr; }.capability-ledger > div, .capability-ledger > div:first-child { padding: 25px 0; border-left: 0; border-bottom: 1px solid #d9e1eb; }.outcomes { grid-template-columns: 1fr 1fr; }.outcomes article { min-height: 275px; }.solutions-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.solutions-grid .solution-feature { grid-row: auto; grid-column: 1/-1; min-height: 380px; }.security-panel { grid-template-columns: 1fr; gap: 50px; }.trust-ledger { grid-template-columns: 1fr; }.trust-ledger article, .trust-ledger article:first-child { padding: 24px 0; border-left: 0; border-bottom: 1px solid #26384f; }.pricing-section { grid-template-columns: 1fr; gap: 45px; }.pricing-content { padding: 0; border: 0; }.faq-section { grid-template-columns: 1fr; gap: 45px; }.faq-intro { position: static; }.final-cta-inner { align-items: flex-start; }.footer-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 680px) {
  .wrap { width: calc(100% - 40px); }.section { padding-block: 70px; }.brand { font-size: 1.16rem; }.brand-mark { width: 28px; height: 28px; }.nav-links { grid-template-columns: 1fr; }.nav-actions { align-items: stretch; flex-direction: column; gap: 4px; }.nav-actions > a:not(.button) { padding-block: 10px; }.hero-grid { gap: 39px; padding-block: 53px 40px; }.hero h1 { font-size: clamp(2.9rem,13vw,4rem); line-height: 1.04; }.hero-description { margin-block: 23px 25px; font-size: .94rem; }.hero-assurance { display: grid; gap: 10px; }.preview-rail { display: none; }.preview-shell { min-height: 0; }.preview-toolbar { grid-template-columns: 1fr auto; }.preview-avatar { display: none; }.preview-body { padding: 17px 13px; }.preview-heading h2 { max-width: 215px; font-size: 1rem; }.preview-metrics { grid-template-columns: 1fr 1fr; }.preview-metrics > div { padding: 9px; }.sample-table table { font-size: .51rem; }.sample-table td, .sample-table th { padding-inline: 5px; }.evidence-column { display: none; }.preview-bottom { font-size: .48rem; }.sample-export { padding: 6px 8px; }.proof-strip { grid-template-columns: 1fr 1fr; gap: 17px 12px; }.proof-strip span { padding-left: 11px; }.section-heading { display: block; margin-bottom: 40px; }.section-heading > p { margin-top: 22px; }.section-heading-centered { text-align: left; }.section-heading-centered > p:last-child { margin-inline: 0; }.workflow-section { padding-block: 72px 78px; }.workflow-grid li { gap: 18px; }.intelligence { padding-block: 72px; }.signal-console li { grid-template-columns: 29px 1fr; }.signal-console li > b { grid-column: 2; }.console-result { grid-template-columns: 34px 1fr; }.console-result > p { grid-column: 2; }.capability-ledger { margin-top: 50px; }.outcomes { grid-template-columns: 1fr; }.outcomes article { min-height: 250px; }.evidence-note { grid-template-columns: 1fr; }.evidence-note .note-icon { display: none; }.solutions-grid { grid-template-columns: 1fr; }.solutions-grid .solution-feature { grid-column: auto; min-height: 380px; padding: 30px; }.solution-feature h3 { font-size: 1.8rem; }.security-panel { gap: 40px; }.security-actions { align-items: flex-start; flex-direction: column; gap: 10px; }.protocol-flow { padding-inline: 16px; }.protocol-stop { margin-inline: 16px; }.pricing-section { padding-block: 75px; }.pricing-empty { padding: 27px 22px; }.credit-rule { grid-template-columns: 1fr; }.faq-list summary { font-size: .84rem; }.final-cta { padding-block: 62px; }.final-cta-inner { display: block; }.final-actions { max-width: 320px; margin-top: 32px; }.footer-top { flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 25px; }.footer-bottom { flex-direction: column; }.document { padding-block: 64px 80px; }.document h1 { font-size: 2.75rem; }.document .lead { margin-bottom: 45px; font-size: 1rem; }.document h2 { font-size: 1.4rem; }.document p, .document li { font-size: .84rem; }
}
@media (max-width: 400px) {
  .wrap { width: calc(100% - 32px); }.hero h1 { font-size: 2.7rem; }.actions { align-items: flex-start; flex-direction: column; gap: 8px; }.preview-heading h2 { max-width: 175px; font-size: .91rem; }.preview-metrics strong { font-size: 1.14rem; }.proof-strip { grid-template-columns: 1fr; }.proof-strip p { grid-column: auto; }.check-sequence { flex-wrap: wrap; }.check-sequence i { width: 12px; }.footer-grid { gap: 28px 18px; }.footer-grid a { font-size: .64rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *:before, *:after { animation: none !important; transition: none !important; }.reveal-ready .workflow-grid li, .reveal-ready .capability-ledger > div, .reveal-ready .outcomes article, .reveal-ready .solutions-grid article, .reveal-ready .trust-ledger article { opacity: 1; transform: none; }
}
