:root {
  --wx-bg: #f6f4ef;
  --wx-ink: #10151f;
  --wx-text: #293241;
  --wx-muted: #6b7280;
  --wx-line: #dedbd2;
  --wx-paper: #ffffff;
  --wx-paper-soft: #fbfaf7;
  --wx-cobalt: #275fe8;
  --wx-teal: #00a99d;
  --wx-lime: #b7e35f;
  --wx-coral: #f06449;
  --wx-amber: #f5b84b;
  --wx-radius: 8px;
  --wx-shadow: 0 22px 56px rgba(20, 25, 35, 0.11);
  --container: 1180px;
}

html {
  background: var(--wx-bg);
}

body {
  color: var(--wx-text);
  background: var(--wx-bg);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(16, 21, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 21, 31, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0 720px, transparent 1180px);
}

.container {
  width: min(var(--container), calc(100% - 56px));
}

.site-header {
  background: rgba(246, 244, 239, 0.86);
  border-bottom-color: rgba(16, 21, 31, 0.09);
  backdrop-filter: blur(20px);
}

.site-header.is-scrolled {
  background: rgba(246, 244, 239, 0.96);
  box-shadow: 0 14px 34px rgba(16, 21, 31, 0.08);
}

.header-inner {
  min-height: 74px;
}

.brand {
  min-width: 250px;
  gap: 11px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 10px 16px rgba(39, 95, 232, 0.16));
}

.brand strong {
  color: var(--wx-ink);
  font-size: 20px;
}

.brand em {
  color: #697386;
  font-size: 12px;
}

.main-nav {
  gap: 16px;
  color: #3a4250;
  font-size: 13px;
}

.main-nav a {
  padding: 26px 0;
}

.main-nav a::after {
  bottom: 19px;
  height: 2px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-amber));
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--wx-cobalt);
}

.header-cta,
.btn {
  min-height: 44px;
  border-radius: var(--wx-radius);
  font-size: 14px;
  letter-spacing: 0;
  box-shadow: none;
}

.header-cta,
.btn.primary {
  color: #fff;
  background: #10151f;
  box-shadow: 0 14px 28px rgba(16, 21, 31, 0.16);
}

.btn.ghost {
  color: var(--wx-ink);
  background: #fff;
  border-color: #cfcac0;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(16, 21, 31, 0.15);
}

.nav-toggle {
  border-color: var(--wx-line);
  background: #fff;
}

.hero {
  min-height: 760px;
  padding-top: 74px;
  background:
    radial-gradient(circle at 16% 24%, rgba(183, 227, 95, 0.22), transparent 210px),
    radial-gradient(circle at 72% 18%, rgba(0, 169, 157, 0.16), transparent 250px),
    linear-gradient(180deg, #fbfaf7 0%, var(--wx-bg) 100%);
}

.hero::before {
  inset: 122px max(24px, calc((100vw - var(--container)) / 2)) auto auto;
  width: min(540px, 43vw);
  height: 500px;
  border: 1px solid rgba(16, 21, 31, 0.09);
  background: #141a24;
  box-shadow: var(--wx-shadow);
}

.hero-content {
  width: min(600px, 49%);
  padding: 64px 0 72px;
}

.eyebrow,
.section-label {
  min-height: 28px;
  color: var(--wx-cobalt);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.eyebrow::before,
.section-label::before {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--wx-coral), var(--wx-amber));
}

.hero h1 {
  max-width: 600px;
  margin: 18px 0 22px;
  color: var(--wx-ink);
  font-size: 60px;
  line-height: 1.04;
}

.hero h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wx-coral), var(--wx-amber), var(--wx-lime));
}

.hero p {
  max-width: 570px;
  color: #596170;
  font-size: 18px;
}

.hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 10px;
  margin-top: 40px;
}

.hero-stats div {
  position: relative;
  overflow: hidden;
  min-height: 98px;
  padding: 16px;
  border-color: rgba(16, 21, 31, 0.09);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(16, 21, 31, 0.07);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.hero-stats div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.56), transparent);
  transform: translateX(-130%);
  transition: transform 0.5s ease;
}

.hero-stats div::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  transform: scaleX(0);
  transform-origin: left;
}

.hero-stats div.is-active {
  transform: translateY(-4px);
  border-color: rgba(39, 95, 232, 0.28);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(16, 21, 31, 0.13);
}

.hero-stats div.is-active::before {
  transform: translateX(130%);
}

.hero-stats div.is-active::after {
  animation: statProgress 3.4s linear forwards;
}

.hero-stats strong {
  position: relative;
  z-index: 1;
  color: var(--wx-ink);
  font-size: 29px;
  font-variant-numeric: tabular-nums;
}

.hero-stats div:nth-child(1) strong {
  color: var(--wx-cobalt);
}

.hero-stats div:nth-child(2) strong {
  color: var(--wx-teal);
}

.hero-stats div:nth-child(3) strong {
  color: var(--wx-coral);
}

.hero-stats span {
  position: relative;
  z-index: 1;
  color: var(--wx-muted);
  font-size: 13px;
}

@keyframes statProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.hero-media {
  right: max(24px, calc((100vw - var(--container)) / 2 + 28px));
  top: 154px;
  width: min(500px, 40vw);
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: none;
}

.hero-media img {
  opacity: 0.82;
  filter: saturate(0.95) contrast(1.04);
}

.hero-overlay {
  display: none;
}

.hero-console {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--container)) / 2 + 72px));
  top: 428px;
  width: min(380px, 32vw);
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.88);
  box-shadow: 0 24px 60px rgba(16, 21, 31, 0.24);
  backdrop-filter: blur(16px);
}

.console-head,
.console-items {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.console-head b {
  color: var(--wx-lime);
  font-size: 11px;
  animation: livePulse 1.6s ease-in-out infinite;
}

.console-score {
  display: flex;
  align-items: end;
  gap: 14px;
  margin: 16px 0;
}

.console-score strong {
  color: var(--wx-lime);
  font-size: 58px;
  line-height: 0.9;
}

.console-score span {
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.78);
}

.console-bars {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.console-bars i {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  width: var(--bar);
  transform-origin: left;
  animation: consoleBar 1.2s ease both;
}

.console-bars i:nth-child(2) {
  animation-delay: 0.16s;
}

.console-bars i:nth-child(3) {
  animation-delay: 0.32s;
}

.section {
  padding: 96px 0;
}

.intro,
.traffic-section,
.solutions-section,
.cases,
.cta-section {
  background: var(--wx-paper-soft);
}

.service-band,
.faq-section,
.questions-main {
  background: #eef3ec;
}

.section h2,
.page-hero h1,
.cta-card h2 {
  color: var(--wx-ink);
  font-size: 42px;
  line-height: 1.18;
}

.intro p,
.value-copy p,
.cta-card p,
.page-hero p {
  color: var(--wx-muted);
}

.split {
  gap: 66px;
}

.traffic-grid,
.service-grid,
.case-grid,
.process {
  gap: 16px;
}

.traffic-grid article,
.service-card,
.case-grid article,
.contact-panel,
.news-item,
.process div,
.faq-list details,
.question-card {
  border-color: rgba(16, 21, 31, 0.09);
  border-radius: var(--wx-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1px 0 rgba(16, 21, 31, 0.04);
}

.traffic-grid article,
.service-card,
.case-grid article,
.contact-panel,
.news-item,
.process div,
.faq-list details,
.question-card,
.solution-panel,
.cta-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.traffic-grid article:hover,
.service-card:hover,
.case-grid article:hover,
.contact-panel:hover,
.news-item:hover,
.question-card:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 95, 232, 0.2);
  box-shadow: 0 18px 42px rgba(16, 21, 31, 0.1);
}

.traffic-grid article {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 249, 245, 0.92)),
    #fff;
}

.traffic-grid strong,
.service-card span,
.read-more {
  color: var(--wx-cobalt);
}

.traffic-grid article:nth-child(2) strong,
.service-card:nth-child(2) span {
  color: var(--wx-teal);
}

.traffic-grid article:nth-child(3) strong,
.service-card:nth-child(3) span {
  color: var(--wx-coral);
}

.traffic-grid b {
  color: var(--wx-ink);
}

.service-card {
  min-height: 260px;
}

.service-card::after,
.case-grid article::after {
  border-color: rgba(16, 21, 31, 0.08);
  background: linear-gradient(135deg, rgba(39, 95, 232, 0.08), rgba(183, 227, 95, 0.18));
}

.solution-tabs span {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 21, 31, 0.09);
  color: var(--wx-ink);
  background: #fff;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.solution-tabs span:first-child,
.solution-tabs span.is-active {
  color: #fff;
  background: var(--wx-ink);
  transform: translateX(4px);
}

.solution-tabs span:first-child:not(.is-active) {
  color: var(--wx-ink);
  background: #fff;
  transform: none;
}

.solution-tabs span::after {
  content: "";
  position: absolute;
  inset: auto 16px 10px 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--wx-lime);
  transform: scaleX(0);
  transform-origin: left;
}

.solution-tabs span.is-active::after {
  animation: tabProgress 3.2s linear forwards;
}

.solution-panel {
  border-color: rgba(16, 21, 31, 0.09);
  background: #fff;
  box-shadow: var(--wx-shadow);
}

.solution-panel h3 {
  color: var(--wx-ink);
}

.dark-panel {
  background:
    linear-gradient(135deg, rgba(16, 21, 31, 0.98), rgba(22, 45, 44, 0.96)),
    #10151f;
}

.dark-panel .section-label,
.dark-panel h2,
.dark-panel .value-copy h2,
.cta-card h2,
.cta-card .section-label {
  color: #fff;
}

.dark-panel .value-copy p,
.cta-card p {
  color: rgba(255, 255, 255, 0.74);
}

.value-list div {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

.value-list strong {
  color: var(--wx-lime);
}

.process {
  position: relative;
}

.process div {
  min-height: 238px;
}

.process b {
  color: var(--wx-ink);
  background: var(--wx-lime);
  box-shadow: 0 0 0 0 rgba(183, 227, 95, 0.32);
  animation: stepPulse 2.8s ease-in-out infinite;
}

.case-grid article {
  min-height: 210px;
}

.cta-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 21, 31, 0.97), rgba(39, 95, 232, 0.9)),
    #10151f;
}

.cta-card .btn.primary,
.questions-cta .btn {
  color: var(--wx-ink);
  background: var(--wx-lime);
  box-shadow: none;
}

.page-main {
  padding-top: 74px;
}

.page-hero,
.questions-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(183, 227, 95, 0.28), transparent 210px),
    linear-gradient(135deg, #10151f, #1b3640 68%, #315c56);
}

.page-hero h1,
.questions-hero h1,
.page-hero .section-label,
.questions-hero .section-label {
  color: #fff;
}

.page-hero p,
.questions-hero p {
  color: rgba(255, 255, 255, 0.72);
}

.question-card {
  border-radius: var(--wx-radius);
  box-shadow: 0 16px 38px rgba(16, 21, 31, 0.08);
}

.questions-cta {
  background:
    linear-gradient(135deg, rgba(16, 21, 31, 0.95), rgba(0, 169, 157, 0.84)),
    #10151f;
}

.questions-cta .btn {
  color: var(--wx-ink);
}

.animate-ready {
  opacity: 0;
  transform: translateY(28px);
}

.animate-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.section-head.animate-ready,
.split.animate-ready,
.cta-card.animate-ready {
  transform: translateY(22px);
}

@keyframes livePulse {
  0%, 100% {
    opacity: 0.62;
  }
  50% {
    opacity: 1;
  }
}

@keyframes consoleBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes tabProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes stepPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(183, 227, 95, 0.34);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(183, 227, 95, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .animate-ready {
    opacity: 1;
    transform: none;
  }
}

.site-footer {
  background: #10151f;
}

.site-footer .footer-brand {
  color: #ffffff;
}

.site-footer .footer-brand .brand-logo {
  filter: drop-shadow(0 10px 20px rgba(0, 184, 199, 0.42));
}

.site-footer .footer-brand strong {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(105, 231, 255, 0.26);
}

.site-footer .footer-brand em {
  color: rgba(226, 238, 248, 0.82);
}

.site-footer .footer-copy,
.site-footer p {
  color: rgba(226, 238, 248, 0.78);
}

.site-footer p a {
  display: inline;
  color: #69e7ff;
  font-weight: 900;
}

.site-footer h3 {
  color: #ffffff;
}

.footer-bottom {
  color: rgba(226, 238, 248, 0.7);
}

.footer-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.8fr);
  align-items: start;
  padding: 58px 0;
}

.footer-grid > div:last-child {
  justify-self: end;
  width: min(100%, 420px);
}

@media (max-width: 1080px) {
  .hero-content {
    width: 56%;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-console {
    width: 340px;
  }
}

@media (max-width: 840px) {
  .container {
    width: min(var(--container), calc(100% - 34px));
  }

  .site-header {
    background: rgba(246, 244, 239, 0.96);
  }

  .main-nav {
    top: 74px;
    right: 17px;
    left: 17px;
    border-color: rgba(16, 21, 31, 0.12);
  }

  .hero {
    padding: 112px 0 58px;
  }

  .hero-content {
    width: min(var(--container), calc(100% - 34px));
  }

  .hero h1 {
    font-size: 41px;
  }

  .hero-media {
    width: 100%;
    height: 210px;
    margin-top: 28px;
  }

  .hero-console {
    position: relative;
    top: auto;
    right: auto;
    width: min(var(--container), calc(100% - 34px));
    margin: -54px auto 0;
    padding: 16px;
  }

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

  .hero-stats div {
    min-height: 78px;
    padding: 12px 10px;
  }

  .hero-stats strong {
    font-size: 22px;
  }

  .hero-stats span {
    font-size: 12px;
  }

  .section {
    padding: 68px 0;
  }

  .section h2,
  .page-hero h1,
  .cta-card h2 {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero p,
  .intro p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-console {
    margin-top: -46px;
  }

  .console-score strong {
    font-size: 42px;
  }

  .console-score {
    margin: 12px 0;
  }

  .console-items {
    font-size: 11px;
  }

  .service-card,
  .case-grid article,
  .contact-panel,
  .process div {
    padding: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-grid > div:last-child {
    justify-self: start;
    width: 100%;
  }
}

/* Tech upgrade: AI visibility dashboard style */
:root {
  --wx-bg: #eef3f7;
  --wx-ink: #07111f;
  --wx-text: #1d2a3d;
  --wx-muted: #657384;
  --wx-line: #d4dde8;
  --wx-paper: #ffffff;
  --wx-paper-soft: #f7fafc;
  --wx-cobalt: #1769ff;
  --wx-teal: #00b8c7;
  --wx-lime: #b9f25d;
  --wx-coral: #ff6b4a;
  --wx-amber: #ffc247;
  --wx-shadow: 0 24px 58px rgba(7, 17, 31, 0.13);
}

html,
body {
  background: var(--wx-bg);
}

body::before {
  background:
    linear-gradient(rgba(23, 105, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 184, 199, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0 760px, transparent 1180px);
}

.site-header {
  background: rgba(238, 243, 247, 0.84);
  border-bottom-color: rgba(7, 17, 31, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.64);
}

.site-header.is-scrolled {
  background: rgba(248, 251, 253, 0.94);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.1);
}

.brand-logo {
  filter: drop-shadow(0 10px 22px rgba(0, 184, 199, 0.28));
}

.brand strong {
  color: #08192b;
}

.brand em,
.main-nav {
  color: #4d5b6c;
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  box-shadow: 0 0 18px rgba(0, 184, 199, 0.38);
}

.header-cta,
.btn.primary {
  background:
    linear-gradient(135deg, #08192b 0%, #123a66 50%, #00a6b4 100%);
  box-shadow: 0 16px 34px rgba(0, 91, 170, 0.22);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(23, 105, 255, 0.22);
  color: #0c2d4e;
}

.hero {
  isolation: isolate;
  min-height: 780px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 52%, #063941 100%);
  background-size: 58px 58px, 58px 58px, auto;
  overflow: hidden;
}

.hero::before {
  border-color: rgba(105, 231, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #07111f;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 30px 90px rgba(0, 184, 199, 0.24),
    0 20px 70px rgba(0, 0, 0, 0.36);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(105, 231, 255, 0.08) 48%, transparent 56%),
    linear-gradient(180deg, transparent 0 72%, rgba(185, 242, 93, 0.08) 100%);
  transform: translateX(-24%);
  animation: techScan 8s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-media {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - var(--container)) / 2 + 22px));
  top: 148px;
  width: min(540px, 42vw);
  height: 380px;
}

.hero-console {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--container)) / 2 + 54px));
  top: 474px;
  width: min(390px, 32vw);
}

