:root {
  --bg: #04050a;
  --bg-2: #0b0f1b;
  --panel: #0f1423;
  --line: #20273a;
  --text: #f5f8ff;
  --muted: #9ca9c8;
  --brand: #20d3ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% -10%, #10356a, transparent 45%),
    radial-gradient(circle at 80% 0%, #361b63, transparent 38%),
    linear-gradient(180deg, #030407 0%, #060913 40%, #04050a 100%);
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(4, 6, 12, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: auto minmax(0, 520px) auto;
  align-items: center;
  gap: 12px;
  padding: 14px min(4vw, 56px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(141, 151, 176, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 4px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #dbe5ff;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.brand {
  color: white;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  display: block;
  width: 132px;
  height: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(140deg, #32e7ff, #3872ff 60%, #43ffac);
  color: #081225;
}

.top-nav nav {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  justify-self: center;
}

.main-nav {
  min-width: 0;
}

.nav-scrim {
  display: none;
}

.nav-drawer-head {
  display: none;
}

.nav-drawer-logo {
  display: block;
  width: 126px;
  height: auto;
}

.nav-drawer-group {
  display: contents;
}

.nav-link-icon {
  display: none;
}

.top-nav nav a,
.site-footer a {
  color: #8d97b0;
  text-decoration: none;
  font-weight: 600;
}

.main-nav a,
.menu-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  font-size: 0.92rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  background: transparent;
  border: 0;
  color: #8d97b0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.main-nav a:hover,
.menu-trigger:hover {
  background: transparent;
  color: #8d97b0;
}

.main-nav .has-caret::after {
  display: none;
}

.main-nav .is-pill {
  background: transparent;
  color: #c6cbda;
}

.main-nav .nav-item {
  position: relative;
}

.menu-trigger[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.main-nav a.is-active,
.menu-trigger.is-active {
  background: transparent;
  color: #ffffff;
}

.main-nav .nav-link-placeholder {
  opacity: 0.52;
  cursor: default;
}

.main-nav .nav-link-placeholder:hover {
  background: transparent;
  color: #8d97b0;
}

.platform-dropdown,
.resources-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: -170px;
  width: min(1080px, 88vw);
  background: rgba(4, 6, 12, 0.98);
  border: 1px solid #263144;
  border-radius: 24px;
  padding: 18px 18px 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.platform-dropdown::before,
.resources-dropdown::before,
.solutions-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.resources-dropdown {
  left: -330px;
}

.resources-dropdown .dropdown-arrow {
  left: 380px;
}

.solutions-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: -500px;
  width: min(980px, 86vw);
  background: rgba(4, 6, 12, 0.98);
  border: 1px solid #263144;
  border-radius: 24px;
  padding: 18px 18px 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.solutions-dropdown .dropdown-arrow {
  left: 550px;
}

.nav-item.dropdown:hover .platform-dropdown,
.nav-item.dropdown.is-open .platform-dropdown,
.nav-item.dropdown:hover .resources-dropdown,
.nav-item.dropdown.is-open .resources-dropdown,
.nav-item.dropdown:hover .solutions-dropdown,
.nav-item.dropdown.is-open .solutions-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-item.dropdown.force-closed .platform-dropdown,
.nav-item.dropdown.force-closed .resources-dropdown,
.nav-item.dropdown.force-closed .solutions-dropdown {
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  pointer-events: none !important;
}

.dropdown-arrow {
  position: absolute;
  top: -9px;
  left: 205px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #263144;
  border-top: 1px solid #263144;
  background: rgba(4, 6, 12, 0.98);
  transform: rotate(45deg);
}

.dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dropdown-col {
  border: 1px solid #1f2a3b;
  border-radius: 16px;
  padding: 16px;
  background: rgba(6, 9, 16, 0.85);
}

.dropdown-title {
  margin: 0 0 10px;
  color: #92a5c9;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  padding: 8px;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dropdown-icon {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-icon svg {
  width: 30px;
  height: 30px;
  fill: #e9f7ff;
}

.icon-green {
  background: linear-gradient(155deg, #043227, #045540);
}

.icon-cyan {
  background: linear-gradient(155deg, #062634, #0a4158);
}

.icon-pink {
  background: linear-gradient(155deg, #3a0c24, #5b0f35);
}

.icon-yellow {
  background: linear-gradient(155deg, #3b3105, #5f4e08);
}

.icon-purple {
  background: linear-gradient(155deg, #23103f, #3b1f6d);
}

.icon-slate {
  background: linear-gradient(155deg, #2a2d33, #3a3d45);
}

.dropdown-item.compact {
  grid-template-columns: 72px 1fr;
}

.dropdown-item.compact .dropdown-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.dropdown-item.compact .dropdown-icon svg {
  width: 24px;
  height: 24px;
}

.dropdown-copy {
  display: grid;
  gap: 4px;
}

.dropdown-copy strong {
  color: #f4f7ff;
  font-size: 1.12rem;
}

.dropdown-copy small {
  color: #8d9dbf;
  line-height: 1.45;
  font-size: 0.9rem;
}

.dropdown-preview {
  border: 1px solid #2a3b56;
  border-radius: 14px;
  min-height: 220px;
  margin-bottom: 10px;
  background: radial-gradient(circle at 22% 20%, rgba(63, 122, 255, 0.15), transparent 45%),
    radial-gradient(circle at 78% 80%, rgba(132, 70, 255, 0.16), transparent 45%),
    #070d18;
  position: relative;
  overflow: hidden;
}

.solutions-preview {
  border: 1px solid #2a3b56;
  border-radius: 14px;
  min-height: 220px;
  margin-bottom: 10px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 55%), #070d18;
  position: relative;
  overflow: hidden;
}

.orbit {
  position: absolute;
  border: 1px solid #28374f;
  border-radius: 50%;
}

.orbit-1 {
  width: 290px;
  height: 290px;
  left: calc(50% - 145px);
  top: calc(50% - 145px);
}

.orbit-2 {
  width: 190px;
  height: 190px;
  left: calc(50% - 95px);
  top: calc(50% - 95px);
}

.orbit-dot {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2a313f;
  border: 1px solid #3f4e67;
}

.orbit-dot.d1 {
  left: 17%;
  top: 66%;
}

.orbit-dot.d2 {
  right: 16%;
  top: 26%;
}

.orbit-dot.d3 {
  right: 20%;
  bottom: 8%;
}

.center-logo {
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  border-radius: 28px;
  border: 1px solid #3b4b66;
  background: linear-gradient(180deg, #0f1522, #05080f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45), inset 0 0 35px rgba(255, 255, 255, 0.06);
}

.preview-line {
  position: absolute;
  left: 14%;
  right: 14%;
  height: 48px;
  border: 1px solid #334767;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(29, 39, 58, 0.9), rgba(17, 24, 37, 0.9));
}

.preview-line.first {
  top: 18%;
}

.preview-line.mid {
  top: 44%;
}

.preview-line.end {
  top: 70%;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  justify-self: end;
}

.login-link {
  color: #eef2ff;
  text-decoration: none;
  font-weight: 700;
}

main {
  width: min(1220px, 92vw);
  margin: 24px auto 72px;
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: center;
}

.eyebrow {
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 0.78rem;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  margin: 0;
  line-height: 1.08;
}

.hero-subtitle {
  display: inline-block;
  font-size: 0.82em;
  line-height: 1.2;
}

.hero-copy > p {
  color: var(--muted);
  margin-top: 16px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid #2cb8ff;
  background: linear-gradient(135deg, #20cfff 0%, #1279ff 100%);
  color: #f7fbff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.btn.ghost {
  background: transparent;
  border-color: rgba(148, 181, 255, 0.45);
  color: #d0ddff;
}

.btn.light {
  border-color: #f5f7ff;
  background: #f5f7ff;
  color: #111525;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.status {
  margin-top: 16px;
  color: #8fd6ff;
}

.card {
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(16, 23, 38, 0.96), rgba(8, 11, 20, 0.95));
  border-radius: 18px;
}

.hero-shot {
  padding: 16px;
  box-shadow: 0 20px 90px rgba(18, 118, 255, 0.25);
}

.shot-top {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.shot-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #546181;
}

.shot-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  min-height: 290px;
}

.shot-grid aside {
  border-right: 1px solid #242d42;
  padding-right: 8px;
}

.shot-grid aside p {
  color: #8fa0ca;
  margin: 0 0 14px;
  font-size: 0.9rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.metric-row article {
  border: 1px solid #27324e;
  border-radius: 10px;
  padding: 10px;
  background: #0d1324;
}

.metric-row strong {
  display: block;
  color: #f8fbff;
  font-size: 1.1rem;
}

.metric-row span {
  font-size: 0.78rem;
  color: #96a8cd;
}

.line-chart {
  margin-top: 10px;
  border-radius: 12px;
  height: 206px;
  background:
    linear-gradient(180deg, rgba(8, 14, 26, 0.18), rgba(7, 12, 22, 0.96)),
    radial-gradient(circle at 16% 18%, rgba(91, 235, 214, 0.12), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(118, 140, 255, 0.14), transparent 32%),
    radial-gradient(circle at 86% 82%, rgba(67, 194, 255, 0.08), transparent 24%);
  border: 1px solid rgba(45, 66, 108, 0.96);
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 44px rgba(14, 44, 88, 0.16),
    0 18px 34px rgba(4, 10, 26, 0.22);
}

.line-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(126, 155, 214, 0.06) 1px, transparent 1px),
    linear-gradient(to right, rgba(126, 155, 214, 0.04) 1px, transparent 1px);
  background-size: 100% 36px, 58px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 96%);
}

.line-chart::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 84%, rgba(29, 250, 224, 0.16), transparent 14%),
    radial-gradient(circle at 54% 70%, rgba(68, 174, 255, 0.14), transparent 16%),
    radial-gradient(circle at 92% 34%, rgba(125, 134, 255, 0.22), transparent 18%),
    linear-gradient(90deg, rgba(69, 240, 198, 0.98), rgba(44, 210, 255, 0.98) 36%, rgba(80, 141, 255, 0.98) 68%, rgba(124, 127, 255, 0.98));
  clip-path: polygon(6% 89%, 18% 85%, 31% 80%, 44% 75%, 56% 69%, 68% 62%, 79% 54%, 88% 47%, 95% 42%, 96% 48%, 89% 52%, 80% 58%, 69% 66%, 57% 72%, 45% 78%, 32% 83%, 19% 88%, 7% 92%);
  filter:
    drop-shadow(0 0 8px rgba(44, 226, 255, 0.58))
    drop-shadow(0 0 16px rgba(75, 124, 255, 0.22));
}

.line-chart span,
.line-chart i,
.line-chart b {
  position: absolute;
  display: block;
}

.line-chart span:nth-child(1) {
  left: 12%;
  bottom: 14%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ebfffb, #44e8c8 55%, rgba(21, 232, 195, 0.12) 100%);
  box-shadow:
    0 0 0 6px rgba(21, 232, 195, 0.05),
    0 0 14px rgba(21, 232, 195, 0.24);
}

.line-chart span:nth-child(2) {
  left: 52%;
  top: 62%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f7fbff, #53d2ff 52%, rgba(71, 200, 255, 0.16) 100%);
  box-shadow:
    0 0 0 5px rgba(71, 200, 255, 0.05),
    0 0 12px rgba(71, 200, 255, 0.22);
}

.line-chart span:nth-child(3) {
  right: 8%;
  top: 31%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff, #b4efff 28%, #76a0ff 54%, #727dff 80%, rgba(92, 104, 255, 0.14) 100%);
  box-shadow:
    0 0 0 8px rgba(92, 104, 255, 0.08),
    0 0 0 18px rgba(92, 104, 255, 0.03),
    0 0 18px rgba(92, 104, 255, 0.26);
}

.line-chart i:nth-child(4) {
  right: 13%;
  top: 37%;
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(129, 198, 255, 0), rgba(129, 198, 255, 0.28), rgba(192, 204, 255, 0.62));
  transform: rotate(-18deg);
  filter: blur(0.5px);
  opacity: 0.58;
}

.line-chart i:nth-child(5) {
  right: 15%;
  top: 43%;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(129, 198, 255, 0), rgba(129, 198, 255, 0.2), rgba(192, 204, 255, 0.48));
  transform: rotate(-18deg);
  opacity: 0.38;
}

.line-chart b:nth-child(6) {
  left: 0;
  right: 0;
  bottom: 0;
  height: 56%;
  background: linear-gradient(180deg, rgba(67, 220, 210, 0.1), rgba(72, 102, 255, 0.015) 78%);
  clip-path: polygon(7% 100%, 7% 86%, 19% 82%, 32% 77%, 45% 72%, 57% 66%, 69% 59%, 80% 51%, 89% 44%, 95% 39%, 95% 100%);
  opacity: 0.62;
}

.logo-wall {
  margin-top: 24px;
  padding: 18px 20px;
}

.logo-wall p {
  margin: 0;
  color: #9eb0d5;
}

.logos {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.logos span {
  padding: 11px 10px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #24304b;
  color: #d4def8;
  font-size: 0.92rem;
  background: #0b1222;
}

.quick-eval {
  margin-top: 24px;
  padding: 20px;
}

.quick-eval h2 {
  margin: 0;
  font-size: 1.6rem;
}

.quick-eval p {
  color: var(--muted);
}

.quick-form {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.quick-form input {
  flex: 1;
  border-radius: 11px;
  border: 1px solid #2e3f64;
  background: #091121;
  color: white;
  padding: 12px;
  font: inherit;
}

.eval-progress {
  margin-top: 14px;
  border: 1px solid #2b4467;
  border-radius: 12px;
  background: #081321;
  padding: 14px;
}

.progress-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #d8eaff;
}

.progress-track {
  margin-top: 8px;
  height: 9px;
  border-radius: 999px;
  background: #14263f;
  overflow: hidden;
}

#progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #20d3ff, #3c88ff 55%, #37ffaa);
  transition: width 0.3s ease;
}

.progress-steps {
  margin: 12px 0 0;
  padding-left: 16px;
  display: grid;
  gap: 7px;
}

.progress-steps li {
  color: #8fa7ce;
  transition: color 0.2s ease;
}

.progress-steps li.active {
  color: #6fe7ff;
}

.progress-steps li.done {
  color: #98f8c3;
}

.quick-result {
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #2d4f72;
  background: #081629;
  color: #d8ecff;
  display: grid;
  gap: 8px;
}

.quick-result p,
.quick-result strong {
  margin: 0;
}

.quick-result .report-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.quick-result .report-card {
  border: 1px solid #274361;
  border-radius: 10px;
  padding: 10px;
  background: #071426;
  display: grid;
  gap: 4px;
}

.quick-result .report-card span {
  color: #8ea8cf;
  font-size: 0.86rem;
}

.quick-result .report-card strong {
  color: #e5f3ff;
  font-size: 1.08rem;
}

.quick-result .report-section {
  margin-top: 2px;
  border: 1px solid #244365;
  border-radius: 10px;
  padding: 10px;
  background: #071325;
}

.quick-result .report-section h4 {
  margin: 0 0 8px;
  font-size: 0.96rem;
  color: #d8ebff;
}

.quick-result .report-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #cbe2ff;
}

.quick-result .report-list li {
  line-height: 1.6;
}

.quick-result .hint {
  color: #9db6da;
}

.hidden {
  display: none;
}

.feature-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.feature-grid article {
  padding: 16px;
}

.feature-grid h3,
.split-feature h2,
.board h2,
.final-cta h2,
.workflow h2 {
  margin: 0 0 10px;
}

.feature-grid p,
.split-feature p,
.split-feature li,
.board p,
.faq p,
.workflow p,
.workflow li {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split-feature {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.split-feature .copy,
.split-feature .image {
  padding: 22px;
}

.split-feature ul {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.split-feature.reverse .copy {
  order: 2;
}

.split-feature .image {
  min-height: 280px;
}

.capability-trend-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 280px;
}

.capability-trend-head {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 16px;
}

.capability-trend-kicker {
  margin: 0 0 8px;
  color: #8edff8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-trend-head h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #eff7ff;
}

.capability-trend-note {
  margin: 8px 0 0;
  color: rgba(209, 230, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.55;
}

.capability-trend-chart {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(111, 199, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(7, 14, 25, 0.2), rgba(5, 10, 19, 0.74)),
    radial-gradient(circle at 18% 18%, rgba(29, 236, 180, 0.12), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(54, 118, 255, 0.18), transparent 36%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(17, 77, 168, 0.12);
}

.capability-trend-chart::before,
.capability-trend-chart::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.capability-trend-chart::before {
  inset: auto 8% 0 52%;
  height: 72%;
  background: linear-gradient(180deg, rgba(74, 179, 255, 0.02), rgba(74, 179, 255, 0.12));
  clip-path: polygon(0 100%, 100% 16%, 100% 100%);
  filter: blur(2px);
}

.capability-trend-chart::after {
  right: 6%;
  top: 12%;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 141, 255, 0.34), rgba(127, 141, 255, 0.08) 48%, transparent 74%);
  filter: blur(2px);
}

.capability-trend-line::before,
.capability-trend-line::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.capability-trend-line::before {
  right: 8%;
  top: 24%;
  width: 18%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(105, 208, 255, 0), rgba(105, 208, 255, 0.55) 48%, rgba(172, 174, 255, 0.96));
  transform: rotate(-16deg);
  filter: blur(1px) drop-shadow(0 0 10px rgba(109, 148, 255, 0.34));
  opacity: 0.95;
}

.capability-trend-line::after {
  right: 4.8%;
  top: 9.5%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 8%, rgba(170, 194, 255, 0.9) 16%, rgba(124, 136, 255, 0.22) 42%, transparent 72%);
  filter: blur(0.6px);
}

.capability-trend-grid,
.capability-trend-area,
.capability-trend-line {
  position: absolute;
  inset: 0;
}

.capability-trend-grid {
  background:
    linear-gradient(to bottom, rgba(151, 170, 210, 0.08) 1px, transparent 1px),
    linear-gradient(to right, rgba(151, 170, 210, 0.05) 1px, transparent 1px);
  background-size: 100% 38px, 64px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 96%);
}

.capability-trend-area {
  clip-path: polygon(6% 84%, 18% 83%, 30% 80%, 43% 77%, 56% 69%, 68% 59%, 79% 45%, 88% 29%, 94% 19%, 94% 100%, 6% 100%);
  background: linear-gradient(180deg, rgba(30, 220, 255, 0.24), rgba(73, 130, 255, 0.03) 74%);
}

.capability-trend-line {
  background: linear-gradient(90deg, rgba(56, 232, 193, 0.98), rgba(61, 203, 255, 0.98) 54%, rgba(126, 128, 255, 0.98));
  clip-path: polygon(5% 85%, 17% 82%, 29% 79%, 42% 76%, 55% 68%, 67% 58%, 78% 46%, 86% 31%, 91% 23%, 96% 13%, 97% 16%, 92% 25%, 87% 33%, 79% 48%, 68% 60%, 56% 70%, 43% 78%, 30% 81%, 18% 84%, 6% 87%);
  filter: drop-shadow(0 0 12px rgba(52, 211, 255, 0.48)) drop-shadow(0 0 24px rgba(109, 148, 255, 0.28));
}

.trend-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(248, 251, 255, 0.9);
  background: #0e1730;
  box-shadow: 0 0 0 5px rgba(52, 211, 255, 0.12);
}

.trend-point-start {
  left: 16%;
  top: 80%;
}

.trend-point-update {
  left: 55%;
  top: 64%;
}

.trend-point-current {
  right: 7%;
  top: 11%;
  width: 14px;
  height: 14px;
  border-width: 3px;
  background: radial-gradient(circle at 35% 35%, #ffffff, #7bb1ff 52%, #3558d6 100%);
  box-shadow:
    0 0 0 8px rgba(105, 120, 255, 0.18),
    0 0 0 18px rgba(105, 120, 255, 0.08),
    0 0 30px rgba(109, 148, 255, 0.6),
    0 0 54px rgba(56, 149, 255, 0.28);
}

.trend-speed {
  position: absolute;
  right: 12%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(113, 198, 255, 0), rgba(113, 198, 255, 0.6), rgba(191, 208, 255, 0.96));
  transform: rotate(-16deg);
  transform-origin: right center;
  filter: blur(0.3px);
  opacity: 0.9;
}

.trend-speed-1 {
  top: 21%;
  width: 50px;
}

.trend-speed-2 {
  top: 26%;
  width: 34px;
  right: 14%;
  opacity: 0.66;
}

.trend-speed-3 {
  top: 31%;
  width: 20px;
  right: 16%;
  opacity: 0.42;
}

.trend-tag {
  position: absolute;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(145, 205, 255, 0.16);
  background: rgba(5, 11, 20, 0.74);
  color: #dbe8ff;
  font-size: 0.72rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.trend-tag-update {
  left: 50%;
  top: 18px;
}

.trend-tag-current {
  right: 16px;
  bottom: 12px;
  border-color: rgba(126, 162, 255, 0.22);
  background: linear-gradient(180deg, rgba(18, 28, 52, 0.92), rgba(11, 18, 35, 0.86));
  color: #f4f7ff;
  box-shadow: 0 8px 18px rgba(44, 112, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.capability-trend-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.capability-trend-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(111, 199, 255, 0.12);
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.72), rgba(7, 13, 24, 0.4));
  color: #d4e4ff;
  font-size: 0.74rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.workbench-panel-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 254px;
}

.workbench-panel-head {
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

.workbench-panel-kicker {
  margin: 0 0 7px;
  color: #f0a7d5;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.workbench-panel-head h3 {
  margin: 0;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.18;
  color: #fff2fb;
}

.workbench-panel-stage {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 166, 218, 0.12);
  background:
    linear-gradient(180deg, rgba(22, 11, 30, 0.18), rgba(11, 8, 20, 0.72)),
    radial-gradient(circle at 24% 18%, rgba(255, 111, 179, 0.1), transparent 32%),
    radial-gradient(circle at 82% 84%, rgba(122, 108, 255, 0.16), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(57, 18, 72, 0.12);
}

.workbench-panel-stage::after {
  content: "";
  position: absolute;
  inset: auto 11% 0 52%;
  height: 64%;
  background: linear-gradient(180deg, rgba(255, 140, 204, 0.02), rgba(130, 110, 255, 0.14));
  clip-path: polygon(0 100%, 100% 18%, 100% 100%);
  filter: blur(2px);
  pointer-events: none;
}

.workbench-panel-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 38px, 64px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 96%);
  opacity: 0.3;
}

.workbench-panel-grid,
.workbench-panel-lane,
.workbench-panel-node,
.workbench-panel-tag {
  position: absolute;
  z-index: 1;
}

.workbench-panel-lane {
  border-top: 1px solid rgba(255, 149, 212, 0.22);
  border-right: 1px solid rgba(163, 112, 255, 0.18);
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(229, 109, 197, 0.08));
}

.workbench-panel-lane-a {
  left: 12%;
  top: 30%;
  width: 118px;
  height: 48px;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  border-left: 0;
  opacity: 0.56;
}

.workbench-panel-lane-b {
  left: 35%;
  top: 43%;
  width: 132px;
  height: 56px;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-10deg);
  border-top-color: rgba(255, 166, 218, 0.34);
  border-right-color: rgba(163, 112, 255, 0.28);
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(229, 109, 197, 0.12));
}

