:root {
  --navy: #062b43;
  --navy-deep: #031f31;
  --navy-soft: #0d405c;
  --green: #12b886;
  --green-dark: #07966b;
  --green-pale: #ddf7ee;
  --amber: #f6b73c;
  --red: #ef5b3f;
  --cream: #f6f3eb;
  --paper: #fdfcf8;
  --ink: #102a3a;
  --muted: #637580;
  --line: #dfe6e5;
  --white: #fff;
  --shadow: 0 24px 60px rgba(3, 31, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }

.announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 24px;
  color: #d7ebe6;
  background: var(--navy-deep);
  font-size: 12px;
  font-weight: 600;
}
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(18,184,134,.15); }
.announcement a { margin-left: 5px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.35); }

.site-header {
  height: 82px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 21px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; border-radius: 50%; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark svg circle { fill: none; stroke: var(--navy); stroke-width: 3; }
.gauge-good { fill: var(--green); }.gauge-mid { fill: var(--amber); }.gauge-bad { fill: var(--red); }
.gauge-needle { fill: var(--navy); }.gauge-handle { stroke: var(--navy); stroke-width: 4; stroke-linecap: round; }
.desktop-nav { display: flex; gap: 31px; margin-left: 70px; }
.desktop-nav a { color: #38515f; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button {
  border: 0;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--navy); box-shadow: 0 8px 20px rgba(6,43,67,.16); }