.eyebrow,
.section-label {
  color: var(--wx-teal);
}

.eyebrow::before,
.section-label::before {
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal));
  box-shadow: 0 0 16px rgba(0, 184, 199, 0.32);
}

.hero .eyebrow {
  color: #93f5ff;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.26);
}

.hero h1::after {
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt), var(--wx-coral));
  box-shadow: 0 0 24px rgba(0, 184, 199, 0.38);
}

.hero p {
  color: rgba(226, 238, 248, 0.78);
}

.hero-media {
  border: 1px solid rgba(105, 231, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 28px 78px rgba(0, 0, 0, 0.34);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mix-blend-mode: screen;
  opacity: 0.42;
}

.hero-media img {
  opacity: 0.88;
  filter: saturate(1.12) contrast(1.08) brightness(0.88);
}

.hero-console {
  border-color: rgba(105, 231, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(8, 25, 43, 0.86), rgba(6, 17, 31, 0.94));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 24px 72px rgba(0, 0, 0, 0.32),
    0 0 48px rgba(0, 184, 199, 0.22);
  backdrop-filter: blur(22px);
}

.hero-console::before {
  background:
    linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
  box-shadow: 0 0 18px rgba(0, 184, 199, 0.5);
}

.console-head,
.console-items {
  color: rgba(226, 238, 248, 0.7);
}

.console-head b,
.console-score strong {
  color: var(--wx-lime);
  text-shadow: 0 0 24px rgba(185, 242, 93, 0.34);
}

.console-bars i {
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  box-shadow: 0 0 18px rgba(0, 184, 199, 0.28);
}

.hero-stats div {
  border-color: rgba(105, 231, 255, 0.18);
  background: rgba(8, 25, 43, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.hero-stats div.is-active {
  border-color: rgba(185, 242, 93, 0.46);
  background: rgba(10, 36, 61, 0.82);
  box-shadow: 0 0 0 1px rgba(185, 242, 93, 0.12) inset, 0 22px 54px rgba(0, 0, 0, 0.26);
}

.hero-stats strong {
  color: #ffffff;
}

.hero-stats span {
  color: rgba(226, 238, 248, 0.68);
}

.section {
  position: relative;
}

.section-head {
  position: relative;
  z-index: 1;
}

.section h2,
.page-hero h1,
.cta-card h2 {
  color: #08192b;
}

.traffic-section,
.solutions-section,
.cases,
.faq-section {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.service-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 251, 0.94)),
    #ffffff;
}

.traffic-grid article,
.service-card,
.case-grid article,
.contact-panel,
.news-item,
.process div,
.faq-list details,
.question-card,
.solution-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(23, 105, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.88));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 18px 46px rgba(7, 17, 31, 0.08);
}

.traffic-grid article::before,
.service-card::before,
.case-grid article::before,
.contact-panel::before,
.news-item::before,
.process div::before,
.faq-list details::before,
.question-card::before,
.solution-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  opacity: 0.88;
}

.traffic-grid article:hover,
.service-card:hover,
.case-grid article:hover,
.contact-panel:hover,
.news-item:hover,
.question-card:hover {
  border-color: rgba(0, 184, 199, 0.34);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 22px 58px rgba(0, 91, 170, 0.14);
}

.traffic-grid strong,
.service-card span,
.read-more {
  color: #1769ff;
}

.traffic-grid b,
.service-card h3,
.case-grid h3,
.process h3,
.faq-list summary {
  color: #08192b;
}

.service-card span,
.process b {
  font-family: "DIN Alternate", "Arial", sans-serif;
}

.solution-tabs span {
  border-color: rgba(23, 105, 255, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #33465d;
}

.solution-tabs span.is-active,
.solution-tabs span:first-child {
  border-color: rgba(0, 184, 199, 0.42);
  color: #06111f;
  background: linear-gradient(135deg, rgba(185, 242, 93, 0.8), rgba(105, 231, 255, 0.76));
  box-shadow: 0 14px 30px rgba(0, 184, 199, 0.15);
}

.solution-panel {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 32px 32px, 32px 32px, auto;
}

.solution-panel li::before {
  box-shadow: 0 0 16px rgba(0, 184, 199, 0.36);
}

.dark-panel {
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 58%, #063941 100%);
  background-size: 52px 52px, 52px 52px, auto;
}

.dark-panel .section-label,
.dark-panel h2,
.dark-panel .value-copy h2,
.cta-card h2,
.cta-card .section-label {
  color: #ffffff;
}

.dark-panel .value-copy p,
.cta-card p {
  color: rgba(226, 238, 248, 0.74);
}

.value-list div {
  border-color: rgba(105, 231, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.value-list strong {
  color: var(--wx-lime);
  text-shadow: 0 0 18px rgba(185, 242, 93, 0.24);
}

.process::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 199, 0.42), transparent);
}

.process div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 251, 0.92));
}

.process b {
  color: #06111f;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 0 0 0 rgba(0, 184, 199, 0.34);
}

.cta-card,
.questions-cta {
  border: 1px solid rgba(105, 231, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 56%, #063941 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.22);
}

.cta-card .btn.primary,
.questions-cta .btn {
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  color: #06111f;
  box-shadow: 0 14px 28px rgba(0, 184, 199, 0.18);
}

.page-hero,
.questions-hero {
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 55%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.04) 1px, transparent 1px),
    linear-gradient(#07111f, #07111f);
  background-size: 48px 48px, auto;
}

@keyframes techScan {
  0%, 100% {
    transform: translateX(-26%);
    opacity: 0.6;
  }
  50% {
    transform: translateX(18%);
    opacity: 1;
  }
}

@media (max-width: 840px) {
  .site-header {
    background: rgba(248, 251, 253, 0.95);
  }

  .main-nav {
    background: rgba(248, 251, 253, 0.98);
  }

  .hero {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-media {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    height: 210px;
    margin-top: 28px;
    border-color: rgba(105, 231, 255, 0.18);
  }

  .hero-console {
    position: relative;
    top: auto;
    right: auto;
    z-index: 3;
    width: min(var(--container), calc(100% - 34px));
    margin: -54px auto 0;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  }

  .process::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    background-size: 42px 42px, 42px 42px, auto;
  }

  .hero-stats div {
    min-height: 82px;
  }
}

/* Hero refinement: tighter first screen and richer data cockpit */
.site-header {
  background: rgba(232, 239, 245, 0.68);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24px) saturate(1.18);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 231, 255, 0.42), transparent);
}

.site-header.is-scrolled {
  background: rgba(239, 245, 249, 0.92);
}

.header-inner {
  min-height: 68px;
}

.main-nav a {
  padding: 23px 0;
}

.main-nav a::after {
  bottom: 16px;
}

.header-cta {
  min-height: 42px;
  padding: 0 28px;
}

.hero {
  min-height: 688px;
  padding-top: 68px;
}

.hero::before {
  top: 108px;
  width: min(545px, 42vw);
  height: 430px;
  border-color: rgba(105, 231, 255, 0.26);
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #07111f;
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.hero-content {
  width: min(620px, 50%);
  padding: 48px 0 46px;
}

.hero h1 {
  max-width: 620px;
  margin: 16px 0 20px;
  font-size: 54px;
  line-height: 1.03;
}

.hero h1::after {
  width: 82px;
  height: 5px;
  margin-top: 18px;
}

.hero p {
  max-width: 610px;
  font-size: 17px;
  line-height: 1.78;
}

.hero-actions {
  margin-top: 26px;
}

.hero-actions .btn.primary {
  position: relative;
  overflow: hidden;
}

.hero-actions .btn.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.38) 47%, transparent 58%);
  transform: translateX(-120%);
  animation: buttonSheen 4.8s ease-in-out infinite;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 150px));
  margin-top: 34px;
}

.hero-stats div {
  min-height: 92px;
  padding: 15px 16px;
}

.hero-stats strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 28px;
}

.hero-media {
  top: 118px;
  right: max(24px, calc((100vw - var(--container)) / 2 + 18px));
  width: min(540px, 41vw);
  height: 340px;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 6px;
  pointer-events: none;
}

.hero-console {
  top: 396px;
  right: max(24px, calc((100vw - var(--container)) / 2 + 62px));
  width: min(370px, 30vw);
  padding: 18px;
}

.console-score {
  margin: 14px 0 13px;
}

.console-score strong {
  font-size: 52px;
}

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

.console-metrics span {
  display: grid;
  gap: 3px;
  min-height: 54px;
  padding: 9px 8px;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
}

.console-metrics b {
  color: #69e7ff;
  font-size: 16px;
  line-height: 1;
}

.console-metrics em {
  color: rgba(226, 238, 248, 0.62);
  font-size: 10px;
  font-style: normal;
  line-height: 1.25;
}

.intro.section {
  padding-top: 74px;
}

.ai-contact-float {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 80;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 142px;
  padding: 10px 13px 10px 10px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(105, 231, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(6, 17, 31, 0.94), rgba(0, 116, 130, 0.92));
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26), 0 0 28px rgba(0, 184, 199, 0.18);
  backdrop-filter: blur(18px);
}

.ai-contact-float span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06111f;
  font-weight: 900;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.ai-contact-float b,
.ai-contact-float em {
  line-height: 1.25;
}

.ai-contact-float b {
  font-size: 14px;
}

.ai-contact-float em {
  color: rgba(226, 238, 248, 0.66);
  font-size: 12px;
  font-style: normal;
}

.ai-contact-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3), 0 0 34px rgba(0, 184, 199, 0.28);
}

@keyframes buttonSheen {
  0%, 58%, 100% {
    transform: translateX(-120%);
  }
  74% {
    transform: translateX(120%);
  }
}

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 48px;
  }

  .hero-console {
    width: 350px;
  }
}

@media (max-width: 840px) {
  .site-header {
    background: rgba(239, 245, 249, 0.95);
  }

  .hero {
    padding-top: 96px;
  }

  .hero-content {
    width: min(var(--container), calc(100% - 34px));
    padding: 32px 0 0;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 40px;
    line-height: 1.08;
  }

  .hero-media {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 230px;
    margin-top: 24px;
  }

  .hero-console {
    position: relative;
    top: auto;
    right: auto;
    width: min(var(--container), calc(100% - 34px));
    margin: -48px auto 0;
  }

  .ai-contact-float {
    right: 14px;
    bottom: 16px;
    min-width: 52px;
    padding: 8px;
    grid-template-columns: 38px;
  }

  .ai-contact-float span {
    width: 38px;
    height: 38px;
  }

  .ai-contact-float b,
  .ai-contact-float em {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 86px;
    padding-bottom: 50px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-stats {
    gap: 8px;
    margin-top: 28px;
  }

  .hero-stats div {
    padding: 12px 10px;
  }

  .hero-stats strong {
    font-size: 24px;
  }

  .console-metrics {
    grid-template-columns: 1fr;
  }

  .console-metrics span {
    min-height: 42px;
    grid-template-columns: 54px 1fr;
    align-items: center;
  }
}

/* Content section refinement: GEO workflow and trend cards */
.intro.section {
  padding: 76px 0 66px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 249, 251, 0.94)),
    #f6fafc;
}

.intro .split {
  gap: 58px;
  align-items: center;
}

.geo-explain-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.72);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.06);
}

.geo-explain-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
}

.geo-explain-panel p {
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.85;
}

.geo-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.geo-flow span {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 78px;
  padding: 14px 12px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.geo-flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 1;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--wx-teal), var(--wx-lime));
  box-shadow: 0 0 14px rgba(0, 184, 199, 0.28);
}

.geo-flow b {
  color: var(--wx-cobalt);
  font-size: 13px;
  line-height: 1;
}

.geo-flow em {
  color: #08192b;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.traffic-section {
  padding-top: 82px;
}

.traffic-section .section-head {
  display: block;
  max-width: 860px;
}

.trend-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 18px;
}

.trend-strip span {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 250, 252, 0.72));
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.055);
}

.trend-strip b {
  color: var(--wx-teal);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.trend-strip em {
  color: #08192b;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.traffic-grid article {
  padding-top: 60px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 252, 0.9));
  background-size: 26px 26px, 26px 26px, auto;
}

.traffic-grid article i {
  position: absolute;
  top: 20px;
  right: 22px;
  padding: 5px 8px;
  color: #06111f;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.traffic-grid article::after {
  opacity: 1;
}

.traffic-grid article:hover::after {
  transform: scaleX(1);
}

.traffic-grid article:nth-child(2) i {
  background: linear-gradient(135deg, #69e7ff, #d9e7f4);
}

.traffic-grid article:nth-child(3) i {
  color: #ffffff;
  background: linear-gradient(135deg, #1769ff, #00b8c7);
}

body > [id*="LRdiv"],
body > [id*="doyoo"],
body > [class*="doyoo"],
body > [class*="kefu"],
body > [class*="Kefu"],
body > [class*="online-service"],
body > [class*="customer-service"],
body > iframe[src*="kefu"],
body > iframe[src*="doyoo"],
body > iframe[src*="chat"] {
  display: none !important;
}

@media (max-width: 840px) {
  .intro.section {
    padding: 62px 0 56px;
  }

  .intro .split,
  .traffic-section .section-head {
    gap: 26px;
  }

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

  .geo-flow span:not(:last-child)::after {
    display: none;
  }

  .trend-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .geo-explain-panel {
    padding: 20px;
  }

  .geo-flow {
    grid-template-columns: 1fr;
  }

  .traffic-section {
    padding-top: 62px;
  }

  .traffic-grid article {
    padding-top: 56px;
  }
}

/* Core value refinement: GEO growth chain */
.service-band {
  padding: 82px 0 88px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.032) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 251, 0.95));
  background-size: 48px 48px, 48px 48px, auto;
}

.service-band .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

.service-band .section-head .section-label,
.service-band .section-head h2 {
  grid-column: 1;
}

.service-band .section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.value-chain {
  position: relative;
  gap: 16px;
  margin-top: 8px;
}

.value-outcomes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.value-outcomes span {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 15px 16px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.7);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.055);
}

.value-outcomes b {
  color: #08192b;
  font-size: 15px;
}

.value-outcomes em {
  color: var(--wx-teal);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.value-chain::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 199, 0.38), rgba(185, 242, 93, 0.38), transparent);
  pointer-events: none;
}

.value-chain .service-card {
  isolation: isolate;
  min-height: 286px;
  padding: 34px 30px 26px;
  border-color: rgba(23, 105, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.9));
  background-size: 25px 25px, 25px 25px, auto;
}

.value-chain .service-card::after {
  top: 28px;
  right: 26px;
  width: auto;
  min-width: 82px;
  height: 30px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
}

.value-chain .service-card i {
  position: absolute;
  top: 36px;
  right: 40px;
  z-index: 1;
  color: var(--wx-teal);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.value-chain .service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(23, 105, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--wx-cobalt);
}

.value-chain .service-card h3 {
  margin-bottom: 12px;
}

.value-chain .service-card p {
  min-height: 94px;
}

.value-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 105, 255, 0.1);
}

.value-metric b {
  color: #08192b;
  font-size: 14px;
}

