@font-face { font-family: "Archivo Black"; src: url("/assets/archivo-black-500f2af7.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/dm-sans-bda18895.ttf") format("truetype"); font-style: normal; font-weight: 100 1000; font-display: swap; }
:root { --ink: #101015; --muted: #5f5f68; --line: #dfdfe5; --violet: #6536e8; --lavender: #f0ecff; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.55; }
[hidden] { display: none !important; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--violet); }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #352070; outline-offset: 4px; }
svg { width: 20px; height: 20px; flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: "Archivo Black", sans-serif; font-weight: 400; letter-spacing: -.075em; line-height: .98; }
h3 { line-height: 1.25; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: 12px; left: 12px; transform: translateY(-160%); background: #fff; border: 2px solid var(--violet); padding: 10px; z-index: 20; }
.skip-link:focus { transform: none; }
.wordmark { font-family: "Archivo Black", sans-serif; display: inline-flex; align-items: baseline; font-size: 25px; letter-spacing: .3px; line-height: 1; flex-shrink: 0; }
.wordmark i { color: var(--violet); font-style: normal; font-size: 30px; margin: 0 1px; }
.wordmark b { font-weight: 400; letter-spacing: .35px; }
.site-header { min-height: 82px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ededf0; background: #fff; position: relative; z-index: 4; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.site-header nav a { padding: 12px 0; }
.header-actions { display: flex; gap: 23px; align-items: center; }
.signin { font-size: 14px; font-weight: 700; }
.signin small { display: block; font-size: 14px; font-weight: 400; color: var(--muted); }
.menu-button, .mobile-signin { display: none; }
.button { border: 0; border-radius: 999px; padding: 15px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--violet); color: #fff; font-size: 14px; font-weight: 700; min-height: 48px; transition: background .2s, transform .2s; }
.button:hover { background: #4e22c3; color: #fff; transform: translateY(-2px); }
.button-small { font-size: 14px; padding: 10px 16px; min-height: 44px; }
.button-small svg { width: 15px; height: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; min-height: 44px; }
.text-link svg { width: 16px; }
.eyebrow, .section-label, .kicker { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.25px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 8px; }
.eyebrow { justify-content: center; }
.eyebrow > span { height: 8px; width: 8px; background: var(--violet); border-radius: 50%; }
.hero { text-align: center; padding: 85px 5vw 0; overflow: hidden; }
.hero h1 { font-size: clamp(52.2px, 7.47vw, 113.4px); margin: 20px 0; line-height: .92; }
.hero h1 em { font-style: normal; color: var(--violet); }
.hero-intro { max-width: 550px; margin: auto; color: #42424a; font-size: 18px; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 20px; margin: 27px 0; }
.hero-caption { font-size: 14px; color: var(--muted); margin: 35px 0 28px; }
.product-illustration { max-width: 1030px; min-height: 475px; margin: auto; position: relative; text-align: left; display: grid; grid-template-columns: 155px minmax(0, 1fr) 235px; grid-template-rows: minmax(45px, auto) 1fr; border: 1px solid #d4c9f5; border-radius: 20px 20px 0 0; box-shadow: 0 -3px 0 #f3efff; }
.workspace-header { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding: 10px 17px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.workspace-header > b { margin-left: auto; background: #e8fbec; color: #20723a; font-size: 12px; padding: 4px 8px; border-radius: 8px; white-space: nowrap; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { height: 7px; width: 7px; border-radius: 50%; background: #dedee4; }
.workspace-sidebar { padding: 25px 17px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 18px; font-size: 14px; color: var(--muted); font-weight: 700; }
.workspace-sidebar strong { background: #18141f; color: #fff; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; }
.workspace-sidebar .active { color: var(--violet); border-left: 2px solid var(--violet); padding-left: 8px; margin-left: -10px; }
.workspace-question { min-width: 0; padding: 32px 5%; }
.question-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; letter-spacing: 1px; color: var(--muted); font-weight: 700; text-transform: uppercase; }
.question-heading button { border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 14px; padding: 8px; min-height: 36px; }
.workspace-question h3 { margin: 17px 0; font-size: 18px; }
.sample-option { border: 1px solid var(--line); border-radius: 7px; margin: 8px 0; padding: 11px; display: flex; align-items: center; gap: 11px; font-size: 14px; }
.sample-option i { display: grid; place-items: center; width: 20px; height: 20px; flex-shrink: 0; background: #f1f1f4; border-radius: 4px; font-style: normal; font-size: 12px; }
.sample-option svg { margin-left: auto; color: #157435; width: 18px; }
.source-reference { display: flex; align-items: center; gap: 8px; color: var(--violet); font-size: 14px; margin-top: 16px; }
.source-reference div { display: flex; flex-direction: column; }
.source-reference span { font-size: 12px; color: var(--muted); }
.illustration-caption { margin-top: 20px; font-size: 14px; color: var(--muted); }
.workspace-review { background: #faf9ff; border-left: 1px solid var(--line); padding: 30px 20px; font-size: 14px; }
.ai-label { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: var(--violet); font-weight: 700; }
.ai-label svg { width: 14px; }
.ai-label b { border: 1px solid #ded6ff; border-radius: 10px; background: #fff; padding: 4px; color: #45358f; font-size: 12px; }
.reviewer { display: flex; gap: 8px; margin: 22px 0; color: var(--muted); }
.avatar { display: grid; place-items: center; width: 29px; height: 29px; flex-shrink: 0; border-radius: 50%; background: #f7c5ac; color: #392313; font-size: 12px; font-weight: 700; }
.approval { display: inline-flex; align-items: center; gap: 4px; padding: 7px; border-radius: 8px; color: #157435; background: #e6f9eb; font-size: 12px; font-weight: 700; }
.approval svg { width: 15px; height: 15px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 10px; background: #fff; box-shadow: 0 10px 27px #25106b22; font-size: 12px; }
.floating-note svg { color: var(--violet); width: 17px; }
.floating-note div { display: flex; flex-direction: column; color: var(--muted); }
.note-ai { right: max(-60px, -3vw); bottom: 40px; }
.note-review { left: max(-54px, -3vw); bottom: 40px; }
.statement { padding: 140px 10vw 130px; display: grid; grid-template-columns: .8fr 1.5fr 1fr; gap: 40px; align-items: end; border-bottom: 1px solid var(--line); }
.statement .kicker { color: var(--violet); font-size: 14px; }
.statement h2 { font-size: clamp(30.6px, 3.6vw, 52.2px); }
.statement > p:last-child { color: var(--muted); font-size: 16px; }
.section { padding: 120px 7vw; }
.section-label { color: var(--muted); margin-bottom: 17px; }
.section-label span { color: var(--violet); }
.section h2 { font-size: clamp(37.8px, 4.5vw, 64.8px); margin: 20px 0; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); margin-top: 50px; }
.steps article { padding: 25px 26px 55px 0; border-right: 1px solid var(--line); position: relative; }
.steps article + article { padding-left: 25px; }
.steps article:last-child { border-right: 0; }
.step-number { color: var(--violet); font-size: 14px; font-weight: 700; }
.steps h3 { font-family: "Archivo Black", sans-serif; font-weight: 400; letter-spacing: -.035em; font-size: 18px; margin: 35px 0 8px; }
.steps p { font-size: 16px; color: var(--muted); max-width: 240px; }
.steps svg { position: absolute; bottom: 24px; color: var(--violet); width: 17px; }
.review-strip { margin-top: 40px; background: #17121f; color: #fff; padding: 32px; display: grid; grid-template-columns: 1.2fr 1fr 240px; gap: 30px; align-items: center; }
.review-strip > div > span { color: #bcaaff; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.review-strip h3 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 23px; letter-spacing: -.04em; margin: 8px 0; }
.review-strip p { font-size: 16px; color: #d3ceda; }
.review-mini { display: flex; align-items: center; gap: 8px; border-left: 1px solid #554968; padding-left: 18px; }
.review-mini p { font-size: 14px; }
.review-mini svg { margin-left: auto; color: #bcaaff; }
.delivery { background: #f8f7ff; }
.section-intro { max-width: 560px; color: var(--muted); margin-bottom: 35px; }
.delivery-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.delivery-card { padding: 34px; background: #fff; min-height: 280px; outline: 2px solid transparent; outline-offset: 3px; transition: transform .2s; }
.delivery-card.is-selected { outline-color: var(--violet); transform: translateY(-3px); }
.violet-card { color: #fff; background: var(--violet); }
.violet-card.is-selected { outline-color: #1b1234; }
.route-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #ece8ff; color: var(--violet); }
.violet-card .route-icon { background: #fff; }
.delivery-card .kicker { display: block; margin-top: 32px; letter-spacing: .9px; }
.delivery-card h3 { font-family: "Archivo Black", sans-serif; font-weight: 400; letter-spacing: -.045em; font-size: 27px; margin: 7px 0; }
.delivery-card p { font-size: 16px; max-width: 375px; color: var(--muted); margin-bottom: 16px; }
.violet-card p { color: #f2ecff; }
.delivery-card button { border: 0; background: transparent; color: var(--violet); padding: 8px 0; min-height: 44px; display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; }
.violet-card button { color: #fff; }
.violet-card button:focus-visible, .closing-cta button:focus-visible { outline-color: #fff; }
.route-summary { margin-top: 16px; background: #17121f; color: #fff; padding: 18px 24px; display: grid; grid-template-columns: 140px 220px 1fr; gap: 18px; align-items: center; }
.route-summary > span { font-size: 14px; text-transform: uppercase; color: #bcaaff; font-weight: 700; }
.route-summary b { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 16px; }
.route-summary p { font-size: 16px; color: #d5cede; }
.delivery-journey { margin: 16px 0 0; padding: 24px; background: #fff; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; list-style: none; counter-reset: journey; }
.delivery-journey li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; counter-increment: journey; }
.delivery-journey li::before { content: counter(journey); border: 1px solid #dcd1ff; color: var(--violet); border-radius: 50%; width: 21px; height: 21px; flex-shrink: 0; display: grid; place-items: center; font-size: 12px; }
.delivery-detail { font-size: 16px; color: var(--muted); max-width: 850px; margin-top: 12px; }
.reporting { padding: 125px 9vw; display: grid; grid-template-columns: 1fr 1.1fr; gap: 9vw; align-items: center; }
.reporting > div > p { max-width: 430px; font-size: 16px; color: var(--muted); margin-bottom: 16px; }
.reporting small { color: var(--muted); font-size: 14px; }
.analytics { min-width: 0; border: 1px solid var(--line); padding: 20px; box-shadow: 10px 10px 0 var(--lavender); }
.analytics figcaption { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.analytics figcaption > span { border: 1px solid var(--line); border-radius: 5px; font-size: 12px; padding: 4px 7px; white-space: nowrap; }
.stats { padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.stats > div { display: flex; flex-direction: column; background: #f8f7ff; padding: 15px; }
.stats span, .stats small, .bars > span { font-size: 12px; color: var(--muted); }
.stats b { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 40px; letter-spacing: -.07em; }
.stats sup { font-size: 25px; }
.bars { border-top: 1px solid var(--line); padding-top: 14px; }
.bar { height: 20px; background: #f0eff3; margin-top: 9px; position: relative; }
.bar i { display: block; background: var(--violet); height: 100%; }
.bar b { position: absolute; right: 3px; top: 2px; background: #f0eff3; padding: 0 2px; font-size: 12px; line-height: 16px; }
.bar-83 i { width: 83%; }.bar-71 i { width: 71%; }.bar-92 i { width: 92%; }.bar-56 i { width: 56%; }
.security { border-block: 1px solid var(--line); padding: 60px 7vw; display: grid; grid-template-columns: 45px 1.2fr 1fr auto; gap: 25px; align-items: center; }
.security > svg { color: var(--violet); width: 36px; height: 36px; }
.security h2 { font-size: 28.8px; }
.security > p { color: var(--muted); font-size: 16px; }
.security .text-link { font-size: 14px; color: var(--violet); }
.closing-cta { padding: 120px 5vw; text-align: center; color: #fff; background: var(--violet); }
.wordmark-large { font-size: 44px; }.wordmark-large i { color: #bcaaff; font-size: 53px; }
.closing-cta h2 { font-size: clamp(43.2px, 5.85vw, 81px); margin: 30px 0 14px; }
.closing-cta p { max-width: 470px; margin: 0 auto 28px; color: #f2ecff; }
.button-light { background: #fff; color: var(--violet); }.button-light:hover { background: #eae1ff; color: #452099; }
.privacy-note { padding: 48px 7vw; display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; border-bottom: 1px solid var(--line); }
.privacy-note .kicker { color: var(--violet); margin-bottom: 10px; }
.privacy-note h2 { font-size: 27px; }.privacy-note > div > p:not(.kicker) { font-size: 16px; color: var(--muted); margin-bottom: 10px; }
.site-footer { padding: 34px 6vw; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 14px; }
.site-footer p { color: var(--muted); }
.dialog-open { overflow: hidden; }
.marketing-dialog { border: 0; padding: 42px; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 40px); color: var(--ink); background: #fff; box-shadow: 0 25px 80px #120c1e55; }
.marketing-dialog::backdrop { background: #120c1e88; }
.close-button { position: absolute; top: 12px; right: 12px; border: 0; border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; background: #f2f0f6; }
.marketing-dialog .eyebrow { justify-content: flex-start; margin-top: 10px; }
.marketing-dialog h2 { font-size: 38.7px; margin: 20px 0; }
.marketing-dialog > p { font-size: 16px; color: var(--muted); margin: 16px 0; }
.marketing-dialog .text-link { color: var(--violet); }
.preview-dialog { width: min(610px, calc(100% - 32px)); }
.preview-dialog h3 { font-size: 18px; margin: 22px 0 15px; }
.preview-progress { display: flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 700; margin-top: 20px; }
.preview-progress > span { height: 7px; flex: 1; background: linear-gradient(to right, var(--violet) 38%, #eceaf0 38%); border-radius: 999px; }
.preview-note { padding: 12px; background: #f1edff; color: #39208a !important; font-size: 14px !important; }
@media (max-width: 1100px) {
  .site-header { gap: 16px; padding-inline: 4vw; }.site-header nav { gap: 16px; }.header-actions { gap: 14px; }
  .review-strip { grid-template-columns: 1.2fr 1fr; }.review-mini { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #554968; padding: 16px 0 0; }
  .security { grid-template-columns: 40px 1fr 1fr; }.security .text-link { grid-column: 2 / -1; }.delivery-journey { grid-template-columns: repeat(3, 1fr); }
}
@media (width < 960px) {
  .site-header { min-height: 68px; padding: 16px 20px; flex-wrap: wrap; }.header-actions { display: none; }.site-header nav { order: 3; width: 100%; flex-direction: column; gap: 0; padding-top: 12px; }.mobile-signin { display: block; }
  .navigation-enhanced nav { display: none; }.navigation-open nav { display: flex; }.menu-button { display: grid; place-items: center; border: 0; background: #fff; width: 44px; height: 36px; margin: -4px -8px -4px 0; }
}
@media (max-width: 800px) {
  .hero { padding: 58px 20px 0; }.hero h1 { font-size: clamp(43.2px, 8.1vw, 63px); }.hero-intro { font-size: 16px; }.hero-actions { flex-direction: column; gap: 8px; }
  .product-illustration { min-height: 390px; height: auto; grid-template-columns: 1fr; grid-template-rows: minmax(45px, auto) 1fr; border-radius: 12px 12px 0 0; }.workspace-sidebar, .workspace-review, .floating-note { display: none; }.workspace-question { padding: 25px 19px; }.workspace-header { padding-inline: 12px; gap: 8px; font-size: 14px; }.workspace-header > b { font-size: 12px; }.window-dots { display: none; }
  .statement { padding: 85px 24px; display: block; }.statement h2 { font-size: 35.1px; margin: 14px 0 20px; }
  .section { padding: 75px 20px; }.section h2 { font-size: clamp(32.4px, 6.3vw, 45px); }.steps { grid-template-columns: 1fr 1fr; }.steps article, .steps article + article { padding: 24px 16px 54px 0; border-bottom: 1px solid var(--line); }.steps article:nth-child(even) { padding-left: 16px; border-right: 0; }.steps article:nth-last-child(-n+2) { border-bottom: 0; }
  .review-strip { grid-template-columns: 1fr; padding: 26px; gap: 18px; }.delivery-cards, .reporting, .privacy-note { grid-template-columns: 1fr; }.delivery-card { padding: 28px; }.route-summary { grid-template-columns: 1fr; gap: 7px; }.delivery-journey { grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px; }
  .reporting { gap: 42px; }.analytics { margin-right: 10px; }.security { padding: 50px 20px; grid-template-columns: 40px 1fr; }.security > p, .security .text-link { grid-column: 1 / -1; }.security h2 { font-size: 27px; }
  .closing-cta { padding: 90px 20px; }.closing-cta h2 { font-size: clamp(37.8px, 7.2vw, 58.5px); }.privacy-note { padding: 40px 20px; gap: 20px; }.site-footer { padding: 28px 20px; }.site-footer p { display: none; }
  .marketing-dialog { padding: 36px 24px 28px; }.marketing-dialog h2 { font-size: 32.4px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 40.5px; }.statement h2 { font-size: 31.5px; }.steps { grid-template-columns: 1fr; }.steps article, .steps article + article { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }.steps article:last-child { border-bottom: 0; }.steps h3 { margin-top: 20px; }.workspace-question { padding: 20px 12px; }.stats { gap: 8px; }.stats > div { padding: 10px; }.analytics { padding: 14px; }.analytics figcaption { font-size: 14px; }.delivery-card h3 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Public partner site: a shared editorial system, with product-specific illustrations. */
.marketing-site { --page-gutter: clamp(20px, 6vw, 96px); --page-width: 1280px; }
.marketing-site main:focus { outline: none; }
.marketing-site h1, .marketing-site h2 { text-wrap: balance; }
.marketing-site em { color: var(--violet); font-style: normal; }
.marketing-site p, .marketing-site li, .marketing-site dd { overflow-wrap: anywhere; }
.marketing-site :is(input, select, textarea, summary):focus-visible { outline: 3px solid #352070; outline-offset: 3px; }
.marketing-site .button, .marketing-site .text-link { flex-shrink: 0; }
.site-utility { min-height: 36px; padding: 8px var(--page-gutter); display: flex; justify-content: space-between; gap: 12px; background: #f5f2fd; color: #514861; font-size: 12px; }
.site-utility a { text-decoration: underline; text-underline-offset: 3px; }
.marketing-site .site-header { padding-inline: var(--page-gutter); min-height: 88px; }
.marketing-site .site-header nav { gap: clamp(16px, 2.2vw, 34px); }
.marketing-site .site-header nav a[aria-current] { color: var(--violet); text-decoration: underline; text-underline-offset: 8px; }
.marketing-site .mobile-demo { display: none; }
.marketing-site .site-header .signin { padding-block: 12px; }
.marketing-site .eyebrow { font-size: 12px; letter-spacing: 1.4px; line-height: 1.6; }
.eyebrow.left { justify-content: flex-start; }
.micro-label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.home-hero { max-width: 1536px; margin-inline: auto; padding: 78px var(--page-gutter) 72px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .93fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.hero-copy .eyebrow { justify-content: flex-start; margin-bottom: 24px; }
.hero-copy h1 { font-size: clamp(46px, 5.5vw, 82px); line-height: .99; letter-spacing: -.07em; }
.hero-lead { font-size: 20px; font-weight: 700; margin-top: 30px; max-width: 440px; }
.hero-description { color: var(--muted); font-size: 17px; max-width: 465px; margin-top: 12px; }
.hero-copy .hero-actions { justify-content: flex-start; flex-wrap: wrap; gap: 14px 22px; margin: 26px 0 20px; }
.hero-access { font-size: 12px; color: var(--muted); max-width: 420px; }
.generation-scene { position: relative; background: #f0ecfc; border: 1px solid #e0d8f5; border-radius: 24px; padding: 30px 26px 22px; }
.scene-label { display: flex; align-items: center; gap: 8px; color: #6e627f; font-size: 10px; letter-spacing: 1.6px; font-weight: 700; margin-bottom: 26px; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--violet); }
.source-card { position: relative; padding: 23px 22px 19px; background: #fff; box-shadow: 0 6px 20px #3b24650a; border: 1px solid #e0d9ee; border-radius: 12px; display: grid; grid-template-columns: 37px minmax(0, 1fr); gap: 13px; margin-inline: 20px; transform: rotate(-2deg); }
.document-icon { width: 37px; height: 43px; background: #f0ebfd; border-radius: 7px; display: grid; place-items: center; color: var(--violet); }
.source-card h2 { font-family: "DM Sans", sans-serif; font-size: 19px; font-weight: 700; line-height: 1.3; letter-spacing: -.5px; margin: 5px 0; }
.source-card p { font-size: 11px; color: var(--muted); }
.source-card .micro-label { font-size: 9px; }
.document-lines { grid-column: 1 / -1; display: grid; gap: 7px; margin-top: 5px; }
.document-lines i { height: 4px; border-radius: 8px; background: #eeedf1; }.document-lines i:nth-child(2) { width: 88%; }.document-lines i:nth-child(4) { width: 70%; }
.generation-connector { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; margin: 2px 0; }
.generation-connector > span { height: 22px; border-left: 1px dashed #b6a3e4; }
.generation-connector b { display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border-radius: 50px; color: #fff; background: var(--violet); font-size: 12px; box-shadow: 0 4px 0 #d8cdf4; }
.generation-connector svg { width: 16px; height: 16px; }
.generated-card { background: #fff; padding: 22px; border: 1px solid #d5c9ed; border-radius: 13px; box-shadow: 0 10px 30px #2a104c0c; }
.generated-header { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; font-size: 9px; font-weight: 700; letter-spacing: .6px; color: #71667e; align-items: center; }
.draft-label { border-radius: 5px; color: #5a2cbe; background: #f1ecfd; padding: 5px 7px; letter-spacing: 0; }
.generated-card h3 { font-size: 18px; line-height: 1.35; margin: 17px 0; letter-spacing: -.3px; }
.generated-card .sample-option { font-size: 12px; padding: 10px; border-radius: 6px; }.generated-card .sample-option:first-of-type { border-color: #cabbeb; background: #faf8ff; }
.generated-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 10px; color: var(--muted); margin-top: 17px; }
.generated-footer span { display: inline-flex; gap: 4px; align-items: center; }.generated-footer svg { width: 13px; height: 13px; }.generated-footer b { font-weight: 500; color: #3b7048; }
.human-note { display: flex; align-items: center; gap: 10px; position: relative; margin: 18px -4px 0 34px; border: 1px solid #e6e0ed; background: #fff; border-radius: 10px; padding: 14px; transform: rotate(2deg); }
.human-note div { display: flex; flex-direction: column; font-size: 11px; }.human-note strong { font-size: 12px; }.human-note div > span { color: var(--muted); }.human-note > svg { margin-left: auto; color: var(--violet); width: 18px; }
.scene-caption { text-align: center; color: #776b85; font-size: 10px; margin-top: 24px; }
.home-context { max-width: 1536px; margin: 0 auto; padding: 28px var(--page-gutter); border-block: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home-context p { font-size: 14px; color: var(--muted); }.home-context strong { font-weight: 500; color: var(--ink); }.home-context > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 12px; font-weight: 700; }.home-context i { color: #baade0; font-style: normal; font-size: 22px; }
.page-section { padding: 88px var(--page-gutter); max-width: 1536px; margin-inline: auto; }
.page-section h2, .section-heading h2, .feature-band h2, .participant-story h2, .template-section h2, .partner-process h2, .security-conversation h2 { font-size: clamp(32px, 3.7vw, 54px); line-height: 1.05; letter-spacing: -.065em; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 64px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin-top: 17px; }.section-heading > p { font-size: 16px; color: var(--muted); max-width: 440px; }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 42px 0 24px; border-top: 1px solid var(--line); }
.journey-grid article { padding: 26px 26px 22px 0; }.journey-grid article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.journey-grid h3 { font-size: 19px; margin: 30px 0 12px; letter-spacing: -.4px; }.journey-grid p { color: var(--muted); font-size: 15px; }
.feature-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10vw; align-items: center; padding: 88px var(--page-gutter); background: #18141f; color: white; }
.feature-band .eyebrow { color: #cbbbf7; }.feature-band .eyebrow > span { background: #b398f4; }.feature-band h2 { margin: 18px 0 25px; }.feature-band em { color: #bea6ff; }.feature-band > div > p:not(.eyebrow) { color: #cec7d8; max-width: 480px; }.feature-band .text-link { color: #ddd0ff; margin-top: 22px; }
.use-case-stack { display: grid; gap: 14px; }.use-case-stack article { border: 1px solid #534661; border-radius: 10px; padding: 24px 28px; background: #241e2e; }.use-case-stack article:nth-child(2) { margin-inline: 22px -16px; }.use-case-stack article:nth-child(3) { margin-right: 22px; }
.use-case-stack span { color: #b9a4e8; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; }.use-case-stack h3 { font-size: 25px; margin: 10px 0 8px; font-weight: 600; letter-spacing: -.8px; }.use-case-stack p { font-size: 13px; color: #cbc3d5; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.choice-grid article { padding: 36px; border: 1px solid #e1dbea; border-radius: 14px; background: #f8f6fd; }.choice-grid article > svg { width: 30px; height: 30px; color: var(--violet); margin-bottom: 40px; }.choice-grid h3 { font-size: 28px; letter-spacing: -.8px; margin: 9px 0 14px; }.choice-grid p { color: var(--muted); max-width: 440px; }.choice-grid .text-link { margin-top: 20px; }
.choice-grid .violet-choice { background: #6536e8; color: #fff; border-color: #6536e8; }.violet-choice :is(.micro-label, p), .choice-grid .violet-choice > svg { color: #f2edff; }.violet-choice .text-link:hover { color: #fff; text-decoration: underline; }
.home-report { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 8vw; padding-top: 16px; }.home-report h2 { margin: 18px 0 24px; }.home-report > div > p:not(.eyebrow) { color: var(--muted); }.home-report .text-link { margin-top: 22px; }
.marketing-site .analytics { border-radius: 14px; padding: 28px; box-shadow: 12px 12px 0 var(--lavender); background: white; }.bar-row { display: flex; align-items: center; gap: 12px; margin-top: 12px; }.bar-row > span { color: var(--muted); font-size: 11px; }.bar-row .bar { flex: 1; margin: 0; border-radius: 4px; overflow: hidden; }.bar b { top: 2px; }.chart-caption { font-size: 11px; color: var(--muted); margin-top: 20px; }
.trust-strip { margin-inline: var(--page-gutter); padding: 32px 0; border-block: 1px solid var(--line); display: flex; align-items: center; gap: 24px; }.trust-strip > svg { width: 30px; height: 30px; color: var(--violet); }.trust-strip > div { flex: 1; }.trust-strip h2 { font-family: "DM Sans"; font-weight: 700; font-size: 23px; letter-spacing: -.6px; line-height: 1.2; }.trust-strip p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.availability-section { padding-top: 25px; padding-bottom: 35px; }.availability-note { display: flex; align-items: flex-start; gap: 10px; max-width: 790px; color: #655b74; font-size: 12px; line-height: 1.7; margin-top: 28px; }.availability-note .status-dot { margin-top: 7px; }.availability-section .availability-note { margin-top: 0; }
.campaign-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; padding: 65px var(--page-gutter); background: var(--violet); color: #fff; }.campaign-cta .kicker { color: #e0d6f7; font-size: 11px; }.campaign-cta h2 { font-size: clamp(30px, 3.5vw, 49px); line-height: 1.08; margin: 18px 0; }.campaign-cta p:not(.kicker) { color: #eee6ff; font-size: 15px; max-width: 520px; }.campaign-cta > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 14px; }.campaign-cta span { font-size: 11px; color: #eee6ff; }
.marketing-site .site-footer { display: block; padding: 64px var(--page-gutter) 25px; }.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 52px; }.footer-brand > p { font-size: 19px; font-weight: 600; color: var(--ink); line-height: 1.35; letter-spacing: -.4px; margin: 24px 0 14px; }.footer-brand > span { font-size: 12px; color: var(--muted); }.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-main h2 { font-family: "DM Sans"; font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: 0; margin-bottom: 8px; }.footer-main nav a { color: var(--muted); font-size: 13px; padding-block: 4px; }.footer-main nav a:hover { color: var(--violet); text-decoration: underline; }.footer-bottom { padding-top: 25px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--muted); }.footer-bottom nav { display: flex; gap: 24px; }.footer-bottom a { padding-block: 10px; }
.product-nav { display: flex; align-items: center; gap: 28px; padding: 17px var(--page-gutter); border-bottom: 1px solid var(--line); font-size: 13px; background: #fbfaff; }.product-nav > span { color: var(--muted); margin-right: auto; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }.product-nav a { padding-block: 7px; }.product-nav a[aria-current] { color: var(--violet); font-weight: 700; }
.page-hero { padding: 72px var(--page-gutter) 65px; max-width: 1536px; margin: 0 auto; border-bottom: 1px solid var(--line); }.page-hero h1, .contact-intro h1, .thank-you h1 { font-size: clamp(42px, 5.7vw, 80px); line-height: 1.02; letter-spacing: -.07em; margin: 22px 0 28px; }.page-lead { max-width: 730px; font-size: 19px; color: #595361; line-height: 1.65; }.section-copy { max-width: 690px; color: var(--muted); margin: 25px 0 14px; }
.split-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 6vw; }.split-hero h1 { font-size: clamp(42px, 5vw, 72px); }.split-hero .page-lead { font-size: 17px; }
.workflow-story { padding-block: 10px 20px; }.workflow-story article { display: grid; grid-template-columns: 50px minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 40px; padding-block: 65px; border-bottom: 1px solid var(--line); }.workflow-story article:last-child { border-bottom: 0; }.story-number { align-self: start; font-size: 22px; color: var(--violet); font-weight: 700; padding-top: 30px; }.workflow-story .kicker { color: var(--violet); font-size: 11px; }.workflow-story h2 { margin: 20px 0 25px; }.workflow-story p:not(.kicker) { font-size: 16px; color: var(--muted); margin-top: 15px; }
.source-stack { border-radius: 14px; background: #f2edfc; padding: 35px; }.source-stack > span { display: flex; align-items: center; gap: 15px; margin-block: 12px; padding: 17px; background: white; border: 1px solid #e7dff4; border-radius: 7px; font-size: 13px; }.source-stack svg { color: var(--violet); }.source-stack p { text-align: center; font-size: 12px !important; }
.principle-card { padding: 42px 32px; border-radius: 14px; background: #191321; color: #fff; }.principle-card > svg { color: #b598ff; width: 40px; height: 40px; margin-bottom: 26px; }.principle-card h3 { font-size: 23px; }.principle-card p { color: #d2c8e1 !important; }
.workspace-showcase { padding: 65px var(--page-gutter) 0; background: #f9f7fd; border-block: 1px solid #e9e3f2; }.workspace-showcase .product-illustration { background: white; min-height: 400px; }.workspace-showcase .note-ai, .workspace-showcase .note-review { display: none; }
.participant-story, .partner-process, .security-conversation { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8vw; align-items: start; background: #f5f1fe; padding: 75px var(--page-gutter); }.participant-story h2, .partner-process h2, .security-conversation h2 { margin: 18px 0 25px; }.participant-story p, .partner-process p, .security-conversation p { color: var(--muted); margin-top: 14px; }.participant-story ol, .partner-process ol { list-style: none; margin: 0; padding: 0; }.participant-story li { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid #ddd3ef; }.participant-story li > span, .partner-process li > span { font-size: 12px; color: var(--violet); font-weight: 700; }.participant-story li h3 { font-size: 20px; }.participant-story li p { margin-top: 8px; font-size: 15px; }.participant-story li:first-child { padding-top: 0; }
.compact-section { padding-block: 55px; }
.solution-stories { padding-block: 0; }.solution-story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 8vw; align-items: center; padding-block: 72px; border-bottom: 1px solid var(--line); }.solution-story:nth-child(even) > div { order: 2; }.solution-story h2 { font-size: clamp(30px, 3.2vw, 46px); margin: 20px 0 28px; }.solution-story dl { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 15px 24px; font-size: 14px; }.solution-story dt { font-weight: 700; color: var(--ink); }.solution-story dd { margin: 0; color: var(--muted); }.solution-story .text-link { margin-top: 16px; }
.brief-visual { border-radius: 18px; padding: 32px; background: #ece5fc; position: relative; min-width: 0; }.brief-visual > .micro-label { font-size: 9px; letter-spacing: 1.3px; }.brief-monogram { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #d8caf7; color: #5126ac; font-size: 16px; font-weight: 700; margin: 28px 0 15px; }.brief-visual > h3 { font-size: 34px; font-weight: 700; letter-spacing: -1.5px; max-width: 230px; margin-bottom: 27px; }.brief-question { background: #fff; border: 1px solid #dfd5f0; border-radius: 10px; padding: 23px; }.brief-question > span { font-size: 9px; letter-spacing: 1px; color: var(--muted); font-weight: 700; }.brief-question p { font-size: 17px; font-weight: 600; margin-top: 15px; }.brief-question > div { display: grid; gap: 8px; margin-top: 24px; }.brief-question i { height: 24px; border: 1px solid #e6e0ef; border-radius: 4px; }.brief-question i:first-child { background: #f4efff; border-color: #d5c5f1; }.brief-visual figcaption { color: #62596e; font-size: 10px; margin-top: 23px; }.solution-story:nth-child(2) .brief-visual { background: #e9f1ec; }.solution-story:nth-child(2) .brief-monogram { background: #c8e0d0; color: #365842; }.solution-story:nth-child(3) .brief-visual { background: #f7ebe4; }.solution-story:nth-child(3) .brief-monogram { background: #eed2c1; color: #79523b; }.solution-story:nth-child(4) .brief-visual { background: #ecedf8; }
.marketing-site .delivery.section { padding: 60px var(--page-gutter); }.marketing-site .delivery > .section-label, .marketing-site .delivery > h2 { display: none; }.marketing-site .delivery-card { border-radius: 12px; }.marketing-site .delivery-journey { border-radius: 8px; }.marketing-site .route-summary { border-radius: 8px; }.marketing-site .delivery-detail { font-size: 14px; line-height: 1.7; }
.responsibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }.responsibility-grid article { border: 1px solid var(--line); border-radius: 12px; padding: 32px; }.responsibility-grid h3 { font-size: 24px; margin: 12px 0 20px; letter-spacing: -.6px; }.responsibility-grid h2 { font-size: 30px; margin: 8px 0 20px; }.responsibility-grid article > svg { color: var(--violet); width: 27px; height: 27px; }.responsibility-grid p { color: var(--muted); }.responsibility-grid .text-link { margin-top: 16px; }.check-list { list-style: none; padding: 0; margin: 0; }.check-list li { border-top: 1px solid var(--line); padding: 14px 0; font-size: 15px; color: var(--muted); }.check-list li::before { content: "✓"; color: var(--violet); margin-right: 10px; }
.template-section { padding: 70px var(--page-gutter); background: #f5f1fc; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; align-items: center; }.template-section h2 { margin: 18px 0 25px; }.template-section p:not(.eyebrow) { color: var(--muted); margin-top: 16px; }.template-previews { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.template-previews figure { background: #fff; border: 1px solid #ded5ed; border-radius: 9px; overflow: hidden; }.mini-browser { display: flex; gap: 4px; border-bottom: 1px solid #e4deec; padding: 9px; }.mini-browser i { height: 4px; width: 4px; background: #d6cce4; border-radius: 50%; }.template-centred, .template-split { padding: 20px 16px; min-height: 285px; }.template-centred { text-align: center; background: #f8f6fb; }.template-centred > span, .template-split > span { font-size: 8px; font-weight: 700; letter-spacing: .5px; }.template-previews h3 { margin: 20px 0; font-size: 24px; font-weight: 700; letter-spacing: -1px; }.mini-quiz { height: 76px; background: repeating-linear-gradient(0deg, #f0eaf8 0, #f0eaf8 11px, white 11px, white 24px); border: 12px solid white; outline: 1px solid #e6def0; border-radius: 4px; }.template-split { background: #20172d; color: #fff; }.template-split h3 { color: #d4bfff; }.template-previews figcaption { padding: 15px 12px; font-size: 10px; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; }.faq-section h2 { margin-top: 18px; }.faq-section details { border-bottom: 1px solid var(--line); }.faq-section summary { padding: 22px 28px 22px 0; cursor: pointer; font-size: 17px; font-weight: 600; line-height: 1.5; }.faq-section details p { padding-bottom: 24px; color: var(--muted); font-size: 15px; }.faq-section details:first-child summary { padding-top: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }.editorial-grid article { padding-top: 26px; border-top: 1px solid var(--line); }.editorial-grid span { font-size: 11px; font-weight: 700; color: var(--violet); letter-spacing: 1px; }.editorial-grid h3 { font-size: 24px; letter-spacing: -.7px; margin: 25px 0 16px; }.editorial-grid p { color: var(--muted); font-size: 15px; }
.report-observation { background: #2b2237; border: 1px solid #5f4c75; border-radius: 12px; padding: 34px; }.report-observation .micro-label { color: #c2a9f2; }.report-observation h3 { font-size: 27px; line-height: 1.3; letter-spacing: -.6px; margin: 23px 0 18px; }.report-observation p { color: #d8cfe3; font-size: 15px; }.observation-score { display: block; font-size: 75px; letter-spacing: -4px; line-height: 1; color: #c3a7ff; margin-top: 26px; font-family: "Archivo Black"; }.observation-score span { font-size: 35px; letter-spacing: -2px; }.report-observation small { display: block; color: #d8cfe3; font-size: 11px; margin-top: 12px; }
.partner-hero { background: #f8f5fe; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 0 8vw; align-items: center; }.partner-hero > .eyebrow { grid-column: 1 / -1; }.partner-hero h1 { margin-bottom: 0; }.partner-hero > div > p:not(.page-lead) { margin: 20px 0 25px; color: var(--muted); font-size: 15px; }.partner-process li { position: relative; border-bottom: 1px solid #dbd2ea; padding: 0 0 24px 45px; margin-bottom: 25px; }.partner-process li > span { position: absolute; left: 0; top: 5px; }.partner-process h3 { font-size: 22px; }.partner-process li p { margin-top: 12px; font-size: 15px; }
.trust-principles { padding-block: 10px; }.trust-principles article { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 50px; padding: 56px 0; border-bottom: 1px solid var(--line); }.trust-principles article > svg { width: 68px; height: 68px; padding: 17px; color: var(--violet); border-radius: 16px; background: #eee7fb; }.trust-principles article .kicker { font-size: 11px; color: var(--violet); }.trust-principles h2 { margin: 18px 0 25px; }.trust-principles p:not(.kicker) { max-width: 800px; color: var(--muted); margin-top: 16px; }.trust-principles article:last-child { border-bottom: 0; }.security-conversation { margin-top: 50px; }.security-conversation ul { padding: 0; list-style: none; margin: 0; }.security-conversation li { padding: 17px 0; border-bottom: 1px solid #dcd2eb; font-size: 16px; }.security-conversation li:first-child { padding-top: 0; }
.contact-page { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 7vw; padding-top: 65px; background: linear-gradient(90deg, #fff 50%, #faf8fe 50%); }.contact-intro h1 { font-size: clamp(44px, 5.6vw, 78px); }.contact-intro .page-lead { font-size: 17px; max-width: 430px; }.contact-expectations { margin: 34px 0; padding-top: 26px; border-top: 1px solid var(--line); max-width: 400px; }.contact-expectations h2 { font-family: "DM Sans"; font-weight: 700; font-size: 18px; letter-spacing: -.3px; }.contact-expectations ol { padding-left: 20px; font-size: 14px; color: var(--muted); }.contact-expectations li { padding: 6px 0 6px 8px; }.contact-footnote { color: var(--muted); font-size: 12px; margin-top: 25px; max-width: 400px; }
.contact-form-card { background: #fff; border: 1px solid #e6deef; border-radius: 18px; padding: 38px; box-shadow: 0 10px 40px #2a164707; align-self: start; min-width: 0; }.contact-form-card .kicker { font-size: 10px; color: var(--violet); }.contact-form-card h2 { font-family: "DM Sans"; font-size: 29px; font-weight: 700; letter-spacing: -.8px; line-height: 1.2; margin: 13px 0; }.contact-form-card > p:not(.kicker) { color: var(--muted); font-size: 13px; }.marketing-form { display: grid; gap: 20px; margin-top: 28px; }.marketing-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; }.marketing-form label > span { font-weight: 400; color: var(--muted); }.marketing-form input:not([type=checkbox]):not([type=hidden]), .marketing-form select, .marketing-form textarea { display: block; border: 1px solid #c6bece; border-radius: 7px; padding: 12px; width: 100%; min-height: 46px; background: #fff; font: inherit; font-size: 15px; color: var(--ink); }.marketing-form textarea { resize: vertical; }.marketing-form textarea::placeholder { color: #89808f; font-size: 13px; }.marketing-form .consent-field label { display: flex; align-items: flex-start; gap: 12px; line-height: 1.7; margin: 0; font-size: 12px; }.marketing-form input[type=checkbox] { flex-shrink: 0; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--violet); }.consent-field a { color: var(--violet); text-decoration: underline; }.marketing-form .button { width: 100%; }.form-reassurance { text-align: center; color: var(--muted); font-size: 11px; line-height: 1.7; margin-top: -7px; }.form-honeypot { display: none; }.form-errors { margin-top: 24px; border: 1px solid #c37478; border-radius: 7px; padding: 17px; background: #fff5f4; color: #752b31; font-size: 13px; }.form-errors h3 { font-size: 15px; }.form-errors ul { padding-left: 20px; margin-bottom: 0; }.form-errors a { text-decoration: underline; }.field-error { color: #8d2735; font-size: 12px; margin-top: 6px; }.marketing-form [aria-invalid=true] { border-color: #b34854 !important; }
.thank-you { text-align: center; max-width: 900px; padding-block: 85px; }.thank-you .page-lead { margin-inline: auto; }.thank-you > p:not(.page-lead):not(.eyebrow) { max-width: 600px; margin: 24px auto; color: var(--muted); }.success-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--violet); background: #eee7fc; border-radius: 50%; width: 65px; height: 65px; margin-bottom: 24px; }.success-icon svg { width: 29px; height: 29px; }
.legal-hero { background: #faf8fd; }.legal-hero h1 { font-size: clamp(43px, 5.3vw, 72px); }.legal-date { font-size: 12px; color: var(--muted); margin-top: 24px; }.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 7vw; padding-top: 55px; justify-content: start; }.legal-layout > nav { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; gap: 3px; border-left: 2px solid #e8e0f5; padding-left: 23px; font-size: 13px; }.legal-layout > nav > span { font-weight: 700; margin-bottom: 15px; }.legal-layout > nav a { color: var(--muted); padding: 9px 0; }.legal-layout > nav a:hover { color: var(--violet); }.legal-copy section { margin-bottom: 42px; scroll-margin-top: 35px; }.legal-copy h2 { font-family: "DM Sans"; font-size: 25px; font-weight: 700; letter-spacing: -.7px; line-height: 1.35; margin-bottom: 20px; }.legal-copy p { margin: 16px 0; color: #585160; font-size: 16px; line-height: 1.85; }.legal-copy a { color: #582bbf; text-decoration: underline; text-underline-offset: 3px; }
.participant-story li > span, .partner-process li > span { flex-shrink: 0; white-space: nowrap; }
@media (min-width: 1600px) { .feature-band, .campaign-cta, .participant-story, .partner-process, .security-conversation, .template-section { padding-inline: max(var(--page-gutter), calc((100vw - 1280px)/2)); } }
@media (max-width: 1100px) { .marketing-site { --page-gutter: 4vw; }.home-hero { gap: 30px; }.generation-scene { padding: 23px 17px 18px; }.source-card { margin-inline: 10px; padding: 18px; }.generated-card { padding: 17px; }.hero-copy h1 { font-size: 58px; }.site-header .button-small { font-size: 12px; }.marketing-site .site-header { gap: 20px; }.marketing-site .header-actions { gap: 18px; }.marketing-site .site-header nav { gap: 18px; }.section-heading { gap: 35px; }.workflow-story article { gap: 24px; }.source-stack { padding: 22px; }.legal-layout { gap: 45px; grid-template-columns: 180px minmax(0, 1fr); } }
@media (width < 960px) { .marketing-site .site-header { padding-block: 18px; min-height: 72px; }.marketing-site .site-header nav { gap: 0; }.marketing-site .mobile-demo { display: inline-flex; align-self: flex-start; margin-top: 12px; padding: 12px 20px; }.home-hero { padding-top: 55px; }.hero-copy h1 { font-size: clamp(39px, 6vw, 54px); }.hero-copy .eyebrow { font-size: 10px; }.hero-lead { font-size: 18px; }.hero-description { font-size: 15px; }.hero-access { font-size: 11px; }.hero-copy .hero-actions { align-items: flex-start; }.generation-scene .source-card p { font-size: 10px; }.generated-card h3 { font-size: 16px; }.human-note { margin-left: 10px; }.human-note strong { font-size: 11px; }.home-context { align-items: flex-start; flex-direction: column; gap: 12px; }.section-heading { gap: 32px; }.journey-grid { grid-template-columns: 1fr 1fr; }.journey-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }.journey-grid article:nth-child(4) { border-top: 1px solid var(--line); }.feature-band { gap: 7vw; }.choice-grid article { padding: 27px; }.choice-grid h3 { font-size: 24px; }.home-report { gap: 40px; }.marketing-site .analytics { padding: 20px; }.analytics figcaption { flex-wrap: wrap; }.stats b { font-size: 34px; }.stats > div { padding: 12px; }.trust-strip { flex-wrap: wrap; }.trust-strip > a { margin-left: 54px; }.campaign-cta { gap: 26px; }.campaign-cta h2 { font-size: 33px; }.footer-main { gap: 30px; }.footer-bottom > span { display: none; }.workflow-story article { grid-template-columns: 32px minmax(0, 1fr); gap: 20px; }.workflow-story article > div:last-child { grid-column: 2; max-width: 520px; }.workflow-story article p { max-width: 600px; }.template-section { grid-template-columns: 1fr; gap: 35px; }.template-section > div:first-child { max-width: 650px; }.template-previews { max-width: 650px; }.faq-section { gap: 40px; }.solution-story { gap: 40px; }.solution-story dl { grid-template-columns: 1fr; gap: 5px; }.solution-story dd { margin-bottom: 13px; }.brief-visual { padding: 23px; }.brief-visual > h3 { font-size: 28px; }.brief-question { padding: 17px; }.brief-question p { font-size: 15px; }.contact-page { gap: 30px; }.contact-form-card { padding: 27px; }.contact-intro h1 { font-size: 52px; } }
@media (max-width: 700px) {
  .marketing-site { --page-gutter: 22px; }.site-utility { font-size: 10px; gap: 4px 12px; flex-wrap: wrap; }.site-utility > span:last-child { font-size: 9px; }.marketing-site .site-header { padding-block: 16px; }.home-hero { grid-template-columns: 1fr; gap: 36px; padding-top: 42px; padding-bottom: 35px; }.hero-copy h1 { font-size: clamp(46px, 9.5vw, 66px); }.hero-copy h1 br:nth-child(2) { display: none; }.hero-copy h1 em { display: inline; }.hero-copy .eyebrow { font-size: 10px; }.hero-lead { margin-top: 25px; max-width: 500px; font-size: 18px; }.hero-description { font-size: 16px; max-width: 520px; }.hero-copy .hero-actions { flex-direction: row; gap: 9px 18px; }.hero-access { max-width: 100%; }.generation-scene { width: 100%; max-width: 490px; margin-inline: auto; padding: 23px; }.generated-card { padding: 20px; }.source-card { margin-inline: 12px; }.human-note strong { font-size: 12px; }.home-context { padding-block: 23px; }.home-context > div { gap: 13px; font-size: 11px; }.home-context p { font-size: 13px; }.page-section { padding-block: 55px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }.section-heading > p { max-width: 540px; }.page-section h2, .section-heading h2, .feature-band h2, .participant-story h2, .template-section h2, .partner-process h2, .security-conversation h2 { font-size: 34px; }.journey-grid { margin-top: 25px; }.journey-grid article { padding: 22px 17px 22px 0; }.journey-grid article + article { padding-left: 18px; }.journey-grid article:nth-child(3) { padding-left: 0; }.journey-grid h3 { font-size: 18px; margin-top: 22px; }.journey-grid p { font-size: 14px; }.feature-band { grid-template-columns: 1fr; padding-block: 55px; gap: 35px; }.use-case-stack { padding-right: 12px; }.use-case-stack article:nth-child(2) { margin-inline: 14px -12px; }.use-case-stack h3 { font-size: 23px; }.use-case-stack h3 br { display: none; }.choice-grid { grid-template-columns: 1fr; gap: 18px; }.choice-grid article { padding: 28px; }.choice-grid h3 { font-size: 25px; }.choice-grid article > svg { margin-bottom: 24px; }.home-report { grid-template-columns: 1fr; gap: 35px; padding-top: 0; }.marketing-site .analytics { box-shadow: 7px 7px 0 var(--lavender); }.trust-strip { gap: 15px; margin-block: 0; padding-block: 24px; }.trust-strip h2 { font-size: 20px; }.trust-strip p { font-size: 13px; }.trust-strip > a { margin-left: 45px; }.availability-section { padding-block: 22px; }.campaign-cta { grid-template-columns: 1fr; padding-block: 45px; gap: 27px; }.campaign-cta > div:last-child { align-items: flex-start; }.campaign-cta h2 { font-size: 34px; }.campaign-cta .kicker { font-size: 10px; }.marketing-site .site-footer { padding-top: 45px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-bottom: 32px; }.footer-brand { grid-column: 1 / -1; }.footer-brand > p { margin-top: 18px; }.footer-brand > span { display: none; }.footer-main nav a { font-size: 12px; }.footer-main h2 { font-size: 12px; }.footer-bottom { flex-wrap: wrap; gap: 5px 15px; font-size: 10px; }.product-nav { flex-wrap: wrap; gap: 7px 22px; padding-block: 12px; font-size: 12px; }.product-nav > span { display: none; }.page-hero { padding-block: 42px; }.page-hero h1, .contact-intro h1, .thank-you h1 { font-size: clamp(40px, 8.5vw, 56px); margin: 18px 0 25px; }.page-lead { font-size: 17px; }.availability-note { font-size: 11px; }.split-hero { grid-template-columns: 1fr; gap: 35px; }.workflow-story { padding-block: 0; }.workflow-story article { padding-block: 40px; grid-template-columns: 25px minmax(0, 1fr); gap: 17px; }.workflow-story h2 { font-size: 31px; }.story-number { font-size: 16px; }.source-stack { padding: 20px; }.source-stack > span { padding: 13px; font-size: 12px; }.principle-card { padding: 30px 24px; }.workspace-showcase { padding-top: 40px; }.workspace-showcase .product-illustration { min-height: 0; }.participant-story, .partner-process, .security-conversation { grid-template-columns: 1fr; padding-block: 45px; gap: 32px; }.compact-section { padding-block: 45px; }.solution-stories { padding-block: 0; }.solution-story { grid-template-columns: 1fr; gap: 30px; padding-block: 45px; }.solution-story:nth-child(even) > div { order: 0; }.solution-story h2 { font-size: 33px; }.solution-story dl { grid-template-columns: 100px minmax(0, 1fr); gap: 16px; }.solution-story dd { margin: 0; }.brief-visual { max-width: 480px; width: 100%; margin-inline: auto; padding: 27px; }.brief-visual > h3 { max-width: none; }.brief-monogram { margin: 22px 0 15px; }.marketing-site .delivery.section { padding-block: 35px; }.responsibility-grid { grid-template-columns: 1fr; gap: 20px; }.responsibility-grid article { padding: 25px; }.responsibility-grid h2 { font-size: 28px; }.template-section { padding-block: 45px; }.template-previews { gap: 12px; }.template-previews h3 { font-size: 21px; }.template-centred, .template-split { min-height: 275px; padding: 16px 12px; }.template-previews figcaption { font-size: 9px; padding: 12px 9px; }.faq-section { grid-template-columns: 1fr; gap: 30px; }.faq-section summary { font-size: 16px; }.editorial-grid { grid-template-columns: 1fr; gap: 30px; }.editorial-grid h3 { font-size: 24px; margin: 17px 0 12px; }.report-observation { padding: 27px; }.partner-hero { grid-template-columns: 1fr; gap: 26px; }.partner-hero > .eyebrow { grid-column: auto; }.partner-hero h1 { margin: -8px 0 0; }.trust-principles { padding-block: 0; }.trust-principles article { grid-template-columns: 1fr; gap: 25px; padding-block: 40px; }.trust-principles article > svg { width: 50px; height: 50px; padding: 12px; }.security-conversation { margin-top: 10px; }.contact-page { grid-template-columns: 1fr; gap: 36px; background: #fff; padding-top: 40px; }.contact-expectations { margin-block: 24px; padding-top: 22px; }.contact-expectations h2 { font-size: 19px; }.contact-form-card { padding: 25px; background: #fcfaff; }.contact-form-card h2 { font-size: 27px; }.thank-you { padding-block: 55px; }.thank-you .hero-actions { flex-direction: column; }.legal-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 32px; }.legal-layout > nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 0 19px; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 25px; }.legal-layout > nav > span { flex-basis: 100%; margin-bottom: 8px; }.legal-layout > nav a { font-size: 12px; }.legal-copy h2 { font-size: 24px; }.legal-copy p { font-size: 15px; }
}
@media (max-width: 370px) { .marketing-site { --page-gutter: 18px; }.hero-copy h1 { font-size: 43px; }.hero-copy .hero-actions { flex-direction: column; }.generation-scene { padding: 18px 13px; }.source-card { margin-inline: 5px; padding: 15px; }.source-card h2 { font-size: 16px; }.source-card p { font-size: 9px; }.generated-card { padding: 16px; }.generated-card h3 { font-size: 16px; }.human-note { margin-left: 0; margin-right: 0; padding: 10px; }.human-note strong { font-size: 11px; }.hero-access { font-size: 10px; }.journey-grid { grid-template-columns: 1fr; }.journey-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }.journey-grid h3 { margin-top: 15px; }.template-previews { grid-template-columns: 1fr; }.template-centred, .template-split { min-height: 0; }.template-previews h3 br { display: none; }.contact-form-card { padding: 20px; }.solution-story dl { grid-template-columns: 1fr; gap: 5px; }.solution-story dd { margin-bottom: 12px; }.footer-main { gap: 25px 13px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marketing-site *, .marketing-site *::before, .marketing-site *::after { animation: none !important; transition: none !important; }.marketing-site .button:hover { transform: none; } }
