/* AxisFlow WeChat Contact frontend extracted from uploaded HTML. */
body {
      font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
      background: #ffffff;
      color: #111827;
      overflow-x: hidden;
    }

    .glass-nav {
      background: rgba(255,255,255,0.74);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255,255,255,0.76);
      box-shadow:
        0 8px 24px rgba(17,24,39,0.035),
        inset 0 1px 0 rgba(255,255,255,0.76);
      transition: all .35s cubic-bezier(.2,.8,.2,1);
    }

    .glass-nav.scrolled {
      background: rgba(255,255,255,0.86);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
      border-color: rgba(229,231,235,0.94);
      box-shadow:
        0 14px 28px rgba(17,24,39,0.05),
        inset 0 1px 0 rgba(255,255,255,0.82);
      transform: translateY(-1px);
    }

    .glass-drawer {
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.76));
      backdrop-filter: blur(28px);
      -webkit-backdrop-filter: blur(28px);
      border-left: 1px solid rgba(255,255,255,0.72);
      box-shadow:
        -20px 0 64px rgba(17,24,39,0.10),
        inset 1px 0 0 rgba(255,255,255,0.36);
    }

    .drawer-glow {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 24% 14%, rgba(255,255,255,0.95), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(226,232,240,0.46), transparent 24%),
        radial-gradient(circle at 50% 100%, rgba(243,244,246,0.76), transparent 38%);
      filter: blur(34px);
      opacity: .95;
    }

    .noise {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .025;
      background-image:
        radial-gradient(circle at 20% 20%, #000 0.5px, transparent 0.6px),
        radial-gradient(circle at 80% 40%, #000 0.5px, transparent 0.6px),
        radial-gradient(circle at 50% 80%, #000 0.5px, transparent 0.6px);
      background-size: 18px 18px, 22px 22px, 20px 20px;
    }

    .drawer-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 14px;
      border-radius: 14px;
      color: #374151;
      font-size: 14px;
      transition: all .22s cubic-bezier(.2,.8,.2,1);
      background: rgba(255,255,255,0.36);
    }

    .drawer-link:hover {
      color: #111827;
      background: rgba(255,255,255,0.8);
      transform: translateX(2px);
    }

    .menu-number {
      font-size: 11px;
      letter-spacing: .16em;
      color: #9ca3af;
    }

    .drawer-social a {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      border: 1px solid rgba(229,231,235,0.92);
      background: rgba(255,255,255,0.6);
      color: #6b7280;
      transition: all .22s ease;
    }

    .drawer-social a:hover {
      color: #111827;
      background: rgba(255,255,255,0.84);
      transform: translateY(-1px);
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 9999px;
      font-size: 12px;
      font-weight: 500;
      color: #4b5563;
      background: #fafafa;
      border: 1px solid #e5e7eb;
    }

    .hero-grid {
      background-image:
        linear-gradient(to right, rgba(17,24,39,0.024) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(17,24,39,0.024) 1px, transparent 1px);
      background-size: 36px 36px;
    }

    .orb {
      position: absolute;
      border-radius: 9999px;
      filter: blur(52px);
      opacity: .75;
      pointer-events: none;
    }

    .orb-1 {
      width: 220px;
      height: 220px;
      top: -30px;
      left: -60px;
      background: radial-gradient(circle, rgba(243,244,246,0.95), rgba(243,244,246,0.08));
    }

    .orb-2 {
      width: 300px;
      height: 300px;
      right: -90px;
      top: 12%;
      background: radial-gradient(circle, rgba(229,231,235,0.95), rgba(229,231,235,0.08));
    }

    .orb-3 {
      width: 240px;
      height: 240px;
      bottom: -60px;
      left: 24%;
      background: radial-gradient(circle, rgba(249,250,251,0.95), rgba(249,250,251,0.08));
    }

    .hero-side {
      border-left: 1px solid #eceff3;
      padding-left: 24px;
    }

    .minimal-row {
      padding: 18px 0;
      border-bottom: 1px solid #f1f5f9;
    }

    .minimal-row:first-child {
      padding-top: 0;
    }

    .minimal-row:last-child {
      border-bottom:;
      padding-bottom: 0;
    }

    .qr-panel {
      border: 1px solid #e7ebef;
      border-radius: 28px;
      background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
      box-shadow:
        0 10px 26px rgba(17,24,39,0.035),
        inset 0 1px 0 rgba(255,255,255,0.9);
    }

    .qr-stage {
      border-radius: 22px;
      background:
        linear-gradient(to right, rgba(17,24,39,0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(17,24,39,0.02) 1px, transparent 1px);
      background-size: 18px 18px;
      background-color: #ffffff;
    }

    .metric-line {
      border-top: 1px solid #f1f5f9;
    }

    .subtle-grid-item {
      padding-top: 18px;
      border-top: 1px solid #f1f5f9;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 9999px;
      border: 1px solid #e5e7eb;
      background: #fff;
      color: #4b5563;
      font-size: 12px;
      font-weight: 500;
    }

    .btn-smooth {
      transition:
        transform .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease;
    }

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

    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition:
        opacity .9s cubic-bezier(.2,.8,.2,1),
        transform .9s cubic-bezier(.2,.8,.2,1);
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-delay-1 { transition-delay: .08s; }
    .reveal-delay-2 { transition-delay: .16s; }
    .reveal-delay-3 { transition-delay: .24s; }

    .section-divider {
      position: relative;
    }

    .section-divider::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: min(92%, 1120px);
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(229,231,235,0.95), transparent);
    }

    @media (max-width: 1023px) {
      .hero-side {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #eef2f6;
        padding-top: 20px;
      }
    }

/* CMS-controlled helper */
.qr-stage img { width:100%; height:100%; object-fit:cover; display:block; }
.admin-mobile-login { display:inline-flex; color:#374151; transition:all .22s ease; }
.admin-mobile-login:hover { color:#111827; }
