:root {
  --v8-sky: #35b8ff;
  --v8-blue: #087cf0;
  --v8-blue-dark: #1454c8;
  --v8-ice: #eaf7ff;
  --v8-soft: #f6fbff;
  --v8-ink: #10283f;
  --v8-muted: #647a90;
  --v8-line: #bfd8e9;
  --v8-white: #fff;
  --v8-yellow: #ffda57;
  --v8-coral: #ff7358;
  --v8-shadow: 0 24px 64px rgba(22, 82, 132, .16);
}

body.ui-v8 {
  color: var(--v8-ink);
  background: var(--v8-soft);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ui-v8 button,
body.ui-v8 input,
body.ui-v8 select,
body.ui-v8 textarea { font-family: inherit; }

body.ui-v8 .v7-only { display: none !important; }
body.ui-v8 .v7-legacy { display: initial; }

html.design-v7-preview body.ui-v8 #marketingScreen > .marketing-nav,
html.design-v7-preview body.ui-v8 #marketingScreen > .marketing-main,
html.design-v7-preview body.ui-v8 #marketingScreen > .marketing-footer,
body.ui-v8 #marketingScreen > .marketing-nav,
body.ui-v8 #marketingScreen > .marketing-main,
body.ui-v8 #marketingScreen > .marketing-footer { display: none !important; }

body.ui-v8 #marketingScreen {
  min-height: 100vh;
  overflow: visible;
  color: var(--v8-ink);
  background: var(--v8-soft);
}

