﻿:root {
      --bg: #050b18;
      --bg2: #0b1730;
      --card: rgba(255,255,255,.085);
      --card2: rgba(255,255,255,.12);
      --line: rgba(255,255,255,.15);
      --line2: rgba(255,255,255,.24);
      --text: rgba(255,255,255,.94);
      --muted: rgba(255,255,255,.66);
      --soft: rgba(255,255,255,.48);
      --blue: #85b8ff;
      --cyan: #91edff;
      --pink: #efc4d8;
      --max: 1180px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      min-height: 100vh;
      font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text);
      background: var(--bg);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .page {
      position: relative;
      min-height: 100vh;
      padding: 24px;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(circle at 82% 76%, rgba(239,196,216,.30), transparent 27%),
        radial-gradient(circle at 58% 38%, rgba(133,184,255,.18), transparent 30%),
        radial-gradient(circle at 16% 18%, rgba(145,237,255,.12), transparent 24%),
        linear-gradient(135deg, #050b18 0%, #08152d 42%, #172b54 78%, #26345d 100%);
    }

    .page::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity: .45;
      mask-image: linear-gradient(120deg, rgba(0,0,0,.82), rgba(0,0,0,.55), transparent 92%);
    }

    .page::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        radial-gradient(circle at 24% 28%, rgba(255,255,255,.14), transparent 1px),
        radial-gradient(circle at 46% 20%, rgba(255,255,255,.12), transparent 1px),
        radial-gradient(circle at 72% 32%, rgba(255,255,255,.16), transparent 1px),
        radial-gradient(circle at 90% 58%, rgba(255,255,255,.12), transparent 1px),
        radial-gradient(circle at 36% 80%, rgba(255,255,255,.10), transparent 1px);
    }

    .wrap {
      width: min(100%, var(--max));
      min-height: calc(100vh - 48px);
      margin: 0 auto;
      display: grid;
      grid-template-rows: 1fr auto;
      gap: 22px;
    }

    .topbar {
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.03em;
    }

    .mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      background:
        radial-gradient(circle at 30% 25%, #fff, rgba(255,255,255,.12) 31%),
        linear-gradient(145deg, rgba(145,237,255,.86), rgba(133,184,255,.28));
      border: 1px solid rgba(255,255,255,.24);
      box-shadow: 0 0 32px rgba(145,237,255,.16);
    }

    .brand span {
      font-size: 20px;
      color: #fff;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 999px;
      background: rgba(255,255,255,.065);
      backdrop-filter: blur(18px);
    }

    .nav a {
      padding: 9px 15px;
      border-radius: 999px;
      color: rgba(255,255,255,.62);
      font-size: 14px;
      font-weight: 800;
      transition: .22s ease;
    }

    .nav a.active,
    .nav a:hover {
      background: rgba(255,255,255,.90);
      color: #061024;
    }

    .consult {
      min-width: 112px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255,255,255,.92);
      color: #061024;
      font-size: 14px;
      font-weight: 900;
      box-shadow: 0 18px 42px rgba(0,0,0,.18);
    }

    .main {
      align-self: center;
      display: grid;
      gap: 24px;
    }

    .hero {
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
      gap: 24px;
      align-items: stretch;
    }

    .hero-card,
    .process-panel,
    .summary {
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)),
        rgba(255,255,255,.05);
      backdrop-filter: blur(22px);
      box-shadow: 0 28px 86px rgba(0,0,0,.20);
    }

    .hero-card {
      min-height: 350px;
      padding: clamp(28px, 4vw, 46px);
      border-radius: 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      right: -120px;
      bottom: -120px;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(145,237,255,.18), transparent 68%);
      pointer-events: none;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,.72);
      font-size: 13px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .kicker::before {
      content: "";
      width: 44px;
      height: 2px;
      background: linear-gradient(90deg, var(--cyan), transparent);
    }

    .title {
      position: relative;
      z-index: 1;
      font-size: clamp(46px, 5.2vw, 72px);
      line-height: .98;
      letter-spacing: -.075em;
      font-weight: 950;
      color: #fff;
      text-shadow: 0 24px 72px rgba(0,0,0,.32);
    }

    .title span {
      display: block;
      margin-top: 8px;
      font-size: clamp(30px, 3.6vw, 48px);
      line-height: 1.05;
      background: linear-gradient(90deg, #fff 0%, #dce8ff 55%, #ffd6e8 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .lead {
      position: relative;
      z-index: 1;
      max-width: 680px;
      margin-top: 22px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.86;
    }

    .actions {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 21px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .btn:hover {
      transform: translateY(-3px);
    }

    .btn.primary {
      background: #fff;
      color: #061024;
      box-shadow: 0 18px 46px rgba(255,255,255,.13);
    }

    .btn.ghost {
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(255,255,255,.075);
      color: rgba(255,255,255,.88);
    }

    .process-panel {
      min-height: 350px;
      padding: 24px;
      border-radius: 36px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
    }

    .panel-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
      padding: 4px 2px 0;
    }

    .panel-head h2 {
      color: #fff;
      font-size: clamp(26px, 2.9vw, 38px);
      line-height: 1.1;
      letter-spacing: -.06em;
    }

    .panel-head p {
      max-width: 250px;
      color: var(--soft);
      font-size: 13px;
      line-height: 1.65;
      text-align: right;
    }

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

    .service {
      min-height: 112px;
      padding: 16px;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.13);
      background:
        radial-gradient(circle at 20% 0%, rgba(255,255,255,.13), transparent 34%),
        rgba(255,255,255,.065);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .service:hover {
      transform: translateY(-4px);
      border-color: rgba(255,255,255,.24);
      background:
        radial-gradient(circle at 20% 0%, rgba(255,255,255,.18), transparent 34%),
        rgba(255,255,255,.09);
    }

    .num {
      display: inline-grid;
      place-items: center;
      width: 36px;
      height: 36px;
      margin-bottom: 10px;
      border-radius: 14px;
      background: rgba(255,255,255,.9);
      color: #061024;
      font-size: 12px;
      font-weight: 950;
    }

    .service h3 {
      color: #fff;
      font-size: 17px;
      margin-bottom: 7px;
      letter-spacing: -.03em;
    }

    .service p {
      color: rgba(255,255,255,.61);
      font-size: 13px;
      line-height: 1.62;
    }

    .summary {
      padding: 20px 26px;
      border-radius: 28px;
      color: rgba(255,255,255,.82);
      font-size: 15px;
      line-height: 1.78;
      text-align: center;
    }

    .summary strong {
      color: #fff;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      animation: reveal .7s cubic-bezier(.2,.8,.2,1) forwards;
    }

    .d1 { animation-delay: .08s; }
    .d2 { animation-delay: .16s; }
    .d3 { animation-delay: .24s; }

    @keyframes reveal {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 1080px) {
      .wrap {
        min-height: auto;
      }

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

      .hero-card,
      .process-panel {
        min-height: auto;
      }

      .nav {
        display: none;
      }
    }

    @media (max-width: 720px) {
      .page {
        padding: 16px 14px 28px;
      }

      .wrap {
        gap: 18px;
      }

      .topbar {
        height: 54px;
      }

      .brand span {
        font-size: 17px;
      }

      .consult {
        min-width: 94px;
      }

      .hero-card,
      .process-panel {
        border-radius: 28px;
        padding: 22px;
      }

      .title {
        font-size: clamp(40px, 13vw, 60px);
      }

      .title span {
        font-size: clamp(26px, 8vw, 38px);
      }

      .lead {
        font-size: 14.5px;
      }

      .panel-head {
        display: block;
      }

      .panel-head p {
        margin-top: 8px;
        text-align: left;
      }

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

      .summary {
        text-align: left;
        padding: 18px 20px;
      }
    }

    @media (min-width: 1081px) and (max-height: 820px) {
      .page {
        padding-top: 18px;
        padding-bottom: 18px;
      }

      .wrap {
        min-height: calc(100vh - 36px);
        gap: 14px;
      }

      .topbar {
        height: 50px;
      }

      .hero-card,
      .process-panel {
        min-height: 320px;
      }

      .hero-card {
        padding: 34px;
      }

      .service {
        min-height: 100px;
        padding: 13px 14px;
      }

      .service p {
        font-size: 12.5px;
        line-height: 1.55;
      }

      .summary {
        padding: 16px 22px;
      }
    }

/* Shared primary navigation for every static page. */
:root {
  --site-nav-height: 92px;
}

body.site-page {
  padding-top: var(--site-nav-height);
}

.site-topbar {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(72px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 0 clamp(28px, 4.8vw, 70px);
  pointer-events: none;
}

.site-brand,
.site-nav,
.site-menu-btn,
.site-mobile-menu {
  pointer-events: auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #f7fbff;
  text-decoration: none;
}

.site-brand-logo {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 229, 255, .18));
}