.value-metric em {
  color: var(--wx-teal);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.value-chain .service-card.is-active {
  transform: translateY(-6px);
  border-color: rgba(0, 184, 199, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 26px 64px rgba(0, 91, 170, 0.16),
    0 0 38px rgba(0, 184, 199, 0.12);
}

.value-chain .service-card.is-active::before {
  opacity: 1;
  box-shadow: 0 0 18px rgba(0, 184, 199, 0.44);
}

.value-chain .service-card.is-active .value-metric {
  border-top-color: rgba(0, 184, 199, 0.24);
}

.value-chain .service-card:nth-child(3) i,
.value-chain .service-card:nth-child(3) .value-metric em {
  color: var(--wx-coral);
}

.value-chain .service-card:nth-child(4) i,
.value-chain .service-card:nth-child(4) .value-metric em {
  color: var(--wx-cobalt);
}

.value-chain-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(6, 17, 31, 0.94), rgba(0, 116, 130, 0.9));
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow: 0 20px 48px rgba(7, 17, 31, 0.16);
}

.value-chain-footer span {
  display: grid;
  gap: 5px;
}

.value-chain-footer b {
  color: #ffffff;
}

.value-chain-footer em {
  color: rgba(226, 238, 248, 0.72);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.value-chain-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #06111f;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  white-space: nowrap;
}

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

.service-entry-card {
  display: grid;
  gap: 8px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06);
  text-decoration: none;
}

.service-entry-card span {
  color: var(--wx-cobalt);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-entry-card b {
  color: #08192b;
  font-size: 24px;
  line-height: 1.15;
}

.service-entry-card p {
  margin: 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.service-entry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 199, 0.3);
}

@media (max-width: 1080px) {
  .service-band .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-band .section-head p {
    grid-column: auto;
    grid-row: auto;
    max-width: 720px;
  }

  .value-chain::before {
    display: none;
  }

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

@media (max-width: 560px) {
  .service-band {
    padding: 62px 0;
  }

  .value-chain .service-card {
    min-height: auto;
    padding: 28px 24px 24px;
  }

  .value-chain .service-card p {
    min-height: auto;
  }

  .value-chain .service-card::after {
    right: 20px;
  }

  .value-chain .service-card i {
    right: 34px;
  }

  .value-outcomes {
    grid-template-columns: 1fr;
  }

  .value-chain-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .value-chain-footer a {
    width: 100%;
  }

  .service-entry-grid {
    grid-template-columns: 1fr;
  }
}

/* Solutions refinement: AI platform GEO matrix */
.solutions-section {
  padding: 88px 0 96px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(240, 247, 251, 0.96), rgba(247, 251, 252, 0.98));
  background-size: 48px 48px, 48px 48px, auto;
}

.solutions-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.solutions-section .section-head .section-label,
.solutions-section .section-head h2 {
  grid-column: 1;
}

.solutions-section .section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.solution-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
  padding: 12px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.05);
}

.solution-path span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  color: #21364f;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 248, 251, 0.74));
  overflow: hidden;
}

.solution-path span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--wx-teal), transparent);
}

.solution-path span:last-child::after {
  display: none;
}

.solution-path b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  color: #06111f;
  font-size: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 0 16px rgba(0, 184, 199, 0.22);
}

.platform-matrix {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.platform-nav {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.66);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.06);
}

.platform-extra-card {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 66px;
  padding: 14px 16px;
  text-align: left;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.7);
  background-size: 24px 24px, 24px 24px, auto;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.platform-extra-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 16px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(185, 242, 93, 0.75), rgba(0, 184, 199, 0.55), transparent);
}

.platform-extra-card b {
  color: #08192b;
  font-size: 15px;
  line-height: 1.2;
}

.platform-extra-card em {
  color: #657384;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.platform-extra-card:hover,
.platform-extra-card.is-active {
  transform: translateX(4px);
  border-color: rgba(0, 184, 199, 0.32);
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(0, 184, 199, 0.1);
}

.platform-extra-card.is-active::after {
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
}

.solution-tabs.platform-nav button {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 74px;
  padding: 16px 18px;
  text-align: left;
  color: #08192b;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.solution-tabs.platform-nav button::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
  transform: scaleX(0);
  transform-origin: left;
}

.solution-tabs.platform-nav button:hover,
.solution-tabs.platform-nav button.is-active {
  transform: translateX(4px);
  border-color: rgba(0, 184, 199, 0.36);
  background: linear-gradient(135deg, rgba(185, 242, 93, 0.8), rgba(105, 231, 255, 0.74));
  box-shadow: 0 16px 32px rgba(0, 184, 199, 0.14);
}

.solution-tabs.platform-nav button.is-active::after {
  animation: tabProgress 4s linear forwards;
}

.solution-tabs.platform-nav b {
  font-size: 16px;
}

.solution-tabs.platform-nav em {
  color: rgba(8, 25, 43, 0.62);
  font-size: 12px;
  font-style: normal;
}

.platform-stage {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.platform-panel {
  min-height: 500px;
  padding: 34px;
  border: 1px solid rgba(23, 105, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 22px 58px rgba(7, 17, 31, 0.08);
}

.platform-panel[hidden] {
  display: none;
}

.platform-panel header {
  max-width: 760px;
}

.platform-panel header span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--wx-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.platform-panel h3 {
  margin: 0;
  color: #08192b;
  font-size: 31px;
  line-height: 1.2;
}

.platform-panel header p {
  margin: 16px 0 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.85;
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.platform-cards div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(0, 184, 199, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.platform-cards b {
  display: block;
  margin-bottom: 10px;
  color: #08192b;
  font-size: 15px;
}

.platform-cards p {
  margin: 0;
  color: #657384;
  font-size: 14px;
  line-height: 1.65;
}

.platform-panel .platform-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.platform-panel .platform-actions li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 18px 18px 18px 42px;
  color: #33465d;
  font-size: 14px;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 253, 0.72));
  box-shadow: 0 12px 26px rgba(7, 17, 31, 0.045);
  line-height: 1.62;
}

.platform-panel .platform-actions li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), var(--wx-teal));
  box-shadow: 0 0 16px rgba(0, 184, 199, 0.32);
}

.platform-fit,
.platform-deliverables {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(247, 251, 252, 0.74);
}

.platform-fit b,
.platform-deliverables b {
  margin-right: 2px;
  color: #08192b;
  font-size: 14px;
}

.platform-fit span,
.platform-deliverables span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: #31506d;
  font-size: 13px;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.platform-deliverables {
  background:
    linear-gradient(135deg, rgba(8, 25, 43, 0.94), rgba(6, 57, 65, 0.9));
}

.platform-deliverables b {
  color: #ffffff;
}

.platform-deliverables span {
  color: rgba(226, 238, 248, 0.86);
  border-color: rgba(105, 231, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.platform-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  max-width: 100%;
  padding: 16px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 17, 31, 0.94), rgba(0, 116, 130, 0.9));
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.15);
}

.solution-rotation-hint {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(105, 231, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.05);
  background-size: 22px 22px, 22px 22px, auto;
}

.solution-rotation-hint span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #06111f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  white-space: nowrap;
}

.solution-rotation-hint b {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.solution-rotation-hint em {
  color: rgba(226, 238, 248, 0.68);
  font-size: 12px;
  line-height: 1.55;
  font-style: normal;
}

.platform-strategy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.platform-strategy-grid article {
  position: relative;
  min-height: 154px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.platform-strategy-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), transparent);
}

.platform-strategy-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: #06111f;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.platform-strategy-grid h4 {
  margin: 0;
  color: #b9f25d;
  font-size: 15px;
  font-weight: 900;
}

.platform-strategy-grid p {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.platform-strategy-grid span,
.platform-strategy-grid em {
  display: block;
  margin-top: 8px;
  color: rgba(226, 238, 248, 0.68);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.platform-strategy-grid em {
  color: rgba(185, 242, 93, 0.86);
  font-weight: 800;
}

.platform-compare a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 420px);
  min-height: 40px;
  padding: 0 18px;
  color: #06111f;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

@media (max-width: 1080px) {
  .solutions-section .section-head,
  .platform-matrix {
    grid-template-columns: 1fr;
  }

  .solutions-section .section-head p {
    grid-column: auto;
    grid-row: auto;
    max-width: 760px;
  }

  .solution-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-path span:nth-child(3)::after {
    display: none;
  }

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

  .platform-extra-card {
    grid-column: 1 / -1;
  }

  .solution-rotation-hint,
  .platform-strategy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-rotation-hint span {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .solution-tabs.platform-nav button:hover,
  .solution-tabs.platform-nav button.is-active {
    transform: translateY(-2px);
  }

}

@media (max-width: 960px) {
  .platform-panel .platform-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .platform-nav,
  .platform-cards,
  .platform-actions,
  .solution-path,
  .platform-compare,
  .solution-rotation-hint,
  .platform-strategy-grid {
    grid-template-columns: 1fr;
  }

  .platform-panel .platform-actions {
    grid-template-columns: 1fr;
  }

  .solution-path span::after {
    display: none;
  }

  .platform-panel {
    min-height: auto;
    padding: 28px 24px;
  }

  .platform-cards {
    gap: 10px;
    margin-top: 22px;
  }

  .platform-cards div {
    min-height: auto;
    padding: 16px 17px;
  }

  .platform-panel h3 {
    font-size: 25px;
  }

  .platform-panel .platform-actions {
    gap: 10px;
    margin-top: 12px;
  }

  .platform-panel .platform-actions li {
    min-height: 82px;
    padding: 16px 16px 16px 40px;
  }

  .platform-panel .platform-actions li::before {
    top: 20px;
    left: 17px;
  }

  .platform-fit,
  .platform-deliverables {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-fit span,
  .platform-deliverables span,
  .platform-compare a {
    width: 100%;
  }

  .solution-rotation-hint {
    padding: 12px 14px;
  }

  .solution-rotation-hint b {
    font-size: 16px;
  }

  .platform-strategy-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .platform-strategy-grid article {
    min-height: auto;
    padding: 14px 14px 13px;
  }

  .platform-strategy-grid p {
    font-size: 12px;
  }

  .platform-strategy-grid span,
  .platform-strategy-grid em {
    font-size: 11px;
  }

  .platform-compare a {
    width: min(100%, 320px);
  }

  .platform-extra-card {
    min-height: 60px;
  }
}

/* Process refinement: GEO growth command workflow */
.process-section {
  padding: 92px 0 96px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 252, 0.98), rgba(238, 246, 249, 0.96));
  background-size: 48px 48px, 48px 48px, auto;
}

.process-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}

.process-section .section-head .section-label,
.process-section .section-head h2 {
  grid-column: 1;
}

.process-section .section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.process-command {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.process-section .process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.68);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.07);
}

.process-section .process::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 8%;
  right: 8%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  opacity: 0.55;
}

.process-section .process div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 324px;
  padding: 26px 18px 18px;
  border: 1px solid rgba(0, 184, 199, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 252, 0.9));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset, 0 14px 36px rgba(7, 17, 31, 0.06);
}

.process-section .process div::before {
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.process-section .process div::after {
  content: "";
  position: absolute;
  top: 52px;
  right: -18px;
  z-index: 2;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--wx-teal), transparent);
}

.process-section .process div:last-child::after {
  display: none;
}

.process-section .process b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 22px;
  color: #06111f;
  font-size: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 0 0 0 rgba(0, 184, 199, 0.28);
  animation: stepPulse 2.8s ease-in-out infinite;
}

.process-section .process h3 {
  margin: 0;
  color: #08192b;
  font-size: 20px;
  line-height: 1.28;
}

.process-section .process p {
  margin: 12px 0 16px;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.process-section .process span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: auto 0 0;
  padding: 0 10px;
  color: #31506d;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.process-section .process span + span {
  margin-top: 8px;
}

.process-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  overflow: hidden;
  padding: 24px;
  color: #ffffff;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    linear-gradient(135deg, rgba(6, 17, 31, 0.96), rgba(0, 116, 130, 0.9));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 22px 58px rgba(7, 17, 31, 0.15);
}

.process-dashboard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
}

.dashboard-head {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  gap: 8px;
}

.dashboard-head span {
  color: #93f5ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dashboard-head b {
  font-size: 24px;
  line-height: 1.28;
}

.dashboard-score {
  display: flex;
  grid-column: 1;
  grid-row: 2;
  align-items: end;
  gap: 14px;
  margin: 18px 0 0;
}

.dashboard-score strong {
  color: var(--wx-lime);
  font-size: 72px;
  line-height: 0.86;
}

