:root {
  --canvas: #F3F0EE;
  --lifted: #FCFBFA;
  --ink: #141413;
  --charcoal: #262627;
  --muted: #696969;
  --line: rgba(20, 20, 19, 0.16);
  --accent: #F37338;
  --accent-soft: #F2D4C4;
  --white: #FFFFFF;
  --success: #2F6E4D;
  --max: 1240px;
  --shadow-soft: 0 4px 24px rgba(0,0,0,.05);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 450;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 8px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding-block: 112px; }
.lifted { background: var(--lifted); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 20px 0 auto;
  pointer-events: none;
}
.nav-pill {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; font-weight: 500; letter-spacing: -.02em; }
.brand strong { font-weight: 700; }
.brand-mark { display: inline-grid; grid-template-columns: 18px 18px; width: 31px; }
.brand-mark span { width: 18px; height: 18px; border-radius: 50%; background: var(--ink); }
.brand-mark span:last-child { margin-left: -5px; background: var(--accent); opacity: .9; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.nav-links a:hover, .nav-links a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--canvas); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 20px; height: 1.5px; background: var(--ink); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border: 1.5px solid var(--ink);
  border-radius: 20px;
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -.02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(243,115,56,.45); outline-offset: 3px; }
.button-secondary { background: var(--white); color: var(--ink); }
.button-small { min-height: 46px; padding-inline: 20px; font-size: 15px; }
.full-width { width: 100%; }