.workbench-panel-lane-c {
  right: 18%;
  top: 21%;
  width: 90px;
  height: 78px;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(36deg);
  opacity: 0.64;
}

.workbench-panel-node {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 184, 225, 0.12);
  background: linear-gradient(180deg, rgba(36, 16, 44, 0.82), rgba(16, 11, 26, 0.64));
  display: inline-flex;
  align-items: center;
  color: #f8e8f3;
  font-size: 0.68rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 14px rgba(214, 99, 205, 0.05);
}

.workbench-panel-node-a {
  left: 10%;
  top: 29%;
}

.workbench-panel-node-b {
  left: 16%;
  bottom: 23%;
}

.workbench-panel-node-c {
  right: 14%;
  top: 19%;
}

.workbench-panel-node-d {
  right: 20%;
  bottom: 17%;
}

.workbench-panel-tag {
  right: 14px;
  bottom: 14px;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 184, 225, 0.14);
  background: linear-gradient(180deg, rgba(44, 20, 50, 0.92), rgba(20, 13, 31, 0.78));
  color: #fff3fb;
  font-size: 0.68rem;
  display: inline-flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 18px rgba(83, 32, 98, 0.16);
}

.workbench-panel-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.workbench-panel-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 166, 218, 0.12);
  background: linear-gradient(180deg, rgba(26, 14, 32, 0.72), rgba(12, 9, 22, 0.42));
  color: #e7ccee;
  font-size: 0.7rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.insights-embed {
  margin-top: 24px;
  padding: 14px;
  border-radius: 30px;
  border-color: rgba(38, 117, 203, 0.34);
  background:
    linear-gradient(180deg, rgba(9, 22, 39, 0.98), rgba(6, 15, 28, 0.98)),
    radial-gradient(circle at bottom right, rgba(34, 211, 238, 0.07), transparent 34%);
  box-shadow: 0 20px 48px rgba(2, 8, 23, 0.4);
}

