:root{
      --bg0:#ffffff;
      --bg1:#fbf7ff;
      --card:#ffffff;
      --text:#1f2330;
      --muted:#5a6075;
      --line:rgba(22, 22, 38, .10);
      --shadow: 0 18px 45px rgba(28, 20, 60, .10);
      --shadow2: 0 10px 25px rgba(28, 20, 60, .10);
      --primary:#6d28d9;
      --primary2:#a855f7;
      --primary3:#3b82f6;
      --accent:#f97316;
      --success:#16a34a;
      --warning:#f59e0b;
      --radius:18px;
      --radius2:14px;
      --max:1160px;
      --containerPad:18px;
      --focus: 0 0 0 4px rgba(168,85,247,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC", "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1000px 500px at 18% 0%, rgba(168,85,247,.14), transparent 55%),
        radial-gradient(900px 430px at 85% 10%, rgba(59,130,246,.12), transparent 55%),
        radial-gradient(700px 420px at 60% 25%, rgba(109,40,217,.10), transparent 60%),
        linear-gradient(180deg, var(--bg1), #fff 60%, #fff);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      max-width:var(--max);
      margin:0 auto;
      padding:0 var(--containerPad);
    }
    .skip{
      position:absolute; left:-9999px; top:12px;
      padding:10px 14px; background:#111827; color:#fff; border-radius:12px; z-index:9999;
    }
    .skip:focus{left:16px; outline:none; box-shadow:var(--focus)}
    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(130%) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(22,22,38,.08);
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width:180px;
    }
    .brand img{
      width:44px; height:44px; border-radius:14px;
      box-shadow:0 10px 24px rgba(109,40,217,.18);
      background:#fff;
    }
    .brand .bmeta{display:flex; flex-direction:column; line-height:1.1}
    .brand .bname{font-weight:860; letter-spacing:.2px}
    .brand .bsub{font-size:12px; color:var(--muted); margin-top:2px}
    .navlinks{
      display:flex; align-items:center; gap:14px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navlinks a{
      font-size:13px; color:#2b2f3f;
      padding:10px 10px; border-radius:12px;
      transition:background .2s ease, transform .2s ease;
    }
    .navlinks a:hover{background:rgba(109,40,217,.08); transform:translateY(-1px)}
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      padding:11px 14px; border-radius:14px;
      border:1px solid rgba(109,40,217,.25);
      background:linear-gradient(180deg, rgba(109,40,217,.10), rgba(109,40,217,.05));
      color:#2b1b4c;
      font-weight:720; font-size:13px;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 12px 25px rgba(109,40,217,.16); border-color:rgba(109,40,217,.40)}
    .btn:active{transform:translateY(0px); box-shadow:none}
    .btnPrimary{
      border:none;
      background:linear-gradient(135deg, #6d28d9, #a855f7);
      color:#fff;
      box-shadow:0 14px 34px rgba(109,40,217,.25);
    }
    .btnPrimary:hover{box-shadow:0 18px 40px rgba(109,40,217,.30)}
    .btnGhost{
      border:1px solid rgba(22,22,38,.12);
      background:rgba(255,255,255,.75);
      color:#2b2f3f;
    }
    .iconBtn{
      width:42px; height:42px; border-radius:14px;
      border:1px solid rgba(22,22,38,.12);
      background:rgba(255,255,255,.8);
      display:inline-flex; align-items:center; justify-content:center;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .iconBtn:hover{transform:translateY(-1px); box-shadow:0 12px 25px rgba(17,24,39,.10)}
    .hamburger{display:none}
    .mobileMenu{
      display:none;
      padding:10px 0 16px;
    }
    .mobileGrid{
      display:grid;
      gap:10px;
    }
    .mobileGrid a{
      padding:12px 14px;
      border:1px solid rgba(22,22,38,.10);
      border-radius:16px;
      background:rgba(255,255,255,.8);
      font-weight:650;
      font-size:13px;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .mobileGrid a:hover{transform:translateY(-1px); box-shadow:0 12px 25px rgba(109,40,217,.12); border-color:rgba(109,40,217,.25)}
    main{padding-bottom:40px}
    section{padding:64px 0}
    .hero{
      padding:34px 0 10px;
      position:relative;
    }
    .heroWrap{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:18px;
      align-items:stretch;
      padding:26px;
      border-radius:26px;
      background:
        radial-gradient(950px 420px at 15% 20%, rgba(168,85,247,.22), transparent 52%),
        radial-gradient(760px 360px at 95% 18%, rgba(59,130,246,.18), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.75));
      border:1px solid rgba(109,40,217,.18);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .heroWrap:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(109,40,217,.22), transparent 60%),
        radial-gradient(600px 240px at 70% 0%, rgba(168,85,247,.18), transparent 60%),
        radial-gradient(520px 220px at 95% 60%, rgba(59,130,246,.16), transparent 60%);
      pointer-events:none;
      opacity:.9;
      mix-blend-mode:normal;
      filter:saturate(110%);
    }
    .heroWrap > *{position:relative}
    .heroLeft{
      padding:8px 6px 8px 2px;
      display:flex; flex-direction:column;
      gap:16px;
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      width:fit-content;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(109,40,217,.18);
      color:#2d1a55;
      font-weight:700; font-size:12px;
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(180deg, var(--primary2), var(--primary));
      box-shadow:0 0 0 4px rgba(168,85,247,.16);
    }
    h1{
      margin:0;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.8px;
    }
    .heroLead{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
      max-width:58ch;
    }
    .heroActions{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-top:2px;
    }
    .quickRow{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:4px;
    }
    .pill{
      padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.72);
      font-size:12px; color:#2b2f3f;
      display:flex; align-items:center; gap:8px;
    }
    .pill svg{flex:0 0 auto}
    .heroRight{
      display:flex; flex-direction:column; gap:12px;
      padding:8px 6px;
    }
    .statGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .statCard{
      border-radius:18px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(109,40,217,.15);
      padding:14px 14px;
      box-shadow:0 12px 30px rgba(109,40,217,.10);
      min-height:88px;
      display:flex; flex-direction:column; justify-content:space-between;
      transform: translateZ(0);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .statCard:hover{transform:translateY(-2px); box-shadow:0 16px 40px rgba(109,40,217,.14); border-color:rgba(109,40,217,.28)}
    .statTop{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .badgeIcon{
      width:36px; height:36px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(180deg, rgba(109,40,217,.14), rgba(168,85,247,.10));
      border:1px solid rgba(109,40,217,.20);
      color:var(--primary);
    }
    .statValue{font-size:20px; font-weight:860; letter-spacing:-.3px}
    .statLabel{font-size:12px; color:var(--muted); line-height:1.4; margin-top:6px}
    .signalCard{
      border-radius:20px;
      background:
        radial-gradient(480px 170px at 20% 10%, rgba(168,85,247,.22), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.65));
      border:1px solid rgba(22,22,38,.10);
      padding:16px 16px;
      display:flex; flex-direction:column; gap:12px;
      position:relative;
      overflow:hidden;
    }
    .signalCard:after{
      content:"";
      position:absolute;
      width:140px; height:140px; right:-45px; top:-55px;
      border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(168,85,247,.35), transparent 60%);
      pointer-events:none;
    }
    .signalRow{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      position:relative;
    }
    .signalTitle{
      font-weight:860; letter-spacing:-.2px;
    }
    .signalDesc{
      margin:0; color:var(--muted); font-size:13px; line-height:1.7;
    }
    .miniList{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:2px;
    }
    .miniTag{
      font-size:12px; color:#2b2f3f;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.72);
      white-space:nowrap;
    }
    .sectionHead{
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .sectionHead h2{
      margin:0;
      font-size:26px;
      line-height:1.25;
      letter-spacing:-.5px;
    }
    .sectionHead p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
      max-width:60ch;
    }
    .grid3{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(22,22,38,.10);
      border-radius:20px;
      padding:18px;
      box-shadow:0 14px 35px rgba(17,24,39,.06);
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      min-height:140px;
    }
    .card:hover{
      transform:translateY(-2px);
      box-shadow:0 22px 55px rgba(109,40,217,.12);
      border-color:rgba(109,40,217,.22);
    }
    .cardTop{
      display:flex; gap:12px; align-items:flex-start;
    }
    .cardIcon{
      width:42px; height:42px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(109,40,217,.16), rgba(168,85,247,.10));
      border:1px solid rgba(109,40,217,.18);
      color:var(--primary);
      flex:0 0 auto;
    }
    .card h3{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .dividerRow{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
      margin-top:12px;
    }
    .chip{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(109,40,217,.18);
      background:rgba(255,255,255,.75);
      font-weight:700;
      font-size:12px;
      color:#2f1a52;
    }
    .chipAlt{
      border-color:rgba(59,130,246,.18);
      color:#153a77;
    }
    .stepGrid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:16px 16px;
      border-radius:20px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.75);
      position:relative;
      overflow:hidden;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      min-height:166px;
    }
    .step:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.10); border-color:rgba(109,40,217,.22)}
    .step:before{
      content:"";
      position:absolute;
      width:120px; height:120px;
      border-radius:30px;
      left:-55px; top:-60px;
      background:linear-gradient(180deg, rgba(168,85,247,.18), transparent);
      transform:rotate(12deg);
      pointer-events:none;
    }
    .step .num{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(180deg, rgba(109,40,217,.14), rgba(168,85,247,.08));
      border:1px solid rgba(109,40,217,.18);
      font-weight:900; color:var(--primary);
      position:relative;
    }
    .step h3{margin:12px 0 0; font-size:15px; letter-spacing:-.2px; position:relative}
    .step p{margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.8; position:relative}
    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .panel{
      border-radius:22px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(22,22,38,.10);
      box-shadow:0 16px 40px rgba(17,24,39,.06);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .panel.purple:before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(600px 250px at 10% 0%, rgba(168,85,247,.22), transparent 60%),
        radial-gradient(520px 210px at 90% 20%, rgba(59,130,246,.16), transparent 60%);
      pointer-events:none;
      opacity:.95;
    }
    .panel > *{position:relative}
    .panel h3{margin:0; font-size:16px; letter-spacing:-.2px}
    .panel p{margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.8}
    .bullets{margin:12px 0 0; padding:0; list-style:none; display:grid; gap:10px}
    .bullets li{display:flex; gap:10px; align-items:flex-start}
    .tick{
      width:20px; height:20px; border-radius:8px;
      background:rgba(109,40,217,.12);
      border:1px solid rgba(109,40,217,.20);
      display:flex; align-items:center; justify-content:center; color:var(--primary);
      margin-top:1px;
      flex:0 0 auto;
    }
    .bullets span{color:#2b2f3f; font-weight:650; font-size:13px}
    .bullets small{display:block; color:var(--muted); font-weight:520; font-size:12px; line-height:1.6; margin-top:3px}
    .tableWrap{
      border:1px solid rgba(22,22,38,.10);
      border-radius:20px;
      overflow:hidden;
      background:rgba(255,255,255,.75);
      box-shadow:0 16px 40px rgba(17,24,39,.06);
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
    }
    th,td{
      padding:12px 12px;
      border-bottom:1px solid rgba(22,22,38,.08);
      text-align:left;
      vertical-align:top;
      font-size:13px;
      line-height:1.6;
    }
    th{
      background:linear-gradient(180deg, rgba(109,40,217,.12), rgba(168,85,247,.06));
      color:#2b1b4c;
      font-weight:850;
      letter-spacing:-.2px;
    }
    tr:last-child td{border-bottom:none}
    .scoreCell{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .starRow{
      display:flex; align-items:center; gap:6px;
      color:#6d28d9;
      font-weight:900;
    }
    .star{
      width:18px; height:18px;
      fill: #6d28d9;
      filter: drop-shadow(0 6px 10px rgba(109,40,217,.16));
    }
    .scoreBadge{
      padding:8px 10px;
      border-radius:14px;
      background:rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.18);
      font-weight:900;
    }
    .compareCardRow{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .compareCard{
      border-radius:22px;
      padding:18px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 16px 40px rgba(17,24,39,.06);
      position:relative;
      overflow:hidden;
    }
    .compareCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 220px at 15% 0%, rgba(168,85,247,.22), transparent 60%),
        radial-gradient(520px 220px at 95% 30%, rgba(59,130,246,.16), transparent 60%);
      opacity:.8;
      pointer-events:none;
    }
    .compareCard > *{position:relative}
    .compareTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .compareTitle{
      font-weight:950; letter-spacing:-.4px;
      font-size:18px;
      margin:0;
    }
    .compareSub{
      margin:6px 0 0;
      color:var(--muted);
      line-height:1.7;
      font-size:13px;
    }
    .barList{margin-top:14px; display:grid; gap:10px}
    .barRow{
      display:grid;
      grid-template-columns: 150px 1fr 56px;
      align-items:center;
      gap:10px;
      font-size:13px;
    }
    .barRow span{color:#2b2f3f; font-weight:650}
    .track{
      height:10px; border-radius:999px;
      background:rgba(22,22,38,.08);
      overflow:hidden;
      border:1px solid rgba(22,22,38,.06);
    }
    .fill{
      height:100%;
      width:60%;
      border-radius:999px;
      background:linear-gradient(90deg, #6d28d9, #a855f7);
      box-shadow:0 10px 20px rgba(109,40,217,.22);
      transition:width .45s ease;
    }
    .barVal{color:var(--muted); font-weight:800; text-align:right}
    .formGrid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:12px;
    }
    label{
      display:flex; flex-direction:column; gap:8px;
      font-weight:700; font-size:13px;
      color:#2b2f3f;
    }
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(22,22,38,.12);
      background:rgba(255,255,255,.86);
      outline:none;
      transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease;
      font-size:14px;
      color:#111827;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      box-shadow:var(--focus);
      border-color:rgba(109,40,217,.45);
    }
    .formActions{
      display:flex; gap:12px; align-items:center; justify-content:flex-start;
      margin-top:12px; flex-wrap:wrap;
    }
    .hint{
      color:var(--muted);
      font-size:12px; line-height:1.6;
      max-width:56ch;
    }
    .reviewsGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius:22px;
      padding:18px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 16px 40px rgba(17,24,39,.06);
      position:relative;
      overflow:hidden;
      min-height:170px;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .review:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.10); border-color:rgba(109,40,217,.22)}
    .review:before{
      content:"";
      position:absolute; width:220px; height:220px;
      border-radius:60px;
      right:-120px; top:-120px;
      background:radial-gradient(circle at 30% 30%, rgba(168,85,247,.22), transparent 60%);
      pointer-events:none;
    }
    .review > *{position:relative}
    .reviewTop{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:44px; height:44px; border-radius:18px;
      background:linear-gradient(135deg, rgba(109,40,217,.16), rgba(59,130,246,.12));
      border:1px solid rgba(109,40,217,.18);
      display:flex; align-items:center; justify-content:center;
      color:var(--primary);
      font-weight:950;
    }
    .reviewRole{
      font-weight:900; letter-spacing:-.2px;
      margin:0;
      font-size:14px;
    }
    .reviewMeta{
      margin:4px 0 0;
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }
    .reviewText{
      margin:0;
      color:#2b2f3f;
      font-size:13px;
      line-height:1.8;
    }
    .caseGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
    }
    .caseCard{
      border-radius:22px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 16px 40px rgba(17,24,39,.06);
      overflow:hidden;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      display:flex; flex-direction:column;
      min-height:290px;
    }
    .caseCard:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.10); border-color:rgba(109,40,217,.22)}
    .caseMedia{
      padding:12px;
      background:linear-gradient(180deg, rgba(109,40,217,.08), rgba(168,85,247,.03));
      border-bottom:1px solid rgba(22,22,38,.08);
    }
    .caseThumb{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.8);
      overflow:hidden;
    }
    .caseThumb img{
      width:100%; height:auto; display:block;
      object-fit:contain;
      transform:scale(1.01);
    }
    .caseBody{
      padding:16px 16px 18px;
      display:flex; flex-direction:column; gap:10px; flex:1;
    }
    .caseTitle{margin:0; font-weight:950; letter-spacing:-.3px; font-size:15px}
    .caseDesc{margin:0; color:var(--muted); font-size:13px; line-height:1.8}
    .caseTags{display:flex; gap:8px; flex-wrap:wrap; margin-top:auto}
    .tag{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.76);
      color:#2b2f3f;
      font-size:12px;
      font-weight:700;
    }
    .listRow{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .articleList{
      display:grid; gap:12px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .articleItem{
      display:flex; gap:12px; align-items:flex-start;
      border:1px solid rgba(22,22,38,.10);
      border-radius:20px;
      background:rgba(255,255,255,.78);
      padding:14px;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .articleItem:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.10); border-color:rgba(109,40,217,.22)}
    .articleNum{
      width:40px; height:40px; border-radius:16px;
      background:linear-gradient(180deg, rgba(109,40,217,.14), rgba(168,85,247,.07));
      border:1px solid rgba(109,40,217,.18);
      color:var(--primary);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      flex:0 0 auto;
    }
    .articleBody{flex:1}
    .articleTitle{
      margin:0;
      font-weight:900;
      letter-spacing:-.25px;
      font-size:14px;
      line-height:1.4;
    }
    .articleMeta{
      margin:6px 0 0;
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }
    .articleLink{
      margin-top:8px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.76);
      font-size:13px;
      font-weight:800;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .articleLink:hover{transform:translateY(-1px); box-shadow:0 14px 34px rgba(109,40,217,.12); border-color:rgba(109,40,217,.22)}
    .timeline{
      display:grid; gap:12px;
    }
    .timeItem{
      display:flex; gap:12px; align-items:flex-start;
      border:1px solid rgba(22,22,38,.10);
      border-radius:20px;
      background:rgba(255,255,255,.78);
      padding:14px;
    }
    .timeDot{
      width:14px; height:14px; border-radius:6px;
      background:linear-gradient(180deg, #6d28d9, #a855f7);
      box-shadow:0 0 0 5px rgba(168,85,247,.16);
      margin-top:6px;
      flex:0 0 auto;
    }
    .timeBody{flex:1}
    .timeTitle{margin:0; font-weight:950; letter-spacing:-.25px; font-size:14px}
    .timeDesc{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.8}
    .tagCloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:10px;
    }
    .cloudA{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      font-size:12px; font-weight:750;
      color:#2b2f3f;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .cloudA:hover{transform:translateY(-1px); box-shadow:0 16px 40px rgba(109,40,217,.12); border-color:rgba(109,40,217,.22)}
    .faqGrid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
      align-items:start;
    }
    details{
      border-radius:20px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      padding:14px 14px;
      box-shadow:0 16px 40px rgba(17,24,39,.05);
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    details:hover{transform:translateY(-1px); box-shadow:0 22px 55px rgba(109,40,217,.10); border-color:rgba(109,40,217,.22)}
    summary{
      list-style:none;
      cursor:pointer;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      font-weight:950;
      letter-spacing:-.25px;
      font-size:14px;
      color:#2b2f3f;
      outline:none;
    }
    summary::-webkit-details-marker{display:none}
    .sumIcon{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(109,40,217,.18);
      background:linear-gradient(180deg, rgba(109,40,217,.14), rgba(168,85,247,.07));
      color:var(--primary);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition:transform .25s ease;
    }
    details[open] .sumIcon{transform:rotate(45deg)}
    .faqText{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.8;
      font-size:13px;
    }
    .footer{
      padding:28px 0 40px;
      border-top:1px solid rgba(22,22,38,.08);
      background:
        radial-gradient(780px 260px at 15% 0%, rgba(168,85,247,.14), transparent 60%),
        radial-gradient(680px 240px at 95% 30%, rgba(59,130,246,.12), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.9));
      color:#121526;
    }
    .footerTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .footerBrand{
      display:flex; gap:12px; align-items:flex-start;
      min-width:260px;
    }
    .footerBrand img{width:42px; height:42px; border-radius:16px; border:1px solid rgba(109,40,217,.18); background:#fff}
    .footerBrand h3{margin:0; font-size:15px; font-weight:950; letter-spacing:-.25px}
    .footerBrand p{margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.8; max-width:52ch}
    .footLinks{
      display:flex; gap:26px; flex-wrap:wrap;
    }
    .linkCol h4{
      margin:0 0 10px;
      font-size:13px; font-weight:950; letter-spacing:-.2px;
      color:#2b1b4c;
    }
    .linkCol a{
      display:block;
      padding:7px 0;
      color:#2b2f3f;
      font-size:13px;
      transition:transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .linkCol a:hover{transform:translateY(-1px); color:var(--primary)}
    .footerBottom{
      margin-top:18px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      color:var(--muted);
      font-size:12px;
    }
    .friendRow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    }
    .friendRow a{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(22,22,38,.10);
      background:rgba(255,255,255,.78);
      font-size:12px; font-weight:800;
      color:#2b2f3f;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .friendRow a:hover{transform:translateY(-1px); box-shadow:0 16px 40px rgba(109,40,217,.12); border-color:rgba(109,40,217,.22)}
    .floatingChat{
      position:fixed;
      right:14px; bottom:92px;
      z-index:60;
      display:flex; flex-direction:column; gap:10px; align-items:flex-end;
      pointer-events:none;
    }
    .chatBtn{
      pointer-events:auto;
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(109,40,217,.25);
      background:linear-gradient(135deg, rgba(109,40,217,.14), rgba(168,85,247,.10));
      color:#2b1b4c;
      box-shadow:0 18px 45px rgba(109,40,217,.18);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      cursor:pointer;
      user-select:none;
    }
    .chatBtn:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.22); border-color:rgba(109,40,217,.38)}
    .chatBtn .qicon{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(180deg, rgba(109,40,217,.18), rgba(168,85,247,.08));
      border:1px solid rgba(109,40,217,.18);
      display:flex; align-items:center; justify-content:center;
      color:var(--primary);
    }
    .qrPopover{
      pointer-events:auto;
      width:min(320px, calc(100vw - 28px));
      border-radius:22px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(22,22,38,.12);
      box-shadow:0 26px 80px rgba(17,24,39,.18);
      overflow:hidden;
      transform-origin: 90% 100%;
      transform: scale(.98);
      opacity:0;
      max-height:0;
      transition: opacity .2s ease, transform .2s ease, max-height .25s ease;
    }
    .qrPopover.show{
      opacity:1; transform: scale(1); max-height:380px;
    }
    .qrHead{
      padding:14px 14px 10px;
      background:
        radial-gradient(520px 200px at 15% 0%, rgba(168,85,247,.20), transparent 60%),
        linear-gradient(180deg, rgba(109,40,217,.08), rgba(255,255,255,.0));
      border-bottom:1px solid rgba(22,22,38,.08);
    }
    .qrHead h4{margin:0; font-weight:980; letter-spacing:-.25px; font-size:14px}
    .qrHead p{margin:6px 0 0; color:var(--muted); font-size:12px; line-height:1.6}
    .qrBody{padding:14px; display:flex; gap:12px; align-items:center}
    .qrBody img{
      width:96px; height:96px; border-radius:20px;
      border:1px solid rgba(22,22,38,.10);
      background:#fff;
    }
    .qrText{flex:1}
    .qrText strong{display:block; font-size:13px; letter-spacing:-.2px}
    .qrText span{display:block; color:var(--muted); font-size:12px; line-height:1.6; margin-top:6px}
    .backTop{
      pointer-events:auto;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(22,22,38,.12);
      background:rgba(255,255,255,.82);
      box-shadow:0 18px 45px rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition:transform .2s ease, box-shadow .2s ease;
    }
    .backTop:hover{transform:translateY(-2px); box-shadow:0 22px 55px rgba(109,40,217,.16)}
    .floatHidden{display:none}
    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .55s ease, transform .55s ease;
    }
    .reveal.in{
      opacity:1;
      transform: translateY(0);
    }
    @media (max-width: 980px){
      .heroWrap{grid-template-columns: 1fr; gap:14px}
      .heroRight{padding:0 6px 4px}
      .statGrid{grid-template-columns: 1fr 1fr}
      .grid3{grid-template-columns: 1fr}
      .stepGrid{grid-template-columns: 1fr 1fr}
      .split{grid-template-columns: 1fr}
      .compareCardRow{grid-template-columns: 1fr}
      .reviewsGrid{grid-template-columns: 1fr}
      .caseGrid{grid-template-columns: 1fr}
      .listRow{grid-template-columns: 1fr}
      .faqGrid{grid-template-columns: 1fr}
      .formGrid{grid-template-columns: 1fr}
      .navlinks{display:none}
      .hamburger{display:inline-flex}
      .mobileMenu.show{display:block}
      .mobileMenu{display:none}
      table{min-width:560px}
    }