@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #141614;
  background: #f5f4ee;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #141614;
  --muted: #676b66;
  --paper: #f5f4ee;
  --white: #fffefa;
  --line: #d8d9d2;
  --blue: #4b6fff;
  --blue-soft: #e8edff;
  --green: #168566;
  --green-soft: #dff3ea;
  --orange: #d66b32;
  --orange-soft: #f8e7dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { flex: 0 0 auto; }
.visually-hidden { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 244, 238, .94);
  backdrop-filter: blur(12px);
}
.header-inner { width: min(1180px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { width: 25px; height: 25px; position: relative; display: inline-block; color: var(--ink); border: 2px solid currentColor; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ''; position: absolute; }
.brand-mark::before, .brand-mark::after { top: 4px; background: currentColor; border-radius: 1px; }
.brand-mark::before { width: 5px; height: 8px; left: 4px; }
.brand-mark::after { width: 5px; height: 10px; left: 12px; }
.brand-mark span { width: 13px; height: 7px; left: 4px; bottom: 2px; border-bottom: 2px solid currentColor; border-radius: 0 0 10px 10px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.button) { color: #414540; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); cursor: pointer; }
.menu-lines { width: 20px; height: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.menu-lines i { width: 100%; height: 1.5px; display: block; background: currentColor; transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
.menu-button.is-open .menu-lines i:first-child { transform: translateY(7.25px) rotate(45deg); }
.menu-button.is-open .menu-lines i:nth-child(2) { opacity: 0; }
.menu-button.is-open .menu-lines i:last-child { transform: translateY(-7.25px) rotate(-45deg); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #2a2d2a; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--paper); }
.button-small { min-height: 42px; padding-inline: 16px; }
.text-link, .product-link, .back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); }
.eyebrow { margin: 0 0 22px; font-size: 12px; font-weight: 600; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }

.home-hero { padding: 94px 0 112px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: 90px; align-items: end; }
.hero-copy h1 { max-width: 750px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(58px, 7.6vw, 102px); font-weight: 500; letter-spacing: -.075em; line-height: .91; }
.hero-lede { max-width: 650px; margin: 38px 0 0; color: #515550; font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.hero-system { border-top: 2px solid var(--ink); }
.system-caption { display: flex; justify-content: space-between; padding: 15px 0 24px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.system-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; min-height: 97px; padding: 0 16px; border-top: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.system-row:last-child { border-bottom: 1px solid var(--line); }
.system-row:hover { padding-left: 22px; background: var(--white); }
.system-index { color: var(--muted); font-size: 12px; }
.system-row strong, .system-row small { display: block; }
.system-row strong { margin-bottom: 6px; font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 600; }
.system-row small { color: var(--muted); font-size: 12px; }
.system-row::before { content: ''; width: 4px; height: 28px; position: absolute; margin-left: -16px; }
.system-row { position: relative; }
.system-row.tone-blue::before { background: var(--blue); }
.system-row.tone-green::before { background: var(--green); }
.system-row.tone-orange::before { background: var(--orange); }

.task-hero { padding: 72px 0 88px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.task-hero-intro { max-width: 1080px; }
.task-hero-intro .eyebrow { margin-bottom: 18px; }
.task-hero-intro h1 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(54px, 5.8vw, 80px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.task-hero-intro > p:last-child { max-width: 680px; margin: 26px 0 0; color: #515550; font-size: 18px; line-height: 1.6; }
.task-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; }
.task-card { min-height: 420px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(20, 22, 20, .13); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.task-card:hover { transform: translateY(-4px); border-color: rgba(20, 22, 20, .28); box-shadow: 0 18px 50px rgba(34, 38, 34, .09); }
.task-card-backup { background: var(--green-soft); }
.task-card-import { background: var(--orange-soft); }
.task-card-ai { background: var(--blue-soft); }
.task-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.task-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(20, 22, 20, .35); border-radius: 50%; font-family: 'Manrope', sans-serif; font-size: 20px; }
.task-product { color: #555a54; font-size: 12px; font-weight: 600; }
.task-label { margin: 46px 0 13px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.task-card h2 { max-width: 310px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(28px, 2.65vw, 36px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; }
.task-description { max-width: 330px; margin: 18px 0 0; color: #50544f; font-size: 15px; line-height: 1.55; }
.task-card-bottom { margin-top: auto; padding-top: 32px; }
.task-card-bottom > span { display: block; margin-bottom: 16px; color: #666b65; font-size: 11px; line-height: 1.4; }
.task-card-bottom a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 16px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.task-card-bottom a:hover { background: #2c302c; transform: translateY(-1px); }

.confidence-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.confidence-grid > div { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 22px 36px 22px 0; border-right: 1px solid var(--line); }
.confidence-grid > div + div { padding-left: 36px; }
.confidence-grid > div:last-child { border-right: 0; }
.confidence-grid strong { margin-bottom: 8px; font-family: 'Manrope', sans-serif; font-size: 15px; }
.confidence-grid span { max-width: 300px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.home-guides, .home-faq { padding: 96px 0 104px; border-bottom: 1px solid var(--line); }
.home-guides { background: var(--white); }
.home-section-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.home-section-intro h2 { max-width: 480px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(38px, 4.4vw, 58px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.home-section-intro > p:last-child { max-width: 400px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.guide-list { border-top: 1px solid var(--ink); }
.guide-list a { min-height: 104px; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 24px; padding: 20px 4px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.guide-list a:hover { padding-inline: 14px; background: var(--paper); }
.guide-list span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.guide-list strong { font-family: 'Manrope', sans-serif; font-size: 20px; letter-spacing: -.025em; }
.guide-list i { font-style: normal; font-size: 18px; }

.compact-faq { border-top: 1px solid var(--ink); }
.compact-faq details { border-bottom: 1px solid var(--line); }
.compact-faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 2px; cursor: pointer; font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -.02em; list-style: none; }
.compact-faq summary::-webkit-details-marker { display: none; }
.compact-faq summary::after { content: '+'; width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; }
.compact-faq details[open] summary::after { content: '−'; }
.compact-faq details p { max-width: 680px; margin: -2px 48px 24px 2px; color: var(--muted); line-height: 1.65; }

.help-cta { padding: 78px 0; color: #fff; background: var(--ink); }
.help-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.help-cta .eyebrow { margin-bottom: 16px; color: #aeb2ad; }
.help-cta h2 { max-width: 740px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(38px, 4.4vw, 58px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.help-cta .button { flex: 0 0 auto; }

.product-index { padding: 126px 0 140px; }
.section-heading { display: grid; grid-template-columns: 1fr 2.05fr; gap: 40px; align-items: start; margin-bottom: 74px; }
.section-heading h2 { max-width: 850px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(42px, 5.2vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: 1.02; }
.product-list { border-top: 1px solid var(--ink); }
.product-row { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; min-height: 590px; padding: 72px 0; border-bottom: 1px solid var(--line); }
.product-row:nth-child(even) .product-row-copy { order: 2; }
.product-row:nth-child(even) .product-visual { order: 1; }
.product-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 36px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-kicker span:first-child { width: 30px; height: 30px; display: inline-grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.product-row h3 { max-width: 470px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.product-row-copy > p { max-width: 480px; margin: 26px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.product-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.tone-blue .product-link { color: #3657d8; }
.tone-green .product-link { color: #087055; }
.tone-orange .product-link { color: #b34e20; }

.product-visual { min-height: 520px; display: grid; place-items: center; padding: 56px; overflow: hidden; }
.product-visual.is-compact { min-height: 440px; padding: 44px; }
.visual-blue { background: var(--blue-soft); }
.visual-green { background: var(--green-soft); }
.visual-orange { background: var(--orange-soft); }
.visual-window { width: min(100%, 500px); padding: 18px; border: 1px solid rgba(20, 22, 20, .18); background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(31, 38, 32, .12); transform: rotate(-1.2deg); }
.visual-green .visual-window { transform: rotate(1.1deg); }
.visual-orange .visual-window { transform: rotate(-.7deg); }
.visual-topbar { display: flex; align-items: center; min-height: 38px; padding-bottom: 14px; border-bottom: 1px solid #e6e7e2; font-size: 11px; }
.visual-dot { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: currentColor; }
.visual-name { font-weight: 600; }
.visual-status { margin-left: auto; padding: 4px 7px; background: #f1f2ef; color: #6f736d; text-transform: uppercase; letter-spacing: .08em; }
.visual-label { display: block; color: #7c817a; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.pilot-ui, .export-ui, .import-ui { padding-top: 18px; }
.request-box { padding: 15px; border: 1px solid #dfe4f5; background: #f7f8fd; }
.request-box p { margin: 8px 0 0; font-size: 13px; }
.plan-head { display: flex; align-items: center; gap: 7px; margin: 18px 0 8px; color: #3d5ed5; font-size: 11px; font-weight: 600; }
.plan-row { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; min-height: 42px; border-top: 1px solid #eceeea; font-size: 11px; }
.plan-row svg { color: #4b6fff; }
.plan-row b { color: #969b95; font-size: 9px; }
.visual-action { min-height: 39px; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 600; }
.export-heading { display: flex; justify-content: space-between; align-items: center; padding: 4px 2px 18px; }
.export-heading strong { display: block; margin-top: 7px; font-size: 14px; }
.format-row { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dfe7e2; }
.format-row span { padding: 10px; text-align: center; border-right: 1px solid #dfe7e2; color: #80847f; font-size: 9px; font-weight: 600; }
.format-row span:last-child { border: 0; }
.format-row .active { color: #fff; background: var(--green); }
.schedule-box { margin-top: 16px; padding: 15px; background: #f3f8f5; }
.schedule-box > div { display: flex; justify-content: space-between; align-items: center; padding-top: 13px; font-size: 10px; }
.schedule-box > div + div { margin-top: 10px; border-top: 1px solid #dfe8e2; }
.schedule-box span { color: #858a84; }
.status-pill { padding: 4px 7px; color: #0b7458 !important; background: #d9f1e7; }
.file-row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; margin-bottom: 20px; padding: 12px; border: 1px solid #ebe2dc; }
.file-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 9px; font-weight: 700; }
.file-row strong, .file-row span { display: block; }
.file-row strong { font-size: 11px; }
.file-row span { margin-top: 4px; color: #8a8e87; font-size: 9px; }
.file-row svg { color: var(--orange); }
.mapping-row { display: grid; grid-template-columns: 1fr 22px 1fr; align-items: center; margin-top: 8px; padding: 10px 12px; background: #faf6f3; font-size: 10px; }
.mapping-row svg { color: #a5a7a3; }
.mapping-row strong { text-align: right; }
.import-progress { height: 5px; margin-top: 20px; background: #ece9e5; }
.import-progress span { height: 100%; display: block; background: var(--orange); }
.progress-label { display: flex; justify-content: space-between; margin-top: 8px; color: #81857f; font-size: 9px; }

.principles { padding: 124px 0 132px; color: #fff; background: var(--ink); }
.section-heading-light { border-bottom: 1px solid #3d403d; padding-bottom: 70px; }
.section-heading-light .eyebrow { color: #aeb2ad; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.principle-grid > div { min-height: 255px; padding: 36px 42px 0 0; border-right: 1px solid #3d403d; }
.principle-grid > div + div { padding-left: 42px; }
.principle-grid > div:last-child { border-right: 0; }
.principle-grid span { color: #898e88; font-size: 11px; }
.principle-grid h3 { margin: 72px 0 14px; font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.principle-grid p { max-width: 260px; margin: 0; color: #b9bdb8; line-height: 1.6; }
.search-intent { padding: 122px 0 132px; border-top: 1px solid var(--line); background: var(--white); }
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--ink); }
.intent-grid a { min-height: 340px; padding: 28px 34px 32px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .2s ease, padding .2s ease; }
.intent-grid a + a { padding-left: 34px; }
.intent-grid a:last-child { border-right: 0; }
.intent-grid a:hover { background: var(--paper); padding-right: 28px; }
.intent-grid span { color: var(--muted); font-size: 11px; }
.intent-grid h3 { max-width: 280px; margin: 78px 0 18px; font-family: 'Manrope', sans-serif; font-size: 26px; font-weight: 600; letter-spacing: -.04em; line-height: 1.15; }
.intent-grid p { max-width: 290px; margin: 0; color: var(--muted); line-height: 1.6; }
.intent-grid strong { margin-top: auto; padding-top: 30px; font-size: 13px; }
.faq-section { padding: 126px 0 138px; background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading h2 { max-width: 500px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list article { padding: 30px 0 32px; border-bottom: 1px solid var(--line); }
.faq-list h3 { margin: 0 0 12px; font-family: 'Manrope', sans-serif; font-size: 20px; letter-spacing: -.03em; }
.faq-list p { max-width: 700px; margin: 0; color: var(--muted); line-height: 1.65; }
.closing-cta { padding: 130px 0; }
.closing-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.closing-inner .eyebrow { grid-column: 1 / -1; }
.closing-inner h2 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(54px, 7vw, 92px); font-weight: 500; letter-spacing: -.07em; line-height: .96; }
.closing-inner .button { margin-bottom: 9px; }

.product-hero { padding: 45px 0 110px; border-bottom: 1px solid var(--line); }
.back-link { margin-bottom: 48px; color: var(--muted); }
.product-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.product-hero-copy h1 { max-width: 680px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(54px, 6.8vw, 88px); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.product-lede { max-width: 600px; margin: 32px 0 0; color: #555a54; font-size: 19px; line-height: 1.62; }
.product-hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 38px; }
.external-note { max-width: 130px; color: #81857f; font-size: 11px; line-height: 1.45; }
.product-result { padding: 105px 0; }
.result-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 45px; }
.result-grid h2 { max-width: 850px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(48px, 6vw, 80px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.tone-blue .product-result { background: var(--blue-soft); }
.tone-green .product-result { background: var(--green-soft); }
.tone-orange .product-result { background: var(--orange-soft); }
.prompt-section { padding: 118px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.prompt-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.prompt-heading h2 { max-width: 520px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.prompt-list { border-top: 1px solid var(--ink); }
.prompt-example { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.prompt-example span { padding-top: 5px; color: var(--muted); font-size: 11px; }
.prompt-example p { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(20px, 2.5vw, 30px); letter-spacing: -.035em; line-height: 1.35; }
.tone-blue .prompt-example p { color: #2749c6; }
.workflow-section { padding: 124px 0 136px; }
.two-column-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.two-column-heading h2, .feature-heading h2 { max-width: 620px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.two-column-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid var(--ink); }
.workflow-grid article { min-height: 290px; padding: 28px 34px 28px 0; border-right: 1px solid var(--line); }
.workflow-grid article + article { padding-left: 34px; }
.workflow-grid article:last-child { border-right: 0; }
.workflow-grid span { color: var(--muted); font-size: 11px; }
.workflow-grid h3 { margin: 86px 0 16px; font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -.03em; }
.workflow-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.feature-section { padding: 120px 0; border-top: 1px solid var(--line); background: var(--white); }
.feature-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.feature-list { border-top: 1px solid var(--ink); }
.feature-list article { display: grid; grid-template-columns: 30px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.feature-list svg { margin-top: 2px; }
.check-icon { margin-top: 1px; font-size: 18px; font-weight: 600; }
.feature-list h3 { margin: 0 0 9px; font-family: 'Manrope', sans-serif; font-size: 18px; }
.feature-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.tone-blue .feature-list svg { color: var(--blue); }
.tone-green .feature-list svg { color: var(--green); }
.tone-orange .feature-list svg { color: var(--orange); }
.product-final { padding: 112px 0; color: #fff; background: var(--ink); }
.product-final-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.product-final .eyebrow { color: #acb0ab; }
.product-final h2 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(52px, 6.5vw, 84px); font-weight: 500; letter-spacing: -.07em; line-height: .95; }
.product-final .button { margin-bottom: 8px; }

.proof-section { padding: 118px 0; border-top: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.proof-heading h2 { max-width: 520px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.proof-content { border-top: 1px solid var(--ink); }
.proof-row { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.proof-row strong { font-family: 'Manrope', sans-serif; font-size: 15px; }
.proof-row p { margin: 0; color: var(--muted); line-height: 1.65; }
.proof-note { margin-top: 24px; padding: 20px 22px; border-left: 3px solid var(--ink); background: var(--white); color: var(--muted); line-height: 1.65; }
.inline-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }
.inline-links a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }

.trust-section { padding: 118px 0 130px; background: var(--white); border-top: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 66px; border-top: 1px solid var(--ink); }
.trust-grid article { min-height: 250px; padding: 28px 34px 30px 0; border-right: 1px solid var(--line); }
.trust-grid article + article { padding-left: 34px; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid span { color: var(--muted); font-size: 11px; }
.trust-grid h3 { margin: 60px 0 14px; font-family: 'Manrope', sans-serif; font-size: 22px; letter-spacing: -.03em; }
.trust-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.resource-section { padding: 118px 0 130px; border-top: 1px solid var(--line); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.resource-card { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, border-color .2s ease; }
.resource-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.resource-card span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.resource-card h3 { margin: 54px 0 15px; font-family: 'Manrope', sans-serif; font-size: 24px; letter-spacing: -.04em; line-height: 1.15; }
.resource-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.resource-card strong { margin-top: auto; padding-top: 28px; font-size: 13px; }

.article-hero { padding: 76px 0 92px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 54px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--ink); }
.article-hero h1 { max-width: 920px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(52px, 7vw, 88px); font-weight: 500; letter-spacing: -.07em; line-height: .96; }
.article-deck { max-width: 760px; margin: 32px 0 0; color: #515550; font-size: 20px; line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 90px; justify-content: center; padding: 90px 0 128px; }
.article-aside { align-self: start; position: sticky; top: 30px; }
.article-aside span { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-aside a { display: block; padding: 10px 0; color: var(--muted); font-size: 14px; line-height: 1.35; }
.article-aside a:hover { color: var(--ink); }
.article-body { min-width: 0; }
.article-body h2 { margin: 74px 0 22px; font-family: 'Manrope', sans-serif; font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -.05em; line-height: 1.05; scroll-margin-top: 30px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 38px 0 14px; font-family: 'Manrope', sans-serif; font-size: 23px; letter-spacing: -.03em; }
.article-body p, .article-body li { color: #555a54; font-size: 17px; line-height: 1.8; }
.article-body p { margin: 0 0 22px; }
.article-body ol, .article-body ul { margin: 0 0 28px; padding-left: 24px; }
.article-body li + li { margin-top: 12px; }
.article-body a:not(.button) { color: #2749c6; border-bottom: 1px solid currentColor; }
.article-callout { margin: 36px 0; padding: 26px 28px; border: 1px solid var(--line); background: var(--white); }
.article-callout strong { display: block; margin-bottom: 8px; font-family: 'Manrope', sans-serif; font-size: 18px; }
.article-callout p:last-child { margin-bottom: 0; }
.article-cta { margin-top: 72px; padding: 38px; color: #fff; background: var(--ink); }
.article-cta p { color: #c8ccc7; }
.article-cta .button { margin-top: 8px; }
.data-table { width: 100%; margin: 32px 0; border-collapse: collapse; background: var(--white); font-size: 15px; }
.data-table th, .data-table td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.data-table th { background: #eeede7; font-family: 'Manrope', sans-serif; }
.code-sample { margin: 30px 0; padding: 20px; overflow-x: auto; border: 1px solid var(--line); background: #202320; color: #f3f5f2; font: 14px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.download-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: 36px 0; padding: 30px; background: var(--orange-soft); }
.download-panel h2 { margin: 0 0 10px; font-size: 32px; }
.download-panel p { margin: 0; }

.info-page { padding: 110px 0 140px; }
.info-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.info-intro { position: sticky; top: 50px; align-self: start; }
.info-intro h1, .not-found h1 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(54px, 6.2vw, 82px); font-weight: 500; letter-spacing: -.07em; line-height: .96; }
.info-intro > p:last-child { max-width: 470px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.info-content { padding-top: 33px; }
.contact-panel { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 18px; padding: 28px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-panel span { display: block; }
.contact-panel small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; }
.contact-panel strong { display: block; font-family: 'Manrope', sans-serif; font-size: clamp(18px, 2.4vw, 26px); font-weight: 600; overflow-wrap: anywhere; }
.contact-symbol { margin: 0 !important; color: var(--ink) !important; font-size: 22px !important; }
.info-section { padding: 40px 0; border-bottom: 1px solid var(--line); }
.info-section h2 { margin: 0 0 18px; font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.info-section p, .info-section li { color: var(--muted); line-height: 1.7; }
.info-section p { margin: 0; }
.info-section a { color: var(--ink); border-bottom: 1px solid currentColor; }
.info-section ul { margin: 0; padding-left: 20px; }
.info-section li + li { margin-top: 10px; }
.not-found { padding: 140px 0; }
.not-found p:not(.eyebrow) { margin: 28px 0 38px; color: var(--muted); font-size: 18px; }

.site-footer { color: #e9ece8; background: #1d201d; }
.footer-main { min-height: 330px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-top: 72px; }
.footer-brand .brand-mark { color: #fff; }
.footer-brand p { max-width: 360px; margin: 24px 0 0; color: #969b95; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links span { margin-bottom: 10px; color: #7f847e; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: #c5c9c4; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #393d39; color: #747974; font-size: 11px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 78px; }
  .hero-system { width: min(100%, 650px); }
  .task-grid { gap: 12px; }
  .task-card { min-height: 460px; padding: 22px; }
  .task-label { margin-top: 44px; }
  .home-section-grid { gap: 56px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .product-row { grid-template-columns: 1fr; gap: 48px; }
  .product-row:nth-child(even) .product-row-copy, .product-row:nth-child(even) .product-visual { order: initial; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .product-hero-copy { max-width: 780px; }
  .product-hero .product-visual { max-width: 720px; width: 100%; }
  .info-layout { grid-template-columns: 1fr; gap: 50px; }
  .info-intro { position: static; }
  .faq-layout { grid-template-columns: 1fr; gap: 56px; }
  .proof-grid { grid-template-columns: 1fr; gap: 56px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .shell, .header-inner { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 22px 16px 28px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 16px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 18px; }
  .home-hero { padding: 68px 0 82px; }
  .hero-copy h1 { font-size: clamp(51px, 16vw, 73px); }
  .hero-lede { margin-top: 28px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 32px; }
  .hero-actions .button { width: 100%; }
  .hero-grid { gap: 60px; }
  .system-caption { padding-bottom: 18px; }
  .system-row { min-height: 88px; padding-inline: 10px; }
  .system-row::before { margin-left: -10px; }
  .task-hero { padding: 54px 0 64px; }
  .task-hero-intro h1 { font-size: clamp(45px, 13vw, 64px); }
  .task-hero-intro > p:last-child { margin-top: 22px; font-size: 17px; }
  .task-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .task-card { min-height: 390px; padding: 24px; }
  .task-label { margin-top: 42px; }
  .task-card h2 { max-width: 440px; font-size: 32px; }
  .task-description { max-width: 520px; }
  .confidence-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .confidence-grid > div, .confidence-grid > div + div { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .confidence-grid > div:last-child { border-bottom: 0; }
  .home-guides, .home-faq { padding: 72px 0 80px; }
  .home-section-grid { grid-template-columns: 1fr; gap: 44px; }
  .home-section-intro h2 { font-size: 42px; }
  .guide-list a { min-height: 92px; grid-template-columns: 70px 1fr auto; gap: 14px; }
  .guide-list strong { font-size: 18px; }
  .compact-faq summary { min-height: 76px; font-size: 17px; }
  .help-cta { padding: 68px 0; }
  .help-cta-inner { align-items: flex-start; flex-direction: column; gap: 34px; }
  .help-cta h2 { font-size: 42px; }
  .help-cta .button { width: 100%; }
  .product-index { padding: 86px 0 96px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2 { font-size: 44px; }
  .product-row { min-height: 0; padding: 55px 0; }
  .product-row h3 { font-size: 42px; }
  .product-visual, .product-visual.is-compact { min-height: 360px; padding: 25px; }
  .visual-window { padding: 15px; }
  .principles { padding: 86px 0; }
  .section-heading-light { padding-bottom: 50px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div, .principle-grid > div + div { min-height: 0; padding: 30px 0 36px; border-right: 0; border-bottom: 1px solid #3d403d; }
  .principle-grid h3 { margin-top: 38px; }
  .search-intent { padding: 84px 0 92px; }
  .intent-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .intent-grid a, .intent-grid a + a { min-height: 270px; padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intent-grid h3 { margin-top: 46px; }
  .faq-section { padding: 86px 0 96px; }
  .faq-layout { gap: 46px; }
  .faq-heading h2 { font-size: 44px; }
  .closing-cta { padding: 88px 0; }
  .closing-inner { grid-template-columns: 1fr; gap: 36px; }
  .closing-inner h2 { font-size: 56px; }
  .closing-inner .button { width: 100%; }
  .product-hero { padding: 28px 0 78px; }
  .back-link { margin-bottom: 42px; }
  .product-hero-copy h1 { font-size: 54px; }
  .product-lede { font-size: 17px; }
  .product-hero-actions { align-items: flex-start; flex-direction: column; }
  .product-hero-actions .button { width: 100%; }
  .external-note { max-width: none; }
  .result-grid, .prompt-layout, .two-column-heading, .feature-layout { grid-template-columns: 1fr; }
  .product-result { padding: 76px 0; }
  .result-grid { gap: 22px; }
  .result-grid h2 { font-size: 48px; }
  .prompt-section { padding: 82px 0; }
  .prompt-layout { gap: 48px; }
  .prompt-example { grid-template-columns: 30px 1fr; }
  .workflow-section { padding: 86px 0; }
  .two-column-heading { gap: 28px; }
  .workflow-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .workflow-grid article, .workflow-grid article + article { min-height: 0; padding: 27px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-grid h3 { margin-top: 38px; }
  .feature-section { padding: 82px 0; }
  .feature-layout { gap: 48px; }
  .product-final { padding: 82px 0; }
  .product-final-inner { align-items: flex-start; flex-direction: column; gap: 38px; }
  .product-final h2 { font-size: 56px; }
  .product-final .button { width: 100%; }
  .proof-section, .trust-section, .resource-section { padding: 84px 0 92px; }
  .proof-row { grid-template-columns: 1fr; gap: 10px; }
  .trust-grid, .resource-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article + article { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid h3 { margin-top: 34px; }
  .resource-grid { gap: 12px; }
  .resource-card { min-height: 240px; }
  .article-hero { padding: 54px 0 68px; }
  .article-hero h1 { font-size: 52px; }
  .article-deck { font-size: 18px; }
  .article-layout { padding: 64px 0 90px; }
  .article-body h2 { margin-top: 58px; font-size: 38px; }
  .download-panel { grid-template-columns: 1fr; }
  .download-panel .button { width: 100%; }
  .info-page { padding: 76px 0 100px; }
  .info-intro h1, .not-found h1 { font-size: 55px; }
  .contact-panel { grid-template-columns: 26px 1fr; }
  .contact-panel > span:last-child { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 52px; padding: 60px 0; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-bottom { min-height: 110px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 10px; padding: 28px 0; }
}

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