html {
            scroll-behavior: smooth;
            scrollbar-color: #7f3bbc #f6ecff;
            scrollbar-width: thin;
        }
        body {
            background-color: #f3faff;
            color: #071e27;
            font-family: 'Inter', sans-serif;
        }
        ::-webkit-scrollbar {
            width: 9px;
            height: 9px;
        }
        ::-webkit-scrollbar-track {
            background: linear-gradient(180deg, #fbf6ff, #f1e6fb);
        }
        ::-webkit-scrollbar-thumb {
            border: 2px solid #fbf6ff;
            border-radius: 999px;
            background: linear-gradient(180deg, #b497cf 0%, #7f3bbc 100%);
        }
        ::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #9c64c8 0%, #653da7 100%);
        }
        html.lenis,
        html.lenis body {
            height: auto;
        }
        .lenis.lenis-smooth {
            scroll-behavior: auto !important;
        }
        .lenis.lenis-smooth [data-lenis-prevent] {
            overscroll-behavior: contain;
        }
        .lenis.lenis-stopped {
            overflow: hidden;
        }
        .lenis.lenis-smooth iframe {
            pointer-events: none;
        }
        /* 顶栏已是实心白条；滚动时不再给 nav 单独加白底/阴影，避免“导航处一块白、周围透明” */
        nav.is-scrolled {
            background: transparent;
            box-shadow: none;
        }
        .motion-ready img,
        .motion-ready article,
        .motion-ready .glass-card,
        .motion-ready .implementation-card,
        .motion-ready .faq-accordion-item {
            will-change: transform, opacity;
        }
        .font-epilogue { font-family: 'Epilogue', sans-serif; }
        section,
        header {
            scroll-margin-top: 96px;
        }
        .local-svg-icon {
            display: inline-block;
            width: 1em;
            height: 1em;
            flex: 0 0 auto;
            color: currentColor;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            vertical-align: -0.125em;
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(224, 228, 232, 0.5);
        }
        .gradient-text {
            background: linear-gradient(135deg, #653da7 0%, #7e57c2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .organic-blob {
            border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        }
        .hero-title-one-line {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        @media (max-width: 1024px) {
            .hero-title-one-line { white-space: normal; }
        }

.hero-section {
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  background: #120b18;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(18, 11, 24, 0.42), rgba(18, 11, 24, 0.42)),
    radial-gradient(circle at 50% 48%, rgba(127, 59, 188, 0.18), transparent 42%);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-section > .absolute {
  z-index: 2;
}

.liquid-ether-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(241, 219, 255, 0.46), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffafe 100%);
}

.liquid-ether-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  touch-action: none;
  opacity: 0.58;
}

.liquid-ether-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
  pointer-events: none;
}

.liquid-ether-container canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(0.2px) saturate(1.08);
}

.liquid-value-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(127, 59, 188, 0.22), transparent 34%),
    radial-gradient(circle at 28% 54%, rgba(255, 159, 252, 0.16), transparent 32%),
    radial-gradient(circle at 74% 46%, rgba(180, 151, 207, 0.18), transparent 36%),
    linear-gradient(180deg, #07050d 0%, #11091a 52%, #09060f 100%);
  color: #ffffff;
}

.liquid-value-container {
  opacity: 0.96;
  mix-blend-mode: screen;
}

.liquid-value-container::after {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(7, 5, 13, 0.18), rgba(7, 5, 13, 0.62));
}

.liquid-value-container canvas {
  filter: blur(0.35px) saturate(1.32) contrast(1.08);
}

.liquid-value-section h2,
.liquid-value-section .text-5xl {
  color: #ffffff;
}

.liquid-value-section p {
  color: rgba(255, 255, 255, 0.68);
}

.liquid-value-section > .relative > p:last-child {
  color: rgba(255, 255, 255, 0.86);
}

.pain-design-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: 48px;
  align-items: stretch;
}

.pain-design-grid > .space-y-6 > .flex:first-child,
.pain-design-grid > .relative > .relative > .flex:first-child {
  min-height: 44px;
}

.pain-design-grid > .space-y-6 > .flex:first-child .local-svg-icon {
  width: 34px;
  height: 34px;
  stroke-width: 1.8;
}

