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

:root {
  --forest: #10251d;
  --forest-2: #18372b;
  --forest-3: #24503f;
  --orange: #e97032;
  --orange-dark: #c95620;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #16221d;
  --muted: #667169;
  --line: #dfe3dd;
  --lime: #d8ef85;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --shadow-lg: 0 32px 80px rgba(5, 20, 14, .25);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body, button { font: inherit; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 16px; padding: 12px 16px; border-radius: 0 0 8px 8px; color: var(--forest); background: var(--white); font-weight: 700; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: #fff; }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: rgba(251,250,246,.94); box-shadow: 0 1px 0 rgba(16,37,29,.1); backdrop-filter: blur(16px); animation: header-in .22s ease both; }
.site-header.is-scrolled .site-header__inner { height: 68px; border-bottom: 0; }
.site-header.is-scrolled .brand { color: var(--forest); }
.site-header.is-scrolled .site-nav a { color: var(--muted); }
.site-header.is-scrolled .site-nav a:hover { color: var(--forest); }
.site-header.is-scrolled .button--outline { color: var(--forest); border-color: #cfd8d2; background: #fff; }
@keyframes header-in { from { transform: translateY(-100%); } }
.site-header__inner { height: 88px; display: flex; align-items: center; gap: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand__mark, .window-logo { width: 30px; height: 30px; padding: 5px; display: flex; align-items: end; gap: 3px; border-radius: 7px; background: var(--orange); }
.brand__mark i, .window-logo i { width: 5px; display: block; border-radius: 1px 1px 0 0; background: #fff; }
.brand__mark i:nth-child(1), .window-logo i:nth-child(1) { height: 9px; }
.brand__mark i:nth-child(2), .window-logo i:nth-child(2) { height: 19px; }
.brand__mark i:nth-child(3), .window-logo i:nth-child(3) { height: 14px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #bfcec7; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.site-nav a:hover { color: #fff; }
.button { min-height: 51px; padding: 0 21px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-family: var(--font-display); font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 16px; font-size: 13px; }
.button--outline { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.06); }
.button--outline:hover { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.11); }
.button--primary { color: #fff; background: var(--orange); box-shadow: 0 12px 25px rgba(233,112,50,.2); }
.button--primary:hover { background: var(--orange-dark); box-shadow: 0 16px 30px rgba(233,112,50,.25); }

.hero { position: relative; min-height: 860px; overflow: hidden; padding: 176px 0 126px; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .065; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; right: -250px; top: -180px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.018), 0 0 0 220px rgba(255,255,255,.012); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr); align-items: center; gap: 50px; }
.hero__copy { position: relative; z-index: 3; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: #d9e7e0; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 2px; display: block; background: var(--orange); }
.hero h1 { max-width: 610px; margin: 0; font-family: var(--font-display); font-size: clamp(54px, 5.2vw, 76px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--lime); font-style: normal; }
.hero__lead { max-width: 590px; margin: 29px 0 0; color: #bdcbc5; font-size: 18px; line-height: 1.65; }
.hero__actions { margin-top: 35px; display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.play { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; padding-left: 2px; font-size: 9px; transition: background .2s; }
.text-link:hover .play { background: rgba(255,255,255,.1); }
.hero__proof { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; flex-wrap: wrap; gap: 13px 22px; color: #aebdb6; font-size: 12px; }
.hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero__proof i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 10px; font-style: normal; font-weight: 900; }

.product-stage { position: relative; min-height: 570px; margin-right: -120px; perspective: 1400px; }
.stage-glow { position: absolute; width: 520px; height: 520px; top: 15px; left: 70px; border-radius: 50%; background: rgba(85,165,129,.17); filter: blur(55px); }
.app-window { position: absolute; z-index: 2; width: 720px; top: 42px; left: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 16px; background: #f7f7f3; box-shadow: var(--shadow-lg); transform: rotateY(-5deg) rotateX(2deg); transform-origin: left center; }
.window-bar { height: 51px; padding: 0 16px; display: flex; align-items: center; gap: 10px; color: #d9e5df; background: #1b342a; }
.window-logo { width: 24px; height: 24px; padding: 4px; gap: 2px; border-radius: 5px; }
.window-logo i { width: 4px; }
.window-logo i:nth-child(1) { height: 7px; }
.window-logo i:nth-child(2) { height: 15px; }
.window-logo i:nth-child(3) { height: 11px; }
.window-title { font-family: var(--font-display); font-size: 12px; font-weight: 800; }
.window-status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #91a69c; font-size: 8px; }
.window-status i { width: 6px; height: 6px; border-radius: 50%; background: #75ca88; box-shadow: 0 0 0 3px rgba(117,202,136,.11); }
.app-layout { min-height: 428px; display: grid; grid-template-columns: 55px 1fr; }
.mini-sidebar { padding: 15px 9px; display: flex; flex-direction: column; align-items: center; gap: 8px; background: #203b30; }
.mini-nav { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: #7f998d; font-size: 13px; }
.mini-nav.is-active { color: #fff; background: rgba(255,255,255,.1); box-shadow: inset 2px 0 var(--orange); }
.mini-avatar { width: 29px; height: 29px; margin-top: auto; display: grid; place-items: center; border-radius: 50%; color: #613018; background: #e9a583; font-size: 8px; font-weight: 800; }
.app-content { padding: 27px 28px 31px; color: #1b2922; }
.app-heading { display: flex; align-items: center; justify-content: space-between; }
.app-heading > div { display: grid; gap: 4px; }
.app-heading small, .quote-panel small { color: #8b958f; font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.app-heading strong { font-family: var(--font-display); font-size: 21px; letter-spacing: -.035em; }
.date-chip { padding: 7px 10px; border: 1px solid #dde2de; border-radius: 6px; color: #737f78; background: #fff; font-size: 8px; }
.metric-row { margin-top: 21px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { min-height: 90px; padding: 13px; border: 1px solid #e0e4e1; border-radius: 9px; display: grid; align-content: center; background: #fff; }
.metric--accent { border-color: #efc5b0; background: linear-gradient(145deg, #fff 40%, #fff2eb); }
.metric span { color: #77827c; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.metric strong { margin: 4px 0 2px; font-family: var(--font-display); font-size: 19px; letter-spacing: -.04em; }
.metric small { color: #98a19c; font-size: 7px; }
.quote-panel { margin-top: 12px; overflow: hidden; border: 1px solid #e0e4e1; border-radius: 9px; background: #fff; }
.quote-panel__head { min-height: 52px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; }
.quote-panel__head > div { display: grid; gap: 2px; }
.quote-panel__head strong { font-family: var(--font-display); font-size: 12px; }
.quote-panel__head > span { color: var(--orange-dark); font-size: 7px; font-weight: 700; }
.quote-row { min-height: 56px; padding: 8px 13px; border-top: 1px solid #edf0ed; display: grid; grid-template-columns: 29px 1fr 70px 72px; align-items: center; gap: 8px; }
.quote-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 6px; color: #35604c; background: #ddede5; font-size: 8px; font-weight: 800; }
.quote-icon--blue { color: #356078; background: #e1edf3; }
.quote-icon--sand { color: #79613b; background: #f2eadb; }
.quote-row > div { min-width: 0; display: grid; gap: 2px; }
.quote-row strong { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.quote-row small { overflow: hidden; color: #8d9791; font-size: 7px; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.quote-row b { font-size: 8px; text-align: right; }
.status { justify-self: end; padding: 4px 6px; border-radius: 999px; font-size: 6px; font-weight: 800; }
.status--review { color: #986010; background: #fff0cf; }
.status--ready { color: #247554; background: #e1f2e9; }
.status--draft { color: #477088; background: #e5f0f6; }
.floating-card { position: absolute; z-index: 5; min-width: 278px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; display: grid; grid-template-columns: 37px 1fr 22px; align-items: center; gap: 10px; color: #1c2923; background: rgba(255,255,255,.97); box-shadow: 0 18px 44px rgba(2,15,9,.3); }
.floating-card--mail { top: 10px; right: 24px; animation: float 5s ease-in-out infinite; }
.floating-card--calc { right: 60px; bottom: 23px; animation: float 5s 1.2s ease-in-out infinite; }
.float-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--orange); font-size: 15px; }
.floating-card > div { display: grid; gap: 1px; }
.floating-card small { color: #8b958f; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.floating-card strong { font-size: 9px; }
.floating-card div span { color: #6f7a74; font-size: 7px; }
.floating-card > i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3d9b6e; font-size: 9px; font-style: normal; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hero__line { position: absolute; z-index: 1; height: 1px; left: 0; right: 0; bottom: 72px; background: rgba(255,255,255,.08); }

.signal-strip { color: #fff; background: var(--orange); }
.signal-strip__inner { min-height: 108px; display: flex; align-items: center; gap: 45px; }
.signal-strip p { flex: 0 0 205px; margin: 0; padding-right: 35px; border-right: 1px solid rgba(255,255,255,.35); font-family: var(--font-display); font-size: 13px; font-weight: 700; line-height: 1.35; }
.signal-strip__inner > div { width: 100%; display: flex; justify-content: space-between; gap: 20px; }
.signal-strip span { color: rgba(255,255,255,.82); font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.friction-section { padding: 118px 0; background: var(--paper); }
.friction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-kicker { margin-bottom: 17px; color: var(--orange-dark); }
.friction-section h2 { max-width: 520px; margin: 0; font-family: var(--font-display); font-size: clamp(37px, 4.1vw, 55px); line-height: 1.04; letter-spacing: -.052em; }
.friction-copy { padding-top: 37px; }
.friction-copy p { margin: 0 0 17px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.friction-copy strong { color: var(--ink); }

.section-heading h2, .difference-section h2, .copilot-copy h2, .trust-copy h2, .built-copy h2, .final-cta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4.6vw, 62px); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; }
.section-heading--center { max-width: 800px; margin: 0 auto 54px; text-align: center; }
.section-heading--center .section-kicker { margin-bottom: 16px; }
.section-heading--center > p:last-child { max-width: 650px; margin: 23px auto 0; color: #b1c1b9; font-size: 17px; line-height: 1.65; }

.workflow-section { padding: 120px 0 130px; overflow: hidden; color: #fff; background: var(--forest); }
.workflow-tabs { max-width: 920px; margin: 0 auto 32px; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); }
.workflow-tab { position: relative; min-height: 66px; padding: 0 18px 20px; border: 0; color: #83968d; background: transparent; font-family: var(--font-display); font-size: 14px; font-weight: 700; text-align: left; cursor: pointer; transition: color .2s; }
.workflow-tab span { margin-right: 10px; color: #61776c; font-size: 10px; }
.workflow-tab::after { content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: -2px; background: var(--orange); transition: right .3s ease; }
.workflow-tab.is-active { color: #fff; }
.workflow-tab.is-active span { color: var(--orange); }
.workflow-tab.is-active::after { right: 0; }
.workflow-showcase { position: relative; }
.workflow-panel { min-height: 610px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: #173228; box-shadow: 0 30px 90px rgba(0,0,0,.18); }
.workflow-panel.is-active { animation: workflow-in .42s ease both; }
@keyframes workflow-in { from { opacity: 0; transform: translateY(8px); } }
.workflow-copy { padding: clamp(45px, 6vw, 76px); align-self: center; }
.mini-kicker { margin: 0 0 16px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.workflow-copy h3 { margin: 0; font-family: var(--font-display); font-size: clamp(31px, 3vw, 45px); line-height: 1.08; letter-spacing: -.05em; }
.workflow-copy > p:not(.mini-kicker) { margin: 24px 0; color: #a9bab2; font-size: 16px; line-height: 1.68; }
.check-list { margin: 29px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #d9e3de; font-size: 13px; }
.check-list li span { width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 900; }
.workflow-demo { position: relative; min-width: 0; padding: 55px; display: grid; place-items: center; overflow: hidden; background: var(--cream); }
.workflow-demo::before { content: ""; position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(#d9ddd5 1px, transparent 1px), linear-gradient(90deg, #d9ddd5 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000, transparent 75%); }
.demo-browser { position: relative; z-index: 1; width: min(100%, 510px); overflow: hidden; border: 1px solid #d8ddd8; border-radius: 14px; background: #fff; box-shadow: 0 26px 70px rgba(25,41,33,.2); }
.demo-browser__bar { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 5px; color: #89948e; background: #f2f3ef; font-size: 7px; }
.demo-browser__bar > i { width: 6px; height: 6px; border-radius: 50%; background: #c9cdc9; }
.demo-browser__bar span { margin: 0 auto; padding: 5px 60px; border-radius: 4px; background: #fff; }
.chat-card { min-height: 472px; color: #17241e; }
.chat-head { height: 64px; padding: 0 18px; border-bottom: 1px solid #eaede9; display: flex; align-items: center; gap: 10px; }
.company-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--forest-2); font-family: var(--font-display); font-size: 12px; font-weight: 800; }
.chat-head > div { display: grid; gap: 2px; }
.chat-head strong { font-size: 10px; }
.chat-head small { color: #86918b; font-size: 7px; }
.chat-head small i { width: 5px; height: 5px; display: inline-block; margin-right: 3px; border-radius: 50%; background: #4db17a; }
.chat-head > span:last-child { margin-left: auto; color: #929a96; }
.chat-progress { position: relative; height: 55px; padding: 12px 18px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; color: #6f7b75; font-size: 7px; }
.chat-progress b { color: #25342c; }
.chat-progress > i { position: absolute; height: 3px; left: 18px; right: 18px; bottom: 10px; border-radius: 999px; background: #e7e9e6; }
.chat-progress em { width: 60%; height: 100%; display: block; border-radius: inherit; background: var(--orange); }
.chat-body { min-height: 288px; padding: 20px 18px; display: flex; flex-direction: column; gap: 11px; background: #faf9f5; }
.chat-message { max-width: 76%; padding: 10px 12px; border-radius: 5px 12px 12px 12px; color: #3a4740; background: #eef1ed; font-size: 8px; line-height: 1.5; }
.chat-message--user { align-self: flex-end; border-radius: 12px 5px 12px 12px; color: #fff; background: var(--forest-2); }
.extract-card { align-self: flex-end; min-width: 170px; padding: 9px 10px; border: 1px solid #cfe3d7; border-radius: 8px; display: flex; align-items: center; gap: 8px; background: #f3faf6; }
.extract-card > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3f9d6f; font-size: 9px; }
.extract-card div { display: grid; }
.extract-card small { color: #6c8f7b; font-size: 5px; font-weight: 800; letter-spacing: .1em; }
.extract-card strong { color: #2d6248; font-size: 7px; }
.chat-input { height: 52px; margin: 0 18px 17px; padding: 0 7px 0 13px; border: 1px solid #dce1dc; border-radius: 9px; display: flex; align-items: center; color: #9aa29e; font-size: 7px; }
.chat-input i { width: 32px; height: 32px; margin-left: auto; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--orange); font-size: 11px; font-style: normal; }

.calc-sheet, .review-card { position: relative; z-index: 1; width: min(100%, 570px); padding: 23px; border: 1px solid #d9ded9; border-radius: 13px; color: var(--ink); background: #fff; box-shadow: 0 26px 70px rgba(25,41,33,.18); }
.calc-sheet__head, .review-card__head { padding-bottom: 17px; border-bottom: 1px solid #e7eae7; display: flex; align-items: center; justify-content: space-between; }
.calc-sheet__head > div, .review-card__head > div { display: grid; gap: 4px; }
.calc-sheet__head small, .review-card__head small { color: #8a948e; font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.calc-sheet__head strong, .review-card__head strong { font-family: var(--font-display); font-size: 17px; }
.rule-path { padding: 22px 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 9px; }
.rule-path > div { padding: 11px 8px; border-radius: 9px; display: grid; justify-items: center; gap: 3px; background: #f5f6f3; text-align: center; }
.rule-path > b { color: #a8b0ab; }
.rule-icon { width: 32px; height: 32px; margin-bottom: 4px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #537966; font-family: var(--font-display); font-size: 10px; }
.rule-icon--orange { background: var(--orange); }
.rule-icon--green { color: var(--forest); background: var(--lime); }
.rule-path small { color: #98a19c; font-size: 5px; font-weight: 800; letter-spacing: .09em; }
.rule-path strong { font-size: 7px; }
.line-items { border: 1px solid #e5e8e5; border-radius: 8px; overflow: hidden; }
.line-item { min-height: 40px; padding: 8px 10px; border-top: 1px solid #ebeeeb; display: grid; grid-template-columns: 1.5fr .45fr .55fr .65fr; align-items: center; gap: 8px; font-size: 7px; }
.line-item:first-child { border-top: 0; }
.line-item--head { min-height: 30px; color: #8a948e; background: #f5f6f3; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.line-item > span:not(:first-child), .line-item > strong { text-align: right; }
.item-dot { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 2px; background: var(--orange); }
.item-dot--green { background: #4e9a6f; }
.item-dot--sand { background: #c8a460; }
.calc-total { margin-top: 15px; display: flex; align-items: flex-end; justify-content: flex-end; gap: 19px; font-size: 8px; }
.calc-total > span, .calc-total > strong { display: grid; gap: 3px; }
.calc-total small { color: #929b96; font-size: 5px; letter-spacing: .08em; }
.calc-total strong { color: var(--forest); font-size: 12px; }

.review-card { padding: 25px; }
.customer-row { min-height: 89px; border-bottom: 1px solid #e7eae7; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; }
.customer-row > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #694124; background: #efd0ba; font-size: 8px; font-weight: 800; }
.customer-row > div { display: grid; gap: 2px; }
.customer-row small { color: #929b96; font-size: 5px; font-weight: 800; letter-spacing: .08em; }
.customer-row strong { font-size: 9px; }
.customer-row em { color: #7e8983; font-size: 7px; font-style: normal; }
.customer-row b { font-family: var(--font-display); font-size: 15px; }
.review-notice { margin: 17px 0; padding: 11px; border: 1px solid #ead19f; border-radius: 8px; display: flex; align-items: flex-start; gap: 9px; color: #765623; background: #fff8e9; }
.review-notice > span { width: 18px; height: 18px; flex: 0 0 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #b88328; font-size: 8px; }
.review-notice p { margin: 0; font-size: 7px; line-height: 1.45; }
.review-notice strong { display: block; }
.review-checks { padding: 4px 0 17px; display: flex; justify-content: space-between; gap: 9px; color: #68736d; font-size: 6px; }
.review-checks span { display: inline-flex; align-items: center; gap: 4px; }
.review-checks i { color: #368a61; font-style: normal; font-weight: 900; }
.review-actions { padding-top: 15px; border-top: 1px solid #e7eae7; display: flex; justify-content: flex-end; gap: 7px; }
.review-actions button { min-height: 31px; padding: 0 11px; border: 1px solid #dce1dc; border-radius: 6px; color: #59655f; background: #fff; font-size: 7px; font-weight: 700; }
.review-actions .approve-button { color: #fff; border-color: var(--orange); background: var(--orange); }
.approve-button span { margin-left: 6px; }

.difference-section { padding: 130px 0; background: var(--cream); }
.section-heading--split { margin-bottom: 57px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.section-heading--split > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.difference-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.difference-card { position: relative; min-height: 340px; padding: 34px; border: 1px solid #d9ddd7; border-radius: 16px; overflow: hidden; background: #fff; }
.difference-card--large { grid-row: span 2; min-height: 698px; padding: 43px; }
.difference-card--dark { color: #fff; border-color: var(--forest); background: var(--forest); }
.feature-number { position: absolute; right: 26px; top: 24px; color: #9aa39e; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.feature-icon { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--forest-2); font-size: 24px; }
.feature-icon--orange { background: var(--orange); }
.feature-icon--lime { color: var(--forest); background: var(--lime); }
.difference-card h3 { max-width: 480px; margin: 30px 0 13px; font-family: var(--font-display); font-size: 27px; line-height: 1.17; letter-spacing: -.04em; }
.difference-card--large h3 { margin-top: 47px; font-size: clamp(35px, 3.5vw, 48px); }
.difference-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.difference-card--dark p { color: #9db0a7; }
.language-stream { position: absolute; left: 43px; right: 43px; bottom: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.language-stream span { min-height: 79px; padding: 18px; border: 1px solid #e0e4df; border-radius: 11px; display: grid; place-items: center; color: #526059; background: #f7f8f5; font-size: 14px; font-style: italic; }
.language-stream b { color: var(--orange); }
.language-stream .language-result { color: #315c48; border-color: #cfe0d7; background: #eff7f2; font-style: normal; font-weight: 800; }
.human-stamp { position: absolute; right: 32px; bottom: 28px; padding: 12px 17px; border: 1px solid rgba(216,239,133,.35); border-radius: 8px; display: grid; color: var(--lime); transform: rotate(-3deg); text-transform: uppercase; }
.human-stamp span { font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.human-stamp small { margin-top: 2px; color: #8ca097; font-size: 5px; letter-spacing: .08em; }

.copilot-section { padding: 140px 0; overflow: hidden; background: var(--paper); }
.copilot-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 90px; }
.copilot-visual { position: relative; min-height: 570px; }
.mail-inbox { position: absolute; width: 700px; right: 0; top: 20px; min-height: 500px; border: 1px solid #dce1dc; border-radius: 16px; display: grid; grid-template-columns: 54px 198px 1fr; overflow: hidden; color: var(--ink); background: #fff; box-shadow: 0 28px 75px rgba(18,39,30,.16); }
.mail-inbox__nav { padding: 16px 8px; display: flex; flex-direction: column; align-items: center; gap: 16px; color: #8ca097; background: var(--forest); }
.mail-inbox__nav .brand__mark { width: 29px; height: 29px; margin-bottom: 10px; }
.mail-list { padding: 23px 12px; border-right: 1px solid #e5e8e5; background: #f8f8f5; }
.mail-list > small, .mail-detail__head small { color: #8e9892; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.mail-list > strong { display: block; margin: 4px 0 19px; font-family: var(--font-display); font-size: 16px; }
.mail-list article { min-height: 63px; margin-bottom: 5px; padding: 10px 8px; border-radius: 8px; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 7px; }
.mail-list article.is-selected { background: #fff; box-shadow: 0 2px 9px rgba(25,40,33,.08); }
.mail-list article > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #5b3d26; background: #ecd1bd; font-size: 6px; font-weight: 800; }
.mail-list article > div { min-width: 0; display: grid; gap: 2px; }
.mail-list b { font-size: 7px; }
.mail-list article small { overflow: hidden; color: #7d8882; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.mail-list time { color: #9ca49f; font-size: 5px; }
.mail-detail { padding: 31px 29px; }
.mail-detail__head { padding-bottom: 19px; border-bottom: 1px solid #e7eae7; display: grid; gap: 5px; }
.mail-detail__head strong { font-family: var(--font-display); font-size: 18px; }
.mail-detail p, .mail-detail li { color: #58655e; font-size: 8px; line-height: 1.6; }
.mail-detail ul { padding-left: 15px; }
.mail-detail li::marker { color: var(--orange); }
.source-chip { margin-top: 20px; padding: 11px; border-radius: 8px; display: flex; align-items: center; gap: 9px; color: #355846; background: #eef5f1; }
.source-chip > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: #d7e9df; }
.source-chip div { display: grid; gap: 2px; }
.source-chip small { color: #6d8d7a; font-size: 5px; font-weight: 800; letter-spacing: .09em; }
.source-chip strong { font-size: 7px; }
.mail-detail button { margin-top: 23px; min-height: 34px; float: right; padding: 0 13px; border: 0; border-radius: 6px; color: #fff; background: var(--orange); font-size: 7px; font-weight: 800; }
.copilot-badge { position: absolute; z-index: 2; right: -10px; bottom: 8px; min-width: 310px; padding: 15px; border: 1px solid #d6ddd8; border-radius: 11px; display: grid; grid-template-columns: 39px 1fr 22px; align-items: center; gap: 11px; color: var(--ink); background: #fff; box-shadow: 0 16px 40px rgba(23,43,34,.16); }
.copilot-badge > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 9px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 900; }
.copilot-badge > div { display: grid; gap: 2px; }
.copilot-badge small { color: #8b958f; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.copilot-badge strong { font-size: 9px; }
.copilot-badge > i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3d956a; font-size: 9px; font-style: normal; }
.copilot-copy > p:not(.section-kicker) { margin: 27px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.mini-features { display: grid; gap: 21px; }
.mini-features > div { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 13px; }
.mini-features > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--forest); background: #e5eee8; font-size: 15px; }
.mini-features p { margin: 0; display: grid; gap: 4px; }
.mini-features strong { font-size: 14px; }
.mini-features small { color: var(--muted); font-size: 12px; line-height: 1.55; }

.trust-section { padding: 130px 0; color: #fff; background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 120px; }
.trust-copy .section-kicker { color: var(--lime); }
.trust-copy > p:not(.section-kicker) { max-width: 430px; margin: 27px 0 31px; color: #a5b7ae; font-size: 17px; line-height: 1.7; }
.text-arrow { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-weight: 700; text-decoration: none; }
.text-arrow span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.trust-stack { border-top: 1px solid rgba(255,255,255,.13); }
.trust-stack article { min-height: 160px; padding: 28px 5px; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 39px 1fr 50px; align-items: center; gap: 19px; }
.trust-stack article > span { align-self: start; padding-top: 5px; color: var(--orange); font-size: 9px; font-weight: 800; }
.trust-stack h3 { margin: 0 0 7px; font-family: var(--font-display); font-size: 22px; letter-spacing: -.03em; }
.trust-stack p { max-width: 500px; margin: 0; color: #96aaa0; font-size: 14px; line-height: 1.6; }
.trust-stack article > i { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: var(--lime); background: rgba(255,255,255,.04); font-size: 20px; font-style: normal; }

.built-section { padding: 130px 0; background: var(--cream); }
.built-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.built-copy > p:not(.section-kicker) { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.built-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.built-features > div { min-height: 205px; padding: 27px; border: 1px solid #d9ddd7; border-radius: 13px; display: flex; flex-direction: column; background: rgba(255,255,255,.52); }
.built-features > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--forest-2); }
.built-features strong { margin: auto 0 8px; font-family: var(--font-display); font-size: 17px; }
.built-features small { color: var(--muted); font-size: 12px; line-height: 1.55; }

.final-cta { position: relative; overflow: hidden; padding: 0 0 70px; color: #fff; background: var(--cream); }
.final-cta__inner { position: relative; min-height: 475px; padding: 72px clamp(40px, 7vw, 85px); border-radius: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; overflow: hidden; background: var(--orange); }
.final-cta .section-kicker { color: #fff1e9; }
.final-cta h2 { font-size: clamp(43px, 5vw, 67px); }
.final-cta p:not(.section-kicker) { max-width: 580px; margin: 23px 0 0; color: #fff0e8; font-size: 16px; line-height: 1.65; }
.final-cta__actions { position: relative; z-index: 2; min-width: 220px; display: grid; gap: 11px; }
.button--cream { color: var(--forest); background: var(--cream); }
.final-cta .button--outline { border-color: rgba(255,255,255,.45); }
.cta-orbit { position: absolute; width: 500px; height: 500px; right: -185px; top: -12px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.cta-orbit span { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-orbit span:nth-child(1) { inset: 70px; }
.cta-orbit span:nth-child(2) { inset: 145px; background: rgba(255,255,255,.04); }
.cta-orbit span:nth-child(3) { width: 18px; height: 18px; left: 64px; top: 105px; border: 0; background: var(--lime); box-shadow: 0 0 0 8px rgba(216,239,133,.14); }

.site-footer { padding: 65px 0 24px; color: #fff; background: #0b1d16; }
.site-footer__top { padding-bottom: 58px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 55px; }
.site-footer__top p { margin: 0; color: #899d93; font-size: 14px; line-height: 1.6; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 13px 35px; }
.site-footer nav a { color: #b5c4bd; font-size: 13px; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.site-footer__bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: #71867b; font-size: 10px; }
.site-footer__bottom a { color: #aebdb6; text-decoration: none; }

@media (max-width: 1080px) {
  .hero { min-height: auto; padding-bottom: 90px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 760px; }
  .product-stage { width: min(100%, 780px); min-height: 550px; margin: 10px 0 0; }
  .app-window { width: min(720px, calc(100% - 20px)); }
  .floating-card--mail { right: 0; }
  .floating-card--calc { right: 24px; }
  .workflow-panel { grid-template-columns: 1fr; }
  .workflow-copy { padding-bottom: 45px; }
  .workflow-demo { min-height: 570px; }
  .difference-card--large { min-height: 650px; }
  .copilot-grid { grid-template-columns: 1fr; }
  .copilot-copy { max-width: 700px; }
  .mail-inbox { right: auto; left: 0; }
  .trust-grid { gap: 65px; }
  .built-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header__inner { height: 74px; }
  .site-nav { display: none; }
  .site-header .button { margin-left: auto; min-height: 38px; padding: 0 12px; font-size: 11px; }
  .hero { padding: 136px 0 75px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .product-stage { min-height: 390px; margin-top: 18px; }
  .app-window { top: 30px; width: 690px; transform: scale(.68); transform-origin: top left; }
  .floating-card { display: none; }
  .signal-strip__inner { padding: 28px 0; align-items: flex-start; flex-direction: column; gap: 20px; }
  .signal-strip p { padding: 0; border: 0; flex-basis: auto; }
  .signal-strip__inner > div { flex-wrap: wrap; justify-content: flex-start; }
  .friction-section { padding: 78px 0; }
  .friction-grid { grid-template-columns: 1fr; gap: 20px; }
  .friction-copy { padding-top: 0; }
  .workflow-section, .difference-section, .copilot-section, .trust-section, .built-section { padding: 84px 0; }
  .section-heading--center { margin-bottom: 37px; }
  .workflow-tabs { overflow-x: auto; grid-template-columns: repeat(3, minmax(190px, 1fr)); }
  .workflow-tab { font-size: 12px; }
  .workflow-panel { min-height: auto; }
  .workflow-copy { padding: 39px 25px; }
  .workflow-demo { min-height: 455px; padding: 25px 18px; }
  .demo-browser { transform: scale(.82); }
  .calc-sheet, .review-card { padding: 17px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 21px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-card, .difference-card--large { min-height: 410px; padding: 28px; }
  .difference-card--large { grid-row: auto; min-height: 540px; }
  .language-stream { left: 28px; right: 28px; bottom: 35px; }
  .copilot-grid { gap: 45px; }
  .copilot-visual { min-height: 475px; }
  .mail-inbox { width: 700px; transform: scale(.68); transform-origin: top left; }
  .copilot-badge { right: 0; bottom: 10px; min-width: min(310px, 92%); }
  .trust-grid { grid-template-columns: 1fr; gap: 55px; }
  .trust-stack article { grid-template-columns: 31px 1fr 43px; }
  .built-features { grid-template-columns: 1fr; }
  .built-features > div { min-height: 180px; }
  .final-cta { padding-bottom: 35px; }
  .final-cta__inner { min-height: 580px; padding: 48px 28px; grid-template-columns: 1fr; align-content: center; gap: 36px; }
  .final-cta__actions { width: 100%; }
  .site-footer__top { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 430px) {
  .brand { font-size: 16px; }
  .brand__mark { width: 27px; height: 27px; }
  .site-header .button { padding: 0 10px; }
  .site-header .button span { display: none; }
  .hero__proof { display: grid; }
  .product-stage { min-height: 325px; }
  .app-window { transform: scale(.55); }
  .workflow-demo { min-height: 400px; }
  .demo-browser { width: 510px; transform: scale(.64); transform-origin: center; }
  .rule-path { gap: 4px; }
  .rule-path > b { font-size: 10px; }
  .review-checks { align-items: flex-start; flex-direction: column; }
  .difference-card--large { min-height: 590px; }
  .language-stream { grid-template-columns: 1fr; }
  .language-stream b { display: none; }
  .language-stream span { min-height: 55px; }
  .copilot-visual { min-height: 390px; }
  .mail-inbox { transform: scale(.52); }
  .copilot-badge { bottom: 0; }
  .trust-stack article { grid-template-columns: 26px 1fr; }
  .trust-stack article > i { display: none; }
}

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