:root {
  --ink: #10110f;
  --paper: #f1f3ee;
  --white: #ffffff;
  --muted: #686b65;
  --line: #cfd3cb;
  --signal: #c9ff38;
  --blue: #3155ff;
  --accent: var(--signal);
  --accent-2: var(--blue);
  --shell: 1200px;
  --header-height: 56px;
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

.theme-restoration { --accent: #6e8cff; --accent-2: #ff7557; }
.theme-vision { --accent: #57d6c7; --accent-2: #c9ff38; }
.theme-knowledge { --accent: #ff7557; --accent-2: #3155ff; }
.theme-speech { --accent: #f1d64f; --accent-2: #57d6c7; }
.theme-trust { --accent: #dcd6ff; --accent-2: #3155ff; }
.theme-geo { --accent: #a8d69e; --accent-2: #3155ff; }
.theme-plan { --accent: #c9ff38; --accent-2: #3155ff; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { border: 0; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.service-shell { width: min(var(--shell), calc(100% - 64px)); margin-right: auto; margin-left: auto; }

.service-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-height);
  padding: 0 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.service-header.is-scrolled,
.catalog-hero + .service-header {
  color: var(--ink);
  background: rgba(241, 243, 238, 0.95);
  border-color: rgba(16, 17, 15, 0.14);
  backdrop-filter: saturate(150%) blur(18px);
}

.brand { display: inline-flex; align-items: baseline; width: max-content; font-size: 15px; font-weight: 730; line-height: 1; }
.brand-mark { margin-right: 5px; color: var(--accent); font-size: 20px; font-weight: 850; }
.service-header.is-scrolled .brand-mark, .service-footer .brand-mark, .nav-open .brand-mark { color: var(--blue); }
.service-nav { display: flex; align-items: center; gap: 29px; font-size: 12px; font-weight: 580; }
.service-nav a, .header-action { transition: opacity 160ms ease; }
.service-nav a:hover, .header-action:hover { opacity: 0.56; }
.header-action { justify-self: end; font-size: 12px; font-weight: 680; }
.menu-button { display: none; width: 40px; height: 40px; padding: 0; background: transparent; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform 180ms ease; }
.page-progress { position: fixed; z-index: 101; top: 55px; right: 0; left: 0; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.service-hero {
  position: relative;
  min-height: 740px;
  height: calc(100svh - 36px);
  max-height: 920px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-shell { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr); gap: 68px; align-items: center; height: 100%; padding-top: 70px; padding-bottom: 118px; }
.service-hero-copy { position: relative; z-index: 3; min-width: 0; }
.service-eyebrow, .section-label { margin-bottom: 20px; color: var(--accent-2); font-size: 11px; font-weight: 780; text-transform: uppercase; }
.service-eyebrow { color: var(--accent); }
.section-label.light { color: var(--accent); }
.partner-notice { display: inline-block; margin: 0 0 20px 12px; padding: 7px 9px; color: var(--white); background: var(--blue); border-radius: 4px; font-size: 9px; font-weight: 760; text-transform: uppercase; vertical-align: top; }
.service-eyebrow + .partner-notice { margin-left: 0; }
.service-hero h1 { max-width: 700px; margin-bottom: 27px; overflow-wrap: anywhere; font-size: 68px; font-weight: 720; line-height: 0.98; letter-spacing: 0; hyphens: auto; }
.hero-lead { max-width: 690px; margin-bottom: 25px; color: #d5d8d1; font-size: 22px; font-weight: 510; line-height: 1.4; }
.hero-audience { max-width: 650px; margin-bottom: 31px; color: #aeb2aa; font-size: 13px; line-height: 1.5; }
.hero-audience span { margin-right: 10px; color: var(--white); font-size: 10px; font-weight: 760; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 680; transition: transform 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--ink); background: var(--accent); }
.button-dark { color: var(--white); background: var(--ink); }
.button span, .text-action span, .service-contact a span, .service-footer a span:last-child { display: inline-block; margin-left: 5px; }
.text-action { color: var(--white); font-size: 14px; font-weight: 640; }

.hero-media-wrap { position: relative; min-width: 0; }
.hero-visual { position: relative; width: 100%; height: 560px; overflow: hidden; color: var(--white); background: #1b1d19; border: 1px solid rgba(255, 255, 255, 0.23); border-radius: 8px; box-shadow: 0 35px 100px rgba(0, 0, 0, 0.46); }
.visual-topline { position: absolute; z-index: 8; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 43px; padding: 0 15px; color: rgba(255, 255, 255, 0.82); background: rgba(16, 17, 15, 0.78); border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.visual-topline i { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
.hero-video-visual video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.82) contrast(1.12); }
.theme-speech .hero-video-visual video { object-position: 56% center; }
.detection-box { position: absolute; z-index: 4; border: 1px solid var(--accent); }
.detection-box span { position: absolute; top: -21px; left: -1px; padding: 4px 6px; color: var(--ink); background: var(--accent); font-size: 8px; font-weight: 700; white-space: nowrap; }
.detection-a { top: 20%; left: 16%; width: 35%; height: 38%; }
.detection-b { right: 9%; bottom: 16%; width: 28%; height: 26%; }
.hero-waveform { position: absolute; z-index: 5; right: 22px; bottom: 26px; left: 22px; display: flex; align-items: center; gap: 7px; height: 72px; padding: 10px 14px; background: rgba(16, 17, 15, 0.8); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 6px; }
.hero-waveform i { flex: 1; height: 34%; background: var(--accent); }
.hero-waveform i:nth-child(2n) { height: 72%; }
.hero-waveform i:nth-child(3n) { height: 48%; }
.hero-waveform i:nth-child(5n) { height: 92%; }

.compare-visual { --compare: 56%; }
.compare-source, .compare-result { position: absolute; inset: 0; background-position: center; background-size: cover; }
.compare-source { filter: grayscale(1) blur(2px) contrast(0.76); }
.compare-result { right: auto; width: var(--compare); filter: saturate(0.88) contrast(1.14); }
.compare-source > span, .compare-result > span { position: absolute; bottom: 76px; padding: 7px 9px; color: var(--white); background: rgba(16, 17, 15, 0.82); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.compare-source > span { right: 16px; }
.compare-result > span { left: 16px; }
.compare-line { position: absolute; z-index: 5; top: 43px; bottom: 60px; left: var(--compare); width: 2px; background: var(--accent); transform: translateX(-1px); }
.compare-line::after { position: absolute; top: 48%; left: 50%; display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; content: "↔"; font-size: 14px; font-style: normal; transform: translate(-50%, -50%); }
.compare-control { position: absolute; z-index: 7; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; height: 38px; padding: 0 12px; color: var(--white); background: rgba(16, 17, 15, 0.86); border-radius: 5px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.compare-control input { width: 100%; accent-color: var(--accent); }

.knowledge-visual { padding: 75px 24px 24px; background: #e7e9e4; }
.knowledge-query { display: flex; gap: 12px; align-items: center; min-height: 62px; padding: 0 18px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-size: 14px; }
.knowledge-query span { color: var(--blue); font-size: 21px; }
.knowledge-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 12px; margin-top: 12px; height: 411px; }
.knowledge-sources, .knowledge-answer { padding: 20px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.knowledge-sources > p, .knowledge-answer > p { margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 760; text-transform: uppercase; }
.knowledge-sources article { padding: 15px 0; border-top: 1px solid var(--line); }
.knowledge-sources b, .knowledge-sources span { display: block; }
.knowledge-sources b { margin-bottom: 5px; font-size: 12px; }
.knowledge-sources span { color: var(--muted); font-size: 10px; }
.knowledge-answer h3 { margin-bottom: 23px; font-size: 27px; line-height: 1.1; }
.knowledge-answer ul { margin: 0; padding: 0; list-style: none; }
.knowledge-answer li { padding: 11px 0; border-top: 1px solid var(--line); font-size: 12px; }
.knowledge-answer sup { color: var(--blue); }
.answer-status { display: block; margin-top: 20px; padding: 10px; color: #3f433b; background: var(--accent); border-radius: 4px; font-size: 9px; font-weight: 700; }

.trust-visual { padding: 69px 22px 22px; background: #242622; }
.trust-player { position: relative; height: 248px; overflow: hidden; background: #d8dbd4; border-radius: 6px; }
.trust-player > span { position: absolute; z-index: 3; top: 13px; left: 14px; padding: 5px 7px; color: var(--white); background: var(--ink); font-size: 8px; font-weight: 700; }
.trust-face { position: absolute; top: 42px; left: 35%; width: 150px; height: 188px; background: #8b8f87; border-radius: 50% 50% 42% 42%; }
.trust-face::before, .trust-face::after { position: absolute; top: 66px; width: 17px; height: 8px; background: var(--ink); border-radius: 50%; content: ""; }
.trust-face::before { left: 34px; }
.trust-face::after { right: 34px; }
.face-frame { position: absolute; top: 64px; left: calc(35% + 16px); width: 118px; height: 126px; border: 2px solid var(--accent); }
.trust-timeline { position: relative; display: flex; gap: 4px; height: 34px; margin-top: 15px; }
.trust-timeline span { height: 100%; background: #71766d; }
.trust-timeline .original { width: 33%; }
.trust-timeline .synthetic { width: 27%; background: var(--accent-2); }
.trust-timeline .tail { flex: 1; }
.trust-timeline i { position: absolute; top: -6px; left: 46%; width: 2px; height: 46px; background: var(--accent); }
.trust-readout { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.trust-readout article { padding: 16px 12px 0 0; }
.trust-readout span, .trust-readout b { display: block; }
.trust-readout span { margin-bottom: 7px; color: #aeb2aa; font-size: 8px; text-transform: uppercase; }
.trust-readout b { font-size: 11px; line-height: 1.3; }
.trust-readout .status-missing { color: var(--accent); }

.image-visual { background: var(--accent); }
.image-visual img { width: 100%; height: 100%; object-fit: cover; }
.geo-visual img { object-position: right center; filter: saturate(0.76) contrast(1.04); }
.plan-visual { padding: 82px 18px 48px; }
.plan-visual img { height: auto; max-height: 400px; object-fit: cover; border: 10px solid #d7d9d3; border-radius: 6px; box-shadow: 0 24px 60px rgba(16, 17, 15, 0.32); transform: rotate(-2deg); }
.image-readout { position: absolute; z-index: 5; right: 18px; bottom: 18px; display: grid; gap: 5px; min-width: 210px; padding: 15px; color: var(--white); background: rgba(16, 17, 15, 0.86); border-radius: 5px; }
.image-readout span { color: var(--accent); font-size: 8px; font-weight: 760; text-transform: uppercase; }
.image-readout b { font-size: 12px; }

.hero-signals { position: absolute; right: 0; bottom: 28px; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.28); }
.hero-signals span { padding: 17px 18px 0 0; color: rgba(255, 255, 255, 0.74); font-size: 11px; font-weight: 600; }
.hero-signals b { margin-right: 11px; color: var(--accent); font-size: 9px; }
.hero-scroll { position: absolute; right: 18px; bottom: 18px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; }

.service-overview { padding: 145px 0 136px; background: var(--paper); }
.overview-heading { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 72px; align-items: end; }
.overview-heading h2, .workspace-heading h2, .architecture-heading h2, .usecases-heading h2, .quality-copy h2, .deploy-heading h2, .pilot-copy h2, .faq-grid h2, .service-contact h2 { margin-bottom: 0; font-size: 55px; font-weight: 700; line-height: 1.04; letter-spacing: 0; }
.overview-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 18px; line-height: 1.54; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid var(--line); }
.outcome-grid article { min-height: 235px; padding: 25px 24px 24px 0; border-right: 1px solid var(--line); }
.outcome-grid article + article { padding-left: 24px; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid article > span { display: block; margin-bottom: 57px; color: var(--accent-2); font-size: 12px; font-weight: 780; text-transform: uppercase; }
.outcome-grid h3 { margin-bottom: 12px; font-size: 23px; }
.outcome-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.service-workspace { padding: 135px 0 146px; color: var(--white); background: var(--ink); }
.workspace-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; margin-bottom: 72px; }
.workspace-heading .section-label { grid-column: 1 / -1; margin-bottom: 0; }
.workspace-heading h2 { max-width: 720px; }
.workspace-heading > p:last-child { align-self: end; margin-bottom: 4px; color: #aeb2aa; font-size: 16px; line-height: 1.52; }
.workspace { border: 1px solid rgba(255, 255, 255, 0.23); border-radius: 8px; }
.workspace-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(255, 255, 255, 0.23); }
.workspace-tabs button { min-height: 61px; color: #9fa39b; background: transparent; border-right: 1px solid rgba(255, 255, 255, 0.18); cursor: pointer; font-size: 12px; font-weight: 700; }
.workspace-tabs button:last-child { border-right: 0; }
.workspace-tabs button.is-active { color: var(--ink); background: var(--accent); }
.workspace-tabs button:focus-visible { outline: 2px solid var(--white); outline-offset: -4px; }
.workspace-panel { display: none; grid-template-columns: 0.9fr 1.1fr; gap: 64px; min-height: 500px; padding: 65px; }
.workspace-panel.is-active { display: grid; }
.workspace-copy { align-self: center; }
.panel-index { margin-bottom: 26px; color: var(--accent); font-size: 10px; font-weight: 760; }
.workspace-copy h3 { max-width: 600px; margin-bottom: 22px; font-size: 38px; line-height: 1.08; }
.workspace-copy > p:not(.panel-index) { margin-bottom: 28px; color: #aeb2aa; font-size: 15px; line-height: 1.55; }
.workspace-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.workspace-copy li { padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-size: 12px; }
.workspace-copy li::before { margin-right: 10px; color: var(--accent); content: "+"; }
.workspace-console { align-self: center; min-height: 340px; padding: 12px; color: var(--ink); background: #d9dcd5; border-radius: 7px; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45); transform: rotate(1deg); }
.console-bar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 13px; background: var(--white); border-radius: 5px 5px 0 0; font-size: 9px; font-weight: 700; }
.console-bar i { width: 7px; height: 7px; background: var(--accent-2); border-radius: 50%; }
.console-lines { padding: 30px 24px; background: #f6f7f3; border-top: 8px solid #e7e9e4; }
.console-lines p { display: grid; grid-template-columns: 34px 1fr; gap: 13px; margin-bottom: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.console-lines span { color: var(--accent-2); font-size: 9px; font-weight: 760; }
.console-lines b { min-width: 0; overflow-wrap: anywhere; font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 620; }
.console-status { display: flex; align-items: center; gap: 9px; padding: 14px; color: var(--ink); background: var(--accent); border-radius: 0 0 5px 5px; font-size: 9px; font-weight: 720; text-transform: uppercase; }
.console-status i { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; }

.service-architecture { padding: 145px 0; background: var(--white); }
.architecture-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 82px; }
.architecture-heading .section-label { align-self: start; }
.flow-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.flow-list li { min-height: 260px; padding: 25px 22px 24px 0; border-right: 1px solid var(--line); }
.flow-list li + li { padding-left: 22px; }
.flow-list li:last-child { border-right: 0; }
.flow-list li > span { display: block; margin-bottom: 75px; color: var(--accent-2); font-size: 10px; font-weight: 760; }
.flow-list h3 { margin-bottom: 9px; font-size: 20px; }
.flow-list p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.service-usecases { padding: 140px 0 150px; background: var(--paper); }
.usecases-heading { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 70px; align-items: start; margin-bottom: 74px; }
.usecase-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.usecase-grid article { min-height: 270px; padding: 31px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.usecase-grid article > span { display: block; margin-bottom: 63px; color: var(--accent-2); font-size: 10px; font-weight: 760; }
.usecase-grid h3 { margin-bottom: 13px; font-size: 26px; }
.usecase-grid p { max-width: 470px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.52; }

.service-quality { padding: 138px 0; background: var(--accent); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.quality-copy .section-label { color: var(--ink); }
.quality-copy h2 { margin-bottom: 28px; font-size: 49px; }
.quality-copy > p:last-child { max-width: 570px; margin-bottom: 0; color: #41443d; font-size: 16px; line-height: 1.55; }
.quality-list { border-top: 1px solid rgba(16, 17, 15, 0.3); }
.quality-list article { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(16, 17, 15, 0.3); }
.quality-list h3 { margin-bottom: 0; font-size: 18px; }
.quality-list p { margin-bottom: 0; color: #4a4d45; font-size: 13px; line-height: 1.48; }

.service-deploy { padding: 140px 0 132px; color: var(--white); background: #20221e; }
.deploy-heading { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 70px; margin-bottom: 75px; }
.deploy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.22); }
.deploy-grid article { min-height: 230px; padding: 27px 26px 25px 0; border-right: 1px solid rgba(255, 255, 255, 0.2); }
.deploy-grid article + article { padding-left: 26px; }
.deploy-grid article:last-child { border-right: 0; }
.deploy-grid span { display: block; margin-bottom: 58px; color: var(--accent); font-size: 10px; font-weight: 760; }
.deploy-grid h3 { margin-bottom: 12px; font-size: 23px; }
.deploy-grid p { margin-bottom: 0; color: #aeb2aa; font-size: 13px; line-height: 1.5; }
.integration-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.integration-row > span { margin-right: 10px; padding: 9px 0; color: #aeb2aa; font-size: 9px; font-weight: 760; text-transform: uppercase; }
.integration-row b { padding: 9px 11px; color: #d8dbd4; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 4px; font-size: 10px; font-weight: 620; }

.service-pilot { padding: 145px 0; background: var(--white); }
.pilot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.pilot-copy h2 { margin-bottom: 27px; font-size: 49px; }
.pilot-copy > p:not(.section-label) { max-width: 540px; margin-bottom: 32px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.pilot-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pilot-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 13px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.pilot-steps li > span { padding-top: 3px; color: var(--accent-2); font-size: 10px; font-weight: 760; }
.pilot-steps h3 { margin-bottom: 6px; font-size: 20px; }
.pilot-steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.service-faq { padding: 136px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 90px; }
.faq-grid h2 { font-size: 48px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 23px; right: 4px; color: var(--accent-2); font-size: 23px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.service-contact { padding: 145px 0; color: var(--white); background: var(--ink); }
.service-contact h2 { max-width: 1000px; margin-bottom: 54px; font-size: 63px; }
.service-contact h2 span { color: #969b92; }
.service-contact a { display: inline-block; padding-bottom: 8px; color: var(--accent); border-bottom: 1px solid currentColor; font-size: 20px; font-weight: 650; }
.service-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 96px; padding: 0 32px; color: #5f635c; background: #e6e9e2; font-size: 12px; }
.service-footer p { margin-bottom: 0; }
.service-footer > a:last-child { justify-self: end; color: var(--ink); }

.catalog-hero { min-height: 600px; padding: 170px 0 100px; color: var(--white); background: var(--ink); }
.catalog-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: 78px; line-height: 0.96; }
.catalog-hero > div > p:last-child { max-width: 760px; color: #c5c8c1; font-size: 22px; line-height: 1.45; }
.catalog-list { padding: 100px 0 130px; background: var(--white); }
.catalog-list .service-shell { border-top: 1px solid var(--line); }
.catalog-list a { display: grid; grid-template-columns: 55px 1fr 30px; gap: 22px; align-items: start; min-height: 170px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.catalog-list a > span { color: var(--blue); font-size: 10px; font-weight: 760; }
.catalog-list a p { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 760; text-transform: uppercase; }
.catalog-list a h2 { margin-bottom: 14px; font-size: 31px; }
.catalog-list a b { display: block; max-width: 760px; color: var(--muted); font-size: 14px; font-weight: 450; line-height: 1.5; }
.catalog-list a i { justify-self: end; font-size: 20px; font-style: normal; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero-shell { grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr); gap: 40px; }
  .service-hero h1 { font-size: 56px; }
  .hero-lead { font-size: 19px; }
  .hero-visual { height: 505px; }
  .knowledge-layout { grid-template-columns: 1fr; height: auto; }
  .knowledge-sources { display: none; }
  .workspace-panel { gap: 40px; padding: 50px; }
  .flow-list { grid-template-columns: repeat(3, 1fr); }
  .flow-list li:nth-child(3) { border-right: 0; }
  .flow-list li:nth-child(n + 4) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .service-shell { width: calc(100% - 40px); }
  .service-header { grid-template-columns: 1fr auto; height: 52px; padding: 0 20px; }
  .header-action { display: none; }
  .menu-button { display: block; justify-self: end; }
  .service-nav { position: fixed; z-index: 99; top: 52px; right: 0; left: 0; display: none; height: calc(100svh - 52px); padding: 40px 20px; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); }
  .nav-open .service-nav { display: grid; align-content: start; gap: 6px; }
  .service-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 24px; font-weight: 650; }
  .nav-open .service-header { color: var(--ink); background: var(--paper); border-color: var(--line); }
  .nav-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-open .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .page-progress { top: 51px; }

  .service-hero { min-height: 0; height: calc(100svh - 24px); max-height: none; }
  .hero-shell { display: flex; flex-direction: column; gap: 18px; height: 100%; padding-top: 76px; padding-bottom: 28px; }
  .service-hero-copy { flex: 0 0 auto; width: 100%; }
  .service-hero h1 { margin-bottom: 22px; font-size: 42px; line-height: 1.02; }
  .hero-lead { margin-bottom: 20px; font-size: 18px; }
  .hero-audience { display: none; }
  .hero-actions { align-items: center; flex-direction: row; gap: 17px; }
  .hero-actions .button { min-height: 44px; padding: 0 17px; font-size: 12px; }
  .hero-actions .text-action { font-size: 12px; }
  .hero-media-wrap { flex: 1 1 auto; width: 100%; min-height: 0; }
  .hero-visual { height: 100%; min-height: 170px; }
  .visual-topline { height: 39px; }
  .knowledge-visual { padding: 63px 13px 13px; }
  .knowledge-query { min-height: 53px; padding: 0 12px; font-size: 11px; }
  .knowledge-answer { padding: 16px; }
  .knowledge-answer > p { margin-bottom: 10px; }
  .knowledge-answer h3 { margin-bottom: 0; font-size: 20px; }
  .knowledge-answer ul, .answer-status { display: none; }
  .trust-visual { padding: 58px 13px 13px; }
  .trust-player { height: 155px; }
  .trust-face { top: 27px; left: 34%; width: 98px; height: 130px; }
  .face-frame { top: 39px; left: calc(34% + 9px); width: 80px; height: 91px; }
  .trust-readout { display: none; }
  .plan-visual { padding-top: 68px; }
  .plan-visual img { max-height: 245px; }
  .hero-signals { display: none; }
  .hero-scroll { right: 8px; bottom: 8px; display: grid; width: 30px; height: 30px; }

  .service-overview, .service-architecture, .service-usecases, .service-pilot, .service-faq { padding: 96px 0; }
  .overview-heading, .workspace-heading, .architecture-heading, .usecases-heading, .quality-grid, .deploy-heading, .pilot-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .overview-heading h2, .workspace-heading h2, .architecture-heading h2, .usecases-heading h2, .quality-copy h2, .deploy-heading h2, .pilot-copy h2, .faq-grid h2, .service-contact h2 { font-size: 39px; line-height: 1.06; }
  .overview-heading > p { font-size: 16px; }
  .outcome-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .outcome-grid article, .outcome-grid article + article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-grid article > span { margin-bottom: 27px; }

  .service-workspace { padding: 96px 0; }
  .workspace-heading { margin-bottom: 52px; }
  .workspace-heading .section-label { grid-column: auto; }
  .workspace-tabs { overflow-x: auto; grid-template-columns: repeat(3, minmax(125px, 1fr)); }
  .workspace-tabs button { padding: 0 12px; }
  .workspace-panel, .workspace-panel.is-active { grid-template-columns: 1fr; gap: 36px; min-height: 0; padding: 28px 20px 22px; }
  .workspace-copy h3 { font-size: 30px; }
  .workspace-console { min-height: 0; transform: none; }
  .console-lines { padding: 20px 14px; }

  .architecture-heading, .usecases-heading, .deploy-heading { margin-bottom: 55px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li, .flow-list li + li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-list li:nth-child(n + 4) { border-top: 0; }
  .flow-list li > span { margin-bottom: 0; padding-top: 4px; }

  .usecase-grid { grid-template-columns: 1fr; }
  .usecase-grid article { min-height: 225px; padding: 25px 20px; }
  .usecase-grid article > span { margin-bottom: 45px; }
  .service-quality { padding: 96px 0; }
  .quality-grid { gap: 56px; }
  .quality-list article { grid-template-columns: 1fr; gap: 8px; }

  .service-deploy { padding: 96px 0; }
  .deploy-grid { grid-template-columns: 1fr; }
  .deploy-grid article, .deploy-grid article + article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .deploy-grid span { margin-bottom: 30px; }
  .integration-row { margin-top: 45px; }

  .pilot-grid { gap: 58px; }
  .faq-grid { gap: 54px; }
  .faq-list summary { font-size: 16px; }
  .service-contact { padding: 100px 0; }
  .service-contact h2 { margin-bottom: 42px; }
  .service-contact a { font-size: 17px; }
  .service-footer { grid-template-columns: 1fr auto; gap: 20px; min-height: 110px; padding: 24px 20px; }
  .service-footer p { display: none; }

  .catalog-hero { min-height: 530px; padding: 140px 0 80px; }
  .catalog-hero h1 { font-size: 48px; }
  .catalog-hero > div > p:last-child { font-size: 18px; }
  .catalog-list { padding: 80px 0 100px; }
  .catalog-list a { grid-template-columns: 35px 1fr 20px; gap: 10px; min-height: 200px; }
  .catalog-list a h2 { font-size: 25px; }
}

@media (max-width: 390px) {
  .service-hero h1 { font-size: 39px; }
  .overview-heading h2, .workspace-heading h2, .architecture-heading h2, .usecases-heading h2, .quality-copy h2, .deploy-heading h2, .pilot-copy h2, .faq-grid h2, .service-contact h2 { font-size: 36px; }
}

@media (max-width: 760px) and (max-height: 720px) {
  .hero-shell { gap: 13px; padding-top: 66px; padding-bottom: 20px; }
  .service-hero h1 { margin-bottom: 15px; font-size: 34px; }
  .hero-lead { margin-bottom: 14px; font-size: 15px; line-height: 1.34; }
  .service-eyebrow { margin-bottom: 12px; }
  .hero-visual { min-height: 115px; }
}

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