:root {
  --ink: #101b2d;
  --ink-soft: #4e5b70;
  --paper: #f8fbff;
  --white: #ffffff;
  --line: #dce5ef;
  --blue: #155eef;
  --blue-dark: #0d46be;
  --sky: #dfeaff;
  --mint: #dff8ea;
  --mint-ink: #16734a;
  --orange: #ff7a45;
  --night: #111e38;
  --shadow: 0 30px 70px rgba(28, 52, 91, 0.15);
  --radius-lg: 30px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -60px; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.beta-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #173a2c;
  background: var(--mint);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.beta-bar a { margin-left: 8px; border-bottom: 1px solid currentColor; }
.beta-dot { width: 7px; height: 7px; border-radius: 50%; background: #22a06b; box-shadow: 0 0 0 4px rgba(34,160,107,.12); }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(248, 251, 255, .88);
  border-bottom: 1px solid rgba(220,229,239,.78);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.brand > span:last-child { font-size: 19px; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 5px; background: var(--ink); border-radius: 9px; transform: rotate(-4deg); }
.brand-mark i { display: block; border-radius: 2px; background: white; }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 15px; background: #82abff; }
.brand-mark i:nth-child(3) { height: 20px; background: #66d5a1; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 14px; font-weight: 600; color: #354258; }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.menu-button, .mobile-nav { display: none; }

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-button:focus-visible { outline: 3px solid rgba(21,94,239,.35); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; color: white; background: var(--ink); border-radius: 10px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 13px 30px rgba(21,94,239,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(21,94,239,.3); }
.button-quiet { background: white; border-color: var(--line); }

.hero {
  position: relative;
  max-width: 1320px;
  min-height: 680px;
  margin: 0 auto;
  padding: 94px 70px 88px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 42px;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -120px;
  top: 10px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(21,94,239,.09) 0 1px, transparent 1px 18px);
  mask-image: linear-gradient(90deg, transparent, black 28%);
}
.eyebrow { margin: 0 0 19px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 590px; font-size: clamp(44px, 5.1vw, 72px); line-height: 1.08; letter-spacing: -.065em; font-weight: 850; }
.hero h1 span { position: relative; color: var(--blue); white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; height: 7px; left: 2px; right: 0; bottom: -8px; background: var(--mint); border-radius: 20px; transform: rotate(-1deg); }
.hero-lede { max-width: 570px; margin: 32px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.promise-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0 0; padding: 0; list-style: none; font-size: 13px; color: #5a6678; }
.promise-list span { color: #1b9a66; font-weight: 900; }

.hero-product { position: relative; padding: 28px 0 20px 20px; }
.app-shell { min-height: 496px; display: grid; grid-template-columns: 62px 1fr; background: white; border: 1px solid #d8e3ef; border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1300px) rotateY(-4deg) rotateX(1deg); transform-origin: center left; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 18px 13px; background: var(--night); }
.mini-logo { width: 29px; height: 29px; display: flex; gap: 3px; align-items: end; padding: 6px; border-radius: 8px; background: white; }
.mini-logo i { width: 4px; background: var(--blue); border-radius: 4px; }
.mini-logo i:nth-child(1) { height: 6px; }.mini-logo i:nth-child(2) { height: 11px; }.mini-logo i:nth-child(3) { height: 16px; background: #22a06b; }
.side-line { width: 28px; height: 6px; border-radius: 6px; background: #33425f; }
.side-line.short { width: 18px; }.side-line.active { background: #79a6ff; }
.side-bottom { margin-top: auto; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #79a6ff 50%, #60d09a 50%); }
.app-main { padding: 25px 26px; min-width: 0; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; }
.app-topbar div { display: grid; gap: 5px; }.app-topbar small { color: #7a879b; font-size: 10px; }.app-topbar strong { font-size: 20px; }
.app-topbar button { padding: 9px 12px; border: 0; border-radius: 8px; color: white; background: var(--blue); font-size: 11px; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.metric-row div { min-width: 0; display: grid; gap: 5px; padding: 14px 15px; border: 1px solid #e6edf5; border-radius: 11px; }
.metric-row span, .metric-row em { color: #7b8798; font-size: 9px; font-style: normal; white-space: nowrap; }.metric-row strong { font-size: 18px; }.metric-row div:nth-child(2) em { color: var(--mint-ink); }
.pipeline-head { display: flex; justify-content: space-between; align-items: center; margin: 8px 0 14px; }.pipeline-head strong { font-size: 12px; }.pipeline-head span { color: #7b8798; font-size: 9px; }
.pipeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lane { min-width: 0; padding: 11px 9px 20px; background: #f5f8fc; border-radius: 10px; }
.lane-title { display: flex; justify-content: space-between; color: #667287; font-size: 9px; }.lane-title b { width: 17px; height: 17px; display: grid; place-items: center; background: white; border-radius: 5px; }
.deal-card { margin-top: 9px; padding: 10px; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; background: white; border: 1px solid #e7edf5; border-radius: 8px; box-shadow: 0 5px 14px rgba(24,47,82,.06); }
.deal-card.focus-card { border-color: #8eb2ff; box-shadow: 0 7px 18px rgba(21,94,239,.12); }
.deal-card .avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; color: #184584; font-size: 9px; font-style: normal; font-weight: 800; }
.avatar-blue { background: #dfeaff; }.avatar-orange { background: #ffeadf; color: #a34219 !important; }.avatar-mint { background: #dff8ea; color: #176642 !important; }.avatar-violet { background: #eee6ff; color: #6545a8 !important; }
.deal-card div { min-width: 0; display: grid; gap: 3px; }.deal-card strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.deal-card span { overflow: hidden; color: #8b95a5; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.deal-card em { grid-column: 2; color: #475367; font-size: 8px; font-style: normal; }
.free-stamp { position: absolute; z-index: 4; right: -18px; top: -5px; width: 108px; height: 108px; padding-top: 18px; display: grid; justify-items: center; align-content: center; color: #123829; background: var(--mint); border: 1px solid #ace7c9; border-radius: 50%; box-shadow: 0 18px 35px rgba(24,87,62,.13); transform: rotate(8deg); }
.free-stamp::after { content: ""; position: absolute; inset: 7px; border: 1px dashed #75cba3; border-radius: 50%; }
.free-stamp small { font: 800 8px/1 Arial, sans-serif; letter-spacing: .14em; }.free-stamp strong { font: 900 32px/.95 Arial, sans-serif; }.free-stamp span { font-size: 9px; font-weight: 700; }

.proof-strip { max-width: var(--max); margin: 0 auto; padding: 22px 0; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip p { font-size: 13px; font-weight: 800; letter-spacing: .08em; }.proof-strip div { display: grid; gap: 4px; padding-left: 28px; border-left: 1px solid var(--line); }.proof-strip strong { font-size: 16px; }.proof-strip span { color: #7a8799; font-size: 11px; }

.section { max-width: var(--max); margin: 0 auto; padding: 126px 0; }
.section-heading { max-width: 740px; margin-bottom: 52px; }
.section-heading.narrow { max-width: 520px; }
.section h2 { margin: 0; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.18; letter-spacing: -.055em; }
.section-heading > p:last-child, .feature-intro > p, .import-copy > p, .free-copy > p { color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.workflow-card { position: relative; min-height: 410px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.workflow-card:nth-child(2) { background: var(--ink); color: white; }.workflow-card:nth-child(2) p { color: #aab6c8; }
.step-index { display: inline-flex; padding: 6px 10px; color: var(--blue); background: var(--sky); border-radius: 20px; font-size: 11px; font-weight: 800; }
.workflow-card:nth-child(2) .step-index { color: #8cb1ff; background: #273754; }
.workflow-card h3 { margin: 28px 0 10px; font-size: 21px; letter-spacing: -.03em; }.workflow-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.mini-sheet, .mini-flow, .mini-today { height: 152px; margin-top: 24px; }
.mini-sheet { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 22px; background: #f2f6fb; border-radius: 13px; transform: rotate(-2deg); }
.mini-sheet i { border: 1px solid #dbe4ef; background: white; border-radius: 3px; }.mini-sheet b { position: absolute; right: 17px; bottom: 16px; padding: 8px; color: white; background: #26a269; border-radius: 7px; font: 900 12px Arial; box-shadow: 0 7px 16px rgba(38,162,105,.22); }
.mini-flow { display: flex; align-items: center; justify-content: center; gap: 12px; }.mini-flow i { width: 48px; height: 62px; border-radius: 10px; background: #273754; border: 1px solid #3d4e6b; }.mini-flow i:first-child { background: #1e55bd; }.mini-flow i:last-child { background: #196946; }.mini-flow b { width: 18px; border-top: 1px dashed #7791b7; }
.mini-today { padding: 19px; display: grid; grid-template-columns: 1fr auto; gap: 10px; background: #f1f6ff; border-radius: 13px; }.mini-today span { color: #6e7c91; font-size: 10px; }.mini-today strong { color: var(--blue); font: 900 28px Arial; }.mini-today i { grid-column: 1/-1; padding: 10px; background: white; border-radius: 7px; color: #536075; font-size: 9px; font-style: normal; box-shadow: 0 4px 12px rgba(40,64,99,.06); }

.feature-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.feature-intro { position: sticky; top: 130px; }.feature-intro h2 { font-size: clamp(38px, 4.2vw, 54px); }.inline-link { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--blue); font-weight: 800; }.inline-link span { transition: transform .2s ease; }.inline-link:hover span { transform: translateX(5px); }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { padding: 32px 6px; display: grid; grid-template-columns: 52px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 14px; font-size: 20px; font-weight: 700; }.feature-item:nth-child(2) .feature-icon { color: var(--mint-ink); background: var(--mint); }.feature-item:nth-child(3) .feature-icon { color: #a5431c; background: #ffeadf; }.feature-item:nth-child(4) .feature-icon { color: #6946a8; background: #eee7ff; }
.feature-item h3 { margin: 3px 0 8px; font-size: 21px; }.feature-item p { margin: 0; color: var(--ink-soft); line-height: 1.7; }

.import-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.import-demo { padding: 55px 46px; background: var(--sky); border-radius: var(--radius-lg); }
.import-window { padding: 20px; background: white; border: 1px solid #cadaed; border-radius: 15px; box-shadow: 0 24px 45px rgba(42,83,143,.16); transform: rotate(-1deg); }
.window-head { display: flex; gap: 5px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid #e7edf5; }.window-head span { width: 7px; height: 7px; border-radius: 50%; background: #dce4ee; }.window-head b { margin-left: 8px; font-size: 11px; }
.upload-file { margin: 17px 0; padding: 14px; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; background: #f5f8fc; border-radius: 9px; }.upload-file i { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: #24a06b; border-radius: 8px; font: 900 10px Arial; }.upload-file div { display: grid; gap: 4px; }.upload-file strong { font-size: 10px; }.upload-file span { color: #7b8798; font-size: 8px; }.upload-file em { color: #1b9a66; font-style: normal; }
.map-row { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 8px; align-items: center; padding: 10px 4px; border-bottom: 1px solid #edf1f6; font-size: 8px; }.map-row span { color: #7d899a; }.map-row b { color: #9ba5b3; }.map-row strong { font-size: 9px; }.map-row em { padding: 3px 5px; color: var(--mint-ink); background: var(--mint); border-radius: 4px; font-style: normal; }
.import-progress { margin-top: 18px; display: grid; grid-template-columns: 1fr; gap: 7px; }.import-progress::before { content: ""; height: 5px; background: #e7edf5; border-radius: 10px; }.import-progress i { position: absolute; width: 56%; height: 5px; background: var(--blue); border-radius: 10px; }.import-progress span { color: #788497; font-size: 8px; }
.import-copy h2 { font-size: clamp(39px, 4.3vw, 55px); }.import-copy ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.import-copy li { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }.import-copy li span { color: var(--blue); font: 800 11px Arial; }

.ai-section { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; color: white; background: var(--night); overflow: hidden; }
.eyebrow.light { color: #81aaff; }.ai-copy h2 { max-width: 570px; }.ai-copy > p:last-child { color: #b8c4d5; font-size: 17px; line-height: 1.8; }
.ai-report { padding: 30px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 45px 45px 0 #1a2a49, -12px -12px 0 rgba(113,158,255,.12); }
.report-top { display: flex; justify-content: space-between; color: #738096; font-size: 11px; }.report-top em { padding: 5px 8px; background: #f0f4f9; border-radius: 6px; font-style: normal; }.ai-report h3 { margin: 18px 0 20px; font-size: 22px; }
.signal { padding: 14px 0; display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; border-top: 1px solid #e6ecf3; }.signal > b { color: #8a96a7; font: 800 10px Arial; }.signal div { display: grid; gap: 4px; }.signal strong { font-size: 12px; }.signal span { color: #7a8799; font-size: 9px; }.signal em { padding: 5px 7px; color: var(--mint-ink); background: var(--mint); border-radius: 6px; font-size: 8px; font-style: normal; }.signal:nth-of-type(4) em { color: #79512c; background: #fff0d9; }.signal:nth-of-type(5) em { color: #34569a; background: var(--sky); }
.ai-note { margin-top: 14px; padding: 12px; color: #284a8e; background: #eef4ff; border-radius: 9px; font-size: 9px; }.ai-note span { margin-right: 6px; color: var(--blue); }

.free-section { display: grid; grid-template-columns: 1.04fr .96fr; gap: 100px; align-items: center; }
.honest-note { margin-top: 30px; padding: 17px 18px; display: grid; gap: 6px; border-left: 4px solid #22a06b; background: var(--mint); }.honest-note strong { font-size: 12px; }.honest-note span { color: #3e654f; font-size: 14px; }
.price-card { position: relative; padding: 38px; background: white; border: 1px solid #cfdcec; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }.price-card::after { content: "0"; position: absolute; right: -15px; top: -64px; color: #eef4ff; font: 900 240px/.9 Arial; pointer-events: none; }.price-card > * { position: relative; z-index: 1; }
.price-label { display: inline-flex; padding: 7px 10px; color: var(--mint-ink); background: var(--mint); border-radius: 20px; font: 800 10px Arial; letter-spacing: .1em; }.price { margin: 24px 0 8px; display: flex; align-items: baseline; }.price sup { color: var(--blue); font: 800 22px Arial; }.price strong { font: 900 74px/.9 Arial; letter-spacing: -.06em; }.price span { margin-left: 9px; color: #7a8799; font-size: 12px; }.price-card > p { color: var(--ink-soft); line-height: 1.7; }.price-card ul { margin: 25px 0; padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; font-size: 13px; }.price-card li span { margin-right: 7px; color: #1b9a66; font-weight: 800; }.full-button { width: 100%; }.price-card > small { display: block; margin-top: 14px; color: #7d8999; text-align: center; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 18px; font-weight: 700; list-style: none; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font-size: 22px; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 720px; margin: -5px 0 24px; color: var(--ink-soft); line-height: 1.8; }

.final-cta { max-width: var(--max); margin: 0 auto 70px; padding: 64px; display: flex; align-items: end; justify-content: space-between; gap: 45px; color: white; background: var(--blue); border-radius: var(--radius-lg); overflow: hidden; position: relative; }.final-cta::after { content: ""; position: absolute; right: -80px; top: -150px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.04); }.final-cta > * { position: relative; z-index: 1; }.final-cta p { margin: 0 0 12px; color: #cbdcff; font-size: 12px; font-weight: 800; letter-spacing: .1em; }.final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.15; letter-spacing: -.055em; }.button-light { min-width: 210px; color: var(--blue); background: white; }

footer { max-width: var(--max); margin: 0 auto; padding: 34px 0 46px; display: grid; grid-template-columns: 1fr auto; gap: 15px 30px; align-items: center; border-top: 1px solid var(--line); }.footer-brand { grid-row: span 2; }.footer-brand .brand-mark { width: 34px; height: 34px; }footer p { margin: 0; color: var(--ink-soft); font-size: 13px; }footer nav { display: flex; gap: 24px; color: #556276; font-size: 12px; font-weight: 600; }footer small { color: #8994a5; font-size: 10px; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hero { padding-left: 30px; padding-right: 30px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-product { max-width: 760px; }
  .proof-strip, .section, .final-cta, footer { margin-left: 24px; margin-right: 24px; }
  .feature-section, .import-section, .ai-section, .free-section { gap: 50px; }
  .ai-section { margin-left: 0; margin-right: 0; }
}

@media (max-width: 760px) {
  .beta-bar { padding: 0 12px; font-size: 11px; }.beta-bar a { display: none; }
  .site-header { min-height: 68px; padding: 0 18px; }.header-actions { display: none; }.menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 10px; background: white; }.menu-button span:not(.sr-only) { width: 18px; border-top: 2px solid var(--ink); }
  .mobile-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 20px; display: grid; gap: 3px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(28,52,91,.12); }.mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 12px 5px; font-weight: 700; }
  .hero { min-height: 0; padding: 68px 20px 55px; gap: 35px; }.hero h1 { font-size: 46px; }.hero-lede { font-size: 16px; }.hero-product { padding-left: 0; }.app-shell { min-height: 390px; grid-template-columns: 45px 1fr; transform: none; }.app-sidebar { padding: 15px 8px; }.app-main { padding: 18px 13px; }.metric-row { grid-template-columns: repeat(2,1fr); }.metric-row div:last-child { display: none; }.pipeline { grid-template-columns: repeat(2,1fr); }.last-lane { display: none; }.free-stamp { right: -10px; top: -20px; width: 88px; height: 88px; }.free-stamp strong { font-size: 26px; }
  .proof-strip { margin: 0 20px; padding: 25px 0; grid-template-columns: 1fr 1fr; gap: 24px; }.proof-strip p { grid-column: 1/-1; margin: 0; }.proof-strip div { padding-left: 0; border-left: 0; }.proof-strip div:last-child { display: none; }
  .section { margin: 0 20px; padding: 84px 0; }.section h2 { font-size: 38px; }.section-heading { margin-bottom: 34px; }
  .workflow-grid, .feature-section, .import-section, .ai-section, .free-section, .faq-section { grid-template-columns: 1fr; }.workflow-card { min-height: 390px; }
  .feature-intro { position: static; }.feature-section { gap: 42px; }.feature-item { padding: 26px 0; }
  .import-section { gap: 46px; }.import-demo { padding: 30px 18px; }
  .ai-section { margin: 0; padding: 80px 20px; gap: 45px; }.ai-report { padding: 22px 17px; box-shadow: 18px 18px 0 #1a2a49; }.signal { grid-template-columns: 25px 1fr; }.signal em { display: none; }
  .free-section { gap: 46px; }.price-card { padding: 28px 22px; }.price-card ul { grid-template-columns: 1fr; }
  .faq-section { gap: 20px; }.faq-list summary { font-size: 16px; }
  .final-cta { margin: 0 20px 50px; padding: 42px 25px; align-items: stretch; flex-direction: column; border-radius: 20px; }.button-light { width: 100%; }
  footer { margin: 0 20px; padding-bottom: 40px; grid-template-columns: 1fr; }.footer-brand { grid-row: auto; }footer nav { flex-wrap: wrap; }footer small { text-align: left; }
}

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