.dashboard-score em {
  max-width: 120px;
  color: rgba(226, 238, 248, 0.72);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.process-dashboard ul {
  display: grid;
  grid-column: 2;
  grid-row: 1 / 3;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-dashboard li {
  display: grid;
  gap: 7px;
  color: rgba(226, 238, 248, 0.8);
  font-size: 13px;
}

.process-dashboard i {
  position: relative;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.process-dashboard i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  transform-origin: left;
  animation: consoleBar 1.4s ease both;
}

.dashboard-metrics {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.dashboard-metrics span {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 12px 10px;
  border: 1px solid rgba(105, 231, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.dashboard-metrics b {
  color: #ffffff;
  font-size: 15px;
}

.dashboard-metrics em {
  color: rgba(226, 238, 248, 0.58);
  font-size: 10px;
  font-style: normal;
}

.process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.07);
}

.process-cta span {
  display: grid;
  gap: 5px;
}

.process-cta b {
  color: #08192b;
}

.process-cta em {
  color: #53657b;
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.process-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #06111f;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 14px 28px rgba(0, 184, 199, 0.15);
}

@media (max-width: 1180px) {
  .process-dashboard {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
  }

  .process-dashboard ul {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .dashboard-metrics {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  .process-section .section-head {
    grid-template-columns: 1fr;
  }

  .process-section .section-head p {
    grid-column: auto;
    grid-row: auto;
    max-width: 760px;
  }

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

  .process-section .process::before,
  .process-section .process div::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .process-section {
    padding: 70px 0;
  }

  .process-section .process,
  .process-dashboard,
  .dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .process-section .process {
    padding: 12px;
  }

  .process-section .process div {
    min-height: auto;
    padding: 24px 18px 18px;
  }

  .process-dashboard ul {
    grid-column: auto;
    grid-row: auto;
  }

  .process-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-cta a {
    width: 100%;
  }
}

/* Cases page refinement: proof-driven GEO case library */
.cases-page {
  background: #eef3f7;
}

.case-hero {
  padding: 136px 0 82px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 56%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.case-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.48fr);
  gap: 34px;
  align-items: end;
}

.case-hero .section-label,
.case-hero h1 {
  grid-column: 1;
  color: #ffffff;
}

.case-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 50px;
  line-height: 1.12;
}

.case-hero p {
  grid-column: 1;
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(226, 238, 248, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.case-hero-stats {
  grid-column: 2;
  grid-row: 1 / 4;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 24px 24px, 24px 24px, auto;
}

.case-hero-stats span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 15px 16px;
  border: 1px solid rgba(105, 231, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.case-hero-stats b {
  color: #ffffff;
  font-size: 17px;
}

.case-hero-stats em {
  color: var(--wx-lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.case-showcase,
.case-method {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 252, 0.98), rgba(238, 246, 249, 0.96));
  background-size: 48px 48px, 48px 48px, auto;
}

.case-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

.case-section-head .section-label,
.case-section-head h2 {
  grid-column: 1;
}

.case-section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.case-filterbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 0 24px;
  padding: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.055);
}

.case-filterbar button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  color: #31506d;
  font-weight: 900;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.case-filterbar button b,
.case-filterbar button em {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  white-space: nowrap;
}

.case-filterbar button em {
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  color: #06111f;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(185, 242, 93, 0.78);
}

.case-filterbar button:hover,
.case-filterbar button.is-active {
  transform: translateY(-2px);
  color: #06111f;
  border-color: rgba(0, 184, 199, 0.36);
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.case-filterbar button:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none;
  color: #718096;
  background: rgba(255, 255, 255, 0.54);
}

.case-filterbar button:disabled em {
  color: #718096;
  background: rgba(220, 229, 242, 0.8);
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-study-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset, 0 18px 48px rgba(7, 17, 31, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.case-study-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.case-study-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 199, 0.34);
  box-shadow: 0 22px 58px rgba(0, 91, 170, 0.14);
}

.case-study-card header span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--wx-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.case-study-card h2 {
  margin: 0;
  color: #08192b;
  font-size: 28px;
  line-height: 1.25;
}

.case-study-card h2 a {
  color: inherit;
  text-decoration: none;
}

.case-study-card header p {
  margin: 14px 0 0;
  color: #53657b;
  font-size: 15px;
  line-height: 1.75;
}

.case-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-card-meta span,
.case-card-meta em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: #31506d;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.case-evidence {
  display: grid;
  gap: 10px;
}

.case-evidence div {
  padding: 15px 16px;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.case-evidence b {
  display: block;
  margin-bottom: 7px;
  color: #08192b;
  font-size: 14px;
}

.case-evidence p {
  margin: 0;
  color: #53657b;
  font-size: 13px;
  line-height: 1.65;
}

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

.case-result span {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 12px;
  border: 1px solid rgba(105, 231, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 17, 31, 0.94), rgba(0, 116, 130, 0.88));
}

.case-result b {
  color: #ffffff;
  font-size: 15px;
}

.case-result em {
  color: var(--wx-lime);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.case-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 40px;
  padding: 0 18px;
  color: #06111f;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.case-empty {
  margin: 18px 0 0;
  padding: 16px 18px;
  color: #53657b;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.case-method {
  padding-top: 72px;
}

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

.case-method-grid article {
  position: relative;
  min-height: 230px;
  padding: 26px 22px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.06);
}

.case-method-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.case-method-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: #06111f;
  font-size: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.case-method-grid h3 {
  margin: 0;
  color: #08192b;
  font-size: 21px;
}

.case-method-grid p {
  margin: 12px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.case-page-cta {
  padding: 0 0 88px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    #eef6f9;
  background-size: 48px 48px, 48px 48px, auto;
}

.case-page-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 56%, #063941 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 24px 64px rgba(7, 17, 31, 0.18);
}

.case-page-cta span {
  display: grid;
  gap: 6px;
}

.case-page-cta b {
  color: #ffffff;
  font-size: 22px;
}

.case-page-cta em {
  color: rgba(226, 238, 248, 0.72);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.case-page-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #06111f;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

@media (max-width: 1080px) {
  .case-hero .container,
  .case-section-head {
    grid-template-columns: 1fr;
  }

  .case-hero-stats,
  .case-section-head p {
    grid-column: auto;
    grid-row: auto;
  }

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

@media (max-width: 720px) {
  .case-hero {
    padding: 96px 0 56px;
  }

  .case-hero h1 {
    font-size: 34px;
  }

  .case-hero p,
  .case-section-head p {
    font-size: 15px;
  }

  .case-filterbar {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 18px;
    scroll-snap-type: x proximity;
  }

  .case-filterbar button {
    min-height: 42px;
    scroll-snap-align: start;
  }

  .case-study-grid,
  .case-method-grid,
  .case-result {
    grid-template-columns: 1fr;
  }

  .case-study-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .case-study-card h2 {
    font-size: 24px;
  }

  .case-link {
    width: 100%;
  }

  .case-page-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-page-cta a {
    width: 100%;
  }
}

/* Questions page refinement: GEO knowledge base */
.questions-page {
  background: #eef3f7;
}

.questions-hero {
  padding: 128px 0 82px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 56%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.questions-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(380px, 0.5fr);
  gap: 52px;
  align-items: center;
}

.questions-hero .section-label,
.questions-hero h1 {
  color: #ffffff;
}

.questions-hero h1 {
  margin: 18px 0 0;
  font-size: 52px;
  line-height: 1.12;
}

.questions-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(226, 238, 248, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.question-platform-matrix {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  height: auto;
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 24px 24px, 24px 24px, auto;
}

.question-platform-matrix .ai-badge {
  position: relative;
  inset: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  justify-items: start;
  place-items: initial;
  width: 100%;
  height: auto;
  min-height: 82px;
  padding: 14px;
  color: #ffffff;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transform: none;
}

.question-platform-matrix .ai-badge:nth-child(5) {
  grid-column: 1 / -1;
}

.question-platform-matrix .ai-badge i {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  border-radius: 10px;
}

.question-platform-matrix .ai-badge span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.question-platform-matrix .ai-badge em {
  color: var(--wx-lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.questions-main,
.question-decision {
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 252, 0.98), rgba(238, 246, 249, 0.96));
  background-size: 48px 48px, 48px 48px, auto;
}

.questions-main .breadcrumb {
  margin-bottom: 24px;
  color: #657384;
  font-size: 14px;
}

.question-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

.question-section-head .section-label,
.question-section-head h2 {
  grid-column: 1;
}

.question-section-head h2 {
  margin: 0;
  color: #08192b;
  font-size: 42px;
  line-height: 1.18;
}

.question-section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.question-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  padding: 12px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.055);
}

.question-filterbar button {
  min-height: 38px;
  padding: 0 15px;
  color: #31506d;
  font-weight: 900;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.question-filterbar button:hover,
.question-filterbar button.is-active {
  transform: translateY(-2px);
  color: #06111f;
  border-color: rgba(0, 184, 199, 0.36);
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

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

.knowledge-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 318px;
  padding: 28px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset, 0 18px 48px rgba(7, 17, 31, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.knowledge-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.knowledge-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 199, 0.34);
  box-shadow: 0 22px 58px rgba(0, 91, 170, 0.14);
}

.question-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #06111f;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 0 0 0 rgba(0, 184, 199, 0.28);
  animation: stepPulse 2.8s ease-in-out infinite;
}

.knowledge-card h2 {
  margin: 0;
  color: #08192b;
  font-size: 23px;
  line-height: 1.32;
}

.knowledge-card h2 a {
  color: inherit;
  text-decoration: none;
}

.knowledge-card p {
  margin: 0;
  color: #53657b;
  font-size: 15px;
  line-height: 1.75;
}

.knowledge-card .question-tags {
  min-height: 30px;
  color: #31506d;
  font-size: 12px;
  font-weight: 800;
}

.knowledge-card .question-tags:empty {
  display: none;
}

.knowledge-card .question-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 184, 199, 0.12);
}

.knowledge-card time {
  color: #657384;
  font-size: 13px;
}

.question-empty {
  margin: 18px 0 0;
  padding: 16px 18px;
  color: #53657b;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.question-pagebar {
  margin-top: 30px;
}

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

.decision-grid article {
  position: relative;
  min-height: 240px;
  padding: 26px 22px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.06);
  overflow: hidden;
}

.decision-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.decision-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: #06111f;
  font-size: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.decision-grid h3 {
  margin: 0;
  color: #08192b;
  font-size: 20px;
  line-height: 1.35;
}

.decision-grid p {
  margin: 12px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.knowledge-cta {
  padding: 0 0 88px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    #eef6f9;
  background-size: 48px 48px, 48px 48px, auto;
}

.knowledge-cta .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 56%, #063941 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.22);
}

.knowledge-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  text-align: left;
}

.knowledge-cta p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(226, 238, 248, 0.72);
  line-height: 1.75;
  text-align: left;
}

.knowledge-cta .questions-cta-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
}

.knowledge-cta .btn {
  color: #06111f;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 14px 28px rgba(0, 184, 199, 0.18);
}

.knowledge-cta .btn.secondary {
  color: #ffffff;
  border: 1px solid rgba(105, 231, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .questions-hero .container,
  .question-section-head,
  .knowledge-cta .container {
    grid-template-columns: 1fr;
  }

  .question-section-head p {
    grid-column: auto;
    grid-row: auto;
  }

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

  .knowledge-cta .questions-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .questions-hero {
    padding: 96px 0 56px;
  }

  .questions-hero h1 {
    font-size: 36px;
  }

  .questions-hero p,
  .question-section-head p {
    font-size: 15px;
  }

  .question-platform-matrix,
  .question-filterbar,
  .knowledge-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .question-filterbar {
    display: grid;
  }

  .knowledge-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .knowledge-card h2 {
    font-size: 22px;
  }

  .knowledge-card .question-meta,
  .knowledge-cta .questions-cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .knowledge-cta .btn {
    width: 100%;
  }
}

/* Content package contact page: Xiaohongshu and Douyin monthly plans */
.content-package-page {
  background: #eef3f7;
}

.content-package-hero {
  padding: 132px 0 86px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 54%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.content-package-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.48fr);
  gap: 44px;
  align-items: center;
}

.content-package-hero .section-label,
.content-package-hero h1 {
  color: #ffffff;
}

.content-package-hero h1 {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: 52px;
  line-height: 1.12;
}

.content-package-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(226, 238, 248, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.package-hero-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 24px 24px, 24px 24px, auto;
}

.package-hero-board span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 15px 16px;
  border: 1px solid rgba(105, 231, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.package-hero-board b {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
}

.package-hero-board em {
  color: var(--wx-lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.package-section,
.package-workflow,
.package-contact-section {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 252, 0.98), rgba(238, 246, 249, 0.96));
  background-size: 48px 48px, 48px 48px, auto;
}

.package-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.package-section-head .section-label,
.package-section-head h2 {
  grid-column: 1;
}

.package-section-head h2 {
  margin: 0;
  color: #08192b;
  font-size: 42px;
  line-height: 1.18;
}

.package-section-head p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

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

.package-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.94);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset, 0 20px 52px rgba(7, 17, 31, 0.08);
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.xhs-package::after,
.douyin-package::after {
  position: absolute;
  right: 24px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-weight: 900;
  border-radius: 14px;
}

.xhs-package::after {
  content: "RED";
  background: linear-gradient(135deg, #ff3f7f, #ff6b4a);
}

.douyin-package::after {
  content: "DY";
  background: linear-gradient(135deg, #08192b, #00b8c7);
}

.package-platform {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  color: #06111f;
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.package-card h3 {
  max-width: 78%;
  margin: 22px 0 0;
  color: #08192b;
  font-size: 34px;
  line-height: 1.18;
}

.package-card p {
  margin: 16px 0 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.package-price {
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 28px 0;
  padding: 20px;
  border: 1px solid rgba(105, 231, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 17, 31, 0.94), rgba(0, 116, 130, 0.88));
}

.package-price strong {
  color: var(--wx-lime);
  font-size: 48px;
  line-height: 0.95;
}

.package-price em {
  color: rgba(226, 238, 248, 0.72);
  font-style: normal;
  padding-bottom: 6px;
}

.package-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  min-height: 44px;
  padding: 10px 12px 10px 32px;
  color: #33465d;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), var(--wx-teal));
  box-shadow: 0 0 14px rgba(0, 184, 199, 0.3);
}

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

.package-steps article {
  position: relative;
  min-height: 238px;
  padding: 26px 22px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.06);
  overflow: hidden;
}

.package-steps article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.package-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: #06111f;
  font-size: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.package-steps h3 {
  margin: 0;
  color: #08192b;
  font-size: 21px;
}

.package-steps p {
  margin: 12px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.package-contact-section {
  padding-top: 58px;
}

.package-contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
}

.content-package-page .contact-panel h2 {
  color: #08192b;
  font-size: 36px;
  line-height: 1.18;
}

.package-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.package-summary span {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 13px;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.package-summary b {
  color: #08192b;
  font-size: 14px;
}

.package-summary em {
  color: var(--wx-teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.package-include-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.package-include-list div {
  padding: 16px;
  border: 1px solid rgba(0, 184, 199, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.package-include-list b {
  display: block;
  margin-bottom: 6px;
  color: #08192b;
}

.package-include-list p {
  margin: 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.65;
}

.package-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.package-contact-actions .btn {
  min-height: 42px;
}

.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.consult-modal.is-open {
  display: flex;
}

.consult-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(105, 231, 255, 0.14), transparent 220px),
    radial-gradient(circle at 82% 22%, rgba(185, 242, 93, 0.11), transparent 260px),
    linear-gradient(90deg, rgba(105, 231, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.04) 1px, transparent 1px),
    rgba(4, 12, 24, 0.84);
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  backdrop-filter: blur(14px);
}

.consult-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  gap: 20px;
  width: min(1040px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  padding: 20px;
  color: #ffffff;
  border: 1px solid rgba(105, 231, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #0f2b4b 48%, #0b3944 100%);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}

.consult-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.consult-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  border: 1px solid rgba(105, 231, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.consult-copy {
  padding: 16px 8px 8px 6px;
}

.consult-copy .section-label,
.consult-copy h2 {
  color: #ffffff;
}

.consult-copy h2 {
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 1.12;
}

.consult-copy p {
  margin: 14px 0 0;
  color: rgba(226, 238, 248, 0.76);
  line-height: 1.78;
}

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

.consult-plan-strip span {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px 14px 15px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
}

.consult-plan-strip b {
  color: var(--wx-lime);
  font-size: 20px;
}

.consult-plan-strip em {
  color: rgba(226, 238, 248, 0.66);
  font-size: 12px;
  font-style: normal;
}

.consult-secondary {
  margin-top: 16px !important;
  padding: 13px 14px;
  color: rgba(226, 238, 248, 0.72) !important;
  font-size: 13px;
  border: 1px solid rgba(105, 231, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.consult-form {
  display: grid;
  gap: 11px;
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  padding: 13px 15px;
  color: #08192b;
  border: 1px solid rgba(105, 231, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
  outline: none;
}

.consult-form textarea {
  min-height: 160px;
  resize: vertical;
}

.consult-form input:focus,
.consult-form textarea:focus {
  border-color: var(--wx-teal);
  box-shadow: 0 0 0 4px rgba(0, 184, 199, 0.14);
}

.consult-form .btn {
  width: 100%;
  min-height: 44px;
}

body.consult-lock {
  overflow: hidden;
}

/* Detail templates */
.detail-page,
.case-detail-page {
  background: #eef3f7;
}

.detail-hero,
.case-detail-hero {
  padding: 132px 0 78px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 54%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.detail-hero .section-label,
.case-detail-hero .section-label,
.detail-hero h1,
.case-detail-hero h1 {
  color: #ffffff;
}

.detail-hero h1,
.case-detail-hero h1 {
  max-width: 920px;
  margin: 18px 0 0;
  font-size: 50px;
  line-height: 1.14;
}

.detail-hero p,
.case-detail-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(226, 238, 248, 0.76);
  font-size: 17px;
  line-height: 1.85;
}

.detail-hero-meta,
.case-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.detail-hero-meta span,
.case-detail-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: var(--wx-lime);
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.detail-shell,
.case-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.case-detail-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
}

.case-detail-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.detail-brief,
.case-detail-meta,
.case-detail-panel,
.detail-body,
.case-detail-body,
.detail-cta,
.case-detail-cta {
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.94);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.07);
}

.detail-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.detail-brief div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.detail-brief b,
.case-detail-panel b,
.case-detail-meta b {
  display: block;
  color: #08192b;
  font-size: 15px;
}

.detail-brief p,
.case-detail-panel p {
  margin: 8px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.case-detail-meta {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.case-detail-meta span {
  display: grid;
  gap: 5px;
  min-height: 70px;
  padding: 13px;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.case-detail-meta em {
  color: var(--wx-teal);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.case-detail-panel {
  padding: 20px;
}

.detail-body,
.case-detail-body {
  padding: 34px;
}

.case-detail-body {
  grid-column: 2;
}

.detail-body h2,
.case-detail-body h2,
.detail-body h3,
.case-detail-body h3 {
  color: #08192b;
  line-height: 1.28;
}

.detail-body p,
.case-detail-body p,
.detail-body li,
.case-detail-body li {
  color: #3c4f66;
  font-size: 16px;
  line-height: 1.9;
}

.detail-body ul,
.case-detail-body ul {
  padding-left: 1.2em;
}

.detail-cta,
.case-detail-cta {
  display: flex;
  grid-column: 1 / -1;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 54%, #063941 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.detail-cta b,
.case-detail-cta b {
  display: block;
  color: #ffffff;
  font-size: 22px;
}

.detail-cta em,
.case-detail-cta em {
  display: block;
  margin-top: 6px;
  color: rgba(226, 238, 248, 0.72);
  font-style: normal;
}

.detail-cta a,
.case-detail-cta a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #06111f;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

@media (max-width: 1080px) {
  .content-package-hero .container,
  .package-section-head,
  .package-grid,
  .content-package-page .contact-grid,
  .package-contact-grid,
  .consult-dialog {
    grid-template-columns: 1fr;
  }

  .package-section-head p {
    grid-column: auto;
    grid-row: auto;
  }

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

  .consult-dialog {
    max-width: 720px;
  }

  .case-detail-layout,
  .detail-brief {
    grid-template-columns: 1fr;
  }

  .case-detail-aside {
    position: static;
  }

  .case-detail-body {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .content-package-hero {
    padding: 96px 0 58px;
  }

  .content-package-hero h1 {
    font-size: 36px;
  }

  .content-package-hero p,
  .package-section-head p {
    font-size: 15px;
  }

  .package-card {
    min-height: auto;
    padding: 26px 18px;
  }

  .package-card h3 {
    font-size: 28px;
  }

  .package-price strong {
    font-size: 40px;
  }

  .package-steps,
  .package-summary,
  .consult-plan-strip {
    grid-template-columns: 1fr;
  }

  .package-contact-actions .btn {
    width: 100%;
  }

  .consult-modal {
    padding: 12px;
  }

  .consult-dialog {
    max-height: calc(100vh - 24px);
    padding: 16px;
  }

  .consult-copy h2 {
    font-size: 26px;
  }

  .consult-plan-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .consult-plan-strip span {
    min-height: 76px;
    padding: 11px 9px;
  }

  .consult-plan-strip b {
    font-size: 16px;
  }

  .consult-plan-strip em {
    font-size: 11px;
    line-height: 1.45;
  }

  .consult-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .consult-secondary {
    margin-top: 12px !important;
    padding: 10px 11px;
    font-size: 12px;
  }

  .consult-dialog {
    grid-template-columns: 1fr;
  }

  .consult-form {
    gap: 9px;
    padding: 14px;
  }

  .consult-form input,
  .consult-form textarea {
    padding: 11px 13px;
  }

  .consult-form textarea {
    min-height: 112px;
  }

  .consult-form .btn {
    min-height: 42px;
  }

  .detail-hero,
  .case-detail-hero {
    padding: 96px 0 56px;
  }

  .detail-hero h1,
  .case-detail-hero h1 {
    font-size: 34px;
  }

  .detail-body,
  .case-detail-body {
    padding: 24px 18px;
  }

  .detail-cta,
  .case-detail-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-cta a,
  .case-detail-cta a {
    width: 100%;
  }
}

/* GEO definition page */
.geo-page {
  background: #eef3f7;
}

.geo-hero {
  padding: 130px 0 76px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #09233d 56%, #063941 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.geo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: 56px;
  align-items: center;
}

.geo-hero .section-label,
.geo-hero h1 {
  color: #ffffff;
}

.geo-hero h1 {
  max-width: 760px;
  margin: 16px 0 22px;
  font-size: 54px;
  line-height: 1.08;
}

.geo-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 238, 248, 0.78);
  font-size: 18px;
  line-height: 1.85;
}

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

.geo-answer-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(105, 231, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.055) 1px, transparent 1px),
    rgba(6, 17, 31, 0.74);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3), 0 0 48px rgba(0, 184, 199, 0.16);
  backdrop-filter: blur(18px);
}

.geo-answer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
}

.geo-answer-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(226, 238, 248, 0.7);
  font-size: 12px;
}

.geo-answer-head b {
  color: var(--wx-lime);
}

.geo-question {
  margin: 24px 0 14px;
  color: #93f5ff;
  font-weight: 800;
}

.geo-answer-body {
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.geo-answer-body strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wx-lime);
  font-size: 22px;
}

.geo-answer-body p {
  margin: 0;
  color: rgba(226, 238, 248, 0.74);
  line-height: 1.75;
}

.geo-answer-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.geo-answer-signals span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.geo-answer-signals b {
  color: #69e7ff;
  font-size: 18px;
}

.geo-answer-signals em {
  color: rgba(226, 238, 248, 0.62);
  font-size: 12px;
  font-style: normal;
}

.geo-compare-section,
.geo-workflow-section,
.geo-fit-section,
.geo-misunderstanding-section {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 251, 0.96));
  background-size: 48px 48px, 48px 48px, auto;
}

.geo-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.geo-compare-grid article,
.geo-path article,
.geo-fit-grid span {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.78);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.07);
}

.geo-compare-grid article {
  padding: 30px;
}

.geo-compare-grid article::before,
.geo-path article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.geo-compare-grid .is-featured {
  border-color: rgba(0, 184, 199, 0.34);
  box-shadow: 0 24px 62px rgba(0, 91, 170, 0.13);
}

.geo-compare-grid i {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--wx-teal);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.geo-compare-grid h3,
.geo-path h3 {
  margin: 0 0 14px;
  color: #08192b;
}

.geo-compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-compare-grid li {
  color: #53657b;
  line-height: 1.72;
}

.geo-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.geo-path::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 199, 0.42), transparent);
}

