:root { color-scheme: light; --ink: #182b43; --muted: #5b6c80; --blue: #2869c7; --line: #dce5ef; --paper: #f5f8fb; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
h1, h2, p { margin-top: 0; }
.page-width { width: min(1060px, calc(100% - 64px)); margin-inline: auto; }
.hero { text-align: center; padding: 72px 24px 76px; background: radial-gradient(ellipse at 50% 100%, #e5effa 0, transparent 65%), #f5f8fb; border-bottom: 1px solid #e9eff6; }
.brand { font-size: 15px; font-weight: 750; letter-spacing: -.02em; margin-bottom: 28px; }
h1 { margin-bottom: 22px; font-size: clamp(36px, 4.7vw, 60px); line-height: 1.12; letter-spacing: -.045em; font-weight: 760; }
h1 span { color: var(--blue); }
.hero-summary { max-width: 520px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 46px; padding: 12px 20px; border-radius: 7px; background: var(--blue); color: white; font-size: 14px; font-weight: 650; text-decoration: none; transition: background .15s; }
.primary-action:hover { background: #1d54a2; }
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-block: 48px; border-bottom: 1px solid var(--line); }
figure { margin: 0; padding-left: 22px; border-left: 2px solid #c9dcf5; }
blockquote { margin: 0 0 20px; font-size: 18px; line-height: 1.5; letter-spacing: -.015em; }
figcaption { display: flex; align-items: center; gap: 10px; }
figcaption img { object-fit: contain; }
figcaption strong { display: block; font-size: 12px; font-weight: 650; margin-bottom: 4px; }
figcaption a { color: var(--muted); font-size: 11px; text-decoration: none; }
figcaption a:hover { text-decoration: underline; }
.features { padding-block: 88px 104px; display: grid; gap: 104px; }
.feature { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; gap: 72px; }
.eyebrow { color: var(--blue); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
h2 { font-size: clamp(27px, 3vw, 36px); line-height: 1.2; letter-spacing: -.035em; margin-bottom: 18px; font-weight: 720; }
.feature-copy > p:not(.eyebrow) { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 0; }
.feature-copy .primary-action { margin-top: 24px; }
.visual { min-width: 0; border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: var(--paper); }
.source-tags { display: flex; flex-wrap: wrap; gap: 7px; padding-bottom: 24px; }
.source-tags span { background: white; border: 1px solid var(--line); padding: 6px 9px; border-radius: 5px; color: var(--muted); font-size: 11px; }
.pipeline ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.pipeline li { display: flex; align-items: center; gap: 14px; }
.step { display: grid; place-items: center; flex: 0 0 32px; height: 32px; background: #e1edfc; color: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 700; }
.visual strong { font-size: 13px; font-weight: 650; }
.visual p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 5px 0 0; }
.visual-heading { margin-bottom: 23px; }
.visual-heading > span { display: block; font-size: 11px; color: var(--muted); margin-top: 6px; }
.signal-row { display: flex; gap: 12px; align-items: center; background: #fff; padding: 13px; margin-top: 9px; border: 1px solid #e5ebf2; border-radius: 7px; }
.source-icon { display: grid; place-items: center; flex: 0 0 32px; height: 32px; font-size: 12px; font-weight: 750; border-radius: 8px; }
.community { background: #fff0e6; color: #aa4a10; }
.jobs { background: #e7effd; color: #2869c7; }
.reviews { background: #f0eafa; color: #7652ac; }
.visual .visual-note { margin-top: 19px; font-size: 11px; }
.score-bars { margin: 0; display: grid; gap: 13px; }
.score-bars > div { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 15px; }
.score-bars dt { font-size: 12px; color: var(--muted); }
.score-bars dd { margin: 0; padding: 5px 9px; min-width: 45px; border-radius: 3px; font-size: 11px; font-weight: 700; color: #204763; }
.quality { width: 100%; background: #bee6fa; }
.competition { width: 50%; background: #e1d4fb; }
.depth { width: 37.5%; background: #c1eae5; }
.momentum { width: 37.5%; background: #f8e4b4; }
.breadth { width: 25%; background: #f4d4e6; }
.map { display: block; padding: 0; overflow: hidden; text-decoration: none; }
.map img { display: block; width: 100%; height: 265px; object-fit: cover; }
.map-caption { display: flex; justify-content: space-between; padding: 16px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.map:hover { border-color: var(--blue); }
@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .hero { padding: 48px 20px 52px; }
  .hero-summary { font-size: 16px; max-width: 380px; }
  .testimonials { gap: 28px; padding-block: 34px; }
  blockquote { font-size: 15px; }
  figure { padding-left: 14px; }
  figcaption { align-items: flex-start; }
  .features { padding-block: 58px 64px; gap: 64px; }
  .feature { grid-template-columns: 1fr; gap: 26px; }
  .feature-copy > p:not(.eyebrow) { max-width: 540px; }
  h2 br { display: none; }
  .visual { padding: 22px; }
  .map { padding: 0; }
}
@media (max-width: 440px) {
  .testimonials { grid-template-columns: 1fr; gap: 28px; }
  blockquote { margin-bottom: 13px; }
  .map img { height: 220px; }
}
