/* src/css/marketing.css */
:root {
  font-family:
    Inter,
    PingFang SC,
    Microsoft YaHei,
    Noto Sans CJK SC,
    Arial,
    sans-serif;
  color: #0a1222;
  background: #fbfaf8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --blue: #1768f2;
  --blue-strong: #0758e8;
  --ink: #090f1d;
  --muted: #667084;
  --hairline: #d7d7d4;
  --paper: #fbfaf8;
  --paper-blue: #f4f7fd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hero {
  min-height: 720px;
  overflow: hidden;
  position: relative;
  background: #fdfefe url(/assets/hero-dots.png) center top / cover no-repeat;
  border-bottom: 1px solid var(--hairline);
}
.site-header {
  height: 68px;
  position: relative;
  z-index: 5;
}
.header-inner {
  width: min(1120px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -.02em;
}
.brand-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(11, 18, 34, .09);
  border-radius: 999px;
  background: #ffffffdb;
  box-shadow: 0 8px 28px #1e315414;
  backdrop-filter: blur(16px);
}
.main-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #172033;
  transition: background-color .16s ease, color .16s ease;
}
.main-nav a:hover {
  background: #f1f5fc;
  color: var(--blue-strong);
}
.account-menu {
  justify-self: end;
  position: relative;
}
.account-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}
.account-menu__popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 156px;
  padding: 6px;
  border: 1px solid #dce3ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px #19345a24;
  z-index: 20;
}
.account-menu__popover a,
.account-menu__popover button {
  width: 100%;
  min-height: 36px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #172033;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
}
.account-menu__popover a:hover,
.account-menu__popover button:hover {
  background: #f1f5fc;
}
.account-menu__popover button {
  color: #c2410c;
}
.account-menu__popover button:hover {
  background: #fff7ed;
}
.account-menu__divider {
  height: 1px;
  margin: 4px 2px;
  background: #e5e7eb;
}
.hero-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 60px 0 72px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.06;
  letter-spacing: -.055em;
  font-weight: 850;
}
.hero h1 span {
  color: var(--blue);
}
.hero-copy {
  max-width: 760px;
  margin: 22px auto 0;
  color: #6e7686;
  font-size: 15px;
  line-height: 1.7;
}
.search-panel {
  width: min(970px, 100%);
  min-height: 88px;
  margin: 36px auto 0;
  padding: 12px 12px 12px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fffffff0;
  border: 1.5px solid #72a6ff;
  border-radius: 18px;
  box-shadow: 0 18px 44px #1e60dc24;
}
.search-field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8b96a9;
}
.search-field input {
  width: 100%;
  min-height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.search-field input::placeholder {
  color: #9aa2b0;
}
.primary-button {
  min-width: 205px;
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 10px 24px #1668f23d;
  transition: transform .16s ease, background-color .16s ease;
}
.primary-button:hover {
  transform: translateY(-2px);
  background: #0f5fe7;
}
.hot-searches {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #8c93a0;
  font-size: 12px;
  flex-wrap: wrap;
}
.hot-searches button {
  min-height: 30px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #eff1f5e6;
  color: #424b5c;
  font-size: 12px;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease;
}
.hot-searches button:hover {
  color: var(--blue-strong);
  background: #e8f0ff;
}
.demo-shell {
  width: min(800px, 100%);
  margin: 26px auto 0;
  padding: 8px 36px;
  background: transparent;
  position: relative;
  transition: padding .22s ease, background-color .22s ease;
}
.demo-shell.is-expanded {
  padding: 20px 36px 26px;
  background: #edf1f7b8;
}
.demo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 14px;
  border: 1px solid rgba(15, 27, 48, .1);
  border-radius: 999px;
  background: #ffffffe6;
  color: #4c5566;
  font-size: 12px;
  cursor: pointer;
  transition:
    color .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}
.demo-toggle:hover {
  color: var(--blue-strong);
  border-color: #9fbeff;
  box-shadow: 0 8px 20px #1768f21f;
}
.demo-toggle svg {
  transition: transform .18s ease;
}
.demo-toggle svg.is-rotated {
  transform: rotate(180deg);
}
.demo-shell.is-expanded .demo-toggle {
  margin-bottom: 16px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #727b8d;
}
.demo-shell.is-expanded .demo-toggle:hover {
  color: var(--blue);
}
.demo-card {
  padding: 22px 24px;
  text-align: left;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-bottom: 0;
  box-shadow: 0 7px 26px #19274214;
}
.demo-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.demo-title-row > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice-label {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf4ff;
  color: #1d67db;
  font-size: 11px;
  font-weight: 700;
}
.demo-card h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 750;
}
.demo-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  color: #7b8494;
  font-size: 11px;
}
.ai-summary {
  margin: 14px 0 0;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e3ecfd;
  background: #f3f7ff;
  color: #6580aa;
  font-size: 11px;
  line-height: 1.6;
}
.ai-summary svg {
  flex: 0 0 auto;
  color: var(--blue);
}
.expand-button {
  min-width: 96px;
  min-height: 34px;
  margin: -9px auto -17px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  z-index: 2;
  border: 1px solid #d9dde5;
  border-radius: 999px;
  background: #fff;
  color: #4c5566;
  font-size: 12px;
  cursor: pointer;
}
.expand-button svg {
  transition: transform .18s ease;
}
.expand-button svg.is-rotated {
  transform: rotate(180deg);
}
.section-shell {
  width: 100%;
  padding: 84px max(48px, calc((100vw - 1320px) / 2));
  background: var(--paper);
}
.announcements {
  border-bottom: 1px solid var(--hairline);
}
.section-heading {
  text-align: left;
}
.section-heading h2 {
  margin: 0;
  color: #080808;
  font-size: clamp(48px, 4.3vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 780;
}
.section-heading > p:last-child {
  margin: 18px 0 0;
  color: #4e5664;
  font-size: 15px;
  line-height: 1.6;
}
.tabs {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--hairline);
}
.tabs button {
  min-height: 48px;
  padding: 0 2px;
  position: relative;
  border: 0;
  background: transparent;
  color: #5f6674;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.tabs button:after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: transparent;
}
.tabs button.is-active {
  color: var(--blue-strong);
}
.tabs button.is-active:after {
  background: var(--blue);
}
.featured-announcements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}
.announcement-card {
  min-height: 242px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: #fff;
  transition: transform .17s ease, border-color .17s ease;
}
.announcement-card:hover {
  transform: translateY(-4px);
  border-color: #aeb7c8;
}
.announcement-art {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #eef2fb;
}
.announcement-art img {
  width: 300%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform-origin: left center;
}
.announcement-card-content {
  padding: 22px 22px 24px;
}
.meta-pills {
  display: flex;
  align-items: center;
  gap: 7px;
}
.meta-pills span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2167ce;
  font-size: 10px;
  font-weight: 700;
}
.meta-pills span + span {
  background: #f2f2f0;
  color: #555b66;
}
.announcement-card h3 {
  margin: 14px 0 18px;
  max-width: 92%;
  color: #121824;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -.015em;
  font-weight: 720;
}
.announcement-card time,
.announcement-row time {
  color: #8a909c;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.card-arrow {
  position: absolute;
  right: 18px;
  bottom: 19px;
  color: var(--blue);
  opacity: 0;
  transform: translate(-6px);
  transition: opacity .17s ease, transform .17s ease;
}
.announcement-card:hover .card-arrow {
  opacity: 1;
  transform: translate(0);
}
.announcement-list {
  margin-top: 30px;
  border-top: 1px solid var(--hairline);
}
.announcement-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr) 100px 24px;
  align-items: center;
  border-bottom: 1px solid var(--hairline);
  transition: background-color .16s ease;
}
.announcement-row:hover {
  background: #ffffffbd;
}
.row-meta {
  align-self: stretch;
  padding-right: 24px;
  border-right: 1px solid var(--hairline);
}
.announcement-row h3 {
  margin: 0;
  padding: 0 30px;
  color: #171c26;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 590;
}
.row-arrow {
  color: var(--blue);
  opacity: 0;
  transform: translate(-8px);
  transition: opacity .16s ease, transform .16s ease;
}
.announcement-row:hover .row-arrow {
  opacity: 1;
  transform: translate(0);
}
.black-cta {
  width: max-content;
  min-height: 46px;
  margin: 34px auto 0;
  padding: 0 8px 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 999px;
  background: #07090d;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  transition: transform .16s ease;
}
.black-cta:hover {
  transform: translateY(-2px);
}
.black-cta span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
}
.capabilities {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
.capability-heading {
  margin-bottom: 32px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}
.capability-card {
  min-height: 248px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: #fbfaf8e3;
  transition: background-color .17s ease;
}
.capability-card:hover {
  background: #ffffffed;
}
.capability-card.has-art-band:before {
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--blue);
}
.capability-card:nth-child(5).has-art-band:before {
  background: #de75ac;
}
.capability-card:nth-child(6).has-art-band:before {
  background: #f39a68;
}
.icon-box {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe7fb;
  border-radius: 50%;
  background: #f0f5ff;
  color: var(--blue-strong);
}
.capability-card h3 {
  margin: 18px 0 0;
  color: #111722;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.capability-card > p {
  max-width: 92%;
  margin: 12px 0 0;
  color: #687080;
  font-size: 12px;
  line-height: 1.75;
}
.capability-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.capability-tags span,
.capability-badge {
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf3ff;
  color: #326cc0;
  font-size: 10px;
  font-weight: 700;
}
.capability-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #9cc0ff;
  background: #f7faff;
  color: var(--blue-strong);
}
.capability-arrow {
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: var(--blue);
  opacity: 0;
  transform: translate(-7px);
  transition: opacity .17s ease, transform .17s ease;
}
.capability-card:hover .capability-arrow {
  opacity: 1;
  transform: translate(0);
}
.core-liquid {
  width: 520px;
  max-width: 42vw;
  position: absolute;
  z-index: 3;
  right: -105px;
  bottom: -28px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.analysis-section {
  min-height: 940px;
  padding: 82px max(48px, calc((100vw - 1320px) / 2)) 96px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #dce6f5;
  border-bottom: 1px solid #dce6f5;
  background: #f3f7fe url(/assets/hero-dots.png) center 70% / cover no-repeat;
}
.analysis-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}
.analysis-heading h2 {
  margin: 0;
  color: #080f1f;
  font-size: clamp(42px, 3.7vw, 56px);
  line-height: 1.04;
  letter-spacing: -.058em;
  font-weight: 820;
}
.analysis-heading h2 span {
  color: inherit;
}
.analysis-heading p {
  margin: 16px 0 0;
  color: #566277;
  font-size: 17px;
  line-height: 1.6;
}
.analysis-comparison {
  width: min(550px, 100%);
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
  border: 1px solid #d8e1ee;
  border-radius: 16px;
  background: #ffffff8f;
  box-shadow: 0 12px 30px #2b4b820d;
}
.analysis-comparison button {
  min-height: 78px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: #7a869a;
  cursor: pointer;
  transition:
    border-color .17s ease,
    background-color .17s ease,
    box-shadow .17s ease,
    color .17s ease,
    transform .17s ease;
}
.analysis-comparison button:hover {
  color: #24324a;
}
.analysis-comparison button.is-active {
  border-color: #5892f5;
  background: #ffffffed;
  color: var(--blue-strong);
  box-shadow: 0 12px 28px #1768f221;
  transform: translateY(-1px);
}
.analysis-comparison span {
  font-size: 14px;
  font-weight: 760;
}
.analysis-comparison small {
  color: inherit;
  font-size: 11px;
  line-height: 1.4;
}
.analysis-canvas {
  min-height: 535px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, .36fr) minmax(0, .64fr);
  align-items: center;
  position: relative;
  z-index: 2;
}
.source-document {
  min-height: 468px;
  padding: 34px 36px;
  position: relative;
  z-index: 1;
  border: 1px solid #dfe6ef;
  border-radius: 20px 0 0 20px;
  background: #fffffff7;
  box-shadow: 0 22px 55px #1f3e7014;
  transform: translate(18px) scale(.965);
  transform-origin: right center;
  transition:
    opacity .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}
