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

:root {
  --ink: #172321;
  --ink-2: #263a36;
  --muted: #64736f;
  --line: #dbe2de;
  --paper: #fbfcf9;
  --white: #fff;
  --mint: #dff4e9;
  --mint-2: #bfe7d5;
  --green: #176a55;
  --green-dark: #0d4f40;
  --coral: #f26a4f;
  --coral-dark: #d84f36;
  --sand: #f4eee2;
  --amber: #b36a12;
  --red: #b63d35;
  --blue: #3f6f8e;
  --shadow: 0 24px 70px rgba(23, 35, 33, 0.12);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 10px 16px; background: var(--ink); color: white; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 226, 222, 0.75);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -0.045em; font-size: 20px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 32px; height: 32px; position: relative; display: inline-block; overflow: hidden; border-radius: 50%; border: 2px solid currentColor; background: var(--mint); color: var(--green-dark); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; inset: 6px; opacity: .55; }
.brand-mark::after { inset: 12px; }
.brand-mark.small { width: 28px; height: 28px; }
.radar-sweep { position: absolute; width: 52%; height: 2px; background: currentColor; left: 50%; bottom: 50%; transform-origin: left center; transform: rotate(-22deg); z-index: 2; }
.radar-dot { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); top: 7px; right: 7px; z-index: 3; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.primary-nav > a { color: #42534f; transition: color .2s; }
.primary-nav > a:hover { color: var(--green); }
.text-button, .site-footer button { appearance: none; background: transparent; border: 0; padding: 0; cursor: pointer; }
.text-button { font-weight: 700; }
.menu-button { display: none; appearance: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-button span:not(.sr-only) { height: 2px; background: var(--ink); display: block; margin: 5px 0; }

.button { appearance: none; border: 1px solid transparent; border-radius: 11px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(242, 106, 79, .35); outline-offset: 3px; }
.button-small { padding: 9px 15px; border-radius: 9px; font-size: 14px; }
.button-large { padding: 16px 23px; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 7px 18px rgba(23, 35, 33, .14); }
.button-dark:hover { background: #2b3d39; }
.button-coral { background: var(--coral); color: #231712; box-shadow: 0 8px 20px rgba(242, 106, 79, .22); }
.button-coral:hover { background: #fa7b62; }
.button-outline { background: transparent; border-color: #b8c4c0; }
.button-outline:hover { background: white; border-color: var(--green); }

.hero { min-height: 680px; padding-block: 100px 90px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; overflow: visible; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.eyebrow > span { width: 20px; height: 2px; background: var(--coral); }
.eyebrow.light { color: #b9d7cd; }
.hero h1, .section-heading h2, .final-cta h2 { font-family: "Manrope", sans-serif; letter-spacing: -.05em; line-height: 1.03; margin: 0; }
.hero h1 { font-size: clamp(47px, 5vw, 70px); max-width: 700px; }
.hero h1 em, .section-heading h2 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 620px; font-size: 20px; color: #53635f; line-height: 1.55; margin: 26px 0 31px; }
.company-search { max-width: 650px; }
.company-search > label { font-size: 13px; font-weight: 700; display: block; margin-bottom: 8px; }
.search-control { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 11px; padding: 8px 8px 8px 15px; border: 1px solid #cbd5d1; border-radius: 14px; background: white; box-shadow: 0 15px 40px rgba(23, 35, 33, .08); }
.search-control svg { width: 20px; fill: none; stroke: #80908b; stroke-width: 1.8; stroke-linecap: round; }
.search-control input { border: 0; min-width: 0; outline: 0; padding: 8px 0; color: var(--ink); background: transparent; }
.search-control input::placeholder { color: #929e9a; }
.field-note { font-size: 12px; color: #7a8984; margin: 8px 2px 0; }
.field-note span { color: var(--green); font-weight: 700; }
.field-note.error, .field-note.error span { color: #9e3831; }
.search-control .button[disabled] { cursor: wait; opacity: .72; }
.search-results { margin-top: 10px; padding: 7px; border: 1px solid #dce4e0; border-radius: 13px; background: white; box-shadow: 0 16px 35px rgba(23, 35, 33, .1); }
.search-result { appearance: none; width: 100%; border: 0; border-radius: 9px; background: transparent; padding: 10px 11px; display: flex; justify-content: space-between; gap: 18px; text-align: left; cursor: pointer; color: var(--ink); }
.search-result:hover, .search-result:focus-visible { background: #f2f7f4; outline: none; }
.search-result strong, .search-result small { display: block; }
.search-result strong { font-size: 12px; }.search-result small { margin-top: 2px; color: #7a8984; font-size: 10px; }
.search-result > span:last-child { flex: 0 0 auto; color: var(--green); font-size: 10px; font-weight: 700; text-transform: capitalize; }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 25px; color: #667671; font-size: 13px; }
.trust-row i { font-style: normal; width: 18px; height: 18px; display: inline-grid; place-items: center; background: var(--mint); border-radius: 50%; color: var(--green); font-weight: 800; margin-right: 5px; }

.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; overflow: clip; border-radius: 32px; }
.hero-visual::before { content: ""; position: absolute; inset: -80px -80px -80px -20px; background: radial-gradient(circle at 55% 47%, #cdeada 0 17%, rgba(223, 244, 233, .72) 18% 38%, rgba(223, 244, 233, .22) 39% 56%, transparent 57%); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(23, 106, 85, .17); border-radius: 50%; z-index: 0; }
.orbit-one { inset: 15px -22px 4px -40px; transform: rotate(16deg); }
.orbit-two { inset: 74px 28px 58px 6px; transform: rotate(-18deg); }
.dashboard-card { position: relative; z-index: 2; background: rgba(255, 255, 255, .96); border: 1px solid rgba(204, 216, 210, .9); box-shadow: var(--shadow); border-radius: 22px; width: min(500px, 100%); padding: 24px; transform: rotate(-1.2deg); }
.dashboard-topline { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid #e7ece9; }
.dashboard-topline small, .dashboard-topline strong { display: block; }
.dashboard-topline small { color: #7b8a86; font-size: 11px; }
.dashboard-topline strong { font-family: "Manrope"; margin-top: 2px; }
.live-pill { padding: 5px 9px; border-radius: 20px; background: #eef7f2; color: var(--green); font-size: 10px; font-weight: 700; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #35a77e; }
.risk-summary { display: flex; align-items: center; gap: 18px; padding: 22px 0 18px; }
.risk-dial { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-content: center; text-align: center; border-radius: 50%; background: conic-gradient(var(--coral) 0 62deg, #e8efeb 62deg 360deg); position: relative; }
.risk-dial::before { content: ""; position: absolute; inset: 7px; background: white; border-radius: inherit; }
.risk-dial span, .risk-dial small { position: relative; z-index: 1; display: block; }
.risk-dial span { font: 800 22px "Manrope"; line-height: 1; }
.risk-dial small { font-size: 8px; color: #6e7f79; margin-top: 2px; }
.risk-summary > div:last-child strong { font-size: 14px; }
.risk-summary p { margin: 4px 0 0; color: #71807c; font-size: 11px; }
.watch-rows { border: 1px solid #e3e9e6; border-radius: 14px; overflow: hidden; }
.watch-row { appearance: none; border: 0; border-bottom: 1px solid #edf1ef; background: white; width: 100%; padding: 12px; display: grid; grid-template-columns: 38px 1fr auto 12px; gap: 10px; text-align: left; align-items: center; cursor: pointer; }
.watch-row:last-child { border-bottom: 0; }
.watch-row:hover { background: #f8faf8; }
.company-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; font-size: 10px; font-weight: 800; }
.company-avatar.amber { background: #f7e7cc; color: #8a5717; }
.company-avatar.blue { background: #dceaf1; color: #3d6680; }
.company-avatar.green { background: #daf0e5; color: #256b56; }
.company-avatar.red { background: #f4dcd9; color: #9a3b34; }
.company-meta strong, .company-meta small { display: block; }
.company-meta strong { font-size: 11px; }
.company-meta small { font-size: 9px; color: #889590; margin-top: 1px; }
.status { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; white-space: nowrap; }
.watch-row .status { font-size: 8px; padding: 4px 7px; }
.status-high { background: #f7e7cc; color: #875215; }
.status-medium { background: #e8eef5; color: #496b83; }
.status-low { background: #eef1ef; color: #5d6b66; }
.status-clear { background: #e0f2e9; color: #25664f; }
.status-critical { background: #f3deda; color: #9e3831; }
.chevron { color: #9ba7a3; }
.dashboard-foot { display: flex; justify-content: space-between; align-items: center; color: #8a9692; font-size: 9px; padding-top: 16px; }
.dashboard-foot button { appearance: none; border: 0; padding: 0; background: none; color: var(--green); font-size: 9px; font-weight: 700; cursor: pointer; }
.alert-float { position: absolute; z-index: 3; right: -22px; bottom: 38px; width: 238px; border: 1px solid #eadfd6; background: #fffaf5; padding: 12px; border-radius: 13px; box-shadow: 0 18px 45px rgba(23, 35, 33, .14); display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; transform: rotate(2deg); }
.float-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #9b4e20; background: #f7dec8; font-weight: 800; }
.alert-float strong, .alert-float small { display: block; }
.alert-float strong { font-size: 10px; }.alert-float small { color: #836e61; font-size: 8px; }
.alert-float time { font-size: 8px; color: #a39389; }

.proof-strip { border-block: 1px solid var(--line); background: white; }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 34px; }
.proof-grid > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.proof-grid strong { font: 800 25px "Manrope"; color: var(--green); letter-spacing: -.04em; }
.proof-grid span { max-width: 145px; color: #74827e; font-size: 11px; line-height: 1.35; }
.proof-grid a { font-size: 11px; color: var(--green); font-weight: 700; }

.section { padding-block: 112px; }
.section-heading { margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(36px, 4vw, 54px); max-width: 720px; }
.section-heading > p, .split-heading > p { color: #65746f; font-size: 17px; line-height: 1.65; max-width: 465px; margin: 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.centred { text-align: center; display: flex; flex-direction: column; align-items: center; }
.centred .eyebrow { justify-content: center; }
.centred p { margin-top: 17px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { border-radius: var(--radius); min-height: 420px; padding: 34px; overflow: hidden; position: relative; }
.feature-wide { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.feature-ink { background: var(--ink); color: white; }
.feature-sand { background: var(--sand); }
.feature-mint { background: var(--mint); }
.feature-number { display: inline-flex; width: 34px; height: 27px; align-items: center; justify-content: center; border: 1px solid currentColor; opacity: .6; border-radius: 20px; font-size: 10px; font-weight: 700; margin-bottom: 32px; }
.feature-card h3 { font: 700 27px/1.2 "Manrope"; letter-spacing: -.04em; margin: 0 0 14px; }
.feature-card > p, .feature-copy > p { color: color-mix(in srgb, currentColor 66%, transparent); max-width: 480px; margin: 0; }
.tick-list { list-style: none; padding: 0; margin: 24px 0 0; }
.tick-list li { margin: 10px 0; font-size: 14px; }
.tick-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 800; font-size: 10px; margin-right: 10px; }
.feature-ink .tick-list li::before { background: #28473f; color: #9fe0c9; }
.mini-watchlist { background: #f6f8f6; color: var(--ink); border-radius: 16px; padding: 13px; transform: rotate(2deg); box-shadow: 0 20px 50px rgba(0, 0, 0, .22); }
.mini-watchlist > div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 11px; background: white; border-radius: 10px; padding: 12px; margin: 7px 0; }
.mini-watchlist .mini-filter { display: flex; justify-content: space-between; background: transparent; padding: 5px 6px; font-size: 11px; font-weight: 700; }
.mini-filter i { font-style: normal; background: #e4ebe7; padding: 1px 7px; border-radius: 20px; }
.mini-dot { width: 7px; height: 7px; border-radius: 50%; }.mini-dot.red { background: var(--red); }.mini-dot.amber { background: #d79039; }.mini-dot.green { background: #4fa67f; }
.mini-watchlist p, .mini-watchlist b, .mini-watchlist small { display: block; margin: 0; }.mini-watchlist b { font-size: 11px; }.mini-watchlist small { font-size: 8px; color: #85928e; }.mini-watchlist strong { font-size: 8px; color: #82908c; }
.mail-visual { width: 83%; margin: -8px auto 28px; background: white; border-radius: 14px; box-shadow: 0 18px 45px rgba(80, 60, 36, .12); padding: 23px; transform: rotate(-2deg); border-top: 4px solid var(--coral); }
.mail-visual span, .mail-visual strong, .mail-visual i { display: block; }.mail-visual span { color: #9a7f66; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.mail-visual strong { font-size: 13px; margin: 10px 0 3px; }.mail-visual p { color: #7b7065; font-size: 10px; margin: 0 0 17px; }.mail-visual i { color: var(--green); font-style: normal; font-size: 9px; font-weight: 700; }
.signal-stack { min-height: 171px; display: flex; flex-direction: column; justify-content: center; gap: 9px; margin-bottom: 20px; }
.signal-stack span { padding: 13px 15px; border-radius: 11px; background: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 600; box-shadow: 0 5px 15px rgba(23, 35, 33, .04); }.signal-stack i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 9px; }.signal-critical { background: var(--red); }.signal-high { background: #da8a32; }.signal-medium { background: var(--blue); }

.section-tint { background: #f0f5f1; border-block: 1px solid #e2eae6; }
.steps-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.steps-grid > li { background: white; border: 1px solid #e0e7e3; border-radius: var(--radius); padding: 28px; position: relative; }
.step-index { position: absolute; top: 21px; right: 24px; width: 28px; height: 28px; border-radius: 50%; background: #f0f3f1; display: grid; place-items: center; font-size: 10px; font-weight: 800; color: #74827d; }
.step-visual { height: 175px; margin-bottom: 24px; border-radius: 14px; background: #f4f7f4; display: grid; place-items: center; position: relative; overflow: hidden; }
.steps-grid h3 { font: 700 20px "Manrope"; letter-spacing: -.03em; margin: 0 0 8px; }.steps-grid p { color: #6d7b77; font-size: 14px; margin: 0; }
.search-visual { display: flex; align-items: center; gap: 8px; padding: 0 25px; }.search-visual span { font-size: 18px; }.search-visual p { background: white; flex: 1; padding: 12px; border: 1px solid #dde5e1; border-radius: 9px; color: #55635f; font-size: 11px; }.search-visual i { position: absolute; bottom: 35px; right: 44px; background: var(--mint); color: var(--green); font-style: normal; padding: 4px 8px; font-size: 8px; border-radius: 5px; }
.pulse-visual span { position: absolute; border: 1px solid #88bdaa; border-radius: 50%; }.pulse-visual span:nth-child(1) { width: 120px; height: 120px; opacity: .25; }.pulse-visual span:nth-child(2) { width: 78px; height: 78px; opacity: .5; }.pulse-visual span:nth-child(3) { width: 40px; height: 40px; background: var(--mint); }.pulse-visual i { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; position: absolute; transform: translate(32px, -19px); }
.decision-visual { grid-template-columns: 38px 1fr; gap: 12px; padding: 0 27px; }.decision-visual > span { width: 38px; height: 38px; display: grid; place-items: center; background: #f4dfcb; color: #9e5d21; border-radius: 11px; font-weight: 800; }.decision-visual p { width: 100%; background: white; padding: 13px; border-radius: 10px; box-shadow: 0 6px 18px rgba(23, 35, 33, .07); }.decision-visual b, .decision-visual small { display: block; }.decision-visual b { color: var(--ink); font-size: 11px; }.decision-visual small { font-size: 8px; }

.demo-section { scroll-margin-top: 60px; }
.app-preview { border: 1px solid #d8e0dc; border-radius: 22px; background: white; box-shadow: 0 25px 70px rgba(23, 35, 33, .1); overflow: hidden; min-height: 620px; display: grid; grid-template-columns: 66px 1fr; }
.app-sidebar { background: var(--ink); display: flex; flex-direction: column; align-items: center; gap: 13px; padding: 18px 12px; }.sidebar-brand { color: white; margin-bottom: 17px; }.sidebar-brand > span:last-child { font-size: 11px; letter-spacing: 0; }.sidebar-brand .brand-mark { background: #29493f; color: #b9e5d5; }.app-sidebar button { appearance: none; border: 0; background: transparent; color: #91a6a0; width: 40px; height: 40px; border-radius: 10px; cursor: pointer; }.app-sidebar button.active { background: #2d463f; color: white; }
.app-main { min-width: 0; }.app-toolbar { min-height: 78px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px; border-bottom: 1px solid #e4e9e6; }.app-toolbar small, .app-toolbar strong { display: block; }.app-toolbar small { font-size: 9px; color: #899692; }.app-toolbar strong { font: 700 17px "Manrope"; }
.app-content { display: grid; grid-template-columns: 360px 1fr; min-height: 542px; }.demo-list { border-right: 1px solid #e5ebe7; padding: 18px; background: #fafbf9; }.demo-company { appearance: none; width: 100%; border: 1px solid transparent; background: transparent; border-radius: 12px; padding: 12px; display: grid; grid-template-columns: 40px 1fr 10px; gap: 10px; align-items: center; text-align: left; cursor: pointer; margin-bottom: 5px; }.demo-company:hover { background: white; }.demo-company.active { background: white; border-color: #dfe6e2; box-shadow: 0 6px 20px rgba(23, 35, 33, .05); }.demo-company b, .demo-company small { display: block; }.demo-company b { font-size: 11px; }.demo-company small { font-size: 9px; color: #899591; margin-top: 2px; }.status-dot { width: 7px; height: 7px; border-radius: 50%; }.status-dot.high { background: #d58a34; }.status-dot.medium { background: var(--blue); }.status-dot.clear { background: #3f9d76; }.status-dot.critical { background: var(--red); }
.company-panel { padding: 38px 42px; }.panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }.panel-head small { color: #85928e; font-size: 10px; }.panel-head h3 { font: 700 25px "Manrope"; letter-spacing: -.04em; margin: 4px 0 0; }.panel-head .status { padding: 7px 12px; font-size: 9px; }
.signal-callout { margin-top: 31px; display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 20px; border-radius: 14px; border: 1px solid; }.signal-callout > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; font-weight: 800; }.signal-callout small, .signal-callout strong { display: block; }.signal-callout small { text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 800; }.signal-callout strong { font: 700 16px "Manrope"; margin: 3px 0; }.signal-callout p { margin: 0; font-size: 11px; color: #6e7975; }.signal-callout.high { background: #fff8ef; border-color: #edd8bd; }.signal-callout.high > span { background: #f4dfc5; color: #965a1d; }.signal-callout.medium { background: #f4f8fb; border-color: #d5e1e8; }.signal-callout.medium > span { background: #dce9f0; color: #416882; }.signal-callout.clear { background: #f1f9f5; border-color: #cfe7db; }.signal-callout.clear > span { background: #d8eee3; color: #287155; }.signal-callout.critical { background: #fff4f2; border-color: #ebccc8; }.signal-callout.critical > span { background: #efd7d3; color: #9c3b34; }
.signal-callout.low { background: #f7f8f7; border-color: #dfe4e1; }.signal-callout.low > span { background: #e8ecea; color: #596862; }
.additional-signals { margin-top: 10px; display: grid; gap: 8px; }
.additional-signal { border: 1px solid #e1e7e3; border-radius: 11px; padding: 12px 14px; background: #fbfcfb; }
.additional-signal small, .additional-signal strong { display: block; }.additional-signal small { color: #7d8a86; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.additional-signal strong { margin-top: 3px; font-size: 11px; }.additional-signal p { color: #6e7975; font-size: 10px; margin: 3px 0 0; }
.action-box { margin-top: 14px; padding: 17px 19px; background: #f5f7f5; border-radius: 12px; }.action-box small { text-transform: uppercase; letter-spacing: .1em; font-size: 8px; color: #7d8a86; font-weight: 800; }.action-box p { margin: 4px 0 0; font-size: 12px; font-weight: 600; }.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 23px 0 0; }.company-facts > div { padding: 14px; border: 1px solid #e4e9e6; border-radius: 11px; }.company-facts dt { color: #87938f; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }.company-facts dd { margin: 4px 0 0; font-size: 10px; font-weight: 700; }.panel-disclaimer { font-size: 9px; color: #899591; margin: 22px 0 0; }
.company-facts a { color: var(--green); }.coverage-note { font-size: 9px; color: #899591; margin: 7px 0 0; }

.pricing-section { background: var(--ink); color: white; }.pricing-section .section-heading p { color: #a8b8b3; }.pricing-section .eyebrow { color: #a8d8c7; }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }.price-card { border: 1px solid #3b4d49; border-radius: var(--radius); padding: 29px; background: #20312e; display: flex; flex-direction: column; min-height: 490px; position: relative; }.price-card.featured { background: white; color: var(--ink); transform: translateY(-12px); box-shadow: 0 25px 65px rgba(0, 0, 0, .22); border-color: white; }.popular { position: absolute; top: 0; right: 22px; transform: translateY(-50%); background: var(--coral); color: #2e1c16; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; padding: 6px 10px; border-radius: 20px; }.price-card > div > span { font: 700 20px "Manrope"; }.price-card > div p { color: #95a8a2; font-size: 12px; margin: 2px 0 0; }.price-card > strong { font: 800 40px "Manrope"; letter-spacing: -.05em; margin: 28px 0 8px; }.price-card > strong small { font: 500 11px "DM Sans"; letter-spacing: 0; color: #86958f; }.price-card .tick-list { flex: 1; border-top: 1px solid #3b4d49; padding-top: 19px; }.price-card.featured .tick-list { border-color: #e1e7e3; }.price-card .tick-list li { font-size: 12px; color: #c0ccc8; }.price-card.featured .tick-list li { color: #52635e; }.price-card .button-outline { border-color: #647872; color: white; }.price-card.featured .button-coral { color: #2d1b16; }.pricing-note { text-align: center; font-size: 10px; color: #82958f; margin: 28px 0 0; }

.faq-list { max-width: 900px; margin-left: auto; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; cursor: pointer; padding: 23px 2px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 700 17px "Manrope"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font: 400 24px "DM Sans"; color: var(--green); transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 770px; color: #697873; margin: -7px 0 23px; }

.final-cta { padding-block: 80px; background: var(--green-dark); color: white; position: relative; overflow: hidden; }.final-cta::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -130px; top: -220px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }.final-cta-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 50px; }.final-cta h2 { font-size: clamp(36px, 4vw, 54px); max-width: 750px; }.final-cta p { color: #b2ccc3; margin: 17px 0 0; }.final-cta .button { min-width: 175px; }
.site-footer { background: #111c1a; color: #a4b4af; padding: 65px 0 22px; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }.brand-light { color: white; }.brand-light > span:last-child > span { color: #8dcdb6; }.brand-light .brand-mark { background: #29433b; color: #a9dbc9; }.footer-grid > div:first-child p { max-width: 270px; font-size: 13px; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }.footer-grid strong { color: white; font-size: 12px; margin-bottom: 5px; }.site-footer button { color: inherit; text-align: left; }.footer-bottom { border-top: 1px solid #2b3936; margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; font-size: 9px; }

dialog { width: min(480px, calc(100% - 32px)); border: 0; border-radius: 20px; padding: 38px; color: var(--ink); box-shadow: 0 30px 100px rgba(0, 0, 0, .3); }.dialog-icon { display: inline-block; margin-bottom: 18px; }.dialog-close { appearance: none; border: 0; background: #eef2ef; width: 32px; height: 32px; border-radius: 50%; font-size: 22px; line-height: 1; position: absolute; right: 18px; top: 18px; cursor: pointer; }.dialog-icon .brand-mark { width: 42px; height: 42px; }.dialog-icon .brand-mark::before { inset: 8px; }.dialog-icon .brand-mark::after { inset: 16px; }dialog h2 { font: 800 30px "Manrope"; letter-spacing: -.04em; margin: 0; }dialog > p { color: #687772; }dialog::backdrop { background: rgba(10, 22, 19, .68); backdrop-filter: blur(4px); }#interest-form label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 6px; }#interest-form input { width: 100%; border: 1px solid #cbd5d1; border-radius: 10px; padding: 13px; margin-bottom: 10px; }#interest-form .button { width: 100%; }#interest-form small { display: block; text-align: center; color: #8b9894; margin-top: 9px; }.form-success { background: var(--mint); padding: 20px; border-radius: 12px; }.form-success p { color: #4f685f; margin-bottom: 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }.hero-copy { text-align: center; }.hero h1, .hero-lede, .company-search { margin-inline: auto; }.eyebrow { justify-content: center; }.trust-row { justify-content: center; }.hero-visual { width: min(620px, 100%); margin-inline: auto; }.proof-grid { grid-template-columns: repeat(3, 1fr); padding-block: 25px; }.proof-grid a { grid-column: 1 / -1; text-align: center; }.split-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }.feature-wide { grid-template-columns: 1fr 1fr; gap: 30px; }.app-content { grid-template-columns: 300px 1fr; }.company-panel { padding: 32px 28px; }.company-facts { grid-template-columns: 1fr; }.pricing-grid { gap: 12px; }.price-card { padding: 23px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }.site-header { position: relative; }.nav-wrap { min-height: 66px; }.menu-button { display: block; }.primary-nav { position: absolute; top: 66px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); padding: 10px; }.primary-nav.open { display: flex; }.primary-nav > a, .primary-nav .text-button { text-align: left; padding: 11px; }.primary-nav .button { margin-top: 5px; }.hero { padding-block: 62px 72px; gap: 38px; }.hero h1 { font-size: 43px; }.hero-lede { font-size: 17px; }.search-control { grid-template-columns: 20px 1fr; }.search-control .button { grid-column: 1 / -1; width: 100%; }.hero-visual { min-height: 430px; }.orbit-one { inset: 15px 0 4px; }.orbit-two { inset: 74px 18px 58px; }.dashboard-card { padding: 18px; }.alert-float { right: -5px; bottom: 0; }.proof-grid { grid-template-columns: 1fr; gap: 20px; }.proof-grid > div { grid-template-columns: 110px 1fr; }.proof-grid span { max-width: none; }.section { padding-block: 78px; }.section-heading { margin-bottom: 36px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; grid-template-columns: 1fr; gap: 24px; }.feature-card { padding: 26px; }.feature-wide .feature-copy .feature-number { margin-bottom: 20px; }.steps-grid { grid-template-columns: 1fr; }.app-preview { grid-template-columns: 1fr; }.app-sidebar { display: none; }.app-content { grid-template-columns: 1fr; }.demo-list { border-right: 0; border-bottom: 1px solid #e5ebe7; }.company-panel { padding: 28px 20px; }.pricing-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.final-cta-inner { flex-direction: column; align-items: flex-start; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 37px; }.dashboard-topline { flex-direction: column; gap: 9px; }.watch-row { grid-template-columns: 34px 1fr auto; }.watch-row .chevron { display: none; }.alert-float { width: 210px; }.feature-card { min-height: auto; }.mail-visual { width: 100%; }.panel-head { flex-direction: column; }.signal-callout { grid-template-columns: 1fr; }.company-facts { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }dialog { padding: 30px 24px; }
}

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