.pain-design-grid > .space-y-6 .bg-surface-container-low {
  border-color: rgba(127, 59, 188, 0.16);
  background: rgba(251, 240, 252, 0.86);
  box-shadow: 0 10px 26px rgba(79, 49, 108, 0.04);
}

.pain-design-grid > .space-y-6 h4 span {
  width: 7px;
  height: 7px;
  background: #ba1a1a;
}

.pain-design-grid > .relative > .absolute {
  border-radius: 24px;
}

.pain-design-grid > .relative > .relative {
  border-radius: 24px;
  border-color: rgba(127, 59, 188, 0.22);
  box-shadow: 0 24px 54px rgba(79, 49, 108, 0.13);
}

.pain-design-grid > .relative > .relative > .flex:first-child .local-svg-icon {
  width: 46px;
  height: 46px;
  stroke-width: 1.7;
}

.pain-design-grid > .relative .space-y-8 > .flex {
  align-items: flex-start;
  gap: 20px;
}

.pain-design-grid > .relative .space-y-8 > .flex > div:first-child {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(241, 219, 255, 0.72);
}

.pain-design-grid > .relative .space-y-8 > .flex > div:first-child .local-svg-icon {
  width: 38px;
  height: 38px;
  stroke-width: 1.85;
}

.pain-design-grid > .relative .space-y-8 h4 {
  margin-bottom: 7px;
}

.pain-design-grid > .relative .space-y-8 p {
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .pain-design-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .pain-design-grid > .relative > .relative {
    padding: 24px;
  }

  .pain-design-grid > .relative .space-y-8 > .flex {
    gap: 14px;
  }

  .pain-design-grid > .relative .space-y-8 > .flex > div:first-child {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .pain-design-grid > .relative .space-y-8 > .flex > div:first-child .local-svg-icon {
    width: 31px;
    height: 31px;
  }
}

.brand-logo {
  height: 32px;
  width: 32px;
  flex: 0 0 auto;
}

.footer-logo {
  height: 32px;
  width: 32px;
  flex: 0 0 auto;
}

body > footer {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

/* 标准站点页脚（与首页 / 主站一致） */
.footer-main {
  min-height: 360px;
  background: #fff;
  padding: 64px max(20px, calc((100% - 1200px) / 2)) 28px;
  text-align: center;
  color: #111;
}
.footer-brand { margin-bottom: 40px; justify-content: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 40px 56px; justify-content: center; }
.footer-links div { min-width: 132px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.footer-links h4 { margin: 0 0 10px; font-size: 18px; font-weight: 700; }
.footer-links span { color: rgba(17, 17, 17, .56); cursor: default; font-size: 15px; }
.record {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
  color: rgba(17, 17, 17, .56);
  font-size: 12px;
}
.record p { margin: 0; }
.record a { display: inline-flex; align-items: center; gap: 6px; color: rgba(17, 17, 17, .56); text-decoration: none; }
.record .beian-icon { width: 14px; height: 14px; object-fit: contain; }
@media (max-width: 900px) {
  .footer-links { gap: 26px; }
}

.implementation-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 254, 0.92), rgba(251, 240, 252, 0.96)),
    #fff7fe;
}

.implementation-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 76px);
}

.implementation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 40px;
  border: 1px solid rgba(126, 115, 131, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(79, 49, 108, 0.07);
}

.implementation-media {
  margin: 28px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.implementation-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(79, 49, 108, 0.12);
}

.implementation-description {
  color: #6c507f;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 32px;
}

.implementation-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #7f3bbc;
  font-weight: 800;
  text-decoration: none;
}

.implementation-link span {
  transition: transform 0.2s ease;
}

.implementation-link:hover span {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .implementation-card-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .implementation-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .implementation-card {
    padding: 28px;
  }
}

#success-cases > .max-w-container-max {
  display: flex;
  flex-direction: column;
}

#success-cases .school-marquee {
  order: 1;
  margin-top: 0;
  margin-bottom: 58px;
}

#success-cases h2 {
  order: 2;
}

#success-cases .grid {
  order: 3;
}

.school-marquee {
  margin-top: 64px;
}

.school-marquee-viewport {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  border-top: 1px solid rgba(126, 115, 131, 0.18);
  border-bottom: 1px solid rgba(126, 115, 131, 0.18);
}

