@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

.marketing-body {
  --ink: #202b28;
  --muted: #5f6c64;
  --green: #174d3c;
  --green-light: #edf3ef;
  --border: #dee4df;
  --paper: #fafbf9;
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.marketing-body *, .marketing-body *::before, .marketing-body *::after { box-sizing: border-box; letter-spacing: 0; }
.marketing-body [hidden] { display: none !important; }
.marketing-body h1, .marketing-body h2, .marketing-body h3, .marketing-body h4, .marketing-body p { margin: 0; }
.marketing-body h1, .marketing-body h2, .marketing-body h3, .marketing-body h4 { font-weight: 700; }
.marketing-body h2 { font-size: 38px; line-height: 1.25; }
.marketing-body h3 { font-size: 19px; line-height: 1.45; }
.marketing-body h4 { font-size: 14px; line-height: 1.5; }
.marketing-body p { color: var(--muted); }
.marketing-body a { color: var(--green); text-decoration: none; }
.marketing-body p a { text-decoration: underline; text-underline-offset: 3px; }
.marketing-body button, .marketing-body input, .marketing-body select, .marketing-body textarea { font: inherit; }
.marketing-body button, .marketing-body summary { cursor: pointer; }
.marketing-body img { max-width: 100%; }
.marketing-body svg { width: 20px; height: 20px; flex-shrink: 0; vertical-align: middle; }
.marketing-body :focus-visible { outline: 3px solid #478570; outline-offset: 5px; }
.marketing-body a, .marketing-body button { -webkit-tap-highlight-color: transparent; }
.marketing-body section[id] { scroll-margin-top: 94px; }
.marketing-main { width: 100%; }
.page-width { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 92px; }
.eyebrow, .marketing-kicker { display: block; color: var(--green); font-size: 12px; font-weight: 750; text-transform: uppercase; margin-bottom: 17px; }
.flow-label { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }
.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: currentColor; border-radius: 50%; flex-shrink: 0; }
.text-green { color: var(--green); }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; z-index: 100; background: #fff; }
.skip-link:focus { top: 10px; }

/* Shared public navigation and commands. */
.marketing-nav { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--border); }
.dd-nav-inner { width: min(1376px, calc(100% - 64px)); min-height: 80px; margin: auto; display: flex; align-items: center; gap: 48px; }
.marketing-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; line-height: 1; font-weight: 800; color: var(--ink) !important; flex-shrink: 0; }
.brand-light { font-weight: 450; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; background: var(--green); color: #e4f2cd; border-radius: 6px; }
.brand-mark svg { width: 25px; height: 25px; }
.marketing-links { display: flex; align-items: center; gap: 27px; flex: 1; font-size: 12px; font-weight: 650; }
.marketing-links > a { color: #4c5952; }
.marketing-links > a:hover, .marketing-links > a[aria-current] { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.nav-account { margin-left: auto; display: flex; gap: 24px; align-items: center; }
.nav-account > a:first-child { color: var(--ink); white-space: nowrap; }
.nav-account > a:first-child svg { width: 15px; height: 15px; margin-left: 3px; }
.marketing-primary, .marketing-secondary, .marketing-nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 13px 21px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 700; line-height: 1.4; text-align: center; transition: background .16s, border-color .16s; }
.marketing-body .marketing-primary, .marketing-nav-cta { color: #fff; background: var(--green); }
.marketing-body .marketing-primary:hover, .marketing-nav-cta:hover { background: #0e3b2c; }
.marketing-secondary { color: var(--ink); background: #fff; border-color: #bcc8c1; }
.marketing-secondary:hover { background: var(--green-light); border-color: var(--green); }
.marketing-body .nav-cta { min-height: 40px; padding: 10px 16px; font-size: 12px; }
.marketing-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.marketing-body .button-lime { color: #18362a; background: #dcf1a4; }
.marketing-body .button-lime:hover { background: #edffc4; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--border); border-radius: 5px; }
.nav-toggle { display: none; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* Full width photographic introduction. */
.home-hero { position: relative; isolation: isolate; color: #fff; background: #233f39; }
.hero-photograph, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-photograph { object-fit: cover; object-position: center 53%; }
.hero-shade { background: rgba(7, 23, 21, .54); }
.hero-content { padding-block: 53px 28px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 650; color: #e6efea; }
.hero-kicker .status-dot { color: #dcf1a4; }
.home-hero h1 { margin-top: 14px; font-size: 76px; font-weight: 650; line-height: 1.15; }
.hero-period { color: #dcf1a4; }
.marketing-body .hero-statement { margin-top: 13px; color: #fff; font-size: 34px; line-height: 1.25; font-weight: 500; }
.marketing-body .hero-description { margin-top: 21px; color: #e4eae5; font-size: 14px; line-height: 1.8; }
.home-hero .marketing-actions { margin-top: 27px; }
.marketing-body .hero-text-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 12px; font-weight: 650; }
.hero-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-footnote { display: flex; align-items: center; gap: 7px; padding-top: 30px; margin-top: 27px; border-top: 1px solid #ffffff30; color: #dce7e0; font-size: 10px; }
.hero-footnote svg { width: 14px; height: 14px; }
.audience-band { border-bottom: 1px solid var(--border); background: var(--paper); }
.audience-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.audience-inner > span { color: var(--muted); font-size: 11px; }
.audience-inner strong { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.audience-inner svg { color: #697a70; width: 22px; height: 22px; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.section-heading > p { max-width: 425px; font-size: 14px; line-height: 1.85; justify-self: end; }

/* Interactive, illustrative case workspace. */
.case-workspace { display: grid; grid-template-columns: 205px minmax(0, 1fr); background: #fff; border: 1px solid #ccd7d0; border-radius: 8px; box-shadow: 0 10px 40px #23362a0a; overflow: hidden; font-size: 12px; }
.case-sidebar { display: flex; flex-direction: column; background: #f4f6f3; border-right: 1px solid var(--border); }
.workspace-brand { display: flex; align-items: center; gap: 9px; padding: 23px 20px; color: var(--green); font-size: 16px; }
.workspace-section-label { padding: 22px 20px 12px; color: #627066; font-size: 10px; text-transform: uppercase; }
.sidebar-current { display: flex; gap: 8px; align-items: center; padding: 11px 14px; margin: 0 10px; border-radius: 4px; color: var(--green); background: #e1eae2; font-size: 11px; font-weight: 650; }
.sidebar-current svg { width: 16px; height: 16px; }
.sidebar-count { margin-left: auto; font-size: 10px; }
.sidebar-case { display: grid; gap: 3px; padding: 26px 21px 22px; }
.sidebar-case .mono { font-size: 9px; color: var(--muted); margin-bottom: 6px; }
.sidebar-case strong { font-size: 13px; }
.sidebar-case > span:last-child { font-size: 10px; color: var(--muted); }
.sidebar-facts { margin: 0 20px; padding-top: 17px; border-top: 1px solid var(--border); }
.sidebar-facts > div { margin-bottom: 20px; }
.sidebar-facts dt { color: var(--muted); font-size: 10px; }
.sidebar-facts dd { margin: 5px 0 0; display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 650; }
.avatar { display: inline-grid; place-items: center; width: 25px; height: 25px; flex-shrink: 0; color: #405a7b; background: #e4ebf5; border-radius: 50%; font-size: 9px; font-weight: 700; }
.sidebar-bottom { margin-top: auto; padding: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; display: flex; gap: 7px; align-items: center; }
.sidebar-bottom svg { width: 13px; height: 13px; }
.case-main { min-width: 0; }
.workspace-topline, .workspace-bottomline { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 27px; border-bottom: 1px solid var(--border); font-size: 10px; color: var(--muted); }
.workspace-topline > span:first-child, .workspace-bottomline > span:first-child { display: inline-flex; align-items: center; gap: 10px; }
.workspace-topline svg, .workspace-bottomline svg { width: 12px; height: 12px; }
.sample-label { color: #617261; }
.case-title-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 24px 27px 18px; }
.case-title-row h3 { margin-top: 5px; font-size: 18px; }
.case-title-row h3 span { color: var(--muted); font-size: 13px; font-weight: 450; }
.status-badge { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 4px 8px; font-size: 10px; font-weight: 650; border-radius: 4px; white-space: nowrap; }
.status-amber { color: #865412; background: #fbf0db; }
.status-green { color: #286344; background: #eaf4eb; }
.case-summary-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 27px 22px; }
.case-summary-strip > div { padding-left: 18px; border-left: 1px solid var(--border); }
.case-summary-strip > div:first-child { padding-left: 0; border: 0; }
.case-summary-strip span { display: block; font-size: 10px; color: var(--muted); margin-bottom: 5px; }
.case-summary-strip strong { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 650; }
.case-summary-strip svg { width: 14px; height: 14px; }
.case-tabs { display: flex; align-items: stretch; gap: 20px; border-bottom: 1px solid var(--border); padding: 0 27px; }
.case-tabs button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 13px 0; min-height: 46px; background: none; color: var(--muted); border: 0; font-size: 11px; white-space: nowrap; }
.case-tabs button::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: transparent; }
.case-tabs button[aria-selected='true'] { color: var(--green); font-weight: 700; }
.case-tabs button[aria-selected='true']::after { background: var(--green); }
.case-tabs button:hover { color: var(--green); }
.case-tabs button svg { width: 14px; height: 14px; }
.case-tabs button > span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 3px; background: #eef1ec; font-size: 9px; }
.case-panel { min-height: 465px; padding: 25px 27px 22px; }
.timeline-layout { display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 27px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.panel-heading h4 { font-size: 12px; }
.panel-heading > span { color: var(--muted); font-size: 9px; }
.case-timeline { list-style: none; margin: 0; padding: 0; }
.case-timeline li { position: relative; display: flex; gap: 13px; padding-bottom: 20px; }
.case-timeline li::before { content: ''; position: absolute; top: 30px; bottom: 0; left: 14px; width: 1px; background: var(--border); }
.case-timeline li:last-child { padding-bottom: 0; }
.case-timeline li:last-child::before { display: none; }
.timeline-icon { display: grid; place-items: center; background: #f1f4ef; color: #657266; width: 29px; height: 29px; flex-shrink: 0; border: 1px solid #e1e7de; border-radius: 50%; }
.timeline-icon svg { width: 14px; height: 14px; }
.event-warning .timeline-icon { background: #fcf1de; color: #916117; border-color: #eddfc1; }
.event-success .timeline-icon { background: #e9f1e8; color: #3c724a; border-color: #d5e3d3; }
.case-timeline time { display: flex; gap: 9px; font-size: 10px; font-weight: 650; color: #657268; margin-bottom: 3px; }
.case-timeline time span { font-weight: 400; }
.case-timeline strong { display: block; font-size: 13px; font-weight: 650; }
.case-timeline p { font-size: 12px; margin-top: 2px; line-height: 1.6; }
.source-label { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; color: #657267; margin-top: 7px; }
.source-label svg { width: 11px; height: 11px; }
.case-next-action { align-self: start; padding: 0 0 0 20px; border-left: 1px solid var(--border); }
.case-next-action .next-action-icon { width: 25px; height: 25px; color: #a07630; margin: 22px 0 13px; }
.case-next-action h4 { font-size: 13px; }
.case-next-action p { margin-top: 8px; font-size: 11px; }
.action-assignee { margin-top: 22px; display: flex; gap: 8px; align-items: center; }
.action-assignee strong, .action-assignee div > span { display: block; font-size: 10px; }
.action-assignee div > span { font-size: 9px; color: var(--muted); }
.review-boundary { border-top: 1px solid var(--border); padding-top: 17px; margin-top: 22px; display: flex; align-items: flex-start; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.8; }
.review-boundary svg { width: 12px; height: 12px; margin-top: 3px; }
.workspace-bottomline { border-top: 1px solid var(--border); border-bottom: 0; padding-block: 11px; font-size: 9px; }
.workspace-caption { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 17px; }
.workspace-caption > span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }
.workspace-caption .status-dot { color: #719579; width: 5px; height: 5px; }
.workspace-caption a { font-size: 11px; }
.workspace-caption svg { width: 15px; height: 15px; }
.panel-intro { font-size: 12px; margin-bottom: 22px !important; }
.evidence-file-list { list-style: none; padding: 0; margin: 0; }
.evidence-file-list li { display: flex; align-items: center; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--border); }
.evidence-file-list li > svg { color: #65837d; }
.evidence-file-list li > div { flex: 1; min-width: 0; }
.evidence-file-list strong { display: block; font-size: 12px; }
.evidence-file-list div span { display: block; font-size: 10px; color: var(--muted); margin-top: 3px; }
.sample-disclosure { display: flex; align-items: flex-start; gap: 7px; font-size: 10px; margin-top: 22px !important; }
.sample-disclosure svg { width: 13px; height: 13px; margin-top: 2px; }
.invoice-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-block: 28px; }
.invoice-facts dt { color: var(--muted); font-size: 10px; }
.invoice-facts dd { margin: 5px 0 0; font-size: 14px; font-weight: 650; }
.invoice-flag { display: flex; gap: 14px; padding: 20px; border-left: 3px solid #cb9a4a; background: #fbf6eb; }
.invoice-flag > svg { color: #916117; }
.invoice-flag h4 { font-size: 13px; }
.invoice-flag p { margin-top: 7px; font-size: 12px; }
.review-check-heading { margin-top: 25px !important; }
.review-checklist { margin-top: 10px; padding-left: 18px; font-size: 12px; color: var(--muted); }
.review-checklist li { margin-bottom: 6px; }
.workflow-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 58px; }
.workflow-columns article { border-top: 1px solid var(--border); padding-top: 24px; }
.feature-icon { display: flex; align-items: center; justify-content: space-between; color: var(--green); margin-bottom: 20px; }
.feature-icon svg { width: 26px; height: 26px; }
.feature-icon span { font-size: 10px; color: var(--muted); }
.workflow-columns h3 { font-size: 17px; margin-bottom: 10px; }
.workflow-columns p { font-size: 13px; line-height: 1.85; }

/* Report, system fit and pilot offer. */
.evidence-band { background: #f1f4ef; border-block: 1px solid #e4e9e1; }
.evidence-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.evidence-copy h2 { font-size: 36px; }
.evidence-copy > p { margin-top: 24px; font-size: 14px; line-height: 1.85; }
.evidence-copy > p + p { margin-top: 16px; }
.evidence-copy > .text-link { margin-top: 27px; }
.evidence-note { display: flex; gap: 10px; align-items: center; border-top: 1px solid #d5ddd1; padding-top: 24px; margin-top: 34px; color: #596d55; font-size: 11px; }
.evidence-note svg { width: 18px; height: 18px; }
.evidence-report { padding: 30px 34px 20px; border: 1px solid #d9e0d6; border-top: 3px solid var(--green); border-radius: 2px; background: #fff; box-shadow: 0 18px 36px #2633250c; }
.report-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.report-brand { display: flex; gap: 6px; align-items: center; color: var(--green); font-size: 13px; font-weight: 750; }
.report-brand svg { width: 19px; height: 19px; }
.report-type { font-size: 8px; color: var(--muted); }
.report-heading { padding: 25px 0 21px; }
.report-heading h3 { font-size: 28px; line-height: 1.25; margin: 9px 0 15px; }
.report-heading p { font-size: 10px; color: var(--ink); font-weight: 600; }
.report-heading p span { color: var(--muted); font-weight: 400; margin-left: 9px; }
.report-metadata { margin: 0 0 14px; padding: 16px 0; border-block: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.report-metadata dt { font-size: 9px; color: var(--muted); }
.report-metadata dd { display: flex; align-items: center; gap: 5px; margin: 4px 0 0; font-size: 10px; font-weight: 650; }
.report-metadata .status-dot { color: #bd9142; width: 5px; height: 5px; }
.report-section { display: flex; align-items: flex-start; gap: 11px; padding: 16px 0; border-bottom: 1px solid #eef1eb; }
.report-section > span { font-size: 10px; color: #667660; margin-top: 1px; }
.report-section > div { flex: 1; }
.report-section h4 { font-size: 11px; }
.report-section p { margin-top: 4px; font-size: 10px; line-height: 1.7; }
.report-section > svg { width: 14px; height: 14px; color: #6c8264; }
.report-section:nth-last-child(2) > svg { color: #b28534; }
.report-footer { display: flex; align-items: center; gap: 6px; font-size: 8px; padding-top: 18px; color: var(--muted); }
.report-footer svg { width: 12px; height: 12px; }
.report-footer > span:last-child { margin-left: auto; white-space: nowrap; }
.system-flow { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; gap: 28px; padding: 28px 0 0; border-top: 1px solid var(--border); }
.system-flow .flow-label { margin-bottom: 10px; }
.system-flow strong { display: block; font-size: 15px; font-weight: 650; }
.system-flow p { font-size: 12px; margin-top: 10px; }
.flow-arrow { align-self: center; color: #899787; }
.flow-core strong { color: var(--green); }
.pilot-band { background: #f8f9f6; border-block: 1px solid var(--border); }
.pilot-offer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; }
.pilot-offer-copy > p { margin-top: 20px; font-size: 14px; max-width: 440px; line-height: 1.85; }
.pilot-offer-copy .marketing-primary { margin-top: 27px; }
.pilot-small-note { display: block; font-size: 10px; color: var(--muted); margin-top: 15px; }
.pilot-price-block { padding-left: 42px; border-left: 1px solid #dbe2d7; }
.pilot-price-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pilot-price-heading .flow-label { font-size: 12px; }
.pilot-price { display: block; font-size: 52px; font-weight: 650; line-height: 1.5; }
.price-caption { color: var(--muted); font-size: 11px; line-height: 1.85; }
.pilot-inclusions { list-style: none; padding: 12px 0 20px; margin: 0; }
.pilot-inclusions li { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 12px; }
.pilot-inclusions svg { color: #608054; width: 16px; height: 16px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 100px; }
.faq-layout > div:first-child p { margin: 24px 0 8px; font-size: 13px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details:first-child { border-top: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; font-size: 13px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 17px; height: 17px; color: #657665; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { padding: 0 32px 24px 0; font-size: 13px; line-height: 1.9; }
.closing-band { background: #e9efdF; border-block: 1px solid #dce5d2; padding-block: 58px; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.closing-inner h2 { font-size: 34px; }
.closing-inner .eyebrow { margin-bottom: 12px; }
.closing-inner > div:last-child p { margin-top: 12px; font-size: 10px; text-align: center; }
.marketing-footer { padding: 58px 0 0; background: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-bottom: 52px; }
.footer-brand-block p { margin: 17px 0 11px; font-size: 12px; }
.footer-email { display: inline-flex; gap: 7px; align-items: center; font-size: 12px; overflow-wrap: anywhere; }
.footer-email svg { width: 14px; height: 14px; }
.footer-link-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-link-columns > div { display: flex; flex-direction: column; gap: 10px; }
.footer-link-columns span { color: #67736a; font-size: 11px; margin-bottom: 4px; }
.footer-link-columns a { color: #4f5b53; font-size: 11px; }
.footer-link-columns a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid var(--border); color: #69756b; font-size: 10px; }

/* Sample case, enquiry and policy pages share the same public shell. */
.page-intro { padding: 60px 0 42px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; color: var(--muted) !important; font-size: 11px; margin-bottom: 30px; }
.breadcrumb svg { width: 14px; height: 14px; }
.page-intro h1 { max-width: 810px; font-size: 46px; line-height: 1.25; }
.page-intro p { max-width: 620px; margin-top: 20px; font-size: 14px; line-height: 1.85; }
.sample-page { background: #fafbf9; padding-bottom: 70px; }
.sample-context { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; font-size: 11px; }
.sample-context > span { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.sample-context > span svg { width: 15px; height: 15px; }
.sample-context .marketing-secondary { min-height: 38px; font-size: 11px; padding: 9px 14px; }
.sample-analysis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding-top: 38px; }
.sample-analysis article { border-top: 1px solid var(--border); padding-top: 22px; }
.sample-analysis .eyebrow { margin-bottom: 11px; }
.sample-analysis h3 { font-size: 17px; margin-bottom: 10px; }
.sample-analysis p { font-size: 12px; }
.pilot-page { width: min(1160px, calc(100% - 96px)); margin: auto; padding: 60px 0 84px; display: grid; grid-template-columns: .95fr 1fr; gap: 100px; align-items: start; }
.pilot-page-copy h1 { font-size: 44px; line-height: 1.25; max-width: 420px; }
.pilot-page-copy > p { margin-top: 22px; font-size: 14px; line-height: 1.9; }
.pilot-founder { display: flex; gap: 12px; align-items: center; padding: 25px 0; margin-top: 25px; border-block: 1px solid var(--border); }
.founder-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green); background: #eaf0e2; font-size: 13px; font-weight: 700; }
.pilot-founder strong, .pilot-founder span { display: block; font-size: 12px; }
.pilot-founder a { font-size: 11px; }
.pilot-founder span { font-size: 11px; color: var(--muted); }
.pilot-next { margin-top: 32px; }
.marketing-body .pilot-next h2 { font-size: 16px; margin-bottom: 18px; }
.pilot-next ol { margin: 0; padding: 0; list-style: none; counter-reset: next; }
.pilot-next li { counter-increment: next; position: relative; padding: 0 0 20px 36px; color: var(--muted); font-size: 12px; }
.pilot-next li::before { content: counter(next, decimal-leading-zero); position: absolute; left: 0; top: 0; color: #7e8b73; font-size: 11px; }
.pilot-price-note { border-top: 1px solid var(--border); padding-top: 22px; margin-top: 8px; }
.pilot-price-note strong { display: block; color: var(--ink); font-size: 13px; }
.pilot-price-note p { margin-top: 8px; font-size: 11px; }
.pilot-form-card { margin-top: 28px; padding: 32px; border: 1px solid var(--border); border-radius: 6px; box-shadow: 0 8px 30px #1c3a2906; background: #fff; }
.pilot-form-head { margin-bottom: 24px; }
.pilot-form-head .eyebrow { margin-bottom: 9px; }
.marketing-body .pilot-form-head h2 { font-size: 23px; }
.pilot-form-head p { margin-top: 9px; font-size: 12px; }
.pilot-form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 650; color: #45534a; }
.pilot-form label em { font-size: 10px; color: #687660; font-style: normal; font-weight: 400; margin-left: 4px; }
.pilot-form input:not([type='checkbox']):not([type='hidden']), .pilot-form select, .pilot-form textarea { display: block; width: 100%; padding: 12px; border: 1px solid #cfd8cf; border-radius: 4px; margin-top: 7px; background: #fff; color: var(--ink); font-size: 12px; line-height: 1.6; }
.pilot-form input::placeholder, .pilot-form textarea::placeholder { color: #7c877d; font-size: 11px; }
.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { outline: 2px solid #4e826e; outline-offset: 1px; border-color: #4e826e; }
.pilot-form textarea { resize: vertical; min-height: 120px; }
.form-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pilot-form .pilot-check { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.7; font-weight: 450; }
.pilot-check input { width: 16px; height: 16px; margin: 2px 0 0; flex-shrink: 0; accent-color: var(--green); }
.pilot-form-note, .pilot-response-note { font-size: 10px; margin-bottom: 16px !important; line-height: 1.8; }
.pilot-response-note { margin-top: 14px !important; margin-bottom: 0 !important; }
.pilot-form .marketing-primary { width: 100%; }
.pilot-form .errorlist { padding: 8px 12px; margin: 6px 0; color: #963c35; background: #fff1ed; font-size: 11px; list-style: none; border-left: 2px solid #c66f63; }
.pilot-success > svg { color: var(--green); width: 38px; height: 38px; margin-bottom: 25px; }
.pilot-success h2 { font-size: 26px; }
.pilot-success p { margin-top: 18px; font-size: 13px; }
.pilot-success .marketing-secondary { margin-top: 27px; }
.marketing-subpage { max-width: 1020px; margin: auto; padding: 65px 48px 84px; }
.marketing-subpage h1 { font-size: 43px; line-height: 1.3; max-width: 760px; }
.marketing-subpage > p { margin-top: 24px; max-width: 720px; font-size: 14px; line-height: 1.9; }
.security-detail-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; margin-top: 35px; }
.security-detail-grid article { padding: 28px 0; border-top: 1px solid var(--border); }
.marketing-body .security-detail-grid h2, .marketing-body .security-note h2 { font-size: 17px; margin-bottom: 12px; }
.security-detail-grid p, .security-note p { font-size: 13px; line-height: 1.9; overflow-wrap: anywhere; }
.security-note { padding: 26px 0; border-top: 1px solid var(--border); margin-top: 10px; }
.subpage-actions { margin-top: 20px; }
.marketing-main > .alert { margin: 20px auto; padding: 14px 20px; max-width: 1160px; background: #edf4e9; border-left: 3px solid var(--green); color: var(--green); }

@media (min-width: 1700px) {
  .hero-content { padding-top: 65px; padding-bottom: 32px; }
  .home-hero h1 { font-size: 82px; }
}
@media (max-width: 1150px) {
  .dd-nav-inner { gap: 30px; }
  .marketing-links { gap: 18px; font-size: 11px; }
  .nav-account { gap: 17px; }
  .marketing-brand { font-size: 22px; }
  .case-workspace { grid-template-columns: 180px minmax(0, 1fr); }
  .timeline-layout { grid-template-columns: minmax(0, 1fr) 175px; gap: 20px; }
  .sidebar-current { font-size: 10px; }
  .sidebar-current .sidebar-count { display: none; }
  .case-title-row { align-items: flex-start; }
  .case-title-row h3 span { display: block; margin-top: 5px; }
  .section-heading, .evidence-layout, .pilot-offer-layout, .faq-layout, .pilot-page { gap: 55px; }
  .evidence-copy h2 { font-size: 32px; }
  .pilot-price-block { padding-left: 32px; }
}
@media (max-width: 940px) {
  .dd-nav-inner { min-height: 70px; }
  .nav-toggle { display: inline-grid; margin-left: auto; }
  .marketing-links { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 24px 32px; border-bottom: 1px solid var(--border); background: #fff; box-shadow: 0 10px 20px #1f302318; font-size: 14px; }
  .marketing-links.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .marketing-links > a { padding: 12px 0; }
  .nav-account { margin: 14px 0 0; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 20px; }
  .page-width { width: calc(100% - 64px); }
  .section-space { padding-block: 66px; }
  .marketing-body h2 { font-size: 31px; }
  .section-heading { gap: 35px; }
  .audience-inner { flex-wrap: wrap; gap: 15px 25px; padding-block: 24px; }
  .audience-inner > span { flex-basis: 100%; }
  .audience-inner strong { font-size: 11px; }
  .case-sidebar { display: none; }
  .case-workspace { grid-template-columns: minmax(0, 1fr); }
  .case-title-row h3 span { display: inline; }
  .workflow-columns { gap: 26px; }
  .workflow-columns h3 { font-size: 15px; }
  .evidence-layout { gap: 35px; }
  .evidence-report { padding: 24px; }
  .evidence-copy h2 { font-size: 28px; }
  .report-heading h3 { font-size: 25px; }
  .report-heading p span { display: block; margin: 5px 0 0; }
  .pilot-offer-layout { gap: 40px; }
  .pilot-price-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .price-caption br { display: none; }
  .pilot-price { font-size: 46px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-link-columns { max-width: 650px; }
  .closing-inner { gap: 30px; }
  .closing-inner .marketing-primary { font-size: 11px; }
  .pilot-page { width: calc(100% - 64px); grid-template-columns: 1fr 1.2fr; gap: 35px; }
  .pilot-page-copy h1 { font-size: 35px; }
  .pilot-form-card { padding: 25px; }
  .form-two-columns { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 650px) {
  .page-width { width: calc(100% - 40px); }
  .dd-nav-inner { width: calc(100% - 40px); min-height: 65px; }
  .marketing-brand { font-size: 23px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark svg { width: 22px; height: 22px; }
  .marketing-links { padding: 18px 20px 24px; }
  .hero-content { padding-top: 40px; padding-bottom: 23px; }
  .home-hero h1 { font-size: 48px; margin-top: 18px; }
  .marketing-body .hero-statement { font-size: 31px; margin-top: 20px; }
  .hero-kicker { font-size: 10px; }
  .marketing-body .hero-description { font-size: 13px; line-height: 1.8; max-width: 320px; }
  .desktop-break { display: none; }
  .hero-photograph { object-position: 61% center; }
  .hero-shade { background: #071d18a3; }
  .home-hero .marketing-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 26px; }
  .marketing-body .hero-text-link { font-size: 11px; }
  .hero-footnote { padding-top: 19px; margin-top: 28px; font-size: 8px; line-height: 1.7; }
  .hero-footnote svg { width: 12px; height: 12px; }
  .audience-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-block: 23px; }
  .audience-inner > span { font-size: 10px; }
  .audience-inner strong { font-size: 10px; gap: 6px; }
  .audience-inner svg { width: 17px; height: 17px; }
  .section-space { padding-block: 51px; }
  .marketing-body h2 { font-size: 29px; }
  .eyebrow { font-size: 10px; margin-bottom: 13px; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 30px; }
  .section-heading > p { font-size: 13px; justify-self: start; }
  .workspace-topline { padding: 12px 16px; }
  .case-title-row { padding: 20px 16px 18px; flex-wrap: wrap; gap: 10px; }
  .case-title-row h3 { font-size: 16px; }
  .case-title-row h3 span { display: block; font-size: 11px; }
  .case-title-row > .status-badge { margin-left: auto; align-self: flex-start; font-size: 9px; }
  .case-summary-strip { padding: 0 16px 20px; }
  .case-summary-strip > div { padding-left: 10px; }
  .case-summary-strip span { font-size: 8px; }
  .case-summary-strip strong { font-size: 10px; }
  .case-summary-strip svg { width: 11px; height: 11px; }
  .case-tabs { padding: 0 14px; gap: 18px; }
  .case-tabs button { font-size: 10px; gap: 5px; }
  .case-tabs button svg { display: none; }
  .case-tabs button > span { width: 15px; height: 15px; font-size: 8px; }
  .case-panel { padding: 20px 16px; min-height: 711px; }
  .timeline-layout { grid-template-columns: 1fr; gap: 23px; }
  .panel-heading { margin-bottom: 21px; gap: 8px; }
  .panel-heading h4 { font-size: 11px; }
  .panel-heading > span { font-size: 8px; }
  .case-timeline li { padding-bottom: 21px; }
  .case-timeline strong { font-size: 12px; }
  .case-timeline p { font-size: 11px; }
  .case-next-action { border-left: 0; border-top: 1px solid var(--border); padding: 18px 0 0; display: grid; grid-template-columns: 1fr auto; column-gap: 15px; }
  .case-next-action > .flow-label { grid-column: 1 / -1; }
  .case-next-action .next-action-icon { display: none; }
  .case-next-action h4 { font-size: 12px; margin-top: 6px; grid-column: 1; }
  .case-next-action p { font-size: 10px; margin-top: 6px; grid-column: 1; }
  .action-assignee { grid-column: 2; grid-row: 2 / 4; margin: 0; }
  .review-boundary { grid-column: 1 / -1; margin-top: 14px; padding-top: 12px; font-size: 8px; }
  .workspace-bottomline { padding: 11px 16px; font-size: 8px; }
  .workspace-caption { align-items: flex-start; }
  .workspace-caption > span { font-size: 8px; }
  .workspace-caption a { font-size: 10px; gap: 5px; }
  .workspace-caption a svg { width: 12px; height: 12px; }
  .evidence-file-list li { gap: 10px; padding-block: 20px; }
  .evidence-file-list strong { font-size: 11px; }
  .evidence-file-list div span { font-size: 9px; }
  .evidence-file-list .status-badge { font-size: 8px; padding: 3px 5px; }
  .evidence-file-list li > svg { width: 17px; height: 17px; }
  .invoice-facts { grid-template-columns: 1fr; gap: 17px; }
  .invoice-facts dd { font-size: 13px; }
  .invoice-flag { padding: 15px; gap: 10px; }
  .invoice-flag h4 { font-size: 12px; }
  .invoice-flag p, .review-checklist { font-size: 11px; }
  .workflow-columns { grid-template-columns: 1fr; gap: 25px; margin-top: 38px; }
  .workflow-columns article { padding-top: 20px; }
  .feature-icon { margin-bottom: 14px; }
  .workflow-columns h3 { font-size: 17px; }
  .workflow-columns p { max-width: 420px; font-size: 13px; }
  .evidence-layout { grid-template-columns: 1fr; gap: 34px; }
  .evidence-copy > p { font-size: 13px; }
  .evidence-note { font-size: 10px; margin-top: 24px; padding-top: 20px; }
  .evidence-report { width: 100%; max-width: 450px; justify-self: center; padding: 26px 22px 20px; }
  .report-heading h3 { font-size: 28px; }
  .report-heading p span { display: inline; margin-left: 7px; font-size: 9px; }
  .report-top { padding-bottom: 20px; }
  .report-footer { font-size: 7px; gap: 5px; }
  .system-flow { grid-template-columns: 1fr; gap: 20px; padding-top: 22px; }
  .system-flow .flow-arrow { transform: rotate(90deg); width: 18px; height: 18px; }
  .system-flow .flow-label { font-size: 10px; }
  .system-flow strong { font-size: 15px; }
  .pilot-offer-layout { grid-template-columns: 1fr; gap: 35px; }
  .pilot-price-block { border-left: 0; border-top: 1px solid var(--border); padding: 27px 0 0; }
  .pilot-price-heading { flex-direction: row; align-items: center; }
  .price-caption br { display: initial; }
  .pilot-price { font-size: 46px; }
  .pilot-offer-copy > p { font-size: 13px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout > div:first-child p { margin-top: 18px; }
  .faq-list summary { padding-block: 20px; font-size: 12px; }
  .faq-list details p { font-size: 12px; }
  .closing-band { padding-block: 43px; }
  .closing-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .closing-inner h2 { font-size: 29px; }
  .closing-inner > div:last-child p { text-align: left; }
  .marketing-footer { padding-top: 40px; }
  .footer-main { gap: 34px; padding-bottom: 33px; }
  .footer-link-columns { gap: 15px; }
  .footer-link-columns a { font-size: 10px; }
  .footer-link-columns span { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-block: 20px; font-size: 9px; }
  .page-intro { padding: 32px 0; }
  .breadcrumb { margin-bottom: 25px; }
  .page-intro h1 { font-size: 33px; }
  .page-intro p { font-size: 13px; }
  .sample-context { flex-wrap: wrap; gap: 15px; }
  .sample-context > span { font-size: 10px; }
  .sample-analysis { grid-template-columns: 1fr; gap: 25px; }
  .sample-page { padding-bottom: 45px; }
  .pilot-page { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 20px; padding: 32px 0 45px; }
  .pilot-page-copy h1 { font-size: 36px; }
  .pilot-page-copy > p { font-size: 13px; }
  .pilot-form-card { margin-top: 12px; padding: 25px 20px; }
  .pilot-submitted .pilot-form-card { order: -1; margin-top: 0; }
  .pilot-form-head h2 { font-size: 23px; }
  .pilot-form input:not([type='checkbox']):not([type='hidden']), .pilot-form select, .pilot-form textarea { font-size: 16px; }
  .marketing-subpage { padding: 42px 20px; }
  .marketing-subpage h1 { font-size: 33px; }
  .security-detail-grid { grid-template-columns: 1fr; margin-top: 28px; }
  .security-detail-grid article { padding-block: 23px; }
}
@media (max-width: 360px) {
  .home-hero h1 { font-size: 41px; }
  .hero-kicker { font-size: 9px; }
  .case-title-row > .status-badge { margin-left: 0; }
  .case-tabs { gap: 12px; }
  .case-tabs button { font-size: 9px; }
  .case-panel { min-height: 795px; }
  .case-title-row h3 { font-size: 15px; }
  .report-brand { font-size: 12px; }
  .report-type { font-size: 7px; }
  .report-footer > span:last-child { display: none; }
  .action-assignee { gap: 5px; }
  .pilot-price-heading { gap: 14px; }
}
@media (max-height: 740px) and (min-width: 651px) {
  .hero-content { padding-top: 32px; padding-bottom: 20px; }
  .home-hero h1 { font-size: 62px; }
  .marketing-body .hero-statement { font-size: 30px; }
  .hero-footnote { margin-top: 20px; padding-top: 18px; }
}
@media (max-height: 720px) and (max-width: 650px) {
  .hero-content { padding-top: 24px; padding-bottom: 18px; }
  .home-hero h1 { margin-top: 13px; }
  .marketing-body .hero-statement { margin-top: 12px; font-size: 27px; }
  .marketing-body .hero-description { margin-top: 15px; }
  .home-hero .marketing-actions { margin-top: 19px; gap: 15px; }
  .hero-footnote { margin-top: 20px; padding-top: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-body *, .marketing-body *::before, .marketing-body *::after { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .marketing-nav, .marketing-footer, .skip-link, .sample-context, .closing-band, .case-tabs { display: none !important; }
  .marketing-body { font-size: 11pt; background: #fff; }
  .page-width { width: 100%; }
  .section-space { padding-block: 20px; }
  .sample-page { padding: 0; background: #fff; }
  .page-intro { padding: 10px 0 20px; }
  .breadcrumb { display: none; }
  .page-intro h1 { font-size: 26pt; }
  .case-sidebar { display: none; }
  .case-workspace { display: block; box-shadow: none; border: 0; }
  .case-panel, .case-panel[hidden] { display: block !important; min-height: auto; padding: 20px 0; break-inside: avoid; }
  .case-next-action { display: none; }
  .timeline-layout { display: block; }
  .case-title-row, .workspace-topline, .case-summary-strip { padding-inline: 0; }
  .evidence-layout { grid-template-columns: 1fr; gap: 20px; }
  .evidence-report { box-shadow: none; break-inside: avoid; max-width: 580px; }
  .sample-analysis { gap: 20px; break-inside: avoid; }
  .evidence-band { background: #fff; }
}
