:root{
      --bg0:#0f1020;
      --bg1:#ffffff;
      --ink:#1f2430;
      --muted:#5b6476;
      --muted2:#7b849a;
      --line:rgba(20,22,33,.12);
      --card:rgba(255,255,255,.86);
      --card2:rgba(255,255,255,.96);
      --shadow: 0 18px 55px rgba(20,18,40,.10);
      --shadow2: 0 10px 30px rgba(20,18,40,.12);
      --purple:#7c3aed;
      --purple2:#a855f7;
      --pink:#ec4899;
      --cyan:#22d3ee;
      --green:#34d399;
      --yellow:#fbbf24;
      --radius:18px;
      --radius2:24px;
      --container:1120px;
      --pad:18px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", sans-serif;
      color:var(--ink);
      background: linear-gradient(180deg, #faf7ff 0%, #ffffff 28%, #fbfbff 70%, #ffffff 100%);
    }

    .skip-link{
      position:absolute; left:-999px; top:8px;
      background:#111827; color:#fff;
      padding:10px 12px; border-radius:10px; z-index:1000;
    }
    .skip-link:focus{left:12px}

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

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

    .site-header{
      position:sticky; top:0; z-index:50;
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(20,22,33,.08);
    }
    .nav-container{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 250px;
    }
    .brand-link{display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit}
    .ai-page-logo{width:46px; height:auto; border-radius:12px; box-shadow:0 10px 25px rgba(124,58,237,.18)}
    .brand-meta{display:flex; flex-direction:column; gap:2px; line-height:1}
    .brand-name{font-weight:800; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); font-weight:600}

    .nav-toggle{
      display:none;
      width:44px; height:44px;
      border:1px solid rgba(20,22,33,.12);
      background:#fff;
      border-radius:14px;
      align-items:center; justify-content:center;
      gap:5px;
      cursor:pointer;
    }
    .nav-toggle-line{
      display:block; width:18px; height:2px; background:rgba(31,36,48,.9);
      border-radius:2px;
    }

    .nav{
      display:flex; align-items:center; justify-content:flex-end;
      gap:18px;
      flex-wrap:wrap;
    }
    .nav-link{
      text-decoration:none;
      color:rgba(31,36,48,.92);
      font-weight:700;
      font-size:14px;
      padding:10px 6px;
      border-radius:10px;
    }
    .nav-link:hover{
      background:rgba(124,58,237,.08);
      color:rgba(124,58,237,1);
    }
    .nav-cta{
      text-decoration:none;
      background: linear-gradient(135deg, var(--purple) 0%, #8b5cf6 35%, var(--pink) 100%);
      color:#fff;
      font-weight:800;
      padding:10px 14px;
      border-radius:14px;
      box-shadow: 0 16px 30px rgba(124,58,237,.24);
      border:1px solid rgba(255,255,255,.20);
      white-space:nowrap;
    }
    .nav-cta:hover{transform: translateY(-1px)}
    .nav-cta{transition: transform .2s ease}

    .hero{
      position:relative;
      overflow:hidden;
      padding:56px 0 36px;
    }
    .hero-bg{position:absolute; inset:-220px -120px auto -120px; height:720px; pointer-events:none; z-index:0}
    .orb{position:absolute; width:520px; height:520px; border-radius:50%; filter: blur(22px); opacity:.32}
    .orb-a{left:-120px; top:40px; background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.9), rgba(124,58,237,0) 60%)}
    .orb-b{right:-120px; top:20px; background: radial-gradient(circle at 40% 35%, rgba(236,72,153,.85), rgba(236,72,153,0) 62%)}
    .gridlines{
      position:absolute; inset:0;
      background:
        linear-gradient(to right, rgba(124,58,237,.10) 1px, transparent 1px) 0 0/46px 46px,
        linear-gradient(to bottom, rgba(34,211,238,.08) 1px, transparent 1px) 0 0/46px 46px;
      mask-image: radial-gradient(circle at 50% 40%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
      opacity:.8;
    }

    .hero-grid{
      position:relative; z-index:1;
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      align-items:start;
    }
    .hero-copy{padding-top:10px}
    .hero-badge{
      display:inline-flex; align-items:center; gap:10px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(124,58,237,.18);
      border-radius:999px;
      padding:10px 14px;
      box-shadow: 0 14px 35px rgba(124,58,237,.12);
      font-weight:800;
      color:rgba(31,36,48,.92);
      font-size:13px;
      white-space:nowrap;
      backdrop-filter: blur(10px);
    }
    .pulse-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--purple) 0%, var(--pink) 100%);
      box-shadow: 0 0 0 0 rgba(124,58,237,.45);
      animation: pulse 1.9s ease-in-out infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(124,58,237,.35)}
      60%{box-shadow:0 0 0 12px rgba(124,58,237,0)}
      100%{box-shadow:0 0 0 0 rgba(124,58,237,0)}
    }

    .hero-title{
      margin:14px 0 12px;
      font-size:40px;
      line-height:1.08;
      letter-spacing:-.6px;
      font-weight:900;
    }
    .hero-desc{
      margin:0 0 18px;
      color:var(--muted);
      font-size:16px;
      line-height:1.8;
      max-width: 560px;
      font-weight:650;
    }
    .hero-actions{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-bottom:16px;
    }

    .btn{
      display:inline-flex;
      align-items:center; justify-content:center;
      gap:10px;
      border-radius:16px;
      padding:12px 16px;
      font-weight:900;
      text-decoration:none;
      border:1px solid rgba(20,22,33,.12);
      background:#fff;
      color:rgba(31,36,48,.95);
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
    }
    .btn:hover{transform: translateY(-1px); box-shadow: 0 18px 45px rgba(17,24,39,.10)}
    .btn:active{transform: translateY(0px)}
    .btn-wide{min-width: 220px}
    .btn-primary{
      background: linear-gradient(135deg, rgba(124,58,237,1) 0%, rgba(168,85,247,1) 35%, rgba(236,72,153,1) 100%);
      color:#fff;
      border-color: rgba(124,58,237,.25);
      box-shadow: 0 18px 45px rgba(124,58,237,.22);
    }
    .btn-primary:hover{box-shadow: 0 25px 70px rgba(124,58,237,.30)}
    .btn-ghost{
      background: rgba(255,255,255,.78);
      border-color: rgba(124,58,237,.20);
    }
    .btn-linkish{
      background: transparent;
      border-color: transparent;
      color: rgba(124,58,237,1);
      padding:10px 6px;
      border-radius:12px;
      font-weight:900;
    }
    .btn-linkish:hover{
      background: rgba(124,58,237,.08);
      box-shadow:none;
      transform: translateY(-1px);
    }

    .hero-chiprow{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:4px;
    }
    .chip{
      font-size:13px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.72);
      font-weight:850;
      color:rgba(31,36,48,.92);
      backdrop-filter: blur(8px);
    }
    .chip-soft{background: rgba(124,58,237,.08); border-color: rgba(124,58,237,.18)}
    .badge{
      display:inline-flex; align-items:center;
      padding:7px 10px;
      border-radius:999px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      font-weight:900;
      color: rgba(124,58,237,1);
      font-size:12px;
    }
    .badge-purple{background: rgba(168,85,247,.10); border-color: rgba(168,85,247,.20)}
    .badge-green{background: rgba(52,211,153,.10); border-color: rgba(52,211,153,.20)}

    .hero-panel{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(124,58,237,.16);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      backdrop-filter: blur(10px);
      padding:18px;
    }
    .panel-top{margin-bottom:14px}
    .panel-title{
      font-weight:950;
      letter-spacing:-.2px;
      font-size:16px;
    }
    .panel-sub{color:var(--muted); font-weight:700; margin-top:4px; font-size:13px}

    .metrics{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
      margin-bottom:14px;
    }
    .metric-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.85);
      border-radius: 16px;
      padding:14px;
      box-shadow: 0 12px 30px rgba(20,18,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      outline:none;
    }
    .metric-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 24px 60px rgba(124,58,237,.18);
    }
    .metric-k{font-weight:900; color: rgba(31,36,48,.88); font-size:13px}
    .metric-v{display:flex; align-items:baseline; gap:10px; margin-top:8px}
    .num{
      font-weight:1000;
      font-size:28px;
      background: linear-gradient(135deg, rgba(124,58,237,1), rgba(236,72,153,1));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .unit{font-weight:900; color:var(--muted); font-size:13px}
    .metric-note{margin-top:6px; color:var(--muted); font-weight:700; font-size:12.5px; line-height:1.6}

    .panel-grid{display:grid; grid-template-columns: 1fr; gap:12px}
    .mini-list{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: 16px;
      padding:14px;
    }
    .mini-head{font-weight:950; margin-bottom:10px}
    .tag-grid{display:flex; flex-wrap:wrap; gap:8px}
    .tag{
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(124,58,237,.06);
      font-weight:900;
      color: rgba(31,36,48,.92);
    }
    .tag-soft{background: rgba(124,58,237,.08); border-color: rgba(124,58,237,.18)}
    .bullets{display:flex; flex-direction:column; gap:10px}
    .bullet{display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-weight:750; font-size:13px}
    .bullet-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, rgba(124,58,237,1), rgba(34,211,238,1));
      margin-top:4px;
      box-shadow: 0 10px 20px rgba(124,58,237,.18);
    }

    .panel-actions{margin-top:12px}
    .panel-actions .btn-wide{width:100%}
    .panel-foot{
      margin-top:10px;
      display:flex; gap:10px; align-items:center;
      color:var(--muted);
      font-weight:800;
      font-size:12.5px;
      justify-content:center;
      padding:6px 0;
    }
    .shield{display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px;
      border-radius:12px; background: rgba(124,58,237,.10); color: rgba(124,58,237,1);
      border:1px solid rgba(124,58,237,.18);
    }

    .hero-micro{
      margin-top:16px;
      display:grid; grid-template-columns: 1fr;
      gap:10px;
    }
    .micro-item{
      display:flex; align-items:center; gap:12px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.66);
      border-radius: 16px;
      padding:12px 12px;
      box-shadow: 0 12px 30px rgba(20,18,40,.05);
    }
    .micro-icon{
      width:40px; height:40px;
      border-radius:14px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .micro-title{font-weight:950; font-size:13.5px}
    .micro-sub{color:var(--muted); font-weight:800; font-size:12.5px; margin-top:2px}

    .section{padding:54px 0}
    .section-alt{
      background: linear-gradient(180deg, rgba(124,58,237,.05), rgba(236,72,153,.03) 50%, rgba(34,211,238,.02) 100%);
      border-top: 1px solid rgba(20,22,33,.06);
      border-bottom: 1px solid rgba(20,22,33,.06);
    }
    .section-head{margin-bottom:22px}
    .h2{
      margin:0;
      font-size:28px;
      letter-spacing:-.4px;
      font-weight:1000;
    }
    .h3{
      margin:0;
      font-size:16px;
      font-weight:980;
      letter-spacing:-.2px;
    }
    .muted{color:var(--muted)}
    .p{color:rgba(31,36,48,.9); font-weight:720; line-height:1.8; margin:10px 0 0}
    .small{font-size:12.5px}

    .reveal{opacity:0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease}
    .in-view{opacity:1; transform: translateY(0)}
    @media (prefers-reduced-motion: reduce){
      .reveal{opacity:1; transform:none; transition:none}
      html{scroll-behavior:auto}
    }

    .about-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .about-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.78);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .about-icon{
      width:46px; height:46px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(236,72,153,.08));
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
    }

    .about-strip{
      margin-top:18px;
      border:1px solid rgba(124,58,237,.14);
      background: rgba(255,255,255,.72);
      border-radius: var(--radius2);
      padding:16px;
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .strip-item{padding:10px 12px; border-radius:16px; background: rgba(255,255,255,.70); border:1px solid rgba(20,22,33,.07)}
    .strip-k{font-weight:980}
    .strip-v{color:var(--muted); font-weight:780; margin-top:6px; font-size:13px; line-height:1.6}

    .service-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .service-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.78);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .service-card::after{
      content:"";
      position:absolute; inset:-2px -2px auto auto;
      width:110px; height:110px;
      background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.22), rgba(124,58,237,0) 60%);
      pointer-events:none;
      transform: translate(20px,-20px);
    }
    .service-card:hover{
      transform: translateY(-3px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 28px 70px rgba(124,58,237,.18);
    }
    .service-top{display:flex; align-items:center; gap:12px}
    .service-icon{
      width:46px; height:46px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      flex:0 0 auto;
    }
    .service-title{font-weight:1000; letter-spacing:-.2px}
    .service-foot{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px}
    .text-link{color: rgba(124,58,237,1); font-weight:950; text-decoration:none}
    .text-link:hover{text-decoration: underline}
    .text-btn{
      border:none; background: transparent;
      color: rgba(31,36,48,.95);
      font-weight:950; cursor:pointer;
      padding:6px 8px; border-radius:10px;
      border:1px solid rgba(20,22,33,.10);
      transition: transform .15s ease, background .15s ease;
    }
    .text-btn:hover{background: rgba(124,58,237,.08); transform: translateY(-1px)}

    .timeline{position:relative; display:grid; grid-template-columns: 1fr; gap:14px; margin-top:18px}
    .timeline-line{position:absolute; left:18px; top:0; bottom:0; width:2px; background: linear-gradient(180deg, rgba(124,58,237,.55), rgba(236,72,153,.25)); opacity:.55}
    .timeline-item{display:flex; gap:14px; position:relative}
    .t-dot{
      width:36px; height:36px; border-radius:14px;
      margin-left:0;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.22);
      position:relative;
      flex:0 0 auto;
      z-index:1;
      box-shadow:0 18px 45px rgba(124,58,237,.12);
    }
    .t-card{
      flex:1;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.80);
      border-radius: var(--radius);
      padding:16px 16px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .t-k{font-weight:1000}
    .t-v{margin-top:6px; color:var(--muted); font-weight:780; line-height:1.7}

    .cta-row{
      margin-top:18px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(255,255,255,.80);
      border-radius: var(--radius2);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between;
      gap:16px; flex-wrap:wrap;
    }
    .cta-title{font-weight:1000; letter-spacing:-.2px}
    .cta-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .cta-actions{display:flex; gap:10px; flex-wrap:wrap}

    .solution-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
    .solution-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.80);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .solution-title{font-weight:1000; font-size:16px; letter-spacing:-.2px}
    .checklist{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:10px}
    .check{color: rgba(52,211,153,1); font-weight:1000; margin-right:8px}
    .solution-actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:14px}

    .network-card{
      margin-top:18px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(255,255,255,.82);
      border-radius: var(--radius2);
      padding:18px;
      display:flex; gap:18px; align-items:stretch; justify-content:space-between;
    }
    .network-left{flex:1; min-width: 260px}
    .section-k{color: rgba(124,58,237,1); font-weight:1000; letter-spacing:.2px}
    .network-right{flex:1.2; min-width: 280px}
    .node-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px}
    .node{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.80);
      border-radius: 16px;
      padding:14px;
      display:flex; flex-direction:column; gap:8px;
    }
    .node-ico{
      width:40px; height:40px; border-radius:14px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
    }
    .node-title{font-weight:1000}
    .node-sub{color:var(--muted); font-weight:780; font-size:13px; line-height:1.6}

    .process-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px}
    .process-col{display:flex; flex-direction:column; gap:12px}
    .process-step{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.82);
      border-radius: var(--radius);
      padding:16px;
      display:flex; gap:12px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
      align-items:flex-start;
      position:relative;
    }
    .process-num{
      width:40px; height:40px; border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .process-title{font-weight:1000}
    .process-desc{margin-top:6px; color:var(--muted); font-weight:780; line-height:1.6}
    .process-highlight{
      border-color: rgba(124,58,237,.22);
      background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(255,255,255,.86));
    }
    .process-chip{
      position:absolute; top:12px; right:12px;
      padding:7px 10px;
      border-radius:999px;
      font-weight:1000;
      font-size:12px;
      color: rgba(124,58,237,1);
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
    }

    .divider-soft{height:1px; background: rgba(20,22,33,.08); margin-top:22px}

    .case-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
    .case-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius);
      overflow:hidden;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
      display:flex; flex-direction:column;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .case-card:hover{
      transform: translateY(-3px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 28px 70px rgba(124,58,237,.18);
    }
    .case-media{background: linear-gradient(135deg, rgba(124,58,237,.06), rgba(236,72,153,.04)); padding:12px}
    .case-media-inner{
      border-radius: 16px; overflow:hidden;
      border:1px solid rgba(20,22,33,.08);
      background:#fff;
    }
    .case-img{width:100%; display:block; object-fit:cover; aspect-ratio: 16/10}
    .case-body{padding:16px}
    .case-k{color: rgba(124,58,237,1); font-weight:1000; letter-spacing:.2px; font-size:13px}
    .case-title{margin-top:8px; font-weight:1000; letter-spacing:-.2px; line-height:1.35}
    .case-tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}

    .case-bottom{
      margin-top:14px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(255,255,255,.82);
      border-radius: var(--radius2);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .case-bottom-title{font-weight:1000; letter-spacing:-.2px}
    .case-bottom-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .case-bottom-right{display:flex; gap:10px; flex-wrap:wrap}

    .price-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .price-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .price-card-alt{
      background: linear-gradient(180deg, rgba(124,58,237,.05), rgba(255,255,255,.88));
      border-color: rgba(124,58,237,.14);
    }
    .price-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:14px}
    .price-list{display:flex; flex-direction:column; gap:12px}
    .price-row{display:flex; gap:12px; align-items:flex-start}
    .price-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, rgba(124,58,237,1), rgba(34,211,238,1));
      margin-top:6px;
      box-shadow: 0 12px 26px rgba(124,58,237,.18);
      flex:0 0 auto;
    }
    .price-row-k{font-weight:1000}
    .price-row-v{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6; font-size:13.5px}

    .price-actions{margin-top:14px}
    .table-wrap{margin-top:10px}
    .scroll-x{overflow:auto; border-radius:16px}
    .table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width: 520px;
      background: rgba(255,255,255,.88);
      border:1px solid rgba(20,22,33,.10);
    }
    .table th, .table td{
      text-align:left;
      padding:12px 12px;
      border-bottom:1px solid rgba(20,22,33,.08);
      font-weight:800;
      font-size:13.5px;
    }
    .table th{background: rgba(124,58,237,.08); color: rgba(31,36,48,.96); font-weight:1000}
    .table td{color: rgba(31,36,48,.90); font-weight:780}
    .table tr:last-child td{border-bottom:none}

    .table-compare th, .table-compare td{font-size:13px}
    .pill{
      display:inline-flex; align-items:center; padding:8px 10px;
      border-radius:999px; font-weight:1000; font-size:12.5px;
      border:1px solid rgba(20,22,33,.10);
    }
    .pill-good{background: rgba(52,211,153,.10); border-color: rgba(52,211,153,.22); color: rgba(16,185,129,1)}
    .pill-warn{background: rgba(251,191,36,.10); border-color: rgba(251,191,36,.22); color: rgba(245,158,11,1)}

    .compare-grid{display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:start}
    .compare-summary{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .score-ring{
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-start;
    }
    .ring-center{
      width:150px; height:150px; border-radius:50%;
      background:
        radial-gradient(circle at 30% 30%, rgba(124,58,237,.18), rgba(124,58,237,0) 55%),
        radial-gradient(circle at 70% 60%, rgba(236,72,153,.16), rgba(236,72,153,0) 55%),
        conic-gradient(from 210deg, rgba(124,58,237,1), rgba(236,72,153,1), rgba(34,211,238,1), rgba(124,58,237,1));
      padding:10px;
      box-shadow: 0 30px 80px rgba(124,58,237,.22);
      border:1px solid rgba(124,58,237,.18);
      position:relative;
      overflow:hidden;
    }
    .ring-center:after{
      content:"";
      position:absolute; inset:10px;
      background: rgba(255,255,255,.92);
      border-radius:50%;
      border:1px solid rgba(20,22,33,.10);
    }
    .ring-center > *{position:relative; z-index:1}
    .score-num{font-size:44px; font-weight:1100; letter-spacing:-1px; margin-top:14px; text-align:center}
    .score-sub{margin-top:-6px; text-align:center; font-weight:1000; color:var(--muted)}
    .ring-stars{display:flex; align-items:center; gap:8px; margin-top:-2px; flex-wrap:wrap}
    .star{color: rgba(245,158,11,1); font-size:18px}
    .star-half{opacity:.75}
    .compare-bullets{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .cb{display:flex; gap:12px; align-items:flex-start; padding:10px 10px; border-radius:16px; background: rgba(255,255,255,.72); border:1px solid rgba(20,22,33,.08)}
    .cb-ico{
      width:26px; height:26px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,58,237,.10); border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1); font-weight:1100; flex:0 0 auto;
    }
    .cb-k{font-weight:1000}
    .cb-v{color:var(--muted); font-weight:780; margin-top:4px; line-height:1.6; font-size:13px}

    .compare-table-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .compare-table-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:12px}
    .compare-table-title{font-weight:1000; letter-spacing:-.2px}
    .compare-table-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .compare-table-foot{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }

    .match-grid{display:grid; grid-template-columns: 1fr 1.05fr; gap:14px; align-items:start}
    .match-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .match-title{font-weight:1000; margin-bottom:12px}
    .match-list{display:flex; flex-direction:column; gap:12px}
    .match-row{display:flex; gap:12px; align-items:flex-start}
    .match-bullet{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, rgba(236,72,153,1), rgba(124,58,237,1));
      margin-top:6px;
      box-shadow: 0 12px 26px rgba(236,72,153,.18);
      flex:0 0 auto;
    }
    .match-k{font-weight:1000}
    .match-v{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6; font-size:13.5px}

    .tag-cloud{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.78);
      border-radius: var(--radius2);
      padding:18px;
      margin-top:14px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .cloud-title{font-weight:1000; margin-bottom:12px}
    .cloud-tags{display:flex; flex-wrap:wrap; gap:10px}
    .cloud-tag{
      padding:9px 12px;
      border-radius:999px;
      background: rgba(124,58,237,.08);
      border:1px solid rgba(124,58,237,.18);
      font-weight:950;
      font-size:13px;
      color: rgba(31,36,48,.92);
    }

    .form-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.86);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .form-head{margin-bottom:12px}
    .form-title{font-weight:1000; letter-spacing:-.2px; font-size:18px}
    .form-sub{color:var(--muted); font-weight:780; 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}
    .field-label{font-weight:950; color: rgba(31,36,48,.92); font-size:13.5px}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,22,33,.12);
      background: rgba(255,255,255,.92);
      color: rgba(31,36,48,.96);
      font-weight:800;
      outline:none;
      transition: border-color .15s ease, box-shadow .15s ease;
    }
    textarea{resize:vertical; min-height:120px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(124,58,237,.35);
      box-shadow: 0 0 0 4px rgba(124,58,237,.12);
    }
    input::placeholder, textarea::placeholder{color: rgba(91,100,118,.8); font-weight:750}
    select{appearance:none; background-image: linear-gradient(45deg, transparent 50%, rgba(31,36,48,.75) 50%), linear-gradient(135deg, rgba(31,36,48,.75) 50%, transparent 50%);
      background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
      background-size: 6px 6px, 6px 6px; background-repeat:no-repeat;
      padding-right: 36px;
    }
    .form-bottom{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .form-foot{max-width: 320px}

    .contact-card{
      margin-top:14px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .contact-title{font-weight:1000; letter-spacing:-.2px; font-size:16px; margin-bottom:12px}
    .contact-list{display:flex; flex-direction:column; gap:10px}
    .contact-item{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding:10px 12px; border-radius:16px; border:1px solid rgba(20,22,33,.08); background: rgba(255,255,255,.72)}
    .contact-k{font-weight:1000; color: rgba(31,36,48,.92); font-size:13.5px}
    .contact-v{font-weight:850; color: var(--muted); text-align:right}

    .wechat-box{
      margin-top:14px;
      border:1px solid rgba(124,58,237,.16);
      background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(255,255,255,.88));
      border-radius: var(--radius2);
      padding:14px;
    }
    .wechat-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .wechat-title{font-weight:1000}
    .wechat-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .wechat-imgwrap{
      margin-top:10px;
      border-radius: 18px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.85);
      padding:12px;
      display:flex; align-items:center; justify-content:center;
    }
    .wechat-img{width:160px; height:auto; display:block}
    .wechat-actions{margin-top:12px}

    .training-grid{display:grid; grid-template-columns: 1fr 1.05fr; gap:14px}
    .training-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .training-title{font-weight:1000; letter-spacing:-.2px; font-size:16px; margin-bottom:12px}
    .training-badges{display:flex; flex-wrap:wrap; gap:10px}
    .training-desc{margin-top:12px; line-height:1.7; font-weight:780; font-size:14px}
    .training-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

    .training-right{display:flex; flex-direction:column; gap:14px}
    .skill-meter{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .meter-row{display:grid; grid-template-columns: 1fr 1.4fr auto; gap:12px; align-items:center; margin:12px 0}
    .meter-k{font-weight:1000}
    .meter-bar{height:12px; border-radius:999px; background: rgba(124,58,237,.12); border:1px solid rgba(124,58,237,.18); overflow:hidden}
    .meter-bar span{
      display:block; height:100%;
      width:60%;
      border-radius:999px;
      background: linear-gradient(90deg, rgba(124,58,237,1), rgba(236,72,153,1));
      box-shadow: 0 18px 55px rgba(124,58,237,.22);
    }
    .meter-v{font-weight:1000; color: var(--muted)}
    .meter-note{margin-top:10px; line-height:1.6; font-weight:780}

    .cert-card{
      border:1px solid rgba(124,58,237,.16);
      background: rgba(255,255,255,.86);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .cert-top{margin-bottom:12px}
    .cert-title{font-weight:1000; letter-spacing:-.2px}
    .cert-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .cert-steps{display:flex; flex-direction:column; gap:12px}
    .cert-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:18px;
      background: rgba(124,58,237,.06);
      border:1px solid rgba(124,58,237,.14);
    }
    .cert-no{
      width:38px; height:38px; border-radius:14px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .cert-k{font-weight:1000}
    .cert-v{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .cert-actions{margin-top:12px}

    .articles-grid{display:grid; grid-template-columns: 1.25fr .75fr; gap:14px}
    .article-list-card, .aside-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.06);
    }
    .list-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px; flex-wrap:wrap}
    .list-title{font-weight:1000; font-size:16px}
    .list-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .article-items{display:flex; flex-direction:column; gap:10px}
    .article-item{
      display:flex; gap:12px; align-items:flex-start;
      text-decoration:none;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(20,22,33,.08);
      background: rgba(255,255,255,.72);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .article-item:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 24px 60px rgba(124,58,237,.14);
    }
    .article-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, rgba(124,58,237,1), rgba(236,72,153,1));
      margin-top:6px;
      box-shadow: 0 12px 26px rgba(124,58,237,.20);
      flex:0 0 auto;
    }
    .article-name{font-weight:1000; color: rgba(31,36,48,.95); line-height:1.45}
    .article-meta{margin-top:6px; font-weight:850; font-size:12.5px}
    .list-foot{margin-top:12px}

    .aside-head{margin-bottom:12px}
    .aside-title{font-weight:1000; font-size:16px}
    .aside-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .aside-chips{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:12px}
    .aside-box{
      border:1px solid rgba(124,58,237,.16);
      background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(255,255,255,.88));
      border-radius: var(--radius2);
      padding:14px;
    }
    .aside-k{color: rgba(124,58,237,1); font-weight:1000}
    .aside-v{margin-top:8px; color: var(--muted); font-weight:820; line-height:1.7}
    .aside-actions{margin-top:12px; display:flex; flex-direction:column; gap:10px}

    .latest-links-card{
      margin-top:14px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .latest-title{font-weight:1000}
    .latest-sub{margin-top:6px; font-weight:780; line-height:1.6}
    .link-wrap{display:flex; flex-wrap:wrap; gap:10px}
    .mini-link{
      text-decoration:none;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.75);
      font-weight:950;
      color: rgba(31,36,48,.92);
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .mini-link:hover{
      transform: translateY(-1px);
      background: rgba(124,58,237,.08);
      border-color: rgba(124,58,237,.22);
      color: rgba(124,58,237,1);
    }

    .faq-grid{display:grid; grid-template-columns: .85fr 1.15fr; gap:14px; align-items:start}
    .faq-intro{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .faq-k{font-weight:1000; margin-bottom:12px}
    .faq-list{display:flex; flex-direction:column; gap:10px}
    .faq-pill{
      display:inline-flex; align-items:center;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(124,58,237,.06);
      font-weight:950;
      color: rgba(31,36,48,.92);
    }
    .faq-right{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .accordion{display:flex; flex-direction:column; gap:10px}
    .acc-item{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.78);
      border-radius: 18px;
      overflow:hidden;
    }
    .acc-btn{
      width:100%;
      text-align:left;
      border:none;
      background: transparent;
      padding:14px 14px;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      color: rgba(31,36,48,.95);
      transition: background .15s ease;
    }
    .acc-btn:hover{background: rgba(124,58,237,.06)}
    .acc-icon{
      width:28px; height:28px; border-radius:12px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      position:relative;
      flex:0 0 auto;
    }
    .acc-icon:before, .acc-icon:after{
      content:""; position:absolute; inset:0; margin:auto;
      width:14px; height:2px; background: rgba(31,36,48,.8); border-radius:2px;
      transition: transform .18s ease, opacity .18s ease;
    }
    .acc-icon:after{transform: rotate(90deg)}
    .acc-btn[aria-expanded="true"] .acc-icon:after{opacity:0; transform: rotate(90deg) scale(.2)}
    .acc-panel{
      max-height:0;
      overflow:hidden;
      transition: max-height .25s ease;
    }
    .acc-content{
      padding:0 14px 14px 14px;
      color: var(--muted);
      font-weight:780;
      line-height:1.8;
    }

    .faq-bottom-cta{
      margin-top:14px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .faq-bottom-title{font-weight:1000; letter-spacing:-.2px}
    .faq-bottom-sub{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .faq-bottom-actions{display:flex; gap:10px; flex-wrap:wrap}

    .ency-grid{display:grid; grid-template-columns: .9fr 1.1fr; gap:14px; align-items:start}
    .ency-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .ency-title{font-weight:1000}
    .ency-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
    .ency-tag{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(124,58,237,.07);
      font-weight:950;
      color: rgba(31,36,48,.92);
      font-size:13px;
    }
    .ency-note{margin-top:12px}
    .ency-list{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .ency-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,22,33,.08);
      margin-bottom:12px;
    }
    .ency-item:last-child{margin-bottom:0}
    .ency-ico{
      width:36px; height:36px; border-radius:14px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100; flex:0 0 auto;
    }
    .ency-k{font-weight:1000}
    .ency-v{margin-top:6px; font-weight:780; line-height:1.7}
    .ency-action{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .comment-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
    .comment-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .comment-card:hover{
      transform: translateY(-3px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 28px 70px rgba(124,58,237,.14);
    }
    .comment-top{display:flex; gap:12px; align-items:flex-start; justify-content:space-between}
    .avatar{
      width:46px; height:46px; border-radius:18px;
      background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(236,72,153,.10));
      border:1px solid rgba(124,58,237,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color: rgba(124,58,237,1);
      flex:0 0 auto;
    }
    .comment-role{font-weight:1000}
    .comment-rating{margin-top:6px; color: rgba(245,158,11,1)}
    .comment-text{
      margin-top:12px;
      color: var(--muted);
      font-weight:800;
      line-height:1.85;
      min-height: 118px;
    }
    .comment-foot{margin-top:12px}

    .agent-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .agent-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .agent-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:12px}
    .agent-list{display:flex; flex-direction:column; gap:12px}
    .agent-row{display:flex; gap:12px; align-items:flex-start; padding:12px; border-radius:18px; background: rgba(255,255,255,.72); border:1px solid rgba(20,22,33,.08)}
    .agent-ico{
      width:36px; height:36px; border-radius:14px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(124,58,237,1);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100; flex:0 0 auto;
    }
    .agent-k{font-weight:1000}
    .agent-v{color:var(--muted); font-weight:780; margin-top:6px; line-height:1.6}
    .agent-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

    .agent-network-card{
      border:1px solid rgba(124,58,237,.16);
      background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(255,255,255,.88));
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
    }
    .agent-network-title{font-weight:1000; letter-spacing:-.2px; font-size:16px}
    .agent-network-sub{margin-top:6px}
    .agent-checkgrid{display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top:14px}
    .agent-check{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.76);
      border-radius: 16px;
      padding:12px;
      font-weight:900;
      color: rgba(31,36,48,.92);
      line-height:1.5;
    }
    .agent-mini-form{
      margin-top:16px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.80);
      border-radius: var(--radius2);
      padding:14px;
    }
    .miniform-title{font-weight:1000; margin-bottom:12px}
    .miniform{display:flex; flex-direction:column; gap:10px}
    .mini-field .field-label{font-size:13px}
    .mini-field textarea{min-height:88px}

    .links-card{
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.84);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 45px rgba(20,18,40,.05);
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .links-title{font-weight:1000}
    .links-right{display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end}
    .links-right a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,33,.10);
      background: rgba(255,255,255,.78);
      font-weight:950;
      color: rgba(31,36,48,.92);
      transition: transform .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
    }
    .links-right a:hover{
      transform: translateY(-1px);
      border-color: rgba(124,58,237,.22);
      background: rgba(124,58,237,.08);
      color: rgba(124,58,237,1);
    }

    .site-footer{
      background: linear-gradient(180deg, rgba(17,24,39,.98), rgba(17,24,39,.98));
      color:#fff;
      border-top: 1px solid rgba(255,255,255,.08);
      padding:30px 0 16px;
    }
    .site-footer a{color: rgba(255,255,255,.92)}
    .footer-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; align-items:start}
    .footer-left, .footer-right{min-width:0}
    .footer-brand{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px; border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      border-radius: var(--radius2);
    }
    .footer-brand .ai-page-logo{width:56px; border-radius:16px; box-shadow:none}
    .footer-brand-meta{display:flex; flex-direction:column; gap:6px}
    .footer-name{font-weight:1100; letter-spacing:-.2px}
    .footer-sub{color: rgba(255,255,255,.78); font-weight:800}
    .footer-mini{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-top:12px}
    .footer-mini-item{
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      border-radius:16px;
      padding:12px;
    }
    .footer-mini-k{color: rgba(255,255,255,.72); font-weight:900; font-size:12.5px}
    .footer-mini-v{margin-top:6px; font-weight:950; word-break:break-word}
    .text-link{color: rgba(124,58,237,1)}
    .site-footer .text-link{color: rgba(255,255,255,.92)}
    .site-footer .text-link:hover{text-decoration: underline}

    .footer-links{
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      border-radius: var(--radius2);
      padding:14px;
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
    }
    .footer-col{display:flex; flex-direction:column; gap:10px}
    .footer-col-title{font-weight:1100; color: rgba(255,255,255,.92)}
    .footer-col a{
      text-decoration:none;
      color: rgba(255,255,255,.80);
      font-weight:850;
      font-size:13.5px;
      padding:6px 8px;
      border-radius:12px;
      width:fit-content;
    }
    .footer-col a:hover{background: rgba(124,58,237,.18); color:#fff}

    .footer-cta{
      margin-top:12px;
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      border-radius: var(--radius2);
      padding:14px;
    }
    .footer-cta-title{font-weight:1100}
    .footer-cta-sub{color: rgba(255,255,255,.78); font-weight:820; margin-top:6px; line-height:1.6}
    .footer-cta-actions{margin-top:12px; display:flex; flex-direction:column; gap:10px}

    .footer-bottom{
      margin-top:16px;
      border-top: 1px solid rgba(255,255,255,.10);
      padding-top:14px;
      color: rgba(255,255,255,.78);
      font-weight:800;
    }
    .footer-bottom-inner{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }

    .to-top{
      position:fixed;
      right:18px; bottom:18px;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(20,22,33,.12);
      background: rgba(255,255,255,.84);
      box-shadow: 0 18px 55px rgba(20,18,40,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      color: rgba(31,36,48,.92);
      opacity:0; transform: translateY(10px);
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
      z-index:60;
    }
    .to-top-show{
      opacity:1; transform: translateY(0);
      pointer-events:auto;
    }

    .floating-kefu{
      position:fixed;
      left:18px; bottom:18px;
      z-index:60;
    }
    .kefu-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 14px;
      border-radius:18px;
      text-decoration:none;
      border:1px solid rgba(124,58,237,.22);
      background: rgba(255,255,255,.86);
      box-shadow: 0 18px 55px rgba(124,58,237,.18);
      backdrop-filter: blur(10px);
      color: rgba(31,36,48,.95);
      font-weight:1000;
      transition: transform .18s ease;
    }
    .kefu-btn:hover{transform: translateY(-2px)}
    .kefu-icon{
      width:40px; height:40px;
      border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      display:flex; align-items:center; justify-content:center;
      color: rgba(124,58,237,1);
    }
    .kefu-text{white-space:nowrap; font-size:13.5px}

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; gap:14px}
      .hero-title{font-size:34px}
      .hero-panel{padding:16px}
      .about-grid{grid-template-columns: 1fr; gap:12px}
      .about-strip{grid-template-columns: 1fr 1fr; gap:12px}
      .service-grid{grid-template-columns: 1fr 1fr; gap:12px}
      .case-grid{grid-template-columns: 1fr; gap:12px}
      .price-grid{grid-template-columns: 1fr; gap:12px}
      .compare-grid{grid-template-columns: 1fr; gap:12px}
      .match-grid{grid-template-columns: 1fr; gap:12px}
      .training-grid{grid-template-columns: 1fr; gap:12px}
      .articles-grid{grid-template-columns: 1fr; gap:12px}
      .faq-grid{grid-template-columns: 1fr; gap:12px}
      .ency-grid{grid-template-columns: 1fr; gap:12px}
      .comment-grid{grid-template-columns: 1fr; gap:12px}
      .agent-grid{grid-template-columns: 1fr; gap:12px}
      .footer-grid{grid-template-columns: 1fr; gap:14px}
      .footer-mini{grid-template-columns: 1fr; gap:10px}
    }

    @media (max-width: 760px){
      .nav-toggle{display:flex}
      .nav{
        position:absolute;
        right: var(--pad);
        top:68px;
        width:min(320px, calc(100% - 2*var(--pad)));
        background: rgba(255,255,255,.92);
        border:1px solid rgba(20,22,33,.10);
        border-radius: var(--radius2);
        padding:10px;
        flex-direction:column;
        align-items:stretch;
        gap:6px;
        box-shadow: 0 30px 90px rgba(17,24,39,.14);
        transform: translateY(-10px);
        opacity:0;
        pointer-events:none;
        transition: opacity .18s ease, transform .18s ease;
      }
      .nav.nav-open{
        opacity:1;
        pointer-events:auto;
        transform: translateY(0);
      }
      .nav-link{padding:12px 12px; font-size:14px}
      .nav-cta{width:100%; text-align:center}
      .hero{padding:46px 0 26px}
      .hero-title{font-size:30px}
      .hero-desc{font-size:15px}
      .form-row{grid-template-columns: 1fr}
      .service-grid{grid-template-columns: 1fr}
      .solution-grid{grid-template-columns: 1fr}
      .about-strip{grid-template-columns: 1fr}
      .network-card{flex-direction:column}
      .node-grid{grid-template-columns: 1fr}
      .process-grid{grid-template-columns: 1fr}
      .footer-links{grid-template-columns: 1fr; gap:10px}
      .floating-kefu{left:12px; bottom:12px}
    }