.school-marquee-viewport::before,
.school-marquee-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 120px;
  height: 100%;
  pointer-events: none;
}

.school-marquee-viewport::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.school-marquee-viewport::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.school-marquee-track {
  display: flex;
  width: max-content;
  animation: school-marquee-scroll 42s linear infinite;
  will-change: transform;
}

.school-marquee-group {
  display: flex;
  align-items: center;
  gap: 52px;
  flex: 0 0 auto;
  padding-right: 52px;
}

.school-marquee-item {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #6c507f;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.school-marquee-item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 12px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(79, 49, 108, 0.12);
}

@keyframes school-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .school-marquee-track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .school-marquee {
    margin-top: 48px;
  }

  .school-marquee-viewport::before,
  .school-marquee-viewport::after {
    width: 48px;
  }

  .school-marquee-group {
    gap: 28px;
    padding-right: 28px;
  }

  .school-marquee-item {
    width: 160px;
  }

  .school-marquee-item img {
    width: 82px;
    height: 82px;
    padding: 10px;
    border-radius: 20px;
  }
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(246, 247, 255, 0.94), rgba(250, 247, 255, 0.96)),
    #f7f8ff;
}

.faq-accordion {
  overflow: hidden;
  border-top: 1px solid rgba(126, 115, 131, 0.2);
  border-bottom: 1px solid rgba(126, 115, 131, 0.2);
}

.faq-accordion-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(126, 115, 131, 0.16);
}

.faq-accordion-item:last-child {
  border-bottom: 0;
}

.faq-accordion-item.is-open {
  background: transparent;
}

.faq-accordion-trigger {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 82px;
  padding: 24px 0;
  color: #15242d;
  font-weight: 800;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.faq-accordion-item.is-open .faq-accordion-trigger {
  color: #7f3bbc;
}

.faq-accordion-trigger:focus-visible {
  outline: 3px solid rgba(127, 59, 188, 0.24);
  outline-offset: -2px;
}

.faq-accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.faq-accordion-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7f3bbc;
  border-bottom: 2px solid #7f3bbc;
  transform: translate(-50%, -62%) rotate(45deg);
}

.faq-accordion-item.is-open .faq-accordion-icon {
  transform: rotate(180deg);
}

.faq-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.faq-accordion-item.is-open .faq-accordion-panel {
  grid-template-rows: 1fr;
}

.faq-accordion-content {
  min-height: 0;
  overflow: hidden;
}

.faq-accordion-content p {
  margin: 0 42px 26px 0;
  color: #6c507f;
  font-size: 15px;
  line-height: 1.85;
}

.faq-accordion-content span {
  color: #7f3bbc;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion-panel,
  .faq-accordion-icon,
  .faq-accordion-icon::after {
    transition: none;
  }
}

@media (max-width: 640px) {
  .faq-accordion-trigger {
    grid-template-columns: 1fr auto;
    padding: 18px 0;
    min-height: 68px;
  }

  .faq-accordion-content p {
    margin: 0 0 22px;
  }
}

.offer-banner {
  flex-wrap: wrap;
}

.offer-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #7f3bbc;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-detail-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(127, 59, 188, 0.22);
}

.service-details-page {
  min-height: 100vh;
  padding-top: 112px;
  background:
    radial-gradient(circle at 10% 8%, rgba(241, 219, 255, 0.74), transparent 28%),
    radial-gradient(circle at 90% 42%, rgba(227, 194, 254, 0.46), transparent 30%),
    #fff7fe;
}

.service-details-hero,
.service-tier-section {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.service-details-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 48px;
  align-items: center;
  padding: 72px 0 48px;
}

.service-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: #7f3bbc;
  font-family: 'Epilogue', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-hero-copy h1 {
  max-width: 720px;
  color: #1e1a22;
  font-family: 'Epilogue', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
}

.service-hero-copy p {
  max-width: 680px;
  margin-top: 24px;
  color: #6f5387;
  font-size: 18px;
  line-height: 1.8;
}

.service-hero-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(126, 115, 131, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 60px rgba(79, 49, 108, 0.08);
}

