/* QC Devworks fresh site v0.56 */
@font-face {
  font-family: "QF Sans";
  src: url("../fonts/services-home/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "QF Hand";
  src: url("../fonts/kalam-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --qf-ink: #07111f;
  --qf-ink-2: #0b1728;
  --qf-paper: #edf2f7;
  --qf-text: #07101e;
  --qf-muted: #536579;
  --qf-blue: #2767ff;
  --qf-cyan: #9ab8ef;
  --qf-violet: #7957ff;
  --qf-line: #c8d3df;
  --qf-line-dark: rgba(255, 255, 255, 0.18);
  --qf-shell: 1240px;
  --qf-gutter: clamp(22px, 4vw, 64px);
  --qf-section: clamp(84px, 9vw, 144px);
  --qf-radius-none: 0;
  --qf-radius-sm: 8px;
  --qf-radius-md: 16px;
  --qf-radius-lg: 24px;
  --qf-radius-xl: 32px;
  --qf-radius-pill: 999px;
  --qf-radius-circle: 50%;
  --qf-ease: cubic-bezier(.22, 1, .36, 1);
  --qf-safe-top: env(safe-area-inset-top, 0px);
  --qf-safe-right: env(safe-area-inset-right, 0px);
  --qf-safe-bottom: env(safe-area-inset-bottom, 0px);
  --qf-safe-left: env(safe-area-inset-left, 0px);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--qf-ink);
  color: var(--qf-text);
}

body.qf-document {
  margin: 0;
  overflow-x: hidden;
  background: var(--qf-paper);
  color: var(--qf-text);
  font-family: "QF Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.qf-document img { display: block; max-width: 100%; }
.qf-document a { color: inherit; text-decoration: none; }
.qf-document button,
.qf-document input,
.qf-document textarea { font: inherit; }
.qf-document h1,
.qf-document h2,
.qf-document h3,
.qf-document p,
.qf-document figure { margin: 0; }
.qf-document h1,
.qf-document h2,
.qf-document h3 { letter-spacing: -.045em; line-height: .98; }

.qf-shell {
  width: min(calc(100% - (2 * var(--qf-gutter))), var(--qf-shell));
  margin-inline: auto;
}

.qf-dark,
.qf-section.qf-dark { background: var(--qf-ink); color: var(--qf-paper); }
.qf-section { position: relative; padding-block: var(--qf-section); background: var(--qf-paper); }
.qf-main { min-height: 45vh; }

.qf-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--qf-paper);
  color: var(--qf-ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
.qf-skip:focus { transform: none; }

.qf-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  width: 100%;
  height: calc(104px + var(--qf-safe-top));
  padding-top: var(--qf-safe-top);
  border: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, .84) 0%, rgba(7, 17, 31, .52) 72%, rgba(7, 17, 31, 0) 100%);
  color: var(--qf-paper);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}

.qf-header.is-stuck {
  position: fixed;
  height: calc(78px + var(--qf-safe-top));
  background: rgba(7, 17, 31, .78);
  box-shadow: 0 18px 48px rgba(2, 8, 17, .18);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

.qf-header__inner {
  height: 100%;
  width: min(calc(100% - (2 * var(--qf-gutter)) - var(--qf-safe-left) - var(--qf-safe-right)), var(--qf-shell));
  transform: translateX(calc((var(--qf-safe-left) - var(--qf-safe-right)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.qf-header__brand { position: relative; z-index: 2; justify-self: start; }
.qf-brand { display: inline-flex; align-items: center; }
.qf-brand img { width: clamp(174px, 14vw, 212px); height: auto; }

.qf-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 44px); }
.qf-nav__cta { display: none; }
.qf-nav a,
.qf-footer nav a {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.01em;
  transition: color .2s ease;
}
.qf-nav a:hover,
.qf-nav a:focus-visible,
.qf-footer nav a:hover,
.qf-footer nav a:focus-visible { color: var(--qf-cyan); }

.qf-header__cta { justify-self: end; }
.qf-menu { display: none; }

.qf-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 21px;
  border: 1px solid var(--qf-blue);
  border-radius: var(--qf-radius-pill);
  background: var(--qf-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -.015em;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.qf-button:hover,
.qf-button:focus-visible { background: #0a55f1; border-color: #0a55f1; transform: translateY(-2px); }
.qf-button--small { min-height: 46px; padding: 11px 18px; font-size: 14px; }
.qf-button--outline { background: transparent; border-color: rgba(255, 255, 255, .54); }
.qf-button--outline:hover,
.qf-button--outline:focus-visible { background: #fff; border-color: #fff; color: var(--qf-ink); }
.qf-arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.qf-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.qf-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--qf-blue); font-weight: 760; }

.qf-hero {
  min-height: 820px;
  padding-top: 104px;
  overflow: hidden;
}
.qf-hero__inner { min-height: 716px; position: relative; display: flex; align-items: center; }
.qf-hero__copy { position: relative; z-index: 3; width: min(51%, 610px); padding-block: 88px 118px; }
.qf-hero h1 { max-width: 680px; font-size: clamp(72px, 8.3vw, 126px); font-weight: 760; line-height: .88; letter-spacing: -.075em; }
.qf-hero__copy > p { max-width: 570px; margin-top: 32px; color: rgba(255, 255, 255, .78); font-size: clamp(19px, 1.65vw, 25px); line-height: 1.45; letter-spacing: -.022em; }
.qf-hero .qf-actions { margin-top: 38px; }
.qf-hero__media {
  position: absolute;
  z-index: 1;
  top: -104px;
  right: calc(-1 * max(var(--qf-gutter), (100vw - var(--qf-shell)) / 2));
  bottom: 0;
  left: 40%;
  width: auto;
  overflow: hidden;
  pointer-events: none;
}
.qf-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--qf-ink) 0%, transparent 23%); pointer-events: none; }
.qf-hero__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.06); will-change: transform; }
.qf-hero__trace { display: none; }
.qf-problem { padding-block: clamp(78px, 7vw, 112px); }
.qf-problem__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 138px); }
.qf-problem h2,
.qf-capabilities h2,
.qf-studio h2,
.qf-insights h2,
.qf-content-section h2,
.qf-faq h2 { font-size: clamp(42px, 4.5vw, 68px); }
.qf-problem__copy p { max-width: 600px; margin-top: 24px; color: var(--qf-muted); font-size: 18px; }
.qf-transform-list { display: grid; align-content: center; }
.qf-transform-list > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--qf-line); }
.qf-transform-list span { font-weight: 600; }
.qf-transform-list strong { color: var(--qf-blue); font-weight: 650; }
.qf-transform-list .qf-arrow { color: var(--qf-blue); }