.insights-embed-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.94fr);
  gap: 22px;
}

.insights-embed-hero,
.insights-embed-dashboard-card,
.insights-embed-stats article,
.insights-embed-metrics article,
.insights-embed-panel,
.insights-embed-source-list > div {
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.insights-embed-hero {
  display: grid;
  gap: 16px;
  padding: 28px 22px 20px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(17, 39, 82, 0.92), rgba(5, 14, 27, 0.98) 58%, rgba(10, 61, 78, 0.8));
}

.insights-embed-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.85);
}

.insights-embed-title {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.insights-embed-desc,
.insights-embed-label,
.insights-embed-stats p,
.insights-embed-metrics p,
.insights-embed-dashboard-desc,
.insights-embed-muted,
.insights-embed-foot,
.insights-embed-source-note {
  color: #94a3b8;
}

.insights-embed-desc {
  margin: 0;
  max-width: 40rem;
  font-size: 16px;
  line-height: 1.85;
}

.insights-embed-actions {
  display: flex;
}

.insights-embed-btn {
  min-width: 0;
  padding-inline: 22px;
  box-shadow: 0 12px 32px rgba(45, 116, 255, 0.35);
}

.insights-embed-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-embed-platform,
.insights-embed-platforms span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.25);
  background: rgba(59, 130, 246, 0.08);
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1;
}

