:root {
  --ink: #0e1117;
  --ink-2: #171b23;
  --muted: #5f6878;
  --line: #dfe3e9;
  --line-dark: rgba(255,255,255,.14);
  --blue: #2869e8;
  --blue-soft: #eff5ff;
  --gold: #d9b45b;
  --gold-deep: #a66d16;
  --gold-soft: #fbf5e7;
  --paper: #fff;
  --page: #f2f4f2;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(26,35,54,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.yesiq-page { margin: 0; color: var(--ink); background: var(--page); font-family: Inter, ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
/* Keep the shared ITYES WhatsApp launcher identical to the homepage. */
body.yesiq-page .ityes-whatsapp-agent svg { fill: currentColor; stroke: none; stroke-width: 0; }
.shell { width: min(1250px, calc(100% - 72px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); border-radius: 8px; padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { font-family: "Plus Jakarta Sans", Inter, sans-serif; }
h1 { margin: 0; font-size: clamp(45px, 4.65vw, 71px); line-height: 1.04; letter-spacing: -.057em; text-wrap: balance; }
h2 { margin: 0; font-size: clamp(36px, 3.65vw, 56px); line-height: 1.07; letter-spacing: -.052em; text-wrap: balance; }
h3 { letter-spacing: -.025em; }
p { line-height: 1.65; }
.section-pad { padding: 132px 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(14,17,23,.06); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.yesiq-brand img { width: 48px; height: 48px; border-radius: 12px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a { position: relative; text-decoration: none; }
.main-nav > a:not(.nav-cta):after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--ink); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover:after { transform: scaleX(1); }
.nav-cta { border-radius: 999px; padding: 14px 21px; background: var(--ink); color: #fff; }
.languages { display: flex; gap: 6px; }
.languages a { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; font-size: 12px; text-decoration: none; }
.languages .active { background: var(--ink); color: #fff; }
.menu-toggle { display: none; border: 0; padding: 6px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: clamp(50px, 6vw, 92px); align-items: center; min-height: 790px; padding: 90px 0 105px; }
.yesiq-logo { width: 215px; height: auto; margin: 0 0 44px; }
.hero-lead { max-width: 690px; margin: 30px 0 34px; color: #485262; font-size: clamp(17px, 1.35vw, 20px); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; border: 1px solid transparent; border-radius: 13px; padding: 0 23px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(14,17,23,.12); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { border-color: #b8bec8; background: #fff; }
.boundary-note { display: flex; gap: 10px; max-width: 640px; margin: 22px 0 0; color: #697383; font-size: 12px; }
.boundary-note svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--gold-deep); }

.report-window { overflow: hidden; border: 1px solid #d8dce2; border-radius: 19px; background: #fff; box-shadow: var(--shadow); }
.report-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 22px 24px; }
.report-head div { display: grid; gap: 5px; }
.report-head span, .section-label, .report-row span { color: #7a8492; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.report-head strong { font-family: "Plus Jakarta Sans"; font-size: 16px; }
.report-head img { width: 38px; height: 38px; }
.report-summary { padding: 25px 24px 22px; }
.report-summary p { margin: 8px 0 0; color: #4b5565; font-size: 14px; }
.report-row { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 15px; align-items: center; border-top: 1px solid var(--line); padding: 19px 24px; }
.report-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #dce1e8; border-radius: 50%; color: #475263; }
.report-icon.gold { border-color: #ebd9ad; color: var(--gold-deep); background: var(--gold-soft); }
.report-icon svg { width: 22px; height: 22px; }
.report-row > div:nth-child(2) { display: grid; gap: 5px; }
.report-row strong { font-size: 13px; line-height: 1.4; }
.report-row small { color: #687282; font-size: 11px; line-height: 1.45; }
.evidence { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dfe3e8; border-radius: 999px; padding: 6px 9px; color: #4e5969; font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.evidence i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.evidence.hypothesis i { background: var(--gold-deep); }
.score { display: flex; align-items: baseline; justify-content: center; width: 62px; height: 62px; border: 6px solid #f0e0ba; border-top-color: var(--gold-deep); border-radius: 50%; }
.score strong { margin-top: 10px; font-size: 20px; }
.score small { color: #697383; }
.report-foot { display: flex; align-items: center; gap: 9px; padding: 15px 24px; background: #fafbfc; color: #687282; font-size: 10px; }
.report-foot svg { width: 17px; height: 17px; color: var(--gold-deep); }

.dark-section { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.dark-section:before { position: absolute; inset: 0; content: ""; background-image: radial-gradient(circle at 50% 0, rgba(217,180,91,.11), transparent 37%); pointer-events: none; }
.process { padding: 126px 0 120px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .65fr); gap: 70px; align-items: end; margin-bottom: 70px; }
.section-intro > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.on-dark > p { color: #aeb5c1; }
.eyebrow { display: block; margin-bottom: 15px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; margin: 0; padding: 42px 0 0; list-style: none; }
.process-track:before { position: absolute; top: 59px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--gold), var(--gold), transparent); opacity: .7; }
.process-track li { position: relative; padding-top: 50px; }
.step-number { position: absolute; top: 0; left: 0; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold); font-size: 11px; font-weight: 800; }
.process-track svg { width: 52px; height: 52px; margin-bottom: 24px; color: var(--gold); stroke-width: 1.25; }
.process-track h3 { margin: 0 0 10px; font-size: 18px; }
.process-track p { margin: 0; color: #9da5b2; font-size: 13px; }

.outcomes { background: #fff; }
.outcome-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, .85fr); gap: clamp(70px, 8vw, 130px); align-items: center; }
.outcome-copy > p { max-width: 650px; margin: 24px 0 42px; color: var(--muted); font-size: 17px; }
.outcome-list { margin: 0; padding: 0; list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; border-top: 1px solid var(--line); padding: 19px 0; }
.outcome-list li > span { color: var(--blue); font-family: "Plus Jakarta Sans"; font-size: 12px; font-weight: 800; }
.outcome-list strong { display: block; margin-bottom: 4px; font-size: 14px; }
.outcome-list p { margin: 0; color: #6b7482; font-size: 12px; }

.report-sheet { position: relative; border: 1px solid #dce1e8; border-left: 3px solid var(--gold); border-radius: 8px; padding: 36px; background: #fff; box-shadow: var(--shadow); transform: rotate(.8deg); }
.report-sheet:after { position: absolute; z-index: -1; top: 16px; right: -14px; bottom: -16px; left: 14px; border: 1px solid #e5e8ed; border-radius: 8px; content: ""; background: #f8f9fb; }
.sheet-brand { display: flex; align-items: center; justify-content: space-between; color: #778190; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sheet-brand img { width: 118px; height: auto; }
.report-sheet h3 { margin: 38px 0 8px; font-size: 27px; line-height: 1.2; }
.sheet-sub { margin: 0; color: #7b8491; font-size: 10px; }
.sheet-block { margin-top: 29px; }
.sheet-block span, .sheet-columns span { display: block; margin-bottom: 10px; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.summary-lines i { display: block; width: 95%; height: 5px; margin-top: 7px; border-radius: 10px; background: #e4e7eb; }
.summary-lines i:nth-child(3) { width: 82%; }.summary-lines i:nth-child(4) { width: 88%; }.summary-lines i:nth-child(5) { width: 63%; }
.journey-line { display: grid; grid-template-columns: repeat(4, 1fr); margin: 32px 0; }
.journey-line span { position: relative; padding: 9px 3px; background: #edf3ff; color: #466184; font-size: 8px; text-align: center; }
.journey-line span:not(:last-child):after { position: absolute; z-index: 2; top: 0; right: -12px; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 12px solid white; content: ""; }
.journey-line span:not(:last-child):before { position: absolute; z-index: 3; top: 2px; right: -9px; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 10px solid #edf3ff; content: ""; }
.sheet-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); padding-top: 23px; }
.sheet-columns p { margin: 7px 0; color: #5e6878; font-size: 9px; }
.recommendation { margin-top: 26px; border-left: 2px solid var(--gold); padding: 17px 19px; background: var(--gold-soft); }
.recommendation > span { display: block; margin-bottom: 7px; color: var(--gold-deep); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.recommendation strong { font-size: 12px; }.recommendation p, .recommendation small { color: #646d7b; font-size: 9px; line-height: 1.5; }.recommendation p { margin: 5px 0; }
.sheet-evidence { display: flex; gap: 8px; margin-top: 25px; }
.sheet-evidence span { border: 1px solid var(--line); border-radius: 999px; padding: 5px 8px; color: #697383; font-size: 7px; font-weight: 800; text-transform: uppercase; }

.delivery-proof { position: relative; overflow: hidden; padding: 132px 0; background: var(--ink); color: #fff; }
.delivery-proof:before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 12% 8%, rgba(217,180,91,.14), transparent 34%); pointer-events: none; }
.delivery-proof-grid { position: relative; display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(70px, 9vw, 145px); }
.delivery-proof-title h2 { max-width: 520px; }
.delivery-signature { display: flex; align-items: center; gap: 13px; margin-top: 42px; color: #c9ced7; font-size: 12px; font-weight: 600; }
.delivery-signature img { width: 44px; height: 44px; border-radius: 11px; }
.delivery-proof-copy { display: grid; gap: 0; }
.delivery-proof-copy p { margin: 0; border-top: 1px solid var(--line-dark); padding: 24px 0; color: #aeb6c2; font-size: 15px; }
.delivery-proof-copy .delivery-lead { border-top-color: var(--gold); padding-top: 28px; color: #fff; font-family: "Plus Jakarta Sans"; font-size: 21px; font-weight: 600; line-height: 1.5; }
.delivery-proof-copy .delivery-conclusion { border: 1px solid rgba(217,180,91,.35); border-left: 3px solid var(--gold); margin-top: 14px; padding: 24px; background: rgba(217,180,91,.07); color: #f0e5c9; font-weight: 600; }

.versions { background: #fff; border-top: 1px solid var(--line); }
.version-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.version-card { display: flex; flex-direction: column; min-height: 690px; border: 1px solid var(--line); border-radius: 20px; padding: clamp(30px, 3.2vw, 46px); background: #fff; }
.chatgpt-version { border-color: #cddbf3; background: #f7faff; }
.web-version { border-color: #e4d4ad; background: #fffdf8; }
.version-heading { display: flex; align-items: center; gap: 18px; }
.version-heading > img, .version-mark { flex: 0 0 58px; width: 58px; height: 58px; }
.version-mark { display: grid; place-items: center; border-radius: 15px; }
.version-mark svg { width: 31px; height: 31px; }
.chatgpt-mark { background: #e9f1ff; color: var(--blue); }
.version-heading span { display: block; margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.web-version .version-heading span { color: var(--gold-deep); }
.version-heading h3 { margin: 0; font-size: 25px; }
.version-lead { min-height: 82px; margin: 30px 0 25px; color: #5d6879; font-size: 14px; }
.version-features { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.version-features li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; border-top: 1px solid rgba(99,115,141,.17); padding: 15px 0; color: #414c5d; font-size: 13px; line-height: 1.5; }
.version-features svg { width: 18px; height: 18px; margin-top: 1px; color: var(--blue); stroke-width: 2; }
.web-version .version-features svg { color: var(--gold-deep); }
.version-features code { font: 600 .91em ui-monospace, SFMono-Regular, Menlo, monospace; }
.version-footer { display: grid; gap: 6px; margin-top: auto; border-top: 1px solid #c9d8ee; padding-top: 22px; }
.version-footer > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.version-footer strong { font-family: "Plus Jakarta Sans"; font-size: 16px; }
.version-footer small { color: #737d8c; font-size: 10px; line-height: 1.5; }
.web-footer { border-top-color: #e6d5ad; }
.web-footer > span { color: var(--gold-deep); }
.web-footer .button { justify-self: start; margin: 5px 0 2px; }

.mcp-section { background: #f3f7ff; }
.mcp-section code { font: 600 .92em ui-monospace, SFMono-Regular, Menlo, monospace; }
.mcp-flow { display: grid; grid-template-columns: 1fr 120px 1fr 120px 1fr; align-items: center; margin: 80px 0 46px; }
.flow-node { display: grid; align-content: center; min-height: 205px; border: 1px solid #d9e1ef; border-radius: 16px; padding: 28px; background: #fff; box-shadow: 0 14px 35px rgba(48,75,125,.08); text-align: center; }
.flow-node small { margin: 15px 0 7px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.flow-node strong { font-size: 14px; line-height: 1.45; }
.node-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto; border-radius: 15px; background: var(--blue-soft); color: var(--blue); }
.node-icon svg { width: 28px; height: 28px; }
.tool-node { border-color: #e5cf98; background: #fffdf8; }
.tool-node img { width: 58px; height: 58px; margin: 0 auto; }
.flow-arrow { color: #647188; font-size: 9px; font-weight: 700; text-align: center; }
.flow-arrow svg { width: 80px; max-width: 100%; margin: 9px auto 0; color: var(--blue); }
.mcp-value { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.human-control, .reuse { border: 1px solid #d9e1ef; border-radius: 15px; padding: 26px; background: rgba(255,255,255,.76); }
.human-control { display: flex; gap: 18px; align-items: flex-start; }
.human-control svg { flex: 0 0 31px; width: 31px; height: 31px; color: var(--blue); }
.human-control p { margin: 6px 0 0; color: #697486; font-size: 12px; }
.reuse ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; margin: 12px 0 0; padding: 0; list-style: none; }
.reuse li { position: relative; padding-left: 17px; color: #5e697a; font-size: 11px; }.reuse li:before { position: absolute; top: .45em; left: 0; width: 6px; height: 6px; border-radius: 50%; content: ""; background: var(--gold); }
.mcp-org-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-top: 80px; border-top: 1px solid #cbd7e8; padding-top: 46px; }
.mcp-org-note span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.mcp-org-note h3 { margin: 10px 0 0; font-size: 25px; }
.mcp-org-note p { margin: 0; color: #5f6b7d; font-size: 14px; }

.principles { background: #fff; }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 46px 1fr; gap: 19px; border-bottom: 1px solid var(--line); padding: 27px 0; }
.principle-list article > span { color: var(--gold-deep); font-family: "Plus Jakarta Sans"; font-size: 12px; font-weight: 800; }
.principle-list h3 { margin: 0 0 7px; font-size: 17px; }.principle-list p { margin: 0; color: var(--muted); font-size: 13px; }

.closing-cta { position: relative; overflow: hidden; padding: 115px 0; background: var(--ink); color: #fff; text-align: center; }
.closing-cta:before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 100%, rgba(217,180,91,.16), transparent 48%); }
.closing-cta .shell { position: relative; }
.closing-cta img { width: 165px; height: auto; margin: 0 auto 34px; }
.closing-cta h2 { max-width: 950px; margin: 0 auto; }.closing-cta p { max-width: 700px; margin: 24px auto 34px; color: #aeb6c2; font-size: 16px; }
.actions.centered { justify-content: center; }.button-gold { background: var(--gold); color: #1a1408; }.button-dark-outline { border-color: #5a606a; color: #fff; }

.site-footer { padding: 68px 0 28px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 80px; }
.footer-grid > div { display: grid; align-content: start; justify-items: start; gap: 10px; }
.footer-grid img { width: 52px; height: 52px; margin-bottom: 7px; border-radius: 12px; }
.footer-grid strong { font-size: 13px; }.footer-grid p, .footer-grid a { margin: 0; color: #6a7482; font-size: 12px; text-decoration: none; }.footer-grid a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; border-top: 1px solid var(--line); padding-top: 22px; color: #838b97; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.process-track .reveal:nth-child(2), .outcome-list .reveal:nth-child(2) { transition-delay: .06s; }
.process-track .reveal:nth-child(3) { transition-delay: .12s; }.process-track .reveal:nth-child(4) { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1050px) {
  .shell { width: min(100% - 44px, 920px); }
  .main-nav { gap: 17px; }.languages { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 820px; }.report-window { max-width: 720px; }
  .outcome-grid { grid-template-columns: 1fr; }.report-sheet { width: min(100%, 620px); justify-self: center; }
  .delivery-proof-grid { grid-template-columns: 1fr; gap: 58px; }
  .version-card { min-height: 720px; }
  .mcp-flow { grid-template-columns: 1fr 70px 1fr 70px 1fr; }.flow-node { min-height: 185px; padding: 20px 14px; }
}

@media (max-width: 760px) {
  /* Match IconFlow: centre the ITYES mark only in the single-column mobile footer. */
  body.yesiq-page .lc-footer-brand img { margin-right: auto; margin-left: auto; }
  .shell { width: calc(100% - 32px); }
  .section-pad { padding: 82px 0; }.header-inner { min-height: 72px; }.yesiq-brand img { width: 42px; height: 42px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-content: start; align-items: stretch; width: 100%; height: calc(100dvh - 72px); gap: 0; padding: 26px 22px; background: #fff; overflow-y: auto; }
  .main-nav.open { display: grid; }.main-nav > a { border-bottom: 1px solid var(--line); padding: 18px 4px; font-size: 17px; }.main-nav .nav-cta { margin-top: 22px; border: 0; border-radius: 12px; text-align: center; }
  h1 { font-size: clamp(40px, 12vw, 54px); }.hero { grid-template-columns: 1fr; gap: 58px; min-height: auto; padding: 64px 0 78px; }.yesiq-logo { width: 174px; margin-bottom: 32px; }.hero-lead { font-size: 17px; }.actions .button { width: 100%; }
  .report-row { grid-template-columns: 42px 1fr; padding: 17px; }.report-row > :last-child { grid-column: 2; justify-self: start; }.report-head, .report-summary { padding-right: 17px; padding-left: 17px; }
  .process { padding: 82px 0; }.section-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }.section-intro > p { font-size: 15px; }
  .process-track { grid-template-columns: 1fr; gap: 0; padding: 0 0 0 52px; }.process-track:before { top: 18px; right: auto; bottom: 18px; left: 18px; width: 1px; height: auto; background: linear-gradient(transparent,var(--gold),transparent); }.process-track li { padding: 0 0 42px; }.step-number { left: -52px; }.process-track svg { margin-bottom: 15px; }
  .outcome-grid { gap: 58px; }.report-sheet { padding: 24px 20px; transform: none; }.sheet-columns { gap: 12px; }.report-sheet:after { display: none; }
  .delivery-proof { padding: 82px 0; }.delivery-proof-grid { gap: 42px; }.delivery-signature { margin-top: 28px; }.delivery-proof-copy p { padding: 20px 0; font-size: 14px; }.delivery-proof-copy .delivery-lead { font-size: 18px; }.delivery-proof-copy .delivery-conclusion { padding: 20px; }
  .version-comparison { grid-template-columns: 1fr; }.version-card { min-height: 0; padding: 27px 22px; }.version-lead { min-height: 0; margin-top: 23px; }.version-footer { margin-top: 26px; }.web-footer .button { width: 100%; }
  .mcp-flow { grid-template-columns: 1fr; gap: 12px; margin: 50px 0 30px; }.flow-node { min-height: 165px; }.flow-arrow { padding: 5px 0; }.flow-arrow svg { width: 52px; transform: rotate(90deg); }.mcp-value, .mcp-org-note { grid-template-columns: 1fr; }.reuse ul { grid-template-columns: 1fr; }.mcp-org-note { gap: 20px; margin-top: 55px; padding-top: 34px; }
  .principles-grid { grid-template-columns: 1fr; gap: 48px; }.closing-cta { padding: 82px 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 7px; }
}