.service-hero-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(126, 115, 131, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.service-hero-metric strong {
  color: #7f3bbc;
  font-family: 'Epilogue', sans-serif;
  font-size: 32px;
  line-height: 1;
}

.service-hero-metric span {
  color: #4c4452;
  font-size: 14px;
  font-weight: 700;
}

.service-hero-metric.is-featured {
  border-color: rgba(127, 59, 188, 0.36);
  background: #ffffff;
}

.service-tier-section {
  padding: 48px 0 96px;
}

.service-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.service-tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 32px;
  border: 1px solid rgba(126, 115, 131, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(79, 49, 108, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.service-tier-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 59, 188, 0.34);
  box-shadow: 0 24px 56px rgba(79, 49, 108, 0.1);
}

.service-tier-featured {
  border: 2px solid #7f3bbc;
  background: #ffffff;
  box-shadow: 0 28px 68px rgba(127, 59, 188, 0.14);
}

.service-tier-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #7f3bbc;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.service-tier-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.service-tier-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  color: #7f3bbc;
  background: rgba(241, 219, 255, 0.56);
}

.service-tier-featured .service-tier-icon {
  color: #ffffff;
  background: #7f3bbc;
}

.service-tier-price {
  text-align: right;
}

.service-tier-price span {
  display: block;
  color: #6f5387;
  font-size: 12px;
  font-weight: 700;
}

.service-tier-price strong {
  display: block;
  margin-top: 6px;
  color: #7f3bbc;
  font-family: 'Epilogue', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.service-tier-card h2 {
  color: #1e1a22;
  font-family: 'Epilogue', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.service-tier-subtitle {
  margin-top: 14px;
  color: #6f5387;
  line-height: 1.7;
}

.service-highlight {
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(127, 59, 188, 0.18);
  border-radius: 10px;
  color: #4c245f;
  background: rgba(241, 219, 255, 0.36);
  font-weight: 800;
}

.service-feature-list {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(126, 115, 131, 0.16);
  color: #4c4452;
  font-size: 14px;
  line-height: 1.6;
}

.service-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-check {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(127, 59, 188, 0.12);
}

.service-check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #7f3bbc;
  border-bottom: 2px solid #7f3bbc;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .service-details-hero {
    grid-template-columns: 1fr;
  }

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

  .service-tier-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .service-details-hero,
  .service-tier-section {
    width: min(100% - 32px, 1280px);
  }

  .service-details-page {
    padding-top: 96px;
  }

  .service-details-hero {
    padding-top: 48px;
  }

  .service-tier-card {
    padding: 26px;
  }

  .offer-detail-link {
    width: 100%;
    justify-content: center;
  }
}

.service-details-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 148px 0 108px;
  background:
    radial-gradient(circle at 18% 14%, rgba(241, 219, 255, 0.96), transparent 32%),
    radial-gradient(circle at 86% 28%, rgba(220, 178, 255, 0.78), transparent 34%),
    linear-gradient(180deg, #fff3fe 0%, #fff8fe 50%, #ffffff 100%);
}

.service-lightfall {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
  filter: saturate(1.08);
}

.service-lightfall canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.service-details-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 247, 254, 0.34), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.68), transparent 44%);
}

.service-pricing-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(1120px, calc(100% - 48px));
  min-height: auto;
  margin: 0 auto;
}

.service-pricing-header {
  max-width: 800px;
  margin: 0 auto 46px;
  text-align: center;
}

