:root {
  --bg: #030a14;
  --bg-2: #07111d;
  --panel: rgba(8, 19, 33, 0.9);
  --panel-soft: rgba(9, 21, 37, 0.74);
  --line: rgba(86, 115, 158, 0.24);
  --line-soft: rgba(132, 162, 206, 0.16);
  --text: #f4f8fc;
  --muted: #9ba8b9;
  --blue: #7ad9ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  background:
    radial-gradient(circle at 78% 16%, rgba(68, 140, 255, 0.16), transparent 20%),
    linear-gradient(180deg, #02070f 0%, #05101c 50%, #081120 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(97, 199, 255, 0.7) 0 1px, transparent 1.6px);
  background-size: 180px 180px, 260px 260px;
  background-position: 0 0, 60px 40px;
  opacity: 0.14;
}

.preview-page {
  position: relative;
  overflow: hidden;
  width: min(1280px, calc(100% - 20px));
  margin: 10px auto;
  padding: 18px 18px 24px;
  border: 1px solid rgba(83, 115, 159, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(4, 11, 20, 0.92) 0%, rgba(4, 11, 20, 0.82) 24%, rgba(4, 11, 20, 0.44) 48%, rgba(4, 11, 20, 0.14) 66%, rgba(4, 11, 20, 0.1) 100%),
    linear-gradient(180deg, rgba(4, 11, 20, 0.22) 0%, rgba(4, 11, 20, 0.08) 22%, rgba(4, 11, 20, 0.08) 72%, rgba(4, 11, 20, 0.22) 100%),
    url("hero-final-blue.png"),
    linear-gradient(180deg, rgba(4, 11, 20, 0.98), rgba(5, 14, 25, 0.99));
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, auto 100%, auto;
  background-position: left top, left top, right top, left top;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.preview-stars,
.page-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.preview-stars {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.05), transparent 10%),
    radial-gradient(circle at 45% 12%, rgba(111, 210, 255, 0.06), transparent 16%),
    radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.05), transparent 10%);
}

.page-vignette {
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.02) 0%, rgba(4, 10, 18, 0.08) 34%, rgba(4, 10, 18, 0.18) 58%, rgba(3, 9, 15, 0.48) 78%, rgba(2, 8, 14, 0.92) 100%),
    linear-gradient(180deg, rgba(4, 11, 20, 0) 0%, rgba(4, 11, 20, 0) 62%, rgba(4, 11, 20, 0.18) 74%, rgba(4, 11, 20, 0.48) 84%, rgba(4, 11, 20, 0.82) 92%, rgba(4, 11, 20, 1) 100%),
    radial-gradient(ellipse at 56% 86%, rgba(4, 11, 20, 0) 0%, rgba(4, 11, 20, 0.08) 24%, rgba(4, 11, 20, 0.34) 48%, rgba(4, 11, 20, 0.88) 100%),
    radial-gradient(circle at 82% 28%, rgba(86, 184, 255, 0.1), transparent 18%);
}

.preview-topbar,
.preview-hero,
.operate-block,
.impact-panel {
  position: relative;
  z-index: 1;
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 2px 20px;
}

.preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 248, 252, 0.95);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.preview-brand-orbit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.preview-brand-logo {
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.14),
    0 0 14px rgba(75, 164, 255, 0.05);
}

.preview-brand-wordmark {
  font-size: 0.9rem;
  letter-spacing: 0.015em;
}

.preview-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.preview-nav a {
  color: rgba(232, 239, 247, 0.72);
  text-decoration: none;
  font-size: 0.67rem;
  letter-spacing: 0.01em;
}

.preview-nav a:hover {
  color: #ffffff;
}

.preview-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(133, 157, 193, 0.22);
  border-radius: 8px;
  color: #f4f9ff;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(10, 20, 34, 0.72);
}

.preview-hero {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 8px;
  min-height: 442px;
  padding: 14px 0 10px;
}

.preview-copy {
  padding-top: 18px;
}

.preview-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(116, 145, 185, 0.18);
  border-radius: 999px;
  color: rgba(232, 239, 247, 0.75);
  font-size: 0.65rem;
  background: rgba(10, 20, 34, 0.74);
}

.preview-copy h1 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.36rem, 4.1vw, 3.88rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.05em;
  max-width: 15.5ch;
}

.preview-copy h1 span {
  display: block;
  white-space: nowrap;
}

