:root{
      --bg0:#ffffff;
      --bg1:#fbf7ff;
      --bg2:#f4edff;
      --text:#1f2430;
      --muted:#5a6477;
      --muted2:#7a849a;
      --line:rgba(33,41,58,.12);
      --card:#ffffff;
      --shadow:0 18px 45px rgba(44,20,80,.10);
      --shadow2:0 10px 26px rgba(44,20,80,.10);
      --purple:#6d28ff;
      --purple2:#9b5cff;
      --purple3:#d6b7ff;
      --ink:#171a23;
      --accent:#7b3ff2;
      --accent2:#b37dff;
      --good:#16a34a;
      --warn:#f59e0b;
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --container:1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:ui-sans-serif, system-ui, -apple-system, "PingFang SC", "Hiragino Sans GB","Microsoft YaHei", Arial, "Noto Sans", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 500px at 15% -10%, rgba(109,40,255,.18), transparent 55%),
        radial-gradient(1000px 450px at 90% 0%, rgba(155,92,255,.16), transparent 52%),
        linear-gradient(180deg, var(--bg1) 0%, var(--bg0) 35%, #ffffff 100%);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }
    .skip{
      position:absolute; left:-9999px; top:10px;
      background:#111827; color:#fff; padding:10px 12px; border-radius:10px; z-index:9999;
    }
    .skip:focus{left:18px}

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(33,41,58,.08);
    }
    .navbar{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:210px;
    }
    .ai-logo{
      width:40px; height:40px; border-radius:12px;
      background:linear-gradient(135deg, rgba(109,40,255,.16), rgba(155,92,255,.10));
      border:1px solid rgba(109,40,255,.18);
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 10px 26px rgba(109,40,255,.10);
      overflow:hidden;
      flex:0 0 auto;
    }
    .ai-logo img{width:100%; height:100%; object-fit:contain}
    .brand-title{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .brand-title strong{font-size:14px; letter-spacing:.2px}
    .brand-title span{font-size:12px; color:var(--muted); margin-top:4px}
    .navlinks{
      display:flex; align-items:center; gap:16px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navlinks a{
      font-size:13px; color:var(--muted);
      padding:8px 10px; border-radius:12px;
      transition:background .2s ease, color .2s ease, transform .2s ease;
    }
    .navlinks a:hover{
      background:rgba(109,40,255,.10);
      color:#2a2f3b;
      transform:translateY(-1px);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid rgba(109,40,255,.22);
      background:rgba(255,255,255,.85);
      color:#2a2f3b;
      font-weight:650;
      font-size:13px;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 12px 28px rgba(109,40,255,.16)}
    .btn:active{transform:translateY(0)}
    .btn-primary{
      background:linear-gradient(135deg, var(--purple) 0%, var(--accent) 45%, var(--purple2) 100%);
      border-color:transparent;
      color:#fff;
      box-shadow:0 16px 40px rgba(109,40,255,.28);
    }
    .btn-primary:hover{box-shadow:0 18px 46px rgba(109,40,255,.34); background:linear-gradient(135deg, #5a21ff 0%, #8e4af8 50%, #b37dff 100%)}
    .btn-ghost{
      background:rgba(255,255,255,.6);
      border-color:rgba(33,41,58,.12);
    }
    .icon-dot{
      width:10px; height:10px; border-radius:999px;
      background:radial-gradient(circle at 30% 30%, #fff 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,0) 35%),
        linear-gradient(180deg, #a78bff 0%, #6d28ff 60%, #3f1aa5 100%);
      box-shadow:0 8px 18px rgba(109,40,255,.35);
    }

    .mobile-toggle{
      display:none;
      width:42px; height:42px;
      border-radius:14px;
      border:1px solid rgba(33,41,58,.12);
      background:rgba(255,255,255,.85);
      align-items:center; justify-content:center;
      cursor:pointer;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .mobile-toggle:hover{transform:translateY(-1px); box-shadow:0 14px 26px rgba(33,41,58,.10)}
    .hamburger{
      width:18px; height:12px; position:relative;
    }
    .hamburger span{
      position:absolute; left:0; right:0;
      height:2px; border-radius:3px; background:#2b3141;
      transition:transform .22s ease, top .22s ease, opacity .2s ease;
    }
    .hamburger span:nth-child(1){top:0}
    .hamburger span:nth-child(2){top:5px}
    .hamburger span:nth-child(3){top:10px}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(1){top:5px; transform:rotate(45deg)}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(2){opacity:0}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(3){top:5px; transform:rotate(-45deg)}

    .mobile-panel{
      display:none;
      border-top:1px solid rgba(33,41,58,.08);
      padding:10px 0 16px;
    }
    .mobile-panel .mobile-links{
      display:grid; gap:8px;
    }
    .mobile-panel a{
      padding:11px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(33,41,58,.10);
      color:#2b3141;
      font-weight:600;
      font-size:13px;
    }
    .mobile-panel .mobile-ctas{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:10px;
    }

    main{padding-bottom:10px}
    section{padding:56px 0}
    .section-tight{padding:38px 0}
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:18px; margin-bottom:18px;
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(109,40,255,.08);
      border:1px solid rgba(109,40,255,.18);
      color:#3a1a8a;
      font-weight:700;
      font-size:12px;
      letter-spacing:.2px;
      user-select:none;
    }
    .kicker .spark{
      width:10px; height:10px; border-radius:3px;
      background:linear-gradient(180deg, #fff, rgba(255,255,255,.2));
      border:1px solid rgba(109,40,255,.3);
      transform:rotate(18deg);
      box-shadow:0 12px 24px rgba(109,40,255,.20);
    }
    h1,h2,h3{margin:0}
    .title{
      font-size:34px; letter-spacing:-.6px; line-height:1.15;
    }
    .subtitle{
      margin-top:10px;
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
      max-width:720px;
    }
    .hero{
      padding:46px 0 26px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-card{
      border-radius:var(--radius);
      background:
        radial-gradient(900px 380px at 10% 0%, rgba(109,40,255,.22), transparent 55%),
        radial-gradient(700px 320px at 90% 20%, rgba(155,92,255,.20), transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
      border:1px solid rgba(109,40,255,.18);
      box-shadow:var(--shadow);
      padding:22px;
      overflow:hidden;
      position:relative;
    }
    .hero-card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(500px 220px at 20% 10%, rgba(109,40,255,.24), transparent 55%),
        radial-gradient(480px 220px at 80% 20%, rgba(155,92,255,.18), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .hero-inner{position:relative; z-index:1}
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:18px;
      align-items:center;
    }
    .hero-bullets{
      margin-top:18px;
      display:grid; gap:10px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .bullet{
      border-radius:14px;
      background:rgba(255,255,255,.65);
      border:1px solid rgba(33,41,58,.10);
      padding:12px 12px;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .bullet:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(109,40,255,.12)}
    .bullet strong{
      display:flex; align-items:center; gap:10px;
      font-size:13px;
      letter-spacing:.1px;
    }
    .bullet span{display:block; margin-top:6px; color:var(--muted); font-size:12.5px; line-height:1.45}
    .hero-side{
      border-radius:var(--radius);
      border:1px solid rgba(109,40,255,.18);
      background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.64));
      box-shadow:var(--shadow2);
      padding:18px;
      display:flex; flex-direction:column; gap:14px;
      position:relative;
      overflow:hidden;
    }
    .hero-side::after{
      content:"";
      position:absolute; inset:-40px -60px auto auto;
      width:220px; height:220px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.8) 0%, rgba(155,92,255,.30) 30%, rgba(109,40,255,.16) 60%, transparent 75%);
      pointer-events:none;
      opacity:.8;
    }
    .side-block{position:relative; z-index:1}
    .side-title{
      font-size:14px; font-weight:800; letter-spacing:.2px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:8px;
    }
    .chip{
      font-size:12px; color:#3b1a88; font-weight:800;
      background:rgba(109,40,255,.10);
      border:1px solid rgba(109,40,255,.18);
      padding:6px 10px; border-radius:999px;
      user-select:none;
      white-space:nowrap;
    }
    .side-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .data{
      border-radius:16px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(33,41,58,.10);
      padding:12px 12px;
      transition:transform .18s ease, border-color .18s ease;
      min-height:86px;
    }
    .data:hover{transform:translateY(-2px); border-color:rgba(109,40,255,.26)}
    .data b{
      display:block;
      font-size:20px;
      letter-spacing:-.4px;
    }
    .data small{
      display:block;
      margin-top:6px;
      color:var(--muted);
      font-size:12.5px;
      line-height:1.35;
    }
    .side-note{
      color:var(--muted);
      font-size:12.8px; line-height:1.6;
      border-radius:16px;
      border:1px dashed rgba(109,40,255,.22);
      background:rgba(109,40,255,.06);
      padding:12px 12px;
    }

    .divider{
      height:1px; background:rgba(33,41,58,.10);
      margin:14px 0 0;
    }

    .fade-in{
      opacity:0; transform:translateY(12px);
      transition:opacity .5s ease, transform .5s ease;
      will-change:opacity, transform;
    }
    .fade-in.show{opacity:1; transform:translateY(0)}
    .floaty{
      animation:floaty 4.5s ease-in-out infinite;
    }
    @keyframes floaty{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(-6px)}
    }

    .grid-3{
      display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .grid-2{
      display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
    }
    .grid-4{
      display:grid; grid-template-columns:repeat(4,minmax(0,1fr));
      gap:12px;
    }
    .card{
      border-radius:var(--radius2);
      background:var(--card);
      border:1px solid rgba(33,41,58,.10);
      box-shadow:0 10px 24px rgba(33,41,58,.06);
      padding:16px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(109,40,255,.12); border-color:rgba(109,40,255,.20)}
    .card h3{font-size:15px; letter-spacing:-.2px}
    .card p{margin:10px 0 0; color:var(--muted); font-size:13.2px; line-height:1.75}
    .meta-row{
      display:flex; align-items:center; gap:10px; margin-top:12px; flex-wrap:wrap;
    }
    .tag{
      font-size:12px; color:#3b1a88; font-weight:800;
      border:1px solid rgba(109,40,255,.18);
      background:rgba(109,40,255,.08);
      padding:6px 10px; border-radius:999px;
      user-select:none;
    }
    .tag.alt{
      color:#0f3d2a;
      border-color:rgba(16,185,129,.20);
      background:rgba(16,185,129,.08);
    }
    .tag.gray{
      color:#344055;
      border-color:rgba(33,41,58,.12);
      background:rgba(33,41,58,.05);
    }

    .step{
      display:flex; gap:12px; align-items:flex-start;
    }
    .step .num{
      width:36px; height:36px; border-radius:14px;
      background:linear-gradient(135deg, rgba(109,40,255,.16), rgba(155,92,255,.10));
      border:1px solid rgba(109,40,255,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:900; color:#3a1a8a;
      flex:0 0 auto;
    }
    .step strong{display:block; font-size:14px; letter-spacing:-.2px}
    .step span{display:block; margin-top:6px; color:var(--muted); font-size:13px; line-height:1.7}

    .table-wrap{
      border-radius:var(--radius);
      border:1px solid rgba(33,41,58,.12);
      background:#fff;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(33,41,58,.06);
    }
    .table-scroll{overflow:auto}
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:780px;
    }
    th,td{
      padding:14px 12px;
      text-align:left;
      border-bottom:1px solid rgba(33,41,58,.10);
      vertical-align:top;
      font-size:13.2px;
      color:#2b3141;
    }
    th{
      position:sticky; top:0;
      background:linear-gradient(180deg, rgba(109,40,255,.12), rgba(109,40,255,.06));
      color:#27153a;
      font-size:13px;
      letter-spacing:.2px;
      backdrop-filter:saturate(140%) blur(8px);
      z-index:1;
      border-bottom:1px solid rgba(109,40,255,.18);
    }
    td small{color:var(--muted); display:block; margin-top:6px; line-height:1.6}

    .scorebar{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      margin-top:10px;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
    }
    .star{
      width:16px; height:16px;
      display:inline-block;
      background:conic-gradient(from 0deg, #ffcc66, #f59e0b);
      clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      box-shadow:0 10px 20px rgba(245,158,11,.22);
    }

    .compare-highlight{
      background:linear-gradient(180deg, rgba(109,40,255,.10), rgba(155,92,255,.05));
      border:1px solid rgba(109,40,255,.18);
      border-radius:16px;
      padding:14px;
      margin-top:14px;
      display:flex; gap:14px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap;
    }
    .compare-highlight .left{min-width:240px}
    .compare-highlight h3{font-size:15px}
    .compare-highlight p{margin:8px 0 0; color:var(--muted); font-size:13.2px; line-height:1.65}
    .badge-score{
      display:flex; flex-direction:column; align-items:flex-end;
      gap:6px;
      min-width:190px;
    }
    .badge-score b{
      font-size:34px; letter-spacing:-.8px;
      color:#2b105f;
    }
    .badge-score span{
      color:var(--muted);
      font-size:12.8px;
      line-height:1.5;
    }

    .list{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:grid; gap:10px;
    }
    .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.7;
    }
    .check{
      width:18px; height:18px; border-radius:6px;
      background:rgba(22,163,74,.12);
      border:1px solid rgba(22,163,74,.24);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .check svg{width:12px; height:12px; fill:#16a34a}

    .faq{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .accordion{
      border-radius:var(--radius2);
      background:rgba(255,255,255,.82);
      border:1px solid rgba(33,41,58,.10);
      box-shadow:0 10px 26px rgba(33,41,58,.05);
      overflow:hidden;
    }
    .acc-btn{
      width:100%;
      text-align:left;
      padding:14px 14px;
      background:transparent;
      border:0;
      cursor:pointer;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      font-weight:800;
      color:#2b3141;
      font-size:13.4px;
    }
    .acc-btn:focus{outline:3px solid rgba(109,40,255,.22); outline-offset:-3px}
    .acc-icon{
      width:30px; height:30px; border-radius:12px;
      border:1px solid rgba(109,40,255,.18);
      background:rgba(109,40,255,.08);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .acc-icon i{
      width:14px; height:2px; background:#4b22b8; display:block; position:relative;
      border-radius:999px;
      transition:transform .22s ease, opacity .22s ease;
    }
    .acc-icon i::after{
      content:"";
      position:absolute; left:0; right:0; top:0;
      width:14px; height:2px; background:#4b22b8;
      transform:rotate(90deg);
      transition:transform .22s ease;
      border-radius:999px;
    }
    .accordion[data-open="true"] .acc-icon i::after{transform:rotate(0deg)}
    .acc-panel{
      max-height:0;
      overflow:hidden;
      transition:max-height .25s ease;
      border-top:1px solid rgba(33,41,58,.10);
    }
    .acc-panel .acc-content{
      padding:12px 14px 14px;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.75;
    }
    .accordion[data-open="true"] .acc-panel{
      max-height:260px;
    }

    .quote-grid{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .quote{
      border-radius:var(--radius2);
      border:1px solid rgba(33,41,58,.10);
      background:rgba(255,255,255,.82);
      box-shadow:0 12px 28px rgba(33,41,58,.05);
      padding:16px;
      display:flex; flex-direction:column; gap:10px;
      min-height:190px;
      position:relative;
      overflow:hidden;
    }
    .quote::after{
      content:"";
      position:absolute; inset:-60px -60px auto auto;
      width:140px; height:140px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.8), rgba(109,40,255,.16), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .quote-top{position:relative; z-index:1; display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
    .quote strong{font-size:13.6px}
    .quote p{margin:0; position:relative; z-index:1; color:var(--muted); font-size:13.2px; line-height:1.75}
    .quote .person{
      position:relative; z-index:1;
      margin-top:auto;
      display:flex; align-items:center; gap:10px;
      color:#2b3141;
      font-weight:800;
      font-size:12.8px;
    }
    .avatar{
      width:30px; height:30px; border-radius:12px;
      border:1px solid rgba(109,40,255,.18);
      background:linear-gradient(135deg, rgba(109,40,255,.15), rgba(155,92,255,.10));
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color:#3a1a8a;
      flex:0 0 auto;
    }

    .case-grid{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .case{
      border-radius:var(--radius2);
      border:1px solid rgba(33,41,58,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
      box-shadow:0 12px 28px rgba(33,41,58,.05);
      padding:16px;
      display:flex; flex-direction:column; gap:12px;
      min-height:220px;
      overflow:hidden;
      position:relative;
    }
    .case::before{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width:160px; height:160px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.7), rgba(155,92,255,.22), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .case .head{position:relative; z-index:1}
    .case h3{font-size:14.8px; letter-spacing:-.2px}
    .case .desc{color:var(--muted); font-size:13.2px; line-height:1.7; position:relative; z-index:1}
    .case .foot{
      position:relative; z-index:1;
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:999px;
      background:rgba(109,40,255,.08);
      border:1px solid rgba(109,40,255,.18);
      color:#3a1a8a;
      font-size:12.2px; font-weight:900;
      user-select:none;
    }
    .pill .mini{
      width:8px; height:8px; border-radius:3px;
      background:linear-gradient(180deg, #fff, rgba(255,255,255,.2));
      border:1px solid rgba(109,40,255,.3);
      transform:rotate(18deg);
    }

    .article-list{
      display:grid; gap:10px;
    }
    .article{
      border-radius:16px;
      border:1px solid rgba(33,41,58,.10);
      background:rgba(255,255,255,.82);
      padding:14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .article:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(109,40,255,.10); border-color:rgba(109,40,255,.20)}
    .article .left strong{display:block; font-size:13.8px; letter-spacing:-.2px}
    .article .left span{display:block; margin-top:6px; color:var(--muted); font-size:13.1px; line-height:1.65}
    .article .right{
      display:flex; flex-direction:column; align-items:flex-end; gap:8px;
      color:var(--muted2);
      font-size:12.6px;
      flex:0 0 auto;
    }
    .article .right time{font-style:normal}
    .link{
      display:inline-flex; align-items:center; gap:8px;
      color:#4b22b8; font-weight:900; font-size:13px;
      padding:8px 10px; border-radius:12px;
      background:rgba(109,40,255,.08);
      border:1px solid rgba(109,40,255,.16);
      transition:transform .18s ease, box-shadow .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .link:hover{transform:translateY(-1px); box-shadow:0 16px 34px rgba(109,40,255,.16)}

    .timeline{
      display:grid; gap:12px;
    }
    .titem{
      display:flex; gap:12px; align-items:flex-start;
      border-radius:16px;
      padding:14px 14px;
      border:1px solid rgba(33,41,58,.10);
      background:rgba(255,255,255,.82);
    }
    .ticon{
      width:38px; height:38px; border-radius:14px;
      background:linear-gradient(135deg, rgba(109,40,255,.18), rgba(155,92,255,.10));
      border:1px solid rgba(109,40,255,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      position:relative;
      overflow:hidden;
    }
    .ticon::after{
      content:"";
      position:absolute; inset:-10px auto auto -10px;
      width:30px; height:30px; border-radius:10px;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.75), rgba(109,40,255,.25), transparent 70%);
      opacity:.8; transform:rotate(18deg);
    }
    .ticon span{position:relative; z-index:1; font-weight:950; color:#3a1a8a}
    .titem strong{display:block; font-size:14px}
    .titem p{margin:7px 0 0; color:var(--muted); font-size:13.2px; line-height:1.7}

    .network{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .mapish{
      border-radius:var(--radius);
      border:1px solid rgba(33,41,58,.12);
      background:
        radial-gradient(600px 280px at 20% 20%, rgba(109,40,255,.12), transparent 55%),
        radial-gradient(520px 220px at 90% 30%, rgba(155,92,255,.10), transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.66));
      box-shadow:0 12px 30px rgba(33,41,58,.06);
      padding:16px;
      position:relative;
      overflow:hidden;
      min-height:260px;
    }
    .mapish .gridlines{
      position:absolute; inset:0;
      background:
        linear-gradient(transparent 0 24px, rgba(33,41,58,.06) 24px 25px),
        linear-gradient(90deg, transparent 0 24px, rgba(33,41,58,.06) 24px 25px);
      background-size:25px 25px;
      opacity:.55;
      pointer-events:none;
    }
    .networklist{
      border-radius:var(--radius);
      border:1px solid rgba(33,41,58,.10);
      background:rgba(255,255,255,.82);
      box-shadow:0 12px 30px rgba(33,41,58,.05);
      padding:16px;
    }
    .networklist h3{font-size:15px}
    .networklist p{margin:10px 0 0; color:var(--muted); font-size:13.2px; line-height:1.7}
    .networkpill-grid{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .networkpill{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(33,41,58,.12);
      background:rgba(255,255,255,.70);
      color:#2b3141;
      font-size:12.8px; font-weight:800;
      display:flex; align-items:center; gap:8px;
    }
    .netdot{
      width:10px; height:10px; border-radius:4px;
      background:linear-gradient(180deg, rgba(109,40,255,.35), rgba(155,92,255,.15));
      border:1px solid rgba(109,40,255,.22);
      box-shadow:0 14px 26px rgba(109,40,255,.14);
    }
    .form-card{
      border-radius:var(--radius);
      border:1px solid rgba(33,41,58,.12);
      background:
        radial-gradient(700px 260px at 20% 0%, rgba(109,40,255,.16), transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
      box-shadow:0 16px 40px rgba(33,41,58,.06);
      padding:16px;
    }
    form{
      display:grid; gap:12px;
      grid-template-columns: 1fr 1fr;
    }
    .field{display:flex; flex-direction:column; gap:7px}
    label{
      font-size:12.8px; color:#2b3141; font-weight:900;
      letter-spacing:.15px;
    }
    input, select, textarea{
      width:100%;
      padding:11px 12px;
      border-radius:14px;
      border:1px solid rgba(33,41,58,.14);
      background:rgba(255,255,255,.85);
      color:#111827;
      font-size:13.4px;
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(109,40,255,.34);
      box-shadow:0 0 0 4px rgba(109,40,255,.16);
    }
    .span2{grid-column:1 / -1}
    .form-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      grid-column:1 / -1;
      margin-top:4px;
    }
    .hint{
      color:var(--muted);
      font-size:12.8px; line-height:1.6;
      max-width:560px;
    }
    .notice{
      display:flex; align-items:flex-start; gap:10px;
      border-radius:16px;
      border:1px dashed rgba(109,40,255,.26);
      background:rgba(109,40,255,.06);
      padding:12px 12px;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.7;
    }
    .notice .badge{
      width:24px; height:24px; border-radius:10px;
      border:1px solid rgba(109,40,255,.24);
      background:rgba(109,40,255,.10);
      display:flex; align-items:center; justify-content:center;
      color:#3a1a8a;
      font-weight:950;
      flex:0 0 auto;
    }

    footer{
      padding:22px 0 32px;
      background:linear-gradient(180deg, rgba(244,237,255,.75), rgba(255,255,255,.92));
      border-top:1px solid rgba(33,41,58,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:16px;
      align-items:flex-start;
    }
    .foot-card{
      border-radius:var(--radius);
      border:1px solid rgba(33,41,58,.10);
      background:#ffffff;
      box-shadow:0 12px 30px rgba(33,41,58,.05);
      padding:16px;
    }
    .foot-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .foot-brand{
      display:flex; gap:12px; align-items:flex-start;
    }
    .foot-brand .miniLogo{
      width:44px; height:44px; border-radius:16px;
      border:1px solid rgba(109,40,255,.20);
      background:linear-gradient(135deg, rgba(109,40,255,.16), rgba(155,92,255,.10));
      overflow:hidden;
      flex:0 0 auto;
      display:flex; align-items:center; justify-content:center;
    }
    .foot-brand .miniLogo img{width:100%; height:100%; object-fit:contain}
    .foot-brand strong{display:block; font-size:14.5px; letter-spacing:-.2px}
    .foot-brand span{display:block; margin-top:6px; color:var(--muted); font-size:13px; line-height:1.6}
    .foot-links{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .foot-links a{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(33,41,58,.12);
      background:rgba(255,255,255,.72);
      color:#2b3141;
      font-weight:850;
      font-size:12.8px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .foot-links a:hover{transform:translateY(-1px); box-shadow:0 16px 34px rgba(109,40,255,.14); border-color:rgba(109,40,255,.22)}
    .copy{
      margin-top:12px;
      color:var(--muted2);
      font-size:12.6px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      border-top:1px solid rgba(33,41,58,.08);
      padding-top:12px;
    }
    .copy a{color:#4b22b8; font-weight:900}

    .backtop{
      position:fixed;
      right:16px; bottom:16px;
      z-index:60;
      display:flex; flex-direction:column; gap:10px; align-items:flex-end;
    }
    .fab{
      width:48px; height:48px;
      border-radius:18px;
      border:1px solid rgba(33,41,58,.12);
      background:rgba(255,255,255,.85);
      box-shadow:0 16px 40px rgba(33,41,58,.10);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
      user-select:none;
    }
    .fab:hover{transform:translateY(-2px); box-shadow:0 20px 50px rgba(109,40,255,.16)}
    .fab.hidden{opacity:0; pointer-events:none; transform:translateY(6px)}
    .fab svg{width:20px; height:20px; fill:#3a1a8a}

    .side-kefu{
      position:fixed;
      left:16px; bottom:16px;
      z-index:60;
      display:flex; flex-direction:column; gap:10px; align-items:flex-start;
    }
    .kefu-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(109,40,255,.22);
      background:rgba(255,255,255,.88);
      box-shadow:0 18px 44px rgba(33,41,58,.10);
      cursor:pointer;
      user-select:none;
      transition:transform .18s ease, box-shadow .18s ease;
      min-width:140px;
    }
    .kefu-btn:hover{transform:translateY(-2px); box-shadow:0 20px 52px rgba(109,40,255,.16)}
    .kefu-btn .badge{
      width:28px; height:28px;
      border-radius:12px;
      background:linear-gradient(135deg, rgba(109,40,255,.20), rgba(155,92,255,.10));
      border:1px solid rgba(109,40,255,.22);
      display:flex; align-items:center; justify-content:center;
      color:#3a1a8a; font-weight:950;
      flex:0 0 auto;
    }
    .kefu-btn span{font-size:13px; font-weight:950; color:#2b3141}
    .kefu-pop{
      display:none;
      width:220px;
      border-radius:18px;
      border:1px solid rgba(33,41,58,.12);
      background:#fff;
      box-shadow:0 22px 60px rgba(33,41,58,.18);
      overflow:hidden;
    }
    .kefu-pop[data-open="true"]{display:block}
    .kefu-pop .top{
      padding:12px 12px;
      border-bottom:1px solid rgba(33,41,58,.08);
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      background:linear-gradient(180deg, rgba(109,40,255,.10), rgba(109,40,255,.05));
    }
    .kefu-pop .top strong{font-size:13.2px}
    .kefu-pop .top button{
      border:1px solid rgba(33,41,58,.12);
      background:rgba(255,255,255,.8);
      border-radius:12px;
      width:30px; height:30px;
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .18s ease;
    }
    .kefu-pop .top button:hover{transform:translateY(-1px)}
    .kefu-pop img{width:100%; height:auto; display:block}
    .kefu-pop .desc{
      padding:12px 12px;
      color:var(--muted);
      font-size:12.8px; line-height:1.6;
    }

    .logo-showcase{
      display:flex; gap:10px; flex-wrap:wrap; margin-top:12px;
    }
    .logo-mini{
      padding:9px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(33,41,58,.12);
      color:#2b3141;
      font-weight:900;
      font-size:12.8px;
      user-select:none;
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr; }
      .hero-bullets{grid-template-columns:repeat(2,minmax(0,1fr))}
      .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
      .quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .faq{grid-template-columns:1fr}
      .network{grid-template-columns:1fr}
      table{min-width:720px}
      .footer-grid{grid-template-columns:1fr}
      .brand{min-width:auto}
    }
    @media (max-width: 720px){
      .navlinks, .nav-cta{display:none}
      .mobile-toggle{display:flex}
      .mobile-panel[data-open="true"]{display:block}
      header{position:sticky}
      .title{font-size:28px}
      section{padding:44px 0}
      .hero{padding:38px 0 22px}
      .hero-bullets{grid-template-columns:1fr}
      .grid-3{grid-template-columns:1fr}
      .grid-2{grid-template-columns:1fr}
      .quote-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      form{grid-template-columns:1fr}
      .form-actions{justify-content:flex-start}
      .backtop{right:12px; bottom:12px}
      .side-kefu{left:12px; bottom:12px}
      .kefu-btn{min-width:auto}
    }