:root {
  color-scheme: light;
  --ink: #10231f;
  --ink-soft: #38534d;
  --muted: #6a7d77;
  --paper: #fbfcf9;
  --paper-deep: #f2f6f2;
  --mint: #dff7ee;
  --mint-bright: #71e2c7;
  --teal: #087f73;
  --teal-dark: #07514c;
  --teal-black: #082f2c;
  --lime: #d8ee71;
  --coral: #f26f52;
  --line: rgba(16, 35, 31, .13);
  --shadow: 0 2rem 5rem rgba(7, 56, 51, .13);
  --display: "Bricolage Grotesque", "Avenir Next", sans-serif;
  --body: "DM Sans", "Avenir Next", sans-serif;
  --shell: min(100% - 2rem, 76rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
body.nav-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
code { border: 1px solid rgba(255,255,255,.18); border-radius: .35rem; padding: .12rem .35rem; background: rgba(255,255,255,.09); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82em; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; transform: translateY(-180%); border-radius: .4rem; padding: .75rem 1rem; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: none; }
.page-grain { pointer-events: none; position: fixed; z-index: 999; inset: 0; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(251, 252, 249, .9); box-shadow: 0 .5rem 2rem rgba(8, 47, 44, .05); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-family: var(--display); font-size: 1.25rem; font-weight: 750; letter-spacing: -.045em; text-decoration: none; }
.brand-mark { width: 1.9rem; color: var(--teal); fill: currentColor; }
.nav-toggle { position: relative; z-index: 2; display: grid; width: 3rem; height: 3rem; place-content: center; gap: .38rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 1.1rem; height: 1px; background: var(--ink); transition: transform .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(.22rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.22rem) rotate(-45deg); }
.site-nav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; background: rgba(245, 250, 247, .98); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.site-nav.is-open { visibility: visible; opacity: 1; }
.site-nav a { min-height: 3rem; padding: .7rem; font-family: var(--display); font-size: 1.45rem; font-weight: 600; text-decoration: none; }
.site-nav .nav-download { display: inline-flex; min-height: 3.25rem; align-items: center; gap: .65rem; border-radius: .55rem; padding: .75rem 1.1rem; background: var(--ink); color: white; font-size: 1rem; }
.nav-download span { color: var(--mint-bright); font-size: .72rem; }

.hero { position: relative; overflow: hidden; min-height: 100svh; padding: 8.5rem 0 5rem; background: radial-gradient(circle at 70% 12%, rgba(113,226,199,.34), transparent 32rem), linear-gradient(180deg, #fbfdf9 0%, #f4fbf8 70%, #eef7f3 100%); }
.hero::after { position: absolute; right: -18rem; bottom: -26rem; width: 42rem; height: 42rem; border: 1px solid rgba(8,127,115,.12); border-radius: 50%; content: ""; box-shadow: 0 0 0 5rem rgba(8,127,115,.025), 0 0 0 10rem rgba(8,127,115,.018); }
.hero-map { position: absolute; inset: 0; opacity: .5; }
.map-line { position: absolute; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, transparent, rgba(8,127,115,.28), transparent); }
.line-one { top: 19%; left: -2rem; width: 34%; transform: rotate(11deg); }
.line-two { right: -3rem; bottom: 24%; width: 31%; transform: rotate(-17deg); }
.line-three { bottom: 7%; left: 22%; width: 28%; transform: rotate(6deg); }
.map-dot { position: absolute; width: .55rem; height: .55rem; border: 2px solid var(--paper); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 .35rem rgba(8,127,115,.11); }
.dot-one { top: 17%; left: 13%; }.dot-two { top: 25%; left: 38%; }.dot-three { right: 11%; bottom: 20%; }.dot-four { right: 34%; bottom: 9%; }
.hero-grid { position: relative; z-index: 2; display: grid; gap: 4rem; }
.hero-copy { max-width: 43rem; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1rem; color: var(--teal); font-family: var(--display); font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 1.8rem; height: 1px; background: currentColor; }
.hero h1, .section h2, .closing h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.06em; line-height: .98; text-wrap: balance; }
.hero h1 { max-width: 12ch; font-size: clamp(3.15rem, 13vw, 5.9rem); }
.hero h1 em, .intro-copy h2 em, .privacy-copy h2 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 39rem; margin: 1.6rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .7rem; border: 0; border-radius: .55rem; padding: .78rem 1.12rem; font-family: var(--display); font-size: .88rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 .75rem 1.75rem rgba(8, 47, 44, .14); }
.button-primary:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 1rem 2.2rem rgba(8, 47, 44, .2); }
.button-text { color: var(--teal-dark); }
.button-text span { font-size: 1rem; transition: transform .2s ease; }
.button-text:hover span { transform: translate(.15rem, .15rem); }
.hero-note { display: flex; align-items: center; gap: .45rem; margin: 1.1rem 0 0; color: var(--muted); font-size: .76rem; }
.chrome-mark { display: inline-block; width: .85rem; height: .85rem; border: 3px solid #e5b43b; border-radius: 50%; background: var(--teal); box-shadow: inset 0 0 0 2px var(--paper); }

.hero-product { position: relative; width: min(100%, 34rem); min-height: 34rem; margin-inline: auto; }
.constellation { position: absolute; inset: 2rem 0 auto; height: 21rem; border: 1px solid rgba(8,127,115,.12); border-radius: 50%; transform: rotate(-8deg); }
.constellation::before, .constellation::after { position: absolute; inset: 16%; border: 1px solid rgba(8,127,115,.1); border-radius: inherit; content: ""; }
.constellation::after { inset: 32%; }
.c-node { position: absolute; z-index: 1; display: grid; width: 2rem; height: 2rem; place-items: center; border: 3px solid #f5fbf8; border-radius: 50%; background: var(--teal); color: white; font-family: var(--display); font-size: .65rem; box-shadow: 0 .4rem 1.2rem rgba(8,127,115,.24); }
.n1 { top: 3%; left: 27%; }.n2 { top: 20%; right: 8%; background: var(--coral); }.n3 { bottom: 8%; right: 20%; }.n4 { bottom: 14%; left: 7%; background: #d4a84e; }.n5 { top: 39%; left: 40%; background: var(--ink); }
.finder-window { position: absolute; z-index: 4; top: 2.3rem; left: 50%; width: min(88%, 23.5rem); overflow: hidden; transform: translateX(-50%) rotate(1.2deg); border: 1px solid rgba(15,54,48,.14); border-radius: 1.2rem; background: rgba(255,255,255,.95); box-shadow: 0 2.5rem 6rem rgba(7,56,51,.2); backdrop-filter: blur(15px); }
.finder-head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: .55rem; }
.mini-brand > span { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: .55rem; background: var(--teal); color: white; font-family: var(--display); font-size: .85rem; font-weight: 800; }
.mini-brand div { display: grid; line-height: 1.2; }
.mini-brand b { font-family: var(--display); font-size: .8rem; }.mini-brand small { color: var(--muted); font-size: .57rem; }
.ready-chip { display: flex; align-items: center; gap: .3rem; border-radius: 99px; padding: .28rem .5rem; background: var(--mint); color: var(--teal-dark); font-size: .55rem; font-weight: 700; }
.ready-chip i, .finder-status i { width: .38rem; height: .38rem; border-radius: 50%; background: #1db98b; box-shadow: 0 0 0 .18rem rgba(29,185,139,.12); }
.finder-body { padding: .9rem 1.1rem 1rem; }
.finder-body label { display: block; margin: .65rem 0 .25rem; color: var(--ink-soft); font-size: .58rem; font-weight: 700; }
.fake-select, .fake-input, .brief-box { display: flex; min-height: 2.25rem; align-items: center; justify-content: space-between; border: 1px solid rgba(16,35,31,.15); border-radius: .5rem; padding: .48rem .65rem; color: #344943; font-size: .65rem; }
.fake-select b { color: var(--muted); font-size: .75rem; }.brief-box { min-height: 4rem; align-items: flex-start; background: #fbfdfc; line-height: 1.45; }
.typing-caret { width: 1px; height: .75rem; margin: .05rem auto 0 .15rem; background: var(--teal); animation: caret 1s steps(1) infinite; }
.finder-row { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.fake-select.small, .fake-input { white-space: nowrap; }
.finder-button { display: flex; width: 100%; min-height: 2.45rem; align-items: center; justify-content: space-between; margin-top: .9rem; border: 0; border-radius: .55rem; padding: .5rem .7rem; background: var(--teal); color: white; font-size: .62rem; font-weight: 700; }
.finder-status { padding: .8rem 1.1rem 1rem; background: #f3f9f6; }
.finder-status > div:first-child { display: flex; align-items: center; justify-content: space-between; font-size: .57rem; }
.finder-status span { display: flex; align-items: center; gap: .4rem; color: var(--teal-dark); font-weight: 700; }.finder-status b { font-family: var(--display); font-size: .65rem; }
.progress { height: .3rem; margin: .5rem 0; overflow: hidden; border-radius: 1rem; background: #dce8e3; }.progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--mint-bright)); box-shadow: none; }
.finder-status small { color: var(--muted); font-size: .52rem; }
.result-card { position: absolute; z-index: 6; display: flex; width: 15.2rem; align-items: center; gap: .65rem; border: 1px solid rgba(16,35,31,.12); border-radius: .75rem; padding: .65rem .75rem; background: rgba(255,255,255,.96); box-shadow: 0 1rem 2.5rem rgba(7,56,51,.16); animation: float 5s ease-in-out infinite; }
.result-one { right: -.2rem; bottom: 4.2rem; }.result-two { bottom: .2rem; left: -.25rem; animation-delay: -2.4s; }
.result-card .score { display: grid; width: 2.45rem; height: 2.45rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--teal-dark); color: white; font-family: var(--display); font-size: .8rem; font-weight: 750; }
.result-card div { display: grid; line-height: 1.28; }.result-card small { color: var(--teal); font-size: .48rem; font-weight: 800; letter-spacing: .08em; }.result-card b { font-family: var(--display); font-size: .67rem; }.result-card em { color: var(--muted); font-size: .52rem; font-style: normal; }

.fact-strip { position: relative; z-index: 4; border-top: 1px solid rgba(16,35,31,.08); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.62); }
.fact-grid { display: grid; }
.fact-grid article { display: flex; align-items: center; gap: .8rem; min-height: 5.5rem; border-bottom: 1px solid var(--line); }
.fact-grid article:last-child { border: 0; }
.fact-grid article > span { color: var(--teal); font-family: var(--display); font-size: .68rem; font-weight: 700; }
.fact-grid article div { display: grid; }.fact-grid b { font-family: var(--display); font-size: .88rem; }.fact-grid small { color: var(--muted); font-size: .7rem; }

.section { position: relative; padding: 6rem 0; }
.section-label { display: flex; align-items: center; gap: .7rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-label span { display: grid; width: 1.65rem; height: 1.65rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: .6rem; }
.intro-grid { display: grid; gap: 2.5rem; }
.intro-copy h2 { max-width: 13ch; font-size: clamp(2.55rem, 8vw, 4.6rem); }
.intro-copy p { max-width: 42rem; margin: 1.4rem 0 0; color: var(--ink-soft); font-size: 1.04rem; }
.intent-board { position: relative; min-height: 18rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; padding: 2rem 1.2rem; background: linear-gradient(135deg, rgba(223,247,238,.82), rgba(255,255,255,.9)); }
.intent-board::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(8,127,115,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,127,115,.055) 1px, transparent 1px); background-size: 1.8rem 1.8rem; content: ""; mask-image: linear-gradient(to bottom, black, transparent); }
.intent-label { position: relative; z-index: 1; display: block; color: var(--teal); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-align: center; }
.brief-pill { position: relative; z-index: 1; max-width: 27rem; margin: 1rem auto 0; border: 1px solid rgba(8,127,115,.18); border-radius: .7rem; padding: .8rem 1rem; background: white; box-shadow: 0 .8rem 2rem rgba(7,56,51,.08); font-family: var(--display); font-size: .85rem; font-weight: 600; text-align: center; }
.intent-flow { position: relative; z-index: 1; display: flex; height: 2.8rem; justify-content: center; gap: 3rem; }
.intent-flow i { width: 1px; height: 2.6rem; transform-origin: top; background: var(--teal); opacity: .35; }.intent-flow i:first-child { transform: rotate(27deg); }.intent-flow i:last-child { transform: rotate(-27deg); }
.intent-terms { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.intent-terms span { border: 1px solid rgba(8,127,115,.15); border-radius: 99px; padding: .4rem .65rem; background: rgba(255,255,255,.9); color: var(--teal-dark); font-size: .64rem; font-weight: 650; }

.features { background: var(--paper-deep); }
.section-heading { display: grid; gap: 1.2rem; margin-bottom: 2.5rem; }
.section-heading h2 { font-size: clamp(2.7rem, 8vw, 4.8rem); }
.section-heading > p { max-width: 32rem; margin: 0; color: var(--muted); }
.feature-grid { display: grid; gap: 1rem; }
.feature-card { position: relative; overflow: hidden; min-height: 24rem; border: 1px solid var(--line); border-radius: 1rem; padding: 1.2rem; background: rgba(255,255,255,.8); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(8,127,115,.25); box-shadow: 0 1.2rem 3rem rgba(8,47,44,.08); }
.feature-top { display: flex; align-items: center; justify-content: space-between; color: var(--teal); }
.feature-top > span { font-family: var(--display); font-size: .66rem; font-weight: 700; }
.feature-top svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.feature-card h3 { max-width: 17ch; margin: 1.5rem 0 .45rem; font-family: var(--display); font-size: 1.45rem; letter-spacing: -.035em; line-height: 1.15; }
.feature-card > p { margin: 0; color: var(--muted); font-size: .88rem; }
.feature-visual { margin: 3rem 0 2.3rem; }
.score-visual { display: flex; align-items: center; gap: 1rem; }
.score-ring { display: flex; width: 6rem; height: 6rem; flex: 0 0 auto; align-items: baseline; justify-content: center; padding-top: 1.4rem; border: .5rem solid #d8eee7; border-top-color: var(--teal); border-right-color: var(--teal); border-radius: 50%; transform: rotate(-18deg); }
.score-ring span, .score-ring small { transform: rotate(18deg); }.score-ring span { font-family: var(--display); font-size: 1.6rem; font-weight: 700; }.score-ring small { margin-left: .1rem; color: var(--muted); font-size: .55rem; }
.score-copy { display: grid; gap: .2rem; }.score-copy i { color: var(--teal); font-size: .52rem; font-style: normal; font-weight: 800; letter-spacing: .1em; }.score-copy b { font-family: var(--display); font-size: .85rem; }.score-copy small { color: var(--muted); font-size: .6rem; line-height: 1.5; }
.filter-stack { display: grid; gap: .5rem; margin: 3.2rem 0 2.7rem; }
.filter-stack span { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: .55rem; padding: .65rem .75rem; background: #fbfdfc; color: var(--muted); font-size: .67rem; }.filter-stack b { color: var(--ink); font-family: var(--display); font-size: .67rem; }
.csv-mini { display: grid; grid-template-columns: .65fr 1.4fr 1fr; margin: 3rem 0 2.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: .55rem; background: white; font-size: .55rem; }
.csv-mini > * { overflow: hidden; padding: .48rem .4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-overflow: ellipsis; white-space: nowrap; }.csv-mini > :nth-child(3n) { border-right: 0; }.csv-mini > :nth-last-child(-n+3) { border-bottom: 0; }.csv-mini span { background: #edf5f2; color: var(--muted); font-weight: 800; }.csv-mini i { color: var(--teal); font-style: normal; font-weight: 800; }.csv-mini em { color: var(--teal); font-style: normal; }
.feature-wide { min-height: 0; }
.wide-feature-copy { display: grid; gap: 1.6rem; margin-top: 3rem; }
.wide-feature-copy h3 { margin-top: 0; }.wide-feature-copy p { max-width: 32rem; margin: 0; color: var(--muted); font-size: .88rem; }
.history-pill { display: grid; min-height: 9rem; align-content: center; border-radius: .8rem; padding: 1.1rem; background: var(--teal-black); color: white; }
.history-pill > span { display: flex; align-items: center; gap: .4rem; color: #a5d9cd; font-size: .6rem; }.history-pill i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--lime); }.history-pill b { margin-top: .35rem; font-family: var(--display); font-size: 2.3rem; line-height: 1; }.history-pill small { color: #8fb7ae; font-size: .62rem; }

.workflow { overflow: hidden; background: var(--teal-black); color: white; }
.workflow::before { position: absolute; top: -20rem; left: 45%; width: 40rem; height: 40rem; border-radius: 50%; background: radial-gradient(circle, rgba(113,226,199,.13), transparent 64%); content: ""; }
.split-light .eyebrow { color: var(--mint-bright); }.split-light > p { color: #a4c0b9; }
.workflow-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.workflow-steps li { position: relative; min-height: 20rem; border-top: 1px solid rgba(255,255,255,.14); padding: 1.2rem 0 2.2rem; }
.workflow-steps li > span { color: var(--mint-bright); font-family: var(--display); font-size: .65rem; }
.step-icon { display: grid; width: 5rem; height: 5rem; place-items: center; margin: 2rem 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--mint-bright); font-family: var(--display); font-size: 1.2rem; }
.network-icon { position: relative; }.network-icon i { position: absolute; width: .65rem; height: .65rem; border-radius: 50%; background: var(--mint-bright); }.network-icon i:nth-child(1) { top: 1.15rem; }.network-icon i:nth-child(2) { bottom: 1.2rem; left: 1.2rem; }.network-icon i:nth-child(3) { right: 1.2rem; bottom: 1.2rem; }.network-icon::before, .network-icon::after { position: absolute; width: 1px; height: 2rem; transform-origin: top; background: rgba(113,226,199,.5); content: ""; }.network-icon::before { top: 1.7rem; transform: rotate(35deg); }.network-icon::after { top: 1.7rem; transform: rotate(-35deg); }
.bars-icon { align-items: end; grid-auto-flow: column; justify-content: center; gap: .25rem; padding-bottom: 1.2rem; }.bars-icon i { width: .38rem; border-radius: .2rem .2rem 0 0; background: var(--mint-bright); }.bars-icon i:nth-child(1) { height: 1.1rem; }.bars-icon i:nth-child(2) { height: 1.8rem; }.bars-icon i:nth-child(3) { height: 2.5rem; }
.arrow-icon { font-size: 1.8rem; }
.workflow-steps h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: 1.25rem; letter-spacing: -.03em; }
.workflow-steps p { max-width: 17rem; margin: 0; color: #a4c0b9; font-size: .82rem; }

.data-grid { display: grid; gap: 3rem; align-items: center; }
.data-copy h2 { font-size: clamp(2.7rem, 8vw, 4.8rem); }
.data-copy > p:not(.eyebrow) { max-width: 32rem; color: var(--muted); }
.data-copy ul { display: grid; gap: .6rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.data-copy li { display: flex; align-items: center; gap: .6rem; font-size: .85rem; font-weight: 600; }.data-copy li i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 .25rem rgba(8,127,115,.1); }
.table-window { overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: white; box-shadow: var(--shadow); }
.table-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-width: 42rem; padding: .7rem .8rem; border-bottom: 1px solid var(--line); background: #f1f5f3; }
.table-toolbar > span { display: flex; gap: .3rem; }.table-toolbar i { width: .48rem; height: .48rem; border-radius: 50%; background: #bbc8c4; }.table-toolbar i:first-child { background: var(--coral); }.table-toolbar i:nth-child(2) { background: #e1bd5c; }.table-toolbar i:last-child { background: #5fca9e; }
.table-toolbar b { font-family: var(--display); font-size: .63rem; }.table-toolbar em { justify-self: end; color: var(--muted); font-size: .55rem; font-style: normal; }
.table-scroll { overflow-x: auto; }
.table-window table { width: 100%; min-width: 42rem; border-collapse: collapse; font-size: .65rem; }
.table-window th, .table-window td { padding: .8rem .65rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }.table-window th:last-child, .table-window td:last-child { border-right: 0; }.table-window tr:last-child td { border-bottom: 0; }
.table-window th { background: #fafcfb; color: var(--muted); font-size: .52rem; letter-spacing: .07em; text-transform: uppercase; }
.table-window td b, .table-window td small { display: block; }.table-window td small { color: var(--muted); font-size: .52rem; }
.table-score { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-weight: 800; }.table-score.mid { background: #739f4c; }.table-score.low { background: #bd8844; }
.active-dot, .unknown-dot { display: flex; align-items: center; gap: .3rem; color: var(--teal); font-weight: 700; }.active-dot::before, .unknown-dot::before { width: .35rem; height: .35rem; border-radius: 50%; background: currentColor; content: ""; }.unknown-dot { color: #a07843; }

.privacy { overflow: hidden; background: #e1f5ed; }
.privacy-orbit { position: absolute; top: 50%; left: -15rem; width: 33rem; height: 33rem; transform: translateY(-50%); border: 1px solid rgba(8,127,115,.12); border-radius: 50%; }
.privacy-orbit::before, .privacy-orbit::after { position: absolute; inset: 18%; border: inherit; border-radius: inherit; content: ""; }.privacy-orbit::after { inset: 36%; }
.privacy-orbit i { position: absolute; width: .65rem; height: .65rem; border: 3px solid #e1f5ed; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 .4rem rgba(8,127,115,.1); }.privacy-orbit i:nth-child(1) { top: 11%; right: 18%; }.privacy-orbit i:nth-child(2) { right: 4%; bottom: 23%; }.privacy-orbit i:nth-child(3) { top: 46%; right: 36%; }
.privacy-grid { position: relative; z-index: 2; display: grid; gap: 3rem; }
.privacy-copy h2 { font-size: clamp(2.7rem, 8vw, 4.8rem); }
.privacy-copy > p:not(.eyebrow) { max-width: 36rem; color: var(--ink-soft); }
.privacy-copy > a, .faq-heading > a { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1rem; color: var(--teal-dark); font-family: var(--display); font-size: .82rem; font-weight: 700; text-decoration: none; }
.privacy-points article { display: grid; grid-template-columns: 2rem 1fr; gap: .6rem; padding: 1.4rem 0; border-top: 1px solid rgba(8,81,76,.18); }
.privacy-points article > span { color: var(--teal); font-family: var(--display); font-size: .65rem; font-weight: 700; }
.privacy-points h3 { margin: 0 0 .3rem; font-family: var(--display); font-size: 1.08rem; letter-spacing: -.02em; }.privacy-points p { margin: 0; color: var(--ink-soft); font-size: .8rem; }

.install { background: var(--paper); }
.install-card { overflow: hidden; border-radius: 1.2rem; background: var(--teal-black); color: white; box-shadow: 0 2rem 5rem rgba(8,47,44,.16); }
.install-head { padding: 2rem 1.2rem; background: radial-gradient(circle at 90% 10%, rgba(113,226,199,.16), transparent 18rem); }
.install-head .eyebrow { color: var(--mint-bright); }.install-head h2 { font-size: clamp(2.45rem, 8vw, 4rem); }
.install-head > p:not(.eyebrow) { max-width: 40rem; color: #a9c5be; }
.button-light { margin-top: 1rem; background: var(--mint-bright); color: var(--teal-black); box-shadow: none; }.button-light:hover { background: white; color: var(--teal-black); }
.download-feedback { display: block; min-height: 1.4rem; margin-top: .5rem; color: #a9c5be; font-size: .7rem; }
.install-steps { display: grid; margin: 0; padding: 0; background: rgba(255,255,255,.04); list-style: none; }
.install-steps li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .8rem; padding: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); }
.install-steps li > span { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border: 1px solid rgba(113,226,199,.34); border-radius: 50%; color: var(--mint-bright); font-family: var(--display); font-size: .65rem; }
.install-steps b { font-family: var(--display); font-size: .9rem; }.install-steps p { margin: .25rem 0 0; color: #a9c5be; font-size: .75rem; }

.faq-grid { display: grid; gap: 2.8rem; }
.faq-heading h2 { font-size: clamp(2.7rem, 8vw, 4.8rem); }.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 4.8rem; grid-template-columns: 1fr 2rem; align-items: center; gap: .8rem; color: var(--ink); font-family: var(--display); font-size: 1rem; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; display: block; width: 1.7rem; height: 1.7rem; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: .65rem; height: 1px; transform: translate(-50%,-50%); background: var(--teal); content: ""; }.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details[open] summary { color: var(--teal-dark); }
.faq-list details p { max-width: 46rem; margin: -.3rem 2.8rem 1.4rem 0; color: var(--muted); font-size: .85rem; }

.closing { position: relative; overflow: hidden; padding: 6rem 0; background: linear-gradient(155deg, #e0f5ed, #f8fbf8 65%); text-align: center; }
.closing-network { position: absolute; inset: 0; opacity: .55; }
.closing-network::before, .closing-network::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(8,127,115,.13); border-radius: 50%; content: ""; }.closing-network::before { width: 32rem; height: 32rem; transform: translate(-50%,-50%); }.closing-network::after { width: 20rem; height: 20rem; transform: translate(-50%,-50%); }
.closing-network i { position: absolute; width: .65rem; height: .65rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 .4rem rgba(8,127,115,.1); }.closing-network i:nth-child(1) { top: 20%; left: 20%; }.closing-network i:nth-child(2) { top: 24%; right: 18%; }.closing-network i:nth-child(3) { bottom: 17%; left: 28%; }.closing-network i:nth-child(4) { right: 31%; bottom: 13%; }.closing-network i:nth-child(5) { top: 48%; left: 50%; background: var(--coral); }
.closing-inner { position: relative; z-index: 2; display: grid; justify-items: center; }
.closing .eyebrow { justify-content: center; }.closing h2 { font-size: clamp(2.8rem, 9vw, 5rem); }.closing .button { margin-top: 2rem; }

.site-footer { padding: 4rem 0 1.4rem; background: #f1f5f2; }
.footer-grid { display: grid; gap: 2.2rem; }
.footer-brand p { max-width: 19rem; color: var(--muted); font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; justify-items: start; gap: .45rem; }
.footer-grid h2 { margin: 0 0 .35rem; color: var(--teal); font-family: var(--display); font-size: .6rem; letter-spacing: .12em; }
.footer-grid a:not(.brand) { color: var(--ink-soft); font-size: .75rem; text-decoration: none; }.footer-grid a:hover { color: var(--teal); }
.footer-download p { margin: 0; color: var(--muted); font-size: .72rem; }.footer-download a { margin-top: .35rem; color: var(--teal) !important; font-weight: 700; }
.footer-bottom { display: flex; flex-direction: column; gap: .5rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-.55rem) rotate(.5deg); } }
@keyframes caret { 0%,48% { opacity: 1; } 49%,100% { opacity: 0; } }

@media (min-width: 40rem) {
  :root { --shell: min(100% - 3rem, 76rem); }
  .hero-actions { flex-direction: row; align-items: center; }
  .button { justify-content: flex-start; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid article { border-right: 1px solid var(--line); padding: 0 1rem; }
  .fact-grid article:nth-child(2) { border-right: 0; }.fact-grid article:nth-child(3) { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-wide { grid-column: 1 / -1; }
  .wide-feature-copy { grid-template-columns: 1fr 15rem; align-items: end; }
  .install-head { padding: 3rem; }
  .install-steps li { padding: 1.5rem 3rem; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }.footer-download { grid-column: 2 / 4; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 48rem) {
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; visibility: visible; flex-direction: row; align-items: center; gap: .15rem; background: none; opacity: 1; }
  .site-nav a { display: flex; min-height: 2.8rem; align-items: center; padding: .65rem .65rem; font-family: var(--body); font-size: .72rem; font-weight: 600; }
  .site-nav .nav-download { min-height: 2.65rem; margin-left: .5rem; padding: .6rem .8rem; font-family: var(--display); font-size: .72rem; }
  .fact-grid { grid-template-columns: repeat(4,1fr); }.fact-grid article { border-right: 1px solid var(--line); border-bottom: 0; }.fact-grid article:nth-child(2) { border-right: 1px solid var(--line); }.fact-grid article:last-child { border-right: 0; }
  .section { padding: 8rem 0; }
  .section-heading { grid-template-columns: 1.5fr .75fr; align-items: end; margin-bottom: 3.5rem; }
  .section-heading > p { justify-self: end; }
  .feature-card { padding: 1.5rem; }
  .workflow-steps { grid-template-columns: 1fr 1fr; }
  .workflow-steps li { padding-right: 2rem; border-right: 1px solid rgba(255,255,255,.14); }.workflow-steps li:nth-child(2n) { padding-left: 2rem; border-right: 0; }.workflow-steps li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .privacy-points article { grid-template-columns: 3rem 1fr; padding: 1.7rem 0; }
  .install-steps { grid-template-columns: 1fr 1fr; }.install-steps li { padding: 1.5rem; }.install-steps li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: 2fr 1fr 1.3fr 1.15fr; }.footer-download { grid-column: auto; }
}

@media (min-width: 64rem) {
  .site-nav { gap: .35rem; }.site-nav a { padding-inline: .75rem; }
  .hero { display: grid; min-height: 53rem; align-items: center; padding: 8rem 0 4rem; }
  .hero-grid { grid-template-columns: minmax(0, .98fr) minmax(0, .92fr); align-items: center; gap: 2rem; }
  .hero-copy { padding-bottom: 1.5rem; }
  .hero h1 { font-size: clamp(4.2rem, 6.2vw, 5.8rem); }
  .hero-product { width: min(100%, 35rem); min-height: 39rem; }
  .finder-window { top: 3rem; width: 24.5rem; }
  .result-one { right: -1rem; bottom: 6.8rem; }.result-two { bottom: 1.5rem; left: -.6rem; }
  .intro-grid { grid-template-columns: .25fr 1fr; column-gap: 4rem; }.intro-copy { padding-right: 4rem; }.intent-board { grid-column: 2; min-height: 19rem; padding: 2.7rem; }
  .feature-grid { grid-template-columns: 1.15fr .85fr .85fr; }.feature-large { min-height: 29rem; }.feature-wide { grid-column: 1 / -1; }.feature-card:not(.feature-wide) { min-height: 29rem; }
  .score-visual { margin-top: 4.7rem; }.filter-stack, .csv-mini { margin-top: 5rem; }
  .wide-feature-copy { grid-template-columns: 1fr 18rem; margin-top: 4rem; }
  .workflow-steps { grid-template-columns: repeat(4,1fr); }.workflow-steps li { min-height: 22rem; padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }.workflow-steps li:nth-child(2n) { padding-left: 1.5rem; border-right: 1px solid rgba(255,255,255,.14); }.workflow-steps li:first-child { padding-left: 0; }.workflow-steps li:last-child { border-right: 0; }
  .data-grid { grid-template-columns: .72fr 1.28fr; gap: 4rem; }
  .privacy-grid { grid-template-columns: 1.1fr .9fr; align-items: start; gap: 7rem; }
  .install-card { display: grid; grid-template-columns: 1.05fr .95fr; }.install-head { display: flex; min-height: 37rem; flex-direction: column; justify-content: center; padding: 4rem; }.install-steps { grid-template-columns: 1fr; }.install-steps li { align-content: center; padding: 1.5rem 2rem; border-right: 0 !important; }.install-steps li:first-child { border-top: 0; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 7rem; }
  .closing { padding: 8rem 0; }
}

@media (min-width: 80rem) {
  .header-inner { min-height: 5rem; }
  .hero-product { transform: translateX(1.5rem); }
}

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

@media (forced-colors: active) {
  .button, .result-card, .finder-window, .feature-card { border: 1px solid CanvasText; }
}
