:root{
      --bg0:#ffffff;
      --bg1:#fff7f0;
      --bg2:#f5f7ff;
      --text:#1f2937;
      --muted:#6b7280;
      --border:rgba(17,24,39,.10);
      --shadow: 0 14px 40px rgba(13,20,33,.08);
      --shadow2: 0 10px 26px rgba(13,20,33,.10);
      --brand:#6d28d9;
      --brand2:#e11d48;
      --brand3:#f97316;
      --ok:#16a34a;
      --focus: rgba(109,40,217,.35);
      --radius: 16px;
      --radius2: 22px;
      --container: 1140px;
      --gutter: 20px;
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; }
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 420px at 18% -10%, rgba(225,29,72,.14), transparent 55%),
        radial-gradient(900px 360px at 92% 10%, rgba(109,40,217,.12), transparent 52%),
        linear-gradient(180deg, #fff 0%, var(--bg1) 40%, #fff 100%);
      overflow-x:hidden;
    }

    .skip-link{
      position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip-link:focus{
      left:14px;top:14px;width:auto;height:auto;z-index:9999;
      background:#111827;color:#fff;padding:10px 12px;border-radius:12px;
    }

    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--gutter);
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(150%) blur(10px);
      background:rgba(255,255,255,.78);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .header-inner{
      display:flex;align-items:center;justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{ display:flex; align-items:center; gap:12px; min-width: 240px; }
    .brand-link{ display:flex; align-items:center; gap:12px; text-decoration:none; }
    .ai-page-logo{
      width:44px; height:auto;
      border-radius:14px;
      box-shadow: 0 10px 24px rgba(17,24,39,.10);
      background: #fff;
      padding:6px;
      border:1px solid rgba(17,24,39,.08);
      flex:0 0 auto;
    }
    .brand-meta{ display:flex; flex-direction:column; line-height:1.1; }
    .brand-name{ font-weight:800; letter-spacing:.2px; }
    .brand-tag{ font-size:12px; color:var(--muted); margin-top:6px; white-space:nowrap; }

    .nav-desktop{
      display:flex; align-items:center; justify-content:flex-end; gap:18px;
    }
    .nav-links{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
    .nav-link{
      color:#111827; text-decoration:none;
      font-weight:600; font-size:14px;
      padding:10px 10px; border-radius:12px;
      border:1px solid transparent;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .nav-link:hover{
      background:rgba(109,40,217,.06);
      border-color:rgba(109,40,217,.18);
      transform: translateY(-1px);
    }

    .nav-cta{ display:flex; gap:10px; align-items:center; }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:12px 16px;
      border-radius:14px;
      text-decoration:none;
      font-weight:800;
      border:1px solid rgba(17,24,39,.12);
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{ outline:none; box-shadow:0 0 0 4px var(--focus); }
    .btn:active{ transform: translateY(0px) scale(.99); }

    .btn-lg{ padding:14px 18px; border-radius:16px; }
    .w-100{ width:100%; }

    .btn-primary{
      background: linear-gradient(135deg, var(--brand) 0%, #7c3aed 40%, var(--brand2) 100%);
      border-color: rgba(109,40,217,.35);
      color:#fff;
      box-shadow: 0 12px 28px rgba(109,40,217,.22);
    }
    .btn-primary:hover{ transform: translateY(-1px); box-shadow: 0 18px 40px rgba(109,40,217,.25); }

    .btn-ghost{
      background: rgba(255,255,255,.7);
      color:#111827;
      border-color: rgba(17,24,39,.14);
      box-shadow: 0 12px 26px rgba(17,24,39,.06);
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      border-color: rgba(109,40,217,.28);
      background: rgba(255,255,255,.88);
      box-shadow: 0 16px 36px rgba(17,24,39,.08);
    }

    .btn-soft{
      background: rgba(225,29,72,.08);
      color:#111827;
      border-color: rgba(225,29,72,.20);
    }
    .btn-soft:hover{
      transform: translateY(-1px);
      background: rgba(225,29,72,.12);
      border-color: rgba(225,29,72,.28);
    }

    .btn-icon{ opacity:.95; font-weight:900; }

    .nav-toggle{
      display:none;
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.14);
      background:#fff;
      cursor:pointer;
      align-items:center; justify-content:center;
      flex-direction:column;
      gap:5px;
    }
    .toggle-bar{
      width:18px;height:2px;background:#111827;border-radius:2px;
    }

    .mobile-menu{
      display:block;
      border-top:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.95);
    }
    .mobile-menu-inner{
      padding:14px 0 18px;
      display:flex; flex-direction:column; gap:8px;
    }
    .mobile-link{
      text-decoration:none;
      color:#111827;
      font-weight:700;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.7);
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .mobile-link:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.28); background:#fff; }
    .mobile-cta{ display:grid; gap:10px; margin-top:6px; }

    .hero{
      position:relative;
      padding:52px 0 26px;
    }
    .hero-bg{
      position:absolute; inset:0;
      background:
        radial-gradient(900px 440px at 18% 18%, rgba(225,29,72,.18), transparent 58%),
        radial-gradient(850px 420px at 88% 24%, rgba(109,40,217,.18), transparent 56%),
        radial-gradient(520px 280px at 55% 70%, rgba(249,115,22,.14), transparent 60%);
      pointer-events:none;
      opacity:.95;
    }
    .hero-inner{
      position:relative;
      display:grid;
      grid-template-columns: 1.08fr .92fr;
      gap:24px;
      align-items:start;
    }

    .hero-eyebrow{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px; }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      font-weight:800;
      font-size:12px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      color:#111827;
      box-shadow: 0 10px 24px rgba(17,24,39,.05);
    }
    .pill-hot{
      background: rgba(225,29,72,.10);
      border-color: rgba(225,29,72,.24);
    }

    .hero-title{
      font-size:38px;
      line-height:1.08;
      margin:0 0 12px;
      letter-spacing:-.4px;
    }
    .hero-sub{
      margin:0 0 18px;
      color:#374151;
      font-weight:650;
      line-height:1.7;
      max-width: 680px;
    }

    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-bottom:16px;
    }

    .hero-note{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:14px;
    }
    .note-item{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 14px 30px rgba(17,24,39,.05);
    }
    .note-kpi{ font-weight:900; letter-spacing:.2px; }
    .note-desc{ margin-top:6px; color:var(--muted); font-weight:650; font-size:13px; }

    .hero-right{ padding-top:6px; }
    .hero-cards{
      display:grid;
      gap:12px;
      grid-template-columns: 1fr;
    }
    .data-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 18px 44px rgba(17,24,39,.06);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .data-card.in-view{ opacity:1; transform: translateY(0); }
    .data-card:hover{
      transform: translateY(-2px);
      border-color: rgba(109,40,217,.22);
      box-shadow: 0 26px 58px rgba(17,24,39,.08);
    }
    .data-card.alt{
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.66));
      border-color: rgba(109,40,217,.18);
    }
    .data-card.compact{ padding:14px 16px; border-radius:18px; background: rgba(255,255,255,.74); }

    .data-top{ display:flex; align-items:center; justify-content:flex-start; gap:10px; margin-bottom:10px; }
    .data-icon{
      width:34px;height:34px;border-radius:12px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.18);
      font-weight:900;
    }
    .data-label{ font-weight:900; color:#111827; }
    .data-value{
      font-size:34px;
      font-weight:1000;
      letter-spacing:-.6px;
      margin:2px 0 6px;
    }
    .data-unit{ font-size:14px; color:#111827; margin-left:4px; font-weight:900; }
    .data-sub{ color:var(--muted); font-weight:700; line-height:1.5; }

    .hero-right .hero-mini{
      margin-top:12px;
      background: rgba(255,255,255,.65);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:14px 16px;
      box-shadow: 0 18px 44px rgba(17,24,39,.05);
      opacity:0;
      transform: translateY(10px);
    }
    .hero-right .hero-mini.in-view{ opacity:1; transform: translateY(0); }
    .mini-strip{
      display:flex; align-items:center; gap:10px;
      font-weight:900;
      letter-spacing:.2px;
      margin-bottom:12px;
    }
    .mini-dot{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 10px 26px rgba(109,40,217,.28);
    }
    .mini-actions{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .link-cta{
      color:#111827; text-decoration:none;
      font-weight:900;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.7);
      transition: transform .18s ease, border-color .18s ease;
    }
    .link-cta:hover{ transform: translateY(-1px); border-color: rgba(225,29,72,.26); }
    .sep{ color:#9ca3af; font-weight:900; }

    .section{
      padding:52px 0;
    }
    .alt-section{
      background: linear-gradient(180deg, rgba(245,247,255,.85) 0%, rgba(255,255,255,0) 100%);
      border-top:1px solid rgba(17,24,39,.06);
      border-bottom:1px solid rgba(17,24,39,.06);
    }
    .section-head{
      margin-bottom:22px;
    }
    .section-title{
      font-size:26px;
      margin:0 0 10px;
      letter-spacing:-.2px;
    }
    .section-desc{
      margin:0;
      color:var(--muted);
      font-weight:650;
      line-height:1.7;
      max-width:860px;
    }

    .about-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:16px;
      align-items:stretch;
    }
    .about-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: 0 18px 44px rgba(17,24,39,.05);
      padding:18px 18px;
    }
    .about-card.alt{
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.65));
      border-color: rgba(225,29,72,.16);
    }
    .about-kicker{ font-weight:950; color:#111827; }
    .about-title{ margin:10px 0 8px; font-size:18px; letter-spacing:-.1px; }
    .about-text{ margin:0; color:#374151; font-weight:650; line-height:1.7; }
    .tag-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.7);
      color:#111827;
      font-weight:900;
      font-size:12px;
    }
    .tag-accent{
      background: rgba(109,40,217,.10);
      border-color: rgba(109,40,217,.22);
    }

    .checklist{ margin-top:14px; display:grid; gap:10px; }
    .check-item{ display:flex; gap:10px; align-items:flex-start; color:#111827; font-weight:800; }
    .check-ico{
      width:22px;height:22px;border-radius:8px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.20);
      font-weight:1000;
      color: #16a34a;
      flex:0 0 auto;
      margin-top:2px;
    }

    .platform-intro{
      margin-top:18px;
    }
    .platform-intro-inner{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(700px 280px at 10% 10%, rgba(225,29,72,.14), transparent 60%),
        radial-gradient(650px 260px at 85% 25%, rgba(109,40,217,.16), transparent 55%),
        rgba(255,255,255,.72);
      box-shadow: 0 22px 60px rgba(17,24,39,.06);
      padding:20px 18px;
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:16px;
      align-items:stretch;
      overflow:hidden;
    }

    .platform-title{ margin:0 0 10px; font-size:20px; }
    .platform-text{ margin:0; color:#374151; font-weight:650; line-height:1.7; }
    .platform-points{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:10px;
    }
    .point{
      display:flex; align-items:center; gap:10px;
      background: rgba(255,255,255,.66);
      border:1px solid rgba(17,24,39,.10);
      border-radius:14px;
      padding:10px 10px;
      font-weight:900;
    }
    .point-ico{
      width:26px;height:26px;border-radius:10px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.20);
      font-weight:1000;
    }
    .platform-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px; }

    .platform-right{
      position:relative;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.30));
      padding:14px 14px;
      overflow:hidden;
    }
    .orb{
      position:absolute;
      width:220px;height:220px;border-radius:50%;
      right:-70px; top:-80px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,0) 55%),
                  radial-gradient(circle at 50% 50%, rgba(225,29,72,.34), rgba(225,29,72,0) 62%),
                  radial-gradient(circle at 50% 50%, rgba(109,40,217,.32), rgba(109,40,217,0) 64%);
      filter: blur(.2px);
      opacity:.9;
    }
    .flow-grid{
      position:relative;
      display:grid;
      grid-template-columns: 1fr auto 1fr auto 1fr;
      gap:10px 10px;
      align-items:center;
      padding:8px 4px 0;
    }
    .flow-node{
      background: rgba(255,255,255,.68);
      border:1px solid rgba(17,24,39,.10);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 14px 34px rgba(17,24,39,.06);
    }
    .flow-node.accent{ border-color: rgba(109,40,217,.22); }
    .flow-node.accent2{ border-color: rgba(225,29,72,.22); }
    .flow-step{ font-weight:1000; letter-spacing:.2px; margin-bottom:6px; }
    .flow-sub{ color:var(--muted); font-weight:700; line-height:1.4; font-size:13px; }
    .flow-arrow{
      width:28px;height:28px;border-radius:12px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(17,24,39,.10);
      font-weight:1000;
      color:#111827;
    }
    .platform-badges{
      position:absolute; left:14px; bottom:14px;
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .badge{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      font-weight:950; font-size:12px;
    }
    .badge-strong{
      background: rgba(109,40,217,.12);
      border-color: rgba(109,40,217,.24);
    }
    .badge-warm{
      background: rgba(249,115,22,.12);
      border-color: rgba(249,115,22,.25);
    }

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

    .svc-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .svc-card.in-view{ opacity:1; transform: translateY(0); }
    .svc-card:hover{
      transform: translateY(-3px);
      border-color: rgba(225,29,72,.22);
      box-shadow: 0 26px 68px rgba(17,24,39,.08);
    }
    .svc-card.alt{
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60));
      border-color: rgba(109,40,217,.16);
    }
    .svc-top{ display:flex; align-items:center; gap:10px; }
    .svc-ico{
      width:40px;height:40px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      font-size:18px;
      flex:0 0 auto;
    }
    .svc-title{ margin:0; font-size:17px; letter-spacing:-.2px; }
    .svc-text{ margin:10px 0 12px; color:#374151; font-weight:650; line-height:1.7; }
    .svc-meta{ color:var(--muted); font-weight:800; font-size:13px; line-height:1.4; }

    .compact-card{ padding:14px 14px; border-radius:20px; }
    .services-actions{ margin-top:18px; display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }

    .step-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
      margin-top:6px;
    }
    .step{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .step.in-view{ opacity:1; transform: translateY(0); }
    .step:hover{ transform: translateY(-2px); border-color: rgba(109,40,217,.22); }
    .step-num{
      font-weight:1000;
      color:#111827;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      padding:8px 10px;
      border-radius:16px;
      display:inline-block;
      margin-bottom:12px;
      letter-spacing:.4px;
    }
    .step-title{ margin:0 0 8px; font-size:17px; }
    .step-text{ margin:0; color:#374151; font-weight:650; line-height:1.7; }

    .compare-strip{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:14px;
    }
    .strip-item{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:14px 14px;
      box-shadow: 0 20px 56px rgba(17,24,39,.04);
      transition: transform .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .strip-item.in-view{ opacity:1; transform: translateY(0); }
    .strip-item:hover{ transform: translateY(-2px); }
    .strip-ico{ width:38px;height:38px;border-radius:16px; display:flex;align-items:center;justify-content:center; background: rgba(225,29,72,.10); border:1px solid rgba(225,29,72,.18); font-size:18px; margin-bottom:10px; }
    .strip-title{ font-weight:1000; margin-bottom:6px; }
    .strip-desc{ color:var(--muted); font-weight:700; line-height:1.5; }

    .industry-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .industry-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .industry-card.in-view{ opacity:1; transform: translateY(0); }
    .industry-card:hover{ transform: translateY(-2px); border-color: rgba(225,29,72,.22); }
    .industry-card.alt{ border-color: rgba(109,40,217,.18); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .industry-top{ display:flex; align-items:center; gap:10px; margin-bottom:10px; }
    .industry-icon{ width:42px;height:42px;border-radius:18px; display:flex;align-items:center;justify-content:center; background: rgba(109,40,217,.12); border:1px solid rgba(109,40,217,.22); font-size:18px; flex:0 0 auto; }
    .industry-title{ margin:0; font-size:17px; letter-spacing:-.2px; }
    .mini-list{
      margin:0;
      padding-left:16px;
      color:#374151;
      font-weight:650;
      line-height:1.9;
    }
    .small-link{
      display:inline-flex; margin-top:12px;
      text-decoration:none;
      font-weight:950;
      color:#111827;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.7);
      transition: transform .2s ease, border-color .2s ease;
    }
    .small-link:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.24); }

    .network-layout{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .network-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      height:100%;
    }
    .network-kicker{ font-weight:1000; color:#111827; }
    .network-title{ margin:10px 0 8px; font-size:20px; letter-spacing:-.2px; }
    .network-text{ color:#374151; font-weight:650; line-height:1.75; }
    .network-bullets{ margin-top:14px; display:grid; gap:10px; }
    .bullet{ color:#111827; font-weight:800; display:flex; gap:10px; align-items:center; }
    .bullet-ico{ width:10px;height:10px;border-radius:50%; background: rgba(109,40,217,.8); box-shadow: 0 10px 24px rgba(109,40,217,.22); }
    .network-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px; }

    .map-like{
      position:relative;
      height:100%;
      min-height:340px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(520px 260px at 30% 30%, rgba(225,29,72,.16), transparent 60%),
        radial-gradient(520px 260px at 70% 40%, rgba(109,40,217,.18), transparent 60%),
        rgba(255,255,255,.62);
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      overflow:hidden;
    }
    .map-grid{
      position:absolute; inset:-20px;
      background-image:
        linear-gradient(to right, rgba(17,24,39,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(17,24,39,.06) 1px, transparent 1px);
      background-size: 46px 46px;
      transform: rotate(-6deg);
      opacity:.35;
    }
    .map-mark{
      position:absolute;
      width:14px;height:14px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 18px 34px rgba(109,40,217,.20);
    }
    .m1{ left:16%; top:30%; }
    .m2{ left:45%; top:44%; background: linear-gradient(135deg, var(--brand3), var(--brand2)); }
    .m3{ left:70%; top:28%; }
    .m4{ left:60%; top:64%; background: linear-gradient(135deg, var(--brand), var(--brand3)); }

    .map-ring{
      position:absolute;
      width:110px;height:110px;border-radius:50%;
      border:1px solid rgba(109,40,217,.18);
      left:12%; top:22%;
      background: radial-gradient(circle, rgba(109,40,217,.14), transparent 60%);
      opacity:.8;
      animation: ring 3.2s ease-in-out infinite;
    }
    .map-ring.r1{ left:12%; top:22%; border-color: rgba(109,40,217,.18); }
    .map-ring.r2{ left:44%; top:36%; border-color: rgba(225,29,72,.18); animation-delay:.4s; background: radial-gradient(circle, rgba(225,29,72,.12), transparent 60%); }
    .map-ring.r3{ left:66%; top:18%; border-color: rgba(249,115,22,.20); animation-delay:.9s; background: radial-gradient(circle, rgba(249,115,22,.14), transparent 60%); }
    .map-ring.r4{ left:54%; top:58%; border-color: rgba(109,40,217,.16); animation-delay:1.2s; background: radial-gradient(circle, rgba(109,40,217,.10), transparent 60%); }
    @keyframes ring{
      0%,100%{ transform: scale(.92); opacity:.55; }
      50%{ transform: scale(1.05); opacity:.92; }
    }

    .map-label{
      position:absolute;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      font-weight:950;
      color:#111827;
      box-shadow: 0 14px 34px rgba(17,24,39,.05);
      font-size:13px;
      white-space:nowrap;
    }
    .l1{ left:6%; top:58%; }
    .l2{ left:42%; top:64%; }
    .l3{ left:68%; top:50%; }
    .l4{ left:56%; top:18%; }

    .network-right{ display:flex; flex-direction:column; gap:12px; }
    .network-mini{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px;
      margin-top:0;
    }
    .mini-metric{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:14px 14px;
      box-shadow: 0 20px 56px rgba(17,24,39,.04);
    }
    .mini-metric-num{
      font-weight:1000; font-size:18px; letter-spacing:-.2px;
      margin-bottom:6px;
    }
    .mini-metric-label{ color:var(--muted); font-weight:750; line-height:1.5; font-size:13px; }

    .process-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .process-col{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
    }
    .process-col.alt{ border-color: rgba(109,40,217,.16); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .process-title{ font-weight:1000; margin-bottom:12px; font-size:18px; }
    .pill-list{ display:flex; gap:10px; flex-wrap:wrap; }

    .process-callout{
      margin-top:14px;
      display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
    }
    .callout-ico{
      width:46px;height:46px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(225,29,72,.10);
      border:1px solid rgba(225,29,72,.20);
      font-size:18px;
      flex:0 0 auto;
    }
    .callout-body{ flex:1 1 340px; }
    .callout-title{ font-weight:1000; margin-bottom:6px; }
    .callout-desc{ color:var(--muted); font-weight:700; line-height:1.6; }

    .cases-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .case-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
      cursor: default;
      opacity:0;
      transform: translateY(10px);
    }
    .case-card.in-view{ opacity:1; transform: translateY(0); }
    .case-card:hover{
      transform: translateY(-2px);
      border-color: rgba(109,40,217,.22);
      box-shadow: 0 26px 68px rgba(17,24,39,.08);
    }
    .case-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px; }
    .case-icon{
      width:42px;height:42px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      font-size:18px;
    }
    .case-badge{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      font-weight:1000;
      font-size:12px;
      color:#111827;
      white-space:nowrap;
    }
    .case-title{ margin:0 0 10px; font-size:16px; letter-spacing:-.2px; }
    .case-text{ margin:0 0 12px; color:#374151; font-weight:650; line-height:1.7; min-height: 56px; }
    .case-tags{ display:flex; gap:10px; flex-wrap:wrap; }

    .cases-grid .case-card.alt .case-icon{ background: rgba(225,29,72,.10); border-color: rgba(225,29,72,.20); }

    .cases-bottom{
      margin-top:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 20px 56px rgba(17,24,39,.05);
      display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;
    }
    .cases-cta-title{ font-weight:1000; margin-bottom:6px; }
    .cases-cta-desc{ color:var(--muted); font-weight:700; line-height:1.6; }
    .cases-bottom-right{ display:flex; gap:12px; flex-wrap:wrap; }

    .compare-wrap{
      display:grid;
      grid-template-columns: .88fr 1.12fr;
      gap:14px;
      align-items:start;
    }
    .rating-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
      position:sticky;
      top:86px;
    }
    .rating-top{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
    .rating-label{ font-weight:1000; }
    .stars{ color:#f59e0b; font-size:18px; letter-spacing:2px; }
    .rating-score{ display:flex; align-items:baseline; gap:10px; margin-top:14px; }
    .score-num{ font-size:44px; font-weight:1100; letter-spacing:-.8px; }
    .score-unit{ color:var(--muted); font-weight:900; }
    .rating-desc{ margin-top:8px; color:#374151; font-weight:700; line-height:1.7; }
    .rating-actions{ margin-top:16px; display:flex; gap:12px; flex-wrap:wrap; }

    .table-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .table-head{ margin-bottom:10px; }
    .table-title{ font-weight:1000; font-size:18px; }
    .table-note{ color:var(--muted); font-weight:700; margin-top:6px; line-height:1.6; }
    .table-wrap{
      overflow:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.65);
    }
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width: 640px;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
      font-weight:750;
    }
    .compare-table thead th{
      background: rgba(109,40,217,.10);
      color:#111827;
      font-weight:1000;
    }
    .good-pill{
      display:inline-flex;
      align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.20);
      font-weight:1000;
      white-space:nowrap;
    }
    .good-pill.accent{ background: rgba(109,40,217,.10); border-color: rgba(109,40,217,.22); }
    .good-pill.accent2{ background: rgba(225,29,72,.10); border-color: rgba(225,29,72,.22); }

    .table-foot{ margin-top:10px; }
    .muted{ color:var(--muted); font-weight:700; }

    .match-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .form-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .form-head{ margin-bottom:12px; }
    .form-title{ font-weight:1100; font-size:20px; }
    .form-sub{ color:var(--muted); font-weight:750; margin-top:6px; line-height:1.6; }

    .form{ display:flex; flex-direction:column; gap:12px; }
    .form-row{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
    .field{ display:flex; flex-direction:column; gap:8px; }
    .label{ font-weight:1000; }
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.86);
      color:#111827;
      font-weight:700;
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease;
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(109,40,217,.35);
      box-shadow: 0 0 0 4px var(--focus);
    }

    textarea{ resize: vertical; min-height: 120px; }

    .form-foot{
      display:flex; align-items:flex-start; gap:12px; justify-content:space-between; flex-wrap:wrap;
      margin-top:2px;
    }
    .form-policy{ color:var(--muted); font-weight:700; line-height:1.6; font-size:13px; max-width:320px; }

    .match-side{ display:flex; flex-direction:column; gap:14px; }
    .side-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .side-card.alt{ border-color: rgba(109,40,217,.16); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .side-title{ font-weight:1100; font-size:18px; margin-bottom:12px; }
    .side-steps{ display:flex; flex-direction:column; gap:12px; }
    .side-step{ display:flex; gap:12px; align-items:flex-start; }
    .side-step-ico{
      width:34px;height:34px;border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.20);
      font-weight:1000;
      flex:0 0 auto;
      margin-top:2px;
    }
    .side-step-body{ flex:1; }
    .side-step-title{ font-weight:1000; margin-bottom:4px; }
    .side-step-desc{ color:var(--muted); font-weight:720; line-height:1.6; }

    .side-callout{
      margin-top:12px;
      padding-top:12px;
      border-top:1px dashed rgba(17,24,39,.12);
      display:flex; gap:12px; align-items:center; justify-content:space-between; flex-wrap:wrap;
    }
    .callout-mini-title{ font-weight:1000; margin-bottom:6px; }
    .callout-mini-desc{ color:var(--muted); font-weight:700; line-height:1.6; }
    .tag-cloud{ display:flex; flex-wrap:wrap; gap:10px; }
    .cloud-tag{
      display:inline-flex;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      font-weight:950;
      color:#111827;
      font-size:13px;
    }
    .side-links{ display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; }

    .token-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .price-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .price-top{ display:flex; gap:12px; align-items:center; margin-bottom:12px; }
    .price-ico{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(225,29,72,.10);
      border:1px solid rgba(225,29,72,.20);
      font-size:18px;
      flex:0 0 auto;
    }
    .price-title{ font-weight:1100; font-size:20px; }
    .price-list{ display:grid; gap:12px; }
    .price-item{ display:flex; gap:12px; align-items:flex-start; }
    .price-bullet{
      width:12px;height:12px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      margin-top:5px;
      flex:0 0 auto;
    }
    .price-item-title{ font-weight:1000; margin-bottom:4px; }
    .price-item-desc{ color:var(--muted); font-weight:700; line-height:1.6; }
    .price-actions{ margin-top:14px; display:flex; gap:12px; flex-wrap:wrap; }

    .token-side{ display:flex; flex-direction:column; gap:14px; }
    .mini-table-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .mini-table-head{ margin-bottom:10px; }
    .mini-table-title{ font-weight:1100; font-size:18px; }
    .mini-table-note{ margin-top:6px; color:var(--muted); font-weight:720; line-height:1.6; }
    .mini-table-wrap{
      overflow:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.65);
    }
    .mini-table{
      width:100%;
      border-collapse:collapse;
      min-width: 720px;
    }
    .mini-table th, .mini-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
      font-weight:750;
    }
    .mini-table thead th{
      background: rgba(225,29,72,.10);
      font-weight:1100;
    }
    .level{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px; border-radius:999px; font-weight:1000;
      border:1px solid rgba(17,24,39,.10);
      white-space:nowrap;
    }
    .level-1{ background: rgba(109,40,217,.10); border-color: rgba(109,40,217,.20); }
    .level-2{ background: rgba(249,115,22,.12); border-color: rgba(249,115,22,.26); }
    .level-3{ background: rgba(225,29,72,.12); border-color: rgba(225,29,72,.26); }

    .mini-table-foot{ margin-top:10px; }

    .token-note-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .note-title{ font-weight:1100; font-size:18px; margin-bottom:8px; }
    .note-body{ color:#374151; font-weight:700; line-height:1.7; }
    .note-actions{ margin-top:14px; display:flex; gap:12px; flex-wrap:wrap; }

    .training-grid{
      display:grid;
      grid-template-columns: .98fr 1.02fr;
      gap:14px;
      align-items:start;
    }
    .training-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .training-top{ display:flex; gap:12px; align-items:center; margin-bottom:12px; }
    .train-ico{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      font-size:18px;
      flex:0 0 auto;
    }
    .training-title{ font-weight:1100; font-size:20px; }
    .training-sub{ color:var(--muted); font-weight:720; margin-top:6px; line-height:1.6; }

    .train-list{
      display:grid;
      gap:10px;
      margin-top:12px;
    }
    .train-item{
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      font-weight:950;
    }
    .training-actions{ margin-top:14px; display:flex; gap:12px; flex-wrap:wrap; }

    .training-right{ display:flex; flex-direction:column; gap:14px; }
    .time-line{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .time-title{ font-weight:1100; font-size:18px; margin-bottom:12px; }
    .timeline-items{ display:flex; flex-direction:column; gap:14px; }
    .t-item{ display:flex; gap:12px; align-items:flex-start; }
    .t-dot{
      width:14px;height:14px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      margin-top:5px;
      box-shadow: 0 14px 30px rgba(109,40,217,.20);
      flex:0 0 auto;
    }
    .t-step{ font-weight:1000; margin-bottom:6px; }
    .t-desc{ color:var(--muted); font-weight:720; line-height:1.6; }

    .training-faq-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .training-faq-head{ margin-bottom:12px; }
    .training-faq-title{ font-weight:1100; font-size:18px; }
    .training-faq-sub{ color:var(--muted); font-weight:720; margin-top:6px; line-height:1.6; }
    .training-quick{ display:flex; flex-direction:column; gap:10px; margin-bottom:14px; }
    .quick-row{ display:flex; gap:10px; align-items:center; color:#111827; font-weight:900; }
    .faq-bottom{
      margin-top:16px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
      display:flex; justify-content:space-between; gap:14px; align-items:center; flex-wrap:wrap;
    }
    .faq-bottom-title{ font-weight:1100; margin-bottom:6px; }
    .faq-bottom-desc{ color:var(--muted); font-weight:720; line-height:1.6; }

    .help-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .help-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .help-card.alt{ border-color: rgba(225,29,72,.16); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .help-title{ font-weight:1100; font-size:18px; margin-bottom:10px; }
    .help-links{ display:flex; flex-direction:column; gap:10px; }
    .help-link{
      text-decoration:none;
      font-weight:950;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      color:#111827;
      transition: transform .2s ease, border-color .2s ease;
    }
    .help-link:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.24); }
    .help-note{ color:var(--muted); font-weight:720; line-height:1.7; margin-top:12px; }

    .help-list{ display:grid; gap:12px; }
    .help-item{ display:flex; gap:12px; align-items:flex-start; color:#111827; font-weight:900; }
    .help-ico{
      width:34px;height:34px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(225,29,72,.10);
      border:1px solid rgba(225,29,72,.20);
      flex:0 0 auto;
      margin-top:2px;
    }
    .help-action{ margin-top:14px; }

    .faq-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .faq-col{ display:flex; flex-direction:column; gap:12px; }
    .faq-item{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:10px 12px;
      box-shadow: 0 18px 44px rgba(17,24,39,.04);
      transition: border-color .2s ease, transform .2s ease;
    }
    .faq-item.in-view{ }
    .faq-q{
      width:100%;
      border:none;
      background: transparent;
      text-align:left;
      cursor:pointer;
      padding:12px 8px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      color:#111827;
      border-radius:14px;
    }
    .faq-q:focus{ outline:none; box-shadow: 0 0 0 4px var(--focus); }
    .faq-q:hover{ }
    .faq-state{
      width:34px;height:34px;border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.20);
      font-weight:1000;
    }
    .faq-a{
      padding:0 8px 14px;
      color:#374151;
      font-weight:700;
      line-height:1.7;
    }

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .wiki-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .wiki-card.in-view{ opacity:1; transform: translateY(0); }
    .wiki-card:hover{ transform: translateY(-2px); border-color: rgba(109,40,217,.22); }
    .wiki-card.alt{ background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); border-color: rgba(225,29,72,.14); }
    .wiki-ico{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      font-size:18px;
      margin-bottom:12px;
    }
    .wiki-card.alt .wiki-ico{
      background: rgba(225,29,72,.10);
      border-color: rgba(225,29,72,.20);
    }
    .wiki-title{ margin:0 0 8px; font-size:17px; font-weight:1100; }
    .wiki-text{ margin:0; color:#374151; font-weight:700; line-height:1.7; }

    .articles-layout{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
    }
    .article-list-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .article-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; flex-wrap:wrap; }
    .article-title{ font-weight:1100; font-size:18px; }
    .article-list{
      margin:0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:12px;
    }
    .article-link{
      text-decoration:none;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      transition: transform .2s ease, border-color .2s ease;
    }
    .article-link:hover{ transform: translateY(-1px); border-color: rgba(225,29,72,.22); }
    .article-dot{
      width:12px;height:12px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      margin-top:6px;
      flex:0 0 auto;
    }
    .article-name{ font-weight:1000; color:#111827; flex:1 1 auto; line-height:1.4; }
    .article-meta{ color:var(--muted); font-weight:720; white-space:nowrap; font-size:13px; }

    .article-foot{
      margin-top:14px;
      padding-top:12px;
      border-top:1px dashed rgba(17,24,39,.12);
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .article-foot-text{ color:var(--muted); font-weight:800; }

    .article-side{ display:flex; flex-direction:column; gap:14px; }
    .side-block{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .side-block.alt{ border-color: rgba(109,40,217,.16); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .side-block-title{ font-weight:1100; font-size:18px; margin-bottom:12px; }
    .cloud-wrap{ display:flex; flex-wrap:wrap; gap:10px; }
    .side-block-actions{ margin-top:14px; }
    .route-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .route-item{
      text-decoration:none;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      font-weight:1000;
      color:#111827;
      display:flex; align-items:center; gap:10px;
      transition: transform .2s ease, border-color .2s ease;
    }
    .route-item:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.24); }
    .route-ico{
      width:34px;height:34px;border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      flex:0 0 auto;
    }

    .contact-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .contact-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .contact-title{ font-weight:1100; font-size:20px; margin-bottom:10px; }
    .contact-list{ display:grid; gap:12px; }
    .contact-item{ display:flex; gap:12px; align-items:flex-start; }
    .contact-ico{
      width:42px;height:42px;border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      flex:0 0 auto;
      font-size:18px;
    }
    .contact-item:nth-child(2) .contact-ico{ background: rgba(249,115,22,.12); border-color: rgba(249,115,22,.24); }
    .contact-item:nth-child(3) .contact-ico{ background: rgba(225,29,72,.10); border-color: rgba(225,29,72,.20); }
    .contact-item:nth-child(4) .contact-ico{ background: rgba(16,185,129,.10); border-color: rgba(16,185,129,.20); }

    .contact-label{ color:var(--muted); font-weight:800; font-size:13px; margin-bottom:6px; }
    .contact-value{ color:#111827; font-weight:1000; text-decoration:none; }
    .contact-actions{ margin-top:16px; display:flex; gap:12px; flex-wrap:wrap; }
    .contact-side{ display:flex; flex-direction:column; gap:14px; }
    .wechat-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .wechat-title{ font-weight:1100; font-size:20px; }
    .wechat-sub{ color:var(--muted); font-weight:720; margin-top:6px; line-height:1.6; }
    .qr-wrap{
      margin-top:14px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      padding:12px 12px;
      display:flex; align-items:center; justify-content:center;
    }
    .qr-img{ width:190px; max-width:100%; height:auto; border-radius:12px; }
    .wechat-foot{ margin-top:10px; }
    .wechat-tip{ color:#374151; font-weight:750; line-height:1.6; }

    .contact-note-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .floating-links{
      margin-top:14px;
      display:flex; gap:10px; flex-wrap:wrap; justify-content:center;
    }
    .chip-link{
      text-decoration:none;
      font-weight:950;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      color:#111827;
      transition: transform .2s ease, border-color .2s ease;
    }
    .chip-link:hover{ transform: translateY(-1px); border-color: rgba(225,29,72,.22); }

    .agent-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .agent-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px 18px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .agent-top{ display:flex; gap:12px; align-items:center; margin-bottom:10px; }
    .agent-ico{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(225,29,72,.10);
      border:1px solid rgba(225,29,72,.20);
      font-size:18px;
      flex:0 0 auto;
    }
    .agent-title{ font-weight:1100; font-size:20px; }
    .agent-sub{ color:var(--muted); font-weight:720; margin-top:6px; line-height:1.6; }
    .agent-points{ display:grid; gap:12px; margin-top:12px; }
    .agent-point{ display:flex; gap:12px; align-items:flex-start; color:#111827; font-weight:900; }
    .agent-actions{ margin-top:16px; display:flex; gap:12px; flex-wrap:wrap; }

    .agent-side{ display:flex; flex-direction:column; gap:14px; }
    .partner-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .partner-title{ font-weight:1100; font-size:18px; }
    .partner-desc{ color:var(--muted); font-weight:720; line-height:1.6; margin-top:8px; }
    .partner-grid{
      margin-top:12px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .partner-item{
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      font-weight:950;
      color:#111827;
      line-height:1.4;
    }

    .links-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
    }
    .links-title{ font-weight:1100; font-size:18px; }
    .links-desc{ color:var(--muted); font-weight:720; line-height:1.6; margin-top:8px; }
    .links-grid{ margin-top:12px; display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:10px; }
    .out-link{
      text-decoration:none;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      font-weight:950;
      color:#111827;
      transition: transform .2s ease, border-color .2s ease;
    }
    .out-link:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.24); }

    .agent-final{
      margin-top:14px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
      display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;
    }
    .agent-final-title{ font-weight:1100; margin-bottom:6px; }
    .agent-final-desc{ color:var(--muted); font-weight:720; line-height:1.6; }

    .review-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .review-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 22px 60px rgba(17,24,39,.05);
      transition: transform .22s ease, border-color .22s ease;
      opacity:0;
      transform: translateY(10px);
    }
    .review-card.in-view{ opacity:1; transform: translateY(0); }
    .review-card:hover{ transform: translateY(-2px); border-color: rgba(225,29,72,.22); }
    .review-card.alt{ border-color: rgba(109,40,217,.16); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60)); }
    .review-top{ display:flex; gap:12px; align-items:center; margin-bottom:12px; }
    .review-avatar{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.22);
      font-weight:1100;
      color:#111827;
      flex:0 0 auto;
      letter-spacing:.3px;
    }
    .review-card.alt .review-avatar{ background: rgba(225,29,72,.10); border-color: rgba(225,29,72,.20); }
    .review-name{ font-weight:1100; }
    .review-role{ color:var(--muted); font-weight:720; margin-top:4px; line-height:1.4; font-size:13px; }
    .review-text{ margin:0; color:#374151; font-weight:700; line-height:1.75; }
    .review-foot{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }
    .review-chip{
      padding:8px 10px;
      border-radius:999px;
      background: rgba(255,255,255,.66);
      border:1px solid rgba(17,24,39,.10);
      font-weight:950;
      font-size:12px;
    }

    .site-footer{
      background: #0b1220;
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.10);
      padding:36px 0 26px;
    }
    .footer-inner{ }
    .footer-top{
      display:flex; gap:18px; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;
    }
    .footer-brand{ display:flex; gap:14px; align-items:flex-start; }
    .footer-logo{
      width:52px;height:auto; padding:7px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      box-shadow: 0 18px 44px rgba(0,0,0,.24);
    }
    .footer-name{ font-weight:1100; font-size:18px; margin-bottom:8px; color:#fff; }
    .footer-desc{ color:rgba(229,231,235,.82); font-weight:720; line-height:1.7; max-width:420px; }

    .footer-links{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:16px; }
    .footer-col{ min-width:160px; }
    .footer-title{ font-weight:1100; color:#fff; margin-bottom:12px; }
    .footer-link{
      display:block;
      text-decoration:none;
      color:rgba(229,231,235,.88);
      font-weight:750;
      padding:8px 0;
      transition: color .2s ease;
    }
    .footer-link:hover{ color:#fff; }

    .footer-bottom{
      display:flex; gap:14px; justify-content:space-between; align-items:center;
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid rgba(255,255,255,.10);
      flex-wrap:wrap;
    }
    .footer-small{ color:rgba(229,231,235,.74); font-weight:720; margin-top:6px; line-height:1.6; }
    .footer-link-inline{ color:#fff; text-decoration:none; font-weight:900; border-bottom:1px dashed rgba(255,255,255,.3); }
    .footer-bottom-right{ display:flex; gap:12px; align-items:center; }
    .footer-portal{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      font-weight:1000;
      color:#fff;
      transition: transform .2s ease, border-color .2s ease;
    }
    .footer-portal:hover{ transform: translateY(-1px); border-color: rgba(109,40,217,.45); }
    .to-top{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      color:#fff;
      font-weight:1000;
      cursor:pointer;
      transition: transform .2s ease, border-color .2s ease;
    }
    .to-top:hover{ transform: translateY(-1px); border-color: rgba(225,29,72,.45); }

    .floating-chat{
      position:fixed;
      right:16px; bottom:18px;
      z-index:70;
      border:none;
      width:auto;
      padding:12px 14px;
      border-radius:999px;
      background: linear-gradient(135deg, rgba(109,40,217,.95), rgba(225,29,72,.92));
      color:#fff;
      box-shadow: 0 18px 44px rgba(109,40,217,.25);
      cursor:pointer;
      display:flex; align-items:center; gap:10px;
      font-weight:1100;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .floating-chat:hover{ transform: translateY(-2px); box-shadow: 0 26px 60px rgba(109,40,217,.28); }
    .chat-ico{ font-size:16px; }
    .chat-text{ display:inline-block; }

    .chat-panel{
      position:fixed;
      right:16px; bottom:76px;
      z-index:80;
      width:min(520px, calc(100vw - 32px));
      background: rgba(255,255,255,.96);
      border:1px solid rgba(17,24,39,.12);
      border-radius: 22px;
      box-shadow: 0 34px 90px rgba(0,0,0,.22);
      overflow:hidden;
    }
    .chat-panel-inner{ padding:14px 14px; }
    .chat-head{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding-bottom:10px;
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .chat-title{ font-weight:1100; font-size:18px; color:#111827; }
    .chat-close{
      width:40px;height:40px;border-radius:16px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.7);
      cursor:pointer;
      font-size:18px;
      font-weight:1100;
      color:#111827;
      transition: transform .18s ease, border-color .18s ease;
    }
    .chat-close:hover{ transform: translateY(-1px); border-color: rgba(225,29,72,.26); }
    .chat-body{
      padding-top:12px;
      display:grid;
      grid-template-columns: 160px 1fr;
      gap:14px;
      align-items:start;
    }
    .chat-qr-img{
      width:100%;
      height:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      padding:10px;
    }
    .chat-tips{ padding-top:2px; }
    .chat-tip-title{ font-weight:1100; margin-bottom:10px; }
    .chat-tip-list{ display:grid; gap:8px; }
    .chat-tip{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      font-weight:900;
      color:#111827;
    }
    .chat-actions{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }

    .sr-only{
      position:absolute !important;
      width:1px !important; height:1px !important;
      padding:0 !important; margin:-1px !important;
      overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important;
    }

    .in-view{ opacity:1 !important; transform: translateY(0) !important; }

    @media (max-width: 980px){
      .hero-inner{ grid-template-columns: 1fr; }
      .hero-right{ order: 2; }
      .hero-title{ font-size:34px; }
      .hero-note{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .about-grid{ grid-template-columns: 1fr; }
      .platform-intro-inner{ grid-template-columns: 1fr; }
      .services-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .services-grid.more{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .step-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .compare-wrap{ grid-template-columns: 1fr; }
      .rating-card{ position:static; }
      .match-grid{ grid-template-columns: 1fr; }
      .token-grid{ grid-template-columns: 1fr; }
      .training-grid{ grid-template-columns: 1fr; }
      .help-grid{ grid-template-columns: 1fr; }
      .faq-grid{ grid-template-columns: 1fr; }
      .wiki-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .articles-layout{ grid-template-columns: 1fr; }
      .contact-grid{ grid-template-columns: 1fr; }
      .agent-grid{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr; }
      .cases-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .network-layout{ grid-template-columns: 1fr; }
      .footer-links{ grid-template-columns: 1fr; }
      .footer-col{ min-width:unset; }
      .chat-body{ grid-template-columns: 1fr; }
    }

    @media (max-width: 820px){
      .nav-desktop{ display:none; }
      .nav-toggle{ display:flex; }
      .hero{ padding-top:36px; }
      .services-grid{ grid-template-columns: 1fr; }
      .services-grid.more{ grid-template-columns: 1fr; }
      .industry-grid{ grid-template-columns: 1fr; }
      .cases-grid{ grid-template-columns: 1fr; }
      .hero-note{ grid-template-columns: 1fr; }
      .platform-points{ grid-template-columns: 1fr; }
      .flow-grid{ grid-template-columns: 1fr; gap:10px; }
      .flow-arrow{ display:none; }
      .platform-badges{ position:relative; left:auto; bottom:auto; margin-top:14px; }
    }

    @media (prefers-reduced-motion: reduce){
      *{ scroll-behavior:auto !important; }
      .map-ring{ animation:none !important; }
    }