.site-brand-name {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.site-brand-name strong {
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 950;
  letter-spacing: -.06em;
}

.site-brand-name small {
  color: #00e5ff;
  font-size: clamp(10px, .8vw, 13px);
  font-weight: 850;
  letter-spacing: .03em;
  white-space: nowrap;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(82px, 1fr));
  align-items: center;
  justify-content: center;
  column-gap: clamp(6px, .7vw, 14px);
  width: clamp(680px, 46vw, 880px);
  height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(8,14,32,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 56px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
}

.site-nav a,
.site-mobile-menu a {
  color: rgba(247,250,255,.86);
  text-decoration: none;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 850;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  text-shadow: 0 8px 26px rgba(0,0,0,.28);
}

.site-nav a:hover,
.site-nav a.is-current,
.site-mobile-menu a:hover,
.site-mobile-menu a.is-current {
  color: #00e5ff;
  background: rgba(0,229,255,.10);
}

.site-menu-btn {
  justify-self: end;
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #f7fbff;
  background: rgba(8,14,32,.58);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.site-mobile-menu {
  position: fixed;
  top: 82px;
  left: 18px;
  right: 18px;
  z-index: 99;
  display: none;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(8,14,32,.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 62px rgba(0,0,0,.35);
}

.site-mobile-menu.is-open {
  display: grid;
}

.site-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 12px;
}

.module-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #f7fbff !important;
  text-decoration: none !important;
}

.module-brand-logo {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 24px rgba(0, 229, 255, .16)) !important;
}

.module-brand-text {
  display: grid !important;
  gap: 3px !important;
  line-height: 1 !important;
}

.module-brand-text strong {
  color: #f7fbff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
  white-space: nowrap !important;
}

.module-brand-text small {
  color: #00e5ff !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  .site-topbar {
    grid-template-columns: minmax(168px, 1fr) auto 48px;
    padding: 0 24px;
  }

  .site-nav {
    width: clamp(540px, 58vw, 740px);
    grid-template-columns: repeat(6, minmax(68px, 1fr));
    padding: 0 20px;
  }
}

@media (max-width: 860px) {
  :root {
    --site-nav-height: 82px;
  }

  .site-topbar {
    top: 16px;
    grid-template-columns: minmax(168px, 1fr) 42px;
    gap: 12px;
    padding: 0 18px;
  }

  .site-nav {
    display: none;
  }

  .site-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .site-brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-brand-name strong {
    font-size: 18px;
  }

  .site-brand-name small {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .site-brand-name strong {
    font-size: 16px;
  }

  .site-brand-name small {
    font-size: 9px;
  }
}