.analysis-canvas.is-raw .source-document {
  z-index: 4;
  opacity: 1;
  box-shadow: 0 24px 68px #1f3e7024;
  transform: translate(26px) scale(1);
}
.analysis-canvas.is-raw .ai-workbench {
  opacity: .72;
  transform: translate(8px) scale(.98);
}
.analysis-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}
.analysis-pills span {
  padding: 6px 10px;
  border-radius: 7px;
  background: #edf4ff;
  color: #1662d4;
  font-size: 11px;
  font-weight: 740;
}
.analysis-pills span + span {
  background: #f1f3f6;
  color: #687387;
}
.source-document h3 {
  margin: 17px 0 0;
  color: #121a2a;
  font-size: 18px;
  line-height: 1.52;
  letter-spacing: -.02em;
}
.source-meta {
  margin: 23px 0 0;
  padding: 21px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  border-top: 1px solid #e1e6ed;
  border-bottom: 1px solid #e1e6ed;
}
.source-meta div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.source-meta dt {
  flex: 0 0 auto;
  color: #2a3448;
  font-size: 11px;
  font-weight: 730;
}
.source-meta dd {
  margin: 0;
  overflow: hidden;
  color: #738096;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.source-document > p {
  margin: 21px 0 0;
  color: #768297;
  font-size: 11px;
  line-height: 1.8;
}
.ai-workbench {
  min-height: 535px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  border-radius: 24px;
  background: #fffffff0;
  box-shadow: 0 30px 76px #1b417c24;
  transition: opacity .22s ease, transform .22s ease;
}
.analysis-trace {
  padding: 48px 14px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  border-right: 1px solid #e2e8f0;
  background: #f8fbffe6;
}
.analysis-trace:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 95px;
  bottom: 95px;
  left: 50%;
  background: #afbdd2;
}
.analysis-trace button {
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #202b3f;
  font-size: 11px;
  font-weight: 740;
  cursor: pointer;
}
.analysis-trace button > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e2f2;
  border-radius: 50%;
  background: #fff;
  color: #7f90aa;
  box-shadow: 0 8px 18px #18448c12;
  transition:
    color .17s ease,
    border-color .17s ease,
    background-color .17s ease,
    transform .17s ease;
}
.analysis-trace button.is-active > span {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: scale(1.08);
}
.analysis-trace button:nth-child(2).is-active > span {
  border-color: #f2ab3d;
  background: #f8ba4e;
}
.analysis-results {
  min-width: 0;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}