.preview-copy h1 span + span {
  margin-top: 0.12em;
}

.preview-copy p {
  max-width: 34ch;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.preview-actions {
  display: flex;
  gap: 10px;
}

.preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
}

.preview-btn.ghost {
  border: 1px solid rgba(102, 138, 188, 0.22);
  color: #eef5fb;
  background: rgba(10, 20, 35, 0.72);
}

.preview-btn.ghost::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  box-shadow: inset 3px 0 0 0 rgba(255, 255, 255, 0.78);
}

.preview-btn.solid {
  color: #06111d;
  background: #ffffff;
}

.preview-art {
  position: relative;
  min-height: 408px;
  overflow: hidden;
}

.preview-art::before,
.preview-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.preview-art-frame {
  position: absolute;
  inset: -8px -22px -18px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
}

.preview-art.preview-art-native {
  min-height: 432px;
}

.preview-art::before {
  background:
    linear-gradient(90deg, rgba(4, 11, 20, 1) 0%, rgba(4, 11, 20, 1) 16%, rgba(4, 11, 20, 0.94) 26%, rgba(4, 11, 20, 0.72) 36%, rgba(4, 11, 20, 0.34) 48%, rgba(4, 11, 20, 0.1) 58%, rgba(4, 11, 20, 0) 66%),
    radial-gradient(circle at 14% 12%, rgba(4, 11, 20, 0.98) 0%, rgba(4, 11, 20, 0.88) 18%, rgba(4, 11, 20, 0.46) 34%, rgba(4, 11, 20, 0) 54%),
    linear-gradient(180deg, rgba(4, 11, 20, 0.88) 0%, rgba(4, 11, 20, 0.3) 16%, rgba(4, 11, 20, 0.05) 30%, rgba(4, 11, 20, 0) 44%),
    radial-gradient(circle at 78% 24%, rgba(82, 170, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(120, 190, 255, 0.07), transparent 18%),
    radial-gradient(circle at 62% 88%, rgba(70, 156, 240, 0.08), transparent 22%);
}

.preview-art::after {
  background:
    radial-gradient(circle at 86% 10%, rgba(4, 11, 20, 0) 0%, rgba(4, 11, 20, 0.08) 20%, rgba(4, 11, 20, 0.34) 42%, rgba(4, 11, 20, 0.72) 66%, rgba(4, 11, 20, 0.96) 100%),
    linear-gradient(180deg, rgba(4, 11, 20, 0.08) 0%, rgba(4, 11, 20, 0) 12%, rgba(4, 11, 20, 0.04) 46%, rgba(4, 11, 20, 0.42) 82%, rgba(4, 11, 20, 0.88) 100%),
    linear-gradient(90deg, rgba(4, 11, 20, 0) 54%, rgba(4, 11, 20, 0.08) 72%, rgba(4, 11, 20, 0.22) 86%, rgba(4, 11, 20, 0.4) 100%);
}

.preview-art.preview-art-native::before {
  background:
    linear-gradient(90deg, rgba(4, 11, 20, 1) 0%, rgba(4, 11, 20, 0.98) 16%, rgba(4, 11, 20, 0.88) 28%, rgba(4, 11, 20, 0.56) 40%, rgba(4, 11, 20, 0.14) 54%, rgba(4, 11, 20, 0) 66%),
    radial-gradient(circle at 16% 12%, rgba(4, 11, 20, 0.98) 0%, rgba(4, 11, 20, 0.88) 20%, rgba(4, 11, 20, 0.26) 38%, rgba(4, 11, 20, 0) 60%),
    radial-gradient(circle at 84% 18%, rgba(84, 168, 255, 0.08), transparent 22%),
    radial-gradient(circle at 72% 78%, rgba(48, 122, 218, 0.06), transparent 26%);
}

.preview-art.preview-art-native::after {
  background:
    radial-gradient(circle at 84% 10%, rgba(4, 11, 20, 0) 0%, rgba(4, 11, 20, 0.04) 18%, rgba(4, 11, 20, 0.2) 38%, rgba(4, 11, 20, 0.58) 62%, rgba(4, 11, 20, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 11, 20, 0.12) 0%, rgba(4, 11, 20, 0) 16%, rgba(4, 11, 20, 0.02) 54%, rgba(4, 11, 20, 0.24) 82%, rgba(4, 11, 20, 0.62) 100%);
}

.hero-native-svg {
  position: absolute;
  inset: -14px -42px -24px 8%;
  width: 102%;
  height: 108%;
  display: block;
  z-index: 1;
}

.hero-native-svg .native-stars circle {
  fill: rgba(222, 244, 255, 0.92);
  filter: drop-shadow(0 0 6px rgba(125, 205, 255, 0.44));
}

.hero-native-svg .native-particles circle {
  fill: rgba(208, 245, 255, 0.92);
  filter: drop-shadow(0 0 8px rgba(123, 214, 255, 0.72));
}

.preview-art-image {
  width: min(112%, 860px);
  height: auto;
  object-fit: contain;
  border-radius: 0;
  opacity: 1;
  filter:
    brightness(1.42)
    saturate(1.18)
    contrast(1.04)
    drop-shadow(0 20px 36px rgba(15, 43, 86, 0.12))
    drop-shadow(0 0 34px rgba(91, 196, 255, 0.08));
  transform: translateX(22px) translateY(2px);
  mask-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 10%, rgba(0, 0, 0, 0.38) 18%, rgba(0, 0, 0, 0.72) 26%, rgba(0, 0, 0, 0.92) 34%, #000 44%),
    radial-gradient(circle at 84% 12%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.94) 24%, rgba(0, 0, 0, 1) 46%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000 10%, #000 82%, rgba(0, 0, 0, 0.82) 92%, rgba(0, 0, 0, 0.22) 100%);
  mask-composite: intersect;
}

.mode-crop .preview-art::before,
.mode-crop .preview-art::after {
  display: none;
}

.crop-frame {
  inset: -28px -78px -30px 38%;
  justify-content: flex-start;
}

.crop-image {
  width: 980px;
  max-width: none;
  transform: translateX(-120px) translateY(-6px);
  filter:
    brightness(1.3)
    saturate(1.14)
    contrast(1.03)
    drop-shadow(0 20px 34px rgba(15, 43, 86, 0.12))
    drop-shadow(0 0 30px rgba(91, 196, 255, 0.08));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 0.48) 18%, rgba(0, 0, 0, 0.86) 28%, #000 40%);
}