.service-pricing-header .service-eyebrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border: 1px solid rgba(127, 59, 188, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #7f3bbc;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.service-pricing-header h1 {
  max-width: 720px;
  margin: 0 auto;
  color: #201824;
  font-family: 'Inter', 'Microsoft YaHei', sans-serif;
  font-size: clamp(34px, 4.1vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

.service-pricing-header p {
  max-width: 640px;
  margin: 18px auto 0;
  color: #665672;
  font-size: 16px;
  line-height: 1.85;
}

.service-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-glass-card {
  position: relative;
  display: flex;
  min-height: 478px;
  padding: 30px;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(127, 59, 188, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
    radial-gradient(circle at 16% 8%, rgba(241, 219, 255, 0.72), transparent 34%);
  box-shadow: 0 24px 80px rgba(70, 32, 105, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.pricing-glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.46), transparent 26%);
}

.pricing-glass-card > * {
  position: relative;
  z-index: 1;
}

.pricing-glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(127, 59, 188, 0.34);
  box-shadow: 0 30px 90px rgba(70, 32, 105, 0.18);
}

.pricing-glass-card:focus-visible {
  outline: 3px solid rgba(127, 59, 188, 0.28);
  outline-offset: 5px;
}

.pricing-glass-card.is-selected {
  border-color: rgba(127, 59, 188, 0.42);
  box-shadow: 0 32px 96px rgba(70, 32, 105, 0.2);
}

.pricing-card-popular {
  overflow: visible;
  transform: translateY(-16px) scale(1.035);
  border: 2px solid rgba(127, 59, 188, 0.46);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 18% 10%, rgba(241, 219, 255, 0.82), transparent 36%);
  box-shadow: 0 34px 110px rgba(127, 59, 188, 0.2);
}

.pricing-card-popular:hover {
  transform: translateY(-20px) scale(1.035);
}

.pricing-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 8px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #7f3bbc, #9d50db);
  box-shadow: 0 12px 28px rgba(127, 59, 188, 0.28);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pricing-card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.pricing-card-topline span {
  color: #5f4a70;
  font-size: 13px;
  font-weight: 700;
}

.pricing-card-topline strong {
  color: #7f3bbc;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
}

.pricing-glass-card h2 {
  color: #1e1a22;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.pricing-description {
  margin-top: 16px;
  color: #6f5387;
  font-size: 15px;
  line-height: 1.8;
}

.pricing-highlight {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(127, 59, 188, 0.22);
  border-radius: 12px;
  color: #4c245f;
  background: rgba(241, 219, 255, 0.42);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.pricing-divider {
  width: 100%;
  height: 1px;
  margin: auto 0 24px;
  background: linear-gradient(90deg, transparent, rgba(127, 59, 188, 0.2), transparent);
}

.pricing-feature-list {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  color: #4c4452;
  font-size: 14px;
  line-height: 1.65;
}

.pricing-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pricing-check {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  background: rgba(127, 59, 188, 0.13);
}

.pricing-check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #7f3bbc;
  border-bottom: 2px solid #7f3bbc;
  transform: rotate(-45deg);
}

.pricing-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-tier-details {
  max-width: 1040px;
  margin: 36px auto 0;
}

.service-tier-detail-panel {
  position: relative;
  padding: 24px 6px 0;
  border-top: 1px solid rgba(127, 59, 188, 0.22);
}

.service-tier-detail-panel[hidden] {
  display: none;
}

.service-detail-kicker {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #7f3bbc;
  background: rgba(241, 219, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
}

.service-tier-detail-panel h3 {
  max-width: 820px;
  margin-top: 16px;
  color: #1e1a22;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: 0;
}

.service-tier-detail-panel > div:first-child > p {
  max-width: 820px;
  margin-top: 12px;
  color: #6b587d;
  font-size: 16px;
  line-height: 1.85;
}

.service-detail-list {
  display: grid;
  gap: 0;
  margin-top: 26px;
  counter-reset: service-detail;
}

.service-detail-list li {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  padding: 22px 0 22px 54px;
  border-top: 1px solid rgba(127, 59, 188, 0.13);
  counter-increment: service-detail;
}

.service-detail-list li::before {
  content: counter(service-detail, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 22px;
  color: rgba(127, 59, 188, 0.42);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 850;
}

.service-detail-list strong {
  display: block;
  color: #281033;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.7;
}

.service-detail-list p {
  margin-top: 0;
  color: #6b587d;
  font-size: 15px;
  line-height: 1.82;
}

.service-detail-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #7f3bbc;
  font-size: 14px;
  font-weight: 850;
}

.service-detail-link::after {
  content: ">";
  margin-left: 7px;
}

.pricing-action-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #7f3bbc, #9c4ed7);
  box-shadow: 0 18px 34px rgba(127, 59, 188, 0.24);
}

.pricing-action-secondary {
  color: #7f3bbc;
  border: 1px solid rgba(127, 59, 188, 0.24);
  background: rgba(255, 255, 255, 0.68);
}

.pricing-action:hover {
  transform: translateY(-2px);
}