.qf-feature { padding-block: clamp(88px, 8vw, 124px); }
.qf-feature__grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: clamp(48px, 7vw, 110px); }
.qf-feature__copy { max-width: 390px; }
.qf-label { display: block; margin-bottom: 22px; color: var(--qf-cyan); font: 680 13px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.qf-feature h2 { font-size: clamp(48px, 5.4vw, 76px); }
.qf-feature__copy p { margin-top: 28px; color: rgba(255, 255, 255, .72); }
.qf-feature__copy .qf-button { margin-top: 34px; }
.qf-product-frame { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .36); border-radius: var(--qf-radius-lg); background: #06101e; box-shadow: 0 34px 90px rgba(0, 0, 0, .34), 0 0 0 1px rgba(103, 213, 255, .08) inset; transition: border-color .3s ease, box-shadow .3s ease, transform .4s var(--qf-ease); }
.qf-product-frame:hover { border-color: rgba(103, 213, 255, .62); box-shadow: 0 38px 110px rgba(0, 0, 0, .42), 0 0 48px rgba(39, 103, 255, .12); transform: translateY(-4px); }
.qf-product-frame::before { content: ""; display: block; height: 34px; border-bottom: 1px solid rgba(255, 255, 255, .1); background: linear-gradient(90deg, rgba(39, 103, 255, .24), transparent 42%); }
.qf-product-frame img { width: 100%; height: clamp(300px, 31vw, 440px); object-fit: cover; object-position: top center; transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.035); animation: qf-product-preview 12s var(--qf-ease) infinite; will-change: transform; }
.qf-product-frame.is-paused img { animation-play-state: paused; }
.qf-product-frame figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--qf-radius-pill); background: rgba(7, 17, 31, .74); color: rgba(255, 255, 255, .66); -webkit-backdrop-filter: blur(18px) saturate(135%); backdrop-filter: blur(18px) saturate(135%); font: 600 11px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.qf-product-frame figcaption strong { display: block; color: #fff; font-family: "QF Sans", Inter, sans-serif; font-size: 14px; letter-spacing: -.01em; text-transform: none; }
.qf-motion-toggle { flex: 0 0 auto; min-height: 34px; padding: 7px 13px; border: 1px solid rgba(255, 255, 255, .22); border-radius: var(--qf-radius-pill); background: rgba(255, 255, 255, .08); color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.qf-motion-toggle:hover,
.qf-motion-toggle:focus-visible { border-color: var(--qf-cyan); background: rgba(103, 213, 255, .13); }

.qf-intellisee { overflow: hidden; padding-block: clamp(96px, 9vw, 148px); background: radial-gradient(circle at 88% 14%, rgba(39, 103, 255, .2), transparent 28%), radial-gradient(circle at 8% 50%, rgba(103, 213, 255, .08), transparent 25%), var(--qf-ink); }
.qf-intellisee::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .15; background-image: linear-gradient(rgba(103, 213, 255, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(103, 213, 255, .15) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 60%); mask-image: linear-gradient(180deg, #000, transparent 60%); }
.qf-intellisee > .qf-shell { position: relative; z-index: 1; }
.qf-intellisee__intro { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(54px, 8vw, 126px); }
.qf-intellisee__intro h2 { max-width: 720px; font-size: clamp(52px, 6.2vw, 88px); }
.qf-intellisee__intro > div:last-child { padding-bottom: 6px; }
.qf-intellisee__intro > div:last-child > p:first-child { color: rgba(255, 255, 255, .78); font-size: clamp(18px, 1.65vw, 22px); line-height: 1.55; }
.qf-intellisee__proof { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: var(--qf-cyan); font: 650 12px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.qf-intellisee__proof::before { content: ""; width: 9px; height: 9px; border-radius: var(--qf-radius-circle); background: var(--qf-cyan); box-shadow: 0 0 0 6px rgba(103, 213, 255, .1); }

.qf-intellisee__stage { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); gap: 18px; margin-top: clamp(68px, 8vw, 114px); padding: 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--qf-radius-xl); background: rgba(255, 255, 255, .055); box-shadow: 0 34px 100px rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
.qf-intellisee__media { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--qf-radius-lg); background: #eaf4f8; }
.qf-intellisee__media::before { content: ""; display: block; height: 34px; border-bottom: 1px solid rgba(7, 17, 31, .1); background: linear-gradient(90deg, rgba(39, 103, 255, .22), rgba(103, 213, 255, .08), transparent 52%); }
.qf-intellisee__media img { width: 100%; height: clamp(390px, 41vw, 560px); object-fit: cover; object-position: top center; transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.025); }
.qf-intellisee__media figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; display: flex; justify-content: space-between; gap: 22px; padding: 13px 17px; border: 1px solid rgba(255, 255, 255, .22); border-radius: var(--qf-radius-pill); background: rgba(7, 17, 31, .78); color: #fff; font: 650 11px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .05em; text-transform: uppercase; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.qf-intellisee__media figcaption span { color: rgba(255, 255, 255, .58); text-align: right; }
.qf-intellisee__stage-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 3.5vw, 52px); border-radius: var(--qf-radius-lg); background: linear-gradient(145deg, rgba(39, 103, 255, .15), rgba(255, 255, 255, .035)); }
.qf-intellisee__kicker { color: var(--qf-cyan); font: 680 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.qf-intellisee__stage-copy h3 { margin-top: 18px; font-size: clamp(34px, 3.1vw, 50px); }
.qf-intellisee__stage-copy > p { margin-top: 24px; color: rgba(255, 255, 255, .7); font-size: 16px; }
.qf-intellisee__stage-copy ul { margin: 28px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .16); list-style: none; }
.qf-intellisee__stage-copy li { display: grid; grid-template-columns: 104px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.qf-intellisee__stage-copy li strong { color: #fff; font-size: 13px; }
.qf-intellisee__stage-copy li span { color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.45; }

.qf-intellisee__capabilities { margin-top: clamp(104px, 10vw, 154px); }
.qf-intellisee__capabilities > header { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; margin-bottom: 46px; }
.qf-intellisee__capabilities > header h3 { max-width: 760px; font-size: clamp(46px, 5.1vw, 72px); }
.qf-intellisee__capabilities > header p { max-width: 460px; color: rgba(255, 255, 255, .65); }
.qf-intellisee__capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.qf-intellisee__capability-grid article { min-height: 310px; padding: clamp(26px, 3vw, 40px); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--qf-radius-lg); background: rgba(255, 255, 255, .045); transition: transform .35s var(--qf-ease), border-color .25s ease, background .25s ease; }
.qf-intellisee__capability-grid article:hover { transform: translateY(-6px); border-color: rgba(103, 213, 255, .42); background: rgba(39, 103, 255, .1); }
.qf-intellisee__capability-grid article > span { color: var(--qf-cyan); font: 650 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-intellisee__capability-grid h4 { margin: 64px 0 0; color: #fff; font-size: clamp(24px, 2.1vw, 32px); line-height: 1.05; letter-spacing: -.035em; }
.qf-intellisee__capability-grid p { margin-top: 18px; color: rgba(255, 255, 255, .63); font-size: 15px; line-height: 1.55; }

.qf-intellisee__architecture { margin-top: clamp(96px, 9vw, 140px); padding: clamp(38px, 5vw, 68px); border-radius: var(--qf-radius-xl); background: linear-gradient(135deg, #ecf8ff 0%, #dce8ff 60%, #dfe4ff 100%); color: var(--qf-ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .22); }
.qf-intellisee__architecture .qf-label { color: var(--qf-blue); }
.qf-intellisee__architecture h3 { max-width: 700px; font-size: clamp(44px, 4.8vw, 68px); }
.qf-intellisee__architecture ol { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 60px 0 0; padding: 0; list-style: none; }
.qf-intellisee__architecture ol::before { content: ""; position: absolute; top: 14px; right: 4%; left: 4%; height: 2px; background: linear-gradient(90deg, var(--qf-blue), var(--qf-cyan)); }
.qf-intellisee__architecture li { position: relative; padding: 48px 22px 8px 0; }
.qf-intellisee__architecture li > span { position: absolute; z-index: 1; top: 0; left: 0; display: grid; width: 30px; height: 30px; place-items: center; border: 3px solid var(--qf-blue); border-radius: var(--qf-radius-circle); background: #edf7ff; color: var(--qf-blue); font: 700 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-intellisee__architecture strong { display: block; font-size: 21px; }
.qf-intellisee__architecture li p { margin-top: 13px; color: #425164; font-size: 14px; line-height: 1.55; }

.qf-intellisee__engineering { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 118px); margin-top: clamp(104px, 10vw, 154px); }
.qf-intellisee__engineering-copy h3 { max-width: 660px; font-size: clamp(44px, 4.8vw, 68px); }
.qf-intellisee__engineering-copy p { max-width: 630px; margin-top: 28px; color: rgba(255, 255, 255, .68); }
.qf-intellisee__ownership { align-self: start; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255, 255, 255, .15); border-radius: var(--qf-radius-lg); background: rgba(255, 255, 255, .055); }
.qf-intellisee__ownership h4 { color: #fff; font-size: 28px; letter-spacing: -.035em; }
.qf-intellisee__ownership ul { margin: 28px 0 0; padding: 0; list-style: none; }
.qf-intellisee__ownership li { display: grid; grid-template-columns: 22px 1fr; gap: 13px; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .76); font-size: 15px; }
.qf-intellisee__ownership li .qf-arrow { width: 18px; color: var(--qf-cyan); }
.qf-intellisee__ownership .qf-button { margin-top: 28px; }

@keyframes qf-product-preview {
  0%,
  100% { transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.035); }
  48%,
  58% { transform: translate3d(-2.6%, calc(var(--qf-parallax-y, 0px) - 1.2%), 0) scale(1.12); }
}

.qf-split { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 150px); padding-left: clamp(56px, 7vw, 112px); }
.home .qf-split { padding-left: 0; }
.qf-capability-list { margin: 0; padding: 0; border-top: 1px solid var(--qf-line); list-style: none; }
.qf-capability-list li { display: grid; grid-template-columns: 74px 1fr 1.25fr auto; align-items: center; gap: 26px; min-height: 118px; border-bottom: 1px solid var(--qf-line); }
.qf-capability-list li > span { color: var(--qf-blue); font: 500 34px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: -.07em; }
.qf-capability-list h3 { font-size: 24px; letter-spacing: -.03em; }
.qf-capability-list p { color: var(--qf-muted); font-size: 16px; line-height: 1.45; }
.qf-capability-list a { display: inline-flex; align-items: center; gap: 9px; color: var(--qf-blue); font-size: 14px; font-weight: 760; }

.qf-process { padding-block: clamp(90px, 8vw, 130px); border-top: 1px solid rgba(255, 255, 255, .1); }
.qf-process__grid { display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.qf-process header h2 { font-size: clamp(48px, 5vw, 72px); }
.qf-process header p { max-width: 300px; margin-top: 26px; color: rgba(255, 255, 255, .68); }
.qf-process__steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 54px 0 0; list-style: none; }
.qf-process__steps::before { content: ""; position: absolute; top: 18px; left: 8%; right: 1%; height: 3px; background: linear-gradient(90deg, var(--qf-blue), var(--qf-cyan)); }
.qf-process__steps::after { content: ""; position: absolute; top: 10px; right: 0; width: 16px; height: 16px; border-top: 3px solid var(--qf-cyan); border-right: 3px solid var(--qf-cyan); transform: rotate(45deg); }
.qf-process__steps li { position: relative; }
.qf-process__steps li > i { position: absolute; top: -46px; left: 8%; width: 22px; height: 22px; border: 4px solid var(--qf-blue); border-radius: var(--qf-radius-circle); background: var(--qf-paper); box-shadow: 0 0 0 5px rgba(39, 103, 255, .22); }
.qf-process__steps li > span { color: var(--qf-cyan); font: 650 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.qf-process__steps h3 { margin-top: 15px; font-size: 25px; }
.qf-process__steps p { margin-top: 14px; color: rgba(255, 255, 255, .68); font-size: 15px; line-height: 1.5; }

.qf-studio-insights { position: relative; }
.qf-studio { border-bottom: 1px solid var(--qf-line); }
.qf-studio__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(50px, 8vw, 126px); }
.qf-studio p { max-width: 440px; margin-top: 26px; color: var(--qf-muted); }
.qf-studio .qf-text-link { margin-top: 32px; }
.qf-studio figure { overflow: hidden; border: 1px solid var(--qf-line); border-radius: var(--qf-radius-md); box-shadow: 0 28px 70px rgba(7, 17, 31, .12); }
.qf-studio figure img { width: 100%; height: clamp(290px, 30vw, 420px); object-fit: cover; object-position: center 48%; transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.06); will-change: transform; }
.qf-insights { padding-block: clamp(78px, 7vw, 112px); }
.qf-insight-list { border-top: 1px solid var(--qf-line); }
.qf-insight-row { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 28px; min-height: 84px; border-bottom: 1px solid var(--qf-line); transition: color .2s ease, padding .2s ease; }
.qf-insight-row time { color: var(--qf-muted); font: 500 13px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-insight-row strong { font-size: 16px; font-weight: 650; letter-spacing: -.02em; }
.qf-insight-row .qf-arrow { color: var(--qf-blue); }
.qf-insight-row:hover,
.qf-insight-row:focus-visible { color: var(--qf-blue); padding-inline: 10px; }

.qf-closing { position: relative; border-bottom: 1px solid var(--qf-line-dark); }
.qf-closing__inner { min-height: 340px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.qf-closing h2 { font-size: clamp(52px, 6vw, 88px); }
.qf-closing p { margin-top: 16px; color: rgba(255, 255, 255, .65); font-size: 21px; }
.qf-footer { position: relative; width: 100%; padding-block: clamp(72px, 8vw, 108px) calc(36px + var(--qf-safe-bottom)); background: radial-gradient(circle at 16% 0%, rgba(39, 103, 255, .12), transparent 34%), linear-gradient(180deg, rgba(7, 17, 31, .98) 0%, #050c16 100%); -webkit-backdrop-filter: blur(18px) saturate(125%); backdrop-filter: blur(18px) saturate(125%); }
.qf-footer > .qf-shell { width: min(calc(100% - (2 * var(--qf-gutter)) - var(--qf-safe-left) - var(--qf-safe-right)), var(--qf-shell)); transform: translateX(calc((var(--qf-safe-left) - var(--qf-safe-right)) / 2)); }
.qf-footer__lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(54px, 9vw, 140px); align-items: end; }
.qf-footer__brand > a { display: inline-flex; }
.qf-footer__brand p { max-width: 650px; margin-top: 30px; color: rgba(255, 255, 255, .72); font-size: clamp(20px, 2vw, 28px); line-height: 1.38; letter-spacing: -.025em; }
.qf-footer__contact { justify-self: end; min-width: 260px; font-style: normal; }
.qf-footer__contact-label,
.qf-footer__group h2 { color: var(--qf-cyan); font: 650 11px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.qf-footer__email { display: inline-block; margin-top: 12px; font-size: clamp(20px, 2vw, 27px); font-weight: 650; letter-spacing: -.025em; }
.qf-footer__email:hover,
.qf-footer__email:focus-visible { color: var(--qf-cyan); }
.qf-footer__location { margin-top: 12px; color: rgba(255, 255, 255, .58); font-size: 14px; line-height: 1.55; }
.qf-footer__directory { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; gap: clamp(30px, 5vw, 72px); margin-top: clamp(60px, 7vw, 94px); padding-block: clamp(46px, 5vw, 66px); border-top: 1px solid var(--qf-line-dark); border-bottom: 1px solid var(--qf-line-dark); }
.qf-footer__group ul { margin: 24px 0 0; padding: 0; list-style: none; }
.qf-footer__group li + li { margin-top: 13px; }
.qf-footer__group a { display: inline-block; color: rgba(255, 255, 255, .74); font-size: 15px; font-weight: 550; line-height: 1.4; transition: color .2s ease, transform .2s var(--qf-ease); }
.qf-footer__group a:hover,
.qf-footer__group a:focus-visible { color: #fff; transform: translateX(4px); }
.qf-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 28px; color: rgba(255, 255, 255, .5); font: 500 12px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-footer__bottom p { margin: 0; }

.qf-home .qf-problem { z-index: 5; margin-top: -28px; border-radius: var(--qf-radius-lg) var(--qf-radius-lg) var(--qf-radius-none) var(--qf-radius-none); }
.qf-document :is(button, input[type="button"], input[type="submit"], .wp-element-button, .qcdw-button) { border-radius: var(--qf-radius-pill); }

.qf-article-hero { display: flex; height: 98vh; height: 98svh; align-items: center; padding: 104px 0 0; overflow: hidden; }
.qf-article-hero > .qf-shell { padding-block: clamp(28px, 5vh, 56px); }
.qf-page-hero { position: relative; isolation: isolate; display: flex; height: 98vh; height: 98svh; padding: 104px 0 0; overflow: hidden; }
.qf-page-hero__grid { position: relative; z-index: 2; flex: none; width: min(calc(100% - (2 * var(--qf-gutter))), var(--qf-shell)); display: grid; grid-template-columns: minmax(0, 760px); align-content: center; padding-block: clamp(34px, 6vh, 72px); }
.qf-page-hero h1,
.qf-article-hero h1 { max-width: 980px; font-size: clamp(64px, 8.5vw, 124px); }
.qf-article-hero--long h1 { max-width: 1100px; font-size: clamp(56px, 7.2vw, 104px); }
.qf-article-hero--xlong h1 { max-width: 1160px; font-size: clamp(48px, 6.2vw, 88px); }
.qf-page-hero__grid > div:first-child > p { max-width: 780px; margin-top: 30px; color: rgba(255, 255, 255, .7); font-size: clamp(19px, 2vw, 26px); }
.qf-page-hero .qf-actions { margin-top: 38px; }
.qf-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; color: var(--qf-cyan); font: 600 12px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.qf-page-hero__art { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; pointer-events: none; }
.qf-page-hero__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 31, .99) 0%, rgba(7, 17, 31, .94) 34%, rgba(7, 17, 31, .58) 72%, rgba(7, 17, 31, .36) 100%), linear-gradient(180deg, rgba(7, 17, 31, .16), rgba(7, 17, 31, .72)); }
.qf-page-hero__art img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; opacity: .68; filter: saturate(.82) contrast(1.04); transform: translate3d(0, var(--qf-parallax-y, 0), 0) scale(1.045); will-change: transform; }

.qf-content-section { border-bottom: 1px solid var(--qf-line); }
.qf-content-section:nth-of-type(even) { background: #f7f9fc; }
.qf-content-section__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 160px); }
.qf-content-section header > span,
.qf-content-list article > span { color: var(--qf-blue); font: 600 13px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-content-section header h2 { margin-top: 22px; }
.qf-content-section header p { margin-top: 26px; color: var(--qf-muted); }
.qf-content-list { border-top: 1px solid var(--qf-line); }
.qf-content-list article { display: grid; grid-template-columns: 50px 1fr; column-gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--qf-line); }
.qf-content-list article > span { grid-row: 1 / 3; padding-top: 5px; }
.qf-content-list h3 { font-size: 28px; }
.qf-content-list p { margin-top: 12px; color: var(--qf-muted); }
.qf-content-list h3,
.qf-content-list p { grid-column: 2; }
.qf-content-list article.qf-content-list__plain p { margin-top: 0; }
.qf-page--legal .qf-content-section__grid { grid-template-columns: minmax(0, 900px); gap: 36px; }
.qf-page--legal .qf-content-section header p { max-width: 820px; font-size: 18px; }

.qf-faq { border-bottom: 1px solid var(--qf-line); }
.qf-faq > .qf-shell.qf-split { grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); gap: clamp(52px, 7vw, 104px); padding-left: 0; }
.qf-faq h2 { max-width: 470px; text-wrap: balance; overflow-wrap: normal; word-break: normal; }
.qf-faq__list { border-top: 1px solid var(--qf-line); }
.qf-faq details { border-bottom: 1px solid var(--qf-line); }
.qf-faq summary { position: relative; padding: 28px 54px 28px 0; cursor: pointer; font-weight: 700; list-style: none; }
.qf-faq summary::-webkit-details-marker { display: none; }
.qf-faq summary span,
.qf-faq summary span::after { position: absolute; right: 4px; top: 50%; width: 18px; height: 2px; background: var(--qf-blue); content: ""; }
.qf-faq summary span::after { right: 0; top: 0; transform: rotate(90deg); transition: transform .2s ease; }
.qf-faq details[open] summary span::after { transform: rotate(0); }
.qf-faq details p { max-width: 740px; padding: 0 54px 30px 0; color: var(--qf-muted); }
.qf-related { padding-block: clamp(70px, 7vw, 110px); background: #f2f5fa; }
.qf-related > .qf-shell { padding: clamp(30px, 4vw, 54px); border: 1px solid rgba(39, 103, 255, .11); border-radius: var(--qf-radius-xl); background: linear-gradient(145deg, #fff 0%, #f8faff 100%); box-shadow: 0 26px 70px rgba(25, 43, 72, .09); }
.qf-related h2 { font-size: 42px; }
.qf-related__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.qf-related__links a { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 92px; padding: 24px; border: 1px solid var(--qf-line); border-radius: var(--qf-radius-md); background: rgba(255, 255, 255, .92); box-shadow: 0 8px 24px rgba(25, 43, 72, .035); font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .25s var(--qf-ease), box-shadow .25s ease; }
.qf-related__links a:hover { color: var(--qf-blue); background: #fff; border-color: rgba(39, 103, 255, .34); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(39, 103, 255, .1); }

.qf-contact-page__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(60px, 9vw, 150px); }
.qf-contact-page__grid > div:first-child h2 { font-size: clamp(48px, 5vw, 72px); }
.qf-contact-page__grid > div:first-child p { max-width: 480px; margin-top: 25px; color: var(--qf-muted); }
.qf-contact-page__grid > div:first-child a { display: block; margin-top: 36px; color: var(--qf-blue); font-size: 22px; font-weight: 700; }
.qf-contact-page__grid > div:first-child span { display: block; margin-top: 12px; color: var(--qf-muted); font: 500 13px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qcdw-contact-form { border-top: 3px solid var(--qf-blue); padding-top: 30px; }
.qcdw-contact-form__index { color: var(--qf-blue); font: 650 12px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.qcdw-contact-form__head h2 { margin-top: 14px; font-size: 42px; }
.qcdw-form-note { margin-top: 15px; color: var(--qf-muted); }
.qcdw-contact-form form { margin-top: 34px; }
.qcdw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.qcdw-contact-form label { display: block; margin-bottom: 20px; }
.qcdw-contact-form label > span { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.qcdw-contact-form input,
.qcdw-contact-form textarea { width: 100%; border: 1px solid var(--qf-line); border-radius: var(--qf-radius-md); background: #fff; color: var(--qf-text); outline: none; }
.qcdw-contact-form input { height: 54px; padding: 0 15px; }
.qcdw-contact-form textarea { min-height: 160px; padding: 15px; resize: vertical; }
.qcdw-contact-form input:focus,
.qcdw-contact-form textarea:focus { border-color: var(--qf-blue); box-shadow: 0 0 0 3px rgba(39, 103, 255, .12); }
.qcdw-contact-form button { min-height: 54px; border: 1px solid var(--qf-blue); border-radius: var(--qf-radius-pill); padding: 14px 26px; background: var(--qf-blue); color: #fff; font-weight: 750; cursor: pointer; }
.qcdw-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; }
.qcdw-form-success,
.qcdw-form-error { margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--qf-blue); background: #eef4ff; }
.qcdw-form-error { border-color: #d43c53; background: #fff1f3; }

/* Contact page: cool, paper-like surfaces that belong to the navy/blue system. */
.qf-contact-page {
  --qf-line: #c8d3df;
  --qf-muted: #536579;
  background:
    radial-gradient(circle at 78% 16%, rgb(255 255 255 / 76%) 0, transparent 30%),
    #edf2f7;
}

.qf-document .qf-contact-page button.qf-contact-path {
  border-color: #c4d1df;
  border-radius: var(--qf-radius-lg);
  background: rgb(250 252 255 / 86%);
  box-shadow: 0 10px 30px rgb(20 45 78 / 4%);
}

.qf-contact-page .qf-contact-path span {
  color: #536579;
}

.qf-contact-page .qcdw-contact-form input,
.qf-contact-page .qcdw-contact-form textarea {
  border-color: #c5d1de;
  background: #fbfdff;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%);
}

.qf-tool { overflow: hidden; }
.qf-tool .qcdw-tool,
.qf-tool .qcdw-audit,
.qf-tool .qcdw-roi { max-width: 100%; }

/* Software Waste Audit: preserve the fresh design system around the working app. */
.qf-tool--audit {
  overflow: clip;
  background: radial-gradient(circle at 8% 12%, rgba(103, 213, 255, .13), transparent 30%), linear-gradient(155deg, #f8fbff 0%, #eef3fb 100%);
}
.qf-tool--audit::after {
  position: absolute;
  z-index: 0;
  right: -170px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(39, 103, 255, .12);
  border-radius: var(--qf-radius-circle);
  box-shadow: 0 0 0 70px rgba(39, 103, 255, .035), 0 0 0 140px rgba(39, 103, 255, .02);
  content: "";
  pointer-events: none;
}
.qf-tool--audit > .qf-shell { position: relative; z-index: 1; }
.qf-tool--audit .qcdw-audit-chat-section { padding: 0; background: transparent; }
.qf-tool--audit .qcdw-wrap { width: 100%; max-width: none; margin: 0; }
.qf-tool--audit .qcdw-audit-chat {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
  align-items: start;
  gap: clamp(50px, 7vw, 108px);
}
.qf-tool--audit .qcdw-section-head { min-width: 0; padding-top: 18px; }
.qf-tool--audit .qcdw-kicker {
  margin: 0 0 22px;
  color: var(--qf-blue);
  font: 700 13px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.qf-tool--audit .qcdw-section-head h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(43px, 4.2vw, 64px);
  letter-spacing: -.05em;
  line-height: .98;
  text-wrap: balance;
}
.qf-tool--audit .qcdw-section-head > p:not(.qcdw-kicker) { max-width: 580px; margin: 26px 0 0; color: var(--qf-muted); font-size: 18px; }
.qf-tool--audit .qcdw-audit-chat__checks { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.qf-tool--audit .qcdw-audit-chat__checks li { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 14px; color: #344255; line-height: 1.45; }
.qf-tool--audit .qcdw-tick { display: grid; width: 34px; height: 34px; margin: 0; border-radius: var(--qf-radius-circle); background: rgba(39, 103, 255, .1); color: var(--qf-blue); place-items: center; }
.qf-tool--audit .qcdw-tick .qcdw-ic,
.qf-tool--audit .qcdw-tick svg { display: block; width: 18px; height: 18px; }
.qf-tool--audit .qcdw-audit-chat__panel {
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--qf-radius-xl);
  background: radial-gradient(circle at 100% 0%, rgba(39, 103, 255, .25), transparent 38%), linear-gradient(150deg, #101e31 0%, var(--qf-ink) 72%);
  box-shadow: 0 34px 80px rgba(7, 17, 31, .22);
  color: #fff;
}
.qf-tool--audit .qcdw-audit-chat__messages { display: grid; min-height: 330px; max-height: 520px; align-content: start; gap: 14px; padding: clamp(16px, 2vw, 22px); overflow-y: auto; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--qf-radius-md); background: rgba(255, 255, 255, .045); scrollbar-color: rgba(103, 213, 255, .55) transparent; }
.qf-tool--audit .qcdw-chat-msg { display: grid; max-width: min(88%, 520px); gap: 7px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--qf-radius-md); line-height: 1.45; }
.qf-tool--audit .qcdw-chat-msg strong { color: var(--qf-cyan); font: 700 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.qf-tool--audit .qcdw-chat-msg p { margin: 0; color: inherit; white-space: pre-line; }
.qf-tool--audit .qcdw-chat-msg--bot { justify-self: start; background: rgba(255, 255, 255, .08); }
.qf-tool--audit .qcdw-chat-msg--user { justify-self: end; border-color: var(--qf-blue); background: var(--qf-blue); }
.qf-tool--audit .qcdw-chat-msg--user strong { color: #fff; }
.qf-tool--audit .qcdw-audit-chat__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.qf-tool--audit .qcdw-audit-chat__form textarea { width: 100%; min-height: 90px; resize: vertical; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .19); border-radius: var(--qf-radius-md); outline: 0; background: rgba(255, 255, 255, .96); color: var(--qf-text); }
.qf-tool--audit .qcdw-audit-chat__form textarea:focus,
.qf-tool--audit .qcdw-audit-chat__gate input:focus { border-color: var(--qf-cyan); box-shadow: 0 0 0 4px rgba(103, 213, 255, .14); }
.qf-tool--audit .qcdw-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; align-self: end; padding: 13px 24px; border: 1px solid var(--qf-blue); border-radius: var(--qf-radius-pill); background: var(--qf-blue); color: #fff; font-weight: 750; cursor: pointer; }
.qf-tool--audit .qcdw-button:disabled { cursor: wait; opacity: .66; }
.qf-tool--audit .qcdw-audit-chat__quick { display: flex; flex-wrap: wrap; gap: 9px; }
.qf-tool--audit .qcdw-audit-chat__quick button { padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .17); border-radius: var(--qf-radius-pill); background: rgba(255, 255, 255, .065); color: rgba(255, 255, 255, .8); font-size: 13px; font-weight: 650; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.qf-tool--audit .qcdw-audit-chat__quick button:hover { border-color: var(--qf-cyan); background: rgba(103, 213, 255, .1); color: #fff; transform: translateY(-1px); }
.qf-tool--audit .qcdw-audit-chat__gate { display: grid; gap: 16px; padding: 20px; border: 1px solid rgba(103, 213, 255, .45); border-radius: var(--qf-radius-md); background: #fff; color: var(--qf-text); box-shadow: 0 0 0 4px rgba(103, 213, 255, .08); }
.qf-tool--audit .qcdw-audit-chat__gate[hidden] { display: none; }
.qf-tool--audit .qcdw-audit-chat__gate-head { display: grid; gap: 4px; }
.qf-tool--audit .qcdw-audit-chat__gate-head strong { font-size: 19px; }
.qf-tool--audit .qcdw-audit-chat__gate-head p { margin: 0; color: var(--qf-muted); font-size: 14px; }
.qf-tool--audit .qcdw-audit-chat__gate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.qf-tool--audit .qcdw-audit-chat__gate label { display: grid; gap: 5px; color: #435165; font-size: 13px; font-weight: 700; }
.qf-tool--audit .qcdw-audit-chat__gate input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--qf-line); border-radius: var(--qf-radius-sm); outline: 0; background: #f7f9fc; color: var(--qf-text); }
.qf-tool--audit .qcdw-audit-chat__gate-error { margin: 0; color: #bd243e; font-size: 14px; }
.qf-tool--audit .qcdw-audit-chat__trap,
.qf-tool--audit .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.qf-tool--audit .qcdw-audit-chat__panel.is-gated textarea,
.qf-tool--audit .qcdw-audit-chat__panel.is-gated .qcdw-audit-chat__quick button,
.qf-tool--audit .qcdw-audit-chat__panel.is-busy textarea,
.qf-tool--audit .qcdw-audit-chat__panel.is-busy .qcdw-audit-chat__quick button { opacity: .55; }
.qf-archive .qf-insight-list { max-width: 1000px; margin-left: auto; }

.qf-article-hero time { display: block; margin-bottom: 26px; color: var(--qf-cyan); font: 600 13px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-article-body { padding-block: var(--qf-section); }
.qf-article-body__grid { display: grid; grid-template-columns: minmax(0, 780px) 280px; justify-content: center; align-items: start; gap: clamp(60px, 8vw, 120px); }
.qf-prose { font-size: 19px; line-height: 1.72; }
.qf-prose > * + * { margin-top: 1.4em; }
.qf-prose h2 { margin-top: 1.8em; font-size: 42px; }
.qf-prose h3 { margin-top: 1.65em; font-size: 30px; }
.qf-prose a { color: var(--qf-blue); text-decoration: underline; text-underline-offset: 3px; }
.qf-prose img { height: auto; }
.qf-article-body__grid > aside { position: sticky; top: 112px; padding-top: 22px; border-top: 3px solid var(--qf-blue); }
.qf-article-body__grid > aside strong { font-size: 24px; line-height: 1.15; }
.qf-article-body__grid > aside p { margin-top: 14px; color: var(--qf-muted); font-size: 15px; }
.qf-article-body__grid > aside .qf-text-link { margin-top: 22px; }

.qf-js .qf-reveal { transition: transform .8s var(--qf-ease); }
.qf-js .qf-reveal:not(.is-visible) { transform: translateY(10px); }
.qf-js .qf-reveal.is-visible { transform: none; }

@media (max-width: 1100px) {
  .qf-header__inner { grid-template-columns: 1fr auto; }
  .qf-nav {
    position: fixed;
    z-index: 1;
    inset: calc(78px + var(--qf-safe-top)) 0 auto;
    display: grid;
    gap: 0;
    padding: 16px max(var(--qf-gutter), calc(var(--qf-safe-right) + 22px)) 28px max(var(--qf-gutter), calc(var(--qf-safe-left) + 22px));
    max-height: calc(100dvh - 78px - var(--qf-safe-top));
    overflow-y: auto;
    background: rgba(7, 17, 31, .985);
    border-bottom: 1px solid rgba(143, 180, 239, .2);
    box-shadow: 0 28px 64px rgba(0, 0, 0, .34);
    border-top: 0;
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    backdrop-filter: blur(24px) saturate(140%);
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s var(--qf-ease), opacity .2s ease, visibility .2s ease;
  }
  .qf-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .qf-nav a { padding: 15px 0; border-bottom: 1px solid var(--qf-line-dark); font-size: 18px; }
  .qf-nav a.qf-nav__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    margin-top: 16px;
    padding: 14px 18px;
    border: 1px solid var(--qf-blue);
    border-radius: var(--qf-radius-pill);
    background: var(--qf-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 760;
  }
  .qf-nav a.qf-nav__cta:hover,
  .qf-nav a.qf-nav__cta:focus-visible { color: #fff; background: #0a55f1; border-color: #0a55f1; }
  .qf-header__cta { display: none; }
  .qf-menu { position: relative; z-index: 2; display: block; width: 46px; height: 46px; border: 1px solid var(--qf-line-dark); border-radius: var(--qf-radius-circle); background: transparent; color: #fff; cursor: pointer; }
  .qf-menu span { position: absolute; left: 12px; right: 12px; top: 18px; height: 2px; background: currentColor; transition: transform .2s ease, top .2s ease; }
  .qf-menu span:last-child { top: 27px; }
  .qf-menu[aria-expanded="true"] span { top: 22px; transform: rotate(45deg); }
  .qf-menu[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .qf-hero__copy { width: 62%; }
  .qf-hero__media { right: calc(-1 * var(--qf-gutter)); left: 38%; width: auto; }
  .qf-problem__grid,
  .qf-feature__grid,
  .qf-split,
  .qf-process__grid,
  .qf-studio__grid,
  .qf-content-section__grid { gap: 55px; }
  .qf-content-section__grid { padding-left: 54px; }
  .qf-capability-list li { grid-template-columns: 58px 1fr 1.1fr auto; gap: 18px; }
	.qf-intellisee__stage { grid-template-columns: 1fr; }
	.qf-intellisee__stage-copy { min-height: 420px; }
	.qf-intellisee__capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.qf-intellisee__architecture ol { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
	.qf-intellisee__architecture ol::before { display: none; }
  .qf-footer__directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .qf-tool--audit .qcdw-audit-chat { grid-template-columns: 1fr; }
  .qf-tool--audit .qcdw-section-head { max-width: 760px; }
}

@media (max-width: 800px) {
  :root { --qf-section: 78px; }
  body.qf-document { font-size: 17px; }
  .qf-header { height: calc(78px + var(--qf-safe-top)); }
  .qf-brand img { width: 164px; height: auto; }
  .qf-hero { min-height: calc(850px + var(--qf-safe-top)); padding-top: calc(78px + var(--qf-safe-top)); }
  .qf-hero__inner { min-height: 772px; align-items: flex-start; }
  .qf-hero__copy { width: 100%; padding-top: 66px; }
  .qf-hero h1 { font-size: clamp(64px, 18vw, 92px); }
  .qf-hero__copy > p { max-width: 530px; margin-top: 24px; font-size: 19px; }
  .qf-hero__media { top: 390px; right: calc(-1 * var(--qf-gutter)); bottom: 0; left: 5%; width: auto; opacity: .9; }
  .qf-hero__media::after { background: linear-gradient(180deg, var(--qf-ink) 0%, transparent 25%); }
  .qf-problem__grid,
  .qf-feature__grid,
  .qf-split,
  .qf-process__grid,
  .qf-studio__grid,
  .qf-page-hero__grid,
  .qf-content-section__grid,
  .qf-contact-page__grid,
  .qf-article-body__grid { grid-template-columns: 1fr; gap: 48px; padding-left: 0; }
  .qf-feature__copy { max-width: 580px; }
  .qf-product-frame img { height: clamp(260px, 56vw, 400px); }
	.qf-intellisee__intro,
	.qf-intellisee__capabilities > header,
	.qf-intellisee__engineering { grid-template-columns: 1fr; gap: 38px; }
	.qf-intellisee__intro > div:last-child { max-width: 680px; }
	.qf-intellisee__media img { height: clamp(320px, 70vw, 500px); }
	.qf-intellisee__stage-copy { min-height: 0; }
	.qf-intellisee__capabilities > header p { max-width: 600px; }
  .qf-capability-list li { grid-template-columns: 48px 1fr auto; gap: 12px 18px; min-height: 0; padding: 26px 0; }
  .qf-capability-list li p { grid-column: 2 / 4; }
  .qf-capability-list li a { grid-column: 3; grid-row: 1; }
  .qf-process__steps { grid-template-columns: repeat(2, 1fr); gap: 54px 30px; padding-top: 0; }
  .qf-process__steps::before,
  .qf-process__steps::after,
  .qf-process__steps li > i { display: none; }
  .qf-studio__grid > div { order: 1; }
  .qf-studio__grid figure { order: 0; }
  .qf-studio figure img { height: clamp(260px, 54vw, 390px); }
  .qf-closing__inner { min-height: 340px; padding-left: 0; align-items: flex-start; justify-content: center; flex-direction: column; }
  .qf-footer__lead { grid-template-columns: 1fr; align-items: start; gap: 42px; }
  .qf-footer__contact { justify-self: start; }
  .qf-footer__directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 32px; }
  .qf-footer__bottom { align-items: flex-start; flex-direction: column; }
  .qf-article-hero { height: 98vh; height: 98svh; padding: calc(78px + var(--qf-safe-top)) 0 0; }
  .qf-article-hero > .qf-shell { padding-block: clamp(26px, 4vh, 42px); }
  .qf-article-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .qf-article-hero--long h1 { font-size: clamp(40px, 11.5vw, 56px); }
  .qf-article-hero--xlong h1 { font-size: clamp(35px, 10vw, 48px); }
  .qf-page-hero { height: 98vh; height: 98svh; max-height: none; padding: calc(78px + var(--qf-safe-top)) 0 0; }
  .qf-page-hero__grid { align-content: center; padding-block: clamp(28px, 5vh, 48px); }
  .qf-page-hero h1 { font-size: clamp(54px, 15vw, 78px); }
  .qf-page-hero__art::after { background: linear-gradient(180deg, rgba(7, 17, 31, .96) 0%, rgba(7, 17, 31, .82) 58%, rgba(7, 17, 31, .72) 100%); }
  .qf-page-hero__art img { object-position: 66% center; opacity: .52; }
  .qf-article-body__grid > aside { position: static; }
  .qf-related__links { grid-template-columns: 1fr; }
  .qf-faq > .qf-shell.qf-split { grid-template-columns: 1fr; gap: 42px; }
  .qf-tool--audit .qcdw-audit-chat__messages { min-height: 290px; }
}

@media (max-width: 560px) {
  .qf-actions { flex-direction: column; align-items: stretch; }
  .qf-button { width: 100%; }
  .qf-related > .qf-shell { padding: 24px; border-radius: var(--qf-radius-lg); }
  .qf-related__links a { min-height: 80px; padding: 20px; border-radius: var(--qf-radius-md); }
  .qf-hero { min-height: 780px; }
  .qf-hero__media { top: 440px; right: calc(-1 * var(--qf-gutter)); left: -18%; width: auto; }
  .qf-problem h2,
  .qf-capabilities h2,
  .qf-studio h2,
  .qf-insights h2,
  .qf-content-section h2,
  .qf-faq h2 { font-size: 42px; }
  .qf-transform-list > div { grid-template-columns: 1fr auto; }
  .qf-transform-list strong { grid-column: 1 / 3; padding-left: 0; }
  .qf-feature h2 { font-size: 46px; }
	.qf-intellisee { padding-block: 82px; }
	.qf-intellisee__intro h2 { font-size: 48px; }
	.qf-intellisee__stage { margin-right: -8px; margin-left: -8px; padding: 9px; border-radius: var(--qf-radius-lg); }
	.qf-intellisee__media,
	.qf-intellisee__stage-copy { border-radius: var(--qf-radius-md); }
	.qf-intellisee__media img { height: 280px; }
	.qf-intellisee__media figcaption { right: 10px; bottom: 10px; left: 10px; padding: 11px 14px; }
	.qf-intellisee__media figcaption span { display: none; }
	.qf-intellisee__stage-copy { padding: 27px 22px; }
	.qf-intellisee__stage-copy li { grid-template-columns: 1fr; gap: 6px; }
	.qf-intellisee__capability-grid { grid-template-columns: 1fr; }
	.qf-intellisee__capability-grid article { min-height: 270px; }
	.qf-intellisee__architecture { padding: 30px 24px; border-radius: var(--qf-radius-lg); }
	.qf-intellisee__architecture ol { grid-template-columns: 1fr; margin-top: 42px; }
	.qf-intellisee__architecture li { padding-top: 42px; }
	.qf-intellisee__engineering-copy h3,
	.qf-intellisee__architecture h3,
	.qf-intellisee__capabilities > header h3 { font-size: 42px; }
	.qf-intellisee__ownership { padding: 26px 22px; border-radius: var(--qf-radius-lg); }
  .qf-capability-list li { grid-template-columns: 44px 1fr; }
  .qf-capability-list li p,
  .qf-capability-list li a { grid-column: 2; }
  .qf-capability-list li a { grid-row: auto; }
  .qf-process__steps { grid-template-columns: 1fr; gap: 34px; }
  .qf-insight-row { grid-template-columns: 1fr auto; gap: 10px 20px; padding-block: 18px; }
  .qf-insight-row time { grid-column: 1; }
  .qf-insight-row strong { grid-column: 1; }
  .qf-insight-row .qf-arrow { grid-column: 2; grid-row: 1 / 3; }
  .qf-footer__brand p { font-size: 20px; }
  .qf-footer__directory { gap: 42px 24px; }
  .qf-content-list article { grid-template-columns: 38px 1fr; gap: 16px; }
  .qcdw-form-grid { grid-template-columns: 1fr; gap: 0; }
  .qf-tool--audit .qcdw-audit-chat__panel { padding: 16px; border-radius: var(--qf-radius-lg); }
  .qf-tool--audit .qcdw-audit-chat__messages { min-height: 270px; padding: 14px; }
  .qf-tool--audit .qcdw-audit-chat__form,
  .qf-tool--audit .qcdw-audit-chat__gate-grid { grid-template-columns: 1fr; }
  .qf-tool--audit .qcdw-audit-chat__form .qcdw-button { min-height: 54px; }
  .qf-tool--audit .qcdw-chat-msg { max-width: 94%; }
}

/* Answer-first commercial page system. */
.qf-aeo {
  position: relative;
  padding-block: clamp(82px, 9vw, 142px);
  overflow: hidden;
}

.qf-aeo h2 {
  max-width: 920px;
  font-size: clamp(44px, 5.3vw, 78px);
  text-wrap: balance;
}

.qf-aeo h3 { text-wrap: balance; }
.qf-aeo p { color: var(--qf-muted); }

.qf-aeo--answer {
  background:
    linear-gradient(90deg, rgba(39, 103, 255, .035) 1px, transparent 1px) 0 0 / 84px 84px,
    var(--qf-paper);
}

.qf-aeo__answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .75fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
}

.qf-aeo__answer-copy { display: grid; gap: 22px; }
.qf-aeo__answer-copy p { font-size: clamp(18px, 1.55vw, 22px); }

.qf-aeo__transitions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(62px, 8vw, 108px);
  border-block: 1px solid var(--qf-line);
}

.qf-aeo__transitions article {
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 10px 16px;
  min-height: 150px;
  padding: 28px clamp(18px, 2.4vw, 34px);
  align-content: center;
  border-left: 1px solid var(--qf-line);
}

.qf-aeo__transitions article:first-child { border-left: 0; }
.qf-aeo__transitions article > span { align-self: center; font-size: 15px; font-weight: 700; }
.qf-aeo__transitions article strong { grid-column: 1 / -1; color: var(--qf-blue); font-size: 20px; line-height: 1.2; }
.qf-aeo__transitions .qf-arrow { width: 20px; color: var(--qf-blue); }

.qf-aeo--impact {
  margin-inline: max(8px, var(--qf-safe-left));
  border-radius: var(--qf-radius-xl);
  background:
    radial-gradient(circle at 14% 110%, rgba(39, 103, 255, .22), transparent 37%),
    linear-gradient(135deg, #07111f 0%, #08182b 65%, #07111f 100%);
  color: var(--qf-paper);
}

.qf-aeo--impact::before {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(103, 213, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(103, 213, 255, .12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
  content: "";
}

.qf-aeo--impact .qf-shell { position: relative; z-index: 1; }
.qf-aeo--impact p { color: rgba(255, 255, 255, .69); }

.qf-aeo__signal {
  position: absolute;
  z-index: 1;
  top: clamp(48px, 7vw, 104px);
  right: 4vw;
  width: min(46vw, 650px);
  height: 2px;
  background: linear-gradient(90deg, var(--qf-blue), var(--qf-cyan));
}

.qf-aeo__signal i {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border: 3px solid var(--qf-cyan);
  border-radius: var(--qf-radius-circle);
  background: var(--qf-ink);
  box-shadow: 0 0 0 7px rgba(39, 103, 255, .18);
}

.qf-aeo__signal i:nth-child(1) { left: 0; }
.qf-aeo__signal i:nth-child(2) { left: 25%; }
.qf-aeo__signal i:nth-child(3) { left: 50%; }
.qf-aeo__signal i:nth-child(4) { left: 75%; }
.qf-aeo__signal i:nth-child(5) { left: 100%; }

.qf-aeo__impact-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .65fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: end;
  padding-top: 54px;
}

.qf-aeo__impact-head p { max-width: 610px; font-size: clamp(18px, 1.7vw, 23px); }

.qf-aeo__impact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 116px);
  border-top: 1px solid var(--qf-line-dark);
}

.qf-aeo__impact-list article {
  min-height: 280px;
  padding: 34px clamp(22px, 3vw, 48px) 18px;
  border-left: 1px solid var(--qf-line-dark);
}

.qf-aeo__impact-list article:first-child { border-left: 0; padding-left: 0; }
.qf-aeo__impact-list article:last-child { padding-right: 0; }
.qf-aeo__impact-list article > span { color: var(--qf-cyan); font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-aeo__impact-list h3 { margin-top: 44px; font-size: clamp(27px, 2.5vw, 38px); }
.qf-aeo__impact-list p { margin-top: 22px; font-size: 17px; }

.qf-aeo--decision { background: var(--qf-paper); }

.qf-aeo__decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .42fr);
  gap: clamp(56px, 9vw, 142px);
  align-items: start;
}

.qf-aeo__decision-head > div > p { max-width: 720px; margin-top: 30px; font-size: clamp(18px, 1.7vw, 23px); }

.qf-aeo__decision-head aside {
  padding: 8px 0 8px clamp(28px, 4vw, 54px);
  border-left: 1px solid rgba(39, 103, 255, .28);
}

.qf-aeo__decision-head aside h3 { font-size: 25px; }
.qf-aeo__decision-head ul { display: grid; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.qf-aeo__decision-head li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; color: var(--qf-muted); font-weight: 600; }
.qf-aeo__decision-head li span { width: 27px; height: 27px; border: 1.5px solid var(--qf-blue); border-radius: var(--qf-radius-circle); }
.qf-aeo__decision-head li span::before { display: block; width: 8px; height: 4px; margin: 8px 0 0 8px; transform: rotate(-45deg); border-bottom: 1.5px solid var(--qf-blue); border-left: 1.5px solid var(--qf-blue); content: ""; }

.qf-aeo__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(70px, 8vw, 108px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: qf-aeo-steps;
}

.qf-aeo__steps li {
  position: relative;
  min-height: 230px;
  padding: 44px clamp(20px, 2.4vw, 36px) 0;
  border-top: 2px solid rgba(39, 103, 255, .34);
}

.qf-aeo__steps li:first-child { padding-left: 0; }
.qf-aeo__steps li:last-child { padding-right: 0; }
.qf-aeo__steps li::before { position: absolute; top: -10px; left: clamp(20px, 2.4vw, 36px); width: 18px; height: 18px; border: 4px solid var(--qf-blue); border-radius: var(--qf-radius-circle); background: var(--qf-paper); box-shadow: 0 0 0 7px rgba(39, 103, 255, .1); content: ""; }
.qf-aeo__steps li:first-child::before { left: 0; }
.qf-aeo__steps li > span { color: var(--qf-blue); font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.qf-aeo__steps h3 { margin-top: 20px; font-size: clamp(23px, 2vw, 30px); }
.qf-aeo__steps p { margin-top: 18px; font-size: 16px; }

.qf-aeo--decision + .qf-faq {
  margin-inline: max(8px, var(--qf-safe-left));
  border: 0;
  border-radius: var(--qf-radius-xl);
  background: var(--qf-ink);
  color: var(--qf-paper);
}

.qf-aeo--decision + .qf-faq .qf-faq__list,
.qf-aeo--decision + .qf-faq details { border-color: var(--qf-line-dark); }
.qf-aeo--decision + .qf-faq details p { color: rgba(255, 255, 255, .68); }

@media (max-width: 980px) {
  .qf-aeo__answer-grid,
  .qf-aeo__impact-head,
  .qf-aeo__decision-head { grid-template-columns: 1fr; gap: 38px; }
  .qf-aeo__transitions,
  .qf-aeo__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qf-aeo__transitions article:nth-child(3) { border-left: 0; }
  .qf-aeo__decision-head aside { max-width: 620px; }
  .qf-aeo__signal { top: 64px; width: 38vw; }
}

@media (max-width: 720px) {
  .qf-aeo { padding-block: 72px; }
  .qf-aeo h2 { font-size: 42px; }
  .qf-aeo__answer-grid { gap: 28px; }
  .qf-aeo__transitions { grid-template-columns: 1fr; margin-top: 48px; }
  .qf-aeo__transitions article { grid-template-columns: 1fr 22px 1.15fr; min-height: 0; padding: 22px 4px; border-left: 0; border-top: 1px solid var(--qf-line); }
  .qf-aeo__transitions article:first-child { border-top: 0; }
  .qf-aeo__transitions article strong { grid-column: 3; align-self: center; font-size: 17px; }
  .qf-aeo--impact,
  .qf-aeo--decision + .qf-faq { margin-inline: 0; border-radius: var(--qf-radius-lg); }
  .qf-aeo__signal { display: none; }
  .qf-aeo__impact-head { padding-top: 0; }
  .qf-aeo__impact-list { grid-template-columns: 1fr; margin-top: 52px; }
  .qf-aeo__impact-list article,
  .qf-aeo__impact-list article:first-child,
  .qf-aeo__impact-list article:last-child { min-height: 0; padding: 28px 0 34px; border-left: 0; border-bottom: 1px solid var(--qf-line-dark); }
  .qf-aeo__impact-list h3 { margin-top: 26px; }
  .qf-aeo__decision-head aside { padding: 30px 0 0; border-top: 1px solid rgba(39, 103, 255, .28); border-left: 0; }
  .qf-aeo__steps { grid-template-columns: 1fr; margin-top: 58px; }
  .qf-aeo__steps li,
  .qf-aeo__steps li:first-child,
  .qf-aeo__steps li:last-child { min-height: 0; padding: 28px 0 32px 38px; border-top: 0; border-left: 2px solid rgba(39, 103, 255, .34); }
  .qf-aeo__steps li::before,
  .qf-aeo__steps li:first-child::before { top: 30px; left: -10px; }
}

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


/* Operational Motion polish - 2026-08-03 */
.qf-proof-rail {
  position: relative;
  z-index: 4;
  color: #fff;
  background: #07101e;
  border-top: 1px solid rgb(255 255 255 / 11%);
  border-bottom: 1px solid rgb(255 255 255 / 11%);
}

.qf-proof-rail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qf-proof-rail article {
  min-height: 148px;
  padding: 28px clamp(24px, 3vw, 46px) 38px;
  border-right: 1px solid rgb(255 255 255 / 11%);
}

.qf-proof-rail article:last-child {
  border-right: 0;
}

.qf-proof-rail strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -.055em;
}

.qf-proof-rail span {
  display: block;
  max-width: 28ch;
  margin-top: 12px;
  color: #aeb9ca;
  font-size: 13px;
  line-height: 1.45;
}

.qf-studio-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(7 16 30 / 16%);
  border-bottom: 1px solid rgb(7 16 30 / 16%);
}

.qf-studio-principles li {
  padding: 18px 18px 20px 0;
  border-right: 1px solid rgb(7 16 30 / 16%);
}

.qf-studio-principles li + li {
  padding-left: 18px;
}

.qf-studio-principles li:last-child {
  border-right: 0;
}

.qf-studio-principles strong,
.qf-studio-principles span {
  display: block;
}

.qf-studio-principles strong {
  color: #07101e;
  font-size: 13px;
}

.qf-studio-principles span {
  margin-top: 7px;
  color: #596474;
  font-size: 12px;
  line-height: 1.4;
}

.qf-page-hero__art-meta {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 4vw, 64px);
  bottom: clamp(20px, 4vw, 54px);
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  color: #fff;
  background: rgb(5 12 24 / 72%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--qf-radius-sm);
  backdrop-filter: blur(10px);
}

.qf-page-hero__art-meta strong {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qf-page-hero__art-meta span {
  color: #aebbd0;
  font-size: 11px;
}

.qf-contact-paths {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.qf-contact-path {
  appearance: none;
  width: 100%;
  padding: 22px 24px;
  color: #07101e;
  background: #fff;
  border: 1px solid #cbd3df;
  border-radius: var(--qf-radius-md);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.qf-contact-path:hover,
.qf-contact-path:focus-visible {
  border-color: #2f6dff;
  box-shadow: 0 10px 30px rgb(47 109 255 / 12%);
  transform: translateY(-2px);
}

.qf-contact-path strong,
.qf-contact-path span {
  display: block;
}

.qf-contact-path strong {
  font-size: 15px;
}

.qf-contact-path span {
  margin-top: 8px;
  color: #657080;
  font-size: 13px;
  line-height: 1.45;
}

.qf-contact-page__grid > div:first-child .qf-contact-path span {
  margin-top: 8px;
}

.qf-contact-page__grid > div:first-child .qf-contact-paths + a {
  margin-top: 44px;
}

.qf-breadcrumb,
.qf-breadcrumb a,
.qf-breadcrumb span {
  color: #8fd0ff;
}

.qf-breadcrumb {
  font-size: 12px;
  line-height: 1.4;
}

.qf-page-hero--contact .qf-page-hero__grid h1 {
  max-width: 11ch;
  font-size: clamp(60px, 7.2vw, 108px);
}

.qf-page-hero--contact .qf-page-hero__grid > div > p {
  max-width: 640px;
}

@media (max-width: 760px) {
  .qf-proof-rail__grid {
    grid-template-columns: 1fr;
  }

  .qf-proof-rail article {
    min-height: 0;
    padding: 22px 20px 28px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 11%);
  }

  .qf-proof-rail article:last-child {
    border-bottom: 0;
  }

  .qf-studio-principles {
    grid-template-columns: 1fr;
  }

  .qf-studio-principles li,
  .qf-studio-principles li + li {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(7 16 30 / 16%);
  }

  .qf-studio-principles li:last-child {
    border-bottom: 0;
  }

  .qf-page-hero__art-meta {
    right: 16px;
    bottom: 16px;
  }

  .qf-page-hero--contact h1 {
    font-size: clamp(44px, 13vw, 60px);
    line-height: .91;
  }

  .qf-page-hero--contact .qf-page-hero__grid {
    padding-bottom: 58px;
  }

  .qf-home .qf-hero__copy .qf-actions {
    grid-template-columns: 1fr auto;
  }

  .qf-home .qf-hero__copy .qf-button {
    width: 100%;
  }

  .qf-home .qf-hero__copy .qf-button--outline {
    width: auto;
    padding-inline: 18px;
  }

  .qcdw-cookie-fab {
    right: .55rem !important;
    bottom: calc(.55rem + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    display: grid !important;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    font-size: 0 !important;
  }

  .qcdw-cookie-fab::before {
    content: "Privacy";
    font-size: 9px;
    line-height: 1;
  }
}

/* Final hero baseline alignment */
@media (min-width: 801px) {
  .qf-hero__inner {
    align-items: flex-start;
  }

  .qf-hero__copy {
    padding-top: 84px;
  }
}

@media (max-width: 800px) {
  .qf-hero__copy {
    padding-top: 36px;
  }

  .qf-hero__eyebrow {
    font-size: clamp(16px, 5vw, 19px);
    white-space: nowrap;
  }

  .qf-page-hero .qf-breadcrumb {
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .qf-page-hero .qf-breadcrumb > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Unified hero rhythm - 2026-08-04 */
:root {
  --qf-hero-height: min(840px, 94svh);
  --qf-hero-pad-top: clamp(92px, 10vh, 118px);
  --qf-hero-pad-bottom: clamp(76px, 9vh, 98px);
  --qf-hero-marker-gap: 24px;
  --qf-hero-copy-gap: 26px;
  --qf-hero-action-gap: 30px;
}

.qf-hero,
.qf-page-hero,
.qf-article-hero {
  height: auto;
  min-height: var(--qf-hero-height);
}

.qf-hero {
  padding-top: 104px;
}

.qf-hero__inner {
  min-height: calc(var(--qf-hero-height) - 104px);
}

.qf-hero__copy {
  padding-block: 76px 96px;
}

.qf-hero__eyebrow {
  margin-bottom: var(--qf-hero-marker-gap);
}

.qf-hero__copy > p {
  margin-top: var(--qf-hero-copy-gap);
}

.qf-hero .qf-actions {
  margin-top: var(--qf-hero-action-gap);
}

.qf-page-hero,
.qf-article-hero {
  padding-top: 104px;
}

.qf-page-hero__grid {
  align-content: start;
  padding-block: var(--qf-hero-pad-top) var(--qf-hero-pad-bottom);
}

.qf-page-hero .qf-breadcrumb,
.qf-article-hero .qf-breadcrumb {
  margin-bottom: var(--qf-hero-marker-gap);
  color: #b8c9e8;
  font-family: "QF Hand", "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(19px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .005em;
  text-transform: none;
}

.qf-page-hero .qf-breadcrumb a {
  color: inherit;
  opacity: .72;
}

.qf-page-hero .qf-page-hero__grid h1 {
  max-width: 840px;
  font-size: clamp(64px, 7.2vw, 104px);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.qf-page-hero.qf-page-hero--title-long .qf-page-hero__grid h1 {
  max-width: 860px;
  font-size: clamp(58px, 6.25vw, 90px);
}

.qf-page-hero.qf-page-hero--title-xlong .qf-page-hero__grid h1,
.qf-page-hero.qf-page-hero--contact .qf-page-hero__grid h1 {
  max-width: 880px;
  font-size: clamp(52px, 5.45vw, 78px);
}

.qf-page-hero .qf-page-hero__grid > div:first-child > p {
  max-width: 720px;
  margin-top: var(--qf-hero-copy-gap);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.48;
}

.qf-page-hero .qf-actions {
  margin-top: var(--qf-hero-action-gap);
}

.qf-article-hero {
  align-items: stretch;
}

.qf-article-hero > .qf-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--qf-hero-pad-top) var(--qf-hero-pad-bottom);
}

.qf-article-hero time {
  margin-bottom: var(--qf-hero-marker-gap);
}

@media (max-width: 800px) {
  :root {
    --qf-hero-height: min(800px, 100svh);
    --qf-hero-pad-top: 44px;
    --qf-hero-pad-bottom: 64px;
    --qf-hero-marker-gap: 22px;
    --qf-hero-copy-gap: 22px;
    --qf-hero-action-gap: 28px;
  }

  .qf-hero {
    min-height: var(--qf-hero-height);
    padding-top: calc(78px + var(--qf-safe-top));
  }

  .qf-hero__inner {
    min-height: calc(var(--qf-hero-height) - 78px - var(--qf-safe-top));
    align-items: flex-start;
  }

  .qf-hero__copy {
    padding-block: 48px 72px;
  }

  .qf-hero h1 {
    font-size: clamp(58px, 17vw, 76px);
    line-height: .89;
  }

  .qf-hero__copy > p {
    font-size: 18px;
    line-height: 1.5;
  }

  .qf-page-hero,
  .qf-article-hero {
    min-height: var(--qf-hero-height);
    padding-top: calc(78px + var(--qf-safe-top));
  }

  .qf-page-hero__grid {
    align-content: start;
    padding-block: var(--qf-hero-pad-top) var(--qf-hero-pad-bottom);
  }

  .qf-page-hero .qf-breadcrumb,
  .qf-article-hero .qf-breadcrumb {
    font-size: 19px;
    line-height: 1.15;
  }

  .qf-page-hero .qf-page-hero__grid h1 {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 52px);
    line-height: .94;
  }

  .qf-page-hero.qf-page-hero--title-long .qf-page-hero__grid h1 {
    font-size: clamp(42px, 11.5vw, 48px);
  }

  .qf-page-hero.qf-page-hero--title-xlong .qf-page-hero__grid h1,
  .qf-page-hero.qf-page-hero--contact .qf-page-hero__grid h1 {
    font-size: clamp(38px, 10.7vw, 44px);
    line-height: .96;
  }

  .qf-page-hero .qf-page-hero__grid > div:first-child > p {
    max-width: 36rem;
    font-size: 18px;
    line-height: 1.48;
  }

  .qf-article-hero > .qf-shell {
    padding-block: var(--qf-hero-pad-top) var(--qf-hero-pad-bottom);
  }
}

@media (max-width: 560px) {
  .qf-home .qf-hero__copy .qf-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .qf-home .qf-hero__copy .qf-button,
  .qf-home .qf-hero__copy .qf-button--outline {
    width: 100%;
  }

  .qf-page-hero .qf-actions {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qf-contact-path {
    transition: none;
  }
}

/* Art-led service polish - 2026-08-03 */
.qf-proof-rail em,
.qf-capability-list small,
.qf-process__steps small {
  font: 650 11px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.qf-hero__eyebrow,
.qf-label {
  width: fit-content;
  font-family: "QF Hand", "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: .005em;
  text-transform: none;
  text-wrap: balance;
}

.qf-hero__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: #b8c9e8;
  transform: rotate(-.6deg);
  transform-origin: left center;
}

.qf-hero__eyebrow::after,
.qf-label::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 5px;
  background: currentColor;
  opacity: .42;
  transform: rotate(-2deg);
  transform-origin: left center;
  content: "";
}

.qf-hero__media::after {
  background: linear-gradient(90deg, var(--qf-ink) 0%, rgb(7 17 31 / 92%) 16%, transparent 44%);
}

.qf-hero__media img {
  filter: saturate(.82) contrast(.98);
}

.qf-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 62px);
  bottom: 34px;
  width: min(280px, 34vw);
  padding: 14px 16px 15px;
  color: var(--qf-ink);
  background: var(--qf-paper);
  border: 1px solid rgb(7 17 31 / 18%);
  border-radius: var(--qf-radius-md);
  box-shadow: 0 16px 34px rgb(0 0 0 / 18%);
}

.qf-hero__media figcaption span,
.qf-hero__media figcaption strong {
  display: block;
}

.qf-hero__media figcaption span {
  color: #667080;
  font: 650 10px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qf-hero__media figcaption strong {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.qf-proof-rail article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.qf-proof-rail em {
  order: -1;
  display: block;
  margin-bottom: 13px;
  color: #9ab8ef;
  font-style: normal;
}

.qf-label--ink {
  color: #245ac7;
}

.qf-problem__copy .qf-label,
.qf-capabilities__intro .qf-label,
.qf-studio .qf-label {
  margin-bottom: 24px;
}

.qf-capabilities__intro > p {
  max-width: 500px;
  margin-top: 26px;
  color: var(--qf-muted);
  font-size: 17px;
}

.qf-capability-list li > div {
  min-width: 0;
}

.qf-capability-list small {
  display: block;
  margin-top: 10px;
  color: #245ac7;
  font-size: 10px;
  letter-spacing: .055em;
}

.qf-process__steps::before {
  height: 1px;
  background: rgb(255 255 255 / 34%);
}

.qf-process__steps::after {
  top: 13px;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #9ab8ef;
}

.qf-process__steps li > i {
  top: -42px;
  width: 14px;
  height: 14px;
  border: 1px solid #9ab8ef;
  border-radius: var(--qf-radius-circle);
  background: var(--qf-ink);
  box-shadow: none;
}

.qf-process__steps small {
  display: block;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  color: #aabbd8;
  font-size: 9px;
  letter-spacing: .055em;
}

.qf-product-frame {
  border-color: rgb(255 255 255 / 28%);
  border-radius: var(--qf-radius-lg);
  box-shadow: 0 30px 72px rgb(0 0 0 / 32%);
}

.qf-product-frame:hover {
  border-color: rgb(255 255 255 / 48%);
  box-shadow: 0 34px 82px rgb(0 0 0 / 38%);
}

.qf-product-frame::before {
  height: 12px;
  background: #eee9de;
  border-bottom-color: rgb(7 17 31 / 18%);
}

.qf-product-frame figcaption {
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: #667080;
  background: rgb(245 242 234 / 94%);
  border-color: rgb(7 17 31 / 18%);
  border-radius: var(--qf-radius-md);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.qf-product-frame figcaption strong {
  color: var(--qf-ink);
}

.qf-motion-toggle {
  color: var(--qf-ink);
  background: transparent;
  border-color: rgb(7 17 31 / 24%);
  border-radius: var(--qf-radius-pill);
}

.qf-motion-toggle:hover,
.qf-motion-toggle:focus-visible {
  color: #fff;
  background: var(--qf-ink);
  border-color: var(--qf-ink);
}

.qf-studio figure {
  border-radius: var(--qf-radius-md);
  box-shadow: 0 24px 56px rgb(7 17 31 / 12%);
}

.qf-agents {
  padding-top: 0;
  background: var(--qf-paper);
}

.qf-agents__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 78px);
  color: #fff;
  background: var(--qf-ink-2);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--qf-radius-xl);
  box-shadow: 0 30px 80px rgb(7 17 31 / 18%);
}

.qf-agents__intro,
.qf-agent-grid,
.qf-agents__note {
  position: relative;
  z-index: 1;
}

.qf-agents__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  align-items: start;
  gap: clamp(52px, 7vw, 104px);
}

.qf-agents__intro h2 {
  max-width: 720px;
  font-size: clamp(48px, 5.8vw, 82px);
  text-wrap: balance;
}

.qf-agents__intro > div:last-child > p {
  color: rgb(255 255 255 / 74%);
  font-size: clamp(17px, 1.45vw, 21px);
}

.qf-agents__intro > div:last-child {
  padding-top: clamp(46px, 4.5vw, 64px);
}

.qf-agents__intro .qf-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-top: 26px;
}

.qf-agents__intro .qf-text-link {
  color: #b9ccef;
}

.qf-agent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(56px, 5.5vw, 72px);
}

.qf-agent-grid article {
  display: flex;
  min-height: 252px;
  padding: 28px 24px 27px;
  flex-direction: column;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--qf-radius-lg);
  background: rgb(255 255 255 / 5%);
  transition: border-color .25s ease, background .25s ease, transform .25s var(--qf-ease);
}

.qf-agent-grid article:hover {
  border-color: rgb(154 184 239 / 48%);
  background: rgb(255 255 255 / 8%);
  transform: translateY(-4px);
}

.qf-agent-grid article > span {
  color: #9ab8ef;
  font: 650 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
}

.qf-agent-grid h3 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.05;
}

.qf-agent-grid p {
  margin-top: 14px;
  color: rgb(255 255 255 / 66%);
  font-size: 14px;
  line-height: 1.5;
}

.qf-agents__panel p.qf-agents__note {
  width: fit-content;
  margin: 28px 0 0;
  padding: 12px 18px;
  color: rgb(255 255 255 / 68%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--qf-radius-pill);
  font-size: 13px;
  line-height: 1.4;
}

.qf-agents__note strong {
  color: #fff;
}

@media (max-width: 800px) {
  .qf-hero__eyebrow {
    margin-bottom: 18px;
  }

  .qf-hero__media figcaption {
    right: 18px;
    bottom: 18px;
    width: min(270px, 52vw);
  }

  .qf-capability-list li > div {
    grid-column: 2 / 4;
  }

  .qf-agents__intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .qf-agents__intro > div:last-child {
    padding-top: 0;
  }

  .qf-agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .qf-hero__media figcaption {
    display: none;
  }

  .qf-capability-list li > div {
    grid-column: 2;
  }

  .qf-agents__panel {
    width: calc(100% - 24px);
    padding: 32px 22px;
  }

  .qf-agents__intro .qf-actions {
    align-items: stretch;
  }

  .qf-agent-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .qf-agent-grid article {
    min-height: 0;
  }

  .qf-agent-grid h3 {
    margin-top: 34px;
  }

  .qf-agents__panel p.qf-agents__note {
    width: 100%;
    margin-top: 22px;
    border-radius: var(--qf-radius-md);
  }
}


/* Explicit Safari safe-area viewport paint for standard iPhone browser tabs. */
@media (max-width: 980px) {
  body.qf-document::before,
  body.qf-document::after {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    content: "";
  }

  body.qf-document::before {
    top: 0;
    height: var(--qf-safe-top);
    background: var(--qf-ink);
  }

  body.qf-document::after {
    bottom: 0;
    height: var(--qf-safe-bottom);
    background: #050c16;
  }
}

@media (max-width: 800px) {
  .qf-hero .qf-hero__eyebrow {
    font-size: clamp(16px, 5vw, 19px);
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

/* Compact cinematic hero composition - 2026-08-05 */
:root {
  --qf-hero-height: min(720px, 82svh);
  --qf-hero-pad-top: clamp(62px, 7vh, 72px);
  --qf-hero-pad-bottom: clamp(58px, 7vh, 72px);
}

.qf-hero__inner {
  min-height: calc(var(--qf-hero-height) - 104px);
}

.qf-hero__copy {
  padding-block: 64px 72px;
}

.qf-page-hero__art::after {
  background:
    linear-gradient(90deg,
      rgba(7, 17, 31, .98) 0%,
      rgba(7, 17, 31, .92) 34%,
      rgba(7, 17, 31, .52) 66%,
      rgba(7, 17, 31, .22) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, .10), rgba(7, 17, 31, .50));
}

.qf-page-hero__art img {
  opacity: .82;
  filter: saturate(.88) contrast(1.06);
}

.qf-article-hero {
  background:
    radial-gradient(circle at 78% 34%, rgba(39, 103, 255, .12), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #09172a 100%);
}

@media (max-width: 800px) {
  :root {
    --qf-hero-height: min(720px, 92svh);
    --qf-hero-pad-top: 38px;
    --qf-hero-pad-bottom: 56px;
  }

  .qf-hero__inner {
    min-height: calc(var(--qf-hero-height) - 78px - var(--qf-safe-top));
  }

  .qf-hero__copy {
    padding-block: 32px 56px;
  }

  .qf-page-hero__art::after {
    background: linear-gradient(180deg,
      rgba(7, 17, 31, .92) 0%,
      rgba(7, 17, 31, .76) 55%,
      rgba(7, 17, 31, .62) 100%);
  }

  .qf-page-hero__art img {
    opacity: .64;
  }
}

/* Preserve breathing room beneath the proof rail's 28px section overlap. */
.qf-proof-rail article {
  padding-bottom: 66px;
}

@media (max-width: 760px) {
  .qf-proof-rail article {
    padding-bottom: 28px;
  }

  .qf-proof-rail article:last-child {
    padding-bottom: 56px;
  }
}

/* Service-led process roadmap and footer type polish - 2026-08-05 */
.qf-process {
  overflow: hidden;
}

.qf-process__grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(52px, 6vw, 76px);
}

.qf-process header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr);
  align-items: end;
  gap: 0 clamp(48px, 8vw, 120px);
}

.qf-process header .qf-label {
  grid-column: 1 / -1;
}

.qf-process header h2 {
  max-width: 760px;
  font-size: clamp(52px, 6.2vw, 88px);
}

.qf-process header p {
  justify-self: end;
  max-width: 360px;
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.5;
}

.qf-process__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 42px;
}

.qf-process__steps::before {
  top: 11px;
  right: 30px;
  left: 30px;
  height: 1px;
  background: linear-gradient(90deg, #2767ff, #67d5ff);
}

.qf-process__steps::after {
  top: 6px;
  right: 26px;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #9adfff;
}

.qf-process__steps li {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  padding: 30px 26px 24px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--qf-radius-lg);
  background: linear-gradient(145deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
  box-shadow: 0 24px 56px rgb(0 0 0 / 14%);
}

.qf-process__steps li > i {
  top: -38px;
  left: 24px;
  width: 16px;
  height: 16px;
  border-color: #67d5ff;
  background: #07111f;
  box-shadow: 0 0 0 5px rgb(39 103 255 / 14%);
}

.qf-process__steps li > span {
  color: #9ab8ef;
  font-family: "QF Sans", Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.qf-process__steps h3 {
  margin-top: 18px;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.02;
}

.qf-process__steps p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
}

.qf-process__steps small {
  margin-top: auto;
  padding-top: 18px;
  color: #aabbd8;
  font-family: "QF Sans", Inter, sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .025em;
  text-transform: none;
}

.qf-footer__bottom {
  color: rgb(255 255 255 / 58%);
  font-family: "QF Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.005em;
}

@media (max-width: 980px) {
  .qf-process header {
    grid-template-columns: minmax(0, 1fr);
  }

  .qf-process header p {
    justify-self: start;
    max-width: 480px;
    margin-top: 24px;
  }

  .qf-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
  }

  .qf-process__steps::before,
  .qf-process__steps::after,
  .qf-process__steps li > i {
    display: none;
  }
}

@media (max-width: 560px) {
  .qf-process__grid {
    gap: 42px;
  }

  .qf-process header h2 {
    font-size: clamp(48px, 14vw, 62px);
  }

  .qf-process__steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .qf-process__steps li {
    min-height: 0;
    padding: 26px 22px 22px;
  }

  .qf-process__steps small {
    margin-top: 24px;
  }
}

/* Mobile polish audit: clearer navigation, tighter microcopy, calmer endings. */
@media (max-width: 800px) {
  .qf-footer { padding-bottom: calc(64px + var(--qf-safe-bottom)); }
  .qf-footer__bottom { gap: 8px; padding-top: 28px; }
  .qf-contact-page__grid > div:first-child > span,
  .qf-contact-page .qf-contact-path span {
    font-family: "QF Sans", Inter, sans-serif;
    font-weight: 500;
    letter-spacing: -.005em;
  }
}

@media (max-width: 560px) {
  .qf-home .qf-hero__media::after {
    background: linear-gradient(180deg, var(--qf-ink) 0%, rgba(7, 17, 31, .92) 28%, rgba(7, 17, 31, .18) 62%, transparent 100%);
  }
  .qf-agents__panel { margin-inline: auto; }
  .qf-contact-page .qcdw-contact-form button { width: 100%; }
}

@media (max-width: 400px) {
  .qf-hero .qf-hero__eyebrow {
    font-size: clamp(14px, 4.15vw, 16px);
    letter-spacing: -.01em;
  }
}

/* Specificity safeguards for late-loaded consent styles and legacy contact type. */
@media (max-width: 800px) {
  html body.qf-document button.qcdw-cookie-fab {
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    white-space: nowrap !important;
  }

  html body.qf-document button.qcdw-cookie-fab::before {
    position: absolute;
    inset: 11px;
    width: 22px;
    height: 22px;
    background: #fff;
    text-indent: 0;
  }

  body.qf-document .qf-contact-page__grid .qf-contact-path span,
  body.qf-document .qf-contact-page__grid > div:first-child > span {
    font-family: "QF Sans", Inter, sans-serif !important;
    font-weight: 500;
    letter-spacing: -.005em;
  }

  body.qf-document .qf-footer {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
}

/* Mobile visual-system polish: authentic Lucide iconography and cleaner controls. */
.qf-transform-list > div {
  grid-template-columns: 44px minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 16px;
}

.qf-transform-list > div::before,
.qf-capability-list li > span::before,
.qf-agent-grid article > span::before,
.qf-process__steps li > span::before,
.qf-intellisee__capability-grid article > span::before,
.qf-intellisee__architecture li > span::before,
.qf-aeo__cards article > span::before,
.qf-aeo__steps li > span::before,
.qf-content-list article > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: var(--qf-item-icon, url("../icons/lucide/search.svg")) no-repeat center / contain;
  mask: var(--qf-item-icon, url("../icons/lucide/search.svg")) no-repeat center / contain;
}

.qf-transform-list > div::before {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(39, 103, 255, .22);
  border-radius: var(--qf-radius-md);
  background-color: var(--qf-blue);
  -webkit-mask-size: 21px;
  mask-size: 21px;
}

.qf-transform-list > div:nth-child(1) { --qf-item-icon: url("../icons/lucide/workflow.svg"); }
.qf-transform-list > div:nth-child(2) { --qf-item-icon: url("../icons/lucide/database.svg"); }
.qf-transform-list > div:nth-child(3) { --qf-item-icon: url("../icons/lucide/wrench.svg"); }

.qf-capability-list li > span,
.qf-agent-grid article > span,
.qf-process__steps li > span,
.qf-intellisee__capability-grid article > span,
.qf-intellisee__architecture li > span,
.qf-aeo__cards article > span,
.qf-aeo__steps li > span,
.qf-content-list article > span {
  display: grid;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(39, 103, 255, .22);
  border-radius: var(--qf-radius-md);
  background: rgba(39, 103, 255, .08);
  color: var(--qf-blue);
  font-size: 0 !important;
  letter-spacing: 0 !important;
}

:is(.qf-process__steps, .qf-agent-grid, .qf-intellisee__capability-grid, .qf-intellisee__architecture) :is(li, article) > span {
  border-color: rgba(154, 184, 239, .24);
  background: rgba(154, 184, 239, .08);
  color: #9ab8ef;
}

:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(1),
.qf-intellisee__capability-grid > :nth-child(1) { --qf-item-icon: url("../icons/lucide/search.svg"); }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(2),
.qf-intellisee__capability-grid > :nth-child(2) { --qf-item-icon: url("../icons/lucide/route.svg"); }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(3),
.qf-intellisee__capability-grid > :nth-child(3) { --qf-item-icon: url("../icons/lucide/blocks.svg"); }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(4),
.qf-intellisee__capability-grid > :nth-child(4) { --qf-item-icon: url("../icons/lucide/refresh-cw.svg"); }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(5),
.qf-intellisee__capability-grid > :nth-child(5) { --qf-item-icon: url("../icons/lucide/database.svg"); }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(6),
.qf-intellisee__capability-grid > :nth-child(6) { --qf-item-icon: url("../icons/lucide/shield-check.svg"); }

.qf-capability-list li:nth-child(1) { --qf-item-icon: url("../icons/lucide/code-xml.svg"); }
.qf-capability-list li:nth-child(2) { --qf-item-icon: url("../icons/lucide/bot.svg"); }
.qf-capability-list li:nth-child(3) { --qf-item-icon: url("../icons/lucide/workflow.svg"); }
.qf-capability-list li:nth-child(4) { --qf-item-icon: url("../icons/lucide/panels-top-left.svg"); }
.qf-agent-grid article:nth-child(1) { --qf-item-icon: url("../icons/lucide/send.svg"); }
.qf-agent-grid article:nth-child(2) { --qf-item-icon: url("../icons/lucide/list-checks.svg"); }
.qf-agent-grid article:nth-child(3) { --qf-item-icon: url("../icons/lucide/files.svg"); }
.qf-agent-grid article:nth-child(4) { --qf-item-icon: url("../icons/lucide/headset.svg"); }

.qf-agent-grid h3 { margin-top: 26px; }

.qf-product-frame figcaption {
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.qf-product-frame figcaption > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.qf-product-frame .qf-motion-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border-color: rgba(7, 17, 31, .2);
  background: rgba(245, 242, 234, .94);
  color: var(--qf-ink);
  font-size: 0;
  place-items: center;
  box-shadow: 0 10px 24px rgba(7, 17, 31, .14);
}

.qf-product-frame .qf-motion-toggle::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("../icons/lucide/pause.svg") no-repeat center / contain;
  mask: url("../icons/lucide/pause.svg") no-repeat center / contain;
}

.qf-product-frame .qf-motion-toggle[aria-pressed="true"]::before {
  -webkit-mask-image: url("../icons/lucide/play.svg");
  mask-image: url("../icons/lucide/play.svg");
}

@media (max-width: 800px) {
  .qcdw-cookie-fab::before {
    content: "";
    width: 21px;
    height: 21px;
    background: #fff;
    -webkit-mask: url("../icons/lucide/shield-check.svg") no-repeat center / contain;
    mask: url("../icons/lucide/shield-check.svg") no-repeat center / contain;
  }
}

@media (max-width: 560px) {
  .qf-home .qf-hero__copy .qf-button--outline {
    width: 100%;
    border-color: rgba(255, 255, 255, .68);
    background: rgba(7, 17, 31, .88);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    color: #fff;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .qf-transform-list > div {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 8px 14px;
    padding: 18px 0;
  }
  .qf-transform-list > div::before { grid-row: 1 / 3; }
  .qf-transform-list > div > span { grid-column: 2; }
  .qf-transform-list > div > .qf-arrow { grid-column: 3; }
  .qf-transform-list > div > strong { grid-column: 2 / 4; padding-left: 0; }

  .qf-agents__intro .qf-text-link {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 11px 18px;
    border: 1px solid rgba(185, 204, 239, .42);
    border-radius: var(--qf-radius-pill);
    background: rgba(255, 255, 255, .045);
    color: #fff;
  }

  .qf-product-frame::before { display: none; }

  .qf-footer__directory { row-gap: 34px; }
  .qf-footer__group ul { margin-top: 18px; }
  .qf-footer__group li + li { margin-top: 9px; }
  .qf-footer__group a { line-height: 1.28; }
}

@media (max-width: 400px) {
  .qf-hero .qf-hero__eyebrow {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
  }
}

/* Icon geometry system: consistent boxes, optical scale, and content rhythm. */
:root {
  --qf-icon-box-size: 42px;
  --qf-icon-glyph-size: 19px;
--qf-icon-content-gap: 22px;
}

.qf-capability-list li > span,
.qf-agent-grid article > span,
.qf-process__steps li > span,
.qf-intellisee__capability-grid article > span,
.qf-intellisee__architecture li > span,
.qf-aeo__cards article > span,
.qf-aeo__steps li > span,
.qf-content-list article > span {
  box-sizing: border-box;
  display: inline-grid;
  width: var(--qf-icon-box-size);
  min-width: var(--qf-icon-box-size);
  height: var(--qf-icon-box-size);
  min-height: var(--qf-icon-box-size);
  flex: 0 0 var(--qf-icon-box-size);
  place-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--qf-radius-md);
  line-height: 0;
  vertical-align: top;
}

.qf-transform-list > div::before,
.qf-capability-list li > span::before,
.qf-agent-grid article > span::before,
.qf-process__steps li > span::before,
.qf-intellisee__capability-grid article > span::before,
.qf-intellisee__architecture li > span::before,
.qf-aeo__cards article > span::before,
.qf-aeo__steps li > span::before,
.qf-content-list article > span::before {
  width: var(--qf-icon-glyph-size);
  min-width: var(--qf-icon-glyph-size);
  height: var(--qf-icon-glyph-size);
  min-height: var(--qf-icon-glyph-size);
  flex: 0 0 var(--qf-icon-glyph-size);
  margin: 0;
  transform: translate(var(--qf-icon-shift-x, 0), var(--qf-icon-shift-y, 0)) scale(var(--qf-icon-scale, 1));
  transform-origin: center;
}

/* Optical compensation keeps differently shaped Lucide glyphs equally weighted. */
.qf-capability-list li:nth-child(1) { --qf-icon-scale: .96; }
.qf-capability-list li:nth-child(2) { --qf-icon-scale: .92; --qf-icon-shift-y: -.5px; }
.qf-capability-list li:nth-child(3) { --qf-icon-scale: .94; }
.qf-capability-list li:nth-child(4) { --qf-icon-scale: .93; }
.qf-agent-grid article:nth-child(1) { --qf-icon-scale: .94; --qf-icon-shift-x: -.5px; }
.qf-agent-grid article:nth-child(2) { --qf-icon-scale: .96; }
.qf-agent-grid article:nth-child(3) { --qf-icon-scale: .92; --qf-icon-shift-x: .5px; }
.qf-agent-grid article:nth-child(4) { --qf-icon-scale: .93; --qf-icon-shift-y: -.5px; }

:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(1),
.qf-intellisee__capability-grid > :nth-child(1) { --qf-icon-scale: .94; }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(2),
.qf-intellisee__capability-grid > :nth-child(2) { --qf-icon-scale: .95; }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(3),
.qf-intellisee__capability-grid > :nth-child(3) { --qf-icon-scale: .92; }
:is(.qf-process__steps, .qf-intellisee__architecture, .qf-aeo__steps, .qf-aeo__cards, .qf-content-list) > :nth-child(4),
.qf-intellisee__capability-grid > :nth-child(4) { --qf-icon-scale: .91; }

.qf-agent-grid article > span,
.qf-process__steps li > span {
  align-self: flex-start;
  margin-bottom: var(--qf-icon-content-gap);
}

.qf-agent-grid h3,
.qf-process__steps h3 {
  margin-top: 0;
}

@media (min-width: 801px) {
  .qf-agent-grid h3 {
    display: flex;
    min-height: 2.08em;
    align-items: flex-start;
  }

  .qf-capability-list li {
    grid-template-columns: var(--qf-icon-box-size) minmax(190px, 1fr) minmax(250px, 1.25fr) auto;
    column-gap: 28px;
  }
}

.qf-capability-list li > span {
  align-self: center;
}

.qf-transform-list > div::before {
  box-sizing: border-box;
  width: var(--qf-icon-box-size);
  min-width: var(--qf-icon-box-size);
  height: var(--qf-icon-box-size);
  min-height: var(--qf-icon-box-size);
  align-self: center;
  margin: 0;
  -webkit-mask-size: var(--qf-icon-glyph-size);
  mask-size: var(--qf-icon-glyph-size);
}

.qf-arrow {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  align-self: center;
  margin: 0;
  vertical-align: middle;
}

.qf-product-frame .qf-motion-toggle,
html body.qf-document button.qcdw-cookie-fab {
  box-sizing: border-box;
  place-items: center;
  line-height: 0;
}

.qf-product-frame .qf-motion-toggle::before,
html body.qf-document button.qcdw-cookie-fab::before {
  margin: 0;
  transform: none;
  transform-origin: center;
}

@media (max-width: 800px) {
  .qf-capability-list li {
    grid-template-columns: var(--qf-icon-box-size) minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 12px;
    align-items: start;
  }

  .qf-capability-list li > span {
    align-self: start;
    margin-top: 1px;
  }

  .qf-capability-list li > h3 {
    grid-column: 2;
  }

  .qf-capability-list li > div,
  .qf-capability-list li > a {
    grid-column: 2;
    grid-row: auto;
  }

  .qf-capability-list li > a {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .qf-agent-grid h3 {
    min-height: 0;
  }
}

/* Unified Insights and article system. */
.qf-article--unified .qf-article-hero{min-height:0;padding:calc(110px + var(--qf-safe-top)) 0 72px;background:linear-gradient(135deg,#07111f,#0d2747)}
.qf-article--unified .qf-article-hero__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:clamp(40px,6vw,90px);align-items:center}
.qf-article--unified .qf-article-hero__copy h1{margin:20px 0;font-size:clamp(48px,5.4vw,78px);line-height:.96;letter-spacing:-.055em}.qf-article-hero__eyebrow{color:#82cfff;font:700 11px/1.3 ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase}.qf-article-hero__deck{max-width:550px;color:#c7d8eb;font-size:19px;line-height:1.55}.qf-article--unified .qf-article-hero__media{margin:0;aspect-ratio:4/5;overflow:hidden;border:1px solid rgba(207,225,247,.25);border-radius:var(--qf-radius-lg);background:#17375f}.qf-article--unified .qf-article-hero__media img{width:100%;height:100%;object-fit:cover}.qf-article--unified .qf-prose{font-family:"Iowan Old Style","Palatino Linotype",Georgia,serif;font-size:20px;line-height:1.76}.qf-article--unified .qf-prose p{font:400 20px/1.76 "Iowan Old Style","Palatino Linotype",Georgia,serif;letter-spacing:-.006em}.qf-insights__hero{padding:calc(126px + var(--qf-safe-top)) 0 82px;background:linear-gradient(135deg,#07111f,#123761)}.qf-insights__hero h1{max-width:900px;font-size:clamp(50px,6vw,88px);line-height:.94;letter-spacing:-.06em}.qf-insights__hero p{max-width:620px;color:#c7d8eb;font-size:20px;line-height:1.55}.qf-insights__list{padding:80px 0;background:#f3f7fb}.qf-insights__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.qf-insight-card{overflow:hidden;border:1px solid #d7e1eb;border-radius:var(--qf-radius-lg);background:#fff}.qf-insight-card--lead{grid-column:span 2}.qf-insight-card a{display:block;height:100%;color:#0b1628;text-decoration:none}.qf-insight-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.qf-insight-card :is(p,h2,span){display:block;margin:18px 22px}.qf-insight-card p,.qf-insight-card span{font:700 10px/1.3 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase}.qf-insight-card h2{font-size:clamp(24px,2.2vw,38px);line-height:1.02;letter-spacing:-.045em}@media(max-width:840px){.qf-article--unified .qf-article-hero__layout,.qf-insights__grid{grid-template-columns:1fr}.qf-article--unified .qf-article-hero__media{aspect-ratio:16/10}.qf-insight-card--lead{grid-column:auto}}


/* Unified article rhythm: preserve readable paragraph separation without legacy template overrides. */
.qf-article--unified .qf-prose > p + p { margin-top: 16px; }
@media (max-width: 640px) {
  .qf-article--unified .qf-prose > p + p { margin-top: 14px; }
}

/*
 * Authenticated previews can still receive a long-cached retired journal
 * enhancer. The unified renderer owns article presentation, so suppress only
 * the enhancer's non-content UI.
 */
.qf-article--unified .qf-article-progress,
.qf-article--unified .qf-article-roadmap {
	display: none !important;
}

/* Unified article reading surface and layout. */
.qf-article--unified {
    background: #f3f7fb;
}
.qf-article--unified .qf-article-body {
    padding-block: clamp(78px, 8vw, 124px);
    background: #f3f7fb;
}
.qf-article--unified .qf-article-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 780px) 280px;
    justify-content: center;
    align-items: start;
    gap: clamp(60px, 8vw, 120px);
}
.qf-article--unified .qf-prose {
    color: #0b1628;
    font-size: 19px;
    line-height: 1.72;
}
.qf-article--unified .qf-prose > * + * {
    margin-top: 1.4em;
}
.qf-article--unified .qf-prose h2 {
    margin-top: 1.8em;
    font-size: clamp(32px, 3.5vw, 42px);
}
.qf-article--unified .qf-prose h3 {
    margin-top: 1.65em;
    font-size: 30px;
}
.qf-article--unified .qf-prose a {
    color: var(--qf-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.qf-article--unified .qf-prose img {
    height: auto;
}
.qf-article--unified .qf-article-cta {
    position: sticky;
    top: 112px;
    padding-top: 22px;
    border-top: 3px solid var(--qf-blue);
}
.qf-article--unified .qf-article-cta strong {
    font-size: 24px;
    line-height: 1.15;
}
.qf-article--unified .qf-article-cta p {
    margin-top: 14px;
    color: var(--qf-muted);
    font-size: 15px;
}
.qf-article--unified .qf-article-cta .qf-text-link {
    margin-top: 22px;
}
@media (max-width: 980px) {
    .qf-article--unified .qf-article-body__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .qf-article--unified .qf-article-cta {
        position: static;
    }
}


/* Keep injected retired article nodes from displacing the unified layout. */
.qf-article--unified .qf-article-folio {
    display: none !important;
}
.qf-article--unified .qf-prose {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}
.qf-article--unified .qf-article-cta {
    grid-column: 2;
    grid-row: 1;
}
@media (max-width: 980px) {
    .qf-article--unified .qf-prose {
        grid-column: 1;
        grid-row: 1;
    }
    .qf-article--unified .qf-article-cta {
        grid-column: 1;
        grid-row: 2;
    }
}


/* Unified articles use the site reading face, not the retired editorial serif. */
.qf-article--unified .qf-prose,
.qf-article--unified .qf-prose :is(p, li, blockquote, figcaption, td, th) {
    font-family: "QF Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-style: normal;
}
.qf-article--unified .qf-prose p {
    font: 400 19px/1.72 "QF Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -0.01em;
}


/* Decision-table treatment for the AI approval guide. */
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) table {
    width: 100%;
    margin: 32px 0 28px;
    border: 1px solid #d3deeb;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.08);
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) caption {
    padding: 20px 24px 18px;
    background: linear-gradient(135deg, #f8fbff, #edf4ff);
    border-bottom: 1px solid #d3deeb;
    color: #0b1628;
    font: 700 20px/1.25 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -0.02em;
    text-align: left;
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) thead th {
    padding: 13px 20px;
    background: #10213a;
    color: #ffffff;
    font: 700 11px/1.25 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #dfe7f0;
    color: #25354b;
    font: 400 16px/1.5 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    vertical-align: top;
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) tbody tr:nth-child(even) td {
    background: #f8fbff;
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) tbody tr:last-child td {
    border-bottom: 0;
}
.qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) tbody td:first-child {
    width: 23%;
    color: #0b1628;
    font-weight: 700;
}
@media (max-width: 680px) {
    .qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) thead,
    .qf-article--unified .qcdw-ai-approval-guide section:nth-of-type(5) tbody {
        min-width: 640px;
    }
}


/* Keep article subheads from leaving a single-word final line. */
@supports (text-wrap: balance) {
    .qf-article--unified .qf-prose :is(h2, h3, h4) {
        text-wrap: balance;
    }
}
@supports not (text-wrap: balance) {
    @supports (text-wrap: pretty) {
        .qf-article--unified .qf-prose :is(h2, h3, h4) {
            text-wrap: pretty;
        }
    }
}


/* Shared comparison-table component for all unified article content. */
.qf-article--unified .qf-prose table {
    width: 100%;
    margin: 32px 0 28px;
    border: 1px solid #d3deeb;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.08);
}
.qf-article--unified .qf-prose table caption {
    padding: 20px 24px 18px;
    background: linear-gradient(135deg, #f8fbff, #edf4ff);
    border-bottom: 1px solid #d3deeb;
    color: #0b1628;
    font: 700 20px/1.25 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -0.02em;
    text-align: left;
}
.qf-article--unified .qf-prose table thead th {
    padding: 13px 20px;
    background: #10213a;
    color: #ffffff;
    font: 700 11px/1.25 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
}
.qf-article--unified .qf-prose table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #dfe7f0;
    color: #25354b;
    font: 400 16px/1.5 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    vertical-align: top;
}
.qf-article--unified .qf-prose table tbody tr:nth-child(even) td {
    background: #f8fbff;
}
.qf-article--unified .qf-prose table tbody tr:last-child td {
    border-bottom: 0;
}
.qf-article--unified .qf-prose table tbody td:first-child {
    color: #0b1628;
    font-weight: 700;
}
@media (max-width: 680px) {
    .qf-article--unified .qf-prose table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .qf-article--unified .qf-prose table thead,
    .qf-article--unified .qf-prose table tbody {
        min-width: 640px;
    }
}


/* Durable prose system for current and future Autoblogger posts. */
.qf-article--unified .qf-prose > :first-child {
    margin-top: 0;
}
.qf-article--unified .qf-prose > article,
.qf-article--unified .qf-prose > .wp-block-group {
    display: block;
}
.qf-article--unified .qf-prose article > section + section {
    margin-top: clamp(52px, 6vw, 78px);
}
.qf-article--unified .qf-prose :is(h2, h3, h4) {
    color: #0b1628;
    font-family: "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}
.qf-article--unified .qf-prose h2 {
    margin-bottom: 20px;
}
.qf-article--unified .qf-prose h3 {
    margin-bottom: 12px;
    font-size: clamp(24px, 2.6vw, 30px);
    line-height: 1.12;
}
.qf-article--unified .qf-prose :is(ul, ol) {
    margin: 24px 0;
    padding-left: 1.35em;
}
.qf-article--unified .qf-prose :is(ul, ol) li + li {
    margin-top: 12px;
}
.qf-article--unified .qf-prose li::marker {
    color: var(--qf-blue);
    font-weight: 700;
}
.qf-article--unified .qf-prose figure {
    margin: 34px 0;
    overflow: hidden;
    border: 1px solid #d3deeb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.08);
}
.qf-article--unified .qf-prose figure img {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.qf-article--unified .qf-prose figcaption {
    padding: 13px 18px;
    color: #536579;
    font: 500 13px/1.45 "QF Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}
.qf-article--unified .qf-prose .ai-summarization-summary {
    margin: 0 0 38px;
    padding: 24px;
    border-left: 4px solid var(--qf-blue);
    border-radius: 0 14px 14px 0;
    background: #edf4ff;
}
.qf-article--unified .qf-prose .ai-summarization-summary p + p {
    margin-top: 14px;
}
.qf-article--unified .qf-prose .answer {
    margin-bottom: 38px;
    padding: 22px 24px;
    border: 1px solid #cfe0fb;
    border-radius: 14px;
    background: #f3f8ff;
    font-size: 20px;
    line-height: 1.62;
}
.qf-article--unified .qf-prose aside.note {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 3px solid var(--qf-blue);
    border-radius: 0 14px 14px 0;
    background: #f3f8ff;
}
.qf-article--unified .qf-prose .flow {
    margin: 30px 0;
    padding: 24px;
    border: 1px solid #d3deeb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.06);
}
.qf-article--unified .qf-prose .flow ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.qf-article--unified .qf-prose .flow li {
    min-height: 100%;
    padding: 18px;
    border: 1px solid #dfe7f0;
    border-radius: 12px;
    background: #f8fbff;
}
.qf-article--unified .qf-prose .flow li + li {
    margin-top: 0;
}
.qf-article--unified .qf-prose .flow strong,
.qf-article--unified .qf-prose .flow span {
    display: block;
}
.qf-article--unified .qf-prose .flow strong {
    color: #0b1628;
    font-size: 16px;
    line-height: 1.25;
}
.qf-article--unified .qf-prose .flow span {
    margin-top: 9px;
    color: #536579;
    font-size: 14px;
    line-height: 1.5;
}
.qf-article--unified .qf-prose .checklist {
    padding: 0;
    list-style: none;
}
.qf-article--unified .qf-prose figure.visual-explainer > .checklist {
    padding-inline: clamp(18px, 2.2vw, 26px);
}
.qf-article--unified .qf-prose .checklist li {
    position: relative;
    padding-left: 30px;
}
.qf-article--unified .qf-prose .checklist li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--qf-blue);
    box-shadow: inset 0 0 0 4px #edf4ff;
    content: "";
}
.qf-article--unified .qf-prose .sources {
    margin-top: 54px;
    padding-top: 26px;
    border-top: 1px solid #d3deeb;
}
.qf-article--unified .qf-prose .sources h2 {
    font-size: 22px;
}
@media (max-width: 700px) {
    .qf-article--unified .qf-prose article > section + section {
        margin-top: 46px;
    }
    .qf-article--unified .qf-prose .flow {
        padding: 16px;
    }
    .qf-article--unified .qf-prose .flow ol {
        grid-template-columns: 1fr;
    }
    .qf-article--unified .qf-prose .answer,
    .qf-article--unified .qf-prose aside.note,
    .qf-article--unified .qf-prose .ai-summarization-summary {
        padding: 18px;
    }
}

/* Shared icon geometry: close the loose bottom gap and optically center glyphs. */
:root {
    --qf-icon-content-gap: 16px;
}
.qf-transform-list > div::before,
.qf-capability-list li > span::before,
.qf-agent-grid article > span::before,
.qf-process__steps li > span::before,
.qf-intellisee__capability-grid article > span::before,
.qf-intellisee__architecture li > span::before,
.qf-aeo__cards article > span::before,
.qf-aeo__steps li > span::before,
.qf-content-list article > span::before {
    transform: translate(var(--qf-icon-shift-x, 0), calc(var(--qf-icon-shift-y, 0px) - 1px)) scale(var(--qf-icon-scale, 1));
}


/* Optical glyph baseline: masks sit high within their SVG view boxes. */
:root {
    --qf-icon-glyph-size: 20px;
}
.qf-transform-list > div::before,
.qf-capability-list li > span::before,
.qf-agent-grid article > span::before,
.qf-process__steps li > span::before,
.qf-intellisee__capability-grid article > span::before,
.qf-intellisee__architecture li > span::before,
.qf-aeo__cards article > span::before,
.qf-aeo__steps li > span::before,
.qf-content-list article > span::before {
    transform: translate(var(--qf-icon-shift-x, 0), calc(var(--qf-icon-shift-y, 0px) + 2px)) scale(var(--qf-icon-scale, 1));
}

/* Align icon circles to the visual center of their adjacent content, not the row's metadata block. */
.qf-transform-list > div > span,
.qf-capability-list li > span,
.qf-agent-grid article > span,
.qf-process__steps li > span,
.qf-intellisee__capability-grid article > span,
.qf-intellisee__architecture li > span,
.qf-aeo__cards article > span,
.qf-aeo__steps li > span,
.qf-content-list article > span {
    position: relative;
    top: 2px;
}


/* Inline callouts at any nesting depth stay in the article flow. */
.qf-article-body .qf-prose aside {
  position: static;
  top: auto;
}

/* Generated article artwork uses the shared 3:2 frame without cropping. */
.qf-article--unified .qf-article-hero__media {
  aspect-ratio: 3 / 2;
}

.qf-article--unified .qf-article-hero__media img {
  object-fit: contain;
}