.geo-path article {
  min-height: 220px;
  padding: 28px 22px 24px;
}

.geo-path b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--wx-cobalt);
  border: 1px solid rgba(23, 105, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.geo-path p {
  margin: 0;
  color: #657384;
  line-height: 1.72;
}

.geo-key-grid .service-card i {
  position: absolute;
  top: 30px;
  right: 28px;
  color: var(--wx-teal);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.geo-fit-section .split {
  align-items: center;
}

.geo-fit-section p {
  color: #657384;
  line-height: 1.8;
}

.cases .geo-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.geo-fit-grid span {
  display: grid;
  place-items: center;
  min-height: 84px;
  color: #08192b;
  font-weight: 900;
}

.geo-misunderstanding-list details {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size: 26px 26px, 26px 26px, auto;
}

.geo-diagnosis-cta .section-label {
  color: #93f5ff;
}

@media (max-width: 1080px) {
  .geo-hero-grid,
  .geo-path {
    grid-template-columns: 1fr;
  }

  .geo-hero h1 {
    font-size: 44px;
  }

  .geo-path::before {
    display: none;
  }
}

@media (max-width: 840px) {
  .geo-hero {
    padding: 116px 0 58px;
  }

  .geo-compare-grid,
  .geo-fit-grid {
    grid-template-columns: 1fr;
  }

  .cases .geo-fit-meta {
    grid-template-columns: 1fr;
  }

  .geo-answer-signals {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .geo-hero h1 {
    font-size: 34px;
  }

  .geo-hero-copy p,
  .geo-answer-body p {
    font-size: 15px;
  }

  .geo-compare-grid article,
  .geo-answer-card {
    padding: 22px;
  }

  .geo-fit-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .geo-fit-cta a {
    width: 100%;
  }
}

/* Homepage GEO fit + FAQ refresh */
.cases .case-section-head {
  align-items: start;
}

.cases .case-section-head p {
  max-width: 44ch;
}

.cases .geo-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cases .geo-fit-grid span {
  opacity: 1;
  transform: none;
  min-height: auto;
  place-items: initial;
  font-weight: inherit;
}

.cases .geo-fit-grid span.animate-ready {
  opacity: 1;
  transform: none;
  transition: none;
}

.cases .geo-fit-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: 30px 24px 24px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 18px 46px rgba(7, 17, 31, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cases .geo-fit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 199, 0.34);
  box-shadow: 0 22px 58px rgba(0, 91, 170, 0.14);
}

.cases .geo-fit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding-right: 106px;
}

.cases .geo-fit-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding: 0 10px;
  color: var(--wx-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.cases .geo-fit-top strong {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 86px;
  min-height: 68px;
  padding: 10px 8px;
  color: var(--wx-lime);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid rgba(105, 231, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 54%, #063941 100%);
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.16);
}

.cases .geo-fit-top strong::after {
  content: "适配度";
  display: block;
  margin-top: 6px;
  color: rgba(226, 238, 248, 0.74);
  font-size: 11px;
  font-weight: 900;
}

.cases .geo-fit-card h3 {
  margin: 0;
  color: #08192b;
  font-size: 24px;
  line-height: 1.28;
}

.cases .geo-fit-card p {
  margin: 0;
  color: #53657b;
  font-size: 15px;
  line-height: 1.78;
}

.cases .geo-fit-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cases .geo-fit-meta span {
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 13px 14px;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.cases .geo-fit-meta b {
  color: #08192b;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.cases .geo-fit-meta em {
  color: #53657b;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
}

.geo-fit-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 18px 20px;
  color: #ffffff;
  border: 1px solid rgba(105, 231, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.048) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 54%, #063941 100%);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 20px 52px rgba(7, 17, 31, 0.12);
}

.geo-fit-cta span {
  display: grid;
  gap: 5px;
}

.geo-fit-cta b {
  color: #ffffff;
  font-size: 18px;
}

.geo-fit-cta em {
  color: rgba(226, 238, 248, 0.72);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.geo-fit-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 20px;
  color: #06111f;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.faq-section .split {
  align-items: start;
}

.faq-copy {
  display: grid;
  gap: 18px;
  align-content: start;
  position: sticky;
  top: 98px;
}

.faq-copy p {
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.faq-diagnosis {
  display: grid;
  gap: 12px;
}

.faq-diagnosis span {
  display: grid;
  gap: 4px;
  padding: 14px 15px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.faq-diagnosis b {
  color: #08192b;
  font-size: 13px;
}

.faq-diagnosis em {
  color: #53657b;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
}

.faq-cta {
  justify-self: start;
  width: max-content;
  padding-inline: 20px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  color: var(--wx-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0, 184, 199, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.faq-list summary::marker {
  content: "";
}

.faq-list summary {
  color: #08192b;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #53657b;
  line-height: 1.8;
}

.faq-list details[open] {
  border-color: rgba(0, 184, 199, 0.26);
  box-shadow: 0 22px 58px rgba(0, 91, 170, 0.14);
}

.faq-list details[open] summary {
  padding-bottom: 12px;
}

.faq-list details[open] summary span {
  color: #06111f;
  background: linear-gradient(135deg, rgba(185, 242, 93, 0.8), rgba(105, 231, 255, 0.76));
}

@media (max-width: 1080px) {
  .cases .geo-fit-grid {
    grid-template-columns: 1fr;
  }

  .faq-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .cases .geo-fit-card {
    padding: 22px 18px;
  }

  .cases .geo-fit-card h3 {
    font-size: 22px;
  }

  .faq-copy p,
  .cases .geo-fit-card p {
    font-size: 15px;
  }

  .faq-list summary {
    padding: 16px 16px 14px;
  }

  .faq-list details p {
    padding: 0 16px 16px;
  }

  .faq-cta {
    width: 100%;
  }
}

/* Growth service pages: website build / SEM operation */
.growth-page {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.032) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.032) 1px, transparent 1px),
    #eef6f9;
  background-size: 40px 40px, 40px 40px, auto;
}

.growth-hero {
  padding: 132px 0 78px;
  background:
    radial-gradient(circle at 12% 16%, rgba(185, 242, 93, 0.2), transparent 230px),
    radial-gradient(circle at 86% 18%, rgba(0, 184, 199, 0.18), transparent 270px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 246, 249, 0.96));
}

.sem-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(240, 100, 73, 0.14), transparent 230px),
    radial-gradient(circle at 82% 22%, rgba(39, 95, 232, 0.15), transparent 280px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 246, 249, 0.96));
}

.sem-page .section {
  padding: 78px 0;
}

.sem-page .growth-hero {
  padding-bottom: 66px;
}

.sem-page .growth-dark {
  padding: 82px 0;
}

.sem-page .growth-cta {
  padding: 70px 0 84px;
}

.sem-page .animate-ready,
.sem-page .section-head.animate-ready,
.sem-page .split.animate-ready,
.sem-page .cta-card.animate-ready {
  opacity: 1;
  transform: none;
}

.growth-hero-grid,
.growth-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.growth-hero h1 {
  max-width: 720px;
  margin: 18px 0 20px;
  color: #08192b;
  font-size: 52px;
  line-height: 1.1;
}

.growth-hero p {
  max-width: 700px;
  color: #53657b;
  font-size: 17px;
  line-height: 1.85;
}

.growth-console {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(0, 184, 199, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 58%, #063941 100%);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.2);
  overflow: hidden;
}

.growth-console::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-lime), #69e7ff, var(--wx-cobalt));
}

.growth-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(226, 238, 248, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.growth-console-head b {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  color: #06111f;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.growth-score {
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(105, 231, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.growth-score strong {
  color: #b9f25d;
  font-size: 72px;
  line-height: 0.9;
}

.growth-score span {
  color: #ffffff;
  font-weight: 900;
}

.growth-console ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-console li {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.growth-console li b {
  color: #ffffff;
}

.growth-console li em {
  color: rgba(226, 238, 248, 0.68);
  font-size: 12px;
  font-style: normal;
}

.growth-section,
.growth-process,
.sem-fit-section {
  background: rgba(238, 246, 249, 0.94);
}

.sem-matrix-section {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.032) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.03) 1px, transparent 1px),
    #f7fbfd;
  background-size: 34px 34px, 34px 34px, auto;
}

.growth-feature-grid,
.growth-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sem-matrix {
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.07);
  overflow: hidden;
}

.sem-matrix-head,
.sem-matrix article {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 1.55fr 1.35fr;
}

.sem-matrix-head {
  color: #31506d;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.08), rgba(0, 184, 199, 0.08));
}

.sem-matrix-head span,
.sem-matrix article span {
  padding: 18px 20px;
  border-right: 1px solid rgba(23, 105, 255, 0.1);
}

.sem-matrix-head span:last-child,
.sem-matrix article span:last-child {
  border-right: 0;
}

.sem-matrix article {
  color: #53657b;
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid rgba(23, 105, 255, 0.1);
}

.sem-matrix article b {
  color: #08192b;
  font-size: 18px;
}

.sem-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sem-channel-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: 22px 18px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.86);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 16px 42px rgba(7, 17, 31, 0.06);
  overflow: hidden;
}

.sem-channel-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.sem-channel-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #06111f;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.sem-channel-grid h3 {
  margin: 0;
  color: #08192b;
  font-size: 20px;
  line-height: 1.28;
}

.sem-channel-grid p {
  margin: 12px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.sem-channel-grid em {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 7px 10px;
  color: #31506d;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  border: 1px solid rgba(0, 184, 199, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.growth-feature-grid article,
.growth-step-grid article {
  position: relative;
  min-height: 250px;
  padding: 24px 20px;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(7, 17, 31, 0.06);
  overflow: hidden;
}

.growth-feature-grid article::before,
.growth-step-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.growth-feature-grid i,
.growth-step-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  color: #06111f;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.growth-feature-grid h3,
.growth-step-grid h3 {
  margin: 0;
  color: #08192b;
  font-size: 21px;
}

.growth-feature-grid p,
.growth-step-grid p {
  margin: 12px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.growth-dark {
  background:
    linear-gradient(90deg, rgba(105, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(185, 242, 93, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #123a66 56%, #063941 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.growth-dark h2,
.growth-dark .section-label {
  color: #ffffff;
}

.growth-dark p {
  color: rgba(226, 238, 248, 0.74);
  line-height: 1.8;
}

.growth-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.growth-checklist span {
  position: relative;
  min-height: 54px;
  padding: 16px 16px 16px 40px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(105, 231, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.growth-checklist span::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.growth-cta {
  padding: 80px 0 96px;
  color: #08192b;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.038) 1px, transparent 1px),
    #eef6f9;
  background-size: 42px 42px, 42px 42px, auto;
}

.growth-cta .container {
  padding: 34px 28px;
  text-align: center;
  border: 1px solid rgba(0, 184, 199, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.86);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 22px 58px rgba(7, 17, 31, 0.08);
}

.growth-cta .section-label {
  justify-content: center;
  color: var(--wx-cobalt);
}

.growth-cta h2 {
  max-width: 860px;
  margin: 12px auto 0;
  color: #08192b;
  font-size: 36px;
  line-height: 1.25;
}

.growth-cta p {
  max-width: 760px;
  margin: 14px auto 26px;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

.growth-cta .questions-cta-actions {
  justify-content: center;
}

.growth-cta .btn {
  color: #06111f;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
  box-shadow: 0 14px 28px rgba(0, 184, 199, 0.16);
}

.growth-cta .btn.secondary {
  color: #31506d;
  border: 1px solid rgba(0, 184, 199, 0.22);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.website-cases-page .section {
  padding: 78px 0;
}

.website-cases-hero {
  background:
    radial-gradient(circle at 14% 16%, rgba(185, 242, 93, 0.18), transparent 240px),
    radial-gradient(circle at 82% 18%, rgba(0, 184, 199, 0.16), transparent 300px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 246, 249, 0.96));
}

.website-case-index {
  background: rgba(238, 246, 249, 0.94);
}

.website-case-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.website-case-grid a {
  display: grid;
  min-height: 132px;
  gap: 8px;
  padding: 18px 16px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.05);
}

.website-case-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #06111f;
  font-size: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wx-lime), #69e7ff);
}

.website-case-grid span {
  color: #08192b;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.website-case-grid em {
  color: #53657b;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.website-case-library {
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.032) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.03) 1px, transparent 1px),
    #f7fbfd;
  background-size: 36px 36px, 36px 36px, auto;
}

.website-case-list {
  display: grid;
  gap: 18px;
}

.website-case-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.07);
  overflow: hidden;
}

.website-case-detail > * {
  position: relative;
  z-index: 1;
}

.website-case-detail::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.website-case-detail header {
  grid-column: 1;
  grid-row: 1;
  max-width: 960px;
}

.website-case-visual {
  --case-accent: var(--wx-cobalt);
  --case-accent-2: var(--wx-teal);
  grid-column: 2;
  grid-row: 1;
  min-height: 278px;
  border: 1px solid color-mix(in srgb, var(--case-accent) 24%, transparent);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 8%, color-mix(in srgb, var(--case-accent) 22%, transparent), transparent 150px),
    linear-gradient(145deg, #07111f, #10233a 56%, #08192b);
  box-shadow: 0 20px 52px color-mix(in srgb, var(--case-accent) 18%, transparent);
  overflow: hidden;
}

.case-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.case-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.case-browser-bar span:first-child {
  background: var(--case-accent);
}

.case-browser-bar em {
  margin-left: auto;
  color: rgba(231, 241, 255, 0.68);
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.case-visual-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
  padding: 18px;
}

.case-visual-main {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--case-accent) 18%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.06);
}