.pricing-action-primary:hover {
  box-shadow: 0 22px 40px rgba(127, 59, 188, 0.3);
}

.pricing-action-secondary:hover {
  background: rgba(241, 219, 255, 0.44);
}

.pricing-ripple {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%) scale(0);
  animation: pricing-ripple 0.68s ease-out forwards;
}

@keyframes pricing-ripple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-glass-card,
  .pricing-action,
  .pricing-ripple,
  .service-tier-detail-panel {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .service-pricing-shell {
    justify-content: flex-start;
    min-height: auto;
  }

  .service-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .pricing-glass-card,
  .pricing-card-popular,
  .pricing-card-popular:hover {
    min-height: auto;
    transform: none;
  }

  .service-tier-details {
    margin-top: 28px;
  }

  .service-detail-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 44px;
  }
}

@media (max-width: 640px) {
  .service-details-page {
    padding: 112px 0 72px;
  }

  .service-pricing-shell {
    width: min(100% - 32px, 1120px);
  }

  .service-pricing-header {
    margin-bottom: 36px;
  }

  .service-pricing-header h1 {
    font-size: clamp(34px, 12vw, 52px);
    line-height: 1.12;
  }

  .service-pricing-header p {
    font-size: 15px;
  }

  .pricing-glass-card {
    padding: 24px;
    border-radius: 20px;
  }

  .service-tier-detail-panel {
    padding: 22px 0 0;
  }

  .service-tier-detail-panel h3 {
    font-size: 22px;
  }

  .service-detail-list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-card-topline strong {
    font-size: 36px;
  }
}