html.design-v7-preview body.ui-v8 .v8-site,
body.ui-v8 .v8-site { min-height: 100vh; background: var(--v8-soft); font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; font-size: 16px; line-height: normal; }
.ui-v8 .v8-site > main { display: block; width: 100%; max-width: none; margin: 0; padding: 0; gap: 0; }
.ui-v8 .v8-site :where(header) {
  grid-column: auto;
  grid-row: auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
  align-items: normal;
  justify-content: normal;
  gap: normal;
  position: static;
  top: auto;
  z-index: auto;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.ui-v8 .v8-site :where(section) { min-width: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.ui-v8 .v8-site a { color: inherit; text-decoration: none; }
.ui-v8 .v8-site button { color: inherit; }
.ui-v8 .v8-topbar {
  position: relative;
  z-index: 5;
  width: min(1480px, calc(100% - 48px));
  height: 78px;
  margin: 18px auto 0;
  padding: 0 18px 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--v8-line);
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(25, 91, 142, .08);
}
.ui-v8 .v8-brand { display: inline-flex; align-items: center; gap: 11px; border: 0; background: transparent; font-size: 20px; font-weight: 820; letter-spacing: -.04em; white-space: nowrap; cursor: pointer; }
.ui-v8 .v8-brand b { color: var(--v8-blue); }
.ui-v8 .v8-brand-mark { width: 31px; height: 27px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-8deg); }
.ui-v8 .v8-brand-mark > i { display: block; width: 8px; border-radius: 3px 3px 1px 1px; background: var(--v8-blue); }
.ui-v8 .v8-brand-mark > i:nth-child(1) { height: 14px; background: var(--v8-sky); }
.ui-v8 .v8-brand-mark > i:nth-child(2) { height: 27px; }
.ui-v8 .v8-brand-mark > i:nth-child(3) { height: 20px; background: var(--v8-coral); }
.ui-v8 .v8-topbar > nav { display: flex; align-items: center; gap: 34px; }
.ui-v8 .v8-topbar > nav a { color: #3f5870; font-size: 13px; font-weight: 680; }
.ui-v8 .v8-topbar > nav a:hover { color: var(--v8-blue); }
.ui-v8 .v8-top-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.ui-v8 .v8-top-actions > button:not(.v8-primary) { border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.ui-v8 .v8-primary { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--v8-blue); border-radius: 10px; color: #fff !important; background: var(--v8-blue); box-shadow: 0 8px 0 #c7eaff; font-size: 14px; font-weight: 780; cursor: pointer; }
.ui-v8 .v8-primary svg { width: 17px; }
.ui-v8 .v8-primary.v8-small { min-height: 43px; padding: 0 17px; box-shadow: none; }

.ui-v8 .v8-hero {
  width: min(1480px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v8-line);
  border-top: 0;
  border-radius: 0 0 28px 28px;
}
.ui-v8 .v8-hero-copy { min-width: 0; padding: 108px 40px 68px max(42px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; align-items: flex-start; }
.ui-v8 .v8-ai-overline { margin: 0; display: flex; align-items: center; gap: 11px; color: var(--v8-ink); font-size: 13px; font-weight: 820; letter-spacing: .08em; }
.ui-v8 .v8-ai-overline > span { width: 25px; height: 6px; border-radius: 10px; background: var(--v8-sky); }
.ui-v8 .v8-ai-overline b { display: flex; align-items: center; gap: 7px; }
.ui-v8 .v8-ai-overline em { padding: 4px 7px; border-radius: 5px; color: #fff; background: var(--v8-blue); font-size: 11px; font-style: normal; }
.ui-v8 .v8-hero h1 { margin: 50px 0 30px; font-size: clamp(58px, 5.6vw, 80px); line-height: .98; letter-spacing: -.065em; font-weight: 820; }
.ui-v8 .v8-hero h1 span { display: block; white-space: nowrap; }
.ui-v8 .v8-hero-lede { max-width: 540px; margin: 0; color: #476078; font-size: 17px; line-height: 1.8; }
.ui-v8 .v8-hero-lede span { display: inline-block; }
.ui-v8 .v8-hero-lede span + span { margin-left: .28em; }
.ui-v8 .v8-hero-actions { margin-top: 37px; display: flex; align-items: center; gap: 28px; }
.ui-v8 .v8-hero-actions > a { padding-bottom: 5px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--v8-ink); font-size: 13px; font-weight: 740; }
.ui-v8 .v8-hero-actions > a svg { width: 14px; }
.ui-v8 .v8-hero-points { margin-top: auto; padding-top: 58px; display: flex; flex-wrap: wrap; gap: 24px; }
.ui-v8 .v8-hero-points span { display: flex; align-items: center; gap: 7px; color: #536b81; font-size: 12px; font-weight: 700; }
.ui-v8 .v8-hero-points svg { width: 15px; color: var(--v8-blue); }
.ui-v8 .v8-hero-visual { min-width: 0; position: relative; min-height: 760px; overflow: hidden; background-color: var(--v8-ice); background-image: linear-gradient(rgba(43,141,207,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(43,141,207,.14) 1px, transparent 1px); background-size: 34px 34px; border-left: 1px solid #d3e7f4; }
.ui-v8 .v8-sky-disc { position: absolute; right: 5%; top: 8%; width: 240px; height: 240px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--v8-sky); text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .16em; line-height: 1.4; }
.ui-v8 .v8-sky-disc::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.ui-v8 .v8-product-window { position: absolute; z-index: 2; left: 5%; top: 19%; width: 91%; overflow: hidden; border: 1px solid #8bb6d5; border-radius: 14px; background: #fff; box-shadow: var(--v8-shadow); transform: rotate(-1.6deg); }
.ui-v8 .v8-window-bar { height: 54px; padding: 0 16px; display: flex; align-items: center; border-bottom: 1px solid #d3e5f2; background: #f7fbfe; color: #6f8395; font-size: 10px; }
.ui-v8 .v8-window-bar > div { margin-right: auto; display: flex; align-items: center; gap: 7px; color: var(--v8-ink); }
.ui-v8 .v8-mini-mark { width: 18px; height: 18px; position: relative; border-radius: 5px; background: var(--v8-blue); }
.ui-v8 .v8-mini-mark::after { content: ""; position: absolute; left: 4px; top: 4px; width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%; }
.ui-v8 .v8-window-bar nav { display: flex; gap: 16px; margin-right: 20px; }
.ui-v8 .v8-window-user { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--v8-blue); background: #d9effc; font-size: 10px; font-weight: 800; }
.ui-v8 .v8-window-body { padding: 22px; }
.ui-v8 .v8-window-body > header { display: flex; align-items: end; justify-content: space-between; }
.ui-v8 .v8-window-body > header small { display: block; margin-bottom: 5px; color: var(--v8-blue); font-size: 9px; letter-spacing: .15em; }
.ui-v8 .v8-window-body > header strong { font-size: 16px; }
.ui-v8 .v8-window-body > header em { padding: 5px 8px; border-radius: 20px; color: var(--v8-blue); background: #e7f6ff; font-size: 9px; font-style: normal; font-weight: 800; }
.ui-v8 .v8-query-row { margin-top: 18px; display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 8px; }
.ui-v8 .v8-query-row label { min-height: 58px; padding: 10px 11px; border: 1px solid #c5ddea; border-radius: 7px; }
.ui-v8 .v8-query-row small { display: block; margin-bottom: 7px; color: #7b8fa0; font-size: 9px; }
.ui-v8 .v8-query-row b { font-size: 11px; }
.ui-v8 .v8-query-row button { padding: 0 14px; border: 0; border-radius: 7px; color: #fff; background: var(--v8-blue); font-size: 10px; font-weight: 760; }
.ui-v8 .v8-query-row svg { width: 12px; vertical-align: middle; }
.ui-v8 .v8-plan-line { margin: 12px 0 18px; padding: 10px; display: flex; align-items: center; gap: 6px; border-radius: 7px; background: #eef8ff; font-size: 9px; }
.ui-v8 .v8-plan-line span { margin-right: auto; color: #567086; font-weight: 800; }
.ui-v8 .v8-plan-line b { padding: 4px 7px; border: 1px solid #cce4f3; border-radius: 20px; color: #41627c; background: #fff; }
.ui-v8 .v8-result-head { padding-bottom: 9px; display: flex; justify-content: space-between; border-bottom: 1px solid #d4e5f0; font-size: 10px; }
.ui-v8 .v8-result-head span { color: #8293a2; }
.ui-v8 .v8-company-result { min-height: 58px; padding: 10px 4px; display: grid; grid-template-columns: 32px 1.2fr 1fr auto; gap: 9px; align-items: center; border-bottom: 1px solid #e1edf4; }
.ui-v8 .v8-company-result > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--v8-blue); background: #daf1ff; font-size: 9px; font-style: normal; font-weight: 850; }
.ui-v8 .v8-company-result strong, .ui-v8 .v8-company-result small, .ui-v8 .v8-company-result p span { display: block; }
.ui-v8 .v8-company-result strong { font-size: 10px; }
.ui-v8 .v8-company-result small { margin-top: 4px; color: #7a8d9d; font-size: 9px; }
.ui-v8 .v8-company-result p { margin: 0; font-size: 9px; }
.ui-v8 .v8-company-result p b { color: #7a8d9d; }
.ui-v8 .v8-company-result > em { padding: 5px 7px; border-radius: 20px; color: #1674c7; background: #eaf7ff; font-size: 9px; font-style: normal; font-weight: 800; }
.ui-v8 .v8-floating-note { position: absolute; z-index: 3; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid #91bfdf; border-radius: 11px; background: #fff; box-shadow: 0 12px 30px rgba(21,87,139,.15); }
.ui-v8 .v8-floating-note svg { width: 19px; color: var(--v8-blue); }
.ui-v8 .v8-floating-note b, .ui-v8 .v8-floating-note small { display: block; }
.ui-v8 .v8-floating-note b { font-size: 11px; }
.ui-v8 .v8-floating-note small { margin-top: 3px; color: #75889a; font-size: 10px; }
.ui-v8 .v8-note-one { left: 2%; bottom: 12%; transform: rotate(2deg); }
.ui-v8 .v8-note-two { right: 3%; bottom: 19%; transform: rotate(-2deg); }

.ui-v8 .v8-promise { width: min(1480px, calc(100% - 48px)); min-height: 88px; margin: 18px auto 0; padding: 0 34px; display: grid; grid-template-columns: 1fr repeat(3,auto); align-items: center; gap: 50px; border-radius: 18px; color: #07365a; background: var(--v8-sky); }
.ui-v8 .v8-promise strong { font-size: 19px; }
.ui-v8 .v8-promise span { position: relative; font-size: 12px; font-weight: 740; }
.ui-v8 .v8-promise span::before { content: ""; position: absolute; left: -24px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: #fff; }

.ui-v8 .v8-workflow, .ui-v8 .v8-audience, .ui-v8 .v8-global-data { padding: 125px max(24px, calc((100vw - 1440px) / 2)); }
.ui-v8 .v8-workflow { background: #fff; }
.ui-v8 .v8-section-heading { margin-bottom: 68px; display: grid; grid-template-columns: 210px 1fr .65fr; gap: 55px; align-items: end; }
.ui-v8 .v8-section-heading p, .ui-v8 .v8-audience header p, .ui-v8 .v8-global-data > div:first-child > p, .ui-v8 .v8-final-cta > p { margin: 0; color: var(--v8-blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.ui-v8 .v8-section-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.07em; }
.ui-v8 .v8-section-heading > span { max-width: 400px; margin-bottom: 7px; color: var(--v8-muted); font-size: 15px; line-height: 1.7; }
.ui-v8 .v8-stage-tabs { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #a9c9df; border-bottom: 0; background: var(--v8-soft); }
.ui-v8 .v8-stage-tabs button { min-height: 86px; padding: 0 21px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 0; border-right: 1px solid #a9c9df; background: transparent; text-align: left; cursor: pointer; }
.ui-v8 .v8-stage-tabs button:last-child { border-right: 0; }
.ui-v8 .v8-stage-tabs b { color: #7e9aaf; font-size: 11px; }
.ui-v8 .v8-stage-tabs span { font-size: 14px; font-weight: 780; }
.ui-v8 .v8-stage-tabs i { color: #86a3b7; font-style: normal; }
.ui-v8 .v8-stage-tabs button.active { color: #fff; background: var(--v8-blue); }
.ui-v8 .v8-stage-tabs button.active b, .ui-v8 .v8-stage-tabs button.active i { color: #bde7ff; }
.ui-v8 .v8-workflow-screen { border: 1px solid #8eb6d2; box-shadow: 0 25px 60px rgba(34,100,149,.13); }
.ui-v8 .v8-workflow-screen > header { height: 55px; padding: 0 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #c4dae9; color: #70879a; background: #eef8fe; font-size: 10px; }
.ui-v8 .v8-workflow-screen > header > span { display: flex; gap: 5px; }
.ui-v8 .v8-workflow-screen > header > span i { width: 7px; height: 7px; border-radius: 50%; background: #9ec6de; }
.ui-v8 .v8-workflow-screen > header > span i:nth-child(2) { background: var(--v8-sky); }
.ui-v8 .v8-workflow-screen > header > span i:nth-child(3) { background: var(--v8-blue); }
.ui-v8 .v8-workflow-screen > header b { color: var(--v8-ink); font-size: 11px; }
.ui-v8 .v8-workflow-screen > header em { justify-self: end; font-style: normal; font-weight: 800; }
.ui-v8 .v8-screen-panel { min-height: 570px; display: grid; grid-template-columns: 1fr 320px; background: #f8fcff; }
.ui-v8 .v8-screen-panel[hidden] { display: none; }
.ui-v8 .v8-screen-panel > aside { padding: 58px 38px; display: flex; flex-direction: column; align-items: flex-start; color: #fff; background: var(--v8-ink); }
.ui-v8 .v8-screen-panel > aside > b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #7893aa; border-radius: 50%; color: var(--v8-sky); font-size: 11px; }
.ui-v8 .v8-screen-panel > aside h3 { margin: auto 0 20px; font-size: 31px; line-height: 1.25; letter-spacing: -.04em; }
.ui-v8 .v8-screen-panel > aside p { margin: 0; color: #afc0ce; font-size: 13px; }
.ui-v8 .v8-demo-search { padding: 64px max(40px,7%); background: #f6fbff; }
.ui-v8 .v8-demo-search > small { color: var(--v8-blue); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.ui-v8 .v8-demo-search h3 { margin: 18px 0 38px; font-size: 30px; }
.ui-v8 .v8-demo-search label { min-height: 74px; padding: 17px 20px; display: block; position: relative; border: 1px solid #9cc6df; border-radius: 9px; background: #fff; }
.ui-v8 .v8-demo-search label span { display: block; margin-bottom: 10px; color: #6e8799; font-size: 11px; }
.ui-v8 .v8-demo-search label b { font-size: 16px; }
.ui-v8 .v8-demo-search > label svg { position: absolute; right: 20px; top: 25px; width: 23px; color: var(--v8-blue); }
.ui-v8 .v8-demo-search > div { margin-top: 13px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 13px; }
.ui-v8 .v8-demo-search > button { min-height: 50px; margin-top: 22px; padding: 0 22px; border: 0; border-radius: 8px; color: #fff; background: var(--v8-blue); font-size: 13px; font-weight: 800; }
.ui-v8 .v8-demo-search > button svg { width: 17px; vertical-align: middle; }
.ui-v8 .v8-demo-plan { padding: 45px max(36px,6%); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ui-v8 .v8-demo-plan > header { grid-column: 1 / -1; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; border-radius: 9px; color: #fff; background: var(--v8-blue); }
.ui-v8 .v8-demo-plan > header span { display: flex; align-items: center; gap: 8px; }
.ui-v8 .v8-demo-plan article { padding: 24px; border: 1px solid #b9d5e6; border-radius: 9px; background: #fff; }
.ui-v8 .v8-demo-plan article:last-child { grid-column: 1 / -1; }
.ui-v8 .v8-demo-plan article small { display: block; margin-bottom: 22px; color: #647d8f; font-size: 11px; }
.ui-v8 .v8-demo-plan article div { display: flex; flex-wrap: wrap; gap: 7px; }
.ui-v8 .v8-demo-plan article div b { padding: 9px 11px; border-radius: 6px; color: #0d67bb; background: #daf0ff; font-size: 11px; }
.ui-v8 .v8-demo-plan article p { margin: 0; font-size: 13px; line-height: 1.7; }
.ui-v8 .v8-demo-companies { padding: 48px max(30px,5%); }
.ui-v8 .v8-demo-companies > header { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.ui-v8 .v8-demo-companies h3 { margin: 0 0 6px; font-size: 25px; }
.ui-v8 .v8-demo-companies header span { color: #74899a; font-size: 11px; }
.ui-v8 .v8-demo-companies header button { padding: 9px 12px; border: 1px solid #aecde0; border-radius: 7px; background: #fff; font-size: 11px; }
.ui-v8 .v8-demo-row { min-height: 82px; display: grid; grid-template-columns: 1.3fr 1fr .65fr; align-items: center; border-bottom: 1px solid #cee0ec; font-size: 11px; }
.ui-v8 .v8-demo-row-head { min-height: 34px; color: #7d91a1; font-size: 10px; }
.ui-v8 .v8-demo-row > div { display: flex; align-items: center; gap: 12px; }
.ui-v8 .v8-demo-row > div > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: var(--v8-blue); background: #dff2ff; font-style: normal; font-size: 10px; font-weight: 850; }
.ui-v8 .v8-demo-row b, .ui-v8 .v8-demo-row small { display: block; }
.ui-v8 .v8-demo-row small { margin-top: 5px; color: #7b8f9f; font-size: 10px; }
.ui-v8 .v8-demo-row > em { justify-self: start; padding: 7px 9px; border-radius: 20px; color: #1470bd; background: #e8f7ff; font-style: normal; font-weight: 760; }
.ui-v8 .v8-demo-mail { display: grid; grid-template-columns: 160px 1fr; min-width: 0; }
.ui-v8 .v8-demo-mail > nav { padding: 30px 18px; border-right: 1px solid #bed7e7; background: #eaf6fd; }
.ui-v8 .v8-demo-mail > nav b { display: block; margin-bottom: 30px; font-size: 15px; }
.ui-v8 .v8-demo-mail > nav span { display: block; padding: 11px; border-radius: 6px; color: #6d8293; font-size: 11px; }
.ui-v8 .v8-demo-mail > nav span.active { color: #fff; background: var(--v8-blue); }
.ui-v8 .v8-demo-mail > div { padding: 38px max(28px,5%); min-width: 0; }
.ui-v8 .v8-demo-mail > div > p { margin: 0; padding: 12px 0; display: grid; grid-template-columns: 65px 1fr; gap: 10px; border-bottom: 1px solid #cadde9; font-size: 11px; }
.ui-v8 .v8-demo-mail > div > p span { color: #7e919e; }
.ui-v8 .v8-demo-mail article { min-height: 220px; padding: 24px 0; color: #42586a; font: 14px/1.7 Georgia, serif; }
.ui-v8 .v8-demo-mail footer { padding-top: 16px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #cadde9; color: #7890a2; font-size: 11px; }
.ui-v8 .v8-demo-mail footer button { padding: 11px 14px; border: 0; border-radius: 7px; color: #fff; background: var(--v8-blue); font-size: 11px; font-weight: 750; }

.ui-v8 .v8-demo-handoff { min-width: 0; display: grid; grid-template-columns: 180px minmax(0,1fr); background: #f8fcff; }
.ui-v8 .v8-demo-handoff > nav { padding: 30px 18px; border-right: 1px solid #bed7e7; background: #eaf6fd; }
.ui-v8 .v8-demo-handoff > nav b { display: block; margin-bottom: 30px; font-size: 15px; }
.ui-v8 .v8-demo-handoff > nav span { display: block; padding: 11px; border-radius: 6px; color: #6d8293; font-size: 11px; }
.ui-v8 .v8-demo-handoff > nav span.active { color: #fff; background: var(--v8-blue); }
.ui-v8 .v8-demo-handoff > div { min-width: 0; padding: 38px max(28px,5%); }
.ui-v8 .v8-demo-handoff > div > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.ui-v8 .v8-demo-handoff > div > header small { display: block; margin-bottom: 7px; color: var(--v8-blue); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.ui-v8 .v8-demo-handoff > div > header h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.ui-v8 .v8-demo-handoff > div > header em { flex: 0 0 auto; padding: 7px 10px; border-radius: 20px; color: #0d67bb; background: #dff2ff; font-size: 10px; font-style: normal; font-weight: 800; }
.ui-v8 .v8-handoff-reply { margin-top: 24px; padding: 20px; border: 1px solid #b9d5e6; border-radius: 9px; background: #fff; }
.ui-v8 .v8-handoff-reply > p { margin: 0; display: flex; justify-content: space-between; gap: 12px; color: #6d8293; font-size: 10px; }
.ui-v8 .v8-handoff-reply > p b { color: var(--v8-ink); }
.ui-v8 .v8-handoff-reply > blockquote { margin: 18px 0 0; color: #324f66; font: 14px/1.7 Georgia, serif; }
.ui-v8 .v8-handoff-summary { margin-top: 14px; padding: 18px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border: 1px solid #9cc8e2; border-radius: 9px; background: #eaf7ff; }
.ui-v8 .v8-handoff-summary small, .ui-v8 .v8-handoff-summary b { display: block; }
.ui-v8 .v8-handoff-summary small { margin-bottom: 7px; color: #6a8295; font-size: 9px; }
.ui-v8 .v8-handoff-summary b { font-size: 12px; }
.ui-v8 .v8-demo-handoff footer { margin-top: 16px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #cadde9; color: #607b90; font-size: 10px; }
.ui-v8 .v8-demo-handoff footer button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 7px; color: #fff; background: var(--v8-blue); font-size: 11px; font-weight: 780; }

.ui-v8 .v8-audience { background: var(--v8-ice); }
.ui-v8 .v8-audience header p { margin-bottom: 30px; }
.ui-v8 .v8-audience header h2 { margin: 0 0 65px; font-size: clamp(52px,5.2vw,76px); line-height: 1; letter-spacing: -.065em; }
.ui-v8 .v8-audience > div { display: grid; grid-template-columns: 1fr 1.18fr 1fr; gap: 16px; align-items: end; }
.ui-v8 .v8-audience article { height: 520px; position: relative; overflow: hidden; color: #fff; background: #78c7f2; }
.ui-v8 .v8-audience article.tall { height: 590px; }
.ui-v8 .v8-audience article img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.12) saturate(.78) contrast(1.03); }
.ui-v8 .v8-audience article::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 44%; background: rgba(9,44,73,.78); }
.ui-v8 .v8-audience article > span, .ui-v8 .v8-audience article > h3, .ui-v8 .v8-audience article > p { position: absolute; z-index: 1; left: 28px; right: 28px; }
.ui-v8 .v8-audience article > span { bottom: 108px; color: #86d7ff; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.ui-v8 .v8-audience article > h3 { bottom: 50px; margin: 0; font-size: 26px; }
.ui-v8 .v8-audience article > p { bottom: 25px; margin: 0; color: #dcebf4; font-size: 13px; }

.ui-v8 .v8-global-data { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; background: #fff; }
.ui-v8 .v8-global-data > div:first-child h2 { margin: 34px 0 26px; font-size: clamp(46px,4.6vw,68px); line-height: 1.03; letter-spacing: -.065em; }
.ui-v8 .v8-global-data > div:first-child h2 span { display: block; }
.ui-v8 .v8-global-data > div:first-child > b { max-width: 480px; display: block; color: var(--v8-muted); font-size: 14px; font-weight: 500; line-height: 1.8; }
.ui-v8 .v8-data-board { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid #0a6fd5; border-radius: 16px; color: #fff; background: var(--v8-blue); box-shadow: 0 24px 55px rgba(8,124,240,.16); }
.ui-v8 .v8-data-board header { grid-column: 1 / -1; min-height: 78px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 10px; letter-spacing: .14em; }
.ui-v8 .v8-data-board header b { padding: 8px 11px; display: flex; align-items: center; gap: 8px; border-radius: 20px; color: var(--v8-blue); background: #fff; font-size: 11px; letter-spacing: .04em; }
.ui-v8 .v8-data-board header svg { width: 14px; }
.ui-v8 .v8-data-board article { min-height: 285px; position: relative; padding: 30px 25px; border-right: 1px solid rgba(255,255,255,.28); }
.ui-v8 .v8-data-board article:nth-of-type(3) { border-right: 0; }
.ui-v8 .v8-data-board article > span { color: #bde6ff; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.ui-v8 .v8-data-board article > svg { position: absolute; right: 24px; top: 27px; width: 23px; color: var(--v8-yellow); }
.ui-v8 .v8-data-board article h3 { margin: 118px 0 12px; font-size: 22px; letter-spacing: -.04em; }
.ui-v8 .v8-data-board article p { margin: 0; color: #cfeaff; font-size: 12px; line-height: 1.65; }
.ui-v8 .v8-data-board footer { grid-column: 1 / -1; min-height: 76px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; color: #07365a; background: var(--v8-sky); font-size: 15px; font-weight: 760; }
.ui-v8 .v8-data-board footer span { font-size: 10px; letter-spacing: .15em; font-weight: 850; }
body.ui-v8 #marketingScreen .v8-final-cta { position: relative; min-height: 690px; padding: 140px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; color: #07365b; background: var(--v8-sky); }
.ui-v8 .v8-final-cta > .v8-final-index { position: relative; z-index: 2; margin: 0; color: var(--v8-blue); font-size: 10px; font-weight: 820; letter-spacing: .17em; }
.ui-v8 .v8-final-cta h2 { position: relative; z-index: 2; margin: 38px 0 42px; font-size: clamp(58px,7vw,105px); line-height: .95; letter-spacing: -.08em; }
.ui-v8 .v8-final-cta .v8-primary { position: relative; z-index: 2; min-width: 204px; gap: 24px; border-color: var(--v8-ink); background: var(--v8-ink); box-shadow: 0 9px 0 rgba(255,255,255,.45); font-weight: 760; line-height: normal; }
.ui-v8 .v8-final-cta .v8-primary > span { font-size: 18px; }
.ui-v8 .v8-final-cta > .v8-final-note { position: relative; z-index: 2; margin: 21px 0 0; color: #07365b; font-size: 11px; font-weight: 650; letter-spacing: normal; line-height: normal; }
.ui-v8 .v8-final-orbit { position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.ui-v8 .v8-final-orbit::before, .ui-v8 .v8-final-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.ui-v8 .v8-final-orbit::before { inset: 70px; }
.ui-v8 .v8-final-orbit::after { inset: 145px; }
.ui-v8 .v8-final-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.ui-v8 .v8-final-orbit i:nth-child(1) { left: 34px; top: 204px; }
.ui-v8 .v8-final-orbit i:nth-child(2) { right: 75px; top: 98px; background: var(--v8-yellow); }
.ui-v8 .v8-final-orbit i:nth-child(3) { right: 100px; bottom: 68px; background: var(--v8-coral); }
.ui-v8 .v8-footer { min-height: 92px; padding: 0 max(24px,calc((100vw - 1440px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #a9bdcc; background: var(--v8-ink); font-size: 10px; letter-spacing: .1em; }
.ui-v8 .v8-footer .v8-brand { color: #fff; font-size: 17px; }
.ui-v8 .v8-footer nav { display: flex; gap: 18px; }
.ui-v8 .v8-footer > span:last-child { justify-self: end; }

/* Login and registration: preserve every production field and action. */
html.design-v7-preview body.ui-v8 #loginScreen,
body.ui-v8 #loginScreen { height: auto; min-height: 100dvh; overflow: visible; color: var(--v8-ink); background: #fff; }
html.design-v7-preview body.ui-v8 #loginScreen .auth-shell,
body.ui-v8 #loginScreen .auth-shell { height: auto; min-height: 100dvh; overflow: visible; grid-template-columns: minmax(540px,.92fr) minmax(590px,1.08fr); background: #fff; }
html.design-v7-preview body.ui-v8 #loginScreen .auth-visual,
body.ui-v8 #loginScreen .auth-visual { height: auto; min-height: 100dvh; align-self: stretch; padding: 34px clamp(34px,4vw,66px); color: #07365b; background: var(--v8-sky); }
.ui-v8 #loginScreen .auth-visual-image, .ui-v8 #loginScreen .auth-visual-shade { display: none !important; }
.ui-v8 #loginScreen .auth-visual-content { position: relative; min-height: calc(100vh - 68px); display: flex; flex-direction: column; }
.ui-v8 #loginScreen .auth-aside-brand { color: #07365b; }
.ui-v8 #loginScreen .auth-aside-brand .trade-logo { display: none; }
.ui-v8 #loginScreen .auth-aside-brand::before { content: ""; width: 31px; height: 27px; display: block; background: var(--v8-blue); border-radius: 8px; box-shadow: inset 7px 0 0 var(--v8-sky), inset -7px 0 0 var(--v8-coral); }
.ui-v8 #loginScreen .auth-brand-copy strong { color: #07365b; font-size: 20px; }
.ui-v8 #loginScreen .auth-brand-copy strong em { color: #fff; }
.ui-v8 #loginScreen .auth-brand-copy span { color: #205b82; font-size: 11px; }
.ui-v8 #loginScreen .auth-visual-message { margin: auto 0; }
.ui-v8 #loginScreen .auth-aside-kicker { color: #07365b; font-size: 11px; letter-spacing: .14em; }
.ui-v8 #loginScreen .auth-aside-kicker svg { width: 16px; }
.ui-v8 #loginScreen .auth-visual-message > h1 { margin: 25px 0 16px; color: #07365b; font-size: clamp(43px,4vw,66px); line-height: .97; letter-spacing: -.065em; }
.ui-v8 #loginScreen .auth-visual-message > p { max-width: 560px; margin: 0; color: #174e73; font-size: 14px; line-height: 1.8; }
.ui-v8 #loginScreen .auth-capability-list { display: none; }
.ui-v8 #loginScreen .auth-commercial-strip { min-height: 0; margin-top: 20px; padding: 0; border: 0; background: transparent; }
.ui-v8 #loginScreen .auth-commercial-strip > div { display: none; }
.ui-v8 #loginScreen #authStartFree { min-height: 42px; margin-left: 0; color: #fff; background: var(--v8-ink); }
.ui-v8 .v8-auth-product { margin-top: 30px; overflow: hidden; border: 1px solid rgba(7,54,91,.34); border-radius: 14px; color: var(--v8-ink); background: #fff; box-shadow: 0 20px 50px rgba(20,84,130,.14); }
.ui-v8 .v8-auth-product > header { min-height: 45px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d0e4f1; background: #f7fbfe; font-size: 10px; }
.ui-v8 .v8-auth-product > header span { color: var(--v8-blue); }
.ui-v8 .v8-auth-product > div { padding: 18px; }
.ui-v8 .v8-auth-product small { color: var(--v8-blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.ui-v8 .v8-auth-product h3 { margin: 8px 0 14px; font-size: 20px; }
.ui-v8 .v8-auth-product section { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.ui-v8 .v8-auth-product section label { min-height: 53px; padding: 9px 11px; border: 1px solid #bad7e8; border-radius: 8px; }
.ui-v8 .v8-auth-product section label span, .ui-v8 .v8-auth-product section label b { display: block; }
.ui-v8 .v8-auth-product section label span { color: #708799; font-size: 9px; }
.ui-v8 .v8-auth-product section label b { margin-top: 5px; font-size: 11px; }
.ui-v8 .v8-auth-product section button { padding: 0 14px; border: 0; border-radius: 8px; color: #fff; background: var(--v8-blue); font-size: 10px; font-weight: 800; }
.ui-v8 .v8-auth-product section svg { width: 13px; }
.ui-v8 .v8-auth-product footer { margin-top: 13px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; }
.ui-v8 .v8-auth-product footer article { padding: 10px; border-radius: 7px; background: var(--v8-ice); }
.ui-v8 .v8-auth-product footer article span, .ui-v8 .v8-auth-product footer article b { display: block; }
.ui-v8 .v8-auth-product footer article span { color: var(--v8-blue); font-size: 8px; font-weight: 800; }
.ui-v8 .v8-auth-product footer article b { margin-top: 5px; font-size: 10px; }
.ui-v8 .v8-auth-product footer > svg { width: 13px; color: var(--v8-blue); }
html.design-v7-preview body.ui-v8 #loginScreen .login-box,
body.ui-v8 #loginScreen .login-box { height: auto; min-width: 0; min-height: 100dvh; display: grid; grid-template-rows: 68px minmax(0,auto) 48px; overflow: visible; scrollbar-gutter: auto; padding: 0; background: #fff; }
.ui-v8 #loginScreen .auth-panel-header { min-height: 68px; padding: 0 clamp(30px,5vw,72px); border-bottom: 1px solid #e0ecf3; }
.ui-v8 #loginScreen .auth-panel-header button { color: #587388; font-size: 12px; }
.ui-v8 #loginScreen .auth-secure-state { color: #216f9b; background: #e7f6ff; font-size: 10px; }
html.design-v7-preview body.ui-v8 #loginScreen .auth-card,
body.ui-v8 #loginScreen .auth-card { width: min(480px,calc(100% - 64px)); max-width: none; height: auto; min-height: 0; align-self: center; display: block; overflow: visible; margin: auto; padding: 34px 0; }
html.design-v7-preview body.ui-v8 #loginScreen .auth-card-inner,
body.ui-v8 #loginScreen .auth-card-inner { width: 100%; margin: 0; }
.ui-v8 #loginScreen .auth-tabs { margin-bottom: 26px; padding: 5px; border: 1px solid #c4ddea; border-radius: 10px; background: #f7fbfe; }
.ui-v8 #loginScreen .auth-tabs .auth-tab { min-height: 38px !important; border: 0 !important; border-radius: 7px !important; color: #60798c !important; background: transparent !important; box-shadow: none; font-size: 12px; }
.ui-v8 #loginScreen .auth-tabs .auth-tab:hover { color: var(--v8-ink) !important; background: #eaf7ff !important; }
.ui-v8 #loginScreen .auth-tabs .auth-tab.active { color: #fff !important; background: var(--v8-blue) !important; box-shadow: none; }
.ui-v8 #loginScreen .auth-pane { gap: 14px; }
.ui-v8 #loginScreen .auth-heading { margin-bottom: 8px; }
.ui-v8 #loginScreen .auth-heading > span { color: var(--v8-blue); font-size: 10px; letter-spacing: .14em; }
.ui-v8 #loginScreen .auth-heading h2 { margin-top: 10px; color: var(--v8-ink); font-size: 40px; letter-spacing: -.055em; }
.ui-v8 #loginScreen .auth-heading p { color: var(--v8-muted); font-size: 12px; }
.ui-v8 #loginScreen .auth-field { margin-top: 0; color: #506b80; font-size: 11px; }
.ui-v8 #loginScreen .auth-input-shell { min-height: 48px; border: 1px solid #aacde1; border-radius: 9px; color: #6d8799; background: #fff; }
.ui-v8 #loginScreen .auth-input-shell:focus-within { border-color: var(--v8-blue); box-shadow: 0 0 0 3px rgba(8,124,240,.1); }
.ui-v8 #loginScreen .auth-input-shell:focus-within > svg { color: var(--v8-blue); }
.ui-v8 #loginScreen .auth-input-shell input { color: var(--v8-ink); font-size: 12px; }
.ui-v8 #loginScreen .auth-primary { min-height: 50px; border-radius: 9px; color: #fff; background: var(--v8-blue); box-shadow: 0 7px 0 #c8eaff; font-size: 12px; }
.ui-v8 #loginScreen .auth-register-offer { border-color: #b7d9eb; color: var(--v8-ink); background: var(--v8-ice); }
.ui-v8 #loginScreen .auth-register-offer > span { color: #fff; background: var(--v8-blue); }
.ui-v8 #loginScreen .auth-register-offer strong { font-size: 12px; }
.ui-v8 #loginScreen .auth-register-offer p { color: var(--v8-muted); font-size: 10px; }
.ui-v8 #loginScreen .auth-status { color: #58758a; font-size: 10px; }
.ui-v8 #loginScreen .auth-panel-footer { padding: 0 clamp(30px,5vw,72px); color: #7990a1; background: #fff; font-size: 10px; }
.ui-v8 #loginScreen .auth-panel-footer .auth-security-note { margin-top: 0; }

@media (max-width: 1120px) {
  .ui-v8 .v8-hero { grid-template-columns: minmax(0,1fr); }
  .ui-v8 .v8-hero-copy { min-height: 680px; }
  .ui-v8 .v8-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .ui-v8 .v8-global-data { grid-template-columns: 1fr; }
  html.design-v7-preview body.ui-v8 #loginScreen .auth-shell,
  body.ui-v8 #loginScreen .auth-shell { grid-template-columns: 1fr; }
  .ui-v8 #loginScreen .auth-visual { display: none !important; }
  html.design-v7-preview body.ui-v8 #loginScreen .login-box,
  body.ui-v8 #loginScreen .login-box { width: 100%; min-height: 100dvh; }
}

@media (max-width: 760px) {
  .ui-v8 .v8-topbar { width: calc(100% - 24px); height: 68px; margin-top: 12px; padding: 0 12px 0 16px; grid-template-columns: minmax(0,1fr) auto; }
  .ui-v8 .v8-topbar > nav { display: none; }
  .ui-v8 .v8-top-actions { gap: 9px; }
  .ui-v8 .v8-top-actions > button:not(.v8-primary) { display: none; }
  .ui-v8 .v8-topbar .v8-small { min-width: 104px; padding: 0 10px; gap: 8px; white-space: nowrap; font-size: 12px; }
  .ui-v8 .v8-hero { width: calc(100% - 24px); }
  .ui-v8 .v8-hero-copy { min-height: 620px; padding: 80px 24px 48px; }
  .ui-v8 .v8-hero h1 { font-size: clamp(39px,10.2vw,56px); }
  .ui-v8 .v8-hero-actions .v8-primary { padding: 0 14px; gap: 10px; white-space: nowrap; font-size: 13px; }
  .ui-v8 .v8-hero-lede span { display: block; }
  .ui-v8 .v8-hero-lede span + span { margin-left: 0; }
  .ui-v8 .v8-hero-visual { min-height: 670px; }
  .ui-v8 .v8-product-window { width: 110%; left: 4%; transform: scale(.84) rotate(-1.6deg); transform-origin: left top; }
  .ui-v8 .v8-promise { width: calc(100% - 24px); padding: 22px; grid-template-columns: 1fr; gap: 15px; }
  .ui-v8 .v8-promise span::before { display: none; }
  .ui-v8 .v8-stage-tabs { grid-template-columns: 1fr 1fr; }
  .ui-v8 .v8-stage-tabs button:nth-child(2) { border-right: 0; }
  .ui-v8 .v8-screen-panel { grid-template-columns: 1fr; }
  .ui-v8 .v8-screen-panel > aside { min-height: 260px; }
  .ui-v8 .v8-demo-handoff { grid-template-columns: 1fr; }
  .ui-v8 .v8-demo-handoff > nav { display: flex; flex-wrap: wrap; gap: 7px; border-right: 0; border-bottom: 1px solid #bed7e7; }
  .ui-v8 .v8-demo-handoff > nav b { width: 100%; margin-bottom: 6px; }
  .ui-v8 .v8-demo-handoff > nav span { padding: 9px 11px; }
  .ui-v8 .v8-demo-handoff > div > header { flex-direction: column; }
  .ui-v8 .v8-handoff-summary { grid-template-columns: 1fr; }
  .ui-v8 .v8-demo-handoff footer { align-items: flex-start; flex-direction: column; }
  .ui-v8 .v8-audience > div { grid-template-columns: 1fr; }
  .ui-v8 .v8-audience article, .ui-v8 .v8-audience article.tall { height: 480px; }
  .ui-v8 .v8-data-board { grid-template-columns: 1fr; }
  .ui-v8 .v8-data-board article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .ui-v8 .v8-data-board article h3 { margin-top: 72px; }
  .ui-v8 .v8-data-board footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  body.ui-v8 #marketingScreen .v8-final-cta { min-height: 620px; padding: 100px 20px; }
  .ui-v8 .v8-final-cta h2 { font-size: 55px; }
  .ui-v8 .v8-final-orbit { width: 470px; height: 470px; }
  .ui-v8 .v8-footer { padding: 24px; grid-template-columns: 1fr; gap: 18px; }
  .ui-v8 .v8-footer > span:last-child { justify-self: start; }
  html.design-v7-preview body.ui-v8 #loginScreen .login-box,
  body.ui-v8 #loginScreen .login-box { grid-template-rows: 60px minmax(0,auto) 46px; }
  .ui-v8 #loginScreen .auth-panel-header, .ui-v8 #loginScreen .auth-panel-footer { padding-right: 20px; padding-left: 20px; }
  html.design-v7-preview body.ui-v8 #loginScreen .auth-card,
  body.ui-v8 #loginScreen .auth-card { width: min(480px,calc(100% - 32px)); padding: 26px 0 34px; }
}

@media (max-width: 520px) {
  .ui-v8 #loginScreen #authRegisterPane > .grid { grid-template-columns: 1fr; }
  .ui-v8 #loginScreen .auth-heading h2 { font-size: 34px; }
  .ui-v8 #loginScreen .auth-panel-footer .auth-security-note span:nth-child(2) { display: none; }
}

/* Logged-in product shells are implemented independently in tradelead-workspace-c.css. */