.insights-embed-platform {
  cursor: pointer;
  font: inherit;
}

.insights-embed-platforms .is-active {
  border-color: rgba(103, 232, 249, 0.5);
  background: rgba(34, 211, 238, 0.12);
  box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.14);
}

.insights-embed-stats,
.insights-embed-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.insights-embed-stats article,
.insights-embed-metrics article {
  border-radius: 18px;
  padding: 15px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
}

.insights-embed-label,
.insights-embed-dashboard-label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.insights-embed-stats strong,
.insights-embed-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  color: #fff;
}

.insights-embed-stats p,
.insights-embed-metrics p,
.insights-embed-source-note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.insights-embed-dashboard-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(11, 24, 42, 0.98), rgba(8, 14, 26, 0.98));
}

.insights-embed-dashboard-head,
.insights-embed-panel-head,
.insights-embed-foot,
.insights-embed-source-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.insights-embed-dashboard-head {
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.insights-embed-dashboard-label {
  color: rgba(186, 230, 253, 0.9);
}

.insights-embed-dashboard-head h3 {
  margin: 4px 0 0;
  font-size: 1.25rem;
}

.insights-embed-dashboard-desc {
  margin: 8px 0 0;
  max-width: 28rem;
  font-size: 12px;
  line-height: 1.7;
}

.insights-embed-chip {
  flex-shrink: 0;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
}

.insights-embed-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(235px, 0.96fr);
  gap: 14px;
  margin-top: 14px;
  flex: 1;
}