.mode-transparent .preview-art::before,
.mode-transparent .preview-art::after {
  display: none;
}

.transparent-frame {
  inset: -10px -28px -12px 18%;
  justify-content: flex-end;
}

.transparent-image {
  width: 760px;
  max-width: none;
  opacity: 1;
  transform: translateX(24px) translateY(10px);
  filter:
    brightness(1.3)
    saturate(1.16)
    contrast(1.02)
    drop-shadow(0 20px 34px rgba(15, 43, 86, 0.08))
    drop-shadow(0 0 34px rgba(91, 196, 255, 0.1));
  mask-image: none;
}

@media (max-width: 960px) {
  .hero-native-svg {
    inset: -6px -34px -10px 2%;
    width: 106%;
    height: 102%;
  }

  .preview-art.preview-art-rendered {
    background: transparent;
  }
}

.section-copy {
  text-align: center;
}

.section-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.56rem, 1.96vw, 1.94rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.section-copy p {
  margin: 10px auto 0;
  color: var(--muted);
  max-width: 52ch;
  font-size: 0.8rem;
}

.operate-block {
  padding: 4px 0 10px;
}

.operate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.operate-card {
  position: relative;
  text-align: center;
}

.operate-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border: 1px solid rgba(104, 140, 190, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.06), rgba(10, 20, 34, 0.98));
  box-shadow:
    0 0 0 7px rgba(57, 182, 255, 0.03),
    0 0 30px rgba(44, 128, 221, 0.12);
}

.operate-icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(104, 140, 190, 0.14);
  border-radius: 50%;
}

.glyph {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.glyph-connect {
  border: 1px solid rgba(240, 247, 255, 0.82);
  border-radius: 50%;
}

.glyph-connect::before,
.glyph-connect::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(240, 247, 255, 0.92);
  transform: translateX(-50%);
}

.glyph-connect::before {
  top: -5px;
}

.glyph-connect::after {
  bottom: -5px;
}

.glyph-understand {
  border: 1px solid rgba(240, 247, 255, 0.82);
  border-radius: 3px;
}

.glyph-understand::before,
.glyph-understand::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  background: rgba(240, 247, 255, 0.92);
}

.glyph-understand::before {
  top: 4px;
}