.case-visual-main small {
  display: block;
  color: color-mix(in srgb, var(--case-accent-2) 72%, #ffffff);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.case-visual-main b {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.case-visual-main p {
  margin: 10px 0 0;
  color: rgba(231, 241, 255, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.case-visual-lines {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.case-visual-lines i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--case-accent), rgba(255, 255, 255, 0.12));
}

.case-visual-lines i:nth-child(2) {
  width: 82%;
}

.case-visual-lines i:nth-child(3) {
  width: 58%;
}

.case-visual-panel {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.case-visual-panel strong {
  color: var(--case-accent);
  font-size: 26px;
  line-height: 1;
}

.case-visual-panel span {
  color: #08192b;
  font-size: 14px;
  font-weight: 900;
}

.case-visual-panel em {
  color: #53657b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.visual-renovation {
  --case-accent: #1769ff;
  --case-accent-2: #00b8c7;
}

.visual-b2b {
  --case-accent: #00a77f;
  --case-accent-2: #b9f25d;
}

.visual-education {
  --case-accent: #6f63ff;
  --case-accent-2: #00b8c7;
}

.visual-medical {
  --case-accent: #00a6c8;
  --case-accent-2: #79e0ff;
}

.visual-franchise {
  --case-accent: #ff7a1a;
  --case-accent-2: #ffd166;
}

.visual-finance {
  --case-accent: #1769ff;
  --case-accent-2: #b9f25d;
}

.visual-saas {
  --case-accent: #7c4dff;
  --case-accent-2: #00d3ff;
}

.visual-local {
  --case-accent: #13a66b;
  --case-accent-2: #b9f25d;
}

.visual-hotel {
  --case-accent: #0d8bff;
  --case-accent-2: #ffce6a;
}

.visual-brand {
  --case-accent: #ff4f87;
  --case-accent-2: #00d3ff;
}

.website-case-detail header span {
  color: var(--wx-cobalt);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.website-case-detail h2 {
  max-width: 880px;
  margin: 12px 0 12px;
  color: #08192b;
  font-size: 32px;
  line-height: 1.22;
}

.website-case-detail header p {
  margin: 0;
  color: #53657b;
  font-size: 16px;
  line-height: 1.8;
}

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

.website-case-body div {
  padding: 18px 16px;
  border: 1px solid rgba(0, 184, 199, 0.12);
  border-radius: 8px;
  background: rgba(238, 246, 249, 0.72);
}

.website-case-body b {
  color: #08192b;
  font-size: 16px;
}

.website-case-body p {
  margin: 10px 0 0;
  color: #53657b;
  font-size: 14px;
  line-height: 1.75;
}

.website-case-result {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.website-case-result span {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.08), rgba(0, 184, 199, 0.08));
}

.website-case-result b {
  color: #08192b;
}

.website-case-result em {
  color: #31506d;
  font-size: 13px;
  font-style: normal;
}

@media (max-width: 1080px) {
  .growth-hero-grid,
  .growth-split,
  .growth-feature-grid,
  .growth-step-grid,
  .sem-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-hero-copy,
  .growth-console {
    grid-column: 1 / -1;
  }

  .growth-hero h1 {
    font-size: 44px;
  }

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

  .website-case-detail {
    grid-template-columns: 1fr;
  }

  .website-case-detail header,
  .website-case-visual {
    grid-column: 1;
    grid-row: auto;
  }

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

  .sem-matrix-head {
    display: none;
  }

  .sem-matrix article {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .sem-matrix article span {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 105, 255, 0.08);
  }

  .sem-matrix article span:last-child {
    border-bottom: 0;
  }

  .sem-matrix article span::before {
    content: attr(data-label);
    color: #31506d;
    font-size: 13px;
    font-weight: 900;
  }
}

@media (max-width: 720px) {
  .growth-hero {
    padding: 102px 0 58px;
  }

  .sem-page .section {
    padding: 58px 0;
  }

  .sem-page .growth-hero {
    padding-bottom: 52px;
  }

  .sem-page .growth-dark {
    padding: 62px 0;
  }

  .sem-page .growth-cta {
    padding: 58px 0 66px;
  }

  .growth-hero-grid,
  .growth-split,
  .growth-feature-grid,
  .growth-step-grid,
  .sem-channel-grid,
  .growth-checklist {
    grid-template-columns: 1fr;
  }

  .growth-hero h1 {
    font-size: 34px;
  }

  .growth-hero p {
    font-size: 15px;
  }

  .growth-console {
    padding: 20px;
  }

  .growth-score strong {
    font-size: 56px;
  }

  .growth-feature-grid article,
  .growth-step-grid article,
  .sem-channel-grid article {
    min-height: auto;
  }

  .website-cases-page .section {
    padding: 58px 0;
  }

  .website-case-grid,
  .website-case-body,
  .website-case-result {
    grid-template-columns: 1fr;
  }

  .website-case-detail {
    padding: 24px 18px;
    gap: 18px;
  }

  .website-case-detail h2 {
    font-size: 25px;
  }

  .website-case-visual {
    min-height: auto;
  }

  .case-browser-bar {
    min-height: 38px;
  }

  .case-browser-bar em {
    max-width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .case-visual-screen {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .case-visual-main {
    padding: 17px;
  }

  .case-visual-main b {
    font-size: 21px;
  }

  .case-visual-panel {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 14px;
  }

  .case-visual-panel em {
    grid-column: 1 / -1;
  }

  .sem-matrix article span {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (min-width: 841px) and (max-width: 1180px) {
  .header-inner {
    gap: 14px;
  }

  .brand {
    min-width: 220px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand em {
    font-size: 11px;
  }

  .main-nav {
    gap: 12px;
    font-size: 12px;
  }

  .main-nav a {
    padding: 24px 0;
  }

  .header-cta {
    display: none;
  }
}

/* Whole-site motion layer: restrained AI-tech breathing effects */
:root {
  --wx-motion-fast: 0.24s;
  --wx-motion-mid: 0.62s;
  --wx-motion-slow: 5.8s;
  --wx-motion-breath: 7.2s;
  --wx-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body::before {
  animation: wxGridBreath 10s ease-in-out infinite;
  will-change: opacity, background-position;
}

.brand-logo,
.ai-contact-float span {
  animation: wxLogoBreath var(--wx-motion-breath) ease-in-out infinite;
  transform-origin: center;
}

.header-cta,
.btn,
.case-link,
.platform-compare a,
.process-cta a,
.case-page-cta a,
.case-detail-cta a,
.package-contact-actions .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--wx-motion-fast) var(--wx-motion-ease),
    box-shadow var(--wx-motion-fast) ease,
    border-color var(--wx-motion-fast) ease,
    background var(--wx-motion-fast) ease,
    color var(--wx-motion-fast) ease;
}

.header-cta::before,
.btn::before,
.case-link::before,
.platform-compare a::before,
.process-cta a::before,
.case-page-cta a::before,
.case-detail-cta a::before,
.package-contact-actions .btn::before {
  content: "";
  position: absolute;
  inset: -2px auto -2px -58%;
  z-index: 0;
  width: 48%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.header-cta:hover::before,
.btn:hover::before,
.case-link:hover::before,
.platform-compare a:hover::before,
.process-cta a:hover::before,
.case-page-cta a:hover::before,
.case-detail-cta a:hover::before,
.package-contact-actions .btn:hover::before {
  animation: wxButtonSweep 0.72s ease both;
}

.btn.primary,
.header-cta,
.cta-card .btn.primary,
.questions-cta .btn,
.growth-cta .btn,
.consult-form .btn {
  animation: wxPrimaryBreath 6.6s ease-in-out infinite;
}

.hero,
.geo-hero,
.growth-hero,
.page-hero,
.questions-hero,
.case-hero,
.content-package-hero,
.detail-hero,
.case-detail-hero {
  position: relative;
  isolation: isolate;
}

.hero::before,
.geo-answer-card,
.growth-console,
.process-dashboard,
.package-hero-board,
.website-case-visual,
.case-detail-panel,
.case-detail-meta {
  animation: wxPanelBreath 7.8s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, box-shadow, border-color;
}

.hero-media,
.hero-console,
.platform-stage,
.solution-panel,
.consult-dialog {
  animation: wxSoftFloat 8.4s ease-in-out infinite;
  will-change: transform;
}

.hero-media::after,
.hero-console::before,
.platform-panel::before,
.process-dashboard::before,
.website-case-detail::before,
.case-study-card::before,
.knowledge-card::before,
.package-card::before,
.geo-answer-card::before {
  animation: wxHaloShift 8.8s ease-in-out infinite;
}

.hero-stats div,
.case-hero-stats span,
.value-outcomes span,
.platform-cards div,
.platform-fit,
.platform-deliverables,
.process-section .process div,
.case-evidence div,
.case-result span,
.website-case-result span,
.question-platform-matrix .ai-badge,
.package-hero-board span {
  animation: wxMicroBreath 7.4s ease-in-out infinite;
  will-change: transform, box-shadow, border-color;
}

.hero-stats div:nth-child(2),
.platform-cards div:nth-child(2),
.process-section .process div:nth-child(2),
.case-evidence div:nth-child(2),
.website-case-result span:nth-child(2),
.question-platform-matrix .ai-badge:nth-child(2),
.package-hero-board span:nth-child(2) {
  animation-delay: -1.6s;
}

.hero-stats div:nth-child(3),
.platform-cards div:nth-child(3),
.process-section .process div:nth-child(3),
.case-evidence div:nth-child(3),
.website-case-result span:nth-child(3),
.question-platform-matrix .ai-badge:nth-child(3),
.package-hero-board span:nth-child(3) {
  animation-delay: -3.1s;
}

.service-card,
.case-grid article,
.question-card,
.knowledge-card,
.case-study-card,
.case-method-grid article,
.platform-extra-card,
.platform-strategy-grid article,
.growth-feature-grid article,
.growth-step-grid article,
.sem-channel-grid article,
.website-case-detail,
.package-card,
.geo-compare-grid article,
.geo-path article,
.cases .geo-fit-card {
  transition:
    transform var(--wx-motion-mid) var(--wx-motion-ease),
    box-shadow var(--wx-motion-mid) ease,
    border-color var(--wx-motion-mid) ease,
    background var(--wx-motion-mid) ease,
    opacity var(--wx-motion-mid) ease;
}

.service-card:hover,
.case-grid article:hover,
.question-card:hover,
.knowledge-card:hover,
.case-study-card:hover,
.case-method-grid article:hover,
.platform-extra-card:hover,
.platform-strategy-grid article:hover,
.growth-feature-grid article:hover,
.growth-step-grid article:hover,
.sem-channel-grid article:hover,
.website-case-detail:hover,
.package-card:hover,
.geo-compare-grid article:hover,
.geo-path article:hover,
.cases .geo-fit-card:hover {
  transform: translateY(-7px) scale(1.012);
}

.animate-ready.is-visible {
  animation: wxRevealSettle 0.72s var(--wx-motion-ease) both;
}

.animate-ready.is-visible:nth-child(2n) {
  animation-delay: calc(var(--reveal-delay, 0ms) + 45ms);
}

.section-label,
.eyebrow,
.solution-path span,
.process-command span,
.case-filterbar button,
.question-filterbar button,
.website-case-grid a {
  transition:
    transform var(--wx-motion-fast) var(--wx-motion-ease),
    border-color var(--wx-motion-fast) ease,
    background var(--wx-motion-fast) ease,
    color var(--wx-motion-fast) ease;
}

.section-label::before,
.eyebrow::before,
.solution-path span::after,
.process-section .process div::after,
.case-visual-lines i,
.process-dashboard i::after {
  animation: wxLineFlow 4.8s ease-in-out infinite;
  background-size: 220% 100%;
}

.solution-tabs.platform-nav button.is-active,
.platform-extra-card.is-active,
.value-chain .service-card.is-active,
.case-filterbar button.is-active,
.question-filterbar button.is-active {
  animation: wxActivePulse 4.4s ease-in-out infinite;
}

.platform-panel:not([hidden]) {
  animation: wxPanelEnter 0.58s var(--wx-motion-ease) both;
}

.ai-contact-float {
  animation: wxFloatButton 5.6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.consult-modal.is-open .consult-dialog {
  animation: wxModalIn 0.34s var(--wx-motion-ease) both;
}

@keyframes wxGridBreath {
  0%,
  100% {
    opacity: 0.72;
    background-position: 0 0, 0 0;
  }
  50% {
    opacity: 1;
    background-position: 18px 24px, 24px 18px;
  }
}

@keyframes wxLogoBreath {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 10px 16px rgba(39, 95, 232, 0.16));
  }
  50% {
    transform: translateY(-1px) scale(1.035);
    filter: drop-shadow(0 14px 24px rgba(0, 169, 157, 0.24));
  }
}

@keyframes wxButtonSweep {
  0% {
    left: -58%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    left: 116%;
    opacity: 0;
  }
}

@keyframes wxPrimaryBreath {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(16, 21, 31, 0.16);
  }
  50% {
    box-shadow: 0 18px 40px rgba(39, 95, 232, 0.22), 0 0 0 1px rgba(0, 169, 157, 0.08);
  }
}

@keyframes wxPanelBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -4px, 0) scale(1.006);
  }
}

@keyframes wxSoftFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes wxMicroBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    border-color: inherit;
  }
  50% {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 16px 34px rgba(23, 105, 255, 0.08);
  }
}

@keyframes wxHaloShift {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes wxRevealSettle {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
    filter: blur(4px);
  }
  66% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.003);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes wxLineFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes wxActivePulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(23, 105, 255, 0.09);
  }
  50% {
    box-shadow: 0 18px 44px rgba(0, 169, 157, 0.16), 0 0 0 1px rgba(183, 227, 95, 0.14);
  }
}

@keyframes wxPanelEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.99);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes wxFloatButton {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 18px 40px rgba(16, 21, 31, 0.18);
  }
  50% {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 24px 52px rgba(39, 95, 232, 0.24);
  }
}