.insights-embed-panel {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 25, 43, 0.94), rgba(10, 18, 32, 0.98));
}

.insights-embed-panel:first-child {
  background:
    linear-gradient(180deg, rgba(18, 31, 52, 0.88), rgba(11, 21, 39, 0.98));
}

.insights-embed-panel-head {
  align-items: flex-start;
  margin-bottom: 10px;
  color: #e2e8f0;
  font-size: 14px;
}

.insights-embed-muted,
.insights-embed-foot,
.insights-embed-chart span {
  font-size: 11px;
}

.insights-embed-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 236px;
  padding: 10px 14px 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(19, 33, 56, 0.92), rgba(11, 19, 34, 0.42)),
    repeating-linear-gradient(
      to top,
      rgba(148, 163, 184, 0.08) 0,
      rgba(148, 163, 184, 0.08) 1px,
      transparent 1px,
      transparent 40px
    );
}

.insights-embed-chart div {
  display: grid;
  justify-items: center;
  align-content: end;
  gap: 6px;
  min-height: 100%;
}

.insights-embed-chart i {
  display: block;
  width: 24px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, rgba(57, 189, 255, 0.98), rgba(42, 102, 255, 0.88));
  box-shadow: 0 12px 24px rgba(42, 102, 255, 0.22);
}