.hero { padding-top: 156px; padding-bottom: 72px; }
.hero-copy { max-width: 990px; margin-bottom: 64px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }
.eyebrow.light { color: rgba(255,255,255,.62); }
.hero h1, h2 { margin: 0; font-weight: 520; letter-spacing: -.045em; }
.hero h1 { max-width: 1000px; font-size: clamp(54px, 8.1vw, 108px); line-height: .92; }
.hero-lead { max-width: 760px; margin: 36px 0 0; font-size: clamp(19px, 2.1vw, 26px); line-height: 1.36; letter-spacing: -.022em; }
.hero-proof { margin: 14px 0 0; color: var(--muted); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: 14px; }
.trust-list li::before { content: "✓"; display: inline-block; margin-right: 8px; color: var(--success); font-weight: 800; }

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 34px;
  border-radius: 40px;
  background: var(--ink);
  color: var(--white);
}
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(243,115,56,.3); border-radius: 50%; top: -260px; right: -100px; }
.hero-visual::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(243,115,56,.18); border-radius: 50%; bottom: -300px; left: 22%; }
.visual-label { position: relative; z-index: 2; width: max-content; padding: 8px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 13px; }
.pipeline { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr 1fr; align-items: center; gap: 30px; min-height: 430px; padding: 28px clamp(0px, 3vw, 42px) 0; }
.pipeline-column { display: flex; flex-direction: column; gap: 15px; }
.pipeline-title { margin-bottom: 4px; color: rgba(255,255,255,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.document-card { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.document-card.tilted-left { transform: rotate(-2deg); }
.document-card.tilted-right { transform: rotate(2deg); }
.doc-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 10px; font-weight: 800; }
.processing-orbit { position: relative; min-height: 300px; display: grid; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid rgba(243,115,56,.55); border-radius: 50%; }
.ring-one { width: 260px; height: 260px; }
.ring-two { width: 190px; height: 190px; border-style: dashed; animation: spin 18s linear infinite; }
.processing-core { position: relative; z-index: 2; width: 132px; height: 132px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--accent); color: var(--ink); box-shadow: 0 24px 80px rgba(243,115,56,.22); }
.processing-core span { font-size: 22px; line-height: 1; font-weight: 760; letter-spacing: -.035em; text-transform: uppercase; }
.processing-core small { max-width: 92px; margin-top: 9px; font-size: 10px; line-height: 1.25; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .04em; }
@keyframes spin { to { transform: rotate(360deg); } }
.data-table { overflow: hidden; border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.data-table > div { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 16px; border-bottom: 1px solid rgba(20,20,19,.08); font-size: 13px; }
.data-table > div:last-child { border-bottom: 0; }
.data-table .table-head { background: #EAE6E2; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.status { color: var(--success); font-weight: 700; }
.ready-pill { align-self: flex-end; display: inline-flex; gap: 14px; align-items: center; padding: 10px 16px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 700; }

.section-heading { margin-bottom: 64px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.split-heading h2, .faq-intro h2, .quote-copy h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }
.split-heading > p, .faq-intro > p, .quote-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.problem-grid article { min-height: 280px; padding: 32px 30px 0 0; border-right: 1px solid var(--line); }
.problem-grid article:not(:first-child) { padding-left: 30px; }
.problem-grid article:last-child { border-right: 0; }
.number { display: block; margin-bottom: 54px; color: var(--accent); font-size: 14px; font-weight: 800; }
h3 { margin: 0; font-size: 24px; line-height: 1.2; font-weight: 600; letter-spacing: -.028em; }
.problem-grid p, .use-case-card p, .steps p, .trust-points p, .price-card p { color: var(--muted); }

.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-case-card { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 40px; background: var(--canvas); }
.use-case-card p { margin: 18px 0; }
.use-case-card small { margin-top: auto; padding-top: 28px; color: var(--muted); border-top: 1px solid var(--line); }
.use-case-card a { margin-top: auto; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.muted-card { background: #E9E4DE; }
.icon-orbit { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 40px; border: 1px solid var(--accent); border-radius: 50%; position: relative; }
.icon-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); top: 4px; right: 5px; }
.icon-orbit span { font-size: 14px; font-weight: 800; }

.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps li > div { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(260px, 1.3fr); gap: clamp(40px, 8vw, 120px); align-items: baseline; }
.steps p { margin: 0; font-size: 17px; }
.step-number { color: var(--accent); font-size: 14px; font-weight: 800; }

.dark-section { background: var(--ink); color: var(--white); }
.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 150px); }
.trust-section h2 { font-size: clamp(44px, 5.5vw, 76px); line-height: .98; }
.trust-points { border-top: 1px solid rgba(255,255,255,.22); }
.trust-points article { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.trust-points p { color: rgba(255,255,255,.66); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 40px; border: 1px solid var(--line); border-radius: 40px; background: var(--lifted); }
.price-card .button { margin-top: auto; }
.price-card .fine-print { min-height: 54px; }
.price-card.featured { background: var(--ink); color: var(--white); }
.plan-label { margin: 0 0 34px !important; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.featured .plan-label { color: var(--accent); }
.price { margin: 22px 0 8px !important; color: currentColor !important; font-size: clamp(42px, 4.3vw, 60px); line-height: 1; font-weight: 650; letter-spacing: -.05em; }
.price span { font-size: .34em; vertical-align: top; letter-spacing: -.02em; }
.price small { display: block; margin-top: 10px; font-size: 13px; font-weight: 600; letter-spacing: 0; color: var(--muted); }
.price-card.featured p, .price-card.featured .fine-print { color: rgba(255,255,255,.65); }
.price-card ul { display: grid; gap: 15px; padding: 26px 0 28px; margin: 26px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; list-style: none; }
.price-card.featured ul { border-color: rgba(255,255,255,.2); }
.price-card li { position: relative; padding-left: 27px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.price-card.featured .button { background: var(--white); color: var(--ink); border-color: var(--white); }
.fine-print { margin: 18px 0 0 !important; font-size: 12px; line-height: 1.5; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:last-child { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 26px 48px 26px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 650; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 24px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 18px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 56px 26px 0; color: var(--muted); line-height: 1.65; }

.quote-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy > p { margin-top: 28px; }
.quote-note { display: grid; gap: 4px; margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--accent); background: var(--lifted); font-size: 14px; }
.quote-note span { color: var(--muted); }
.lead-form { display: grid; gap: 20px; padding: 36px; border-radius: 40px; background: var(--lifted); box-shadow: 0 24px 70px rgba(0,0,0,.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; font-size: 14px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid rgba(20,20,19,.35); border-radius: 20px; background: var(--white); padding: 14px 16px; color: var(--ink); font-weight: 450; }
select { min-height: 52px; }
textarea { resize: vertical; min-height: 160px; }
.checkbox-label { grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-weight: 450; color: var(--muted); }
.checkbox-label input { width: 20px; height: 20px; margin: 2px 0 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }
.form-status, .form-privacy { margin: 0; font-size: 12px; color: var(--muted); }
.form-status { font-weight: 700; }

.site-footer { padding: 88px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .7fr; gap: 80px; padding-bottom: 72px; }
.footer-brand { margin-bottom: 42px; }
.footer-grid h2 { max-width: 640px; font-size: clamp(40px, 5vw, 70px); line-height: 1; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; }
.footer-grid a { text-decoration: none; color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-label { margin: 0 0 14px; color: rgba(255,255,255,.42); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.5); font-size: 12px; }

.example-card { gap: 0; }
.example-card h3 { margin-bottom: 6px; }
.example-card .ex { display: grid; gap: 5px; padding: 18px 0; border-top: 1px solid var(--line); }
.example-card .ex:first-of-type { border-top: 0; padding-top: 6px; }
.example-card .ex p { margin: 0; font-size: 15px; line-height: 1.45; color: var(--ink); }
.example-card .ex-label { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.example-card .ex-caught .ex-label { color: var(--accent); }

.guarantee-grid { align-items: stretch; }
.guarantee-card { padding: 34px 30px; border: 1px solid var(--line); border-radius: 40px; background: var(--lifted); }
.guarantee-card h3 { margin-bottom: 12px; }
.guarantee-card p { margin: 0; color: var(--muted); }
.guarantee-mark { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 26px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-weight: 800; }

.starter-note { display: grid; gap: 6px; max-width: 820px; margin: 0 0 44px; padding: 20px 22px; border-left: 3px solid var(--accent); background: var(--lifted); border-radius: 0 16px 16px 0; }
.starter-note strong { font-size: 15px; }
.starter-note span { color: var(--muted); font-size: 15px; line-height: 1.5; }
.pricing-steer { margin: 36px 0 0; color: var(--muted); font-size: 16px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; top: 82px; left: 24px; right: 24px; padding: 22px; border-radius: 32px; background: var(--white); box-shadow: var(--shadow-soft); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: flex; }
  .nav-pill > .button { display: none; }
  .pipeline { grid-template-columns: 1fr .7fr 1fr; padding-inline: 0; gap: 18px; }
  .ring-one { width: 210px; height: 210px; }
  .ring-two { width: 150px; height: 150px; }
  .processing-core { width: 112px; height: 112px; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-section, .faq-layout, .quote-section { grid-template-columns: 1fr; }
  .faq-intro, .quote-copy { position: static; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 72px; }
  .site-header { top: 12px; }
  .nav-pill { min-height: 64px; padding: 8px 9px 8px 18px; }
  .brand { font-size: 14px; }
  .brand-mark { transform: scale(.88); transform-origin: left center; width: 28px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-copy { margin-bottom: 44px; }
  .hero-lead { font-size: 19px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .hero-visual { min-height: auto; padding: 24px 18px 28px; border-radius: 30px; }
  .pipeline { grid-template-columns: 1fr; min-height: auto; padding-top: 30px; }
  .processing-orbit { min-height: 220px; }
  .ring-one { width: 205px; height: 205px; }
  .ring-two { width: 150px; height: 150px; }
  .output-column { margin-top: 4px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .split-heading h2, .faq-intro h2, .quote-copy h2 { font-size: 42px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article, .problem-grid article:not(:first-child) { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-grid article:last-child { border-bottom: 0; }
  .number { margin-bottom: 28px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-card { min-height: 330px; }
  .steps li { grid-template-columns: 42px 1fr; }
  .steps li > div { grid-template-columns: 1fr; gap: 10px; }
  .trust-section h2 { font-size: 48px; }
  .price-card, .lead-form { padding: 28px 22px; border-radius: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