.glyph-understand::after {
  bottom: 4px;
}

.glyph-automate {
  border: 1px solid rgba(240, 247, 255, 0.82);
  transform: translate(-50%, -50%) rotate(45deg);
}

.glyph-automate::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(240, 247, 255, 0.72);
}

.glyph-optimize {
  border: 1px dashed rgba(240, 247, 255, 0.82);
  border-radius: 50%;
}

.glyph-optimize::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(240, 247, 255, 0.92);
  transform: translate(-50%, -50%);
}

.signal-link {
  position: absolute;
  top: 20px;
  right: -39px;
  width: 124px;
  height: 20px;
  overflow: visible;
  opacity: 0.92;
}

.operate-card:last-child .signal-link {
  display: none;
}

.operate-card h3 {
  margin: 0 0 8px;
  color: #f4f8fd;
  font-size: 0.93rem;
  font-weight: 680;
}

.operate-card p {
  margin: 0 auto;
  max-width: 18ch;
  color: var(--muted);
  line-height: 1.48;
  font-size: 0.76rem;
}

.impact-panel {
  margin-top: 18px;
  padding: 18px 12px 8px;
  border: 1px solid rgba(80, 113, 158, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.72), rgba(7, 16, 29, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 12px 34px rgba(0, 0, 0, 0.12);
}

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

.impact-card {
  min-height: 118px;
  padding: 14px 14px 16px;
  border: 1px solid rgba(81, 112, 156, 0.22);
  border-radius: 8px;
  background: rgba(10, 20, 35, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.015),
    0 8px 18px rgba(0, 0, 0, 0.08);
}

.impact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #f5f9ff;
  font-size: 0.8rem;
}

.impact-icon {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(197, 220, 244, 0.78);
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(8, 20, 35, 0.78);
}

.impact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.78rem;
}

.service-panel,
.insight-panel {
  margin-top: 18px;
  padding: 20px 16px 12px;
  border: 1px solid rgba(80, 113, 158, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.6), rgba(7, 16, 29, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 10px 28px rgba(0, 0, 0, 0.1);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.service-card,
.insight-item {
  padding: 16px;
  border: 1px solid rgba(81, 112, 156, 0.2);
  border-radius: 9px;
  background: rgba(9, 19, 33, 0.68);
}

.service-kicker,
.pricing-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(108, 148, 199, 0.18);
  border-radius: 999px;
  color: #9fdcff;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(15, 32, 52, 0.55);
}

.service-card h3,
.pricing-note h3 {
  margin: 14px 0 10px;
  font-size: 1.04rem;
  font-weight: 620;
  color: #f4f8fd;
}

.service-card p,
.insight-item p,
.pricing-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: 0.8rem;
}

.insight-main {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
  align-items: start;
}

.section-copy-left {
  text-align: left;
}

.section-copy-left p {
  margin-left: 0;
}

.insight-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.insight-item strong {
  display: block;
  margin-bottom: 8px;
  color: #f4f8fd;
  font-size: 0.9rem;
}

.pricing-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(94, 128, 175, 0.14);
}

.pricing-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.meta-pill {
  padding: 14px 16px;
  border: 1px solid rgba(81, 112, 156, 0.18);
  border-radius: 9px;
  background: rgba(10, 20, 35, 0.62);
}

.meta-pill span {
  display: block;
  margin-bottom: 6px;
  color: #84cfff;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.meta-pill strong {
  color: #f4f8fd;
  font-size: 0.86rem;
  font-weight: 600;
}

.analysis-panel {
  margin-top: 18px;
  padding: 22px 16px 18px;
  border: 1px solid rgba(80, 113, 158, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.56), rgba(7, 16, 29, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 10px 28px rgba(0, 0, 0, 0.1);
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.analysis-card {
  padding: 16px;
  border: 1px solid rgba(81, 112, 156, 0.2);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(10, 22, 37, 0.78), rgba(8, 18, 31, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.015),
    0 8px 20px rgba(0, 0, 0, 0.08);
}

.analysis-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(108, 148, 199, 0.18);
  border-radius: 999px;
  color: #9fdcff;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(15, 32, 52, 0.55);
}

.analysis-card h3 {
  margin: 14px 0 12px;
  font-size: 1rem;
  font-weight: 620;
  color: #f4f8fd;
  line-height: 1.35;
}

.analysis-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.79rem;
}