.insights-embed-chart span {
  color: #64748b;
  text-align: center;
}

.insights-embed-foot {
  margin-top: 10px;
}

.insights-embed-source-list {
  display: grid;
  gap: 10px;
  flex: 1;
}

.insights-embed-source-list > div {
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: rgba(11, 24, 43, 0.88);
}

.insights-embed-source-row {
  align-items: flex-start;
  font-size: 13px;
  color: #e2e8f0;
}

.insights-embed-source-row strong {
  color: #67e8f9;
}

.insights-embed-source-list b {
  display: block;
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 189, 255, 0.95), rgba(42, 102, 255, 0.85));
  box-shadow: 0 0 18px rgba(57, 189, 255, 0.16);
}

.neon-cyan {
  background: radial-gradient(circle at 20% 20%, rgba(40, 255, 203, 0.25), transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(42, 145, 255, 0.3), transparent 45%),
    linear-gradient(160deg, #0d1526, #070a12);
  box-shadow: inset 0 0 0 1px rgba(67, 255, 191, 0.25), 0 24px 80px rgba(54, 213, 255, 0.15);
}

.neon-magenta {
  background: radial-gradient(circle at 80% 20%, rgba(255, 81, 154, 0.3), transparent 44%),
    radial-gradient(circle at 20% 90%, rgba(107, 107, 255, 0.35), transparent 44%),
    linear-gradient(160deg, #120b1f, #070910);
  box-shadow: inset 0 0 0 1px rgba(255, 125, 208, 0.2), 0 24px 90px rgba(255, 76, 164, 0.18);
}

.workflow {
  margin-top: 24px;
  padding: 20px;
}

.agent-analytics-embed {
  margin-top: clamp(14px, 2vw, 24px);
  padding-top: clamp(8px, 1.5vw, 18px);
  padding-bottom: clamp(10px, 1.8vw, 20px);
}

.agent-analytics-embed .aa-page {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: clamp(36px, 6vw, 76px);
}

.workflow-head {
  margin-bottom: 12px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.workflow-steps article {
  border: 1px solid #26324b;
  border-radius: 12px;
  padding: 14px;
  background: #0b1120;
}

.workflow-steps span {
  color: #71d8ff;
  font-weight: 700;
}

.workflow-steps h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
}

.board {
  margin-top: 24px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.board-preview {
  border: 1px solid #263a5a;
  border-radius: 14px;
  background: #08101d;
  padding: 12px;
}

.board-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.chip {
  height: 36px;
  border-radius: 8px;
  border: 1px solid #2a405f;
  background: #0d1729;
}

.board-graph {
  margin-top: 9px;
  border-radius: 10px;
  min-height: 130px;
  background: radial-gradient(circle at 20% 20%, rgba(39, 252, 205, 0.2), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(55, 128, 255, 0.3), transparent 45%),
    #0d1424;
  border: 1px solid #25334f;
}

.board-table {
  margin-top: 9px;
  border-radius: 10px;
  min-height: 120px;
  border: 1px solid #25334f;
  background: linear-gradient(180deg, #10192c 0 22%, #0b1323 22% 100%);
}

.testimonials {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.testimonials article {
  padding: 18px;
}

.testimonials p {
  margin: 0;
  color: #d6e6ff;
  line-height: 1.8;
}

.testimonials h4 {
  margin: 10px 0 0;
  color: #9ab1d7;
  font-size: 0.95rem;
}

.final-cta {
  margin-top: 24px;
  text-align: center;
  padding: 34px 20px;
}

.final-cta p {
  color: var(--muted);
  margin: 0 auto;
  max-width: 720px;
}

.final-cta .hero-actions {
  justify-content: center;
}

.consult-banner {
  margin-top: 28px;
  padding-bottom: 40px;
  background:
    linear-gradient(180deg, rgba(8, 12, 24, 0) 0%, rgba(8, 12, 24, 0.22) 100%);
}

.consult-banner-card {
  width: min(960px, 92vw);
  margin: 0 auto;
  padding: 38px 36px;
  border-radius: 20px;
  border: 1px solid rgba(57, 104, 193, 0.34);
  background:
    radial-gradient(circle at top left, rgba(55, 126, 255, 0.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(49, 220, 196, 0.08), transparent 28%),
    linear-gradient(165deg, rgba(15, 22, 40, 0.94), rgba(8, 12, 24, 0.98));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 18px 40px rgba(5, 19, 51, 0.16);
}

.consult-banner-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  color: #f4f8ff;
}

.consult-banner-copy p {
  margin: 0;
  color: #b8c8ea;
  font-size: 1rem;
  line-height: 1.8;
}

.consult-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 12px;
  background: linear-gradient(180deg, #1d74ff, #0d62f0);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(20, 98, 240, 0.22);
}

.site-footer {
  margin-top: 0;
  border-top: 0;
  background: transparent;
  color: #eef3ff;
}

.site-footer-main {
  width: min(1220px, 92vw);
  margin: 0 auto;
  padding: 44px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
}

.site-footer-main h3 {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: #ffffff;
}

.site-footer-main p {
  margin: 0;
  line-height: 1.8;
  color: #f1f5ff;
}

.footer-brand-col,
.footer-company-col,
.footer-contact-col {
  display: grid;
  gap: 10px;
}

.footer-big-logo {
  width: 180px;
  height: auto;
  margin-bottom: 10px;
}

.footer-brand-col p {
  max-width: 22rem;
}

.footer-contact-col {
  justify-items: start;
}

.footer-contact-body {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 18px;
  align-items: center;
}

.footer-qr-wrap {
  padding: 4px 0 10px;
}

.footer-qr-image,
.contact-modal-qr {
  width: 176px;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #ffffff;
  overflow: hidden;
  object-fit: cover;
  display: block;
}

.footer-contact-actions {
  display: grid;
  gap: 12px;
  align-content: center;
}

.footer-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  min-width: 140px;
  padding: 0 18px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(180deg, #2c7cff 0%, #1b66ef 100%);
  color: #f4f7ff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(20, 98, 240, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.footer-contact-btn img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.footer-contact-btn span {
  display: inline-block;
  font-size: 0.92rem;
  line-height: 1;
}

.footer-contact-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(20, 98, 240, 0.28);
  filter: brightness(1.03);
}

.site-footer-bottom {
  border-top: 0;
  padding: 18px min(4vw, 56px) 20px;
  text-align: center;
}

.site-footer-bottom p {
  margin: 0;
  color: #0d6efd;
}

.scroll-top-btn {
  position: fixed;
  right: calc(18px + env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: #1f6fff;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(10, 73, 200, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  box-sizing: border-box;
  overflow: hidden;
}

.contact-modal.is-open {
  display: block;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 20, 0.66);
  backdrop-filter: blur(6px);
}

.contact-modal-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(460px, calc(100dvw - 24px));
  max-width: calc(100dvw - 24px);
  max-height: calc(100dvh - 24px);
  margin: 0;
  padding: 30px 28px 28px;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 28px;
  border: 1px solid rgba(94, 116, 176, 0.3);
  background:
    radial-gradient(circle at top left, rgba(55, 126, 255, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(77, 212, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(10, 15, 30, 0.98), rgba(6, 10, 20, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #dce7ff;
  font-size: 22px;
  cursor: pointer;
}

.contact-modal-eyebrow {
  color: #7fcfff !important;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-modal-panel h3 {
  margin: 6px 0 18px;
  font-size: 1.6rem;
  color: #ffffff;
}

.contact-modal-note {
  margin-top: 14px !important;
  color: #a8b8db !important;
  font-size: 0.88rem;
}

.contact-modal-qr {
  width: 220px;
  border-radius: 18px;
  padding: 10px;
  background: #ffffff;
}

.contact-modal-qr img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .top-nav {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .top-nav nav {
    width: 100%;
  }

  .platform-dropdown,
  .resources-dropdown,
  .solutions-dropdown {
    left: 0;
    width: min(980px, 90vw);
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-arrow {
    left: 70px;
  }

  .hero,
  .split-feature,
  .insights-embed-grid,
  .insights-embed-panels,
  .board,
  .faq,
  .feature-grid,
  .workflow-steps,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .insights-embed-stats,
  .insights-embed-metrics {
    grid-template-columns: 1fr;
  }

  .consult-banner-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .top-nav {
    grid-template-columns: auto 1fr auto;
    padding: 12px 16px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .main-nav {
    position: fixed;
    top: 52px;
    right: 8px;
    width: min(228px, calc(100vw - 16px));
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-content: start;
    align-items: stretch;
    gap: 0;
    padding: 10px 12px 12px;
    border: 1px solid rgba(79, 104, 156, 0.18);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(8, 12, 22, 0.96), rgba(9, 15, 28, 0.98)),
      radial-gradient(circle at top left, rgba(39, 211, 255, 0.1), transparent 34%);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.45);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.26s ease;
    z-index: 32;
  }

  .nav-drawer-head,
  .nav-drawer-group {
    display: block;
  }

  .nav-drawer-head {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 4px 0 12px;
  }

  .nav-drawer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f5f8ff;
    font-weight: 700;
    font-size: 0.95rem;
  }

  .nav-drawer-brand .nav-drawer-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    font-size: 0.9rem;
  }

  .nav-drawer-close {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #aab8d6;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
  }

  .nav-drawer-group {
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 0;
    border-top: 0;
  }

  .top-nav.is-nav-open .main-nav {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav-scrim {
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(2, 6, 14, 0.42);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 31;
  }

  .top-nav.is-nav-open .nav-scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .top-nav.is-nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .top-nav.is-nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .top-nav.is-nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav a {
    display: block;
    width: 100%;
    min-height: 40px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.94rem;
    color: #aab8d6;
    text-align: left;
  }

  .main-nav a.is-active,
  .main-nav a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
  }

  .main-nav a.is-active {
    position: relative;
  }

  .main-nav a.is-active::before {
    content: none;
  }

  .main-nav .nav-link-placeholder,
  .main-nav .nav-link-placeholder:hover {
    opacity: 1;
    color: #7d8cae;
  }
}

@media (max-width: 640px) {
  main {
    width: 94vw;
  }

  .brand {
    gap: 8px;
    font-size: 0.96rem;
  }

  .brand-logo,
  .nav-drawer-logo {
    width: 110px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .main-nav {
    top: 48px;
    right: 8px;
    width: min(220px, calc(100vw - 16px));
  }

  .hero {
    min-height: auto;
    margin-top: 10px;
  }

  .quick-form {
    flex-direction: column;
  }

  .shot-grid {
    grid-template-columns: 1fr;
  }

  .shot-grid aside {
    border-right: 0;
    border-bottom: 1px solid #242d42;
    display: flex;
    gap: 14px;
    overflow-x: auto;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .capability-trend-head {
    flex-direction: column;
  }

  .capability-trend-chart {
    height: 138px;
  }

  .workbench-panel-stage {
    height: 138px;
  }

  .logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-main {
    width: 94vw;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 0 28px;
  }

  .footer-big-logo {
    width: 150px;
  }

  .footer-contact-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-contact-col {
    justify-items: stretch;
  }

  .footer-qr-wrap {
    justify-self: start;
  }

  .footer-contact-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-contact-btn {
    width: 100%;
    min-width: 0;
  }

  .consult-banner-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 28px 24px;
  }

  .footer-qr-image,
  .contact-modal-qr {
    width: 150px;
  }

  .contact-modal-panel {
    width: min(420px, calc(100dvw - 24px));
    padding: 26px 18px 22px;
    border-radius: 22px;
  }

  .contact-modal-panel h3 {
    margin-bottom: 14px;
    font-size: 1.3rem;
  }

  .contact-modal-note {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .contact-modal-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .site-footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer-bottom p {
    font-size: 0.84rem;
    line-height: 1.7;
  }

  .scroll-top-btn {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .consult-banner-copy h2 {
    font-size: 1.5rem;
  }

  .consult-banner-copy p {
    font-size: 0.94rem;
  }

  .consult-banner-btn {
    width: 100%;
  }

  .insights-embed {
    padding: 10px;
    border-radius: 24px;
  }

  .insights-embed-hero,
  .insights-embed-dashboard-card {
    padding: 16px;
    border-radius: 20px;
  }

  .insights-embed-title {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.08;
  }

  .insights-embed-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .insights-embed-btn {
    width: 100%;
  }

  .insights-embed-platform,
  .insights-embed-platforms span {
    min-height: 27px;
    padding-inline: 9px;
    font-size: 12px;
    border-radius: 13px;
  }

  .insights-embed-dashboard-head,
  .insights-embed-panel-head,
  .insights-embed-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .insights-embed-chart {
    min-height: 190px;
    padding-inline: 10px;
  }

  .insights-embed-chart i {
    width: 18px;
  }

  .quick-result .report-grid {
    grid-template-columns: 1fr;
  }
}

body.nav-open {
  overflow: hidden;
}

.main-nav a.is-current,
.top-actions a.is-current {
  color: #f5f8ff;
}

.pricing-page {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 88px;
}

.pricing-hero {
  padding: 0 0 44px;
  text-align: center;
}

.pricing-hero h1 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.pricing-hero p {
  margin: 18px auto 0;
  max-width: 680px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pricing-card {
  position: relative;
  min-height: 610px;
  padding: 30px 24px 26px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: #11172b;
}

.pricing-card-featured {
  background: #061f33;
  border-color: #46d7f5;
  box-shadow: 0 0 0 1px rgba(70, 215, 245, 0.24);
}

.pricing-badge {
  position: absolute;
  top: -11px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: #46d7f5;
  color: #03121e;
  font-size: 14px;
  font-weight: 700;
}

.pricing-card-head h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.pricing-value {
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: #ffffff;
}

.pricing-value strong {
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-value span {
  color: #97a7c8;
  font-size: 24px;
  line-height: 1.05;
  white-space: nowrap;
}

.pricing-desc {
  margin: 16px 0 0;
  min-height: 86px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}

.pricing-features {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.pricing-features li {
  position: relative;
  padding-left: 18px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.5;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #46d7f5;
}

.pricing-btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
  min-height: 56px;
  border-radius: 16px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pricing-page {
    width: min(100% - 24px, 720px);
    padding: 36px 0 64px;
  }

  .pricing-hero {
    padding-bottom: 24px;
  }

  .pricing-hero h1 {
    font-size: 42px;
  }

  .pricing-hero p {
    font-size: 18px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .pricing-card-head h2 {
    font-size: 24px;
  }

  .pricing-value strong {
    font-size: 44px;
  }

  .pricing-value span {
    font-size: 22px;
  }

  .pricing-desc,
  .pricing-features li {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .site-footer-main {
    width: calc(100vw - 24px);
  }

  .footer-big-logo {
    width: 132px;
  }

  .footer-qr-image,
  .contact-modal-qr {
    width: min(100%, 132px);
  }

  .footer-contact-btn {
    min-height: 42px;
    padding: 0 14px;
    gap: 10px;
    border-radius: 10px;
  }

  .footer-contact-btn span {
    font-size: 0.88rem;
  }

  .contact-modal-panel {
    width: calc(100dvw - 16px);
    max-width: calc(100dvw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 24px 14px 18px;
    border-radius: 18px;
  }

  .contact-modal-panel h3 {
    font-size: 1.12rem;
    line-height: 1.35;
  }

  .contact-modal-note {
    font-size: 0.8rem;
  }
}
