:root{
      --bg0:#ffffff;
      --bg1:#f6f7fb;
      --bg2:#f2f4ff;
      --text:#111827;
      --muted:#5b6476;
      --muted2:#7a8498;
      --card:#ffffff;
      --line:rgba(18, 24, 40, .10);
      --shadow: 0 14px 44px rgba(16,24,40,.10);
      --shadow2: 0 10px 30px rgba(16,24,40,.08);
      --neo1:#7c3aed;
      --neo2:#22d3ee;
      --neo3:#10b981;
      --neo4:#f97316;
      --primary:#6d28d9;
      --primary2:#16a34a;
      --radius:18px;
      --radius2:22px;
      --container:1120px;
      --pad:20px;
    }

    *{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", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
      background: linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 40%, #ffffff 100%);
      color:var(--text);
    }
    img{max-width:100%; height:auto; display:block}
    a{color:inherit; text-decoration:none}
    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
      background:#0b1220; color:#fff; border-radius:12px; z-index:9999;
    }

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

    .topbar{
      position:sticky; top:0; z-index:50;
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(18, 24, 40, .08);
    }
    .nav-container{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px;
      padding:14px 0;
    }

    .brand{display:flex; align-items:center; gap:12px; min-width:260px}
    .ai-page-logo{width:42px}
    .brand-text{display:flex; flex-direction:column; line-height:1.05}
    .brand-name{font-weight:900; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted)}

    .desktop-nav{
      display:flex; align-items:center; gap:16px;
      white-space:nowrap;
      overflow:hidden;
      flex:1;
      justify-content:center;
    }
    .nav-link{
      font-size:14px; color:var(--muted);
      padding:10px 10px;
      border-radius:12px;
      transition: transform .15s ease, background .15s ease, color .15s ease;
    }
    .nav-link:hover{
      background: rgba(124,58,237,.08);
      color: var(--text);
      transform: translateY(-1px);
    }
    .nav-cta{
      color:#0f172a;
      background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(34,211,238,.10));
      border:1px solid rgba(124,58,237,.18);
    }

    .topbar-home{
      font-size:14px; padding:10px 14px;
      border-radius:14px;
      background: linear-gradient(135deg, rgba(109,40,217,.98), rgba(34,211,238,.70));
      color:#fff; font-weight:800;
      box-shadow: 0 10px 26px rgba(109,40,217,.22);
      border:1px solid rgba(255,255,255,.22);
      transition: transform .15s ease, box-shadow .15s ease;
      white-space:nowrap;
    }
    .topbar-home:hover{transform: translateY(-1px); box-shadow: 0 14px 32px rgba(109,40,217,.28);}

    .mobile-menu-btn{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.7);
      align-items:center; justify-content:center;
      gap:5px;
      padding:10px;
    }
    .burger{display:block; width:18px; height:2px; background:#111827; border-radius:999px; opacity:.9}

    .mobile-menu{
      position:relative;
      border-bottom:1px solid rgba(18, 24, 40, .08);
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(10px);
    }
    .mobile-menu-inner{
      padding:14px var(--pad) 18px;
      display:flex; flex-direction:column; gap:14px;
    }
    .mobile-links{
      display:flex; flex-direction:column; gap:10px;
    }
    .mobile-link{
      padding:12px 12px;
      border-radius:14px;
      background: rgba(124,58,237,.06);
      border:1px solid rgba(124,58,237,.12);
      color:#111827;
      font-weight:700;
    }
    .mobile-link-strong{
      background: linear-gradient(135deg, rgba(109,40,217,.12), rgba(34,211,238,.12));
      border-color: rgba(109,40,217,.22);
    }
    .mobile-actions{display:flex; gap:10px; flex-wrap:wrap}
    .ai-page-home-link{
      display:inline-flex; align-items:center; justify-content:center;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid rgba(18,24,40,.12);
      background:#fff;
      font-weight:800;
      color:#111827;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .ai-page-home-link:hover{
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(16,24,40,.10);
    }

    .hero{
      position:relative;
      overflow:hidden;
      padding: 46px 0 28px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      align-items:start;
    }

    .hero-ambient{
      position:absolute; inset:-120px -120px auto -120px; height:560px;
      pointer-events:none;
      z-index:0;
    }
    .orb{
      position:absolute;
      width:380px; height:380px;
      border-radius:50%;
      filter: blur(2px);
      opacity:.20;
      background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.9), rgba(124,58,237,.0) 60%);
      animation: floaty 10s ease-in-out infinite;
    }
    .orb-1{left:40px; top:60px}
    .orb-2{right:40px; top:10px; width:320px; height:320px; opacity:.18; background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.85), rgba(34,211,238,.0) 62%);}
    .gridline{
      position:absolute; inset:auto -30% 50px -30%;
      height:240px;
      background:
        linear-gradient(90deg, rgba(109,40,217,.10), rgba(34,211,238,.10)),
        repeating-linear-gradient(90deg, rgba(17,24,39,.06) 0 1px, rgba(255,255,255,0) 1px 56px);
      mask-image: radial-gradient(circle at 50% 40%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 72%);
      opacity:.7;
      transform: rotate(-2deg);
    }
    @keyframes floaty{
      0%,100%{transform: translate3d(0,0,0)}
      50%{transform: translate3d(0,-18px,0)}
    }

    .hero-left, .hero-right{position:relative; z-index:1}
    .eyebrow{
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(124,58,237,.18);
      background: linear-gradient(135deg, rgba(124,58,237,.10), rgba(34,211,238,.08));
      width: fit-content;
      box-shadow: 0 10px 30px rgba(109,40,217,.10);
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0) 60%), linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 4px rgba(124,58,237,.10), 0 0 26px rgba(124,58,237,.25);
    }
    .eyebrow-text{font-weight:800; font-size:13px; color:#0f172a}

    .hero-title{
      margin:18px 0 10px;
      font-size:40px;
      line-height:1.1;
      letter-spacing:-.6px;
      font-weight:1000;
    }
    .hero-lead{
      margin:0;
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      max-width:560px;
    }
    .hero-actions{
      margin-top:18px;
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
    }

    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(18,24,40,.10);
      background:#fff;
      color:#111827;
      font-weight:900;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform: translateY(-1px)}
    .btn:active{transform: translateY(0px)}
    .btn-wide{min-width:172px}
    .btn-full{width:100%}
    .btn-small{padding:9px 12px; border-radius:12px; font-size:13px}
    .btn-primary{
      background: linear-gradient(135deg, rgba(109,40,217,.98), rgba(34,211,238,.76));
      color:#fff;
      border-color: rgba(255,255,255,.20);
      box-shadow: 0 14px 34px rgba(109,40,217,.22);
    }
    .btn-primary:hover{box-shadow: 0 18px 46px rgba(109,40,217,.28)}
    .btn-ghost{
      background: rgba(255,255,255,.6);
      border-color: rgba(124,58,237,.22);
      color:#111827;
    }
    .btn-subtle{
      background: rgba(17,24,39,.04);
      border-color: rgba(17,24,39,.10);
      color:#0f172a;
    }

    .hero-badges{
      margin-top:18px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
    }
    .badge{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(18,24,40,.10);
      box-shadow: 0 10px 24px rgba(16,24,40,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      animation: fadeUp .6s ease both;
    }
    .badge:hover{transform: translateY(-2px); box-shadow: 0 16px 44px rgba(16,24,40,.10); border-color: rgba(124,58,237,.22);}
    @keyframes fadeUp{from{opacity:0; transform: translateY(8px)} to{opacity:1; transform: translateY(0)}}
    .badge-icon{
      width:38px; height:38px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      color: #1d4ed8;
      background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.20), rgba(124,58,237,.10));
      border:1px solid rgba(124,58,237,.18);
    }
    .badge-title{font-weight:1000; font-size:14px}
    .badge-sub{color:var(--muted); font-size:12px; margin-top:2px}

    .hero-mini{margin-top:14px}
    .mini-item{
      padding:12px 14px;
      border-radius:16px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.7);
    }
    .mini-k{font-weight:1000; font-size:13px; color:#0f172a; margin-bottom:6px}
    .mini-v{color:var(--muted); font-size:13px; line-height:1.6}

    .glow-card{
      border-radius:24px;
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
      border:1px solid rgba(124,58,237,.18);
      box-shadow: var(--shadow);
      padding:16px 16px;
      position:relative;
      overflow:hidden;
    }
    .glow-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px;
      height:120px;
      background: linear-gradient(90deg, rgba(124,58,237,.25), rgba(34,211,238,.20), rgba(16,185,129,.18));
      filter: blur(18px);
      opacity:.7;
      pointer-events:none;
    }
    .glow-top{position:relative; z-index:1}
    .kpi-title{font-weight:1000}
    .kpi-sub{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.4}

    .kpi-grid{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:10px;
      position:relative;
      z-index:1;
    }
    .kpi{
      padding:12px 12px;
      border-radius:16px;
      background: rgba(17,24,39,.03);
      border:1px solid rgba(18,24,40,.08);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .kpi:hover{transform: translateY(-2px); box-shadow: 0 16px 44px rgba(16,24,40,.10)}
    .kpi-num{
      font-size:22px;
      font-weight:1000;
      letter-spacing:-.2px;
    }
    .kpi-label{color:var(--muted); font-size:12px; margin-top:6px; line-height:1.35}

    .divider{height:1px; background: rgba(18,24,40,.10); margin:14px 0 10px; position:relative; z-index:1}

    .recommend{position:relative; z-index:1}
    .recommend-row{display:flex; align-items:flex-start; gap:10px}
    .recommend-dot{
      width:10px; height:10px; border-radius:50%;
      margin-top:6px;
      background: linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 4px rgba(124,58,237,.10);
    }
    .recommend-title{font-weight:1000}
    .recommend-sub{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.5}
    .recommend-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
    .right-stack{margin-top:14px; display:flex; flex-direction:column; gap:12px}

    .side-card{
      border-radius:22px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.78);
      box-shadow: var(--shadow2);
      padding:14px 14px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .side-card:hover{transform: translateY(-2px); box-shadow: 0 18px 52px rgba(16,24,40,.12); border-color: rgba(124,58,237,.22)}
    .neon-border{
      background:
        radial-gradient(1200px 140px at 20% 0%, rgba(124,58,237,.14), transparent 55%),
        radial-gradient(900px 140px at 85% 0%, rgba(34,211,238,.12), transparent 55%),
        rgba(255,255,255,.78);
    }
    .side-title{font-weight:1000}
    .side-body{color:var(--muted); font-size:13px; margin-top:6px; line-height:1.55}
    .side-actions{margin-top:12px; display:flex; align-items:center; gap:8px; flex-wrap:wrap}
    .link-btn{
      color:#4f46e5;
      font-weight:900;
      font-size:13px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(79,70,229,.18);
      background: rgba(79,70,229,.08);
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .link-btn:hover{transform: translateY(-1px); background: rgba(79,70,229,.12); border-color: rgba(79,70,229,.26)}
    .sep{color:rgba(17,24,39,.35); font-weight:900}

    .section{padding:56px 0}
    .section-alt{
      background: linear-gradient(180deg, rgba(242,244,255,.8) 0%, rgba(255,255,255,.85) 100%);
      border-top:1px solid rgba(18,24,40,.06);
      border-bottom:1px solid rgba(18,24,40,.06);
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:18px;
      margin-bottom:18px;
    }
    .section-tag{
      font-weight:1000;
      font-size:12px;
      letter-spacing:.12em;
      color:#4f46e5;
      text-transform:uppercase;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(79,70,229,.18);
      background: rgba(79,70,229,.08);
      width: fit-content;
    }
    .tag-neo{color:#6d28d9; border-color: rgba(109,40,217,.22); background: rgba(109,40,217,.08)}
    .section-title{
      margin:10px 0 0;
      font-size:30px;
      letter-spacing:-.4px;
      line-height:1.2;
      font-weight:1000;
    }
    .section-title.small{font-size:24px}
    .section-title.huge{font-size:42px}
    .section-desc{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.7;
      max-width:720px;
    }
    .section-desc.small-desc{max-width:540px}

    .about-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
      margin-top:14px;
    }
    .info-card{
      border-radius:24px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(18,24,40,.10);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .info-card:hover{transform: translateY(-2px); box-shadow: 0 18px 52px rgba(16,24,40,.12)}
    .info-card.alt{
      background:
        radial-gradient(900px 220px at 10% -20%, rgba(124,58,237,.12), transparent 55%),
        radial-gradient(700px 220px at 90% -20%, rgba(34,211,238,.10), transparent 55%),
        rgba(255,255,255,.86);
    }
    .card-title{font-weight:1000; margin:0 0 10px; letter-spacing:-.2px}
    .card-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .checklist{list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:10px}
    .checklist li{display:flex; gap:10px; align-items:flex-start; color:#0f172a; font-weight:800; font-size:13px}
    .checklist li:before{
      content:"";
      width:18px; height:18px;
      border-radius:8px;
      margin-top:1px;
      background: linear-gradient(135deg, rgba(109,40,217,.26), rgba(34,211,238,.18));
      border:1px solid rgba(109,40,217,.20);
      box-shadow: 0 10px 24px rgba(109,40,217,.10);
      flex:0 0 auto;
      position:relative;
    }
    .checklist li:after{
      content:"";
      position:absolute;
      width:0; height:0;
    }
    .checklist li{position:relative}
    .checklist li span{position:relative}
    .checklist li{padding-left:0}
    .checklist li:before{display:none}
    .checklist li:before{display:none}

    .checklist li{gap:10px}
    .checklist li .ico{display:none}

    .checklist li:before{
      display:inline-block;
      content:"";
      background: linear-gradient(135deg, rgba(109,40,217,.18), rgba(34,211,238,.16));
      border:1px solid rgba(109,40,217,.22);
      box-shadow: 0 10px 24px rgba(109,40,217,.10);
      width:18px; height:18px; border-radius:8px;
      margin-top:1px;
      position:relative;
    }
    .checklist li:after{
      display:block;
    }
    .checklist li:after{
      content:"";
      width:7px; height:4px;
      border-left:2px solid rgba(109,40,217,.95);
      border-bottom:2px solid rgba(109,40,217,.95);
      transform: rotate(-45deg);
      position:absolute;
      left:7px; top:7px;
      opacity:.0;
    }
    .checklist li:after{opacity:1}

    .timeline{
      margin-top:10px;
      display:flex; flex-direction:column; gap:12px;
    }
    .time-item{display:flex; gap:12px; align-items:flex-start}
    .time-dot{
      width:12px; height:12px; border-radius:50%;
      margin-top:6px;
      background: linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 4px rgba(124,58,237,.10);
      flex:0 0 auto;
    }
    .time-title{font-weight:1000}
    .time-sub{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.5}

    .platform-intro{
      margin-top:16px;
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(1200px 260px at 10% 0%, rgba(124,58,237,.14), transparent 55%),
        radial-gradient(900px 220px at 90% 0%, rgba(34,211,238,.12), transparent 55%),
        rgba(255,255,255,.88);
      box-shadow: var(--shadow2);
      padding:18px 18px 16px;
    }
    .platform-header{display:flex; align-items:center; gap:12px; margin-bottom:12px; flex-wrap:wrap}
    .platform-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      color:#4f46e5;
      background: rgba(79,70,229,.10);
      border:1px solid rgba(79,70,229,.18);
    }
    .platform-title{margin:0; font-weight:1000; font-size:20px}
    .platform-sub{margin:6px 0 0; color:var(--muted); line-height:1.6; font-size:13px}
    .platform-list-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap:12px;
    }
    .pill-card{
      border-radius:18px;
      padding:14px 14px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.70);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      box-shadow: 0 10px 26px rgba(16,24,40,.05);
    }
    .pill-card:hover{transform: translateY(-2px); border-color: rgba(124,58,237,.22); box-shadow: 0 18px 52px rgba(16,24,40,.12)}
    .pill-title{font-weight:1000}
    .pill-text{color:var(--muted); font-size:13px; margin-top:7px; line-height:1.6}

    .services-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
      margin-top:14px;
    }
    .service-card{
      border-radius:24px;
      padding:16px 16px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
      transform: translateZ(0);
    }
    .service-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px;
      height:90px;
      background: linear-gradient(90deg, rgba(124,58,237,.14), rgba(34,211,238,.10), rgba(16,185,129,.10));
      filter: blur(18px);
      opacity:.5;
      pointer-events:none;
    }
    .service-card:hover{
      transform: translateY(-3px);
      box-shadow: 0 22px 62px rgba(16,24,40,.14);
      border-color: rgba(124,58,237,.22);
    }
    .service-top{display:flex; align-items:center; gap:12px; position:relative; z-index:1}
    .service-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      color:#4f46e5;
      background: rgba(79,70,229,.10);
      border:1px solid rgba(79,70,229,.18);
    }
    .service-title{margin:0; font-weight:1000; font-size:18px}
    .service-text{margin:12px 0 0; color:var(--muted); line-height:1.7; font-size:14px; position:relative; z-index:1}
    .service-tags{margin-top:14px; display:flex; gap:8px; flex-wrap:wrap; position:relative; z-index:1}
    .tag{
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      color:#0f172a;
      font-weight:900; font-size:12px;
    }

    .cta-strip{
      margin-top:16px;
      display:flex; justify-content:space-between; align-items:center; gap:14px;
      padding:16px 16px;
      border-radius:26px;
      border:1px solid rgba(124,58,237,.18);
      background:
        radial-gradient(1200px 220px at 10% 0%, rgba(124,58,237,.16), transparent 60%),
        radial-gradient(900px 220px at 85% 0%, rgba(34,211,238,.12), transparent 60%),
        rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      flex-wrap:wrap;
    }
    .cta-title{font-weight:1000; font-size:18px}
    .cta-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .cta-right{display:flex; gap:10px; flex-wrap:wrap}

    .two-col{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:stretch; margin-top:14px}
    .step-panel{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .step-title-row{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .h3-title{margin:0; font-weight:1000; letter-spacing:-.2px}
    .step-hint{color:var(--muted); font-size:13px; line-height:1.5}
    .steps{list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:12px}
    .step{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .step:hover{transform: translateY(-2px); border-color: rgba(124,58,237,.20); background: rgba(124,58,237,.06)}
    .step-num{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color:#111827;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.08);
      box-shadow: 0 12px 28px rgba(109,40,217,.12);
      flex:0 0 auto;
    }
    .step-name{font-weight:1000}
    .step-desc{color:var(--muted); font-size:13px; margin-top:6px; line-height:1.6}
    .inline-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .attach-panel{display:flex; flex-direction:column; gap:14px}
    .capabilities{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(900px 240px at 10% 0%, rgba(34,211,238,.10), transparent 55%),
        rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .cap-grid{
      margin-top:12px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:12px;
    }
    .cap{
      padding:14px 14px;
      border-radius:20px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.70);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .cap:hover{transform: translateY(-2px); box-shadow: 0 18px 52px rgba(16,24,40,.12)}
    .cap-icon{font-size:18px}
    .cap-title{font-weight:1000; margin-top:8px}
    .cap-text{color:var(--muted); font-size:13px; margin-top:6px; line-height:1.6}

    .matrix-card{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .matrix-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .matrix-title{font-weight:1000}
    .matrix-sub{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.6}
    .matrix-list{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .matrix-item{
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
    }
    .matrix-k{font-weight:1000}
    .matrix-v{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}

    .cards-3{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; margin-top:14px}
    .case-light-card{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .case-light-card:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 62px rgba(16,24,40,.14)}
    .card-top{display:flex; align-items:center; gap:12px}
    .card-emoji{font-size:18px}
    .card-foot{margin-top:14px; display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}
    .meter{color:var(--muted); font-weight:900; font-size:13px}

    .quote-card{
      margin-top:14px;
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(1200px 240px at 0% 0%, rgba(124,58,237,.12), transparent 60%),
        radial-gradient(900px 220px at 95% 0%, rgba(34,211,238,.10), transparent 60%),
        rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .quote-left{display:flex; align-items:flex-start; gap:14px; flex:1}
    .quote-mark{
      width:44px; height:44px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      font-weight:1000; color:#4f46e5; font-size:22px;
      flex:0 0 auto;
    }
    .quote-text{color:#0f172a; font-weight:900; line-height:1.7}
    .quote-right{display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:flex-end}
    .quote-stats{display:flex; gap:12px; flex-wrap:wrap}
    .stat{
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.70);
      min-width:140px;
    }
    .stat-num{font-weight:1000}
    .stat-sub{color:var(--muted); margin-top:6px; font-size:13px}

    .network-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:stretch; margin-top:14px}
    .network-map-card, .service-network-card, .kefu-card, .network-right .service-network-card{
      border-radius:26px; border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:18px 18px;
    }
    .network-map-card{position:relative; overflow:hidden}
    .map-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .map-title{font-weight:1000}
    .map-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .map-visual{
      height:240px; margin-top:14px; border-radius:22px;
      border:1px solid rgba(18,24,40,.08);
      background:
        radial-gradient(900px 200px at 20% 10%, rgba(124,58,237,.12), transparent 55%),
        radial-gradient(900px 220px at 90% 0%, rgba(34,211,238,.10), transparent 55%),
        linear-gradient(180deg, rgba(17,24,39,.02), rgba(255,255,255,.35));
      position:relative; overflow:hidden;
    }
    .map-glow{
      position:absolute; inset:-40px -40px auto -40px; height:160px;
      background: linear-gradient(90deg, rgba(124,58,237,.30), rgba(34,211,238,.25));
      filter: blur(18px); opacity:.35;
    }
    .map-dot{
      position:absolute; width:14px; height:14px; border-radius:50%;
      background: linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 6px rgba(124,58,237,.10), 0 0 30px rgba(124,58,237,.22);
    }
    .dot-1{left:18%; top:40%}
    .dot-2{left:48%; top:30%}
    .dot-3{left:70%; top:54%}
    .dot-4{left:30%; top:68%}
    .map-line{
      position:absolute; height:2px; background: linear-gradient(90deg, rgba(124,58,237,.0), rgba(124,58,237,.45), rgba(34,211,238,.45), rgba(34,211,238,0));
      opacity:.7;
      filter: blur(.2px);
    }
    .line-1{left:20%; top:45%; width:52%; transform: rotate(-12deg)}
    .line-2{left:30%; top:32%; width:45%; transform: rotate(10deg)}
    .line-3{left:35%; top:67%; width:38%; transform: rotate(-6deg)}

    .map-legend{
      margin-top:12px;
      display:flex; gap:14px; flex-wrap:wrap; color:var(--muted); font-weight:900; font-size:13px;
    }
    .legend-item{display:flex; align-items:center; gap:8px}
    .legend-s{width:10px; height:10px; border-radius:4px; background: linear-gradient(135deg, var(--neo1), var(--neo2))}
    .legend-s.s2{background: linear-gradient(135deg, var(--neo2), var(--neo3))}
    .legend-s.s3{background: linear-gradient(135deg, var(--neo3), var(--neo4))}

    .network-right{display:flex; flex-direction:column; gap:14px}
    .network-steps{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .ns-item{display:flex; gap:12px; align-items:flex-start; padding:12px 12px; border-radius:20px; border:1px solid rgba(18,24,40,.08); background: rgba(17,24,39,.03)}
    .ns-k{
      width:36px; height:36px; border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .ns-title{font-weight:1000}
    .ns-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .network-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .kefu-card{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .kefu-left{flex:1; min-width:190px}
    .kefu-title{font-weight:1000; font-size:18px}
    .kefu-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .kefu-qr{
      width:124px; border-radius:22px;
      border:1px solid rgba(18,24,40,.10);
      padding:10px;
      background: rgba(255,255,255,.70);
      box-shadow: 0 10px 24px rgba(16,24,40,.06);
    }

    .process-grid{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; margin-top:14px}
    .proc-card{
      border-radius:26px; border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:18px 18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .proc-card:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 62px rgba(16,24,40,.14)}
    .proc-card.alt{
      background:
        radial-gradient(900px 240px at 10% -10%, rgba(124,58,237,.14), transparent 55%),
        rgba(255,255,255,.86);
    }
    .proc-list{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:12px}
    .proc-list li{display:flex; gap:10px; align-items:flex-start; font-weight:900; color:#0f172a; font-size:13px; line-height:1.6}
    .check{
      width:18px; height:18px; border-radius:8px; margin-top:1px;
      background: linear-gradient(135deg, rgba(124,58,237,.20), rgba(34,211,238,.14));
      border:1px solid rgba(124,58,237,.22);
      position:relative; flex:0 0 auto;
    }
    .check:after{
      content:""; position:absolute;
      width:6px; height:3px;
      border-left:2px solid rgba(124,58,237,.95);
      border-bottom:2px solid rgba(124,58,237,.95);
      transform: rotate(-45deg);
      left:5px; top:7px;
    }

    .process-cta{
      margin-top:14px;
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(1200px 240px at 15% 0%, rgba(34,211,238,.12), transparent 55%),
        radial-gradient(900px 220px at 85% 0%, rgba(124,58,237,.14), transparent 55%),
        rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;
    }
    .cta-eyebrow{color:var(--muted); font-weight:900; font-size:13px}
    .process-cta .cta-title{font-weight:1000; font-size:20px}

    .case-grid{margin-top:14px; display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px}
    .case-card{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .case-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px; height:80px;
      background: linear-gradient(90deg, rgba(124,58,237,.14), rgba(34,211,238,.10));
      filter: blur(18px);
      opacity:.45;
      pointer-events:none;
    }
    .case-card:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 62px rgba(16,24,40,.14)}
    .case-title-row{display:flex; align-items:center; gap:12px; position:relative; z-index:1}
    .case-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      font-size:18px;
    }
    .case-title{margin:0; font-weight:1000; font-size:18px; letter-spacing:-.2px}
    .case-meta{margin-top:10px; color:var(--muted2); font-weight:900; font-size:13px; line-height:1.6; position:relative; z-index:1}
    .case-desc{margin:10px 0 0; color:var(--muted); line-height:1.7; font-size:14px; position:relative; z-index:1}
    .case-foot{margin-top:14px; display:flex; gap:8px; flex-wrap:wrap; position:relative; z-index:1}
    .chip{
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:900; font-size:12px; color:#0f172a;
    }
    .chip-neo{border-color: rgba(109,40,217,.22); background: rgba(109,40,217,.10)}

    .articles-row{margin-top:22px; border-radius:28px; border:1px solid rgba(18,24,40,.10); background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:16px 16px}
    .articles-head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px; flex-wrap:wrap}
    .articles-grid{margin-top:12px; display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap:12px}
    .article-item{
      grid-column: span 1;
      display:flex; align-items:flex-start; gap:10px;
      padding:12px 12px;
      border-radius:20px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-width:0;
    }
    .article-item:hover{transform: translateY(-2px); border-color: rgba(124,58,237,.22); box-shadow: 0 18px 52px rgba(16,24,40,.12)}
    .article-dot{
      width:10px; height:10px; border-radius:50%; margin-top:6px;
      background: linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 4px rgba(124,58,237,.10);
      flex:0 0 auto;
    }
    .article-title{font-weight:1000; font-size:13px; line-height:1.45}
    .article-meta{color:var(--muted); font-size:12px; margin-top:6px; line-height:1.4}

    .testimonials{margin-top:18px}
    .testimonials-head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px; flex-wrap:wrap}
    .testimonials-grid{
      margin-top:12px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .review-card{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .review-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px; height:80px;
      background: linear-gradient(90deg, rgba(124,58,237,.14), rgba(34,211,238,.10));
      filter: blur(18px);
      opacity:.35;
      pointer-events:none;
    }
    .review-card:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 62px rgba(16,24,40,.14)}
    .review-top{display:flex; align-items:flex-start; gap:12px; position:relative; z-index:1}
    .avatar{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      font-weight:1000;
    }
    .review-name{font-weight:1000}
    .review-role{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.4}
    .rating span{color:#fbbf24; font-weight:1000; letter-spacing:2px}
    .review-text{margin:12px 0 0; color:var(--muted); line-height:1.8; font-size:14px; position:relative; z-index:1}

    .compare-top{display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; margin-top:14px}
    .compare-score{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      min-width:260px;
    }
    .score-big{font-size:54px; font-weight:1000; letter-spacing:-1px; line-height:1}
    .score-sub{color:var(--muted); margin-top:8px; font-weight:900; line-height:1.5}
    .compare-stars{
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      min-width:260px;
    }
    .stars-row{font-size:26px; letter-spacing:3px; color:#fbbf24; font-weight:1000}
    .stars-sub{color:var(--muted); margin-top:8px; font-weight:900}

    .table-card{
      margin-top:14px;
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      overflow:hidden;
    }
    .table-head{display:flex; justify-content:space-between; align-items:flex-start; gap:14px; flex-wrap:wrap}
    .table-title{font-weight:1000; font-size:18px}
    .table-sub{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.6}
    .table-scroll{overflow:auto; padding-top:8px}
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:860px;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(18,24,40,.08);
      vertical-align:top;
      text-align:left;
      font-size:14px;
    }
    .compare-table th{
      position:sticky; top:0;
      background: rgba(255,255,255,.95);
      z-index:1;
      font-weight:1000;
      color:#0f172a;
    }
    .good{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(16,185,129,.22);
      background: rgba(16,185,129,.10);
      font-weight:1000;
      color:#0f3d2e;
    }

    .compare-action-row{
      margin-top:14px;
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(1200px 240px at 15% 0%, rgba(124,58,237,.14), transparent 60%),
        radial-gradient(900px 220px at 85% 0%, rgba(34,211,238,.12), transparent 60%),
        rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
      display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;
    }
    .compare-action-title{font-weight:1000; font-size:18px}
    .compare-action-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .compare-action-right{display:flex; gap:10px; flex-wrap:wrap}

    .match-grid{
      margin-top:14px;
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .match-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .segmented{
      display:flex; gap:10px; flex-wrap:wrap; margin-top:12px;
    }
    .seg-btn{
      border-radius:999px;
      padding:10px 12px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000;
      color:#0f172a;
      cursor:pointer;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .seg-btn:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.22)}
    .seg-btn.is-active{
      background: linear-gradient(135deg, rgba(109,40,217,.16), rgba(34,211,238,.10));
      border-color: rgba(124,58,237,.26);
      box-shadow: 0 12px 30px rgba(109,40,217,.14);
    }
    .match-output{
      margin-top:14px;
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background:
        radial-gradient(900px 220px at 10% 0%, rgba(124,58,237,.12), transparent 55%),
        rgba(17,24,39,.02);
      padding:14px 14px;
    }
    .output-title{font-weight:1000; line-height:1.5}
    .output-list{margin-top:10px; display:flex; flex-direction:column; gap:10px}
    .output-item{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:900; font-size:13px; line-height:1.6}
    .match-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .match-side{display:flex; flex-direction:column; gap:14px}

    .tag-cloud{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .tag-cloud-title{font-weight:1000}
    .cloud{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .cloud-tag{
      padding:9px 11px; border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      color:#0f172a;
      font-weight:900; font-size:13px;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .cloud-tag:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.07)}

    .price-mini-card, .network-mini-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      overflow:hidden;
      position:relative;
    }
    .price-mini-card{
      background:
        radial-gradient(1000px 220px at 10% 0%, rgba(34,211,238,.12), transparent 55%),
        rgba(255,255,255,.86);
    }
    .price-mini-head{display:flex; justify-content:space-between; gap:12px; align-items:flex-start; flex-wrap:wrap}
    .price-mini-title{font-weight:1000}
    .price-mini-sub{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.6}
    .price-mini-grid{margin-top:12px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:10px}
    .p-mini{
      border-radius:20px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      padding:12px 12px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .p-mini:hover{transform: translateY(-2px); box-shadow: 0 18px 52px rgba(16,24,40,.12)}
    .p-k{font-weight:1000}
    .p-v{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.5}
    .price-mini-actions{margin-top:12px}
    .network-mini-card{background:
      radial-gradient(1000px 220px at 90% 0%, rgba(124,58,237,.12), transparent 55%),
      rgba(255,255,255,.86);}
    .mini-title{font-weight:1000}
    .mini-text{color:var(--muted); line-height:1.7; margin-top:8px; font-weight:900; font-size:13px}
    .mini-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}

    .pricing-grid{margin-top:14px; display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .pricing-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      overflow:hidden;
    }
    .pricing-card.alt{
      background:
        radial-gradient(900px 240px at 10% 0%, rgba(124,58,237,.14), transparent 55%),
        radial-gradient(900px 240px at 90% 0%, rgba(34,211,238,.10), transparent 55%),
        rgba(255,255,255,.86);
    }
    .pricing-steps{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .ps-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:20px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
    }
    .ps-k{
      width:36px; height:36px; border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .ps-title{font-weight:1000}
    .ps-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .pricing-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .price-scenarios{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .scenario{
      padding:12px 12px;
      border-radius:20px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
    }
    .scenario-k{font-weight:1000}
    .scenario-v{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.6}
    .tag-row{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .pricing-foot{margin-top:14px; padding-top:14px; border-top:1px solid rgba(18,24,40,.08)}
    .pricing-foot-text{color:var(--muted); line-height:1.7; font-weight:900; font-size:13px; margin-bottom:12px}

    .training-grid{margin-top:14px; display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .training-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .course-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .course-item{
      padding:12px 12px;
      border-radius:22px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
    }
    .course-title{font-weight:1000}
    .course-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .training-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .training-right{display:flex; flex-direction:column; gap:14px}
    .training-media-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      overflow:hidden;
      position:relative;
    }
    .training-media-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px; height:90px;
      background: linear-gradient(90deg, rgba(124,58,237,.16), rgba(34,211,238,.12));
      filter: blur(18px);
      opacity:.45;
      pointer-events:none;
    }
    .media-head{position:relative; z-index:1}
    .media-title{font-weight:1000; font-size:18px}
    .media-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .media-bullets{position:relative; z-index:1; margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .mb-item{display:flex; gap:12px; align-items:flex-start; padding:12px 12px; border-radius:20px; border:1px solid rgba(18,24,40,.08); background: rgba(17,24,39,.03)}
    .mb-icon{
      width:36px; height:36px; border-radius:16px;
      background: rgba(34,211,238,.10);
      border:1px solid rgba(34,211,238,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .mb-title{font-weight:1000}
    .mb-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .media-callout{
      position:relative; z-index:1;
      margin-top:14px;
      padding:14px 14px;
      border-radius:24px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.02);
    }
    .callout-title{font-weight:1000}
    .callout-text{color:var(--muted); margin-top:8px; line-height:1.7; font-weight:900; font-size:13px}
    .media-links{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; position:relative; z-index:1}

    .training-logos{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .logos-title{font-weight:1000}
    .logos-row{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
    .logo-pill{
      padding:9px 11px; border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000;
      color:#0f172a;
      font-size:13px;
    }

    .faq-layout{margin-top:14px; display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:start}
    .faq-left{display:flex; flex-direction:column; gap:14px}
    .faq-intro-card, .mini-ency{
      border-radius:28px; border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:18px 18px;
    }
    .faq-intro-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .faq-intro-meta{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .meta-row{display:flex; justify-content:space-between; gap:12px; border-bottom:1px dashed rgba(18,24,40,.12); padding-bottom:10px}
    .meta-row:last-child{border-bottom:none; padding-bottom:0}
    .meta-k{color:var(--muted); font-weight:1000}
    .meta-v{font-weight:1000; color:#0f172a}

    .mini-ency-link{
      display:inline-flex; margin-top:12px;
      padding:11px 12px; border-radius:16px;
      border:1px solid rgba(109,40,217,.22);
      background: rgba(109,40,217,.10);
      color:#111827; font-weight:1000;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .mini-ency-link:hover{transform: translateY(-1px); background: rgba(109,40,217,.14); border-color: rgba(109,40,217,.30)}
    .mini-ency-title{font-weight:1000}
    .mini-ency-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .mini-ency-tags{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}

    .accordion{border-radius:28px; border:1px solid rgba(18,24,40,.10); background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:14px 14px}
    .faq-item{
      border-radius:22px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
      padding:10px 12px;
      margin-bottom:10px;
      overflow:hidden;
      transition: border-color .2s ease, transform .2s ease, background .2s ease;
    }
    .faq-item[open]{border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.06)}
    .faq-item:last-child{margin-bottom:0}
    .faq-summary{
      list-style:none;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      padding:6px 4px;
      user-select:none;
      color:#0f172a;
    }
    details > summary::-webkit-details-marker{display:none}
    .chev{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.55);
      position:relative; flex:0 0 auto;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .chev:after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:10px; height:10px;
      border-right:2px solid rgba(17,24,39,.55);
      border-bottom:2px solid rgba(17,24,39,.55);
      transform: translate(-50%,-60%) rotate(45deg);
    }
    details[open] .chev{transform: rotate(180deg); border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.10)}

    .faq-answer{
      padding:10px 4px 6px;
      color:var(--muted);
      line-height:1.8;
      font-weight:800;
      font-size:13px;
    }
    .faq-note{
      margin-top:12px;
      display:flex; gap:10px; align-items:flex-start;
      padding:14px 14px;
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.75);
      box-shadow: 0 10px 26px rgba(16,24,40,.05);
    }
    .faq-note-dot{
      width:14px; height:14px; border-radius:6px; margin-top:4px;
      background: linear-gradient(135deg, var(--neo1), var(--neo2));
      box-shadow: 0 0 0 4px rgba(124,58,237,.10);
      flex:0 0 auto;
    }
    .faq-note-text{color:var(--muted); font-weight:900; line-height:1.7; font-size:13px}

    .faq-right .accordion{will-change:transform}

    .ency-grid{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .ency-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .ency-card.alt{
      background:
        radial-gradient(900px 240px at 10% 0%, rgba(34,211,238,.12), transparent 55%),
        rgba(255,255,255,.86);
    }
    .ency-card:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 62px rgba(16,24,40,.14)}
    .ency-title{font-weight:1000; font-size:18px}
    .ency-text{color:var(--muted); margin-top:10px; line-height:1.8; font-weight:800}
    .ency-foot{margin-top:14px}

    .contact-grid{margin-top:14px; display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:start}
    .contact-form-card{
      border-radius:30px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
      overflow:hidden;
      position:relative;
    }
    .contact-form-card:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px; height:92px;
      background: linear-gradient(90deg, rgba(124,58,237,.16), rgba(34,211,238,.12));
      filter: blur(18px);
      opacity:.45;
      pointer-events:none;
    }
    .form-head{position:relative; z-index:1; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; align-items:flex-start}
    .form-title{font-weight:1000; font-size:18px}
    .form-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .form-meta{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .meta-pill{
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000; color:#0f172a; font-size:12px;
    }

    .form{position:relative; z-index:1; margin-top:12px}
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{display:flex; flex-direction:column; gap:8px}
    .field label{font-weight:1000; font-size:13px; color:#0f172a}
    input, select, textarea{
      border-radius:16px;
      border:1px solid rgba(18,24,40,.12);
      background: rgba(255,255,255,.85);
      padding:12px 12px;
      font-weight:800;
      color:#0f172a;
      outline:none;
      transition: border-color .15s ease, box-shadow .15s ease;
      font-size:14px;
    }
    textarea{resize:vertical; min-height:120px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(109,40,217,.35);
      box-shadow: 0 0 0 4px rgba(109,40,217,.12);
    }
    .field-full{grid-column: 1 / -1}
    .form-foot{margin-top:14px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .form-hint{color:var(--muted); font-weight:900; font-size:13px; line-height:1.6; max-width:300px}
    .form-quick{margin-top:14px; padding-top:14px; border-top:1px solid rgba(18,24,40,.08)}
    .quick-title{font-weight:1000; color:#0f172a}
    .quick-actions{margin-top:10px; display:flex; gap:10px; flex-wrap:wrap}
    .pill-link{
      display:inline-flex; align-items:center; justify-content:center;
      padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000;
      color:#0f172a;
      font-size:13px;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .pill-link:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.07)}

    .contact-side{display:flex; flex-direction:column; gap:14px}
    .contact-card, .contact-mini-card{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:18px 18px;
    }
    .contact-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .contact-item{display:flex; justify-content:space-between; align-items:flex-start; gap:12px; border-bottom:1px dashed rgba(18,24,40,.12); padding-bottom:12px}
    .contact-item:last-child{border-bottom:none; padding-bottom:0}
    .contact-k{color:var(--muted); font-weight:1000}
    .contact-v{font-weight:1000; color:#0f172a; text-align:right}
    .contact-link{color:#4f46e5; text-decoration:underline; text-underline-offset:3px; font-weight:1000}
    .contact-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .contact-cards{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .contact-mini-card.alt{
      background:
        radial-gradient(900px 240px at 10% 0%, rgba(124,58,237,.14), transparent 55%),
        rgba(255,255,255,.86);
    }
    .mini-qr{
      margin-top:12px;
      width:140px;
      border-radius:24px;
      padding:10px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
    }
    .friends{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .friends a{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .friends a:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.07)}

    .small-calc{
      border-radius:28px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      padding:16px 16px;
    }
    .small-calc-title{font-weight:1000}
    .small-calc-text{color:var(--muted); margin-top:8px; line-height:1.7; font-weight:900; font-size:13px}

    .join-grid{margin-top:14px; display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .join-card{
      border-radius:30px; border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86); box-shadow: var(--shadow2); padding:18px 18px;
    }
    .join-card.alt{
      background:
        radial-gradient(1000px 240px at 90% 0%, rgba(34,211,238,.12), transparent 55%),
        rgba(255,255,255,.86);
    }
    .join-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .join-people{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .join-person{
      padding:12px 12px;
      border-radius:22px;
      border:1px solid rgba(18,24,40,.08);
      background: rgba(17,24,39,.03);
      display:flex; gap:12px; align-items:flex-start;
    }
    .jp-icon{
      width:40px; height:40px; border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .jp-title{font-weight:1000}
    .jp-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13px}
    .join-callout{
      margin-top:14px;
      padding:14px 14px;
      border-radius:26px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.02);
    }
    .join-quick-links{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
    .partners-strip{
      margin-top:14px;
      border-radius:30px; border:1px solid rgba(18,24,40,.10);
      background: rgba(255,255,255,.86); box-shadow: var(--shadow2);
      padding:16px 16px;
    }
    .partners-head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px; flex-wrap:wrap}
    .partners-title{font-weight:1000; font-size:18px}
    .partners-sub{color:var(--muted); margin-top:6px; font-weight:900; font-size:13px}
    .partners-row{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
    .partners-row a{
      padding:10px 12px;
      border-radius:18px;
      border:1px solid rgba(18,24,40,.10);
      background: rgba(17,24,39,.03);
      font-weight:1000;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
      font-size:13px;
    }
    .partners-row a:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.22); background: rgba(124,58,237,.07)}

    .footer{
      background: #0b1220;
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.10);
      padding:28px 0 18px;
    }
    .footer-inner{max-width:var(--container); margin:0 auto; padding:0 var(--pad)}
    .footer-top{display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap}
    .footer-brand{display:flex; align-items:center; gap:12px}
    .footer-logo{width:44px}
    .footer-title{font-weight:1000; font-size:18px}
    .footer-sub{color: rgba(229,231,235,.8); margin-top:6px; line-height:1.6; font-weight:900}
    .footer-links{display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:flex-end}
    .footer-links a{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.05);
      color:#e5e7eb;
      font-weight:1000;
      font-size:13px;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .footer-links a:hover{transform: translateY(-1px); background: rgba(255,255,255,.08); border-color: rgba(34,211,238,.26)}
    .footer-mid{margin-top:14px; display:grid; grid-template-columns: 1fr 1fr; gap:12px}
    .footer-mid-card{
      border-radius:26px;
      border:1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.04);
      padding:14px 14px;
    }
    .footer-mid-card.alt{
      background:
        radial-gradient(900px 240px at 20% 0%, rgba(124,58,237,.18), transparent 55%),
        rgba(255,255,255,.04);
    }
    .mid-card-title{font-weight:1000; margin-bottom:10px; font-size:14px}
    .mid-card-actions{display:flex; gap:10px; flex-wrap:wrap}
    .btn-ghost.btn-small{background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color:#e5e7eb}
    .btn-primary.btn-small{box-shadow:none}
    .mid-card-text{color: rgba(229,231,235,.85); font-weight:900; line-height:1.7; font-size:13px}
    .footer-link{color:#a5b4fc; text-decoration:underline; text-underline-offset:3px; font-weight:1000}

    .footer-bottom{
      margin-top:14px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex; justify-content:space-between; align-items:flex-start; gap:12px; flex-wrap:wrap;
    }
    .copyright{color: rgba(229,231,235,.85); font-weight:900; font-size:13px}
    .footnote{color: rgba(229,231,235,.70); font-weight:900; font-size:13px; max-width:520px}

    .to-top{
      position:fixed;
      right:18px; bottom:18px;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(18,24,40,.12);
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 52px rgba(16,24,40,.12);
      cursor:pointer;
      opacity:0; transform: translateY(10px);
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease, background .2s ease;
      z-index:60;
      color:#0f172a;
      font-weight:1000;
    }
    .to-top.show{opacity:1; transform: translateY(0); pointer-events:auto}
    .float-kefu{
      position:fixed;
      left:18px; bottom:18px;
      width:54px; height:54px;
      border-radius:22px;
      border:1px solid rgba(109,40,217,.22);
      background: linear-gradient(135deg, rgba(109,40,217,.98), rgba(34,211,238,.70));
      color:#fff;
      box-shadow: 0 20px 60px rgba(109,40,217,.26);
      cursor:pointer;
      z-index:60;
      display:flex; align-items:center; justify-content:center;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .float-kefu:hover{transform: translateY(-2px); box-shadow: 0 26px 74px rgba(109,40,217,.30)}
    .kefu-badge{
      font-weight:1000;
      position:absolute;
      top:-10px; right:-8px;
      background: rgba(255,255,255,.92);
      color:#0f172a;
      border-radius:999px;
      padding:7px 10px;
      border:1px solid rgba(255,255,255,.28);
      font-size:12px;
      box-shadow: 0 16px 44px rgba(16,24,40,.18);
    }
    .kefu-dot{
      width:14px; height:14px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0) 60%), rgba(255,255,255,.75);
      box-shadow: 0 0 0 6px rgba(255,255,255,.16);
      opacity:.95;
    }

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .desktop-nav{display:none}
      .mobile-menu-btn{display:flex}
      .topbar-home{display:none}
      .hero-title{font-size:34px}
      .hero-badges{grid-template-columns: 1fr; }
      .kpi-grid{grid-template-columns: repeat(3, minmax(0,1fr))}
      .about-grid{grid-template-columns:1fr}
      .platform-list-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
      .services-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
      .two-col{grid-template-columns:1fr}
      .cards-3{grid-template-columns:1fr}
      .network-grid{grid-template-columns:1fr}
      .process-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .articles-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
      .testimonials-grid{grid-template-columns:1fr}
      .match-grid{grid-template-columns:1fr}
      .pricing-grid{grid-template-columns:1fr}
      .training-grid{grid-template-columns:1fr}
      .faq-layout{grid-template-columns:1fr}
      .ency-grid{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .contact-cards{grid-template-columns:1fr}
      .join-grid{grid-template-columns:1fr}
      .footer-mid{grid-template-columns:1fr}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      *{animation:none !important; transition:none !important}
      .orb{display:none}
    }
    .is-visible{opacity:1; transform:none}