.verdict-card {
  min-height: 140px;
  padding: 23px 20px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  border: 1px solid #dbe7fa;
  border-radius: 16px;
  background: #f6f9ff;
  transition:
    border-color .17s ease,
    box-shadow .17s ease,
    transform .17s ease;
}
.verdict-card.is-focused {
  border-color: #8cb6fa;
  box-shadow: 0 12px 28px #1768f214;
  transform: translateY(-1px);
}
.verdict-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 22px #1768f230;
}
.verdict-copy h3,
.risk-card h3,
.checklist-card h3 {
  margin: 0;
  color: #11192a;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -.02em;
}
.verdict-copy h3 {
  color: #095ce3;
}
.verdict-copy p {
  margin: 8px 0 0;
  color: #4f5b70;
  font-size: 12px;
  line-height: 1.65;
}
.verdict-copy strong {
  color: #1b2638;
}
.evidence-chips {
  align-self: end;
  display: flex;
  align-items: center;
  gap: 7px;
}
.evidence-chips span {
  min-height: 34px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cee0fc;
  border-radius: 9px;
  background: #fff;
  color: #4c5d78;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}
.evidence-chips svg {
  color: var(--blue);
}
.analysis-detail-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(210px, .76fr) minmax(290px, 1.32fr);
  gap: 16px;
}
.risk-card,
.checklist-card {
  min-height: 0;
  border: 1px solid #dfe5ed;
  border-radius: 16px;
  background: #fff;
  transition:
    border-color .17s ease,
    box-shadow .17s ease,
    transform .17s ease;
}
.risk-card {
  padding: 23px 22px;
  border-color: #f3d79b;
  background: #fffaf0;
}
.risk-card.is-focused {
  border-color: #eda52d;
  box-shadow: 0 12px 26px #d88d1c1a;
  transform: translateY(-1px);
}
.risk-card h3,
.checklist-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.risk-card h3,
.risk-card h3 svg {
  color: #ba5e12;
}
.risk-card p {
  margin: 14px 0 0;
  color: #91501e;
  font-size: 12px;
  line-height: 1.75;
}
.risk-level {
  display: flex;
  align-items: center;
  gap: 8px;
}
.risk-level span {
  width: 1px;
  height: 12px;
  background: #e8bd76;
}
.checklist-card {
  overflow: hidden;
}
.checklist-card.is-focused {
  border-color: #8cb6fa;
  box-shadow: 0 12px 28px #1768f214;
  transform: translateY(-1px);
}
.checklist-card h3 {
  min-height: 54px;
  padding: 0 22px;
  border-bottom: 1px solid #e1e6ed;
}
.checklist-card h3 svg {
  color: var(--blue);
}
.checklist-items {
  padding: 0 20px;
}
.checklist-items button {
  width: 100%;
  min-height: 43px;
  padding: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid #e6eaf0;
  background: transparent;
  color: #334057;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  transition: color .16s ease, padding .16s ease;
}
.checklist-items button:last-child {
  border-bottom: 0;
}
.checklist-items button:hover {
  padding-left: 3px;
  color: var(--blue-strong);
}
.checklist-items button > svg:first-child {
  color: var(--blue);
}
.checklist-items button > svg:last-child {
  justify-self: end;
  color: #9aa5b5;
}
.checklist-items button.is-complete span {
  color: #8490a2;
  text-decoration: line-through;
}
.checklist-items button.is-complete > svg:last-child {
  opacity: 0;
}
.analysis-action-bar {
  min-height: 66px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #d9e5f7;
  border-radius: 14px;
  background: #f5f8fd;
}
.analysis-action-bar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #53709d;
  font-size: 12px;
  font-weight: 650;
}
.analysis-action-bar p svg {
  flex: 0 0 auto;
  color: #98a8c0;
}
.analysis-action-bar a {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 740;
  box-shadow: 0 10px 20px #1768f22e;
  transition: background-color .16s ease, transform .16s ease;
}
.analysis-action-bar a:hover {
  background: var(--blue-strong);
  transform: translateY(-1px);
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(23, 104, 242, .38);
  outline-offset: 3px;
}
@media (max-width: 1024px) {
  .header-inner,
  .hero-inner {
    width: min(920px, calc(100% - 48px));
  }
  .hero-inner {
    padding-top: 54px;
  }
  .section-shell {
    padding-right: 32px;
    padding-left: 32px;
  }
  .announcement-row {
    grid-template-columns: 180px minmax(0, 1fr) 90px;
  }
  .row-arrow {
    display: none;
  }
  .capability-card {
    padding: 26px;
  }
  .analysis-section {
    padding-right: 32px;
    padding-left: 32px;
  }
  .analysis-canvas {
    grid-template-columns: minmax(0, .36fr) minmax(0, .64fr);
  }
  .source-document {
    padding: 28px 24px;
  }
  .source-meta {
    grid-template-columns: 1fr;
  }
  .ai-workbench {
    grid-template-columns: 78px minmax(0, 1fr);
  }
  .analysis-results {
    padding: 18px;
  }
  .verdict-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .verdict-icon {
    width: 42px;
    height: 42px;
  }
  .evidence-chips {
    grid-column: 2;
  }
  .analysis-detail-grid {
    grid-template-columns: minmax(190px, .76fr) minmax(250px, 1.22fr);
  }
}
@media (max-width: 760px) {
  .hero {
    min-height: auto;
  }
  .site-header {
    height: 62px;
  }
  .header-inner,
  .hero-inner {
    width: calc(100% - 32px);
  }
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .main-nav,
  .account-button span {
    display: none;
  }
  .hero-inner {
    padding: 48px 0 64px;
  }
  .hero h1 {
    font-size: clamp(39px, 11.5vw, 52px);
    line-height: 1.1;
  }
  .hero-copy {
    margin-top: 18px;
    font-size: 14px;
  }
  .search-panel {
    min-height: 0;
    margin-top: 28px;
    padding: 12px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 14px;
  }
  .search-field {
    padding: 0 8px;
  }
  .search-field input {
    font-size: 13px;
  }
  .primary-button {
    width: 100%;
    min-height: 52px;
  }
  .hot-searches {
    justify-content: flex-start;
  }
  .hot-searches > span {
    width: 100%;
    text-align: left;
  }
  .demo-shell {
    margin-top: 22px;
    padding: 6px 14px;
  }
  .demo-shell.is-expanded {
    padding: 16px 14px 0;
  }
  .demo-card {
    padding: 18px;
  }
  .demo-title-row,
  .demo-title-row > div {
    align-items: flex-start;
  }
  .demo-title-row > div {
    flex-direction: column;
  }
  .fit-score {
    display: none;
  }
  .demo-meta {
    gap: 8px 12px;
  }
  .ai-summary {
    align-items: flex-start;
  }
  .section-shell {
    padding: 64px 20px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .section-heading > p:last-child {
    margin-top: 14px;
    font-size: 14px;
  }
  .tabs {
    gap: 24px;
    overflow-x: auto;
  }
  .tabs button {
    flex: 0 0 auto;
  }
  .featured-announcements {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .announcement-card {
    min-height: 220px;
  }
  .announcement-row {
    min-height: 122px;
    padding: 18px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    gap: 10px 16px;
  }
  .row-meta {
    align-self: auto;
    padding: 0;
    border: 0;
  }
  .announcement-row h3 {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0;
    font-size: 13px;
  }
  .announcement-row time {
    grid-column: 2;
    grid-row: 1;
  }
  .black-cta {
    max-width: 100%;
    font-size: 12px;
  }
  .capabilities {
    padding-bottom: 0;
  }
  .capability-heading {
    margin-bottom: 26px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-card {
    min-height: 230px;
    padding: 26px 24px;
  }
  .core-liquid {
    width: 300px;
    max-width: 82vw;
    right: -118px;
    bottom: -25px;
  }
  .analysis-section {
    min-height: auto;
    padding: 72px 20px 80px;
  }
  .analysis-heading h2 {
    font-size: clamp(38px, 10.5vw, 50px);
    line-height: 1.12;
  }
  .analysis-heading p {
    margin-top: 12px;
    font-size: 14px;
  }
  .analysis-comparison {
    margin-top: 26px;
    grid-template-columns: 1fr;
  }
  .analysis-comparison button {
    min-height: 66px;
  }
  .analysis-canvas {
    min-height: 0;
    margin-top: 26px;
    display: block;
  }
  .analysis-canvas [data-analysis-panel] {
    animation: mobile-analysis-panel-in .24s ease both;
  }
  .analysis-canvas.is-ai .source-document,
  .analysis-canvas.is-raw .ai-workbench {
    display: none;
  }
  .source-document {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 18px;
    transform: none;
  }
  .analysis-canvas.is-raw .source-document {
    transform: none;
  }
  .source-document h3 {
    font-size: 16px;
  }
  .source-meta {
    grid-template-columns: 1fr 1fr;
  }
  .ai-workbench {
    min-height: 0;
    margin-top: 0;
    grid-template-columns: 1fr;
    border-radius: 20px;
    transform: none;
  }
  .analysis-canvas.is-raw .ai-workbench {
    opacity: .86;
    transform: none;
  }
  .analysis-trace {
    padding: 14px 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .analysis-trace:before {
    width: auto;
    height: 1px;
    inset: 35px 18% auto;
  }
  .analysis-trace button {
    gap: 5px;
  }
  .analysis-trace button > span {
    width: 40px;
    height: 40px;
  }
  .analysis-results {
    padding: 14px;
    gap: 12px;
  }
  .verdict-card {
    padding: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .verdict-icon {
    width: 40px;
    height: 40px;
  }
  .evidence-chips {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }
  .analysis-detail-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .risk-card {
    min-height: 220px;
  }
  .checklist-items button {
    min-height: 47px;
  }
  .analysis-action-bar {
    padding: 14px;
    align-items: stretch;
    flex-direction: column;
  }
  .analysis-action-bar p {
    align-items: flex-start;
  }
  .analysis-action-bar a {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .logo-marquee-track {
    animation-duration: 22s !important;
    animation-iteration-count: infinite !important;
  }
}
.login-page {
  min-height: 100svh;
  padding: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 3% 8%,
      rgba(244, 144, 108, .12),
      transparent 25%),
    radial-gradient(
      circle at 96% 92%,
      rgba(23, 104, 242, .1),
      transparent 29%),
    #f4f5f7;
}
.login-shell {
  width: min(1510px, 100%);
  min-height: calc(100svh - 36px);
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(440px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(17, 25, 42, .12);
  border-radius: 30px;
  background: #ffffffe8;
  box-shadow: 0 30px 80px #141f341c;
}
.login-visual {
  min-width: 0;
  min-height: 690px;
  padding: 38px 48px 36px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(16, 27, 46, .055) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(16, 27, 46, .055) 1px,
      transparent 1px),
    radial-gradient(
      circle at 77% 63%,
      rgba(26, 115, 246, .12),
      transparent 36%),
    #fbfaf8;
  background-size:
    88px 88px,
    88px 88px,
    auto,
    auto;
}
.login-visual:before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  top: -236px;
  left: 20%;
  border: 1px solid rgba(23, 104, 242, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 66px #1768f206, 0 0 0 130px #1768f205;
  pointer-events: none;
}
.login-brand-row,
.login-visual-copy,
.login-visual-body {
  position: relative;
  z-index: 2;
}
.login-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.login-brand-row .brand {
  font-size: 17px;
}
.visual-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #697386;
  font-size: 11px;
  font-weight: 600;
}
.visual-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21a765;
  box-shadow: 0 0 0 5px #21a7651a;
}
.login-visual-copy {
  max-width: 690px;
  margin-top: clamp(54px, 8vh, 96px);
}
.login-kicker,
.auth-kicker {
  width: max-content;
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #c5d9ff;
  border-radius: 999px;
  background: #f2f7ffdb;
  color: var(--blue-strong);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
}
.login-visual-copy h1 {
  margin: 20px 0 0;
  color: #090f1d;
  font-size: clamp(46px, 4.55vw, 72px);
  line-height: 1.04;
  letter-spacing: -.065em;
  font-weight: 820;
}
.login-visual-copy h1 span {
  color: var(--blue);
}
.login-visual-copy > p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #667084;
  font-size: 14px;
  line-height: 1.8;
}
.login-visual-body {
  flex: 1;
  min-height: 292px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(250px, .74fr) minmax(360px, 1.22fr);
  align-items: end;
  gap: 26px;
}
.login-benefits {
  border-top: 1px solid rgba(17, 25, 42, .13);
}
.login-benefit {
  min-height: 78px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 30px 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(17, 25, 42, .13);
}
.benefit-index {
  color: var(--blue);
  font-size: 10px;
  font-weight: 760;
  font-variant-numeric: tabular-nums;
}
.benefit-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e4fa;
  border-radius: 50%;
  background: #fffc;
  color: var(--blue);
}
.login-benefit h2 {
  margin: 0;
  color: #151c2a;
  font-size: 13px;
  letter-spacing: -.02em;
}
.login-benefit p {
  margin: 4px 0 0;
  color: #7a8495;
  font-size: 10px;
  line-height: 1.55;
}
.login-artwork {
  min-width: 0;
  margin: 0 -26px -34px 0;
  position: relative;
}
.login-artwork img {
  width: 100%;
  min-height: 300px;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.01);
}
.login-artwork figcaption {
  min-width: 210px;
  min-height: 54px;
  padding: 9px 15px 9px 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 34px;
  bottom: 50px;
  border: 1px solid rgba(23, 104, 242, .18);
  border-radius: 999px;
  background: #ffffffe0;
  box-shadow: 0 15px 36px #184ca01f;
  backdrop-filter: blur(16px);
}
.artwork-check {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
}
.login-artwork figcaption > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.login-artwork strong {
  color: #192236;
  font-size: 11px;
}
.login-artwork small {
  color: #7d8798;
  font-size: 9px;
}
.login-form-side {
  min-width: 0;
  padding: 34px clamp(34px, 4.2vw, 72px) 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid rgba(17, 25, 42, .11);
  background:
    radial-gradient(
      circle at 102% 98%,
      rgba(241, 144, 101, .15),
      transparent 28%),
    #fffffff0;
}
.back-home {
  min-height: 34px;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #667084;
  font-size: 12px;
  font-weight: 650;
  transition: color .16s ease;
}
.back-home:hover {
  color: var(--blue);
}
.app-auth-header {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 16px;
}
.app-auth-header img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
}
.auth-panel {
  width: min(430px, 100%);
  margin: auto;
  padding: 28px 0 14px;
}
.auth-kicker {
  min-height: 28px;
  padding: 0 10px;
  border-color: #ffd6c5;
  background: #fff5ef;
  color: #e66e42;
}
.auth-panel > h2 {
  margin: 18px 0 0;
  color: #0b101a;
  font-size: clamp(42px, 3.4vw, 56px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 790;
}
.auth-intro {
  margin: 15px 0 0;
  color: #747d8e;
  font-size: 13px;
  line-height: 1.65;
}
.auth-mode-tabs {
  margin-top: 27px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #dfe3e8;
}
.auth-mode-tabs button {
  min-height: 46px;
  padding: 0;
  position: relative;
  border: 0;
  background: transparent;
  color: #99a3b3;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
}
.auth-mode-tabs button:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: transparent;
}
.auth-mode-tabs button.is-active {
  color: #163f94;
}
.auth-mode-tabs button.is-active:after {
  background: var(--blue);
}
.auth-form {
  margin-top: 22px;
}
.login-methods {
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border: 1px solid #dce1e8;
  border-radius: 12px;
  background: #f5f7fa;
}
.login-methods button {
  min-height: 42px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6d7687;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.login-methods button.is-active {
  background: #fff;
  color: #164ca9;
  box-shadow: 0 3px 10px #13254814;
}
.auth-field {
  margin-top: 18px;
  display: block;
}
.auth-field > span {
  display: block;
  margin-bottom: 8px;
  color: #273042;
  font-size: 12px;
  font-weight: 720;
}
.field-control {
  min-height: 52px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce1e8;
  border-radius: 12px;
  background: #fff;
  color: #96a1b2;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field-control:focus-within {
  border-color: #6fa4ff;
  box-shadow: 0 0 0 4px #1768f217;
}
.field-control input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font-size: 13px;
}
.field-control input::placeholder {
  color: #abb3bf;
}
.password-toggle {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c96a6;
  cursor: pointer;
}
.verification-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 10px;
}
.send-code-button {
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid #dce1e8;
  border-radius: 12px;
  background: #f7f8fa;
  color: #305b9f;
  font-size: 12px;
  font-weight: 680;
  cursor: pointer;
}
.send-code-button:disabled {
  background: #eef0f3;
  color: #9ca4b1;
  cursor: not-allowed;
}
.auth-actions-row {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.agreement-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e7787;
  font-size: 11px;
  cursor: pointer;
}
.agreement-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.check-ui {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid #bfc6d0;
  border-radius: 4px;
  background: #fff;
  color: transparent;
}
.agreement-check input:checked + .check-ui {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.agreement-check input:focus-visible + .check-ui {
  outline: 3px solid rgba(23, 104, 242, .25);
  outline-offset: 2px;
}
.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #315991;
  font-size: 11px;
  cursor: pointer;
}
.agreement-links {
  margin: 8px 0 0 25px;
  color: #8c95a4;
  font-size: 10px;
}
.agreement-links a {
  color: #e86e46;
}
.auth-notice {
  min-height: 30px;
  margin: 14px 0 -4px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 11px;
}
.auth-notice.is-error {
  background: #fff2ee;
  color: #c54f32;
}
.auth-notice.is-success {
  background: #edf9f2;
  color: #238756;
}
.auth-notice-text {
  flex: 1;
  min-width: 0;
}
.auth-notice-action {
  flex-shrink: 0;
  margin-left: 4px;
  padding: 2px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.auth-notice-action:hover {
  background: #c54f321a;
}
.auth-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 13px 26px #1768f238;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .16s ease, background-color .16s ease;
}
.auth-submit:hover {
  transform: translateY(-2px);
  background: #0e5fe6;
}
.auth-switch-copy {
  margin: 18px 0 0;
  text-align: center;
  color: #87909f;
  font-size: 11px;
}
.auth-switch-copy button {
  margin-left: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 720;
  cursor: pointer;
}
.auth-secondary-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.auth-secondary-actions .auth-switch-copy {
  margin: 0;
}
.forgot-password-link {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7d8797;
  font-size: 11px;
  cursor: pointer;
}
.forgot-password-link:hover,
.forgot-password-link:focus-visible {
  color: var(--blue);
}
.forgot-password-link:focus-visible,
.auth-switch-copy button:focus-visible {
  outline: 2px solid rgba(23, 104, 242, .35);
  outline-offset: 3px;
}
.auth-footnote {
  margin: auto 0 0;
  text-align: center;
  color: #a0a7b3;
  font-size: 10px;
  letter-spacing: .03em;
}
@media (max-width: 1120px) {
  .login-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  }
  .login-visual {
    padding-right: 34px;
    padding-left: 34px;
  }
  .login-visual-body {
    grid-template-columns: 1fr;
  }
  .login-benefits {
    display: none;
  }
  .login-artwork {
    width: min(590px, 100%);
    margin-left: auto;
  }
}
@media (max-width: 820px) {
  .login-page {
    padding: 0;
    display: block;
    overflow: visible;
  }
  .login-shell {
    min-height: 100svh;
    display: block;
    border: 0;
    border-radius: 0;
  }
  .login-visual {
    min-height: auto;
    padding: 25px 22px 0;
    border-bottom: 1px solid rgba(17, 25, 42, .1);
  }
  .visual-status {
    display: none;
  }
  .login-visual-copy {
    margin-top: 42px;
  }
  .login-visual-copy h1 {
    font-size: clamp(39px, 10.8vw, 54px);
  }
  .login-visual-copy > p {
    font-size: 13px;
  }
  .login-visual-body {
    min-height: 220px;
    margin-top: 16px;
    display: block;
  }
  .login-artwork {
    width: min(520px, 112%);
    margin: 0 -8% -6% auto;
  }
  .login-artwork img {
    min-height: 220px;
  }
  .login-artwork figcaption {
    right: 16px;
    bottom: 34px;
  }
  .login-form-side {
    min-height: 700px;
    padding: 24px 22px 30px;
    border-left: 0;
  }
  .auth-panel {
    padding-top: 34px;
  }
  .auth-panel > h2 {
    font-size: 44px;
  }
}
@media (max-width: 820px) {
  .login-page.is-app-shell {
    min-height: 100dvh;
    padding: 0;
    overflow: auto;
    background: #fff;
  }
  .login-page.is-app-shell .login-shell {
    min-height: 100dvh;
    background: #fff;
    box-shadow: none;
  }
  .login-page.is-app-shell .login-shell:after,
  .login-page.is-app-shell .login-visual {
    display: none;
  }
  .login-page.is-app-shell .login-form-side {
    min-height: 100dvh;
    padding: max(18px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    border: 0;
    background: #fff;
  }
  .login-page.is-app-shell .app-auth-header {
    flex: 0 0 auto;
  }
  .login-page.is-app-shell .auth-panel {
    margin: 28px auto auto;
    padding-top: 0;
  }
  .login-page.is-app-shell .auth-panel > h2 {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .login-artwork figcaption {
    min-width: 192px;
    transform: scale(.92);
    transform-origin: right bottom;
  }
  .verification-row {
    grid-template-columns: minmax(0, 1fr) 112px;
  }
  .auth-actions-row {
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .hero {
    height: 1152px;
    min-height: 1152px;
    background-color: #fff;
    background-image: url(/assets/hero-original-design.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 1152px;
  }
  .header-inner {
    width: min(1280px, calc(100% - 96px));
  }
  .hero-inner {
    width: min(1500px, calc(100% - 96px));
    padding: 144px 0 0;
  }
  .hero h1 {
    font-size: 76px;
    visibility: hidden;
  }
  .hero-copy {
    margin-top: 25px;
    font-size: 16px;
    visibility: hidden;
  }
  .search-panel {
    width: min(1240px, 100%);
    min-height: 146px;
    margin-top: 53px;
    padding: 25px 30px 25px 42px;
    gap: 14px;
    border-radius: 24px;
  }
  .search-field {
    min-height: 72px;
    padding: 0 30px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    background: #fff;
  }
  .search-field input {
    min-height: 70px;
    font-size: 15px;
  }
  .search-panel .primary-button {
    width: 268px;
    min-width: 268px;
    min-height: 72px;
  }
  .hot-searches {
    margin-top: 34px;
    gap: 12px;
    font-size: 14px;
  }
  .hot-searches button {
    min-height: 34px;
    padding: 0 19px;
    font-size: 13px;
  }
  .demo-shell {
    width: min(1000px, 100%);
    height: 330px;
    margin-top: 60px;
    padding: 24px 96px 0;
    overflow: visible;
    visibility: hidden;
    pointer-events: none;
  }
  .demo-card {
    min-height: 220px;
    padding: 36px 34px;
  }
  .expand-button {
    margin: 0;
    position: absolute;
    right: auto;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%);
  }
}
.search-panel .primary-button {
  width: 216px;
  min-width: 216px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      #4a94ff 0%,
      var(--blue) 100%);
  box-shadow: 0 10px 24px #1668f247;
}
.search-panel .primary-button:hover {
  background:
    linear-gradient(
      180deg,
      #3d88fa 0%,
      var(--blue-strong) 100%);
  box-shadow: 0 12px 28px #2368fd52;
  transform: translateY(-2px) scale(1.015);
}
.search-panel .primary-button-icon {
  flex: 0 0 auto;
}
@media (min-width: 1025px) {
  .search-panel .primary-button {
    width: 268px;
    min-width: 268px;
    height: 72px;
    min-height: 72px;
    gap: 10px;
    font-size: 17px;
  }
  .search-panel .primary-button-icon {
    width: 22px;
    height: 22px;
  }
}
.expanded-page-content.is-visible {
  animation: page-content-reveal .42s cubic-bezier(.2, .72, .2, 1) both;
}
#announcements,
#capabilities,
#analysis,
#pricing {
  scroll-margin-top: 82px;
}
@keyframes page-content-reveal {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-marquee {
  height: 190px;
  padding: 52px 0 44px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  .expanded-page-content.is-visible {
    animation: none;
  }
  .demo-toggle,
  .demo-toggle svg {
    transition: none;
  }
}
.logo-marquee-window {
  height: 94px;
  overflow: hidden;
  position: relative;
  display: flex;
  border-top: 1px solid #d8dde5;
  border-bottom: 1px solid #d8dde5;
  background: #fff;
}
.logo-marquee-spacer {
  width: clamp(220px, 20.35vw, 468px);
  height: 100%;
  flex: 0 0 auto;
  border-right: 1px solid #d8dde5;
  background: #fff;
}
.logo-featured {
  width: 146px;
  height: 100%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-right: 1px solid #d8dde5;
  background: #fff;
}
.logo-featured img {
  width: 86px;
  max-height: 54px;
  display: block;
  object-fit: contain;
  transition: transform .24s cubic-bezier(.2, .7, .2, 1), filter .24s ease;
}
.logo-marquee-viewport {
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.logo-marquee-track {
  width: max-content;
  height: 100%;
  display: flex;
  transform: translateZ(0);
  animation: logo-scroll-rtl 22s linear infinite;
  will-change: transform;
}
.logo-marquee-window:has(.logo-cell:hover) .logo-marquee-track,
.logo-marquee-window:has(.logo-featured:hover) .logo-marquee-track {
  animation-play-state: paused;
}
.logo-cell {
  width: 158px;
  height: 100%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
  border-right: 0;
  background: #fff;
  transition: background-color .22s ease, box-shadow .22s ease;
}
.logo-cell img {
  max-width: 88%;
  max-height: 54px;
  display: block;
  object-fit: contain;
  transition: transform .24s cubic-bezier(.2, .7, .2, 1), filter .24s ease;
}
.logo-cell:hover {
  z-index: 2;
  background: #f8faff;
  box-shadow: 0 18px 38px #153f811a;
}
.logo-cell:hover img {
  transform: scale(1.12);
  filter: saturate(1.08) contrast(1.03);
}
.logo-featured:hover img {
  transform: scale(1.1);
  filter: saturate(1.08) contrast(1.03);
}
@keyframes logo-scroll-rtl {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.announcements {
  padding-top: 48px;
  padding-bottom: 92px;
}
.announcements .section-heading,
.capability-heading,
.pricing-heading {
  text-align: center;
}
.announcements .section-heading h2,
.capability-heading h2,
.pricing-heading h2 {
  font-size: clamp(38px, 3.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.tabs {
  max-width: 1160px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tabs button {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
}
.announcement-tab-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  transition: transform .18s ease;
}
.tabs button:hover .announcement-tab-icon,
.tabs button.is-active .announcement-tab-icon {
  transform: translateY(-2px);
}
.announcement-list {
  max-width: 1160px;
  max-height: 380px;
  margin: 12px auto 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #e0e5ed;
  border-radius: 18px;
  background: #fff;
  scrollbar-color: #b7c2d3 transparent;
  scrollbar-width: thin;
}
.announcement-list::-webkit-scrollbar {
  width: 7px;
}
.announcement-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b7c2d3;
}
.announcement-row {
  min-height: 98px;
  padding: 0 22px;
  grid-template-columns: 200px minmax(0, 1fr) 100px 24px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
  transition:
    background-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}
.announcement-row:hover {
  z-index: 1;
  background-color: #f3f5fa;
  background-image: url(/assets/ui/announcement-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: none;
  transform: none;
}
.announcement-row h3 {
  font-weight: 650;
}
.row-meta {
  border-right: 0;
}
.outline-cta {
  width: max-content;
  min-height: 44px;
  margin: 30px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  background: #fff;
  color: #4a5364;
  font-size: 12px;
  font-weight: 650;
  transition:
    border-color .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}
.outline-cta:hover {
  border-color: #91b7f6;
  color: var(--blue-strong);
  box-shadow: 0 10px 28px #1768f21a;
  transform: translateY(-2px);
}
.capabilities {
  padding-top: 96px;
  padding-bottom: 108px;
}
.capability-heading {
  margin-bottom: 34px;
}
.capability-grid {
  max-width: 1160px;
  margin: 0 auto;
  border-left: 0;
}
.capability-card {
  min-height: 0;
  aspect-ratio: 468 / 277;
  padding: 24px 28px;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
  transform: perspective(900px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateY(0) scale(1);
  transform-style: preserve-3d;
  transition:
    color .23s ease,
    background-color .23s ease,
    background-position .48s cubic-bezier(.2, .7, .2, 1),
    box-shadow .23s ease,
    transform .23s cubic-bezier(.2, .7, .2, 1);
}
.capability-card h3 {
  margin-top: 12px;
}
.capability-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.capability-card .capability-card-header h3 {
  margin: 0;
}
.capability-card-header .capability-badge {
  flex: 0 0 auto;
  position: static;
  margin-left: 2px;
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
}
.capability-card > p {
  margin-top: 8px;
  line-height: 1.65;
}
.capability-tags {
  margin-top: 12px;
}
.capability-card:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url(/assets/ui/capability-hover.svg) center / 100% 100% no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity .23s ease;
}
.capability-card:hover {
  z-index: 5;
  background-color: #2864eb;
  background-image: none;
  box-shadow: 0 24px 48px #1c58c233;
  transform: perspective(900px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateY(-7px) scale(1.018);
}
.capability-card:hover:before {
  opacity: 1;
}
.capability-card:hover h3,
.capability-card:hover > p {
  color: #fff;
}
.capability-card:hover > p {
  opacity: .84;
}
.capability-card:hover .capability-icon {
  transform: translateZ(20px) scale(1.06);
}
.capability-card:hover .capability-tags span,
.capability-card:hover .capability-badge {
  border-color: #ffffff5c;
  background: #ffffffed;
  color: #1b5bc8;
}
.capability-card:hover .capability-arrow {
  color: #fff;
}
.capability-arrow {
  z-index: 2;
}
.capability-icon,
.capability-card h3,
.capability-card > p,
.capability-tags,
.capability-badge {
  position: relative;
  z-index: 2;
  transition:
    color .19s ease,
    background-color .19s ease,
    border-color .19s ease,
    transform .19s ease,
    opacity .19s ease;
}
.capability-icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
}
.analysis-section {
  min-height: 900px;
}
.interactive-surface {
  transform: perspective(1300px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  transition:
    opacity .22s ease,
    transform .22s cubic-bezier(.2, .7, .2, 1),
    box-shadow .22s ease;
}
.interactive-surface:hover {
  box-shadow: 0 34px 92px #1b417c30;
}
.verdict-card:hover,
.risk-card:hover,
.checklist-card:hover {
  transform: translateY(-3px);
}
.analysis-trace button:hover > span {
  color: var(--blue);
  transform: scale(1.08);
}
.analysis-trace button:nth-child(2):hover > span {
  color: #bc6a14;
}
.pricing-section {
  padding: 100px max(48px, calc((100vw - 1320px) / 2)) 96px;
  background: #f7f8fa;
}
.pricing-heading p {
  margin: 16px 0 0;
  color: #525b69;
  font-size: 15px;
}
.pricing-grid {
  max-width: 1320px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}
.pricing-card {
  min-height: 590px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dce1e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px #1620350d;
  cursor: default;
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateY(0);
  transform-style: preserve-3d;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    transform .22s cubic-bezier(.2, .7, .2, 1);
}
.pricing-card:hover,
.pricing-card.is-selected,
.pricing-card:focus-within {
  border-color: #7ba9fa;
  box-shadow: 0 28px 55px #1d4c9924;
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateY(-9px);
}
.pricing-card.is-enterprise:hover,
.pricing-card.is-enterprise.is-selected {
  border-color: #ff7b1e;
  box-shadow: 0 28px 55px #d25b0e21;
}
.pricing-card.is-interest:hover,
.pricing-card.is-interest.is-selected,
.pricing-card.is-interest:focus-within {
  border-color: #38a89a;
  box-shadow: 0 28px 55px #0f766e29;
}
.pricing-card.is-basic {
  box-shadow: inset 0 8px #7c3aed, 0 12px 30px #1620350d;
}
.pricing-card.is-basic:hover,
.pricing-card.is-basic.is-selected,
.pricing-card.is-basic:focus-within {
  border-color: #a78bfa;
  box-shadow: inset 0 8px #7c3aed, 0 28px 55px #7c3aed29;
}
.pricing-card.is-professional:hover,
.pricing-card.is-professional.is-selected,
.pricing-card.is-professional:focus-within {
  border-color: #5b8def;
  box-shadow: 0 28px 55px #1d4ed829;
}
.plan-ribbon {
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}
.pricing-card.is-enterprise .plan-ribbon {
  background: #ff6900;
}
.pricing-card.is-interest .plan-ribbon {
  background: #0f766e;
}
.pricing-card.is-professional .plan-ribbon {
  background: #1d4ed8;
}
.plan-content {
  padding: 31px 28px 34px;
}
.plan-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.plan-heading-row h3 {
  margin: 0;
  font-size: 16px;
}
.plan-select-control {
  min-height: 28px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9cfd8;
  border-radius: 999px;
  background: #fff;
  color: #5e6673;
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
}
.plan-select-control:hover,
.plan-select-control.is-selected {
  border-color: #7ba9fa;
  background: #edf4ff;
  color: var(--blue);
}
.plan-select-control:focus-visible,
.plan-cta:focus-visible,
.pricing-comparison-scroll:focus-visible {
  outline: 3px solid rgba(23, 104, 242, .34);
  outline-offset: 3px;
}
.selected-indicator {
  min-height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 760;
}
.pricing-card.is-enterprise .selected-indicator {
  background: #fff3e9;
  color: #dc5900;
}
.pricing-card.is-enterprise .plan-select-control:hover,
.pricing-card.is-enterprise .plan-select-control.is-selected {
  border-color: #ff7b1e;
  background: #fff3e9;
  color: #dc5900;
}
.pricing-card.is-interest .plan-select-control:hover,
.pricing-card.is-interest .plan-select-control.is-selected {
  border-color: #38a89a;
  background: #e8f7f5;
  color: #0f766e;
}
.pricing-card.is-basic .plan-select-control:hover,
.pricing-card.is-basic .plan-select-control.is-selected {
  border-color: #a78bfa;
  background: #f4efff;
  color: #6d28d9;
}
.pricing-card.is-professional .plan-select-control:hover,
.pricing-card.is-professional .plan-select-control.is-selected {
  border-color: #5b8def;
  background: #edf4ff;
  color: #1d4ed8;
}
.plan-price {
  margin: 16px 0 0;
  display: flex;
  align-items: baseline;
}
.plan-price strong {
  color: #090d15;
  font-size: 34px;
  letter-spacing: -.05em;
}
.plan-price span {
  color: #363e4c;
  font-size: 11px;
}
.plan-description {
  min-height: 48px;
  margin: 14px 0 0;
  color: #777f8d;
  font-size: 11px;
  line-height: 1.65;
}
.plan-cta {
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #c9cfd8;
  border-radius: 9px;
  background: #fff;
  color: #5e6673;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transition:
    background-color .18s ease,
    color .18s ease,
    transform .18s ease;
}
.pricing-card.is-basic .plan-cta {
  border-color: #7c3aed;
  background: #7c3aed;
  color: #fff;
}
.pricing-card.is-interest .plan-cta {
  border-color: #0f766e;
  background: #e8f7f5;
  color: #0f766e;
}
.pricing-card.is-professional .plan-cta {
  border-color: #1d4ed8;
  background: #edf4ff;
  color: #1d4ed8;
}
.pricing-card.is-enterprise .plan-cta {
  border-color: #ff6900;
  background: #ff6900;
  color: #fff;
}
.plan-cta:hover {
  transform: translateY(-2px);
}
.plan-cta:disabled,
.payment-method:disabled {
  cursor: not-allowed;
  opacity: .65;
  transform: none;
}
.plan-content ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.plan-content li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: #4f5765;
  font-size: 11px;
  line-height: 1.45;
}
.plan-content li svg {
  color: #15191f;
}
.pricing-card.is-interest .plan-content li svg {
  color: #0f766e;
}
.pricing-card.is-basic .plan-content li svg {
  color: #7c3aed;
}
.pricing-card.is-professional .plan-content li svg {
  color: #1d4ed8;
}
.pricing-card.is-enterprise .plan-content li svg {
  color: #ff6900;
}
.pricing-detail-link {
  width: max-content;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #606876;
  font-size: 12px;
}
.pricing-detail-link:hover {
  color: var(--blue);
}
.pricing-comparison-section {
  max-width: 1320px;
  margin: 64px auto 0;
  padding-top: 46px;
  border-top: 1px solid #dce1e8;
}
.pricing-comparison-heading {
  text-align: center;
}
.pricing-comparison-heading h3 {
  margin: 0;
  color: #111827;
  font-size: 25px;
}
.pricing-comparison-heading p,
.pricing-comparison-hint {
  margin: 10px 0 0;
  color: #667084;
  font-size: 13px;
  line-height: 1.6;
}
.pricing-comparison-hint {
  display: none;
}
.pricing-comparison-scroll {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid #dce1e8;
  border-radius: 16px;
  background: #fff;
  scrollbar-color: #aeb9c9 transparent;
  scrollbar-width: thin;
}
.pricing-comparison-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.pricing-comparison-table caption {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pricing-comparison-table th,
.pricing-comparison-table td {
  min-width: 152px;
  padding: 14px 16px;
  border-right: 1px solid #e6eaf0;
  border-bottom: 1px solid #e6eaf0;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}
.pricing-comparison-table tr > :first-child {
  min-width: 180px;
  text-align: left;
}
.pricing-comparison-table tr > :last-child {
  border-right: 0;
}
.pricing-comparison-table tbody:last-child tr:last-child > * {
  border-bottom: 0;
}
.pricing-comparison-table thead th {
  background: #f6f8fc;
  color: #16213a;
  font-size: 13px;
  font-weight: 760;
}
.pricing-comparison-table thead span,
.pricing-comparison-table thead small {
  display: block;
}
.pricing-comparison-table thead small {
  margin-top: 4px;
  color: #1768f2;
  font-size: 12px;
  font-weight: 760;
}
.pricing-comparison-table tbody > tr:not(.pricing-comparison-group):hover > * {
  background: #f8fbff;
}
.pricing-comparison-group th {
  padding: 10px 16px;
  border-right: 0;
  background: #eef4ff;
  color: #174ea6;
  font-size: 12px;
  font-weight: 760;
  text-align: left;
}
.site-footer {
  padding: 66px max(48px, calc((100vw - 1160px) / 2)) 28px;
  background: #0c1527;
  color: #c4cee0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .75fr);
  gap: 50px;
}
.site-footer .brand {
  color: #fff;
}
.footer-brand p {
  max-width: 300px;
  margin: 17px 0 0;
  color: #77849b;
  font-size: 11px;
  line-height: 1.7;
}
.footer-inner > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-inner h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 12px;
}
.footer-inner a,
.footer-inner span {
  color: #79869b;
  font-size: 10px;
}
.footer-inner a:hover {
  color: #fff;
}
.footer-bottom {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #556278;
  font-size: 9px;
  text-align: center;
}
.login-page {
  background: #f4f7fb url(/assets/hero-dots.png) center / cover no-repeat;
}
.login-shell {
  position: relative;
  isolation: isolate;
}
.login-shell:after {
  content: "";
  width: 430px;
  height: 430px;
  position: absolute;
  z-index: -1;
  left: calc(var(--login-x, 50%) - 215px);
  top: calc(var(--login-y, 50%) - 215px);
  background: url(/assets/core-liquid.png) center / contain no-repeat;
  opacity: .055;
  pointer-events: none;
  transition: left 90ms linear, top 90ms linear;
}
.login-visual-image > img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 821px) {
  .login-shell {
    width: min(1259px, calc(100vw - 36px), calc((100svh - 36px) * 1259 / 747));
    height: auto;
    min-height: 0;
    aspect-ratio: 1259 / 747;
    grid-template-columns: 738fr 521fr;
    border: 0;
    border-radius: 30px;
  }
  .login-shell:after {
    display: none;
  }
  .login-visual-image {
    min-height: 0;
    padding: 0;
    background: #fff;
  }
  .login-visual-image:before {
    display: none;
  }
  .login-visual-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
  }
  .login-form-side {
    min-height: 0;
    padding: 34px 48px 24px;
    background: #fff;
    overflow-y: auto;
  }
  .auth-panel {
    width: min(432px, 100%);
    margin: auto;
    padding: 0;
  }
  .auth-panel > h2 {
    margin-top: 0;
    font-size: 52px;
  }
  .auth-intro {
    margin-top: 12px;
  }
  .auth-form {
    margin-top: 28px;
  }
  .login-methods {
    border: 0;
    border-radius: 10px;
    background: #f3f5f7;
  }
  .login-methods button {
    min-height: 44px;
  }
  .auth-field {
    margin-top: 20px;
  }
  .field-control {
    min-height: 56px;
    padding: 0 17px;
    border-radius: 12px;
  }
  .field-control input {
    min-height: 54px;
  }
  .field-control > svg:first-child {
    display: none;
  }
  .auth-actions-row {
    justify-content: flex-start;
  }
  .auth-submit.uses-login-art {
    min-height: 80px;
    margin-top: 18px;
    padding: 0;
    border-radius: 0;
    background: transparent url(/assets/login-submit.png) center / 100% 100% no-repeat;
    color: transparent;
    box-shadow: none;
    font-size: 0;
  }
  .auth-submit.uses-login-art:hover {
    background: transparent url(/assets/login-submit.png) center / 100% 100% no-repeat;
    transform: translateY(-2px) scale(1.008);
  }
  .auth-submit.uses-login-art svg {
    display: none;
  }
  .auth-switch-copy,
  .auth-secondary-actions {
    margin-top: 12px;
  }
  .auth-footnote {
    display: none;
  }
}
@media (min-width: 821px) and (max-height: 820px) {
  .login-form-side {
    padding: 22px 44px 16px;
  }
  .auth-panel {
    padding: 8px 0 6px;
  }
  .auth-panel > h2 {
    font-size: 38px;
  }
  .auth-intro {
    margin-top: 8px;
  }
  .auth-form {
    margin-top: 18px;
  }
  .auth-field {
    margin-top: 13px;
  }
  .auth-field > span {
    margin-bottom: 6px;
  }
  .field-control,
  .send-code-button {
    min-height: 48px;
  }
  .field-control input {
    min-height: 46px;
  }
  .sms-captcha {
    min-height: 48px;
    padding: 8px 11px;
  }
  .auth-submit {
    margin-top: 14px;
  }
  .auth-submit.uses-login-art {
    min-height: 64px;
    margin-top: 12px;
  }
  .auth-switch-copy {
    margin-top: 9px;
  }
}
@media (min-width: 821px) and (max-height: 700px) {
  .login-form-side {
    padding: 16px 36px 12px;
  }
  .back-home {
    min-height: 28px;
  }
  .auth-panel > h2 {
    font-size: 30px;
  }
  .auth-form {
    margin-top: 12px;
  }
  .auth-field {
    margin-top: 9px;
  }
  .auth-field > span {
    margin-bottom: 4px;
  }
  .field-control,
  .send-code-button {
    min-height: 44px;
  }
  .field-control input {
    min-height: 42px;
  }
  .sms-captcha {
    min-height: 44px;
    padding: 6px 10px;
    gap: 6px;
  }
  .verification-row {
    gap: 8px;
  }
  .auth-submit {
    min-height: 46px;
    margin-top: 10px;
  }
  .auth-submit.uses-login-art {
    min-height: 52px;
    margin-top: 8px;
  }
  .auth-switch-copy {
    margin-top: 6px;
  }
}
@media (max-width: 820px) {
  .login-visual-image {
    min-height: 0;
    padding: 0;
    background: #fff;
  }
  .login-visual-image:before {
    display: none;
  }
}
.announcements,
.capabilities {
  background: #fff;
}
.login-benefit {
  transition: padding-left .22s ease, background-color .22s ease;
}
.login-benefit:hover {
  padding-left: 10px;
  background: #ffffffc7;
}
.login-benefit:hover .benefit-icon {
  border-color: #8db5f8;
  color: #fff;
  background: var(--blue);
  transform: scale(1.08);
}
.benefit-icon {
  transition:
    color .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}
.login-methods {
  position: relative;
}
.login-methods button {
  position: relative;
  z-index: 2;
  transition:
    color .18s ease,
    background-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}
.login-methods button:hover {
  transform: translateY(-1px);
}
.field-control svg:first-child {
  transition: color .16s ease, transform .16s ease;
}
.field-control:focus-within svg:first-child {
  color: var(--blue);
  transform: scale(1.08);
}
.auth-form.is-password .auth-field,
.auth-form.is-sms .auth-field {
  animation: auth-field-in .26s ease both;
}
.auth-submit svg {
  transition: transform .18s ease;
}
.auth-submit:hover svg {
  transform: translate(4px);
}
@keyframes auth-field-in {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-card {
    min-height: 540px;
  }
}
@media (max-width: 760px) {
  .logo-marquee {
    height: 92px;
    padding: 0;
  }
  .logo-marquee-window {
    height: 92px;
  }
  .logo-marquee-spacer {
    display: none;
  }
  .logo-featured {
    width: 132px;
  }
  .logo-cell {
    width: 178px;
  }
  .announcements,
  .capabilities {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .tabs {
    grid-template-columns: repeat(3, 150px);
    gap: 8px;
  }
  .tabs button {
    min-height: 54px;
  }
  .announcement-list {
    max-height: 430px;
  }
  .announcement-row {
    padding: 17px 18px;
    background-size: auto 100%;
  }
  .capability-card {
    transform: none;
  }
  .capability-card:hover {
    transform: translateY(-4px) scale(1.008);
  }
  .interactive-surface,
  .interactive-surface:hover {
    transform: none;
  }
  .site-footer {
    padding: 54px 24px 28px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .login-shell:after {
    display: none;
  }
}
@media (max-width: 430px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
}
.mobile-menu-button,
.mobile-navigation {
  display: none;
}
.capability-card:focus-visible {
  outline: 3px solid rgba(23, 104, 242, .34);
  outline-offset: -3px;
}
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }
  .hero {
    min-height: 760px;
    background-color: #fbfdff;
    background-image: url(/assets/hero-dots.png);
    background-position: center top;
    background-size: auto 760px;
  }
  .site-header {
    height: 64px;
    overflow: visible;
  }
  .header-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .brand {
    gap: 8px;
    font-size: 14px;
  }
  .brand-logo {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .account-menu,
  .account-button {
    display: none;
  }
  .mobile-menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(15, 27, 48, .1);
    border-radius: 12px;
    background: #ffffffeb;
    color: #14213a;
    box-shadow: 0 8px 20px #172b4f14;
  }
  .mobile-navigation {
    width: calc(100% - 32px);
    max-height: 0;
    margin: 8px auto 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    border: 1px solid rgba(15, 27, 48, .1);
    border-radius: 18px;
    background: #fffffff7;
    box-shadow: 0 24px 54px #18305c29;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height .22s ease,
      opacity .18s ease,
      transform .22s ease;
  }
  .mobile-navigation.is-open {
    max-height: 280px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-navigation nav {
    padding: 8px 16px;
  }
  .mobile-navigation a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f5;
    color: #172033;
    font-size: 14px;
    font-weight: 650;
  }
  .mobile-navigation a:last-child {
    border-bottom: 0;
    color: var(--blue-strong);
  }
  .hero-inner {
    width: calc(100% - 32px);
    padding: 88px 0 68px;
  }
  .hero h1 {
    max-width: 358px;
    margin: 0 auto;
    font-size: clamp(38px, 10.6vw, 46px);
    line-height: 1.14;
    letter-spacing: -.055em;
  }
  .hero h1 span {
    display: block;
    margin-top: 4px;
  }
  .hero-copy {
    max-width: 342px;
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.75;
  }
  .search-panel {
    width: 100%;
    margin-top: 38px;
    padding: 12px;
    gap: 12px;
    border-radius: 20px;
    box-shadow: 0 16px 38px #1e60dc1f;
  }
  .search-field {
    min-height: 54px;
    padding: 0 14px;
    border: 1px solid #e4e8ef;
    border-radius: 14px;
    background: #fff;
  }
  .search-field input {
    min-height: 52px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  .search-panel .primary-button {
    width: min(248px, 100%);
    min-width: 0;
    min-height: 0;
    aspect-ratio: 309 / 83;
    margin: 0 auto;
    padding: 0;
  }
  .hot-searches {
    max-width: 350px;
    margin: 22px auto 0;
    justify-content: center;
    gap: 7px;
  }
  .hot-searches > span {
    width: auto;
    flex: 0 0 auto;
  }
  .hot-searches button {
    min-height: 28px;
    padding: 0 11px;
    font-size: 11px;
  }
  .demo-shell {
    width: calc(100% + 8px);
    margin: 34px -4px 0;
    padding: 8px 14px;
    border-radius: 16px 16px 0 0;
  }
  .demo-shell.is-expanded {
    padding: 17px 14px 0;
  }
  .demo-shell.is-expanded .demo-toggle {
    margin-bottom: 13px;
  }
  .demo-card {
    min-height: 210px;
    padding: 18px;
    border-radius: 12px 12px 0 0;
  }
  .demo-card h2 {
    font-size: 14px;
  }
  .ai-summary {
    max-height: 66px;
    overflow: hidden;
  }
  .logo-marquee {
    height: 104px;
    padding: 0;
  }
  .logo-marquee-window {
    height: 104px;
  }
  .logo-featured {
    width: 104px;
  }
  .logo-featured img {
    width: 72px;
    max-height: 48px;
  }
  .logo-cell {
    width: 126px;
  }
  .logo-cell img {
    max-width: 82%;
    max-height: 47px;
  }
  .logo-marquee-track {
    animation-duration: 18s;
  }
  .section-shell {
    padding-right: 16px;
    padding-left: 16px;
  }
  .announcements,
  .capabilities {
    padding-top: 64px;
    padding-bottom: 68px;
  }
  .section-heading,
  .announcements .section-heading,
  .capability-heading,
  .pricing-heading {
    text-align: center;
  }
  .section-heading h2,
  .announcements .section-heading h2,
  .capability-heading h2,
  .pricing-heading h2 {
    font-size: 38px;
    line-height: 1.08;
  }
  .section-heading > p:last-child,
  .pricing-heading p {
    max-width: 330px;
    margin: 12px auto 0;
    font-size: 13px;
  }
  .tabs {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }
  .tabs button {
    min-width: 0;
    min-height: 56px;
    gap: 5px;
    font-size: 11px;
    white-space: nowrap;
  }
  .announcement-tab-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
  .announcement-list {
    max-height: 464px;
    margin-top: 10px;
    border-radius: 16px;
  }
  .announcement-row {
    min-height: 132px;
    padding: 18px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: center;
    gap: 10px 12px;
  }
  .announcement-row h3 {
    font-size: 13px;
    line-height: 1.6;
  }
  .announcement-row time {
    white-space: nowrap;
  }
  .outline-cta {
    max-width: 100%;
    min-height: 42px;
    margin-top: 24px;
    padding: 0 16px;
    font-size: 11px;
  }
  .capability-heading {
    margin-bottom: 28px;
  }
  .capability-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--hairline);
  }
  .capability-card {
    min-height: 214px;
    aspect-ratio: auto;
    padding: 24px 20px;
    border-right: 1px solid var(--hairline);
    transform: none;
  }
  .capability-card-header {
    gap: 10px;
  }
  .capability-icon {
    width: 46px;
    height: 46px;
  }
  .capability-card .capability-card-header h3 {
    min-width: 0;
    font-size: 16px;
  }
  .capability-card-header .capability-badge {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 9px;
  }
  .capability-card > p {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.7;
  }
  .capability-tags {
    margin-top: 14px;
  }
  .capability-card:hover,
  .capability-card:focus {
    color: #fff;
    background-color: #2864eb;
    box-shadow: 0 18px 38px #1c58c229;
    transform: translateY(-3px);
    outline: 0;
  }
  .capability-card:hover:before,
  .capability-card:focus:before {
    opacity: 1;
  }
  .capability-card:hover h3,
  .capability-card:hover > p,
  .capability-card:focus h3,
  .capability-card:focus > p {
    color: #fff;
  }
  .capability-card:focus .capability-tags span,
  .capability-card:focus .capability-badge {
    border-color: #ffffff5c;
    background: #ffffffed;
    color: #1b5bc8;
  }
  .analysis-section {
    padding: 68px 16px 72px;
  }
  .analysis-heading h2 {
    font-size: 38px;
    line-height: 1.13;
  }
  .analysis-heading h2 span {
    display: block;
  }
  .analysis-comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }
  .analysis-comparison button {
    min-height: 76px;
    padding: 10px 7px;
    border-radius: 13px;
  }
  .analysis-comparison span {
    font-size: 12px;
  }
  .analysis-comparison small {
    font-size: 9px;
  }
  .source-document {
    padding: 22px 18px 54px;
  }
  .source-meta {
    gap: 12px 10px;
  }
  .ai-workbench {
    margin-top: -28px;
  }
  .analysis-trace {
    padding: 12px 14px;
  }
  .analysis-results {
    padding: 12px;
  }
  .verdict-card {
    padding: 16px;
  }
  .verdict-copy h3,
  .risk-card h3,
  .checklist-card h3 {
    font-size: 15px;
  }
  .risk-card {
    min-height: 0;
    padding: 20px 18px;
  }
  .analysis-action-bar p {
    font-size: 11px;
    line-height: 1.55;
  }
  @keyframes mobile-analysis-panel-in {
    0% {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .site-footer {
    padding: 50px 24px 24px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    margin-top: 44px;
    line-height: 1.6;
  }
  .login-page {
    background-position: center top;
  }
  .login-shell {
    background: #fff;
  }
  .login-visual-image > img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    object-position: center top;
  }
  .login-form-side {
    min-height: 650px;
    padding: 22px 20px 34px;
  }
  .back-home {
    min-height: 40px;
  }
  .auth-panel {
    padding-top: 24px;
  }
  .auth-panel > h2 {
    font-size: 40px;
  }
  .auth-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
  }
  .auth-form {
    margin-top: 24px;
  }
  .login-methods button {
    min-height: 46px;
  }
  .field-control {
    min-height: 54px;
  }
  .auth-submit.uses-login-art {
    min-height: 0;
    aspect-ratio: 432 / 80;
    margin-top: 18px;
    padding: 0;
    border-radius: 0;
    background: transparent url(/assets/login-submit.png) center / 100% 100% no-repeat;
    color: transparent;
    box-shadow: none;
    font-size: 0;
  }
  .auth-submit.uses-login-art:hover {
    background: transparent url(/assets/login-submit.png) center / 100% 100% no-repeat;
  }
  .auth-submit.uses-login-art svg {
    display: none;
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 37px;
  }
  .hero-copy {
    font-size: 12px;
  }
  .hot-searches > span {
    width: 100%;
  }
  .capability-card-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .capability-card-header .capability-badge {
    margin-top: 5px;
  }
  .verification-row {
    grid-template-columns: minmax(0, 1fr) 108px;
  }
}
@media (max-width: 760px) {
  .hero {
    min-height: calc(100vw * 867 / 430);
    background-color: #fbfdff;
    background-image: url(/assets/mobile-hero-section.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .search-panel .primary-button,
  .search-panel .primary-button:hover {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    padding: 0 16px;
    aspect-ratio: 374 / 46;
    gap: 8px;
    font-size: 15px;
  }
  .search-panel .primary-button-icon {
    width: 18px;
    height: 18px;
  }
  .search-panel .primary-button:hover {
    transform: translateY(-1px) scale(1.006);
  }
  .capability-grid {
    border-top: 1px solid var(--hairline);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .capability-card {
    min-height: 232px;
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
    border-left: 0;
  }
  .capability-card:last-child {
    border-bottom: 1px solid var(--hairline);
  }
}
@media (max-width: 390px) {
  .capability-card {
    min-height: 220px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
.sms-captcha {
  align-items: center;
  background: #f4f7fd;
  border: 1px solid #d8e3f5;
  border-radius: 10px;
  color: #526078;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  line-height: 1.45;
  margin: 0;
  min-height: 52px;
  padding: 10px 12px;
}
.sms-captcha.is-passed {
  background: #f3faf6;
  border-color: #b7e0c7;
}
.sms-captcha.is-wrong {
  background: #fff7f7;
  border-color: #f0c4c4;
}
.sms-captcha-status {
  align-items: center;
  color: #15803d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
}
.sms-captcha-hint {
  color: #c2410c;
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0 0;
}
.sms-captcha strong {
  color: #1e3a8a;
}
.sms-captcha input {
  background: #fff;
  border: 1px solid #c9d7ed;
  border-radius: 7px;
  color: #0a1222;
  min-width: 68px;
  outline: none;
  padding: 6px 8px;
  width: 76px;
}
.sms-captcha input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb1f;
}
.sms-captcha button {
  background: transparent;
  border: 0;
  color: #2563eb;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 2px;
}
.sms-captcha button:disabled,
.auth-submit:disabled {
  cursor: not-allowed;
  opacity: .62;
}
@media (max-width: 720px) {
  .sms-captcha {
    align-items: stretch;
  }
}
@media (min-width: 1025px) {
  .hero {
    height: auto;
    min-height: 0;
    overflow: visible;
    border-bottom: 0;
    background-color: #fdfefe;
    background-image: url(/assets/hero-dots.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-inner {
    width: min(1240px, calc(100% - 80px));
    padding: 96px 0 88px;
  }
  .hero h1 {
    font-size: clamp(54px, 5.35vw, 70px);
    line-height: 1.16;
    letter-spacing: -.035em;
    visibility: visible;
  }
  .hero-copy {
    margin-top: 24px;
    font-size: 15px;
    visibility: visible;
  }
  .demo-shell {
    width: min(900px, 100%);
    height: auto;
    margin-top: 48px;
    padding: 10px 62px;
    overflow: visible;
    visibility: visible;
    pointer-events: auto;
  }
  .demo-shell.is-expanded {
    padding: 24px 62px 28px;
  }
  .demo-card {
    min-height: 0;
    padding: 28px 30px;
    border-bottom: 1px solid #dfe3ea;
    border-radius: 12px;
  }
  .logo-marquee {
    height: 118px;
    padding: 12px 0;
  }
  .logo-marquee-window {
    border: 0;
  }
  .logo-marquee-spacer,
  .logo-featured {
    border-right: 0;
  }
}
.payment-notice {
  align-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  color: #24456f;
  display: flex;
  font-size: 14px;
  gap: 12px;
  justify-content: space-between;
  margin: 0 auto 22px;
  max-width: 720px;
  padding: 11px 13px 11px 16px;
}
.payment-notice.is-info {
  background: #f3f8ff;
}
.payment-notice.is-error {
  background: #fff5f5;
  border-color: #fecaca;
  color: #b42318;
}
.payment-notice button,
.payment-dialog-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
}
.payment-overlay {
  align-items: center;
  backdrop-filter: blur(5px);
  background: #0912228c;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}
.payment-method-dialog,
.payment-qr-dialog {
  animation: payment-dialog-enter .18s ease-out;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px #0912223d;
  color: #16213a;
  position: relative;
  text-align: center;
  width: min(100%, 420px);
}
.payment-method-dialog {
  padding: 34px 34px 30px;
}
.payment-method-dialog h3,
.payment-qr-dialog h3 {
  font-size: 19px;
  line-height: 1.35;
  margin: 0;
}
.payment-method-dialog > p {
  color: #667084;
  font-size: 14px;
  margin: 8px 0 24px;
}
.payment-dialog-close {
  color: #8390a4;
  position: absolute;
  right: 12px;
  top: 12px;
}
.payment-dialog-close:hover {
  color: #1a2940;
}
.payment-method-actions {
  display: flex;
  gap: 14px;
}
.payment-method {
  align-items: center;
  background: #fff;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  color: #1a2940;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  padding: 20px 14px;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}
.payment-method img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}
.payment-method:hover {
  transform: translateY(-2px);
}
.payment-method.wechat:hover {
  background: #f2fff7;
  border-color: #07c160;
}
.payment-method.alipay:hover {
  background: #f1f7ff;
  border-color: #1677ff;
}
.payment-qr-dialog {
  padding: 32px 34px 28px;
  width: min(100%, 390px);
}
.payment-qr-dialog h3 {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.payment-qr-dialog h3 img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}
.payment-plan-label {
  color: #667084;
  font-size: 14px;
  margin: 7px 0 3px;
}
.payment-amount {
  color: #1e3a8a;
  display: block;
  font-size: 30px;
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.payment-qr-box {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 220px;
}
.payment-qr-box > img,
.payment-qr-box > iframe {
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  display: block;
  height: 220px;
  overflow: hidden;
  width: 220px;
}
.payment-help,
.payment-status {
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 0;
}
.payment-help {
  color: #667084;
}
.payment-status {
  color: #667084;
  font-weight: 600;
}
.payment-status.is-error {
  color: #b42318;
}
.payment-status.is-success {
  color: #15803d;
}
.payment-status-check {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  color: #2563eb;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
  padding: 8px 16px;
}
.payment-status-check:hover:not(:disabled) {
  background: #dbeafe;
}
.payment-status-check:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.payment-loading {
  color: #fff;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  gap: 13px;
}
.payment-spinner {
  animation: payment-spin .7s linear infinite;
  border: 3px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  border-top-color: #fff;
  height: 36px;
  width: 36px;
}
@keyframes payment-dialog-enter {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes payment-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 520px) {
  .payment-method-dialog,
  .payment-qr-dialog {
    padding-right: 24px;
    padding-left: 24px;
  }
  .payment-method-actions {
    flex-direction: column;
  }
  .payment-method {
    flex-direction: row;
    justify-content: center;
    padding: 14px;
  }
  .payment-method img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 760px) {
  .pricing-section {
    padding: 76px 0 84px;
    overflow: visible;
  }
  .pricing-heading {
    padding: 0 20px;
  }
  .pricing-grid {
    width: 100%;
    max-width: none;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(358px, calc(100vw - 56px));
    grid-template-columns: none;
    gap: 16px;
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    padding: 0 20px 12px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: start;
    -webkit-overflow-scrolling: touch;
  }
  .pricing-grid::-webkit-scrollbar {
    display: none;
  }
  .pricing-card {
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    order: 0;
    scroll-snap-align: center;
    transform: none;
  }
  .pricing-card:hover,
  .pricing-card.is-selected,
  .pricing-card:focus-within {
    transform: none;
  }
  .plan-content {
    padding: 28px 28px 30px;
  }
  .pricing-comparison-section {
    margin-top: 48px;
    padding: 38px 20px 0;
  }
  .pricing-comparison-heading h3 {
    font-size: 22px;
  }
  .pricing-comparison-hint {
    display: block;
    text-align: center;
  }
  .pricing-comparison-scroll {
    margin-top: 18px;
    border-radius: 12px;
  }
  .pricing-comparison-table {
    min-width: 880px;
    font-size: 12px;
  }
  .pricing-comparison-table th,
  .pricing-comparison-table td {
    min-width: 132px;
    padding: 12px 10px;
  }
  .pricing-comparison-table tr > :first-child {
    min-width: 160px;
  }
  .pricing-detail-link {
    margin-top: 30px;
  }
}
