@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 {
  --navy-950: #03172c;
  --navy-900: #062342;
  --navy-800: #08355f;
  --blue-700: #0757a8;
  --blue-600: #0b67c4;
  --blue-500: #1683e7;
  --blue-300: #78bfff;
  --blue-100: #e8f4ff;
  --paper: #f6f4ed;
  --white: #fff;
  --ink: #10233a;
  --muted: #647487;
  --line: #d7e0e8;
  --gold: #ffb21a;
  --gold-light: #ffd274;
  --green: #23c785;
  --red: #e83d49;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow-lg: 0 34px 90px rgba(2, 18, 35, .28);
  --shadow-md: 0 20px 52px rgba(4, 39, 72, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong, .button, .brand, .plan-name { font-family: "Manrope", system-ui, sans-serif; }
h1, h2, h3 { line-height: 1.03; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 4.1vw, 4.2rem); letter-spacing: -.072em; }
h2 { font-size: clamp(2.5rem, 4.45vw, 4.85rem); letter-spacing: -.06em; }
h3 { letter-spacing: -.03em; }
p, li, figcaption, summary { text-wrap: pretty; }
em { color: var(--blue-500); font-style: normal; }
code { padding: 3px 7px; border-radius: 6px; color: var(--navy-900); background: #e6edf3; font-size: .88em; }

.shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 90; padding: 12px 18px; color: var(--navy-950); background: var(--gold); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(3, 23, 44, .93); box-shadow: 0 10px 38px rgba(0, 0, 0, .15); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 26px; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.nav-wrap nav { display: flex; gap: 26px; margin-left: auto; }
.nav-wrap nav a { color: rgba(255, 255, 255, .7); font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.nav-wrap nav a:hover { color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.985); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 0 17px; font-size: .84rem; }
.button-gold { color: #432900; background: var(--gold); box-shadow: 0 14px 36px rgba(255, 178, 26, .22); }
.button-gold:hover { background: #ffc247; box-shadow: 0 18px 42px rgba(255, 178, 26, .32); }
.button-ghost { border-color: rgba(6, 35, 66, .22); color: var(--navy-900); background: rgba(255, 255, 255, .5); }
.button-ghost:hover { border-color: var(--navy-900); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; text-decoration-color: rgba(255, 255, 255, .36); text-underline-offset: 6px; }
.text-link:hover { text-decoration-color: currentColor; }
.dark-link { color: var(--navy-900); }

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--blue-600);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { color: #9fd3ff; }
.section-kicker.light { color: #8ecbff; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(255, 178, 26, .12); }

.hero {
  position: relative;
  min-height: 930px;
  padding: 154px 0 72px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 26%, rgba(22, 131, 231, .34), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(11, 103, 196, .22), transparent 33%),
    linear-gradient(132deg, var(--navy-950), var(--navy-900) 55%, #064d8d);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 66% 38%, black, transparent 72%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .11); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: -280px; right: -190px; width: 780px; height: 780px; }
.hero-orbit-two { top: -128px; right: -42px; width: 480px; height: 480px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 54px; }
.hero-copy { position: relative; z-index: 4; }
.hero h1 { max-width: 620px; margin-bottom: 28px; }
.hero h1 > span, .hero h1 > em { display: block; white-space: nowrap; }
.hero-lede { max-width: 640px; margin-bottom: 0; color: rgba(255, 255, 255, .73); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: rgba(255, 255, 255, .65); font-size: .77rem; }
.proof-line span { display: inline-flex; align-items: center; gap: 7px; }
.proof-line b { color: var(--gold-light); font-size: .62rem; letter-spacing: .08em; }
.hero-stage { position: relative; }
.desktop-workflow-label { display: flex; align-items: center; gap: 9px; margin: 0 0 12px 2px; color: rgba(255, 255, 255, .82); font-family: "Manrope", system-ui, sans-serif; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-workflow-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(255, 178, 26, .12); }

.desktop-demo {
  position: relative;
  width: min(730px, 100%);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 18px;
  background: #f1f5f8;
  box-shadow: 0 36px 90px rgba(0, 10, 24, .38), inset 0 1px rgba(255, 255, 255, .35);
}
.chrome-bar { display: flex; align-items: flex-end; gap: 15px; height: 42px; padding: 8px 11px 0; background: #27313d; }
.chrome-dots { display: flex; align-items: center; gap: 6px; padding-bottom: 10px; }
.chrome-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff6159; }
.chrome-dots i:nth-child(2) { background: #ffbd2e; }
.chrome-dots i:nth-child(3) { background: #28c941; }
.chrome-tab { display: flex; align-items: center; gap: 7px; width: 220px; height: 30px; padding: 0 12px; border-radius: 9px 9px 0 0; color: #4f5f6d; background: #fff; font-size: .68rem; }
.chrome-tab img, .chrome-toolbar img { width: 17px; height: 17px; border-radius: 4px; }
.chrome-toolbar { display: flex; align-items: center; gap: 11px; margin: 0 5px 8px auto; color: #cbd5de; font-size: .82rem; }
.address-bar { display: flex; align-items: center; gap: 8px; height: 34px; margin: 0; padding: 0 18px; color: #788694; background: #e7edf2; border-bottom: 1px solid #cfd9e1; font-size: .64rem; }
.address-bar span { font-size: .9rem; }
.browser-workspace { position: relative; min-height: 580px; overflow: hidden; background: #eef2f5; }
.salesnav-mock { position: absolute; inset: 0; color: #425466; background: #eef2f5; }
.sn-nav { display: flex; align-items: center; gap: 9px; height: 43px; padding: 0 16px; color: #fff; background: #12304f; font-size: .7rem; }
.sn-nav strong { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 3px; color: #174d7e; background: #fff; font-size: .66rem; }
.sn-nav i { width: 58px; height: 9px; margin-left: auto; border-radius: 5px; background: rgba(255, 255, 255, .13); }
.sn-nav i + i { width: 25px; margin-left: 0; }
.sn-layout { display: grid; grid-template-columns: 152px 1fr; height: calc(100% - 43px); }
.sn-filters { display: flex; flex-direction: column; gap: 17px; padding: 24px 18px; border-right: 1px solid #d8e0e6; background: #fff; }
.sn-line { display: block; width: 72%; height: 8px; border-radius: 4px; background: #dfe6eb; }
.sn-line-wide { width: 100%; height: 12px; background: #cbd6de; }
.sn-line-short { width: 48%; }
.sn-results { padding: 18px 18px 120px; }
.sn-results-top { display: flex; align-items: center; justify-content: space-between; max-width: 360px; margin-bottom: 14px; font-size: .66rem; }
.sn-results-top strong { color: #163b5f; font-size: .9rem; }
.sn-list-chip { padding: 5px 8px; border: 1px solid #b8c9d7; border-radius: 5px; color: #315676; background: #fff; }
.sn-select-row { display: flex; align-items: center; gap: 8px; width: 360px; padding: 9px 11px; border: 1px solid #d5dfe7; border-radius: 8px; background: #fff; font-size: .62rem; }
.sn-select-row > span:last-child { margin-left: auto; padding: 5px 8px; border-radius: 5px; color: #fff; background: #0b67c4; }
.fake-checkbox { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 3px; color: #fff; background: var(--blue-600); font-size: .52rem; }
.lead-row { display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 9px; width: 360px; min-height: 62px; padding: 10px; border-bottom: 1px solid #dfe6ec; background: rgba(255, 255, 255, .78); }
.avatar { width: 28px; height: 28px; border-radius: 8px; background: #88a6bc; }
.avatar-two { background: #6e9e8d; }.avatar-three { background: #ad8e77; }.avatar-four { background: #8292b8; }
.lead-row div { display: grid; gap: 6px; }
.lead-row b, .lead-row i { display: block; width: 72%; height: 7px; border-radius: 4px; background: #b9c8d3; }
.lead-row i { width: 48%; height: 5px; background: #d8e1e7; }
.lead-check { color: var(--blue-600); font-size: .68rem; font-weight: 800; }
.page-runner {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 4;
  width: 330px;
  padding: 14px 16px;
  border: 1px solid #bfd0de;
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 44px rgba(5, 42, 77, .18);
}
.runner-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .68rem; }
.runner-top > span { display: flex; align-items: center; gap: 7px; font-family: "Manrope", system-ui, sans-serif; font-weight: 800; }
.runner-top img { width: 19px; height: 19px; border-radius: 5px; }
.runner-top strong { color: var(--blue-600); }
.runner-status { margin: 10px 0 7px; color: #55697a; font-size: .61rem; }
.runner-track, .run-track, .running-progress-track { overflow: hidden; border-radius: 999px; background: #dfe7ed; }
.runner-track { height: 6px; }
.runner-track span, .run-track span, .running-progress-track span { display: block; width: 100%; height: 100%; transform: scaleX(.28); transform-origin: left; background: linear-gradient(90deg, #19a7e8, var(--blue-600)); animation: progress-cycle 5s ease-in-out infinite; }
.runner-meta { display: flex; justify-content: space-between; margin-top: 7px; color: #82909d; font-size: .56rem; }

.extension-mock {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 5;
  width: 294px;
  overflow: hidden;
  border: 1px solid #b4c3cf;
  border-radius: 13px;
  color: #1b2b3d;
  background: #f7f8fb;
  box-shadow: 0 28px 68px rgba(2, 27, 51, .28);
}
.extension-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 14px; color: #fff; background: linear-gradient(135deg, #0b67c4, #07509a); }
.extension-brand { display: flex; align-items: center; gap: 9px; }
.extension-brand img { width: 33px; height: 33px; border-radius: 8px; }
.extension-brand strong, .extension-brand span { display: block; }
.extension-brand strong { font-size: .86rem; }
.extension-brand span { max-width: 126px; margin-top: 2px; color: rgba(255, 255, 255, .75); font-size: .54rem; line-height: 1.25; }
.pro-chip { margin-top: 2px; padding: 4px 8px; border-radius: 6px; color: #4f3000; background: var(--gold); font-family: "Manrope", system-ui, sans-serif; font-size: .52rem; font-weight: 800; }
.extension-body { padding: 15px; }
.extension-body label { display: block; margin: 0 0 5px; color: #25384b; font-family: "Manrope", system-ui, sans-serif; font-size: .61rem; font-weight: 800; }
.extension-body small { display: block; margin: 4px 0 12px; color: #8a97a3; font-size: .51rem; }
.mock-input { margin-bottom: 12px; padding: 9px 10px; border: 1px solid #c7d2dc; border-radius: 7px; color: #273747; background: #fff; font-size: .68rem; box-shadow: inset 0 1px 2px rgba(6, 35, 66, .04); }
.delay-label { display: flex !important; align-items: center; justify-content: space-between; }
.delay-label b { padding: 2px 6px; border-radius: 999px; color: #fff; background: var(--blue-600); font-size: .5rem; }
.mock-slider { position: relative; height: 6px; border-radius: 999px; background: #dbe2e8; }
.mock-slider span { position: absolute; top: 50%; left: 0; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; background: var(--blue-600); box-shadow: 0 2px 6px rgba(0, 0, 0, .22); transform: translateY(-50%); }
.slider-labels { display: flex; justify-content: space-between; margin: 5px 0 12px; color: #909da8; font-size: .5rem; }
.mock-start { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; border-radius: 7px; color: #fff; background: var(--blue-600); font-family: "Manrope", system-ui, sans-serif; font-size: .68rem; font-weight: 800; box-shadow: 0 9px 20px rgba(11, 103, 196, .2); }
.mock-license { margin: 14px -15px -15px; padding: 11px 15px; border-top: 1px solid #dfe5ea; color: #7d8994; background: #f2f4f7; font-size: .59rem; font-weight: 700; }
.desktop-caption { display: flex; align-items: center; gap: 7px; height: 31px; padding: 0 15px; color: #647686; background: #fff; border-top: 1px solid #d7e0e7; font-size: .57rem; }
.desktop-caption span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.real-hero-workspace { position: relative; height: 610px; overflow: hidden; background: #eef2f5; }
.real-salesnav-hero { width: 100%; height: 100%; object-fit: cover; object-position: 16% top; }
.real-extension-hero { position: absolute; top: 28px; right: 24px; width: 310px; margin: 0; overflow: hidden; border: 1px solid rgba(15, 54, 86, .24); border-radius: 14px; background: #f7f8fb; box-shadow: 0 28px 68px rgba(2, 27, 51, .3); }
.real-extension-hero figcaption { display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: #516779; background: #fff; border-bottom: 1px solid #d8e1e8; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.real-extension-hero figcaption span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.real-extension-hero > div { height: 405px; overflow: hidden; }
.real-extension-hero img,
.actual-product-crop img,
.actual-running-window img {
  display: block;
  width: 105%;
  max-width: none;
  transform: translate(-3.15%, -9px);
}

.hero-ticker { position: absolute; inset: auto 0 0; z-index: 6; overflow: hidden; border-block: 1px solid rgba(255, 255, 255, .12); background: rgba(2, 18, 35, .6); backdrop-filter: blur(10px); }
.ticker-track { display: flex; align-items: center; gap: 32px; width: max-content; padding: 15px 0; color: rgba(255, 255, 255, .74); font-family: "Manrope", system-ui, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .15em; animation: ticker 25s linear infinite; }
.ticker-track i { color: var(--gold); font-style: normal; }

.action-section { padding: 134px 0 142px; overflow: hidden; background: var(--paper); }
.action-heading { display: grid; grid-template-columns: 1.14fr .86fr; column-gap: 90px; align-items: end; }
.action-heading .section-kicker { grid-column: 1 / -1; }
.action-heading h2 { margin-bottom: 0; }
.action-heading > p:last-child { max-width: 500px; margin-bottom: 4px; color: var(--muted); font-size: 1.05rem; }
.action-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 72px; }
.manual-pane, .listcoast-pane { position: relative; min-height: 560px; padding: 34px; border-radius: var(--radius); overflow: hidden; }
.manual-pane { border: 1px solid var(--line); background: rgba(255, 255, 255, .72); }
.listcoast-pane { color: var(--white); background: linear-gradient(145deg, var(--navy-900), #0a4b83); box-shadow: var(--shadow-md); }
.comparison-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 21px; border-bottom: 1px solid rgba(107, 128, 146, .23); }
.listcoast-pane .comparison-label { border-color: rgba(255, 255, 255, .13); }
.comparison-label span { font-family: "Manrope", system-ui, sans-serif; font-size: .84rem; font-weight: 800; }
.comparison-label small { color: var(--muted); font-size: .68rem; }
.listcoast-pane .comparison-label small { color: rgba(255, 255, 255, .56); }
.action-total, .one-run { display: flex; align-items: center; gap: 17px; margin: 28px 0; }
.action-total strong, .one-run strong { font-family: "Manrope", system-ui, sans-serif; font-size: clamp(4.2rem, 7vw, 6.9rem); font-weight: 800; line-height: .85; letter-spacing: -.08em; font-variant-numeric: tabular-nums; }
.action-total strong { color: var(--red); }
.one-run strong { color: var(--gold); }
.action-total span, .one-run span { max-width: 150px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.one-run span { color: rgba(255, 255, 255, .58); }
.manual-equation { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.manual-equation div { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.manual-equation b { color: var(--red); font-size: .78rem; font-variant-numeric: tabular-nums; }
.manual-equation span { color: #536779; font-size: .73rem; }
.manual-animation { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 24px; }
.manual-step { padding: 10px 4px; border: 1px solid var(--line); border-radius: 8px; color: #7f8d99; background: #f3f6f8; font-size: .62rem; font-weight: 800; text-align: center; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.manual-step.active { color: #fff; border-color: var(--red); background: var(--red); transform: translateY(-3px); }
.manual-pane > p { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }
.run-setup { display: grid; grid-template-columns: 1.5fr .55fr .5fr; gap: 8px; }
.run-setup div { min-width: 0; padding: 12px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; background: rgba(255, 255, 255, .06); }
.run-setup small, .run-setup strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.run-setup small { color: rgba(255, 255, 255, .46); font-size: .55rem; letter-spacing: .12em; }
.run-setup strong { margin-top: 4px; font-size: .72rem; }
.run-button { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 22px; min-height: 47px; border-radius: 10px; color: #3f2900; background: var(--gold); font-family: "Manrope", system-ui, sans-serif; font-size: .8rem; font-weight: 800; box-shadow: 0 14px 30px rgba(255, 178, 26, .16); }
.run-progress { padding: 17px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; background: rgba(255, 255, 255, .06); }
.run-progress > div:first-child { display: flex; justify-content: space-between; gap: 16px; font-size: .72rem; }
.run-progress > div:first-child span { color: #8fcfff; }
.run-track { height: 7px; margin: 12px 0 9px; background: rgba(255, 255, 255, .14); }
.run-track span { transform: scaleX(.28); background: linear-gradient(90deg, #38bdf8, #8ed1ff); }
.run-progress small { color: rgba(255, 255, 255, .54); font-size: .62rem; }
.action-disclosure { margin-top: 24px; padding: 17px 20px; border: 1px solid #d3dde5; border-radius: 12px; color: var(--muted); background: rgba(255, 255, 255, .58); font-size: .78rem; }
.action-disclosure strong { color: var(--navy-900); }
.real-workflow-proof { position: relative; margin-top: 68px; }
.real-salesnav-frame { position: relative; overflow: hidden; border: 1px solid #cfdbe5; border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(5, 42, 77, .14); }
.real-frame-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; padding: 0 20px; color: #536a7e; background: #fff; border-bottom: 1px solid #d8e1e8; font-size: .68rem; }
.real-frame-bar strong { color: var(--navy-900); font-size: .74rem; }
.real-frame-bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.real-salesnav-crop { height: 590px; overflow: hidden; background: #f4f6f8; }
.real-salesnav-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 14% top; }
.manual-loop-rail { position: absolute; left: 24px; bottom: 24px; z-index: 3; width: calc(100% - 435px); padding: 16px 18px; border-radius: 13px; color: #fff; background: rgba(4, 30, 55, .92); box-shadow: 0 16px 38px rgba(4, 30, 55, .22); backdrop-filter: blur(12px); }
.manual-loop-rail small { display: block; margin-bottom: 8px; color: #9fcdf3; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.manual-loop-rail div { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-family: "Manrope", system-ui, sans-serif; font-size: .73rem; font-weight: 700; }
.manual-loop-rail span { color: var(--gold-light); font-size: .58rem; }
.manual-loop-rail b { color: #69bdf7; font-weight: 700; }
.actual-product-panel { position: absolute; top: 76px; right: 32px; z-index: 4; width: 355px; margin: 0; overflow: hidden; border: 1px solid #bfd0dc; border-radius: 16px; background: #f7f8fb; box-shadow: 0 30px 74px rgba(3, 31, 57, .28); }
.actual-product-panel figcaption { display: grid; gap: 2px; padding: 13px 15px; color: var(--white); background: var(--navy-900); }
.actual-product-panel figcaption strong { font-size: .76rem; }
.actual-product-panel figcaption span { color: rgba(255, 255, 255, .62); font-size: .6rem; }
.actual-product-crop { height: 475px; overflow: hidden; background: #f7f8fb; }
.workflow-math { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; margin: 20px 0 0; padding: 22px 28px; border-radius: 16px; color: #fff; background: var(--navy-900); }
.workflow-math > div { display: flex; align-items: center; gap: 17px; }
.workflow-math > div:last-child { justify-content: flex-end; }
.workflow-math strong { color: var(--gold); font-size: 3.1rem; line-height: 1; font-variant-numeric: tabular-nums; }
.workflow-math span { font-family: "Manrope", system-ui, sans-serif; font-size: .78rem; font-weight: 700; line-height: 1.4; }
.workflow-math small { color: rgba(255, 255, 255, .54); font-family: "DM Sans", system-ui, sans-serif; font-weight: 500; }
.workflow-math > b { color: #73c8ff; font-size: 1.4rem; }

.product-section { position: relative; padding: 142px 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 18% 48%, rgba(22, 131, 231, .29), transparent 31%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.product-section::after { content: ""; position: absolute; top: 0; right: -8%; width: 50%; height: 100%; opacity: .08; background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px); background-size: 56px 56px; transform: skewX(-8deg); }
.product-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 88px; align-items: center; }
.running-stage { position: relative; display: grid; place-items: center; min-height: 690px; }
.running-stage::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: rgba(22, 131, 231, .24); filter: blur(60px); }
.running-window { position: relative; z-index: 2; width: min(470px, 90%); overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: 18px; color: var(--ink); background: #f7f8fb; box-shadow: var(--shadow-lg); }
.actual-running-window { margin: 0; }
.actual-running-window figcaption { display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: #536a7e; background: #fff; border-bottom: 1px solid #d8e1e8; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.actual-running-window figcaption span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.actual-running-window > div { height: 580px; overflow: hidden; }
.running-window-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; color: #fff; background: linear-gradient(135deg, #0b67c4, #064d91); }
.running-window-bar span { display: flex; align-items: center; gap: 10px; font-family: "Manrope", system-ui, sans-serif; font-weight: 800; }
.running-window-bar img { width: 34px; height: 34px; border-radius: 8px; }
.running-window-bar b { padding: 6px 11px; border-radius: 8px; color: #4b2e00; background: var(--gold); font-size: .65rem; }
.running-window-body { padding: 22px; }
.running-progress-head { display: flex; justify-content: space-between; gap: 18px; font-size: .86rem; }
.running-progress-head b { color: var(--blue-600); }
.running-progress-track { height: 8px; margin: 12px 0 21px; }
.running-progress-track span { transform: scaleX(.28); }
.running-stats { display: grid; grid-template-columns: .8fr .95fr 1.25fr; gap: 10px; }
.running-stats div { padding: 13px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: center; }
.running-stats small, .running-stats strong { display: block; }
.running-stats small { color: #8a97a3; font-size: .51rem; letter-spacing: .08em; }
.running-stats strong { margin-top: 4px; font-size: .72rem; }
.activity-window { margin-top: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.activity-window > strong { display: block; margin-bottom: 9px; color: #6e7b86; font-size: .62rem; letter-spacing: .1em; }
.activity-window p { display: grid; grid-template-columns: 65px 1fr; gap: 10px; margin: 0; padding: 8px 0; border-top: 1px solid #edf1f4; color: #4f5f6c; font-size: .63rem; }
.activity-window time { color: #9ba7b0; font-variant-numeric: tabular-nums; }
.running-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.running-controls button { min-height: 45px; border: 0; border-radius: 9px; color: #fff; font-family: "Manrope", system-ui, sans-serif; font-size: .73rem; font-weight: 800; background: #f59f0b; }
.running-controls button + button { background: #e42732; }
.running-footer { padding: 13px; border-top: 1px solid var(--line); color: #a2adb6; font-size: .62rem; text-align: center; }
.product-copy h2 { max-width: 620px; margin-bottom: 28px; }
.product-lede { max-width: 610px; color: rgba(255, 255, 255, .68); font-size: 1.07rem; }
.control-list { margin: 42px 0 0; padding: 0; list-style: none; }
.control-list li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 21px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.control-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.control-list > li > span { color: var(--gold); font-family: "Manrope", system-ui, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.control-list strong { display: block; margin-bottom: 4px; }
.control-list p { margin: 0; color: rgba(255, 255, 255, .6); font-size: .88rem; }

.scope-section { padding: 140px 0 150px; background: #fff; }
.scope-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.scope-copy h2 { margin-bottom: 28px; }
.scope-copy > p:last-child { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.scope-board { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #eef3f7; box-shadow: 0 24px 60px rgba(5, 42, 77, .1); }
.scope-column { padding: 29px; border-radius: 14px; background: #fff; }
.scope-does-not { background: #f7f9fa; }
.scope-label { display: block; margin-bottom: 20px; color: var(--blue-600); font-family: "Manrope", system-ui, sans-serif; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.scope-does-not .scope-label { color: #7b8791; }
.scope-column ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.scope-column li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; color: #536677; font-size: .8rem; }
.scope-column li span { color: var(--blue-600); font-weight: 800; }
.scope-does-not li span { color: #8e99a2; }
.permission-note { grid-column: 1 / -1; padding: 24px 29px; border-radius: 14px; background: #dfeefa; }
.permission-note strong { display: block; margin-bottom: 6px; color: var(--navy-900); font-size: .84rem; }
.permission-note p { margin: 0; color: #607384; font-size: .75rem; }

.safety-section { padding: 128px 0 138px; background: #eaf4fb; }
.safety-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.safety-copy h2 { margin-bottom: 26px; }
.safety-copy > p:last-child { max-width: 530px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.safety-disclosure { padding: 31px 32px; border: 1px solid #bdd5e8; border-radius: 18px; background: rgba(255, 255, 255, .82); box-shadow: 0 22px 55px rgba(5, 42, 77, .1); }
.safety-disclosure > strong { display: block; margin-bottom: 13px; color: var(--navy-900); font-size: 1rem; }
.safety-disclosure p { margin-bottom: 13px; color: #546b7d; font-size: .84rem; }
.safety-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.safety-links a { color: var(--blue-600); font-size: .76rem; font-weight: 800; text-underline-offset: 4px; }

.pricing-section { padding: 142px 0; color: var(--white); background: radial-gradient(circle at 16% 34%, rgba(22, 131, 231, .22), transparent 27%), linear-gradient(135deg, #041a31, #082f55); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.pricing-heading h2 { margin-bottom: 25px; }
.pricing-heading > p:not(.section-kicker) { color: rgba(255, 255, 255, .65); font-size: 1.03rem; }
.pricing-note { display: grid; gap: 4px; margin-top: 34px; padding: 19px 20px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 15px; background: rgba(255, 255, 255, .05); }
.pricing-note strong { font-size: .82rem; }
.pricing-note span { color: rgba(255, 255, 255, .53); font-size: .74rem; line-height: 1.45; }
.plans { display: grid; grid-template-columns: .94fr 1.06fr; gap: 18px; align-items: center; }
.plan { position: relative; padding: 31px; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); color: var(--ink); background: #edf4fa; box-shadow: 0 28px 70px rgba(0, 0, 0, .22); }
.plan-pro { padding-top: 68px; background: var(--white); }
.pro-banner { position: absolute; inset: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; border-radius: 21px 21px 0 0; color: #3f2800; background: linear-gradient(90deg, var(--gold), #ffcc61); font-family: "Manrope", system-ui, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.plan-name { display: block; color: var(--navy-900); font-size: 1.12rem; font-weight: 800; }
.plan-top p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.price { color: var(--navy-900); font-family: "Manrope", system-ui, sans-serif; font-size: 3.35rem; font-weight: 800; line-height: .9; letter-spacing: -.06em; }
.price sup { position: relative; top: -1.25em; margin-right: 3px; font-size: .76rem; letter-spacing: 0; }
.plan ul { display: grid; gap: 13px; margin: 28px 0; padding: 26px 0; border-block: 1px solid var(--line); list-style: none; }
.plan li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; color: #526477; font-size: .83rem; line-height: 1.4; }
.plan li span { color: var(--blue-600); font-weight: 800; }
.plan li strong { color: var(--navy-900); font-weight: 800; }
.plan .button { width: 100%; min-height: 54px; padding-inline: 14px; font-size: .83rem; }
.plan > small { display: block; margin-top: 13px; color: #8b98a5; font-size: .66rem; text-align: center; }

.install-section { padding: 140px 0; }
.install-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 94px; align-items: start; }
.install-copy { position: sticky; top: 118px; }
.install-copy h2 { margin-bottom: 27px; }
.install-copy > p:not(.section-kicker) { max-width: 500px; color: var(--muted); font-size: 1.03rem; }
.install-copy .text-link { margin-top: 12px; }
.install-steps { margin: 0; padding: 0; list-style: none; }
.install-steps li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; min-height: 145px; padding: 27px 0; border-top: 1px solid #cbd7e1; }
.install-steps li:last-child { border-bottom: 1px solid #cbd7e1; }
.install-steps > li > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: var(--white); background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); box-shadow: 0 13px 28px rgba(11, 103, 196, .2); font-family: "Manrope", system-ui, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.install-steps strong { display: block; margin-bottom: 6px; color: var(--navy-900); font-size: 1.02rem; }
.install-steps p { max-width: 540px; margin: 0; color: var(--muted); }

.faq-section { padding: 140px 0 150px; background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 96px; align-items: start; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { margin-bottom: 25px; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-heading a { color: var(--blue-600); font-weight: 700; text-underline-offset: 4px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 23px 0; color: var(--navy-900); font-family: "Manrope", system-ui, sans-serif; font-weight: 800; line-height: 1.35; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--blue-600); font-size: 1.15rem; font-weight: 500; transition: transform .25s ease, background .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--navy-900); }
.accordion details p { max-width: 680px; margin: -3px 54px 25px 0; color: var(--muted); }

.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: var(--white); background: linear-gradient(125deg, var(--blue-700), #084274 62%, var(--navy-950)); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .15) 1px, transparent 1px); background-size: 54px 54px; }
.final-orbit { position: absolute; right: -160px; top: -240px; width: 620px; height: 620px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 68px; }
.final-cta h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.7rem, 4.5vw, 5rem); }
.final-actions { display: flex; flex: 0 0 320px; flex-direction: column; align-items: flex-start; gap: 20px; }

footer { padding: 46px 0 30px; color: #a9b8c7; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.footer-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.footer-logo img { width: 38px; height: 38px; border-radius: 9px; }
footer p { margin: 10px 0 0; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #a9b8c7; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); }

.reveal { opacity: 1; transform: none; }
.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.has-js .reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes progress-cycle { 0%, 100% { transform: scaleX(.12); } 55% { transform: scaleX(.72); } }

@media (max-width: 1140px) {
  .nav-wrap nav { gap: 18px; }
  .hero { padding-bottom: 110px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 820px; }
  .hero-stage { width: min(820px, 100%); margin: 0 auto; }
  .desktop-demo { width: 100%; }
  .product-grid, .scope-layout, .pricing-layout, .install-layout, .faq-layout { gap: 58px; }
  .plans { grid-template-columns: 1fr; }
}

@media (max-width: 930px) {
  .site-header { height: 72px; }
  .nav-wrap nav { display: none; }
  .hero { padding-top: 126px; padding-bottom: 110px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { width: min(760px, 100%); margin: 0 auto; }
  .action-heading, .product-grid, .scope-layout, .safety-layout, .pricing-layout, .install-layout, .faq-layout { grid-template-columns: 1fr; }
  .action-heading { gap: 24px; }
  .action-heading .section-kicker { grid-column: auto; }
  .action-heading > p:last-child { max-width: 720px; }
  .product-grid { gap: 50px; }
  .running-stage { min-height: 630px; }
  .scope-copy { max-width: 760px; }
  .safety-layout { gap: 46px; }
  .pricing-heading { max-width: 720px; }
  .plans { grid-template-columns: 1fr 1fr; }
  .install-copy, .faq-heading { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { flex: auto; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1200px); }
  h1 { font-size: clamp(2.65rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.55rem); }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 1.05rem; }
  .button-small { min-height: 42px; padding-inline: 14px; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero h1 { max-width: 100%; }
  .hero h1 > span, .hero h1 > em { white-space: nowrap; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; text-align: center; }
  .proof-line { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .desktop-demo { border-radius: 14px; }
  .chrome-tab { width: 180px; }
  .chrome-toolbar span { display: none; }
  .browser-workspace { min-height: 550px; }
  .sn-layout { grid-template-columns: 1fr; }
  .sn-filters { display: none; }
  .sn-results { opacity: .45; padding-inline: 12px; }
  .sn-results-top, .sn-select-row, .lead-row { width: 100%; }
  .extension-mock { top: 25px; right: 12px; left: 12px; width: auto; }
  .page-runner { display: none; }
  .desktop-caption { font-size: .53rem; }
  .ticker-track { gap: 24px; padding-block: 13px; }
  .action-section, .product-section, .scope-section, .safety-section, .pricing-section, .install-section, .faq-section { padding-block: 94px; }
  .action-heading { gap: 18px; }
  .action-heading h2 br { display: none; }
  .action-comparison { grid-template-columns: 1fr; gap: 14px; margin-top: 48px; }
  .manual-pane, .listcoast-pane { min-height: 0; padding: 24px 20px; }
  .comparison-label { align-items: flex-start; flex-direction: column; gap: 4px; }
  .manual-equation { grid-template-columns: 1fr 1fr; }
  .action-total strong, .one-run strong { font-size: 5rem; }
  .running-stage { min-height: 560px; }
  .running-window { width: 100%; }
  .running-window-bar { padding: 15px; }
  .running-window-body { padding: 16px; }
  .running-stats { grid-template-columns: 1fr 1fr; }
  .running-stats div:last-child { grid-column: 1 / -1; }
  .activity-window p { grid-template-columns: 58px 1fr; }
  .real-hero-workspace { height: 540px; }
  .real-extension-hero { top: 22px; right: 12px; width: min(300px, calc(100% - 24px)); }
  .real-workflow-proof { margin-top: 46px; }
  .real-salesnav-crop { height: 390px; }
  .manual-loop-rail { position: relative; left: auto; bottom: auto; width: auto; margin: -1px; border-radius: 0; }
  .actual-product-panel { position: relative; top: auto; right: auto; width: 100%; margin-top: 14px; }
  .actual-product-crop { height: 520px; }
  .workflow-math { grid-template-columns: 1fr; gap: 14px; padding: 22px; }
  .workflow-math > b { transform: rotate(90deg); text-align: center; }
  .workflow-math > div:last-child { justify-content: flex-start; }
  .actual-running-window > div { height: 500px; }
  .control-list li { grid-template-columns: 34px 1fr; }
  .scope-board { grid-template-columns: 1fr; }
  .scope-column { padding: 24px 21px; }
  .permission-note { grid-column: auto; padding: 22px 21px; }
  .safety-layout { grid-template-columns: 1fr; gap: 42px; }
  .safety-disclosure { padding: 25px 22px; }
  .plans { grid-template-columns: 1fr; }
  .plan { padding: 27px 22px; }
  .plan-pro { padding-top: 64px; }
  .install-steps li { grid-template-columns: 58px 1fr; gap: 16px; min-height: 128px; }
  .install-steps > li > span { width: 50px; height: 50px; border-radius: 15px; }
  .accordion details p { margin-right: 0; }
  .final-cta { padding-block: 86px; }
  .final-actions, .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { gap: 16px; }
}

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