.analysis-list li + li {
  margin-top: 6px;
}

.analysis-footer {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(94, 128, 175, 0.14);
}

.analysis-quote {
  padding: 16px;
  border: 1px solid rgba(81, 112, 156, 0.18);
  border-radius: 9px;
  background: rgba(10, 20, 35, 0.6);
}

.analysis-quote strong {
  display: block;
  margin-bottom: 8px;
  color: #f4f8fd;
  font-size: 0.96rem;
}

.analysis-quote p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: 0.8rem;
}

.analysis-tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.analysis-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(88, 121, 170, 0.2);
  border-radius: 999px;
  color: #d8ecff;
  font-size: 0.76rem;
  background: rgba(10, 20, 35, 0.5);
}

.charts-panel {
  margin-top: 18px;
  padding: 22px 16px 18px;
  border: 1px solid rgba(118, 160, 216, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(16, 34, 58, 0.68), rgba(12, 27, 46, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 36px rgba(0, 0, 0, 0.14);
}

.charts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.chart-card {
  padding: 16px;
  border: 1px solid rgba(122, 166, 226, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(22, 45, 72, 0.9), rgba(15, 32, 53, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.12);
}

.chart-meta h3 {
  margin: 12px 0 8px;
  font-size: 1rem;
  font-weight: 620;
  color: #ffffff;
}

.chart-meta p {
  margin: 0;
  color: #d2deec;
  line-height: 1.58;
  font-size: 0.79rem;
}

.chart-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(108, 148, 199, 0.18);
  border-radius: 999px;
  color: #9fdcff;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(15, 32, 52, 0.55);
}

.chart-shell {
  margin-top: 16px;
  padding: 14px 12px 10px;
  border: 1px solid rgba(138, 186, 245, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(130, 214, 255, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(28, 58, 92, 0.96), rgba(18, 39, 64, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(72, 165, 255, 0.12);
}

.chart-axis-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(235, 244, 255, 0.94);
  font-size: 0.67rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.chart-svg {
  display: block;
  width: 100%;
  height: auto;
}

.chart-grid-lines line {
  stroke: rgba(196, 223, 255, 0.42);
  stroke-width: 1.2;
}

.chart-dots circle {
  fill: #ffffff;
  stroke: rgba(115, 208, 255, 0.96);
  stroke-width: 2.4;
  filter: drop-shadow(0 0 12px rgba(151, 224, 255, 0.88));
}

.line-chart path:last-of-type,
.dual-line-chart path:last-of-type,
.dual-line-chart path:nth-last-of-type(2) {
  filter: drop-shadow(0 0 14px rgba(118, 210, 255, 0.5));
}

.bar-chart rect {
  filter:
    drop-shadow(0 0 14px rgba(108, 208, 255, 0.36))
    drop-shadow(0 10px 20px rgba(11, 31, 62, 0.24));
}

.line-chart path:first-of-type {
  fill: rgba(130, 214, 255, 0.34);
}

.line-chart path:nth-of-type(2) {
  stroke: rgba(130, 214, 255, 0.62);
}

.dual-line-chart path:nth-of-type(6) {
  stroke: #eef7ff;
}

.dual-line-chart path:nth-of-type(7) {
  stroke: #7fe2ff;
}

@media (max-width: 1080px) {
  .preview-topbar,
  .preview-hero,
  .operate-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .preview-topbar {
    display: grid;
  }

  .preview-nav {
    flex-wrap: wrap;
  }

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

  .service-grid,
  .charts-grid,
  .analysis-grid,
  .insight-main,
  .pricing-strip,
  .analysis-footer {
    grid-template-columns: 1fr;
  }

  .signal-link {
    display: none;
  }
}

@media (max-width: 700px) {
  .preview-page {
    width: min(100% - 8px, 100%);
    margin: 4px auto;
    padding: 14px;
  }

  .preview-brand {
    gap: 10px;
  }

  .preview-brand-orbit {
    width: 46px;
    height: 46px;
  }

  .preview-brand-logo {
    width: 46px;
    height: 46px;
  }

  .preview-brand-wordmark {
    font-size: 0.8rem;
  }

  .preview-copy h1 {
    font-size: 2.6rem;
  }

  .operate-grid,
  .impact-grid,
  .service-grid,
  .charts-grid,
  .analysis-grid {
    grid-template-columns: 1fr;
  }
}