@keyframes wxModalIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .brand-logo,
  .ai-contact-float,
  .ai-contact-float span,
  .btn.primary,
  .header-cta,
  .hero::before,
  .hero-media,
  .hero-console,
  .platform-stage,
  .solution-panel,
  .consult-dialog,
  .hero-stats div,
  .case-hero-stats span,
  .value-outcomes span,
  .platform-cards div,
  .platform-fit,
  .platform-deliverables,
  .process-section .process div,
  .case-evidence div,
  .case-result span,
  .website-case-result span,
  .question-platform-matrix .ai-badge,
  .package-hero-board span,
  .animate-ready.is-visible,
  .solution-tabs.platform-nav button.is-active,
  .platform-extra-card.is-active,
  .value-chain .service-card.is-active,
  .case-filterbar button.is-active,
  .question-filterbar button.is-active,
  .platform-panel:not([hidden]) {
    animation: none !important;
  }
}

/* Direction A + local B: enterprise AI-tech visual system */
:root {
  --wx-bg: #f3f7fb;
  --wx-ink: #071323;
  --wx-text: #223149;
  --wx-muted: #66758b;
  --wx-line: #d8e2ec;
  --wx-paper: #ffffff;
  --wx-paper-soft: #f8fbfe;
  --wx-cobalt: #1769ff;
  --wx-teal: #00a7c8;
  --wx-lime: #a7f35f;
  --wx-coral: #ff6a4d;
  --wx-amber: #ffca63;
  --wx-shadow: 0 24px 60px rgba(7, 19, 35, 0.1);
  --wx-deep: #071323;
  --wx-deep-2: #0b2239;
  --wx-glass: rgba(255, 255, 255, 0.82);
  --wx-panel-line: rgba(23, 105, 255, 0.16);
}

html,
body {
  background: var(--wx-bg);
}