/* Main-site chrome for embedded DeepExtract page */
.deepextract-page {
  --green: #9B5CFF;
  --green-hover: #B06CFF;
  --brand-gradient: linear-gradient(135deg, #7A4BD9 0%, #9B5CFF 48%, #D18BFF 100%);
  --text: #111;
}

.deepextract-page a {
  color: inherit;
  text-decoration: none;
}

.deepextract-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 34px;
  padding: 0 calc((100% - min(1200px, 85vw)) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(90deg, #7f4bf2 0%, #a15fff 50%, #c875ff 100%);
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
}

.deepextract-topbar a {
  min-width: 88px;
  height: 24px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #9b5cff;
  background: rgba(255, 255, 255, .92);
  font-weight: 600;
  line-height: 24px;
}

.deepextract-page .site-header {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 60px;
  color: #111;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.deepextract-page .header-inner {
  width: min(1400px, calc(100% - 48px));
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deepextract-page .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.deepextract-page .brand-logo {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.deepextract-page .brand-text {
  font-size: 22px;
  font-weight: 500;
}

.deepextract-page .nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.24vw, 24px);
  height: 100%;
  margin-left: auto;
  margin-right: 24px;
}

.deepextract-page .nav-link,
.deepextract-page .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, .87);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.deepextract-page .nav-link:hover,
.deepextract-page .nav-item:hover,
.deepextract-page .mega-menu a:hover {
  color: var(--green);
}

.deepextract-page .chevron {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.deepextract-page .mega-menu {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 260px;
  padding: 10px;
  transform: translateX(-50%) translateY(8px);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.deepextract-page .product-menu {
  width: 340px;
}

.deepextract-page .has-menu:hover .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.deepextract-page .mega-menu a {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 6px;
  color: rgba(0, 0, 0, .87);
  font-size: 15px;
}

.deepextract-page .mega-menu a:hover {
  background: rgba(0, 0, 0, .04);
}

.deepextract-page .nav-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-size: 20px 20px;
}

.deepextract-page .icon-6 { background-image: url(../../../assets/nav-6.svg); }
.deepextract-page .icon-5 { background-image: url(../../../assets/nav-5.svg); }
.deepextract-page .icon-4 { background-image: url(../../../assets/nav-4.svg); }
.deepextract-page .icon-0 { background-image: url(../../../assets/nav-0.svg); }
.deepextract-page .icon-2 { background-image: url(../../../assets/nav-2.svg); }
.deepextract-page .icon-3 { background-image: url(../../../assets/nav-3.svg); }
.deepextract-page .icon-1 { background-image: url(../../../assets/nav-1.svg); }

.deepextract-page .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.deepextract-page .pill {
  min-width: 120px;
  height: 44px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  color: #fff;
  background: var(--brand-gradient);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(155, 92, 255, .24);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.deepextract-page .pill:hover,
.deepextract-page .pill.active {
  background: linear-gradient(135deg, #8D55EC 0%, #B06CFF 52%, #E0A7FF 100%);
  box-shadow: 0 10px 26px rgba(155, 92, 255, .32);
}

.deepextract-page .pill.small {
  min-width: 118px;
  height: 36px;
  padding: 0 18px;
  font-size: 16px;
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

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

.apply-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 8, 20, .58);
  backdrop-filter: blur(8px);
}

.apply-modal-panel {
  position: relative;
  width: min(460px, 100%);
  padding: 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(35, 20, 52, .28);
}

.apply-modal-panel h2 {
  margin: 0 0 24px;
  color: #1f1630;
  font-family: 'Epilogue', sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.apply-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #6c5a7e;
  background: #f4eff8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.apply-form {
  display: grid;
  gap: 16px;
}

.apply-form label {
  display: grid;
  gap: 8px;
  color: #3f334f;
  font-size: 14px;
  font-weight: 700;
}

.apply-form input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(127, 59, 188, .18);
  border-radius: 10px;
  background: #fbf8ff;
  color: #1f1630;
  font: inherit;
  outline: none;
}

.apply-form input:focus {
  border-color: #9b5cff;
  box-shadow: 0 0 0 3px rgba(155, 92, 255, .14);
}

.apply-form button[type="submit"] {
  height: 48px;
  margin-top: 6px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #7A4BD9 0%, #9B5CFF 48%, #D18BFF 100%);
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .deepextract-page .nav {
    display: none;
  }

  .deepextract-page .header-inner {
    width: calc(100% - 28px);
  }
}

@media (max-width: 720px) {
  .deepextract-topbar {
    padding: 0 12px;
    font-size: 12px;
  }

  .deepextract-topbar span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .deepextract-page .site-header {
    height: 64px;
  }

  .deepextract-page .header-actions {
    gap: 8px;
  }

  .deepextract-page .pill.small {
    min-width: 0;
    padding: 0 12px;
    font-size: 13px;
  }

  .apply-modal-panel {
    padding: 28px 20px 22px;
  }
}

.deepextract-service-page .site-header {
  top: 0;
}

.deepextract-service-page .service-details-page {
  padding-top: 104px;
}

.apply-modal-panel {
  overflow: hidden;
  border: 1px solid rgba(155, 92, 255, .16);
  background:
    radial-gradient(circle at 0% 0%, rgba(209, 139, 255, .20), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(127, 59, 188, .12), transparent 32%),
    #ffffff;
}

.apply-modal-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #7A4BD9, #9B5CFF, #D18BFF);
}

.apply-modal-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #7A4BD9;
  background: linear-gradient(135deg, rgba(155, 92, 255, .16), rgba(209, 139, 255, .20));
}

.apply-modal-mark .local-svg-icon {
  width: 26px;
  height: 26px;
}

.apply-modal-eyebrow {
  margin: 0 0 8px;
  color: #7A4BD9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.apply-modal-lead {
  margin: -12px 0 24px;
  color: rgba(31, 22, 48, .66);
  font-size: 14px;
  line-height: 1.8;
}

.apply-form label span {
  display: block;
}

.apply-form .field-tag {
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}
.apply-form .field-tag.req { color: #e5484d; background: rgba(229, 72, 77, .12); }
.apply-form .field-tag.opt { color: rgba(63, 51, 79, .58); background: rgba(63, 51, 79, .08); }

.apply-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: .72;
}

.apply-form-status {
  min-height: 22px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.apply-form-status.is-pending {
  color: #7A4BD9;
}

.apply-form-status.is-success {
  color: #16824b;
}

.apply-form-status.is-error {
  color: #b42318;
}

.deepextract-page:not(.deepextract-service-page) #hero.hero-section {
  margin-top: 94px;
  min-height: calc(100svh - 94px);
}

@media (max-width: 720px) {
  .deepextract-page:not(.deepextract-service-page) #hero.hero-section {
    margin-top: 98px;
    min-height: calc(100svh - 98px);
  }
}
