:root {
  --ink: #101311;
  --ink-2: #18201c;
  --ink-3: #26302a;
  --paper: #f5f7f2;
  --paper-2: #edf2ec;
  --white: #ffffff;
  --muted: #5d685f;
  --muted-light: #a8b5ab;
  --line: #d5ddd5;
  --line-dark: rgba(255, 255, 255, 0.14);
  --green: #00c98b;
  --green-dark: #006e52;
  --green-pale: #ddf8ee;
  --cyan: #2aafd0;
  --cyan-pale: #e3f5fa;
  --coral: #ef6b57;
  --coral-pale: #ffebe7;
  --violet: #7b61c9;
  --violet-pale: #eee9fb;
  --yellow: #e8b93e;
  --yellow-pale: #fbf2d8;
  --blue: #4d78ca;
  --blue-pale: #e7eefc;
  --max: 1220px;
  --shadow-soft: 0 18px 55px rgba(16, 31, 23, 0.12);
  --shadow-window: 0 30px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(16, 19, 17, 0.97);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 21px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.brand img, .footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--white);
}
.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-nav a, .text-action {
  color: #d9e1da;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.site-nav a:hover, .text-action:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: var(--white);
  background: transparent;
}
.nav-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; }

.button {
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 13px; }
.button-primary { color: #06130e; background: var(--green); border-color: var(--green); }
.button-primary:hover { background: #21dfa3; border-color: #21dfa3; }
.button-secondary { color: currentColor; background: transparent; border-color: currentColor; }
.button-secondary:hover { color: var(--green-dark); border-color: var(--green-dark); background: rgba(0, 201, 139, 0.08); }
.button-light { color: var(--white); border-color: rgba(255, 255, 255, 0.65); background: transparent; }
.button-light:hover { color: var(--ink); background: var(--white); }
.button-arrow span { font-size: 19px; line-height: 1; }

/* Shared type and section geometry */
.content-section, .contact-layout, .closing-band, .proof-grid, .final-cta-card, .capability-strip-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.content-section { padding: 104px 0; }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.centered-heading { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .deep-copy h2, .faq-intro h2, .final-cta-card h2, .closing-band h2, .contact-option h2 {
  margin: 0 0 16px;
  font-size: 2.65rem;
  line-height: 1.14;
  letter-spacing: 0;
}
.section-heading > p:last-child, .deep-copy > p, .faq-intro > p, .final-cta-card p, .closing-band p, .contact-option p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--green-dark);
  font-weight: 850;
  text-decoration: none;
}
.text-link:hover { text-decoration: underline; }

/* Split hero and product interface */
.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 47%;
  background: #18201c;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max));
  min-height: inherit;
  margin: 0 auto;
}
.hero-grid {
  padding: 68px 0 72px;
  display: grid;
  grid-template-columns: minmax(370px, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 56px;
}
.hero-copy-block { min-width: 0; }
.home-hero .eyebrow { color: var(--green); display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0, 201, 139, 0.14); }
.home-hero h1 {
  margin: 14px 0 24px;
  max-width: 650px;
  font-size: 4.1rem;
  line-height: 1.02;
  letter-spacing: 0;
}
.home-hero h1 span { color: var(--green); }
.hero-copy {
  width: min(100%, 680px);
  margin: 0;
  color: #cbd7ce;
  font-size: 1.18rem;
  line-height: 1.68;
}
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { margin-top: 30px; display: grid; gap: 8px; color: #b6c4ba; font-size: 0.82rem; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #062319; background: var(--green); font-size: 10px; font-style: normal; }

.product-stage { min-width: 0; position: relative; padding: 38px 8px 34px; perspective: 1500px; }
.workspace-window {
  position: relative;
  overflow: hidden;
  color: #173129;
  background: #f7faf8;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: var(--shadow-window);
  transform: rotateY(-4deg) rotateX(1deg);
  transform-origin: center;
}
.workspace-topbar {
  height: 42px;
  padding: 0 13px;
  display: grid;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 8px;
  color: #50675f;
  background: #e8efeb;
  border-bottom: 1px solid #d5e0da;
  font-size: 0.65rem;
}
.workspace-topbar > strong { text-align: center; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #aab9b1; }
.window-dots i:first-child { background: var(--coral); }
.window-dots i:nth-child(2) { background: var(--yellow); }
.window-dots i:last-child { background: var(--green); }
.workspace-status { padding: 3px 7px; border-radius: 999px; color: var(--green-dark); background: var(--green-pale); font-size: 0.55rem; font-weight: 850; }
.workspace-shell { min-height: 430px; display: grid; grid-template-columns: 70px 1fr; }
.workspace-rail { padding: 13px 8px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #7c9188; background: #13241f; }
.workspace-rail img { width: 33px; height: 30px; margin-bottom: 8px; object-fit: cover; border-radius: 50%; background: var(--white); }
.workspace-rail span { width: 43px; min-height: 44px; display: grid; place-items: center; border-radius: 8px; font-size: 0.52rem; font-weight: 900; }
.workspace-rail span.active { color: var(--white); background: rgba(0, 201, 139, 0.19); box-shadow: inset 3px 0 0 var(--green); }
.workspace-main { min-width: 0; padding: 15px; }
.workspace-toolbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.workspace-toolbar strong, .workspace-toolbar small { display: block; }
.workspace-toolbar strong { font-size: 0.78rem; }
.workspace-toolbar small { color: #758a82; font-size: 0.54rem; }
.workspace-toolbar button { padding: 7px 10px; border: 0; border-radius: 6px; color: #062219; background: var(--green); font-size: 0.54rem; font-weight: 850; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) 138px; gap: 10px; }
.segment-table { overflow: hidden; border: 1px solid #dce5e0; border-radius: 9px; background: var(--white); }
.segment-header, .segment-row { display: grid; grid-template-columns: 24px 1fr 1fr; gap: 7px; }
.segment-header { padding: 8px; color: #7f928b; background: #f1f5f3; border-bottom: 1px solid #dce5e0; font-size: 0.46rem; font-weight: 850; text-transform: uppercase; }
.segment-row { min-height: 96px; padding: 10px 8px; border-bottom: 1px solid #e9efec; }
.segment-row:last-child { border-bottom: 0; }
.segment-row.selected { background: #effbf7; box-shadow: inset 3px 0 0 var(--green); }
.segment-row b { color: #8b9d96; font-size: 0.48rem; }
.segment-row p { margin: 0; color: #405b53; font-size: 0.56rem; line-height: 1.5; }
.segment-row p:nth-child(3) { color: #173c31; }
.segment-row small { margin-top: 8px; display: flex; align-items: center; gap: 5px; color: #758a82; font-size: 0.43rem; }
.segment-row em { padding: 2px 4px; border-radius: 3px; color: var(--green-dark); background: var(--green-pale); font-style: normal; font-weight: 900; }
.workspace-inspector { display: grid; align-content: start; gap: 9px; }
.inspector-card { padding: 11px; border: 1px solid #dce5e0; border-radius: 9px; background: var(--white); }
.inspector-card > span, .inspector-card > strong { display: block; }
.inspector-card > span { color: #7b8e87; font-size: 0.48rem; }
.inspector-card > strong { margin: 4px 0 9px; font-size: 0.64rem; }
.progress-track { height: 5px; overflow: hidden; border-radius: 999px; background: #e3eae6; }
.progress-track i { width: 72%; height: 100%; display: block; background: var(--green); }
.inspector-card ul { margin: 8px 0 0; padding: 0; display: grid; gap: 5px; list-style: none; color: #526a62; font-size: 0.5rem; }
.inspector-card li::before { content: ""; width: 5px; height: 5px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--green); }
.floating-interface-card {
  position: absolute;
  z-index: 4;
  min-width: 205px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #cbd9d2;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}
.floating-qa { top: 4px; right: -16px; }
.floating-tm { bottom: 2px; left: -22px; }
.floating-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: var(--green-dark); background: var(--green-pale); font-size: 0.64rem; font-weight: 900; }
.floating-interface-card strong, .floating-interface-card small { display: block; }
.floating-interface-card strong { font-size: 0.7rem; }
.floating-interface-card small { color: #6f827a; font-size: 0.54rem; }

/* Capability strip */
.capability-strip { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.capability-strip-inner { min-height: 118px; display: grid; grid-template-columns: repeat(5, 1fr); }
.capability-strip-inner > div { padding: 25px 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.capability-strip-inner > div:first-child { border-left: 1px solid var(--line); }
.capability-strip span { color: var(--green-dark); font-size: 0.62rem; font-weight: 900; }
.capability-strip strong, .capability-strip small { display: block; }
.capability-strip strong { margin-top: 3px; font-size: 0.82rem; }
.capability-strip small { color: var(--muted); font-size: 0.68rem; }

/* Six-card feature grid */
.home-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 315px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 30px rgba(16, 31, 23, 0.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: #afc3b8; }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 8px; color: var(--green-dark); background: var(--green-pale); font-size: 0.7rem; font-weight: 900; }
.tone-cyan .feature-icon { color: #126b80; background: var(--cyan-pale); }
.tone-coral .feature-icon { color: #963e31; background: var(--coral-pale); }
.tone-violet .feature-icon { color: #4f3e8f; background: var(--violet-pale); }
.tone-yellow .feature-icon { color: #795c10; background: var(--yellow-pale); }
.tone-blue .feature-icon { color: #345791; background: var(--blue-pale); }
.feature-card h3 { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.3; }
.feature-card p { margin: 0 0 20px; color: var(--muted); font-size: 0.91rem; line-height: 1.7; }
.feature-card a { margin-top: auto; color: var(--green-dark); font-size: 0.82rem; font-weight: 850; text-decoration: none; }

/* Use-case tiles */
.use-case-section { color: var(--white); background: #13201b; }
.light-heading h2 { color: var(--white); }
.light-heading > p:last-child { color: #aebbb2; }
.light-heading .eyebrow { color: var(--green); }
.home-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.use-tile { min-height: 390px; padding: 25px; display: flex; flex-direction: column; color: var(--white); border: 1px solid var(--line-dark); border-radius: 8px; background: rgba(255, 255, 255, 0.04); text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.use-tile:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.075); }
.use-index { color: var(--green); font-size: 0.63rem; font-weight: 900; }
.use-tile h3 { margin: 24px 0 9px; font-size: 1.16rem; }
.use-tile p { margin: 0 0 18px; color: #aebbb2; font-size: 0.86rem; line-height: 1.65; }
.use-tile > strong { margin-top: auto; color: var(--green); font-size: 0.76rem; }
.use-graphic { height: 112px; margin-top: 25px; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: rgba(255, 255, 255, 0.04); }
.use-graphic-files i { position: absolute; width: 72px; height: 78px; top: 17px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 6px; background: #1f312a; }
.use-graphic-files i::before { content: ""; position: absolute; inset: 14px 12px auto; height: 4px; background: var(--green); box-shadow: 0 13px 0 #53675e, 0 26px 0 #53675e; }
.use-graphic-files i:first-child { left: 18px; transform: rotate(-7deg); }
.use-graphic-files i:nth-child(2) { left: calc(50% - 36px); z-index: 2; }
.use-graphic-files i:last-child { right: 18px; transform: rotate(7deg); }
.use-graphic-team i { position: absolute; width: 34px; height: 34px; top: 18px; border-radius: 50%; background: var(--green-pale); }
.use-graphic-team i::after { content: ""; position: absolute; width: 52px; height: 30px; top: 40px; left: -9px; border-radius: 24px 24px 5px 5px; background: #31463d; }
.use-graphic-team i:first-child { left: 24px; }
.use-graphic-team i:nth-child(2) { left: calc(50% - 17px); background: var(--cyan-pale); }
.use-graphic-team i:nth-child(3) { right: 24px; background: var(--violet-pale); }
.use-graphic-team b { position: absolute; left: 22px; right: 22px; bottom: 10px; height: 2px; background: #4a6056; }
.use-graphic-media i { position: absolute; inset: 13px 14px 29px; background: #0d1512; border-radius: 6px; }
.use-graphic-media i::after { content: "\25B6"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); font-style: normal; }
.use-graphic-media b { position: absolute; left: 17px; right: 17px; bottom: 15px; height: 5px; border-radius: 999px; background: #41554c; }
.use-graphic-media em { position: absolute; left: 17px; bottom: 15px; width: 42%; height: 5px; border-radius: 999px; background: var(--green); }
.use-graphic-control i { position: absolute; left: 18px; right: 18px; height: 14px; border-radius: 4px; background: #2b4037; }
.use-graphic-control i:first-child { top: 20px; width: 72%; }
.use-graphic-control i:nth-child(2) { top: 48px; width: 55%; }
.use-graphic-control i:nth-child(3) { top: 76px; width: 82%; }
.use-graphic-control b { position: absolute; right: 19px; top: 19px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: 0 28px 0 var(--cyan), 0 56px 0 var(--yellow); }

/* Proof section */
.proof-section { color: var(--white); background: var(--ink); border-top: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { min-height: 220px; padding: 34px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-dark); }
.proof-grid article:first-child { border-left: 1px solid var(--line-dark); }
.proof-grid span { color: var(--green); font-size: 2.4rem; font-weight: 900; }
.proof-grid strong { margin: 5px 0 8px; font-size: 1rem; }
.proof-grid p { margin: 0; color: #9eaea4; font-size: 0.82rem; line-height: 1.6; }

/* Alternating deep dives */
.deep-dive-list { display: grid; gap: 112px; }
.deep-dive { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 76px; }
.deep-dive:nth-child(even) .deep-copy { order: 2; }
.deep-dive:nth-child(even) .deep-visual { order: 1; }
.deep-copy > p { margin-bottom: 0; }
.deep-visual { min-height: 450px; padding: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-2); overflow: hidden; }
.mock-window { width: min(100%, 490px); padding: 18px; border: 1px solid #d6e0da; border-radius: 12px; background: var(--white); box-shadow: var(--shadow-soft); }
.mock-head { min-height: 49px; padding-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e6ece8; }
.mock-head strong, .mock-head small { display: block; }
.mock-head strong { font-size: 0.78rem; }
.mock-head small { color: #798b84; font-size: 0.58rem; }
.mock-head > span { padding: 5px 8px; border-radius: 999px; color: var(--green-dark); background: var(--green-pale); font-size: 0.52rem; font-weight: 850; }
.qa-overview { padding: 20px 0 16px; display: grid; grid-template-columns: 108px 1fr; gap: 18px; align-items: center; }
.qa-dial { width: 96px; height: 96px; display: grid; place-items: center; align-content: center; border: 9px solid var(--green); border-right-color: #e2e9e5; border-radius: 50%; }
.qa-dial strong, .qa-dial small { display: block; }
.qa-dial strong { font-size: 1.15rem; }
.qa-dial small { color: #71837c; font-size: 0.48rem; }
.qa-bars { display: grid; gap: 9px; }
.qa-bars p { margin: 0; display: grid; grid-template-columns: 70px 1fr 38px; align-items: center; gap: 7px; color: #5d716a; font-size: 0.52rem; }
.qa-bars i { height: 6px; overflow: hidden; border-radius: 999px; background: #e5ebe7; }
.qa-bars b { width: 72%; height: 100%; display: block; background: var(--green); }
.qa-bars p:nth-child(2) b { width: 92%; }
.qa-bars p:nth-child(3) b { width: 48%; background: var(--yellow); }
.qa-bars em { font-style: normal; text-align: right; }
.finding-list { display: grid; gap: 7px; }
.finding-list p { margin: 0; padding: 9px; display: grid; grid-template-columns: 8px 1fr auto; gap: 9px; align-items: center; border-radius: 7px; background: #f5f8f6; }
.finding-list p > i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.finding-list p > i.major { background: var(--coral); }
.finding-list strong, .finding-list small { display: block; }
.finding-list strong { font-size: 0.56rem; }
.finding-list small { color: #7b8d86; font-size: 0.48rem; }
.finding-list em { font-size: 0.48rem; font-style: normal; font-weight: 850; }
.media-player { height: 180px; margin-top: 14px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 8px; background: #17251f; }
.media-player::before { content: ""; position: absolute; inset: 24px 18%; border: 1px solid #42564d; border-radius: 50% 50% 18% 18%; }
.play-control { width: 42px; height: 42px; display: grid; place-items: center; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; color: var(--white); background: rgba(255,255,255,0.1); }
.caption-line { position: absolute; left: 24px; right: 24px; bottom: 14px; padding: 4px 8px; color: var(--white); background: rgba(0,0,0,0.6); text-align: center; font-size: 0.55rem; }
.media-timeline { height: 24px; display: flex; align-items: center; gap: 5px; position: relative; }
.media-timeline i { position: absolute; left: 0; right: 0; top: 10px; height: 5px; border-radius: 999px; background: #dfe7e2; }
.media-timeline span { width: 27%; height: 9px; z-index: 1; border-radius: 2px; background: var(--green); }
.media-timeline span:nth-child(3) { width: 33%; background: var(--cyan); }
.media-timeline span:nth-child(4) { width: 24%; background: var(--violet); }
.subtitle-list { display: grid; gap: 6px; }
.subtitle-list p { margin: 0; padding: 8px; display: grid; grid-template-columns: 65px 1fr auto; gap: 8px; align-items: center; border: 1px solid #e1e8e4; border-radius: 7px; color: #52665e; font-size: 0.5rem; }
.subtitle-list p.active { border-color: #7cd8bd; background: #effbf7; }
.subtitle-list time { color: #788b83; font-family: Consolas, monospace; font-size: 0.45rem; }
.subtitle-list em { padding: 3px 5px; color: var(--green-dark); background: var(--green-pale); border-radius: 4px; font-style: normal; font-weight: 850; }
.resource-stack { margin-top: 14px; display: grid; gap: 8px; }
.resource-stack p { margin: 0; padding: 11px; display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; border: 1px solid #e0e8e3; border-radius: 8px; }
.resource-stack p > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: var(--green-dark); background: var(--green-pale); font-size: 0.54rem; font-style: normal; font-weight: 900; }
.resource-stack strong, .resource-stack small { display: block; }
.resource-stack strong { font-size: 0.62rem; }
.resource-stack small { color: #7b8d86; font-size: 0.49rem; }
.resource-stack em { color: var(--green-dark); font-size: 0.5rem; font-style: normal; font-weight: 850; }
.resource-banner { margin-top: 13px; padding: 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 8px; color: #155f4b; background: var(--green-pale); font-size: 0.54rem; }
.resource-banner span { padding: 3px 6px; border-radius: 5px; background: var(--white); }

/* Plans */
.home-plans-section { background: #e9f1eb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-plans-grid, .plans-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.home-plan-card, .plan-card { min-width: 0; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 8px; background: var(--white); }
.home-plan-card:nth-child(2), .plan-card:nth-child(2) { border-top-color: var(--cyan); }
.home-plan-card:nth-child(3), .plan-card:nth-child(3) { border-top-color: var(--yellow); }
.home-plan-card:nth-child(4), .plan-card:nth-child(4) { border-top-color: var(--coral); }
.home-plan-card:nth-child(5), .plan-card:nth-child(5) { border-top-color: var(--violet); }
.plan-label { min-height: 36px; margin: 0 0 8px; color: var(--green-dark) !important; font-size: 0.62rem !important; font-weight: 900; text-transform: uppercase; }
.home-plan-card h3, .plan-card h2 { margin: 0 0 10px; font-size: 1.35rem; }
.home-plan-card > p:not(.plan-label), .plan-card > p:not(.plan-label) { min-height: 82px; margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.55; }
.home-plan-card ul, .plan-card ul { margin: 20px 0 24px; padding: 0; display: grid; gap: 10px; list-style: none; color: #4d5f56; font-size: 0.72rem; }
.home-plan-card li { display: flex; gap: 7px; }
.home-plan-card li span { color: var(--green-dark); font-weight: 900; }
.home-plan-card .button, .plan-card .button { width: 100%; margin-top: auto; padding-inline: 10px; font-size: 0.76rem; }
.plans-callout { margin-top: 26px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #c4d6cc; border-radius: 8px; background: rgba(255,255,255,0.7); }
.plans-callout strong, .plans-callout p { display: block; }
.plans-callout p { margin: 3px 0 0; color: var(--muted); font-size: 0.84rem; }

/* Three-step workflow */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.process-grid::before { content: ""; position: absolute; top: 32px; left: 16%; right: 16%; border-top: 1px dashed #9fb7aa; }
.process-grid article { min-width: 0; padding: 0 22px; text-align: center; position: relative; }
.process-number { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; position: relative; z-index: 2; border: 7px solid var(--paper); border-radius: 50%; color: #062319; background: var(--green); box-shadow: 0 8px 22px rgba(0, 201, 139, 0.25); font-weight: 900; }
.process-graphic { height: 175px; margin-bottom: 25px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.process-grid h3 { margin: 0 0 8px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.upload-graphic i { position: absolute; width: 72px; height: 84px; top: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: #587067; background: var(--paper); font-size: 0.52rem; font-style: normal; font-weight: 900; }
.upload-graphic i:first-child { left: 20px; transform: rotate(-6deg); }
.upload-graphic i:nth-child(2) { left: calc(50% - 36px); z-index: 2; border-color: #82d5bc; }
.upload-graphic i:nth-child(3) { right: 20px; transform: rotate(6deg); }
.upload-graphic b { position: absolute; right: 17px; top: 14px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); }
.edit-graphic i { position: absolute; left: 19px; right: 19px; height: 35px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.edit-graphic i:first-child { top: 22px; }
.edit-graphic i:nth-child(2) { top: 69px; box-shadow: inset 4px 0 0 var(--green); }
.edit-graphic i:nth-child(3) { top: 116px; }
.edit-graphic i::before, .edit-graphic i::after { content: ""; position: absolute; top: 10px; height: 6px; border-radius: 3px; background: #a4b2aa; }
.edit-graphic i::before { left: 12px; width: 35%; }
.edit-graphic i::after { right: 12px; width: 42%; background: #66b9a0; }
.edit-graphic b { position: absolute; right: 29px; top: 79px; width: 15px; height: 15px; border-radius: 50%; background: var(--green); }
.review-graphic i { width: 70px; height: 70px; margin: 32px auto 13px; display: grid; place-items: center; border: 7px solid var(--green); border-right-color: #e1e8e4; border-radius: 50%; color: var(--green-dark); font-style: normal; font-weight: 900; }
.review-graphic span { width: 62%; height: 7px; margin: 7px auto; display: block; border-radius: 999px; background: #dfe6e2; }
.review-graphic span:nth-of-type(2) { width: 76%; }
.review-graphic span:nth-of-type(3) { width: 48%; background: var(--green-pale); }

/* FAQ and final CTA */
.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; transition: transform 180ms ease, background 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--green-pale); }
.faq-list details > p { margin: 0; padding: 0 54px 23px 0; color: var(--muted); font-size: 0.9rem; line-height: 1.8; }
.final-cta-section { padding: 0 0 104px; }
.final-cta-card { min-height: 360px; padding: 62px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 38px; position: relative; overflow: hidden; color: var(--white); background: var(--ink); border: 1px solid var(--line-dark); border-radius: 30px; }
.final-cta-card::after { content: ""; position: absolute; right: -40px; top: 0; bottom: 0; width: 25%; background: rgba(255,255,255,0.035); transform: skewX(-12deg); }
.final-cta-card .eyebrow { color: var(--green); }
.final-cta-card h2 { max-width: 730px; font-size: 2.85rem; }
.final-cta-card p { max-width: 700px; color: #b5c2b8; }
.final-cta-card .hero-actions { margin: 0; flex-direction: column; position: relative; z-index: 2; }
.cta-mark { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: var(--white); }
.cta-mark img { width: 94px; height: 86px; object-fit: cover; border-radius: 50%; }

/* Interior pages */
.page-hero { min-height: 540px; color: var(--white); background: var(--ink); border-bottom: 6px solid var(--cyan); }
.plans-hero { border-bottom-color: var(--yellow); }
.contact-hero { border-bottom-color: var(--coral); }
.page-hero-inner { width: min(calc(100% - 40px), var(--max)); min-height: inherit; margin: 0 auto; padding: 70px 0; }
.page-hero-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 70px; }
.page-hero-copy { min-width: 0; }
.page-hero h1 { margin: 12px 0 20px; font-size: 3.6rem; line-height: 1.06; letter-spacing: 0; }
.page-hero .eyebrow { color: var(--green); }
.page-hero .hero-copy { color: #cbd7ce; }
.page-hero-visual { overflow: hidden; border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; background: #f4f7f5; box-shadow: var(--shadow-window); transform: rotateY(-3deg); }
.page-visual-head { height: 43px; padding: 0 13px; display: flex; align-items: center; gap: 6px; color: #586d65; background: #dfe8e3; }
.page-visual-head > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.page-visual-head > span:nth-child(2) { background: var(--yellow); }
.page-visual-head > span:nth-child(3) { background: var(--green); }
.page-visual-head strong { margin-left: auto; font-size: 0.62rem; }
.page-visual-body { min-height: 300px; display: grid; grid-template-columns: 76px 1fr; }
.page-visual-rail { padding: 18px; display: grid; align-content: start; gap: 16px; background: #17271f; }
.page-visual-rail i { width: 38px; height: 38px; border-radius: 8px; background: #2a3e35; }
.page-visual-rail i:first-child { box-shadow: inset 3px 0 0 var(--green); background: rgba(0,201,139,0.14); }
.page-visual-content { padding: 26px; color: var(--ink); }
.page-visual-title { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.page-visual-title b { font-size: 0.9rem; }
.page-visual-title span { color: var(--green-dark); font-size: 0.58rem; font-weight: 850; }
.page-visual-row { min-height: 56px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 7px; margin-bottom: 10px; background: var(--white); font-size: 0.72rem; }
.page-visual-row.selected { border-color: #7ed1b8; box-shadow: inset 4px 0 0 var(--green); }
.page-visual-row em { color: var(--green-dark); font-size: 0.58rem; font-style: normal; font-weight: 850; }
.plan-preview-body { min-height: 330px; padding: 28px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 10px; color: var(--ink); }
.plan-preview-card { min-height: 230px; padding: 19px 15px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 8px; background: var(--white); box-shadow: 0 12px 28px rgba(15,30,22,0.08); }
.plan-preview-card:nth-child(3) { border-top-color: var(--coral); }
.plan-preview-card.active { min-height: 270px; border-top-color: var(--green); transform: translateY(-8px); box-shadow: 0 18px 38px rgba(15,30,22,0.15); }
.plan-preview-card span, .plan-preview-card strong, .plan-preview-card em { display: block; }
.plan-preview-card span { color: var(--muted); font-size: 0.5rem; text-transform: uppercase; font-weight: 850; }
.plan-preview-card strong { margin: 7px 0 18px; font-size: 1rem; }
.plan-preview-card i { height: 7px; margin-bottom: 9px; border-radius: 999px; background: #e5ebe7; }
.plan-preview-card i:nth-of-type(2) { width: 68%; }
.plan-preview-card em { margin-top: auto; padding: 7px; border-radius: 6px; color: var(--green-dark); background: var(--green-pale); text-align: center; font-size: 0.51rem; font-style: normal; font-weight: 850; }
.contact-preview-body { min-height: 330px; padding: 28px; color: var(--ink); }
.contact-preview-head { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.contact-preview-head span { color: var(--green-dark); font-size: 0.62rem; font-weight: 900; text-transform: uppercase; }
.contact-preview-head strong { font-size: 0.85rem; }
.contact-preview-option { min-height: 76px; margin-bottom: 11px; padding: 12px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.contact-preview-option.selected { border-color: #7bd5ba; box-shadow: inset 4px 0 0 var(--green); }
.contact-preview-option > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: var(--green-dark); background: var(--green-pale); font-size: 0.56rem; font-style: normal; font-weight: 900; }
.contact-preview-option strong, .contact-preview-option small { display: block; }
.contact-preview-option strong { font-size: 0.67rem; }
.contact-preview-option small { color: var(--muted); font-size: 0.51rem; }
.contact-preview-option > em { color: var(--green-dark); font-size: 0.51rem; font-style: normal; font-weight: 850; }
.contact-preview-body > p { margin: 20px 0 0; color: var(--muted); font-size: 0.58rem; text-align: center; }
.page-hero:not(:has(.page-hero-visual)) .page-hero-inner { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.page-hero:not(:has(.page-hero-visual)) .page-hero-inner > * { max-width: 800px; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card, .contact-option { min-width: 0; padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 8px; background: var(--white); }
.info-card h3, .steps-list h3 { margin: 0 0 9px; font-size: 1.22rem; line-height: 1.3; }
.info-card p, .steps-list p { margin: 0; color: var(--muted); }
.info-card a { display: inline-block; margin-top: 18px; color: var(--green-dark); font-weight: 800; }
.workflow-section { padding-top: 18px; }
.steps-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.steps-list li { min-height: 240px; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.steps-list > li > span { width: 46px; height: 46px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; color: #062319; background: var(--green); font-weight: 900; }
.closing-band { margin-bottom: 96px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--ink); border-left: 7px solid var(--green); border-radius: 8px; }
.closing-band > div:first-child { max-width: 680px; }
.closing-band p { color: #c0ccc2; }
.closing-band .eyebrow { color: var(--green); }
.closing-band .hero-actions { flex: 0 0 auto; margin-top: 0; }
.contact-layout { padding: 76px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-option { padding: 38px; }
.primary-contact { border-top-color: var(--green); }
.contact-option .button { margin-top: 28px; }
.contact-option small { display: block; margin-top: 16px; color: var(--muted); }

/* Footer */
.site-footer { color: #d9e1da; background: #0b0e0c; border-top: 1px solid #2b332d; }
.footer-inner { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 70px 0 48px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 52px; }
.footer-brand { margin-bottom: 19px; }
.footer-summary p { max-width: 390px; color: #9ba79e; }
.footer-summary > a:not(.footer-brand) { color: var(--green); }
.footer-column strong { display: block; margin-bottom: 17px; color: var(--white); font-size: 0.96rem; }
.footer-column a { display: block; margin: 9px 0; color: #aeb9b0; font-size: 0.82rem; text-decoration: none; }
.footer-column a:hover { color: var(--green); }
.footer-bottom { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 21px 0 29px; display: flex; justify-content: space-between; gap: 20px; color: #77827a; border-top: 1px solid #2b332d; font-size: 0.75rem; }

/* Koochi assistant */
.koochi { position: fixed; z-index: 160; right: 24px; bottom: 22px; }
.koochi-launcher { min-width: 188px; height: 72px; padding: 5px 17px 5px 5px; display: flex; align-items: center; gap: 11px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,0.28); border-radius: 38px; box-shadow: 0 16px 40px rgba(0,0,0,0.28); cursor: pointer; }
.koochi-launcher-image { width: 60px; height: 60px; display: block; position: relative; overflow: hidden; flex: 0 0 auto; border: 2px solid var(--white); border-radius: 50%; background: var(--white); }
.koochi-launcher-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.koochi-launcher-image i { position: absolute; right: 2px; bottom: 3px; width: 12px; height: 12px; border: 2px solid var(--white); border-radius: 50%; background: var(--green); }
.koochi-launcher-copy { text-align: left; }
.koochi-launcher-copy strong, .koochi-launcher-copy small { display: block; }
.koochi-launcher-copy strong { font-size: 0.84rem; }
.koochi-launcher-copy small { color: #aebbb2; font-size: 0.65rem; }
.koochi-nudge { position: absolute; right: 0; bottom: 82px; width: 220px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-soft); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.koochi-nudge.show { opacity: 1; transform: translateY(0); }
.koochi-nudge strong, .koochi-nudge span { display: block; }
.koochi-nudge strong { font-size: 0.78rem; }
.koochi-nudge span { color: var(--muted); font-size: 0.68rem; }
.koochi-panel { position: absolute; right: 0; bottom: 86px; width: 390px; height: 590px; display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid #9caaa1; border-radius: 18px; box-shadow: 0 25px 75px rgba(0,0,0,0.34); }
.koochi-panel[hidden] { display: none; }
.koochi-header { min-height: 102px; padding: 16px; display: grid; grid-template-columns: 68px 1fr 38px; align-items: center; gap: 12px; color: var(--white); background: var(--ink); }
.koochi-portrait { width: 64px; height: 64px; position: relative; overflow: hidden; border: 2px solid var(--white); border-radius: 50%; background: var(--white); }
.koochi-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.koochi-portrait span { position: absolute; right: 2px; bottom: 3px; width: 12px; height: 12px; border: 2px solid var(--white); border-radius: 50%; background: var(--green); }
.koochi-header strong, .koochi-header span, .koochi-header small { display: block; }
.koochi-header strong { font-size: 1rem; }
.koochi-header > div:nth-child(2) > span { color: #d4ddd6; font-size: 0.72rem; }
.koochi-header small { color: var(--green); font-size: 0.62rem; }
.icon-button { width: 36px; height: 36px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,0.28); border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }
.koochi-log { min-height: 0; flex: 1; padding: 18px 16px; overflow-y: auto; background: #f1f5f2; }
.koochi-day { margin: 0 auto 14px; color: #7a8b83; text-align: center; font-size: 0.62rem; }
.koochi-message { max-width: 88%; margin: 0 0 11px; padding: 11px 13px; border-radius: 8px; font-size: 0.82rem; line-height: 1.5; }
.koochi-message.bot { background: var(--white); border: 1px solid var(--line); }
.koochi-message.user { margin-left: auto; color: #123c30; background: var(--green-pale); }
.koochi-message a { color: var(--green-dark); font-weight: 850; }
.koochi-typing { width: 58px; display: flex; gap: 4px; }
.koochi-typing i { width: 6px; height: 6px; border-radius: 50%; background: #788980; animation: koochi-bounce 850ms infinite alternate; }
.koochi-typing i:nth-child(2) { animation-delay: 120ms; }
.koochi-typing i:nth-child(3) { animation-delay: 240ms; }
@keyframes koochi-bounce { to { transform: translateY(-4px); } }
.quick-replies { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-replies button { padding: 7px 10px; color: var(--green-dark); background: var(--white); border: 1px solid #8bbdab; border-radius: 16px; font-size: 0.68rem; cursor: pointer; }
.quick-replies button:hover { background: var(--green-pale); }
.koochi-form { padding: 11px; display: grid; grid-template-columns: 1fr 42px; gap: 8px; border-top: 1px solid var(--line); background: var(--white); }
.koochi-form input { min-width: 0; padding: 10px 12px; border: 1px solid #aab5ac; border-radius: 8px; }
.koochi-form button { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; color: var(--ink); background: var(--green); border: 0; border-radius: 50%; font-size: 1.05rem; font-weight: 900; cursor: pointer; }
.koochi-note { margin: 0; padding: 0 13px 10px; color: var(--muted); background: var(--white); font-size: 0.62rem; }

/* Responsive */
@media (max-width: 1180px) {
  .site-nav { gap: 15px; }
  .hero-grid { grid-template-columns: minmax(320px, 0.8fr) minmax(500px, 1.2fr); gap: 34px; }
  .home-hero h1 { font-size: 3.45rem; }
  .workspace-grid { grid-template-columns: minmax(0, 1fr) 118px; }
  .home-plans-grid, .plans-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-plan-card > p:not(.plan-label), .plan-card > p:not(.plan-label) { min-height: 60px; }
  .deep-dive { gap: 48px; }
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; padding: 18px max(22px, calc((100vw - var(--max)) / 2)); display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid #394139; box-shadow: 0 18px 40px rgba(0,0,0,0.28); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 4px; border-bottom: 1px solid #303831; }
  .nav-actions { margin-left: auto; }
  .nav-actions .text-action { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; gap: 48px; }
  .home-hero::before { inset: auto 0 0; width: 100%; height: 48%; border-left: 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .hero-copy-block { max-width: 760px; }
  .home-hero h1 { max-width: 760px; font-size: 3.35rem; }
  .product-stage { width: min(100%, 710px); margin: 0 auto; }
  .capability-strip-inner { grid-template-columns: repeat(3, 1fr); }
  .capability-strip-inner > div { border-bottom: 1px solid var(--line); }
  .home-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .home-use-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .deep-dive { grid-template-columns: 1fr; gap: 34px; }
  .deep-dive:nth-child(even) .deep-copy { order: 1; }
  .deep-dive:nth-child(even) .deep-visual { order: 2; }
  .deep-copy { max-width: 720px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-copy { max-width: 800px; }
  .page-hero-visual { width: min(100%, 700px); }
  .page-hero { min-height: auto; }
  .card-grid, .steps-list { grid-template-columns: repeat(2, 1fr); }
  .steps-list li:last-child { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-summary { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .content-section { padding: 78px 0; }
  .section-heading h2, .deep-copy h2, .faq-intro h2, .final-cta-card h2, .closing-band h2, .contact-option h2 { font-size: 2.15rem; }
  .hero-grid { padding-top: 55px; }
  .home-hero h1 { font-size: 2.85rem; }
  .workspace-window { transform: none; }
  .floating-qa { right: 0; }
  .floating-tm { left: 0; }
  .capability-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .capability-strip-inner > div:last-child { grid-column: 1 / -1; }
  .home-plans-grid, .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-grid::before { display: none; }
  .process-grid article { padding: 0; }
  .process-graphic { max-width: 430px; margin-right: auto; margin-left: auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .final-cta-card { padding: 44px; grid-template-columns: 1fr; }
  .final-cta-card .hero-actions { align-items: flex-start; flex-direction: row; }
  .cta-mark { width: 90px; height: 90px; }
  .closing-band { align-items: flex-start; flex-direction: column; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .header-inner, .home-hero-inner, .page-hero-inner, .content-section, .contact-layout, .closing-band, .proof-grid, .final-cta-card, .capability-strip-inner, .footer-inner, .footer-bottom {
    width: min(calc(100% - 28px), var(--max));
  }
  .header-inner { min-height: 66px; gap: 9px; }
  .brand { font-size: 18px; }
  .brand img { width: 38px; height: 38px; }
  .site-nav { top: 66px; }
  .nav-actions .button { min-height: 38px; padding: 8px 10px; font-size: 11px; }
  .home-hero { min-height: 760px; }
  .hero-grid { padding: 44px 0 48px; gap: 35px; }
  .home-hero h1 { margin-top: 12px; font-size: 2.35rem; line-height: 1.08; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-trust { font-size: 0.75rem; }
  .product-stage { padding: 28px 0 42px; }
  .workspace-topbar { grid-template-columns: 52px 1fr auto; }
  .workspace-shell { min-height: 340px; grid-template-columns: 48px 1fr; }
  .workspace-rail { padding-inline: 5px; }
  .workspace-rail img { width: 28px; height: 26px; }
  .workspace-rail span { width: 34px; min-height: 36px; font-size: 0.44rem; }
  .workspace-main { padding: 9px; }
  .workspace-toolbar { min-height: 43px; }
  .workspace-toolbar strong { font-size: 0.65rem; }
  .workspace-toolbar button { display: none; }
  .workspace-grid { grid-template-columns: 1fr; }
  .workspace-inspector { display: none; }
  .segment-header, .segment-row { grid-template-columns: 18px 1fr 1fr; gap: 4px; }
  .segment-row { min-height: 75px; padding: 7px 5px; }
  .segment-row p { font-size: 0.46rem; }
  .segment-row small { display: none; }
  .floating-interface-card { min-width: 178px; padding: 8px 10px; }
  .floating-interface-card strong { font-size: 0.62rem; }
  .floating-interface-card small { font-size: 0.48rem; }
  .floating-icon { width: 30px; height: 30px; }
  .floating-qa { top: 0; right: -2px; }
  .floating-tm { bottom: 4px; left: -2px; }
  .capability-strip-inner { grid-template-columns: 1fr 1fr; }
  .capability-strip-inner > div { padding: 18px 14px; }
  .capability-strip-inner > div:last-child { grid-column: 1 / -1; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .deep-copy h2, .faq-intro h2, .final-cta-card h2, .closing-band h2, .contact-option h2 { font-size: 1.9rem; }
  .section-heading > p:last-child, .deep-copy > p, .faq-intro > p, .final-cta-card p, .closing-band p, .contact-option p { font-size: 0.95rem; }
  .home-feature-grid, .home-use-grid, .home-plans-grid, .plans-grid, .card-grid, .steps-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 275px; padding: 25px; }
  .use-tile { min-height: 360px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article, .proof-grid article:first-child { min-height: 170px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .deep-dive-list { gap: 82px; }
  .deep-visual { min-height: 380px; padding: 16px; border-radius: 12px; }
  .mock-window { padding: 12px; }
  .qa-overview { grid-template-columns: 80px 1fr; gap: 9px; }
  .qa-dial { width: 74px; height: 74px; border-width: 7px; }
  .qa-bars p { grid-template-columns: 54px 1fr 32px; }
  .finding-list p:nth-child(3) { display: none; }
  .media-player { height: 140px; }
  .subtitle-list p { grid-template-columns: 56px 1fr; }
  .subtitle-list em { display: none; }
  .resource-stack p { grid-template-columns: 33px 1fr; }
  .resource-stack em { display: none; }
  .plans-callout { align-items: flex-start; flex-direction: column; }
  .home-plan-card > p:not(.plan-label), .plan-card > p:not(.plan-label) { min-height: 0; }
  .faq-list details > p { padding-right: 0; }
  .final-cta-section { padding-bottom: 78px; }
  .final-cta-card { padding: 34px 24px; border-radius: 22px; }
  .final-cta-card .hero-actions { flex-direction: column; }
  .final-cta-card .button { width: 100%; }
  .page-hero-inner { padding: 52px 0; }
  .page-hero h1 { font-size: 2.35rem; }
  .page-hero-grid { gap: 34px; }
  .page-visual-body { min-height: 240px; grid-template-columns: 55px 1fr; }
  .page-visual-rail { padding: 12px 9px; }
  .page-visual-rail i { width: 34px; height: 34px; }
  .page-visual-content { padding: 17px; }
  .page-visual-title { align-items: flex-start; flex-direction: column; }
  .plan-preview-body { min-height: 250px; padding: 15px; }
  .plan-preview-card { min-height: 180px; padding: 13px 9px; }
  .plan-preview-card.active { min-height: 210px; }
  .plan-preview-card span { font-size: 0.4rem; }
  .contact-preview-body { min-height: 270px; padding: 18px; }
  .contact-preview-option { grid-template-columns: 34px 1fr; }
  .contact-preview-option > em { grid-column: 2; }
  .steps-list li:last-child { grid-column: auto; }
  .closing-band { padding: 32px 24px; margin-bottom: 76px; }
  .closing-band .hero-actions, .closing-band .button { width: 100%; }
  .contact-option { padding: 28px 23px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-summary { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .koochi { right: 12px; bottom: 12px; }
  .koochi-launcher { min-width: 66px; width: 66px; height: 66px; padding: 3px; border-radius: 50%; }
  .koochi-launcher-image { width: 58px; height: 58px; }
  .koochi-launcher-copy { display: none; }
  .koochi-nudge { right: 0; bottom: 76px; }
  .koochi-panel { position: fixed; right: 10px; bottom: 84px; left: 10px; width: auto; height: min(72svh, 600px); min-height: 460px; border-radius: 18px; }
}

@media (max-height: 680px) and (min-width: 621px) {
  .koochi-panel { height: calc(100vh - 118px); min-height: 410px; bottom: 80px; }
}

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