.button-primary { color: #012c24; background: var(--green); box-shadow: 0 10px 24px rgba(18,184,134,.22); }
.button-primary:hover { background: #19c895; }
.button-ghost { color: var(--navy); background: transparent; }
.button-outline { border: 1px solid #cdd9d9; color: var(--navy); background: var(--white); }
.button-large { min-height: 52px; padding: 0 25px; font-size: 14px; }
.button-large svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.full-width { width: 100%; }
.menu-button, .mobile-nav { display: none; }

.hero {
  min-height: 700px;
  padding: 72px max(32px, calc((100vw - 1216px) / 2)) 84px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 76% 48%, rgba(18,184,134,.16), transparent 29%),
    linear-gradient(145deg, #f9f7f0 0%, #f2f6ef 100%);
}
.hero::before { content: ""; position: absolute; width: 260px; height: 260px; left: -130px; top: 90px; border: 1px solid rgba(6,43,67,.08); border-radius: 50%; box-shadow: 0 0 0 50px rgba(6,43,67,.025), 0 0 0 100px rgba(6,43,67,.018); }
.hero-copy { max-width: 570px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--green); }
.eyebrow.light { color: #83ddc4; }
.hero h1 { margin-bottom: 26px; color: var(--navy); font-size: clamp(56px, 6vw, 83px); line-height: .99; letter-spacing: -5px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 525px; margin-bottom: 31px; color: #506773; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { border: 0; padding: 5px 0; color: var(--navy); background: transparent; font-size: 14px; font-weight: 700; border-bottom: 1px solid #aebdbe; }
.text-link span { margin-left: 8px; }
.trust-row { display: flex; align-items: center; gap: 12px; margin-top: 42px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--paper); border-radius: 50%; color: var(--white); background: var(--navy-soft); font-size: 9px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: #a65c3b; }.avatar-stack span:nth-child(2) { background: #ad7e46; }.avatar-stack span:nth-child(3) { background: #47695e; }.avatar-stack span:last-child { background: var(--green); color: var(--navy); }
.trust-row strong { display: block; color: var(--navy); font-size: 13px; }
.trust-row small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }
.trust-divider { width: 1px; height: 30px; margin: 0 8px; background: #ccd6d5; }
.rating span { display: block; color: var(--amber); font-size: 10px; letter-spacing: 1px; }

.hero-visual { min-height: 565px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 510px; height: 510px; position: absolute; border-radius: 50%; border: 1px solid rgba(6,43,67,.08); box-shadow: 0 0 0 44px rgba(6,43,67,.025), 0 0 0 88px rgba(6,43,67,.017); }
.phone-frame { width: 276px; height: 558px; padding: 12px 17px 13px; position: relative; z-index: 3; border: 8px solid #092e44; border-radius: 39px; background: #fbfcf8; box-shadow: 0 35px 70px rgba(4,34,51,.24); transform: rotate(2.5deg); }
.phone-frame::after { content: ""; width: 85px; height: 18px; position: absolute; left: 50%; top: 4px; transform: translateX(-50%); border-radius: 20px; background: #092e44; }
.phone-top { height: 26px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 8px; font-weight: 700; }
.phone-top i { width: 70px; }
.phone-brand { display: flex; align-items: center; gap: 6px; margin: 6px 0 20px; }
.phone-brand strong { color: var(--navy); font-size: 12px; }.phone-brand button { margin-left: auto; border: 0; background: none; }
.mini-logo { width: 18px; height: 18px; border: 3px solid var(--navy); border-radius: 50%; position: relative; }
.mini-logo::before { content: ""; position: absolute; width: 8px; height: 3px; left: 5px; top: 6px; transform: rotate(-43deg); background: var(--red); }
.phone-greeting small { color: #798a91; font-size: 8px; }.phone-greeting h3 { margin: 3px 0 12px; color: var(--navy); font-size: 14px; line-height: 1.35; letter-spacing: -.3px; }
.phone-search { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid #dce5e2; border-radius: 8px; background: #fff; }
.phone-search span { width: 9px; height: 9px; border: 1.5px solid #819198; border-radius: 50%; position: relative; }.phone-search span::after { content: ""; width: 4px; height: 1px; position: absolute; right: -3px; bottom: -1px; transform: rotate(45deg); background: #819198; }
.phone-search p { margin: 0; color: #95a2a6; font-size: 8px; }
.scan-card { min-height: 68px; display: flex; align-items: center; gap: 10px; margin: 12px 0 16px; padding: 10px; border-radius: 10px; color: var(--white); background: var(--navy); }
.scan-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 8px; background: var(--green); }
.scan-icon svg { width: 20px; fill: none; stroke: var(--navy); stroke-width: 1.6; }
.scan-card div:nth-child(2) { flex: 1; }.scan-card strong { display: block; font-size: 9px; }.scan-card small { display: block; margin-top: 3px; color: #c7d8df; font-size: 7px; }
.phone-section-title { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 8px; }.phone-section-title small { color: var(--green-dark); }
.price-mini-card { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; margin-bottom: 7px; padding: 7px; border: 1px solid #e2e8e5; border-radius: 8px; background: #fff; }
.product-thumb { width: 34px; height: 34px; border-radius: 6px; background: linear-gradient(135deg,#e4d3a3,#9c7134); }
.product-thumb.phone { background: linear-gradient(145deg,#d7e2e4,#657d85); }
.price-mini-card strong { display: block; color: var(--navy); font-size: 8px; }.price-mini-card small { color: #849298; font-size: 6px; }.price-mini-card div:last-child { text-align: right; }
.trend-down, .trend-up { display: block; margin-top: 2px; font-size: 6px; }.trend-down { color: var(--green-dark); }.trend-up { color: var(--red); }
.phone-nav { position: absolute; left: 12px; right: 12px; bottom: 11px; display: flex; justify-content: space-around; padding-top: 10px; border-top: 1px solid #e5e9e7; color: #8a989c; font-size: 6px; }.phone-nav .active { color: var(--green-dark); font-weight: 700; }
.floating-verdict, .floating-score { position: absolute; z-index: 5; display: flex; align-items: center; border: 1px solid rgba(6,43,67,.08); background: rgba(255,255,255,.94); box-shadow: 0 18px 38px rgba(5,40,60,.15); backdrop-filter: blur(10px); }
.floating-verdict { left: 3%; top: 21%; gap: 11px; padding: 13px 17px; border-radius: 12px; animation: float 5s ease-in-out infinite; }
.verdict-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); font-weight: 800; }
.floating-verdict small, .floating-score small { display: block; color: #839197; font-size: 7px; letter-spacing: 1px; }.floating-verdict strong, .floating-score strong { display: block; margin: 2px 0; color: var(--navy); font-size: 11px; }.floating-verdict p { margin: 0; color: var(--green-dark); font-size: 8px; }
.floating-score { right: -1%; bottom: 17%; gap: 10px; padding: 12px 15px; border-radius: 12px; animation: float 5s 1.2s ease-in-out infinite; }
.score-ring { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--green) 0 92%, #dfe8e5 92%); position: relative; }.score-ring::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }.score-ring span { position: relative; z-index: 1; color: var(--navy); font-size: 11px; font-weight: 800; }
.market-orbit { position: absolute; z-index: 2; padding: 7px 11px; border: 1px solid #d6e2de; border-radius: 20px; color: #60767f; background: rgba(255,255,255,.75); font-size: 8px; font-weight: 700; }
.orbit-one { right: 8%; top: 9%; }.orbit-two { left: 3%; bottom: 8%; }.orbit-three { right: 4%; top: 49%; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.credibility-strip { min-height: 112px; padding: 25px max(32px, calc((100vw - 1216px) / 2)); display: grid; grid-template-columns: 1.3fr repeat(4,1fr); align-items: center; gap: 30px; color: #d0dce1; background: var(--navy); }
.credibility-strip p { margin: 0; color: #8eabb9; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.credibility-strip div { border-left: 1px solid rgba(255,255,255,.11); padding-left: 26px; }
.credibility-strip strong { display: block; color: var(--white); font-family: "Manrope"; font-size: 23px; }.credibility-strip span { color: #8eabb9; font-size: 10px; }

.section { padding: 110px max(32px, calc((100vw - 1160px) / 2)); }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 16px; color: var(--navy); font-size: clamp(38px,4vw,54px); line-height: 1.1; letter-spacing: -2.7px; }
.section-heading p { max-width: 600px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.centered { max-width: 730px; margin-left: auto; margin-right: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { margin-left: auto; margin-right: auto; }
.scanner-section { background: var(--paper); }
.scanner-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: 28px; }
.upload-panel, .analysis-panel { min-height: 470px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 12px 40px rgba(6,43,67,.06); }
.upload-panel { padding: 25px; }
.upload-zone { height: 345px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed #a9c0ba; border-radius: 12px; background: #f8fbf8; text-align: center; transition: border .2s, background .2s, transform .2s; outline: 0; }
.upload-zone:hover, .upload-zone.dragging { border-color: var(--green); background: #f0faf5; transform: translateY(-2px); }
.upload-zone.loading { pointer-events: none; }
.upload-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); }
.upload-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.upload-zone h3 { margin-bottom: 7px; color: var(--navy); font-size: 16px; }.upload-zone p { margin-bottom: 21px; color: var(--muted); font-size: 12px; }.upload-zone small { color: #99a6a9; font-size: 9px; }
.privacy-note { display: flex; align-items: center; gap: 12px; padding: 19px 8px 0; }.privacy-note svg { width: 23px; fill: none; stroke: var(--green-dark); stroke-width: 1.5; }.privacy-note strong, .privacy-note span { display: block; }.privacy-note strong { color: var(--navy); font-size: 11px; }.privacy-note span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.analysis-panel { padding: 28px; }
.analysis-top { display: flex; align-items: center; justify-content: space-between; }.analysis-top small { color: var(--green-dark); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }.analysis-top h3 { margin: 4px 0 0; color: var(--navy); font-size: 19px; }.analysis-status { padding: 5px 9px; border-radius: 20px; color: var(--green-dark); background: var(--green-pale); font-size: 8px; font-weight: 700; }
.invoice-meta { display: flex; gap: 17px; padding: 12px 0 21px; color: #809096; font-size: 9px; }
.invoice-row { min-height: 62px; display: grid; grid-template-columns: 1fr 90px 65px; align-items: center; gap: 10px; border-top: 1px solid #e7ecea; color: var(--navy); font-size: 11px; }.invoice-row strong, .invoice-row small { display: block; }.invoice-row small { margin-top: 3px; color: #809096; font-size: 8px; }.invoice-header { min-height: 28px; border: 0; color: #8b999c; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.pill { width: fit-content; padding: 4px 8px; border-radius: 20px; font-size: 8px; font-weight: 700; }.pill-high { color: #bc3f2a; background: #fce7e3; }.pill-fair { color: var(--green-dark); background: var(--green-pale); }
.analysis-verdict { display: flex; align-items: center; gap: 13px; margin: 18px 0; padding: 13px 15px; border-radius: 9px; background: #fff6e5; }.verdict-gauge { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #915f00; border: 5px solid var(--amber); font-weight: 800; }.analysis-verdict small { color: #9b771d; font-size: 7px; letter-spacing: .8px; }.analysis-verdict strong { display: block; margin: 3px 0; color: var(--navy); font-size: 11px; }.analysis-verdict p { margin: 0; color: #7f7357; font-size: 8px; }

.price-section { color: var(--white); background: var(--navy-deep); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.split-heading h2 { color: var(--white); }.split-heading > p { max-width: 400px; margin-bottom: 5px; color: #91a9b5; }
.price-search-wrap { min-height: 64px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; padding: 7px 7px 7px 21px; border-radius: 10px; background: var(--white); }
.price-search-wrap svg { width: 21px; fill: none; stroke: #7d8d92; stroke-width: 1.5; }.price-search-wrap input { width: 100%; border: 0; outline: 0; color: var(--navy); font-size: 14px; }.price-search-wrap .button { min-height: 49px; }
.category-tabs { display: flex; gap: 8px; margin: 24px 0; overflow-x: auto; padding-bottom: 2px; }.category-tabs button { white-space: nowrap; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; padding: 8px 14px; color: #9db1ba; background: transparent; font-size: 10px; font-weight: 700; }.category-tabs button.active { border-color: var(--green); color: var(--navy-deep); background: var(--green); }
.market-table-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.035); }
.table-header, .price-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr .8fr; align-items: center; gap: 20px; padding: 0 24px; }
.table-header { min-height: 42px; color: #78919d; background: rgba(255,255,255,.03); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.price-row { min-height: 76px; border-top: 1px solid rgba(255,255,255,.09); transition: background .2s; }.price-row:hover { background: rgba(255,255,255,.04); }.price-row strong { display: block; font-size: 12px; }.price-row small { display: block; margin-top: 4px; color: #78919d; font-size: 8px; }.price-row .price-value { font-size: 14px; }.trend-line { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 9px; }.trend-line svg { width: 68px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }.trend-line.up { color: #ff826a; }
.confidence { display: flex; align-items: center; gap: 8px; color: #a9bbc3; font-size: 9px; }.confidence i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(18,184,134,.1); }.confidence.medium i { background: var(--amber); box-shadow: 0 0 0 4px rgba(246,183,60,.1); }
.table-note { margin: 18px 0 0; color: #718c98; font-size: 9px; text-align: center; }

.dark-text h2 { color: var(--navy); }.dark-text > p { color: var(--muted); }
.vendor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.vendor-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); transition: transform .25s, box-shadow .25s; }.vendor-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.vendor-cover { height: 138px; padding: 15px; display: flex; align-items: flex-start; justify-content: flex-end; background-size: cover; background-position: center; }
.cover-tech { background: linear-gradient(135deg,rgba(6,43,67,.12),rgba(18,184,134,.16)), repeating-linear-gradient(90deg,#a7bec4 0 12px,#cbd9d9 12px 25px); }
.cover-food { background: linear-gradient(145deg,rgba(174,113,30,.2),rgba(53,91,50,.28)), repeating-radial-gradient(circle at 20% 50%,#d6a956 0 9px,#67885c 10px 18px); }
.cover-auto { background: linear-gradient(145deg,rgba(6,43,67,.2),rgba(205,89,49,.2)), repeating-linear-gradient(45deg,#85979a 0 15px,#c8d1d0 15px 30px); }
.vendor-cover span { padding: 5px 8px; border-radius: 3px; color: var(--navy); background: var(--green); font-size: 7px; font-weight: 800; letter-spacing: .8px; }
.vendor-body { padding: 20px; }.vendor-title { display: flex; justify-content: space-between; gap: 10px; }.vendor-title h3 { margin-bottom: 4px; color: var(--navy); font-size: 15px; }.vendor-title p { margin: 0; color: var(--muted); font-size: 9px; }
.score-badge { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border: 5px solid; border-radius: 50%; font-family: "Manrope"; font-size: 12px; font-weight: 800; }.score-badge.excellent { color: var(--green-dark); border-color: var(--green); }.score-badge.good { color: #4a916e; border-color: #76c79d; }.score-badge.fair { color: #b1780d; border-color: var(--amber); }
.vendor-tags { display: flex; gap: 6px; margin: 18px 0; }.vendor-tags span { padding: 5px 8px; border-radius: 4px; color: #55716a; background: #edf5f1; font-size: 8px; }
.vendor-meta { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid #e7ecea; color: #809095; font-size: 9px; }.vendor-meta b { color: var(--navy); }
.vendor-button { margin-top: 5px; }.center-action { margin-top: 34px; text-align: center; }.dark-link { color: var(--navy); }

.how-section { padding: 105px max(32px, calc((100vw - 1160px) / 2)); background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #d8dfdc; border: 1px solid #d8dfdc; border-radius: 13px; overflow: hidden; }
.steps-grid article { min-height: 300px; padding: 32px; position: relative; background: var(--paper); }.step-number { position: absolute; right: 25px; top: 23px; color: #d4ddda; font-family: "Manrope"; font-size: 28px; font-weight: 800; }.step-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 15px 0 40px; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); font-size: 10px; font-weight: 800; text-transform: uppercase; }.steps-grid h3 { margin-bottom: 13px; color: var(--navy); font-size: 18px; }.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.business-section { padding: 105px max(32px, calc((100vw - 1160px) / 2)); background: var(--paper); }
.business-card { min-height: 485px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 20px; background: var(--navy); box-shadow: var(--shadow); }
.business-copy { padding: 67px 60px; background: radial-gradient(circle at 0 100%,rgba(18,184,134,.2),transparent 40%); }.business-copy h2 { margin-bottom: 22px; color: var(--white); font-size: 44px; line-height: 1.12; letter-spacing: -2.2px; }.business-copy p { max-width: 460px; color: #9eb3bd; font-size: 14px; line-height: 1.7; }.business-actions { display: flex; align-items: center; gap: 25px; margin-top: 29px; }.light-link { color: var(--white); border-color: #587383; }
.business-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 55px; background: rgba(1,22,35,.35); }.business-metrics > div { min-height: 150px; padding: 24px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03); }.business-metrics span { color: #6e909f; font-size: 8px; letter-spacing: 1px; }.business-metrics strong { display: block; margin: 15px 0 4px; color: var(--white); font-family: "Manrope"; font-size: 25px; }.business-metrics small { color: #7995a1; font-size: 8px; }.sparkline { width: 90px; height: 38px; position: absolute; right: 12px; bottom: 12px; opacity: .7; background: linear-gradient(160deg,transparent 45%,var(--green) 46% 49%,transparent 50%) 0 0/22px 18px; }
.sparkline.two { transform: scaleY(-1); background-image: linear-gradient(160deg,transparent 45%,var(--red) 46% 49%,transparent 50%); }.sparkline.three { transform: skewY(-7deg); }.sparkline.four { opacity: .4; }

.cta-section { min-height: 480px; padding: 95px 24px; position: relative; overflow: hidden; text-align: center; background: var(--cream); }.cta-section::before, .cta-section::after { content: ""; width: 340px; height: 340px; position: absolute; border: 1px solid rgba(6,43,67,.06); border-radius: 50%; }.cta-section::before { left: -140px; bottom: -180px; box-shadow: 0 0 0 55px rgba(6,43,67,.018),0 0 0 110px rgba(6,43,67,.012); }.cta-section::after { right: -170px; top: -170px; box-shadow: 0 0 0 55px rgba(6,43,67,.018); }
.cta-mark { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: var(--navy); background: var(--green); font-family: "Manrope"; font-weight: 800; }.cta-section h2 { margin-bottom: 18px; color: var(--navy); font-size: 48px; line-height: 1.15; letter-spacing: -2.4px; }.cta-section p { margin-bottom: 27px; color: var(--muted); font-size: 14px; }

footer { padding: 66px max(32px, calc((100vw - 1160px) / 2)) 25px; color: #9bb0b9; background: var(--navy-deep); }.footer-top { display: grid; grid-template-columns: 1.7fr .8fr .8fr 1.2fr; gap: 60px; padding-bottom: 55px; }.brand.inverted { color: var(--white); }.brand.inverted .brand-mark { border: 4px solid var(--green); position: relative; }.brand.inverted .brand-mark::after { content: ""; width: 10px; height: 3px; position: absolute; left: 11px; top: 11px; transform: rotate(-40deg); background: var(--red); }.footer-brand p { max-width: 230px; margin: 18px 0 0; font-size: 11px; line-height: 1.7; }.footer-column { display: flex; flex-direction: column; gap: 13px; }.footer-column strong { margin-bottom: 6px; color: var(--white); font-size: 11px; }.footer-column a, .footer-column button, .footer-column p { border: 0; padding: 0; color: #859da8; background: none; font-size: 10px; text-align: left; }.footer-column a:hover, .footer-column button:hover { color: var(--green); }.footer-column p { line-height: 1.55; }
.footer-column form { height: 40px; display: flex; border: 1px solid #315064; border-radius: 6px; overflow: hidden; }.footer-column input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 10px; }.footer-column form button { width: 42px; color: var(--navy); background: var(--green); font-size: 17px; text-align: center; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom button { border: 0; padding: 0; color: #859da8; background: none; font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(2,23,36,.75); backdrop-filter: blur(7px); }.modal-backdrop[hidden] { display: none; }.modal { width: min(480px,100%); max-height: 90vh; overflow-y: auto; padding: 35px; position: relative; border-radius: 16px; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.25); animation: modalIn .25s ease-out; }.modal-close { position: absolute; right: 17px; top: 14px; border: 0; color: #819097; background: none; font-size: 25px; }.modal-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: var(--navy); background: var(--green-pale); font-size: 11px; font-weight: 800; }.modal h2 { margin-bottom: 9px; color: var(--navy); font-size: 26px; }.modal > p { color: var(--muted); font-size: 13px; line-height: 1.55; }.modal label { display: block; margin-top: 15px; color: var(--navy); font-size: 10px; font-weight: 700; }.modal input, .modal textarea { width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid #d9e2df; border-radius: 7px; outline: none; color: var(--navy); background: #fbfcfa; font-size: 12px; }.modal textarea { resize: vertical; }.modal form .button { margin-top: 19px; }.vendor-profile { padding-top: 10px; }.vendor-profile .profile-score { width: 92px; height: 92px; display: grid; place-items: center; margin: 10px auto 22px; border: 9px solid var(--green); border-radius: 50%; color: var(--navy); font-family: "Manrope"; font-size: 26px; font-weight: 800; }.vendor-profile ul { padding: 0; list-style: none; }.vendor-profile li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #e7ecea; color: var(--muted); font-size: 11px; }.vendor-profile li strong { color: var(--navy); }
.toast { min-width: 260px; max-width: 420px; position: fixed; z-index: 150; left: 50%; bottom: -100px; transform: translateX(-50%); padding: 13px 18px; border-radius: 8px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); font-size: 11px; text-align: center; transition: bottom .3s ease; }.toast.show { bottom: 24px; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } }

@media (max-width: 980px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-radius: 8px; background: #eef3f0; }
  .menu-button span { width: 18px; height: 2px; background: var(--navy); transition: transform .2s; }
  .mobile-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-nav.open { display: flex; }.mobile-nav a { font-size: 14px; font-weight: 600; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-copy { margin: 0 auto; }.hero-actions, .trust-row { justify-content: center; }.hero-visual { margin-top: 15px; }
  .credibility-strip { grid-template-columns: repeat(4,1fr); }.credibility-strip p { grid-column: 1/-1; text-align: center; }
  .scanner-grid, .business-card { grid-template-columns: 1fr; }.vendor-grid { grid-template-columns: repeat(2,1fr); }.vendor-card:last-child { grid-column: 1/-1; max-width: calc(50% - 11px); margin: auto; }
  .business-metrics { padding: 35px; }.footer-top { grid-template-columns: 1.4fr 1fr 1fr; }.footer-column:last-child { grid-column: 1/-1; max-width: 450px; }
}

@media (max-width: 680px) {
  .announcement { font-size: 10px; }.announcement a { display: none; }
  .site-header { height: 70px; padding: 0 20px; }
  .hero { min-height: auto; padding: 50px 20px 70px; gap: 35px; }.hero h1 { font-size: 49px; letter-spacing: -3.5px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; gap: 18px; }.trust-row { flex-wrap: wrap; }.trust-divider { display: none; }
  .hero-visual { min-height: 520px; transform: scale(.89); margin: -15px -35px; }.floating-verdict { left: 0; }.floating-score { right: -2%; }.market-orbit { display: none; }
  .credibility-strip { grid-template-columns: repeat(2,1fr); padding: 27px 24px; }.credibility-strip div { padding-left: 18px; }.credibility-strip p { grid-column: 1/-1; }
  .section, .how-section, .business-section { padding: 78px 20px; }.section-heading { margin-bottom: 36px; }.section-heading h2 { font-size: 38px; letter-spacing: -2px; }.split-heading { display: block; }.split-heading > p { margin-top: 20px; }
  .scanner-grid { gap: 18px; }.upload-panel, .analysis-panel { min-height: auto; padding: 18px; }.upload-zone { height: 300px; }
  .invoice-row { grid-template-columns: 1fr 72px 48px; }.analysis-verdict { align-items: flex-start; }
  .price-search-wrap { grid-template-columns: 20px 1fr; padding: 13px 15px; }.price-search-wrap .button { grid-column: 1/-1; }
  .table-header { display: none; }.price-row { grid-template-columns: 1.3fr 1fr; gap: 10px; padding: 16px; }.price-row .trend-line, .price-row .confidence { margin-top: 3px; }
  .vendor-grid, .steps-grid { grid-template-columns: 1fr; }.vendor-card:last-child { grid-column: auto; max-width: none; }.steps-grid { gap: 1px; }
  .business-copy { padding: 48px 25px; }.business-copy h2 { font-size: 36px; }.business-actions { align-items: flex-start; flex-direction: column; }.business-metrics { padding: 20px; }.business-metrics > div { min-height: 135px; padding: 17px; }.business-metrics strong { font-size: 21px; }
  .cta-section h2 { font-size: 39px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.footer-brand, .footer-column:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 16px; }.footer-bottom div { flex-wrap: wrap; }
}

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

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 10%, rgba(18,184,134,.16), transparent 28%),
    linear-gradient(145deg, #f9f7f0 0%, #f2f6ef 100%);
}
.legal-wrap {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}
.legal-wrap > .brand {
  margin-bottom: 28px;
}
.legal-card {
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.legal-card h1 {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: -2.5px;
}
.legal-card h2 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-size: 18px;
}
.legal-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.legal-kicker {
  color: var(--green-dark) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.legal-card .button {
  margin-top: 18px;
}
.thank-you-card {
  text-align: center;
}

/* Launch-ready private beta */
.announcement { min-height: 44px; padding: 10px 22px; flex-wrap: wrap; text-align: center; }
.announcement strong { color: var(--green); letter-spacing: .6px; }
.beta-hero { min-height: 710px; }.beta-hero h1 { font-size: clamp(55px,6vw,82px); }.beta-hero .hero-lead strong { color: var(--navy); }.beta-status { margin-top: 34px; }
.launch-card-wrap { min-height: 550px; }.launch-card { width: min(480px,92%); padding: 38px; position: relative; z-index: 2; border: 1px solid #dce7e2; border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: 0 30px 80px rgba(6,43,67,.16); }.launch-card h2 { margin: 13px 0 24px; color: var(--navy); font-size: 30px; }
.demo-label { display: inline-block; padding: 6px 9px; border-radius: 4px; color: var(--navy); background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: 1px; }.launch-checks { display: grid; gap: 7px; margin-bottom: 24px; }.launch-checks>div { display: flex; gap: 14px; padding: 13px; border-radius: 9px; background: #f4f8f5; }.launch-checks b { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: var(--green-pale); font-size: 9px; }.launch-checks strong,.launch-checks small { display: block; }.launch-checks strong { color: var(--navy); font-size: 13px; }.launch-checks small { margin-top: 3px; color: var(--muted); font-size: 10px; }.micro-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; text-align: center; }.micro-note a { color: var(--navy); text-decoration: underline; }.beta-strip strong { font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.service-grid article { min-height: 260px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s,box-shadow .2s; }.service-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.service-grid article>span { color: #8aa198; font-size: 10px; font-weight: 800; }.service-grid h3 { margin: 45px 0 12px; color: var(--navy); font-size: 20px; }.service-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }.service-grid a { margin-top: auto; color: var(--navy); font-size: 11px; font-weight: 800; }.four-steps { grid-template-columns: repeat(4,1fr); }
.review-form { width: min(920px,100%); margin: 0 auto; padding: 40px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.review-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 11px; font-weight: 700; }.review-form input,.review-form select,.review-form textarea,.waitlist-form input,.waitlist-form select { width: 100%; margin-top: 7px; padding: 14px; border: 1px solid #ccd9d4; border-radius: 7px; outline: none; color: var(--navy); background: #fbfcfa; font: inherit; font-size: 12px; }.review-form input:focus,.review-form select:focus,.review-form textarea:focus,.waitlist-form input:focus,.waitlist-form select:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(92,225,160,.18); }.review-form textarea { resize: vertical; }.file-label { padding: 18px; border: 1px dashed #9fb8ae; border-radius: 9px; background: #f6faf7; }.file-label small { display: block; margin-top: 8px; color: var(--muted); font-weight: 400; }.consent-check { display: flex!important; gap: 10px; align-items: flex-start; }.consent-check input { width: auto; margin: 2px 0 0; }.consent-check span { color: var(--muted); font-weight: 400; line-height: 1.6; }.consent-check a { color: var(--navy); text-decoration: underline; }.form-note { margin: 15px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.demo-section { padding-top: 90px; }.demo-warning { margin: 28px 0; padding: 16px 20px; display: flex; gap: 18px; border: 1px solid rgba(92,225,160,.45); border-radius: 8px; color: #d9eee4; background: rgba(92,225,160,.08); font-size: 11px; }.demo-warning strong { flex: 0 0 auto; color: var(--green); }.demo-report-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.demo-report-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.06); }.demo-report-grid h3 { margin: 22px 0 10px; color: #fff; }.demo-report-grid p { color: #b9c9cf; font-size: 11px; line-height: 1.6; }.demo-report-grid .demo-amount { color: var(--green); font-family: Manrope; font-size: 20px; font-weight: 800; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.pricing-grid article { padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.pricing-grid h3 { color: var(--navy); font-size: 17px; }.pricing-grid p { min-height: 58px; color: var(--muted); font-size: 11px; line-height: 1.6; }.pricing-grid strong { margin: 15px 0 22px; color: var(--navy); font-family: Manrope; font-size: 20px; }.pricing-grid .button { margin-top: auto; }.pricing-disclaimer { margin: 25px auto 0; color: var(--muted); font-size: 10px; text-align: center; }
.split-audience { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }.audience-copy h2 { margin: 18px 0; color: var(--navy); font-size: 48px; line-height: 1.1; }.audience-copy>p,.audience-panel p { color: var(--muted); font-size: 13px; line-height: 1.7; }.feature-list { margin: 25px 0 30px; padding: 0; list-style: none; }.feature-list li { padding: 10px 0 10px 28px; position: relative; color: var(--navy); font-size: 12px; }.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 800; }.audience-panel { padding: 40px; border-radius: 17px; color: #fff; background: var(--navy); }.audience-panel h3 { margin: 22px 0 12px; font-size: 28px; }.audience-panel p { color: #bed0d8; }
.diaspora-section { background: var(--navy); }.diaspora-section h2,.diaspora-section .section-heading p { color: #fff; }.diaspora-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }.diaspora-grid span { padding: 13px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 40px; color: #e3eeeb; background: rgba(255,255,255,.06); font-size: 12px; }.diaspora-section .center-action { margin-top: 38px; }.pilot-card { align-items: center; }.partner-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.partner-list span { padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: #fff; background: rgba(255,255,255,.06); font-size: 12px; }
.waitlist-form { width: min(900px,100%); margin: 30px auto 12px; display: grid; grid-template-columns: 1fr 1.2fr 1.3fr auto; gap: 10px; }.waitlist-form input,.waitlist-form select { margin: 0; background: #fff; }.waitlist-note { color: #8aa198; }.waitlist-note a { color: var(--navy); text-decoration: underline; }
@media (max-width:1000px) { .service-grid,.four-steps { grid-template-columns: repeat(2,1fr); }.pricing-grid { grid-template-columns: repeat(2,1fr); }.split-audience { gap: 35px; }.waitlist-form { grid-template-columns: 1fr 1fr; } }
@media (max-width:700px) { .announcement { font-size: 9px; }.beta-hero { padding-top: 42px; }.launch-card-wrap { min-height: auto; margin: 0; transform: none; }.launch-card { width: 100%; padding: 25px; }.beta-status { gap: 16px; }.service-grid,.four-steps,.pricing-grid,.demo-report-grid,.split-audience { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; gap: 0; }.review-form { padding: 24px 18px; }.demo-warning { align-items: flex-start; flex-direction: column; }.audience-copy h2 { font-size: 38px; }.audience-panel { padding: 28px; }.partner-list,.waitlist-form { grid-template-columns: 1fr; }.pricing-grid article p { min-height: auto; } }