body::before {
  background:
    linear-gradient(rgba(23, 105, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 167, 200, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0 860px, transparent 1480px);
}

.site-header {
  background: rgba(243, 247, 251, 0.9);
  border-bottom: 1px solid rgba(23, 105, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

.site-header.is-scrolled {
  background: rgba(248, 251, 254, 0.96);
  box-shadow: 0 16px 42px rgba(7, 19, 35, 0.1);
}

.brand-logo {
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(23, 105, 255, 0.16), 0 14px 30px rgba(7, 19, 35, 0.12);
}

.main-nav a {
  color: #33445d;
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal));
  box-shadow: 0 0 18px rgba(0, 167, 200, 0.36);
}

.header-cta,
.btn.primary {
  border: 1px solid rgba(0, 167, 200, 0.24);
  background: linear-gradient(135deg, #06172a, #08365a 54%, #007e99);
  box-shadow: 0 18px 42px rgba(7, 19, 35, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.btn.ghost,
.btn.secondary {
  border-color: rgba(23, 105, 255, 0.18);
  background: rgba(255, 255, 255, 0.86);
  color: #15304f;
  box-shadow: 0 12px 30px rgba(23, 105, 255, 0.08);
}

.hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 167, 200, 0.32), transparent 330px),
    radial-gradient(circle at 18% 28%, rgba(23, 105, 255, 0.2), transparent 310px),
    linear-gradient(135deg, #071323 0%, #0a2036 50%, #063943 100%);
  color: #fff;
}

.hero::before {
  border-color: rgba(126, 219, 255, 0.18);
  background:
    linear-gradient(rgba(126, 219, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.055) 1px, transparent 1px),
    rgba(5, 17, 31, 0.78);
  background-size: 26px 26px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34), 0 0 80px rgba(0, 167, 200, 0.14);
}

.hero .eyebrow,
.hero h1,
.hero p {
  color: #fff;
}

.hero .eyebrow {
  color: #8df6ff;
}

.hero h1 {
  text-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.hero p {
  color: rgba(226, 241, 255, 0.86);
}

.hero h1::after,
.section-label::before,
.eyebrow::before {
  background: linear-gradient(90deg, var(--wx-lime), var(--wx-teal), var(--wx-cobalt));
}

.hero-media {
  border: 1px solid rgba(126, 219, 255, 0.2);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.hero-media img {
  filter: saturate(1.06) contrast(1.04);
}

.hero-console,
.growth-console,
.process-dashboard,
.geo-answer-card,
.package-hero-board,
.website-case-visual {
  border: 1px solid rgba(126, 219, 255, 0.16);
  background:
    linear-gradient(rgba(126, 219, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(7, 19, 35, 0.92), rgba(10, 44, 70, 0.9));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 70px rgba(7, 19, 35, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

.hero-stats div {
  border-color: rgba(126, 219, 255, 0.16);
  background: rgba(5, 20, 36, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.hero-stats span {
  color: rgba(226, 241, 255, 0.72);
}

.intro,
.traffic-section,
.service-band,
.faq-section,
.cta-section,
.cases {
  background: transparent;
}

.split,
.section-head,
.case-section-head {
  position: relative;
}

.section-head h2,
.split h2,
.case-section-head h2 {
  color: #071323;
  letter-spacing: 0;
}

.section-head p,
.split p,
.case-section-head p {
  color: #5d6d83;
}

.geo-explain-panel,
.trend-strip,
.value-chain-footer,
.service-entry-card,
.process-cta,
.geo-fit-cta,
.faq-diagnosis,
.cta-card {
  border: 1px solid var(--wx-panel-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 249, 255, 0.86)),
    linear-gradient(90deg, rgba(23, 105, 255, 0.1), rgba(0, 167, 200, 0.1));
  box-shadow: 0 20px 56px rgba(7, 19, 35, 0.08);
}

.service-card,
.case-grid article,
.question-card,
.knowledge-card,
.case-study-card,
.case-method-grid article,
.platform-extra-card,
.platform-strategy-grid article,
.growth-feature-grid article,
.growth-step-grid article,
.sem-channel-grid article,
.website-case-detail,
.package-card,
.geo-compare-grid article,
.geo-path article,
.cases .geo-fit-card,
.traffic-grid article,
.value-list div,
.platform-cards div,
.platform-fit,
.platform-deliverables {
  border: 1px solid rgba(23, 105, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 254, 0.9));
  box-shadow: 0 18px 46px rgba(7, 19, 35, 0.075);
}

.service-card::before,
.case-study-card::before,
.knowledge-card::before,
.package-card::before,
.platform-strategy-grid article::before,
.growth-feature-grid article::before,
.growth-step-grid article::before,
.sem-channel-grid article::before,
.website-case-detail::before,
.cases .geo-fit-card::before {
  background: linear-gradient(90deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
  opacity: 0.92;
}

.service-card span,
.service-card i,
.value-metric em,
.case-study-card header span,
.knowledge-card time,
.geo-fit-label,
.website-case-detail header span {
  color: var(--wx-cobalt);
}

.value-outcomes span {
  border: 1px solid rgba(23, 105, 255, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 36px rgba(7, 19, 35, 0.07);
}

.value-outcomes b,
.service-card h3,
.case-study-card h2,
.knowledge-card h2,
.geo-fit-card h3 {
  color: #071323;
}

.solutions-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(23, 105, 255, 0.26), transparent 330px),
    radial-gradient(circle at 88% 22%, rgba(0, 167, 200, 0.24), transparent 360px),
    linear-gradient(135deg, #071323 0%, #0b2036 52%, #072f3b 100%);
  color: #eaf6ff;
}

.solutions-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(126, 219, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.7;
  pointer-events: none;
}

.solutions-section > .container {
  position: relative;
  z-index: 1;
}

.solutions-section .section-label,
.solutions-section .section-head h2 {
  color: #fff;
}

.solutions-section .section-head p {
  color: rgba(226, 241, 255, 0.76);
}

.solution-path span,
.solution-tabs.platform-nav button,
.platform-extra-card,
.platform-panel,
.platform-compare,
.solution-rotation-hint,
.platform-strategy-grid article {
  border-color: rgba(126, 219, 255, 0.16);
  background: rgba(8, 26, 46, 0.76);
  color: #dfefff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.solution-tabs.platform-nav button b,
.platform-extra-card b,
.platform-panel h3,
.platform-strategy-grid h4,
.solution-rotation-hint b {
  color: #fff;
}

.solution-tabs.platform-nav button em,
.platform-extra-card em,
.platform-panel header p,
.platform-actions li,
.platform-strategy-grid p,
.platform-strategy-grid span,
.solution-rotation-hint em {
  color: rgba(226, 241, 255, 0.72);
}

.solution-tabs.platform-nav button:hover,
.solution-tabs.platform-nav button.is-active,
.platform-extra-card:hover,
.platform-extra-card.is-active {
  border-color: rgba(141, 246, 255, 0.48);
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.32), rgba(0, 167, 200, 0.18));
  box-shadow: 0 20px 54px rgba(0, 167, 200, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.platform-cards div,
.platform-fit,
.platform-deliverables {
  border-color: rgba(126, 219, 255, 0.14);
  background: rgba(3, 15, 29, 0.4);
  box-shadow: none;
}

.platform-cards b,
.platform-fit b,
.platform-deliverables b {
  color: #8df6ff;
}

.platform-cards p,
.platform-fit span,
.platform-deliverables span {
  color: rgba(226, 241, 255, 0.76);
}

.platform-strategy-grid article em {
  color: var(--wx-lime);
}

.platform-compare a {
  border-color: rgba(141, 246, 255, 0.32);
  background: linear-gradient(135deg, #a7f35f, #3ce7d7);
  color: #06172a;
  box-shadow: 0 18px 42px rgba(0, 167, 200, 0.18);
}

.process-section {
  background:
    linear-gradient(180deg, #f3f7fb 0%, #eef5fb 100%);
}

.process-command {
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 247, 255, 0.66));
  box-shadow: 0 24px 70px rgba(7, 19, 35, 0.08);
}

.process-section .process div {
  border-color: rgba(23, 105, 255, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(7, 19, 35, 0.07);
}

.process-section .process b {
  background: linear-gradient(135deg, var(--wx-cobalt), var(--wx-teal));
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 105, 255, 0.18);
}

.process-section .process span,
.case-filterbar button,
.question-filterbar button,
.website-case-grid a {
  border-color: rgba(23, 105, 255, 0.14);
  background: rgba(255, 255, 255, 0.82);
}

.process-dashboard .dashboard-head span,
.process-dashboard .dashboard-score em,
.process-dashboard li span,
.dashboard-metrics em {
  color: rgba(226, 241, 255, 0.74);
}

.process-dashboard .dashboard-head b,
.dashboard-metrics b {
  color: #fff;
}

.dashboard-score strong,
.console-score strong,
.hero-stats strong {
  background: linear-gradient(135deg, var(--wx-lime), #42f3d5, #54a2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dark-panel {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 167, 200, 0.18), transparent 300px),
    linear-gradient(135deg, #071323, #0c2238);
}

.cta-card {
  background:
    radial-gradient(circle at 78% 22%, rgba(0, 167, 200, 0.14), transparent 240px),
    linear-gradient(135deg, #071323, #103050);
  color: #fff;
  border-color: rgba(126, 219, 255, 0.16);
  box-shadow: 0 30px 80px rgba(7, 19, 35, 0.22);
}

.cta-card h2,
.cta-card .section-label {
  color: #fff;
}

.cta-card p {
  color: rgba(226, 241, 255, 0.76);
}

@media (max-width: 840px) {
  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 72% 10%, rgba(0, 167, 200, 0.22), transparent 260px),
      linear-gradient(135deg, #071323, #0b2036 62%, #073642);
  }

  .process-command {
    padding: 12px;
    border-radius: 12px;
  }

  .solutions-section::before {
    background-size: 34px 34px;
  }
}

/* Readability pass for the AI platform matrix */
.solutions-section .solution-path {
  background: rgba(7, 19, 35, 0.28);
}

.solutions-section .solution-path span {
  border-color: rgba(141, 246, 255, 0.2);
  background: rgba(8, 26, 46, 0.82);
  color: #f4fbff;
}

.solutions-section .solution-path b {
  color: #071323;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8);
}

.solutions-section .platform-nav {
  border: 1px solid rgba(141, 246, 255, 0.14);
  background: rgba(5, 18, 34, 0.42);
}

.solutions-section .solution-tabs.platform-nav button,
.solutions-section .platform-extra-card {
  border-color: rgba(141, 246, 255, 0.18);
  background: rgba(12, 32, 52, 0.9);
  color: #f5fbff;
}

.solutions-section .solution-tabs.platform-nav button b,
.solutions-section .platform-extra-card b {
  color: #ffffff;
}

.solutions-section .solution-tabs.platform-nav button em,
.solutions-section .platform-extra-card em {
  color: rgba(219, 238, 255, 0.76);
}

.solutions-section .solution-tabs.platform-nav button:hover,
.solutions-section .solution-tabs.platform-nav button.is-active,
.solutions-section .platform-extra-card:hover,
.solutions-section .platform-extra-card.is-active {
  border-color: rgba(167, 243, 95, 0.62);
  background: linear-gradient(135deg, #9af36b, #4ee9dd);
  color: #06172a;
}

.solutions-section .solution-tabs.platform-nav button:hover b,
.solutions-section .solution-tabs.platform-nav button.is-active b,
.solutions-section .platform-extra-card:hover b,
.solutions-section .platform-extra-card.is-active b {
  color: #06172a;
}

.solutions-section .solution-tabs.platform-nav button:hover em,
.solutions-section .solution-tabs.platform-nav button.is-active em,
.solutions-section .platform-extra-card:hover em,
.solutions-section .platform-extra-card.is-active em {
  color: rgba(6, 23, 42, 0.76);
}

.solutions-section .platform-panel {
  border-color: rgba(141, 246, 255, 0.22);
  background:
    linear-gradient(rgba(126, 219, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(5, 18, 34, 0.96), rgba(8, 35, 58, 0.94));
  background-size: 30px 30px, 30px 30px, auto;
}

.solutions-section .platform-panel header span {
  color: #53ead8;
}

.solutions-section .platform-panel h3 {
  color: #ffffff;
}

.solutions-section .platform-panel header p {
  color: #eaf7ff;
  font-weight: 500;
}

.solutions-section .platform-cards div,
.solutions-section .platform-panel .platform-actions li,
.solutions-section .platform-fit,
.solutions-section .platform-deliverables,
.solutions-section .solution-rotation-hint,
.solutions-section .platform-strategy-grid article {
  border-color: rgba(141, 246, 255, 0.28);
  background: rgba(7, 23, 41, 0.86);
  color: #eaf6ff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.solutions-section .platform-cards b,
.solutions-section .platform-fit b,
.solutions-section .platform-deliverables b,
.solutions-section .solution-rotation-hint b,
.solutions-section .platform-strategy-grid h4 {
  color: #ffffff;
}

.solutions-section .platform-cards p,
.solutions-section .platform-panel .platform-actions li,
.solutions-section .platform-fit span,
.solutions-section .platform-deliverables span,
.solutions-section .solution-rotation-hint em,
.solutions-section .platform-strategy-grid p,
.solutions-section .platform-strategy-grid span {
  color: #dcefff;
  font-weight: 500;
}

.solutions-section .platform-fit span,
.solutions-section .platform-deliverables span {
  border-color: rgba(141, 246, 255, 0.26);
  background: rgba(255, 255, 255, 0.11);
}

.solutions-section .solution-rotation-hint span {
  color: #06172a;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8);
}

.solutions-section .platform-strategy-grid i {
  color: #06172a;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8);
}

.solutions-section .platform-strategy-grid em {
  color: #a7f35f;
}

/* Dark value block readability fix */
.dark-panel .value-list div {
  border-color: rgba(141, 246, 255, 0.22);
  background:
    linear-gradient(rgba(126, 219, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(7, 23, 41, 0.92), rgba(9, 38, 58, 0.88));
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.dark-panel .value-list strong {
  color: #a7f35f;
  text-shadow: 0 0 18px rgba(167, 243, 95, 0.22);
}

.dark-panel .value-list span {
  color: #ffffff;
  font-weight: 900;
}

.dark-panel .value-list p {
  color: #dcefff;
  font-weight: 500;
}

/* Mobile navigation drawer refinement */
@media (max-width: 840px) {
  .site-header {
    background: rgba(244, 249, 253, 0.96);
  }

  .nav-toggle {
    position: relative;
    z-index: 90;
    border-color: rgba(23, 105, 255, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(7, 19, 35, 0.08);
  }

  .nav-toggle span {
    background: #071323;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 14px;
    left: 14px;
    z-index: 80;
    display: none;
    max-height: calc(100vh - 96px);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid rgba(141, 246, 255, 0.18);
    border-radius: 14px;
    align-items: stretch;
    justify-items: stretch;
    justify-content: stretch;
    background:
      linear-gradient(rgba(126, 219, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(126, 219, 255, 0.04) 1px, transparent 1px),
      linear-gradient(145deg, #071323, #09263a);
    background-size: 28px 28px, 28px 28px, auto;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(18px);
  }

  .main-nav.is-open {
    display: grid;
    gap: 8px;
    animation: wxMobileNavIn 0.24s var(--wx-motion-ease) both;
  }

  .main-nav.is-open::before {
    content: "Navigation";
    display: block;
    padding: 6px 8px 8px;
    color: #8df6ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .main-nav a {
    display: flex;
    width: 100%;
    justify-self: stretch;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    color: #f4fbff;
    font-size: 15px;
    font-weight: 800;
    border: 1px solid rgba(141, 246, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
  }

  .main-nav a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wx-lime), var(--wx-teal));
    box-shadow: 0 0 14px rgba(83, 234, 216, 0.32);
  }

  .main-nav a::after {
    content: "›";
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    color: rgba(220, 239, 255, 0.72);
    background: none;
    transform: none;
  }

  .main-nav a:hover,
  .main-nav a:focus {
    color: #071323;
    background: linear-gradient(135deg, var(--wx-lime), #53ead8);
    border-color: rgba(167, 243, 95, 0.66);
  }

  .main-nav a:hover::after,
  .main-nav a:focus::after {
    color: #071323;
    transform: none;
  }
}

@keyframes wxMobileNavIn {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Value section footer readability */
.value-chain-footer {
  border-color: rgba(23, 105, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 247, 255, 0.92));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 20px 56px rgba(7, 19, 35, 0.08);
}

.value-chain-footer b {
  color: #071323;
}

.value-chain-footer em {
  color: #52657c;
  font-weight: 600;
}

.value-chain-footer a {
  color: #06172a;
  box-shadow: 0 12px 28px rgba(0, 184, 199, 0.16);
}

@media (max-width: 720px) {
  .value-chain-footer {
    align-items: stretch;
  }
}

/* Questions hero AI platform motion */
.question-platform-matrix {
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(141, 246, 255, 0.04) inset,
    0 24px 70px rgba(0, 184, 199, 0.12);
}

.question-platform-matrix::before {
  content: "";
  position: absolute;
  inset: -35% -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 32%, rgba(141, 246, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(167, 243, 95, 0.12), transparent 26%);
  opacity: 0.76;
  animation: wxMatrixAura 9s ease-in-out infinite;
}

.question-platform-matrix .ai-badge {
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  border-color: rgba(141, 246, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  animation: wxAiWindowFloat 8.2s ease-in-out infinite;
  transform: translate3d(0, 0, 0);
}

.question-platform-matrix .ai-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(141, 246, 255, 0.22) 46%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent);
  transform: translateX(-125%);
  animation: wxAiWindowScan 6.8s ease-in-out infinite;
}

.question-platform-matrix .ai-badge::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a7f35f;
  box-shadow: 0 0 0 0 rgba(167, 243, 95, 0.36), 0 0 16px rgba(167, 243, 95, 0.46);
  animation: wxSignalPing 2.8s ease-in-out infinite;
}

.question-platform-matrix .ai-badge i {
  position: relative;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
  animation: wxPlatformIconPulse 5.4s ease-in-out infinite;
}

.question-platform-matrix .ai-badge:nth-child(1) {
  animation-delay: 0s;
}

.question-platform-matrix .ai-badge:nth-child(1)::before,
.question-platform-matrix .ai-badge:nth-child(1)::after,
.question-platform-matrix .ai-badge:nth-child(1) i {
  animation-delay: 0s;
}

.question-platform-matrix .ai-badge:nth-child(2) {
  animation-delay: -1.15s;
}

.question-platform-matrix .ai-badge:nth-child(2)::before,
.question-platform-matrix .ai-badge:nth-child(2)::after,
.question-platform-matrix .ai-badge:nth-child(2) i {
  animation-delay: -1.15s;
}

.question-platform-matrix .ai-badge:nth-child(3) {
  animation-delay: -2.3s;
}

.question-platform-matrix .ai-badge:nth-child(3)::before,
.question-platform-matrix .ai-badge:nth-child(3)::after,
.question-platform-matrix .ai-badge:nth-child(3) i {
  animation-delay: -2.3s;
}

.question-platform-matrix .ai-badge:nth-child(4) {
  animation-delay: -3.45s;
}

.question-platform-matrix .ai-badge:nth-child(4)::before,
.question-platform-matrix .ai-badge:nth-child(4)::after,
.question-platform-matrix .ai-badge:nth-child(4) i {
  animation-delay: -3.45s;
}

.question-platform-matrix .ai-badge:nth-child(5) {
  animation-delay: -4.6s;
}

.question-platform-matrix .ai-badge:nth-child(5)::before,
.question-platform-matrix .ai-badge:nth-child(5)::after,
.question-platform-matrix .ai-badge:nth-child(5) i {
  animation-delay: -4.6s;
}

.question-platform-matrix .ai-badge:hover {
  border-color: rgba(167, 243, 95, 0.48);
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.22), rgba(0, 184, 199, 0.13));
  box-shadow:
    0 22px 54px rgba(0, 184, 199, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transform: translate3d(0, -4px, 0);
}

@keyframes wxMatrixAura {
  0%, 100% {
    transform: translate3d(-2%, -1%, 0) rotate(0deg);
    opacity: 0.58;
  }
  50% {
    transform: translate3d(2%, 2%, 0) rotate(4deg);
    opacity: 0.9;
  }
}

@keyframes wxAiWindowFloat {
  0%, 100% {
    border-color: rgba(141, 246, 255, 0.16);
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.15),
      0 0 0 1px rgba(255, 255, 255, 0.035) inset;
    transform: translate3d(0, 0, 0);
  }
  46% {
    border-color: rgba(167, 243, 95, 0.42);
    box-shadow:
      0 22px 52px rgba(0, 184, 199, 0.2),
      0 0 24px rgba(141, 246, 255, 0.16) inset;
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes wxAiWindowScan {
  0%, 38% {
    transform: translateX(-125%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  72%, 100% {
    transform: translateX(125%);
    opacity: 0;
  }
}

@keyframes wxSignalPing {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.84);
    box-shadow: 0 0 0 0 rgba(167, 243, 95, 0.3), 0 0 16px rgba(167, 243, 95, 0.38);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(167, 243, 95, 0), 0 0 22px rgba(167, 243, 95, 0.56);
  }
}

@keyframes wxPlatformIconPulse {
  0%, 100% {
    transform: scale(1);
    filter: saturate(1);
  }
  50% {
    transform: scale(1.06);
    filter: saturate(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .question-platform-matrix::before,
  .question-platform-matrix .ai-badge,
  .question-platform-matrix .ai-badge::before,
  .question-platform-matrix .ai-badge::after,
  .question-platform-matrix .ai-badge i {
    animation: none !important;
  }
}

/* Website build page: conversion-focused hero */
.website-build-page .growth-hero {
  min-height: calc(100vh - 74px);
  padding: 92px 0 74px;
  display: flex;
  align-items: center;
}

.website-build-page .growth-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  gap: 58px;
}

.website-build-page .growth-hero-copy {
  position: relative;
  padding-top: 8px;
}

.website-build-page .growth-hero h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(42px, 4vw, 58px);
  letter-spacing: 0;
}

.website-build-page .growth-hero p {
  max-width: 760px;
  color: #4f6076;
  font-size: 18px;
  font-weight: 500;
}

.website-build-page .growth-console {
  gap: 14px;
  padding: 22px;
}

.website-build-page .growth-console::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(141, 246, 255, 0.12) 48%, transparent 58%);
  transform: translateX(-120%);
  animation: wxWebsiteConsoleScan 7.2s ease-in-out infinite;
}

.website-build-page .growth-score {
  min-height: 92px;
  align-items: center;
}

.website-build-page .growth-score strong {
  font-size: 76px;
}

.website-build-page .growth-console li {
  position: relative;
  min-height: 72px;
  padding: 14px 14px 14px 18px;
  overflow: hidden;
}

.website-build-page .growth-console li::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wx-lime), #69e7ff);
  opacity: 0.72;
}

.website-build-page .growth-console li:nth-child(2),
.website-build-page .growth-console li:nth-child(4) {
  background: rgba(105, 231, 255, 0.07);
}

.website-build-page .growth-console li b {
  font-size: 17px;
}

.website-build-page .growth-console li em {
  color: rgba(226, 238, 248, 0.76);
  font-weight: 600;
}

@keyframes wxWebsiteConsoleScan {
  0%, 42% {
    transform: translateX(-120%);
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  76%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .website-build-page .growth-hero {
    min-height: auto;
    padding: 112px 0 72px;
  }

  .website-build-page .growth-hero-grid {
    gap: 34px;
  }
}

@media (max-width: 720px) {
  .website-build-page .growth-hero {
    padding: 96px 0 58px;
  }

  .website-build-page .growth-hero-grid {
    grid-template-columns: 1fr;
    width: min(var(--container), calc(100% - 34px));
    margin-inline: auto;
  }

  .website-build-page .growth-hero-copy,
  .website-build-page .growth-console {
    min-width: 0;
    width: 100%;
  }

  .website-build-page .growth-hero h1 {
    font-size: 36px;
  }

  .website-build-page .growth-hero p {
    font-size: 16px;
  }

  .website-build-page .growth-console {
    padding: 18px;
  }

  .website-build-page .growth-score strong {
    font-size: 56px;
  }
}

/* Website build page: lighter blueprint visual */
.website-build-page .website-blueprint {
  gap: 16px;
  padding: 22px;
  border-color: rgba(23, 105, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 247, 255, 0.9));
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 28px 78px rgba(7, 19, 35, 0.1);
}

.website-build-page .website-blueprint::before {
  height: 0;
  background: none;
}

.website-build-page .website-blueprint::after {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(23, 105, 255, 0.12) 48%, transparent 58%);
}

.website-build-page .website-blueprint .growth-console-head {
  color: #5e6f86;
}

.website-build-page .website-blueprint .growth-console-head b {
  color: #06172a;
  background: linear-gradient(135deg, #a7f35f, #69e7ff);
}

.website-blueprint-score {
  align-items: center;
  border-color: rgba(23, 105, 255, 0.13);
  background:
    radial-gradient(circle at 86% 16%, rgba(0, 184, 199, 0.18), transparent 120px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 249, 255, 0.78));
  box-shadow: 0 18px 42px rgba(7, 19, 35, 0.07);
}

.website-blueprint-score strong {
  color: #1769ff;
  text-shadow: 0 12px 30px rgba(23, 105, 255, 0.18);
}

.website-blueprint-score span {
  display: grid;
  gap: 4px;
  color: #071323;
}

.website-blueprint-score span b {
  color: #071323;
  font-size: 18px;
}

.website-blueprint-score span em {
  color: #52657c;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.website-blueprint ul {
  position: relative;
}

.website-blueprint ul::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(23, 105, 255, 0.12), rgba(0, 184, 199, 0.38), rgba(167, 243, 95, 0.22));
}

.website-build-page .website-blueprint li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  border-color: rgba(23, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(7, 19, 35, 0.055);
}

.website-build-page .website-blueprint li::before {
  display: none;
}

.website-blueprint li span {
  grid-row: 1 / 3;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #06172a;
  border-radius: 12px;
  background: linear-gradient(135deg, #a7f35f, #69e7ff);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 184, 199, 0.15);
}

.website-build-page .website-blueprint li b {
  color: #071323;
  font-size: 17px;
}

.website-build-page .website-blueprint li em {
  color: #52657c;
  font-size: 13px;
  font-weight: 700;
}

.website-build-page .website-blueprint li:nth-child(2),
.website-build-page .website-blueprint li:nth-child(4) {
  background: rgba(246, 251, 255, 0.92);
}

@media (max-width: 720px) {
  .website-build-page .website-blueprint {
    padding: 16px;
  }

  .website-build-page .website-blueprint li {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 70px;
    padding: 13px 12px;
  }

  .website-blueprint li span {
    width: 34px;
    height: 34px;
  }
}

/* Website build page: align blueprint with site-wide dark tech theme */
.website-build-page .website-blueprint {
  border-color: rgba(141, 246, 255, 0.2);
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 184, 199, 0.18), transparent 210px),
    radial-gradient(circle at 18% 82%, rgba(167, 243, 95, 0.11), transparent 190px),
    linear-gradient(rgba(126, 219, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(7, 19, 35, 0.96), rgba(9, 36, 58, 0.94));
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  box-shadow:
    0 30px 84px rgba(7, 19, 35, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

.website-build-page .website-blueprint::before {
  height: 3px;
  background: linear-gradient(90deg, var(--wx-lime), #53ead8, var(--wx-cobalt));
}

.website-build-page .website-blueprint::after {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(141, 246, 255, 0.18) 48%, transparent 58%);
}

.website-build-page .website-blueprint .growth-console-head {
  color: rgba(226, 241, 255, 0.76);
}

.website-build-page .website-blueprint .growth-console-head b {
  color: #06172a;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8);
}

.website-build-page .website-blueprint-score {
  border-color: rgba(141, 246, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.16),
    0 0 30px rgba(0, 184, 199, 0.08) inset;
}

.website-build-page .website-blueprint-score strong {
  color: transparent;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8, #54a2ff);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

.website-build-page .website-blueprint-score span,
.website-build-page .website-blueprint-score span b {
  color: #ffffff;
}

.website-build-page .website-blueprint-score span em {
  color: rgba(226, 241, 255, 0.74);
}

.website-build-page .website-blueprint ul::before {
  background: linear-gradient(180deg, rgba(167, 243, 95, 0.32), rgba(83, 234, 216, 0.48), rgba(84, 162, 255, 0.24));
  box-shadow: 0 0 18px rgba(83, 234, 216, 0.2);
}

.website-build-page .website-blueprint li,
.website-build-page .website-blueprint li:nth-child(2),
.website-build-page .website-blueprint li:nth-child(4) {
  border-color: rgba(141, 246, 255, 0.16);
  background: rgba(7, 23, 41, 0.72);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.website-build-page .website-blueprint li:hover {
  border-color: rgba(167, 243, 95, 0.46);
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.22), rgba(0, 184, 199, 0.12));
  transform: translateY(-2px);
}

.website-build-page .website-blueprint li span {
  color: #06172a;
  background: linear-gradient(135deg, var(--wx-lime), #53ead8);
  box-shadow: 0 12px 26px rgba(0, 184, 199, 0.18), 0 0 18px rgba(167, 243, 95, 0.16);
}

.website-build-page .website-blueprint li b {
  color: #ffffff;
}

.website-build-page .website-blueprint li em {
  color: rgba(226, 241, 255, 0.76);
}

/* GEO fit CTA readability on light panel */
.geo-fit-cta {
  position: relative;
  border-color: rgba(23, 105, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(23, 105, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 184, 199, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 247, 255, 0.92));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 20px 56px rgba(7, 19, 35, 0.08);
}

.geo-fit-cta::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wx-cobalt), var(--wx-teal), var(--wx-lime));
}

.geo-fit-cta b {
  color: #071323;
}

.geo-fit-cta em {
  color: #52657c;
  font-weight: 600;
}

.geo-fit-cta a {
  color: #06172a;
  box-shadow: 0 12px 28px rgba(0, 184, 199, 0.16);
}

@media (max-width: 720px) {
  .geo-fit-cta {
    align-items: stretch;
  }
}
