/* DESIGN REMINDER — Omnia reference mirror: central 960px consulting-document canvas, Georgia editorial type, Helvetica UI labels, blue-to-green gradient cover, pale grey field, fixed right-side section navigator, print-safe panels. Afrizan-specific content is the only variable layer. */
:root {
  --pt-green: #7DB946;
  --pt-blue: #3CA8DE;
  --pt-gradient: linear-gradient(125deg, #3CA8DE 0%, #7DB946 100%);
  --pt-gradient-h: linear-gradient(to right, #3CA8DE, #7DB946);
  --ink: #2a2a2a;
  --ink-soft: #515151;
  --ink-muted: #888;
  --rule: #dddde8;
  --bg: #f5f5f8;
  --bg-white: #fff;
  --bg-light: #efeff5;
  --dark-bg: #1a1f26;
  --dark-card: #141c24;
  --green-lt: #e8f5d8;
  --blue-lt: #ddf0fa;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #f0f0f5; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.7; }
body.gated { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.page { width: 100%; max-width: 960px; margin: 0 auto; background: var(--bg-white); border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.section { padding: 72px 80px; border-bottom: 1px solid var(--rule); }
.section:last-child { border-bottom: 0; }
.section-inner { max-width: 760px; }
h1, h2, h3, h4, h5 { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-weight: normal; letter-spacing: -0.01em; }
p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; margin-bottom: 18px; }
p:last-child { margin-bottom: 0; }
.eyebrow { color: var(--pt-blue); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .2em; margin-bottom: 16px; text-transform: uppercase; }
.section-title { font-size: 32px; line-height: 1.2; margin-bottom: 28px; }
.section-title em { background: var(--pt-gradient-h); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: italic; }
.section-lead { color: var(--ink-soft); font-size: 18px; line-height: 1.65; margin-bottom: 32px; max-width: 680px; }
.rule { width: 48px; height: 3px; background: var(--pt-gradient-h); border-radius: 2px; margin: 28px 0; }
hr.light { border: 0; border-top: 1px solid var(--rule); margin: 40px 0; }

/* Omnia reference cover */
.cover { min-height: 540px; overflow: hidden; position: relative; display: flex; flex-direction: column; background: var(--pt-gradient); color: #fff; }
.cover:before, .cover:after { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.cover:before { top: -100px; right: -100px; width: 500px; height: 500px; }
.cover:after { bottom: -80px; left: 30%; width: 360px; height: 360px; background: rgba(255,255,255,.04); }
.cover-topbar { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 28px 48px 0; }
.cover-logo-wrap { display: inline-flex; align-items: center; gap: 14px; padding: 10px 18px; border-radius: 4px; background: rgba(255,255,255,.92); }
.cover-logo-wrap img { display: block; width: auto; height: 39px; }
.cover-logo-wrap .divider { width: 1px; height: 28px; background: #ddd; }
.cover-logo-wrap .client-logo { height: 34px; max-width: 92px; object-fit: contain; }
.cover-confidential { color: rgba(255,255,255,.52); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.cover-body { position: relative; z-index: 2; flex: 1; padding: 52px 48px 0; }
.cover-eyebrow { color: rgba(255,255,255,.62); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; margin-bottom: 20px; text-transform: uppercase; }
.cover-title { max-width: 600px; color: #fff; font-size: 50px; line-height: 1.1; margin-bottom: 20px; }
.cover-rule { width: 52px; height: 3px; margin: 24px 0; background: rgba(255,255,255,.52); }
.cover-subtitle { max-width: 540px; color: rgba(255,255,255,.84); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 17px; line-height: 1.55; }
.cover-footer { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 38px; padding: 20px 48px; margin-top: 48px; background: rgba(0,0,0,.18); }
.cover-meta-item { color: rgba(255,255,255,.54); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; }
.cover-meta-item strong { display: block; color: rgba(255,255,255,.9); font-size: 13px; margin-bottom: 2px; }

/* Omnia reference panels */
.callout { margin: 32px 0; padding: 20px 24px; border-left: 4px solid var(--pt-blue); border-radius: 0 4px 4px 0; background: var(--blue-lt); }
.callout p { margin: 0; color: #1a5a7a; font-size: 15px; }
.callout-green { border-left-color: var(--pt-green); background: var(--green-lt); }
.callout-green p { color: #3a6010; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 36px 0; border: 1px solid var(--rule); background: var(--rule); }
.card { padding: 28px 24px; background: #fff; }
.card-num { margin-bottom: 6px; background: var(--pt-gradient-h); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 38px; line-height: 1; }
.card-label { margin-bottom: 10px; color: var(--ink-muted); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-desc { color: var(--ink-soft); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13.5px; line-height: 1.55; }
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.pain-item { padding: 22px 24px; border: 1px solid var(--rule); border-top: 3px solid transparent; border-image: var(--pt-gradient-h) 1; border-radius: 4px; background: #fff; }
.pain-item h4 { margin-bottom: 8px; color: var(--pt-blue); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pain-item p { margin: 0; font-size: 14px; line-height: 1.55; }
.steps { margin: 36px 0; }
.step { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 28px; }
.step-num { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--pt-gradient); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: 700; }
.step-body h4 { margin-bottom: 5px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: 700; }
.step-body p { margin: 0; font-size: 14px; line-height: 1.55; }
.taila-block { position: relative; overflow: hidden; margin: 40px 0; padding: 48px 52px; border-radius: 4px; background: var(--pt-gradient); color: #fff; }
.taila-block:before { content: ''; position: absolute; top: -60px; right: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.07); }
.taila-block>* { position: relative; }
.taila-block .eyebrow { color: rgba(255,255,255,.58); }
.taila-block h3 { margin-bottom: 16px; color: #fff; font-size: 26px; }
.taila-block p { color: rgba(255,255,255,.85); font-size: 15px; }
.taila-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.taila-feat { padding-top: 16px; border-top: 2px solid rgba(255,255,255,.25); }
.taila-feat h5 { margin-bottom: 8px; color: rgba(255,255,255,.62); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.taila-feat p { margin: 0; color: rgba(255,255,255,.82); font-size: 13.5px; line-height: 1.5; }
.cap-table { width: 100%; margin: 32px 0; border-collapse: collapse; font-size: 14px; }
.cap-table thead tr { background: var(--ink); color: #fff; }
.cap-table th { padding: 14px 18px; color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.cap-table tbody tr { border-bottom: 1px solid var(--rule); }
.cap-table tbody tr:nth-child(even) { background: var(--bg-light); }
.cap-table td { padding: 14px 18px; color: var(--ink-soft); line-height: 1.5; vertical-align: top; }
.cap-table td:first-child { color: var(--ink); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; }
.cap-badge { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 2px; background: var(--pt-gradient); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tech-stack { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 32px 0; border: 1px solid var(--rule); background: var(--rule); }
.tech-item { padding: 24px 20px; background: #fff; text-align: center; }
.tech-item .icon { display: block; margin-bottom: 10px; background: var(--pt-gradient-h); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 26px; }
.tech-item h4 { margin-bottom: 6px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tech-item p { margin: 0; color: var(--ink-muted); font-size: 12.5px; line-height: 1.45; }
.integration-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.int-badge { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border: 1px solid var(--rule); border-radius: 4px; background: #fff; }
.int-badge .dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--pt-green); }
.int-badge span { color: var(--ink); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; }
.int-badge small { display: block; color: var(--ink-muted); font-size: 11.5px; }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0; }
.cap-item { padding: 24px; border: 1px solid var(--rule); border-radius: 4px; background: #fff; }
.cap-num { margin-bottom: 13px; background: var(--pt-gradient-h); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 30px; line-height: 1; }
.cap-item h4 { margin-bottom: 10px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 700; }
.cap-item p { margin: 0; font-size: 13px; line-height: 1.6; }
.timeline { margin: 36px 0; }
.tl-item { display: flex; }
.tl-left { position: relative; flex: 0 0 120px; width: 120px; padding: 20px 20px 20px 0; border-right: 2px solid var(--rule); text-align: right; }
.tl-left:after { content: ''; position: absolute; top: 24px; right: -8px; width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: var(--pt-gradient); box-shadow: 0 0 0 2px var(--pt-green); }
.tl-phase { color: var(--pt-blue); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tl-period { margin-top: 2px; color: var(--ink-muted); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; }
.tl-right { flex: 1; padding: 20px 0 20px 28px; }
.tl-right h4 { margin-bottom: 6px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: 700; }
.tl-right p { margin: 0; font-size: 13.5px; line-height: 1.55; }

/* Omnia reference commercial + close */
.pricing-section { padding: 80px; background: var(--dark-bg); color: #fff; }
.pricing-section .eyebrow { color: rgba(255,255,255,.4); }
.pricing-section .section-title { color: #fff; }
.pricing-section .section-lead { color: rgba(255,255,255,.63); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 40px; background: rgba(255,255,255,.06); }
.pricing-block { padding: 36px 36px 32px; background: var(--dark-card); }
.pricing-block-label { margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.34); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.price-line { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.price-name { flex: 1; color: rgba(255,255,255,.8); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13.5px; }
.price-name small { display: block; margin-top: 2px; color: rgba(255,255,255,.34); font-size: 11px; line-height: 1.4; }
.price-val { flex: 0 0 auto; color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; text-align: right; }
.price-subtotal { display: flex; justify-content: space-between; padding-top: 16px; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.price-subtotal .label, .pricing-total-bar .label { color: rgba(255,255,255,.38); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-subtotal .val { color: rgba(255,255,255,.92); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; font-weight: 700; }
.pricing-total-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 36px; margin-top: 2px; background: var(--pt-gradient); }
.pricing-total-bar .label { color: rgba(255,255,255,.72); }
.pricing-total-bar .sublabel { margin-top: 4px; color: rgba(255,255,255,.58); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; }
.pricing-total-bar .total { color: #fff; font-size: 30px; text-align: right; }
.pricing-footnotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 32px; }
.pricing-fn { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.pricing-fn h5 { margin-bottom: 8px; color: rgba(255,255,255,.4); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pricing-fn p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.5; }
.next-steps { padding: 72px 80px; border-bottom: 1px solid var(--rule); background: var(--bg-light); }
.ns-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 36px; border: 1px solid var(--rule); background: var(--rule); }
.ns-item { padding: 28px 24px; background: #fff; }
.ns-num { margin-bottom: 12px; opacity: .35; background: var(--pt-gradient-h); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 42px; line-height: 1; }
.ns-item h4 { margin-bottom: 8px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ns-item p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.55; }
.supp-section { padding: 40px 80px; border-top: 1px solid #e8eaed; background: #f7f8fa; }
.supp-label { margin-bottom: 24px; color: var(--pt-blue); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.supp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.supp-card { position: relative; overflow: hidden; padding: 28px 28px 24px; border: 1px solid #e0e4e8; border-radius: 4px; background: #fff; }
.supp-card:before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--pt-gradient-h); }
.supp-card .eyebrow { margin-bottom: 8px; }
.supp-card h3 { margin-bottom: 8px; font-size: 17px; }
.supp-card p { margin-bottom: 20px; color: #666; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.6; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 3px; background: var(--pt-gradient); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; font-weight: 600; text-decoration: none; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px 48px; background: var(--pt-gradient); }
.footer-logo-wrap { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 3px; background: rgba(255,255,255,.16); }
.footer-logo-wrap img { width: auto; height: 32px; filter: brightness(0) invert(1); opacity: .88; }
.footer-contact { color: rgba(255,255,255,.58); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; text-align: right; }
.footer-contact strong { display: block; color: rgba(255,255,255,.88); font-size: 13px; margin-bottom: 2px; }
.footer-contact a { color: rgba(255,255,255,.72); text-decoration: none; }

/* Reference right-side contents and access gate */
#sec-nav { position: fixed; top: 50%; right: 0; z-index: 9000; display: flex; flex-direction: column; width: 162px; padding: 10px 0; transform: translateY(-50%); border-left: 1px solid rgba(60,168,222,.14); border-radius: 10px 0 0 10px; background: rgba(255,255,255,.95); box-shadow: -4px 0 20px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.sn-dot { width: 100%; padding: 7px 12px 7px 14px; border: 0; border-left: 2.5px solid transparent; background: transparent; color: #8a96a2; cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 500; line-height: 1.3; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.sn-dot:hover { border-left-color: rgba(60,168,222,.4); background: rgba(60,168,222,.06); color: var(--pt-blue); }
.sn-dot.active { border-left-color: var(--pt-blue); background: rgba(60,168,222,.09); color: #1a2a3a; font-weight: 700; }
.sn-num { display: inline-block; width: 14px; margin-right: 8px; color: #c8d2da; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-align: right; }
.sn-dot.active .sn-num { color: var(--pt-blue); }
#sec-nav-mobile { display: none; }
.print-btn { position: fixed; right: 32px; bottom: 32px; z-index: 9999; display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border: 0; border-radius: 4px; background: var(--pt-gradient); box-shadow: 0 4px 20px rgba(60,168,222,.35),0 2px 8px rgba(0,0,0,.15); color: #fff; cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.print-btn:hover { transform: translateY(-2px); }
#pw-gate { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--pt-gradient); }
#pw-gate.hidden { display: none; }
.pw-card { width: 90%; max-width: 420px; padding: 52px 56px; border-radius: 6px; background: rgba(255,255,255,.97); box-shadow: 0 32px 80px rgba(0,0,0,.22); text-align: center; }
.pw-logo { width: auto; height: 40px; margin-bottom: 32px; }
.pw-title { margin-bottom: 8px; font-size: 22px; }
.pw-subtitle { margin-bottom: 32px; color: var(--ink-muted); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.5; }
.pw-input { width: 100%; margin-bottom: 14px; padding: 13px 16px; border: 1.5px solid var(--rule); border-radius: 4px; color: var(--ink); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; letter-spacing: .08em; outline: none; text-align: center; }
.pw-input:focus { border-color: var(--pt-blue); }
.pw-input.error { border-color: #e05252; }
.pw-btn { width: 100%; padding: 13px; border: 0; border-radius: 4px; background: var(--pt-gradient); color: #fff; cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.pw-error { min-height: 16px; margin-top: 10px; color: #e05252; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; }
.pw-confidential { margin-top: 28px; color: rgba(255,255,255,.55); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

/* Supporting-route treatment mirrored from the Omnia proposal document */
.route-cover { padding: 72px 80px 60px; background: var(--pt-gradient); color: #fff; }
.route-cover .eyebrow { color: rgba(255,255,255,.62); }
.route-cover h1 { max-width: 700px; color: #fff; font-size: 42px; line-height: 1.15; }
.route-cover p { max-width: 660px; margin-top: 18px; color: rgba(255,255,255,.84); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; }
.route-note { margin: 32px 0; padding: 18px 22px; border-left: 4px solid var(--pt-green); background: var(--green-lt); color: #3a6010; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; }
.matrix { width: 100%; margin: 28px 0; border-collapse: collapse; }
.matrix th { padding: 14px 18px; background: var(--ink); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.matrix td { padding: 15px 18px; border-bottom: 1px solid var(--rule); color: var(--ink-soft); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.55; vertical-align: top; }
.matrix tr:nth-child(even) td { background: var(--bg-light); }
.matrix td:first-child { color: var(--ink); font-weight: 700; }
.route-footer-link { padding: 24px 80px 40px; background: #f7f8fa; color: var(--ink-muted); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; }
.route-footer-link a { color: var(--pt-blue); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  #sec-nav { display: none !important; }
  #sec-nav-mobile { display: block; }
  #sn-pill { position: fixed; right: 16px; bottom: calc(80px + env(safe-area-inset-bottom,0px)); z-index: 9001; display: flex; align-items: center; gap: 7px; max-width: 200px; padding: 9px 15px 9px 11px; border: 0; border-radius: 24px; background: rgba(26,42,58,.92); box-shadow: 0 4px 18px rgba(0,0,0,.25); color: #fff; cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: 600; }
  #sn-drawer-overlay { position: fixed; inset: 0; z-index: 9002; opacity: 0; background: rgba(0,0,0,.42); pointer-events: none; transition: opacity .25s ease; }
  #sn-drawer-overlay.open { opacity: 1; pointer-events: all; }
  #sn-drawer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 9003; max-height: 78vh; padding-bottom: calc(16px + env(safe-area-inset-bottom,0px)); overflow-y: auto; transform: translateY(100%); border-radius: 16px 16px 0 0; background: #fff; box-shadow: 0 -8px 40px rgba(0,0,0,.16); transition: transform .3s cubic-bezier(.32,.72,0,1); }
  #sn-drawer.open { transform: translateY(0); }
  #sn-drawer-handle { width: 36px; height: 4px; margin: 12px auto 4px; border-radius: 2px; background: #d8dde3; }
  #sn-drawer-title { padding: 8px 20px 10px; border-bottom: 1px solid #f0f2f4; color: #9aa4ae; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .sn-drawer-item { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 20px; border: 0; border-bottom: 1px solid #f5f7f9; background: #fff; color: #2c3a48; cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; text-align: left; }
  .sn-drawer-item.active { background: rgba(60,168,222,.05); color: var(--pt-blue); font-weight: 700; }
  .sn-drawer-num { width: 18px; color: #c8d0d8; font-size: 10px; font-weight: 700; text-align: right; }
  .sn-drawer-dot { width: 6px; height: 6px; border-radius: 50%; background: #d8dde3; }
  .sn-drawer-item.active .sn-drawer-dot { background: var(--pt-blue); }
}
@media (max-width: 768px) {
  .page { border: 0; }
  .section, .next-steps, .pricing-section, .supp-section, .route-cover { padding: 40px 20px; }
  .cover-topbar { flex-wrap: wrap; gap: 10px; padding: 20px 20px 0; }
  .cover-logo-wrap img { height: 30px; }
  .cover-body { padding: 32px 20px 0; }
  .cover-title { font-size: 30px; line-height: 1.2; }
  .cover-subtitle { font-size: 14px; }
  .cover-footer { gap: 16px; padding: 16px 20px; margin-top: 32px; }
  .section-title { font-size: 24px; }
  .section-lead { font-size: 14px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .pain-grid, .pricing-grid, .supp-grid { grid-template-columns: 1fr; }
  .taila-block { padding: 36px 20px; }
  .taila-features, .cap-grid { grid-template-columns: 1fr; gap: 16px; }
  .tech-stack { grid-template-columns: 1fr 1fr; }
  .cap-table, .matrix { display: block; overflow-x: auto; }
  .tl-item { display: block; }
  .tl-left { width: 100%; padding: 12px 0 8px; border-right: 0; border-bottom: 2px solid var(--rule); text-align: left; }
  .tl-left:after { display: none; }
  .tl-right { padding-left: 14px; margin-bottom: 20px; border-left: 3px solid var(--pt-blue); }
  .pricing-footnotes, .ns-grid { grid-template-columns: 1fr; }
  .pricing-total-bar, .footer { align-items: flex-start; flex-direction: column; }
  .footer-contact { text-align: left; }
  .pw-card { padding: 38px 28px; }
  .print-btn { right: 16px; bottom: 16px; padding: 11px 16px; font-size: 11px; }
}
@media print {
  @page { size: A4 portrait; margin: 15mm 16mm 18mm; }
  html, body { background: #fff !important; }
  .page { max-width: 100% !important; margin: 0 !important; border: 0 !important; }
  .print-btn, #pw-gate, #sec-nav, #sec-nav-mobile { display: none !important; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  .section { padding: 28px 48px !important; }
  .cover, .pricing-section, .next-steps, .supp-section { break-before: page; page-break-before: always; }
  .cover { break-before: auto; page-break-before: auto; break-after: page; page-break-after: always; }
  .pain-item, .step, .tl-item, .callout, .taila-block, .cap-item, .pricing-block, .ns-item, .supp-card { break-inside: avoid; page-break-inside: avoid; }
}
