:root {
  --navy: #09263a;
  --navy-2: #123c55;
  --blue: #168dca;
  --cyan: #62c9e9;
  --paper: #f4f7f8;
  --white: #fff;
  --text: #153247;
  --muted: #687c89;
  --line: #dae4e8;
  --green: #16815a;
  --orange: #c97a12;
  --red: #b94040;
  --shadow: 0 24px 75px rgba(5, 32, 49, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.hidden { display: none !important; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 max(25px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-weight: 900; font-size: 20px; letter-spacing: -.5px; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 37px; height: 37px; border-radius: 9px; display: grid; place-items: center; color: white; background: var(--navy); }
.site-header nav { display: flex; gap: 27px; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: 11px; font-weight: 750; }
.site-header nav a:hover { color: var(--navy); }
.header-cta { padding: 11px 14px; border-radius: 7px; color: white; background: var(--navy); text-decoration: none; font-size: 10px; font-weight: 850; }
.header-cta span { color: var(--cyan); margin-left: 5px; }

.hero { min-height: 665px; padding: 88px max(25px, calc((100vw - 1240px) / 2)) 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; color: white; background: var(--navy); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -330px; border-radius: 50%; border: 1px solid rgba(98,201,233,.16); box-shadow: 0 0 0 90px rgba(98,201,233,.035), 0 0 0 180px rgba(98,201,233,.025); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 0; font-size: clamp(52px, 6vw, 78px); line-height: .95; letter-spacing: -4px; }
.hero h1 em, .demo-intro h2 em, .contact-section h2 em { color: var(--cyan); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 27px 0 0; color: #cadbe3; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.primary-link, .secondary-link { font-size: 11px; font-weight: 850; text-decoration: none; }
.primary-link { padding: 14px 18px; border-radius: 8px; color: var(--navy); background: var(--cyan); box-shadow: 0 12px 26px rgba(98,201,233,.2); }
.primary-link span { margin-left: 10px; }
.secondary-link { color: #bed2dc; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 5px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; color: #8eabb9; font-size: 9px; font-weight: 700; }
.hero-product { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: white; box-shadow: 0 35px 80px rgba(0,0,0,.25); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.mock-window-bar { height: 35px; padding: 0 13px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid #e5ebee; color: #8ba0aa; }
.mock-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cfdadd; }
.mock-window-bar > span:first-child { background: #f08b7c; }
.mock-window-bar small { margin: auto; font-size: 7px; }
.mock-app { min-height: 390px; display: grid; grid-template-columns: 61px 1fr; color: var(--text); }
.mock-app aside { padding: 18px 14px; display: flex; flex-direction: column; align-items: center; gap: 16px; background: #0c2a3e; border-radius: 0 0 0 13px; }
.mock-logo { width: 27px; height: 27px; border-radius: 6px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); font-size: 10px; font-weight: 900; }
.mock-app aside i { width: 19px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.25); }
.mock-app aside i:nth-child(2) { background: var(--cyan); }
.mock-content { padding: 28px 27px; background: #f5f8f9; border-radius: 0 0 13px; }
.mock-top { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.mock-top small, .mock-top strong { display: block; }
.mock-top small { color: var(--blue); font-size: 6px; font-weight: 900; letter-spacing: .7px; }
.mock-top strong { margin-top: 5px; color: var(--navy); font-size: 19px; }
.mock-top b { padding: 9px 11px; border-radius: 6px; color: white; background: var(--blue); font-size: 7px; }
.mock-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }
.mock-metrics > span { padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.mock-metrics small, .mock-metrics strong { display: block; }
.mock-metrics small { color: var(--muted); font-size: 5px; font-weight: 900; }
.mock-metrics strong { margin-top: 5px; color: var(--navy); font-size: 17px; }
.mock-table { margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.mock-table > strong { font-size: 9px; }
.mock-table p { display: grid; grid-template-columns: 23px 1fr 10px; align-items: center; gap: 9px; margin: 0; padding: 10px 0; border-top: 1px solid #edf1f3; }
.mock-table p:nth-child(2) { margin-top: 9px; }
.mock-table p i { width: 23px; height: 23px; border-radius: 6px; background: #e8f5fa; }
.mock-table p span { font-size: 7px; font-weight: 800; }
.mock-table p small { display: block; margin-top: 3px; color: var(--muted); font-size: 6px; font-weight: 500; }
.floating-note { position: absolute; right: -27px; bottom: 42px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 9px; color: var(--text); background: white; box-shadow: var(--shadow); transform: translateZ(20px); }
.floating-note > span { color: var(--blue); font-size: 20px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 9px; }
.floating-note small { margin-top: 3px; color: var(--muted); font-size: 7px; }

.proof-strip { min-height: 83px; padding: 0 max(25px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-bottom: 1px solid var(--line); background: white; }
.proof-strip span { padding: 9px 22px; border-left: 1px solid var(--line); color: var(--text); font-size: 10px; font-weight: 800; }
.proof-strip span:first-child { border-left: 0; }
.proof-strip b { margin-right: 10px; color: var(--blue); font-size: 9px; }
.section { width: min(1240px, calc(100% - 50px)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; }
.section-heading h2, .demo-intro h2, .contact-section h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -2.8px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 55px; }
.process-grid article { min-height: 305px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: white; position: relative; }
.process-grid article > span { position: absolute; right: 25px; top: 20px; color: #dce5e9; font: 700 42px Georgia, serif; }
.process-grid article > i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #e9f6fb; font-style: normal; font-weight: 900; }
.process-grid h3 { margin: 30px 0 10px; color: var(--navy); font-size: 20px; }
.process-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.process-grid small { position: absolute; left: 28px; bottom: 25px; color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: .8px; }

.demo-section { padding: 105px max(20px, calc((100vw - 1400px) / 2)) 120px; color: white; background: var(--navy); overflow: hidden; }
.demo-intro { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.demo-intro h2 { color: white; }
.demo-intro > p:not(.eyebrow) { max-width: 670px; margin: 22px auto 0; color: #adc4d0; font-size: 14px; line-height: 1.7; }
.privacy-pill { width: fit-content; margin: 25px auto 0; padding: 10px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(98,201,233,.25); border-radius: 9px; background: rgba(98,201,233,.08); text-align: left; }
.privacy-pill > span { color: var(--cyan); }
.privacy-pill strong, .privacy-pill small { display: block; }
.privacy-pill strong { font-size: 9px; }
.privacy-pill small { margin-top: 2px; color: #89a9b8; font-size: 7px; }
.demo-browser { max-width: 1360px; margin: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: white; box-shadow: 0 45px 110px rgba(0,0,0,.33); overflow: hidden; }
.demo-browser-bar { height: 42px; padding: 0 16px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #8295a0; background: #f8fafb; border-bottom: 1px solid var(--line); }
.demo-browser-bar > div { display: flex; gap: 5px; }
.demo-browser-bar > div span { width: 8px; height: 8px; border-radius: 50%; background: #ccd8dd; }
.demo-browser-bar > div span:first-child { background: #ee897a; }
.demo-browser-bar small { text-align: center; font-size: 7px; }
.demo-browser-bar b { justify-self: end; font-size: 7px; }
.demo-browser-bar b i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.demo-layout { min-height: 680px; display: grid; grid-template-columns: 220px minmax(0, 1fr); color: var(--text); }
.demo-sidebar { padding: 20px 13px; display: flex; flex-direction: column; color: white; background: #0b2a3e; }
.demo-company { padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(255,255,255,.055); }
.demo-company small, .demo-company strong, .demo-company span { display: block; }
.demo-company small { color: #7897a7; font-size: 6px; font-weight: 900; letter-spacing: .7px; }
.demo-company strong { margin-top: 5px; font-size: 10px; }
.demo-company span { margin-top: 3px; color: var(--cyan); font-size: 7px; }
.demo-sidebar nav { display: grid; gap: 4px; margin-top: 20px; }
.demo-sidebar nav button { padding: 10px 11px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 7px; color: #90aab8; background: transparent; text-align: left; font-size: 9px; font-weight: 800; }
.demo-sidebar nav button.active { color: white; background: rgba(98,201,233,.14); box-shadow: inset 2px 0 var(--cyan); }
.demo-user { margin-top: auto; padding: 13px 4px 0; display: flex; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.11); min-width: 0; }
.demo-user > b { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--cyan); font-size: 8px; }
.demo-user div { min-width: 0; }
.demo-user strong, .demo-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-user strong { font-size: 8px; }
.demo-user small { margin-top: 2px; color: #7f9eae; font-size: 6px; }
.demo-main { min-width: 0; padding: 32px; background: #f4f7f8; position: relative; }
.role-switcher { width: fit-content; margin: 0 0 25px auto; padding: 4px; display: flex; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.role-switcher > span { margin: 0 6px; color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.role-switcher button { padding: 7px 9px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 7px; font-weight: 850; }
.role-switcher button.active { color: white; background: var(--navy); }
.demo-view { display: none; animation: rise .22s ease; }
.demo-view.active { display: block; }
@keyframes rise { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.demo-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.demo-heading small { color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.demo-heading h3 { margin: 5px 0 0; color: var(--navy); font-size: 28px; letter-spacing: -1.2px; }
.demo-heading p { margin: 6px 0 0; color: var(--muted); font-size: 9px; }
.demo-primary, .modal-primary { border: 0; border-radius: 7px; padding: 11px 14px; color: white; background: var(--blue); box-shadow: 0 8px 18px rgba(22,141,202,.2); font-size: 8px; font-weight: 900; }
.demo-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.demo-kpis article { padding: 15px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.demo-kpis article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: #eaf6fb; }
.demo-kpis small, .demo-kpis strong { display: block; }
.demo-kpis small { color: var(--muted); font-size: 6px; font-weight: 900; }
.demo-kpis strong { margin-top: 3px; color: var(--navy); font-size: 19px; }
.demo-columns { display: grid; grid-template-columns: 1.7fr .7fr; gap: 11px; margin-top: 11px; }
.demo-card { padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.card-head { display: flex; align-items: start; justify-content: space-between; }
.demo-card h4 { margin: 0; color: var(--navy); font-size: 12px; }
.demo-card p { margin: 4px 0 0; color: var(--muted); font-size: 8px; }
.card-head button { border: 0; color: var(--blue); background: none; font-size: 7px; font-weight: 850; }
.report-list { margin-top: 11px; }
.demo-report-row { display: grid; grid-template-columns: minmax(150px, 1fr) 90px 85px 27px; gap: 9px; align-items: center; padding: 11px 2px; border-top: 1px solid #edf1f3; }
.demo-report-row:first-child { border-top: 0; }
.demo-report-row strong, .demo-report-row small { display: block; }
.demo-report-row strong { color: var(--navy); font-size: 8px; }
.demo-report-row small, .report-date { margin-top: 3px; color: var(--muted); font-size: 7px; }
.demo-report-row button { width: 26px; height: 26px; border: 0; border-radius: 6px; color: var(--blue); background: #eaf6fb; font-weight: 900; }
.badge { display: inline-flex; width: fit-content; padding: 5px 7px; border-radius: 99px; color: #536976; background: #edf2f4; font-size: 6px; font-weight: 900; }
.badge.review { color: #90590d; background: #fff0d8; }
.badge.approved { color: #126a49; background: #e5f6ef; }
.voice-card { color: white; background: linear-gradient(145deg, var(--navy), var(--navy-2)); border: 0; }
.voice-card h4 { color: white; }
.voice-card p { color: #9cb5c2; line-height: 1.5; }
.voice-icon { width: 38px; height: 38px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 9px; color: var(--cyan); background: rgba(98,201,233,.12); font-size: 12px; font-weight: 900; }
.voice-card button { margin-top: 21px; padding: 0; border: 0; color: var(--cyan); background: none; font-size: 8px; font-weight: 850; }
.demo-filter { display: grid; grid-template-columns: 1fr 150px; gap: 8px; margin-bottom: 10px; }
.demo-filter input, .demo-filter select { padding: 9px 10px; border: 1px solid var(--line); border-radius: 7px; outline: none; background: white; font-size: 8px; }
.demo-table-card { padding: 8px 15px; overflow-x: auto; }
.demo-table-card table { width: 100%; border-collapse: collapse; }
.demo-table-card th, .demo-table-card td { padding: 12px 8px; border-bottom: 1px solid #edf1f3; text-align: left; white-space: nowrap; }
.demo-table-card th { color: var(--muted); font-size: 6px; letter-spacing: .6px; }
.demo-table-card td { font-size: 8px; }
.demo-table-card td strong, .demo-table-card td small { display: block; }
.demo-table-card td small { margin-top: 2px; color: var(--muted); font-size: 6px; }
.empty-demo { padding: 36px 12px; color: var(--muted); text-align: center; font-size: 9px; }
.demo-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.demo-projects article { padding: 19px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.demo-projects article > small { color: var(--blue); font-size: 6px; font-weight: 900; letter-spacing: .7px; }
.demo-projects h4 { margin: 8px 0 6px; color: var(--navy); font-size: 12px; }
.demo-projects p { min-height: 30px; color: var(--muted); font-size: 8px; }
.demo-projects footer { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 11px; border-top: 1px solid #edf1f3; font-size: 7px; }
.demo-projects footer span { color: var(--green); font-weight: 850; }
.demo-projects footer b { color: var(--muted); }

.models { padding-bottom: 125px; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 55px; }
.model-grid article { padding: 35px; border: 1px solid var(--line); border-radius: 14px; background: white; position: relative; }
.model-grid article.recommended { border: 2px solid var(--blue); box-shadow: 0 18px 50px rgba(22,141,202,.11); }
.model-label { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.model-icon { width: 54px; height: 54px; margin-top: 22px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #e9f6fb; font-size: 23px; }
.model-grid h3 { margin: 23px 0 10px; color: var(--navy); font-size: 24px; }
.model-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.model-grid ul { margin: 25px 0; padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; color: var(--text); font-size: 10px; }
.model-grid li::first-letter { color: var(--green); }
.model-grid article > small { color: var(--blue); font-size: 8px; font-weight: 850; }
.contact-section { padding: 90px max(25px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; color: white; background: var(--navy); }
.contact-section h2 { color: white; }
.contact-section > div > p:last-child { max-width: 650px; color: #a9c1cd; font-size: 13px; line-height: 1.65; }
.contact-actions { text-align: center; }
.contact-actions a { display: inline-flex; gap: 20px; padding: 16px 19px; border-radius: 8px; color: var(--navy); background: var(--cyan); text-decoration: none; font-size: 10px; font-weight: 900; }
.contact-actions small { display: block; margin-top: 12px; color: #7897a7; font-size: 7px; }
body > footer { padding: 55px max(25px, calc((100vw - 1240px) / 2)) 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; color: #8fa7b3; background: #061d2c; }
.brand.light { color: white; }
body > footer p { font-size: 9px; }
body > footer nav { display: flex; gap: 17px; }
body > footer nav a { color: #9ab0bb; text-decoration: none; font-size: 8px; }
body > footer > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 7px; line-height: 1.55; }

dialog { width: min(730px, calc(100% - 26px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 14px; color: var(--text); background: white; box-shadow: 0 35px 110px rgba(0,0,0,.35); overflow: auto; }
dialog::backdrop { background: rgba(3,24,37,.74); backdrop-filter: blur(4px); }
.modal-head { padding: 23px 26px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 2; background: white; }
.modal-head small { color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.modal-head h3 { margin: 5px 0 0; color: var(--navy); font-size: 24px; }
.modal-head button { width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--muted); background: #eef3f5; font-size: 18px; }
.modal-body { padding: 25px 27px 29px; display: grid; gap: 15px; }
.demo-notice { display: flex; align-items: start; gap: 10px; padding: 13px; border: 1px solid #b8deef; border-radius: 8px; background: #eff9fd; }
.demo-notice > span { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 9px; font-weight: 900; }
.demo-notice p { margin: 0; color: #436476; font-size: 9px; line-height: 1.5; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-body label > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.modal-body input, .modal-body textarea, .modal-body select { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--text); outline: none; resize: vertical; }
.modal-body input:focus, .modal-body textarea:focus, .modal-body select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,141,202,.12); }
.modal-primary { width: 100%; padding: 13px; }
.modal-secondary { padding: 12px 15px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); background: white; font-size: 8px; font-weight: 900; }
.demo-processing, .structured-success { padding: 13px; display: flex; align-items: center; gap: 11px; border-radius: 8px; background: #eef8fc; }
.demo-processing > i { width: 23px; height: 23px; border: 3px solid #bde2f2; border-top-color: var(--blue); border-radius: 50%; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.demo-processing strong, .demo-processing small, .structured-success strong, .structured-success small { display: block; }
.demo-processing strong, .structured-success strong { font-size: 9px; }
.demo-processing small, .structured-success small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.structured-success { background: #e9f7f0; }
.structured-success > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 900; }
.detail-status { display: flex; align-items: center; justify-content: space-between; }
.detail-status > small { color: var(--muted); font-size: 7px; }
#detailStep h4 { margin: 2px 0 0; color: var(--navy); font-size: 21px; }
#detailSummary { margin: -7px 0 3px; color: var(--muted); font-size: 9px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.detail-grid > div { padding: 13px; border: 1px solid var(--line); border-radius: 8px; }
.detail-grid small { color: var(--blue); font-size: 6px; font-weight: 900; letter-spacing: .5px; }
.detail-grid p { margin: 6px 0 0; color: var(--text); font-size: 9px; line-height: 1.5; white-space: pre-line; }
.workflow-line { display: flex; align-items: center; padding: 14px; border-radius: 8px; background: #f3f6f7; }
.workflow-line span { padding: 6px 8px; border-radius: 99px; color: var(--muted); background: #e5ebee; font-size: 7px; font-weight: 850; }
.workflow-line span.done { color: white; background: var(--green); }
.workflow-line i { height: 1px; flex: 1; background: var(--line); }
.modal-actions { display: grid; grid-template-columns: auto 1fr; gap: 9px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 100; max-width: 390px; padding: 13px 16px; border-radius: 8px; color: white; background: var(--green); box-shadow: var(--shadow); font-size: 9px; font-weight: 750; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-product { max-width: 720px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .demo-layout { grid-template-columns: 170px 1fr; }
  .demo-main { padding: 24px 20px; }
  .demo-kpis { grid-template-columns: 1fr 1fr; }
  .demo-columns { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 14px; }
  .brand > span:last-child { display: none; }
  .header-cta { font-size: 8px; }
  .hero { min-height: auto; padding: 58px 20px 80px; gap: 45px; }
  .hero h1 { font-size: 49px; letter-spacing: -2.8px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-product { transform: none; }
  .mock-app { min-height: 300px; grid-template-columns: 43px 1fr; }
  .mock-app aside { padding: 14px 9px; }
  .mock-content { padding: 18px 14px; }
  .mock-top strong { font-size: 14px; }
  .mock-metrics > span { padding: 9px; }
  .floating-note { right: -7px; bottom: -25px; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 12px; }
  .proof-strip span { border: 0; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .section-heading h2, .demo-intro h2, .contact-section h2 { font-size: 39px; letter-spacing: -2px; }
  .process-grid, .model-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 270px; }
  .demo-section { padding: 75px 10px 85px; }
  .demo-intro { padding: 0 10px; }
  .demo-layout { display: block; min-height: 720px; }
  .demo-sidebar { padding: 8px; position: sticky; top: 0; z-index: 3; display: block; }
  .demo-company, .demo-user { display: none; }
  .demo-sidebar nav { margin: 0; display: flex; overflow-x: auto; }
  .demo-sidebar nav button { flex: 0 0 auto; padding: 9px 10px; }
  .demo-main { padding: 18px 11px 28px; }
  .role-switcher { margin: 0 0 18px; width: 100%; overflow-x: auto; }
  .role-switcher > span { white-space: nowrap; }
  .demo-heading { display: block; }
  .demo-heading .demo-primary { width: 100%; margin-top: 14px; }
  .demo-kpis { grid-template-columns: 1fr 1fr; }
  .demo-report-row { grid-template-columns: 1fr 70px 26px; }
  .report-date { display: none; }
  .demo-projects { grid-template-columns: 1fr; }
  .model-grid ul { grid-template-columns: 1fr; }
  .contact-section { padding: 70px 20px; grid-template-columns: 1fr; }
  body > footer { padding: 40px 20px 25px; grid-template-columns: 1fr; }
  body > footer nav { flex-wrap: wrap; }
  .two-fields, .detail-grid { grid-template-columns: 1fr; }
  .modal-head, .modal-body { padding-left: 17px; padding-right: 17px; }
  .modal-actions { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 43px; }
  .mock-metrics { grid-template-columns: 1fr 1fr 1fr; }
  .mock-table p { grid-template-columns: 20px 1fr 8px; }
  .demo-browser-bar { grid-template-columns: auto 1fr; }
  .demo-browser-bar > small { display: none; }
  .demo-kpis { grid-template-columns: 1fr; }
  .demo-filter { grid-template-columns: 1fr; }
  input, textarea, select { font-size: 16px; }
}
