:root {
  --navy-950: #071a34;
  --navy-900: #0a2347;
  --navy-800: #0d315f;
  --blue-700: #0d68b8;
  --blue-600: #147fc5;
  --cyan-500: #22b8c4;
  --teal-400: #2fd0c3;
  --ink: #10233e;
  --slate: #5c6b7e;
  --line: #dce5ed;
  --soft: #f4f8fb;
  --white: #ffffff;
  --success: #12836f;
  --warning: #b36a16;
  --danger: #ba4254;
  --shadow: 0 30px 80px rgba(8, 31, 63, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 7%, rgba(47, 208, 195, .08), transparent 24rem),
    radial-gradient(circle at 8% 0%, rgba(20, 127, 197, .06), transparent 28rem),
    #fff;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }

.page-shell { overflow: hidden; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand img { width: 185px; height: 66px; object-fit: cover; object-position: center 69%; }
.main-nav { display: flex; justify-content: center; gap: 32px; }
.main-nav a {
  color: #41536b; font-size: 14px; font-weight: 600;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--blue-700); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-500));
  box-shadow: 0 12px 28px rgba(16, 123, 181, .24);
}
.button-primary:hover { box-shadow: 0 16px 34px rgba(16, 123, 181, .32); }
.button-outline { border-color: #bed0df; background: rgba(255,255,255,.8); color: var(--navy-900); }
.button-light { color: var(--navy-950); background: white; }
.button-dark { background: var(--navy-950); color: white; }
.full { width: 100%; }

.eyebrow {
  display: flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 11px;
  color: var(--blue-700);
}
.eyebrow span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--blue-700), var(--teal-400)); }
.eyebrow.light { color: #bceff0; }
.eyebrow.light span { background: #60dfd4; }

.hero {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 70px;
  align-items: center;
  min-height: 700px;
}
.hero h1, .section-heading h2, .difference h2, .roi h2, .demo h2 {
  font-family: "Manrope", sans-serif;
  color: var(--navy-950);
  margin: 0;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(52px, 6vw, 82px); line-height: .98; margin-top: 22px; }
.hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, var(--blue-700), var(--teal-400));
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead {
  margin: 28px 0 0;
  color: var(--slate);
  font-size: 19px;
  line-height: 1.7;
  max-width: 670px;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: var(--navy-900); font-weight: 700; }
.text-link span { color: var(--cyan-500); margin-left: 6px; }
.hero-proof {
  display: flex;
  gap: 34px;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-family: "Manrope"; color: var(--navy-900); font-size: 15px; }
.hero-proof span { color: var(--slate); font-size: 12px; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 999px; filter: blur(12px); opacity: .5; }
.glow-one { width: 360px; height: 360px; background: rgba(28, 186, 196, .16); right: -60px; top: 40px; }
.glow-two { width: 280px; height: 280px; background: rgba(10, 88, 179, .13); left: 20px; bottom: 30px; }

.dashboard-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 27px;
  border-radius: 26px;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(186, 209, 224, .75);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.dashboard-card:before {
  content: "";
  position: absolute;
  width: 120px; height: 5px;
  left: 50%; top: -3px; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--blue-700), var(--teal-400));
  border-radius: 99px;
}
.dashboard-top { display: flex; align-items: start; justify-content: space-between; }
.mini-label { letter-spacing: .13em; font-weight: 800; font-size: 9px; color: #738399; }
.dashboard-top h3 { margin: 5px 0 0; font-family: "Manrope"; font-size: 22px; color: var(--navy-900); }
.status-pill {
  padding: 6px 10px; border-radius: 99px; background: #e5fbf6; color: #147d6b;
  font-size: 11px; font-weight: 800;
}
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.metric {
  display: grid; gap: 2px; padding: 16px;
  border-radius: 14px; background: #f8fafc; border: 1px solid #edf1f5;
}
.metric span { font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.metric strong { font-family: "Manrope"; font-size: 25px; color: var(--navy-900); }
.metric small { color: #8190a0; }
.metric.pass span { color: var(--success); }
.metric.review span { color: var(--warning); }
.metric.critical span { color: var(--danger); }

.insight-card {
  display: grid; grid-template-columns: 34px 1fr; gap: 12px;
  margin-top: 12px; padding: 16px;
  background: linear-gradient(135deg, #082449, #0a3564);
  color: white; border-radius: 15px;
}
.insight-icon {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px;
  background: linear-gradient(135deg, var(--blue-600), var(--teal-400));
}
.insight-card span { color: #8fdedc; font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.insight-card p { margin: 5px 0 0; font-size: 12px; line-height: 1.5; color: #dbe9f3; }

.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.score-row div { padding: 14px; border: 1px solid #edf1f5; border-radius: 12px; }
.score-row span, .score-row small { display: block; color: #718296; font-size: 10px; }
.score-row strong { font-family: "Manrope"; color: var(--navy-900); font-size: 19px; }
.score-row small { color: var(--success); margin-top: 2px; }

.agreement {
  margin-top: 15px;
  display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 12px; align-items: center;
  color: #67788c; font-size: 10px;
}
.agreement strong { color: var(--navy-900); font-size: 12px; }
.bar { height: 7px; background: #e9eef3; border-radius: 99px; overflow: hidden; }
.bar i { display: block; height: 100%; width: 96.2%; background: linear-gradient(90deg, var(--blue-600), var(--teal-400)); border-radius: 99px; }

.trust-strip {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto;
  padding: 26px 0 36px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.trust-strip p { margin: 0 0 20px; color: #8090a2; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.trust-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.trust-strip span { color: #42556d; font-size: 14px; font-weight: 700; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.narrow { max-width: 710px; }
.section-heading h2, .difference h2, .roi h2, .demo h2 { font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; margin-top: 16px; }
.section-heading p { color: var(--slate); font-size: 18px; line-height: 1.7; margin: 20px 0 0; }

.problem { padding-top: 120px; }
.before-after { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; }
.comparison {
  border-radius: var(--radius-lg); padding: 38px;
  min-height: 345px;
}
.comparison.old { background: #f4f6f8; color: #647386; }
.comparison.new {
  background: linear-gradient(145deg, #08244b, #0e3b6b);
  color: white; box-shadow: 0 28px 60px rgba(5, 34, 68, .18);
}
.comparison-tag { font-size: 10px; letter-spacing: .15em; font-weight: 800; text-transform: uppercase; }
.old .comparison-tag { color: #758599; }
.new .comparison-tag { color: #65d7d4; }
.comparison h3 { font-family: "Manrope"; font-size: 30px; margin: 12px 0 22px; color: inherit; }
.comparison ul, .price-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.comparison li { position: relative; padding-left: 24px; font-size: 15px; }
.comparison li:before { position: absolute; left: 0; content: "×"; font-weight: 800; }
.new li:before { content: "✓"; color: #5cddd2; }
.comparison-arrow {
  width: 52px; height: 52px; margin: auto; display: grid; place-items: center;
  border-radius: 99px; background: white; border: 1px solid var(--line); color: var(--blue-700);
  font-size: 22px; box-shadow: 0 8px 30px rgba(8,31,63,.08);
}

.platform { background: linear-gradient(180deg, rgba(244,248,251,.9), rgba(255,255,255,1)); width: 100%; padding-left: max(20px, calc((100% - 1180px)/2)); padding-right: max(20px, calc((100% - 1180px)/2)); }
.platform .section-heading { width: min(780px, 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  padding: 28px;
  min-height: 325px;
  border-radius: 22px;
  background: white;
  border: 1px solid #e0e8ef;
  box-shadow: 0 16px 40px rgba(12, 45, 75, .055);
}
.feature-card.feature-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 44px 1fr 220px;
  gap: 18px;
  align-items: start;
}
.feature-number { font-family: "Manrope"; font-weight: 800; color: #b2bfcb; font-size: 13px; }
.feature-card h3 { font-family: "Manrope"; margin: 7px 0 10px; color: var(--navy-900); font-size: 22px; letter-spacing: -.02em; }
.feature-card p { color: var(--slate); line-height: 1.65; margin: 0; font-size: 14px; }
.evidence-ui { padding: 16px; background: var(--soft); border-radius: 14px; border: 1px solid #e3ebf1; }
.evidence-ui .evidence-rule { display: block; color: #6d7c8d; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.evidence-ui strong { display: inline-block; margin-top: 8px; color: var(--warning); font-size: 12px; }
.evidence-ui p { font-size: 12px; margin-top: 8px; }
.timestamp { display: block; color: var(--blue-700); font-size: 11px; font-weight: 700; margin-top: 12px; }
.button-stack { display: flex; gap: 7px; margin-top: 24px; flex-wrap: wrap; }
.button-stack span { background: var(--soft); border: 1px solid #dbe5ed; padding: 8px 10px; border-radius: 8px; font-size: 11px; font-weight: 700; color: #4e6175; }
.risk-list { display: grid; margin-top: 24px; gap: 8px; }
.risk-list span { display: flex; align-items: center; padding: 10px 12px; background: var(--soft); border-radius: 9px; font-size: 12px; color: #526579; }
.risk-list b { margin-left: auto; color: var(--navy-900); }
.dot { width: 8px; height: 8px; border-radius: 99px; margin-right: 8px; }
.critical-dot { background: var(--danger); } .review-dot { background: #e6993f; } .pass-dot { background: var(--success); }
.prompt-card, .coach-note { margin-top: 22px; padding: 16px; border-left: 3px solid var(--cyan-500); background: var(--soft); color: #465b70; border-radius: 0 12px 12px 0; font-size: 12px; line-height: 1.6; }
.fail-chip { margin-top: 26px; padding: 12px; text-align: center; background: #fff2f3; border: 1px solid #f2ced4; color: var(--danger); border-radius: 10px; font-size: 12px; font-weight: 800; }
.mini-gauge { margin-top: 24px; width: 120px; height: 120px; border-radius: 50%; background: conic-gradient(var(--cyan-500) 0 96.2%, #e8eef3 96.2%); display: grid; place-content: center; text-align: center; position: relative; }
.mini-gauge:after { content:""; position:absolute; inset: 10px; border-radius:50%; background:white; }
.mini-gauge span,.mini-gauge small { position:relative; z-index:1; }
.mini-gauge span { font-family:"Manrope"; font-size:22px; font-weight:800; color:var(--navy-900); }
.mini-gauge small { color:var(--slate); }

.difference {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px)/2));
  padding-right: max(20px, calc((100% - 1180px)/2));
  background:
    radial-gradient(circle at 10% 20%, rgba(36, 200, 197, .14), transparent 26rem),
    linear-gradient(145deg, #061a35, #0b2e5b 58%, #0d446d);
  color: white;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px;
}
.difference h2 { color: white; }
.difference-copy p { color: #c8d8e6; font-size: 17px; line-height: 1.75; max-width: 540px; }
.difference-copy strong { color: white; }
.difference-copy .button { margin-top: 18px; }
.difference-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; }
.difference-list div { padding: 30px; background: rgba(7,30,60,.5); min-height: 225px; }
.difference-list span { color: #58d8d0; font: 800 12px "Manrope"; }
.difference-list h3 { font: 700 20px/1.3 "Manrope"; margin: 12px 0 9px; }
.difference-list p { color: #aec3d5; margin: 0; line-height: 1.6; font-size: 14px; }

.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-grid article { min-height: 245px; padding: 27px; border: 1px solid #dfe7ed; border-radius: 20px; position: relative; background: white; }
.step { position: absolute; right: 22px; top: 22px; color: #aebbc7; font: 800 11px "Manrope"; }
.step-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue-700), var(--teal-400)); box-shadow: 0 8px 20px rgba(19, 122, 181, .22); }
.workflow-grid h3 { font: 700 21px "Manrope"; margin: 22px 0 10px; color: var(--navy-900); }
.workflow-grid p { margin: 0; color: var(--slate); line-height: 1.65; font-size: 14px; }

.intelligence-panel {
  padding: 62px;
  border-radius: 32px;
  background: linear-gradient(145deg, #eff7f8, #f7fbfd);
  border: 1px solid #dbe8eb;
  display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center;
}
.intelligence-copy h2 { font: 800 clamp(38px, 4vw, 54px)/1.08 "Manrope"; letter-spacing: -.04em; color: var(--navy-950); margin: 16px 0; }
.intelligence-copy > p { color: var(--slate); line-height: 1.7; }
.clean-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.clean-list li { padding-left: 24px; position: relative; color: #40576c; }
.clean-list li:before { content: "✓"; position: absolute; left: 0; color: var(--cyan-500); font-weight: 900; }
.intel-feed { padding: 26px; border-radius: 20px; background: white; box-shadow: 0 20px 50px rgba(9,40,70,.08); }
.feed-title { font: 800 12px "Manrope"; color: #8190a1; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.intel-feed article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 18px 0; border-bottom: 1px solid #edf1f4; }
.intel-feed article:last-child { border: 0; padding-bottom: 2px; }
.signal-icon { width: 40px; height: 40px; border-radius: 12px; background: #e9f7f8; color: var(--blue-700); display: grid; place-items: center; font-weight: 900; }
.intel-feed strong { font: 700 14px "Manrope"; color: var(--navy-900); }
.intel-feed p { margin: 5px 0 0; color: var(--slate); font-size: 12px; line-height: 1.5; }

.industries { padding-top: 70px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-grid article { padding: 26px; border-radius: 18px; background: var(--navy-950); color: white; min-height: 240px; transition: transform .2s ease; }
.industry-grid article:hover { transform: translateY(-5px); }
.industry-grid span { font: 800 11px "Manrope"; color: #58d8d0; }
.industry-grid h3 { font: 700 20px "Manrope"; margin: 32px 0 10px; }
.industry-grid p { color: #aebfd1; font-size: 13px; line-height: 1.6; margin: 0; }

.pricing { width: 100%; max-width: none; padding-left: max(20px, calc((100% - 1180px)/2)); padding-right: max(20px, calc((100% - 1180px)/2)); background: #f6f9fb; }
.pricing .section-heading { width: min(780px, 100%); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { padding: 30px; border-radius: 24px; background: white; border: 1px solid #dce5ec; position: relative; }
.price-card.featured { border: 2px solid var(--blue-600); box-shadow: 0 24px 60px rgba(11, 92, 150, .12); }
.popular { position: absolute; left: 24px; top: -13px; background: linear-gradient(90deg, var(--blue-700), var(--cyan-500)); color: white; padding: 7px 12px; border-radius: 99px; font: 800 9px "Manrope"; letter-spacing: .12em; }
.plan-label { font: 800 11px "Manrope"; color: var(--blue-700); letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { font: 800 40px "Manrope"; color: var(--navy-950); margin: 10px 0 7px; letter-spacing: -.04em; }
.price-card h3 small { font: 500 14px "DM Sans"; color: #718195; }
.price-card > p { color: var(--slate); min-height: 62px; line-height: 1.55; font-size: 13px; }
.minute-box { display: grid; gap: 1px; padding: 16px; border-radius: 13px; background: var(--soft); margin: 20px 0 24px; }
.minute-box strong { font: 800 25px "Manrope"; color: var(--navy-900); }
.minute-box span { color: #718296; font-size: 11px; }
.price-card ul { margin-bottom: 28px; min-height: 238px; }
.price-card li { position: relative; padding-left: 21px; color: #4f6173; font-size: 13px; line-height: 1.35; }
.price-card li:before { content: "✓"; position: absolute; left: 0; color: var(--cyan-500); font-weight: 900; }
.enterprise-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 30px; align-items: center; background: linear-gradient(120deg, #fff, #eef7f8); }
.enterprise-card h3 { margin-bottom: 0; }
.enterprise-card p { min-height: 0; }
.enterprise-details { display: grid; gap: 6px; color: var(--slate); font-size: 13px; }
.enterprise-details strong { font: 800 21px "Manrope"; color: var(--navy-900); }
.pricing-note { color: #77889a; text-align: center; font-size: 11px; line-height: 1.6; max-width: 760px; margin: 24px auto 0; }

.roi-card {
  padding: 55px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 95% 10%, rgba(50, 214, 199, .2), transparent 24rem),
    linear-gradient(140deg, #071a34, #0a2b56);
}
.roi-card h2 { color: white; max-width: 740px; }
.roi-equation { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 34px 0 20px; }
.roi-equation span, .roi-equation strong { padding: 11px 14px; border-radius: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.roi-equation b { color: #5bdad1; }
.roi-equation strong { background: #e9fffd; color: var(--navy-950); }
.roi-card > p { color: #b9cadd; line-height: 1.7; max-width: 760px; margin-bottom: 0; }

.demo-card {
  padding: 60px;
  border: 1px solid #dbe5ed;
  border-radius: 30px;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center;
  box-shadow: 0 24px 70px rgba(7,31,63,.07);
}
.demo-card h2 { font-size: clamp(38px, 4vw, 55px); margin-top: 15px; }
.demo-card > div > p { color: var(--slate); font-size: 17px; line-height: 1.7; }
.demo-form { padding: 26px; background: var(--soft); border-radius: 18px; display: grid; gap: 15px; }
.demo-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; color: #52647a; text-transform: uppercase; letter-spacing: .06em; }
.demo-form input, .demo-form select { width: 100%; border: 1px solid #d5e0e8; background: white; border-radius: 10px; padding: 13px 14px; color: var(--ink); outline: none; }
.demo-form input:focus, .demo-form select:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(34,184,196,.1); }
.demo-form small { color: #8b99a8; font-size: 10px; line-height: 1.5; }

.footer {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 40px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end;
}
.footer-brand img { width: 180px; height: 64px; object-fit: cover; object-position: center 69%; }
.footer-brand p { color: #718195; font-size: 12px; margin: 0; max-width: 420px; }
.footer-links { display: flex; gap: 22px; color: #52647a; font-size: 12px; font-weight: 700; }
.copyright { grid-column: 1 / -1; color: #9aa7b3; font-size: 11px; margin: 0; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 190px 1fr; }
  .main-nav { display: none; }
  .site-header .button { justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 470px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card.feature-wide { grid-column: 1 / -1; }
  .difference { grid-template-columns: 1fr; gap: 55px; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .intelligence-panel { grid-template-columns: 1fr; gap: 45px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .enterprise-card { grid-column: auto; grid-template-columns: 1fr; }
  .price-card ul { min-height: 0; }
  .demo-card { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
  .section { width: min(100% - 28px, 1180px); padding: 78px 0; }
  .site-header { width: calc(100% - 28px); height: 78px; grid-template-columns: 1fr auto; }
  .brand img { width: 145px; height: 52px; }
  .site-header .button { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .hero { padding-top: 30px; gap: 40px; min-height: 0; }
  .hero h1 { font-size: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { gap: 18px; flex-wrap: wrap; }
  .hero-visual { min-height: 410px; }
  .dashboard-card { padding: 18px; transform: none; }
  .dashboard-top h3 { font-size: 17px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { grid-template-columns: 1fr auto; align-items: center; }
  .metric small { grid-column: 1 / -1; }
  .score-row { display: none; }
  .agreement { grid-template-columns: 1fr auto; }
  .agreement .bar { grid-column: 1 / -1; grid-row: 2; }
  .before-after { grid-template-columns: 1fr; gap: 16px; }
  .comparison-arrow { transform: rotate(90deg); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.feature-wide { grid-column: auto; display: block; }
  .feature-card.feature-wide .evidence-ui { margin-top: 22px; }
  .difference { padding-left: 14px; padding-right: 14px; }
  .difference-list { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .intelligence-panel { padding: 30px 22px; }
  .industry-grid { grid-template-columns: 1fr; }
  .pricing { padding-left: 14px; padding-right: 14px; }
  .roi-card { padding: 34px 24px; }
  .demo-card { padding: 30px 22px; }
  .footer { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: no-preference) {
  .dashboard-card { animation: float 6s ease-in-out infinite; }
  @keyframes float {
    0%, 100% { transform: rotate(1.2deg) translateY(0); }
    50% { transform: rotate(.3deg) translateY(-8px); }
  }
}
