@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; }
}
