:root {
  --ink: #071b36;
  --ink-2: #17324f;
  --muted: #60738a;
  --teal: #0ea5ad;
  --teal-bright: #24d0c7;
  --ice: #edf9f8;
  --paper: #f7fafc;
  --white: #fff;
  --line: #dce5eb;
  --shadow: 0 24px 70px rgba(5, 29, 56, .12);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 78px; max-width: 1280px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 1.28rem; letter-spacing: -.03em; }
.brand small { margin-top: .28rem; color: var(--teal); font-size: .59rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: var(--ink-2); font-size: .9rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--teal); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .7rem 1.1rem; }
.menu-button { display: none; }
.hero { min-height: 680px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 3rem; padding: 6.5rem max(2rem, calc((100vw - 1216px)/2)); background: radial-gradient(circle at 80% 20%, #d9fbf7 0, transparent 31%), linear-gradient(135deg, #f6fafc 0%, #fff 55%); }
.hero::before { content: ""; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: linear-gradient(var(--teal-bright), var(--ink)); }
.eyebrow { margin: 0 0 1.1rem; color: var(--teal); font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 790px; margin: 0; font-size: clamp(3.6rem, 6.2vw, 6.5rem); line-height: .95; letter-spacing: -.065em; }
.hero-lede { max-width: 660px; margin: 2rem 0; color: var(--ink-2); font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .88rem 1.3rem; font-size: .87rem; font-weight: 760; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--ink); color: white; box-shadow: 0 10px 25px rgba(7, 27, 54, .2); }
.secondary { border-color: #9aacbb; background: rgba(255,255,255,.72); }
.proof-list { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 2.2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; font-weight: 650; }
.proof-list li::before { content: "✓"; margin-right: .45rem; color: var(--teal); }
.hero-visual { position: relative; min-height: 460px; }
.signal-grid { position: absolute; inset: 5% 0 0 8%; opacity: .55; background-image: linear-gradient(rgba(14,165,173,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(14,165,173,.12) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(135deg, transparent 5%, black, transparent 85%); }
.workflow-card { position: absolute; width: min(350px, 80%); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; padding: 1.3rem 1.4rem; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.workflow-card span { float: left; width: 36px; height: 36px; display: grid; place-items: center; margin-right: .9rem; border-radius: 9px; background: var(--ice); color: var(--teal); font-size: .7rem; font-weight: 850; }
.workflow-card strong, .workflow-card small { display: block; }
.workflow-card strong { font-size: 1rem; }
.workflow-card small { margin-top: .2rem; color: var(--muted); }
.card-one { top: 3%; left: 2%; }
.card-two { top: 36%; right: 0; }
.card-three { top: 69%; left: 8%; border-left: 3px solid var(--teal); }
.card-two::before, .card-three::before { content: ""; position: absolute; height: 70px; width: 1px; left: 50%; bottom: 100%; background: linear-gradient(transparent, var(--teal)); }
.trust-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.2rem max(2rem, calc((100vw - 1216px)/2)); background: var(--ink); color: white; }
.trust-band p { margin: 0; color: #9fb5c8; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.trust-band div { display: flex; gap: 2rem; font-size: .8rem; font-weight: 700; }
.trust-band span::before { content: "•"; color: var(--teal-bright); margin-right: .6rem; }
.section { max-width: 1280px; margin: auto; padding: 8rem 2rem; }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading h2, .about-statement h2, .contact-section h2 { margin: 0; font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.solution-card { min-height: 390px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; padding: 2rem; background: white; }
.solution-card.featured { background: var(--ink); color: white; transform: translateY(-1rem); }
.card-index { color: var(--teal); font-size: .75rem; font-weight: 850; }
.solution-card h3 { margin: 3.6rem 0 1rem; font-size: 1.65rem; letter-spacing: -.035em; }
.solution-card p { color: var(--muted); }
.solution-card.featured p { color: #b8c8d7; }
.solution-card ul { margin: auto 0 0; padding: 0; list-style: none; font-size: .83rem; font-weight: 680; }
.solution-card li { border-top: 1px solid var(--line); padding: .7rem 0; }
.solution-card.featured li { border-color: #2e4761; }
.fit-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin-top: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.fit-strip div { display: flex; flex-direction: column; gap: .3rem; padding: 1.1rem 1.3rem; background: var(--paper); }
.fit-strip strong { color: var(--teal); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.fit-strip span { color: var(--muted); font-size: .82rem; }
.demo-section { max-width: none; padding-left: max(2rem, calc((100vw - 1216px)/2)); padding-right: max(2rem, calc((100vw - 1216px)/2)); background: var(--paper); }
.demo-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.demo-heading h2 { max-width: 780px; }
.demo-disclosure { max-width: 360px; padding-left: 1rem; border-left: 2px solid var(--teal); color: var(--muted); font-size: .78rem !important; }
.demo-shell { min-height: 610px; display: grid; grid-template-columns: 285px 1fr; overflow: hidden; border: 1px solid #ccd9e1; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.ticket-list { padding: 1rem; background: #0a203a; color: white; }
.demo-brand { margin: .2rem .4rem 1.2rem; font-size: .72rem; color: #abc0d2; letter-spacing: .04em; }
.live-dot { width: 7px; height: 7px; display: inline-block; margin-right: .5rem; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(36,208,199,.12); }
.ticket { width: 100%; display: flex; flex-direction: column; gap: .42rem; margin-bottom: .55rem; border: 1px solid transparent; border-radius: 12px; padding: 1rem; background: transparent; color: #dce8f1; text-align: left; cursor: pointer; }
.ticket:hover, .ticket.active { border-color: #31506d; background: #142f4b; }
.ticket.active { box-shadow: inset 3px 0 var(--teal-bright); }
.ticket-top { display: flex; justify-content: space-between; color: var(--teal-bright); font-size: .73rem; }
.ticket > span:nth-child(2) { font-size: .88rem; font-weight: 690; }
.ticket small { color: #91a9bc; }
.demo-workspace { min-width: 0; display: flex; flex-direction: column; }
.demo-toolbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1rem 1.5rem; }
.demo-toolbar div { display: flex; flex-direction: column; }
.demo-toolbar small, .result-label { color: var(--muted); font-size: .66rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.demo-toolbar strong { margin-top: .2rem; }
.demo-toolbar button, #approve-button { border: 0; border-radius: 999px; padding: .72rem 1rem; background: var(--teal); color: white; font-weight: 760; cursor: pointer; }
.analysis-empty { flex: 1; display: grid; place-content: center; justify-items: center; padding: 3rem; text-align: center; }
.analysis-empty h3 { margin-bottom: .4rem; }
.analysis-empty p { max-width: 450px; margin-top: 0; color: var(--muted); }
.pulse-mark { display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 15px rgba(14,165,173,.05); }
.analysis-results { flex: 1; grid-template-columns: .95fr 1.05fr; }
.analysis-results:not([hidden]) { display: grid; }
.result-column { padding: 1.6rem; }
.result-column + .result-column { border-left: 1px solid var(--line); }
.result-block { margin-bottom: 1.6rem; }
.result-label { display: flex; justify-content: space-between; margin-bottom: .7rem; }
.result-label span { color: var(--teal); letter-spacing: 0; }
.classification-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.severity { border-radius: 6px; padding: .3rem .45rem; background: #fff1dc; color: #9a5912; font-size: .7rem; font-weight: 850; }
.source-list { display: grid; gap: .55rem; }
.source { border: 1px solid var(--line); border-radius: 9px; padding: .75rem; background: var(--paper); }
.source strong, .source small { display: block; }
.source strong { font-size: .8rem; }
.source small { color: var(--muted); }
.controls { display: flex; flex-wrap: wrap; gap: .45rem; }
.controls .result-label { width: 100%; }
.controls span { border-radius: 999px; padding: .38rem .55rem; background: var(--ice); color: #21737a; font-size: .68rem; font-weight: 700; }
.response-column { display: flex; flex-direction: column; background: #fcfefe; }
.draft { flex: 1; min-height: 220px; border: 1px solid var(--line); border-radius: 10px; padding: 1.1rem; background: white; color: var(--ink-2); white-space: pre-line; font-size: .87rem; }
.approval-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; border-radius: 10px; padding: .8rem; background: #f0f6f8; }
.approval-bar span, .approval-bar small { display: block; }
.approval-bar strong { font-size: .78rem; }
.approval-bar small { color: var(--muted); }
.approval-message { margin: .8rem 0 0; color: #14775e; font-size: .78rem; font-weight: 700; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1.7rem 0; }
.process-list > li > span { color: var(--teal); font-size: .76rem; font-weight: 850; }
.process-list h3, .process-list p { margin: 0; }
.process-list h3 { font-size: 1.3rem; }
.process-list p { color: var(--muted); }
.assessment-banner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 2rem; margin-top: 4rem; border-radius: 20px; padding: 2rem; background: linear-gradient(120deg, #071b36, #0c3154); color: white; }
.assessment-banner h3 { margin: 0; font-size: 1.6rem; }
.assessment-banner p { color: #b9cbd9; }
.light { border-color: #6b8498; background: transparent; color: white; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.about-copy { color: var(--ink-2); font-size: 1.05rem; }
.principles { display: grid; gap: .6rem; margin-top: 2rem; }
.principles span { border-left: 2px solid var(--teal); padding-left: .8rem; font-weight: 720; }
.contact-section { padding: 8rem max(2rem, calc((100vw - 900px)/2)); background: var(--teal); color: #03253c; text-align: center; }
.contact-section .eyebrow { color: white; }
.contact-section > p:not(.eyebrow) { max-width: 660px; margin: 1.5rem auto; font-size: 1.1rem; }
.inverted { margin: .8rem 0 1.5rem; background: white; color: var(--ink); }
.contact-section small { display: block; color: #144c5d; }
footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1280px; margin: auto; padding: 2rem; color: var(--muted); font-size: .75rem; }
.footer-brand strong { color: var(--ink); }
footer div { display: flex; gap: 1rem; }
footer a { text-decoration: none; }
@media (max-width: 900px) {
  .menu-button { display: block; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .8rem; background: white; }
  nav { display: none; position: absolute; z-index: 20; left: 1rem; right: 1rem; top: 70px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 14px; padding: 1rem; background: white; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-visual { min-height: 420px; }
  .trust-band, .demo-heading { align-items: flex-start; flex-direction: column; }
  .solution-grid { grid-template-columns: 1fr; }
  .fit-strip { grid-template-columns: 1fr; }
  .solution-card.featured { transform: none; }
  .demo-shell { grid-template-columns: 1fr; }
  .ticket-list { display: grid; grid-template-columns: repeat(3, minmax(210px, 1fr)); overflow-x: auto; }
  .demo-brand { grid-column: 1 / -1; }
  .analysis-results { grid-template-columns: 1fr; }
  .result-column + .result-column { border-top: 1px solid var(--line); border-left: 0; }
  .assessment-banner, .about-section { grid-template-columns: 1fr; }
  .about-section { gap: 3rem; }
}
@media (max-width: 620px) {
  .site-header { padding: 0 1rem; }
  .hero, .section { padding-left: 1.2rem; padding-right: 1.2rem; }
  h1 { font-size: 3.35rem; }
  .hero-visual { min-height: 370px; }
  .workflow-card { width: 92%; }
  .trust-band { padding: 1.4rem 1.2rem; }
  .trust-band div { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .demo-section { padding-left: .7rem; padding-right: .7rem; }
  .demo-toolbar { align-items: flex-start; flex-direction: column; }
  .analysis-results:not([hidden]) { display: block; }
  .approval-bar { align-items: stretch; flex-direction: column; }
  .contact-section { padding: 6rem 1.2rem; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
