:root{
      --bg0:#ffffff;
      --bg1:#f7f8fb;
      --card:#ffffff;
      --text:#121826;
      --muted:#5b6476;
      --muted2:#7a8498;
      --line:rgba(17,24,39,.10);
      --shadow: 0 12px 34px rgba(16,24,40,.10);
      --shadow2: 0 8px 20px rgba(16,24,40,.10);
      --radius:18px;
      --radius2:14px;
      --gradA: linear-gradient(120deg,#15b5ff 0%, #6f6bff 35%, #ff6aa2 75%, #ffb86a 100%);
      --gradB: linear-gradient(135deg, rgba(21,181,255,.18) 0%, rgba(111,107,255,.16) 45%, rgba(255,106,162,.12) 100%);
      --gradBtn: linear-gradient(135deg,#12b5ff 0%, #6f6bff 55%, #ff6aa2 120%);
      --accent:#3b82f6;
      --accent2:#6f6bff;
      --accent3:#ff4f8c;
      --ok:#16a34a;
      --warn:#f59e0b;
      --danger:#ef4444;
      --focus: 0 0 0 4px rgba(21,181,255,.18);
      --container: 1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 420px at 10% -10%, rgba(21,181,255,.18), transparent 55%),
        radial-gradient(900px 420px at 70% -15%, rgba(111,107,255,.16), transparent 55%),
        radial-gradient(700px 380px at 95% 0%, rgba(255,106,162,.12), transparent 60%),
        linear-gradient(180deg, var(--bg1) 0%, var(--bg0) 60%, #fff 100%);
    }
    a{color:inherit}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(1.2) blur(10px);
      background:rgba(247,248,251,.68);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .navwrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:220px;
    }
    .brand img{
      width:36px; height:36px;
      border-radius:12px;
      box-shadow: 0 10px 22px rgba(111,107,255,.18);
      background:#fff;
      object-fit:contain;
    }
    .brand .brandtext{
      display:flex; flex-direction:column; line-height:1.05;
    }
    .brand .name{
      font-weight:800;
      letter-spacing:.2px;
    }
    .brand .tag{
      font-size:12px;
      color:var(--muted);
      margin-top:4px;
      white-space:nowrap;
    }
    .navlinks{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navlinks a{
      text-decoration:none;
      font-size:13px;
      color:rgba(18,24,38,.78);
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
    }
    .navlinks a:hover{
      background:rgba(255,255,255,.70);
      border-color:rgba(17,24,39,.08);
      transform:translateY(-1px);
    }
    .navright{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      border:none;
      cursor:pointer;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:14px;
      font-weight:800;
      letter-spacing:.2px;
      text-decoration:none;
      transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn-primary{
      color:white;
      background:var(--gradBtn);
      box-shadow: 0 16px 30px rgba(111,107,255,.18);
    }
    .btn-primary:hover{transform:translateY(-1px); filter:saturate(1.06)}
    .btn-ghost{
      background:rgba(255,255,255,.65);
      border:1px solid rgba(17,24,39,.10);
      color:rgba(18,24,38,.86);
      font-weight:750;
    }
    .btn-ghost:hover{transform:translateY(-1px); box-shadow: 0 10px 22px rgba(16,24,40,.08)}
    .icondot{
      width:10px; height:10px; border-radius:999px;
      background:rgba(255,255,255,.9);
      box-shadow: 0 0 0 4px rgba(255,255,255,.25);
    }
    .hambtn{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.65);
      cursor:pointer;
      align-items:center;
      justify-content:center;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .hambtn:hover{transform:translateY(-1px); box-shadow: 0 10px 22px rgba(16,24,40,.08)}
    .hambtn:focus{outline:none; box-shadow:var(--focus)}
    .hambtn svg{width:22px; height:22px}
    .mobilepanel{
      display:none;
      padding:10px 0 16px;
      border-top:1px solid rgba(17,24,39,.08);
    }
    .mobilepanel .mrow{
      display:flex; flex-direction:column; gap:8px;
    }
    .mobilepanel a{
      text-decoration:none;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      color:rgba(18,24,38,.86);
      font-weight:760;
      display:flex; justify-content:space-between; align-items:center;
    }
    .mobilepanel .mrow small{color:var(--muted); font-weight:650}
    .hero{
      padding:28px 0 8px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .herocard{
      border-radius: calc(var(--radius) + 6px);
      background:
        radial-gradient(800px 360px at 15% 10%, rgba(21,181,255,.20), transparent 60%),
        radial-gradient(700px 320px at 75% 0%, rgba(111,107,255,.18), transparent 60%),
        radial-gradient(520px 300px at 98% 25%, rgba(255,106,162,.14), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      border:1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
      padding:22px;
      min-height:360px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:18px;
    }
    .heroTop{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      color:rgba(18,24,38,.86);
      font-weight:820;
      letter-spacing:.2px;
      font-size:13px;
      max-width:100%;
    }
    .badge svg{width:18px;height:18px}
    .hero h1{
      font-size:34px;
      margin:12px 0 10px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
      max-width:62ch;
    }
    .heroActions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:14px;
    }
    .heroMeta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .metaChip{
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      min-width:155px;
    }
    .metaChip .k{
      width:34px; height:34px;
      border-radius:14px;
      background:var(--gradB);
      display:flex; align-items:center; justify-content:center;
      color:rgba(18,24,38,.85);
      border:1px solid rgba(17,24,39,.06);
      box-shadow: 0 10px 24px rgba(111,107,255,.10);
      flex:0 0 auto;
    }
    .metaChip .k svg{width:18px;height:18px}
    .metaChip .t{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .metaChip .t b{font-size:14px}
    .metaChip .t span{font-size:12px; color:var(--muted)}
    .sidepanel{
      border-radius: calc(var(--radius) + 6px);
      background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.58));
      border:1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow2);
      padding:18px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:14px;
      position:relative;
      overflow:hidden;
      min-height:360px;
    }
    .sidepanel:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(380px 160px at 80% 10%, rgba(21,181,255,.20), transparent 65%),
        radial-gradient(320px 150px at 20% 0%, rgba(111,107,255,.16), transparent 60%),
        radial-gradient(280px 160px at 90% 70%, rgba(255,106,162,.14), transparent 60%);
      pointer-events:none;
      filter:saturate(1.1);
    }
    .sidepanel > *{position:relative}
    .sideTitle{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .sideTitle h2{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .statusPill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.68);
      font-weight:800;
      color:rgba(18,24,38,.86);
      font-size:12px;
      white-space:nowrap;
    }
    .pulse{
      width:10px; height:10px; border-radius:999px;
      background:rgba(21,181,255,.95);
      box-shadow: 0 0 0 0 rgba(21,181,255,.45);
      animation:pulse 1.8s infinite ease-out;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(21,181,255,.42)}
      70%{box-shadow:0 0 0 14px rgba(21,181,255,0)}
      100%{box-shadow:0 0 0 0 rgba(21,181,255,0)}
    }
    .metricGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .metric{
      border-radius:16px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      padding:12px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .metric:hover{
      transform:translateY(-2px);
      box-shadow: 0 14px 28px rgba(16,24,40,.10);
    }
    .metric .v{
      font-size:20px;
      font-weight:900;
      letter-spacing:-.4px;
      margin-bottom:6px;
    }
    .metric .d{
      font-size:12px;
      color:var(--muted);
      line-height:1.5;
    }
    .sideList{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-top:4px;
    }
    .tick{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
    }
    .tick .check{
      width:22px; height:22px;
      border-radius:10px;
      background:rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      color:rgba(22,163,74,.95);
    }
    .tick .check svg{width:14px;height:14px}
    .tick b{display:block; font-size:13px; margin-top:-1px}
    .tick span{display:block; color:var(--muted); font-size:12px; line-height:1.55; margin-top:4px}
    .section{
      padding:36px 0;
    }
    .sectionHead{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      font-weight:900;
      color:rgba(18,24,38,.86);
      background:rgba(255,255,255,.65);
      border:1px solid rgba(17,24,39,.10);
      padding:10px 12px;
      border-radius:999px;
      font-size:12px;
      letter-spacing:.2px;
    }
    .kicker svg{width:16px;height:16px}
    .sectionHead h2{
      margin:10px 0 0;
      font-size:26px;
      letter-spacing:-.6px;
      line-height:1.2;
    }
    .sectionHead p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      max-width:60ch;
    }
    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      padding:16px;
      box-shadow: 0 10px 24px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform:translateY(-2px);
      box-shadow: 0 18px 36px rgba(16,24,40,.10);
      border-color:rgba(111,107,255,.22);
    }
    .cardTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .cardIcon{
      width:44px; height:44px;
      border-radius:16px;
      background:var(--gradB);
      border:1px solid rgba(17,24,39,.06);
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 12px 24px rgba(111,107,255,.12);
      flex:0 0 auto;
    }
    .cardIcon svg{width:22px;height:22px}
    .chip{
      font-size:12px;
      font-weight:900;
      color:rgba(18,24,38,.86);
      background:rgba(255,255,255,.66);
      border:1px solid rgba(17,24,39,.10);
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .card h3{
      margin:0 0 8px;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.7;
    }
    .list{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .li{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.66);
    }
    .li .dot{
      width:22px; height:22px;
      border-radius:10px;
      background:rgba(111,107,255,.10);
      border:1px solid rgba(111,107,255,.18);
      display:flex; align-items:center; justify-content:center;
      color:rgba(111,107,255,.95);
      flex:0 0 auto;
      margin-top:1px;
    }
    .li .dot svg{width:14px;height:14px}
    .li b{display:block; font-size:13px; margin-top:-2px}
    .li span{display:block; color:var(--muted); font-size:12px; line-height:1.6; margin-top:4px}
    .process{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap:12px;
    }
    .step{
      padding:14px;
      border-radius:var(--radius);
      background:rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      position:relative;
      overflow:hidden;
      min-height:150px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .step:hover{transform:translateY(-2px); box-shadow:0 18px 36px rgba(16,24,40,.10)}
    .step:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        radial-gradient(240px 120px at 0% 0%, rgba(21,181,255,.18), transparent 60%),
        radial-gradient(220px 110px at 100% 0%, rgba(255,106,162,.12), transparent 55%);
      pointer-events:none;
      opacity:.85;
    }
    .step > *{position:relative}
    .step .num{
      display:flex; align-items:center; justify-content:space-between;
      margin-bottom:8px;
      gap:10px;
    }
    .step .n{
      font-weight:1000;
      font-size:18px;
      letter-spacing:-.4px;
      color:rgba(18,24,38,.90);
    }
    .step .bar{
      flex:1;
      height:10px;
      border-radius:999px;
      background:rgba(17,24,39,.06);
      overflow:hidden;
      border:1px solid rgba(17,24,39,.08);
      margin-top:2px;
    }
    .step .bar i{
      display:block;
      height:100%;
      width:62%;
      border-radius:999px;
      background:var(--gradA);
      transform-origin:left;
      animation:grow 1.2s ease both;
    }
    @keyframes grow{
      from{transform:scaleX(.35); opacity:.7}
      to{transform:scaleX(1); opacity:1}
    }
    .step h3{margin:0 0 8px; font-size:15.5px; letter-spacing:-.2px}
    .step p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}
    .compareWrap{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .compareCard{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      overflow:hidden;
    }
    .compareTop{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:16px;
      border-bottom:1px solid rgba(17,24,39,.08);
      background:
        radial-gradient(520px 200px at 0% 0%, rgba(21,181,255,.16), transparent 55%),
        radial-gradient(520px 200px at 100% 0%, rgba(255,106,162,.12), transparent 55%),
        rgba(255,255,255,.55);
    }
    .rating{
      display:flex; gap:12px; align-items:center;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
      font-weight:900;
    }
    .starSvg{width:18px;height:18px}
    .rating .score{
      display:flex; flex-direction:column;
      line-height:1.1;
    }
    .rating .score b{
      font-size:20px; letter-spacing:-.4px
    }
    .rating .score span{
      font-size:12px; color:var(--muted)
    }
    .rec{
      display:flex; flex-direction:column;
      align-items:flex-end;
      gap:4px;
    }
    .rec b{
      font-size:13px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      padding:8px 10px;
      border-radius:999px;
    }
    .rec span{font-size:12px; color:var(--muted); font-weight:700}
    .tableWrap{
      overflow:auto;
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:720px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
      font-size:13.5px;
      color:rgba(18,24,38,.86);
    }
    th{
      background:rgba(247,248,251,.85);
      font-weight:950;
      color:rgba(18,24,38,.90);
      position:sticky;
      top:0;
      z-index:1;
    }
    tr:last-child td{border-bottom:none}
    .tdmuted{color:var(--muted); font-weight:650}
    .tagP{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      font-weight:900;
      white-space:nowrap;
      font-size:12px;
    }
    .tagP i{
      width:10px; height:10px; border-radius:999px; background:rgba(22,163,74,.95);
      box-shadow: 0 0 0 4px rgba(22,163,74,.12);
    }
    .tagO i{background:rgba(245,158,11,.95); box-shadow:0 0 0 4px rgba(245,158,11,.12)}
    .tagB i{background:rgba(59,130,246,.95); box-shadow:0 0 0 4px rgba(59,130,246,.12)}
    .tagR i{background:rgba(239,68,68,.95); box-shadow:0 0 0 4px rgba(239,68,68,.12)}
    .tagP, .tagO, .tagB, .tagR{display:inline-flex; align-items:center; gap:8px}
    .tagO, .tagB, .tagR{background:rgba(255,255,255,.66)}
    .reviewsGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      padding:16px;
      border-radius:var(--radius);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease;
      display:flex; flex-direction:column; gap:10px;
      min-height:210px;
    }
    .review:hover{transform:translateY(-2px); box-shadow:0 18px 36px rgba(16,24,40,.10)}
    .reviewTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:42px; height:42px;
      border-radius:16px;
      background:var(--gradB);
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      letter-spacing:-.4px;
      color:rgba(18,24,38,.88);
      flex:0 0 auto;
    }
    .review .role{
      font-size:12px;
      color:var(--muted2);
      font-weight:780;
      margin-top:6px;
    }
    .review h3{
      margin:0;
      font-size:15.5px;
      letter-spacing:-.3px;
    }
    .review p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.75;
    }
    .review .marks{
      margin-top:auto;
      display:flex; gap:8px; flex-wrap:wrap;
    }
    .mark{
      font-size:12px;
      font-weight:900;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.68);
      color:rgba(18,24,38,.86);
      white-space:nowrap;
    }
    .twoCol{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .cardsCol{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:14px;
    }
    .timeline{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      position:relative;
      overflow:hidden;
    }
    .timeline:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        radial-gradient(420px 190px at 0% 0%, rgba(21,181,255,.15), transparent 55%),
        radial-gradient(420px 190px at 100% 0%, rgba(111,107,255,.12), transparent 55%),
        radial-gradient(360px 170px at 70% 100%, rgba(255,106,162,.10), transparent 55%);
      pointer-events:none;
      opacity:.9;
    }
    .timeline > *{position:relative}
    .tlineHead{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .tlineHead h3{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .tlineHead p{
      margin:6px 0 0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.7;
      max-width:52ch;
    }
    .tsteps{
      display:flex; flex-direction:column; gap:12px;
    }
    .tstep{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
    }
    .tstep .badge2{
      width:34px; height:34px;
      border-radius:14px;
      background:var(--gradB);
      border:1px solid rgba(17,24,39,.08);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:rgba(18,24,38,.88);
      flex:0 0 auto;
    }
    .tstep b{display:block; font-size:13.5px}
    .tstep span{display:block; margin-top:4px; color:var(--muted); font-size:12.5px; line-height:1.6}
    .accordion{
      display:flex; flex-direction:column; gap:10px;
    }
    details.acc{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      overflow:hidden;
    }
    details.acc summary{
      cursor:pointer;
      list-style:none;
      padding:14px 16px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:950;
      letter-spacing:-.2px;
      color:rgba(18,24,38,.90);
    }
    details.acc summary::-webkit-details-marker{display:none}
    .sumRight{
      display:flex; gap:10px; align-items:center;
      color:var(--muted2);
      font-weight:900;
      font-size:12px;
    }
    .chev{
      width:28px; height:28px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease;
      flex:0 0 auto;
    }
    details[open] .chev{transform: rotate(180deg)}
    .acc .content{
      padding:0 16px 14px;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.75;
    }
    .accordion .content a{color:rgba(59,130,246,.95); font-weight:900}
    .formCard{
      border-radius: calc(var(--radius) + 6px);
      background:
        radial-gradient(520px 220px at 0% 0%, rgba(21,181,255,.16), transparent 60%),
        radial-gradient(520px 220px at 100% 0%, rgba(255,106,162,.12), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
      border:1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow2);
      overflow:hidden;
      padding:16px;
    }
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    label{
      display:flex;
      flex-direction:column;
      gap:8px;
      font-size:12.5px;
      color:rgba(18,24,38,.86);
      font-weight:850;
      letter-spacing:.1px;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.80);
      padding:12px 12px;
      font-size:14px;
      color:rgba(18,24,38,.92);
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, background .15s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      box-shadow: var(--focus);
      border-color: rgba(21,181,255,.40);
      background:#fff;
    }
    .formActions{
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .fineprint{
      color:var(--muted2);
      font-size:12.5px;
      line-height:1.5;
      max-width:56ch;
      font-weight:650;
    }
    .submitRow{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
    }
    .btn-submit{
      padding:12px 16px;
    }
    .btn-secondary{
      background:rgba(255,255,255,.65);
      border:1px solid rgba(17,24,39,.10);
      color:rgba(18,24,38,.86);
      box-shadow:none;
      font-weight:900;
      padding:12px 14px;
      border-radius:14px;
    }
    .btn-secondary:hover{transform:translateY(-1px); box-shadow: 0 10px 22px rgba(16,24,40,.08)}
    .linksGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .articleList{
      display:flex; flex-direction:column; gap:10px;
    }
    .articleItem{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.10);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .articleItem:hover{transform:translateY(-2px); box-shadow: 0 16px 34px rgba(16,24,40,.10)}
    .articleItem .pill{
      width:42px; height:42px;
      border-radius:16px;
      background:var(--gradB);
      border:1px solid rgba(17,24,39,.08);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:rgba(18,24,38,.88);
      flex:0 0 auto;
    }
    .articleItem b{
      display:block;
      font-size:13.5px;
      letter-spacing:-.2px;
      line-height:1.4;
    }
    .articleItem span{
      display:block;
      margin-top:6px;
      color:var(--muted);
      font-size:12.5px;
      line-height:1.6;
      font-weight:650;
    }
    .articleItem a{
      margin-left:auto;
      text-decoration:none;
      color:rgba(59,130,246,.95);
      font-weight:950;
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(59,130,246,.20);
      background:rgba(59,130,246,.08);
      white-space:nowrap;
    }
    .tagCloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:10px;
    }
    .tword{
      font-size:12px;
      font-weight:900;
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      color:rgba(18,24,38,.86);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .tword:hover{
      transform:translateY(-1px);
      box-shadow: 0 12px 26px rgba(16,24,40,.08);
    }
    .footer{
      background: linear-gradient(180deg, rgba(247,248,251,.70), rgba(247,248,251,.95));
      border-top:1px solid rgba(17,24,39,.08);
      padding:24px 0;
      margin-top:10px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.1fr 1fr;
      gap:16px;
      align-items:start;
    }
    .footerCard{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      padding:16px;
    }
    .footerCard h3{margin:0 0 10px; font-size:16px; letter-spacing:-.2px}
    .footerCard p{margin:0; color:var(--muted); line-height:1.75; font-size:13.5px}
    .footLinks{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .footLinks a{
      text-decoration:none;
      font-size:12.5px;
      color:rgba(18,24,38,.86);
      font-weight:900;
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .footLinks a:hover{transform:translateY(-1px); box-shadow: 0 12px 26px rgba(16,24,40,.08)}
    .subRow{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-top:14px;
      flex-wrap:wrap;
    }
    .copy{
      color:var(--muted2);
      font-size:12.5px;
      font-weight:700;
    }
    .kefuFloat{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .kefuBtn{
      width:54px; height:54px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.78);
      box-shadow: 0 16px 30px rgba(16,24,40,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease, box-shadow .18s ease;
      position:relative;
      overflow:hidden;
    }
    .kefuBtn:before{
      content:"";
      position:absolute;
      inset:-2px;
      background: var(--gradB);
      opacity:.7;
    }
    .kefuBtn > *{position:relative}
    .kefuBtn:hover{transform:translateY(-2px); box-shadow: 0 22px 44px rgba(16,24,40,.14)}
    .kefuBtn svg{width:22px; height:22px}
    .qrPop{
      display:none;
      width:230px;
      border-radius:22px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.90);
      box-shadow: 0 22px 60px rgba(16,24,40,.16);
      overflow:hidden;
      transform-origin:90% 100%;
      animation: popin .18s ease both;
    }
    @keyframes popin{
      from{transform:scale(.98); opacity:.6}
      to{transform:scale(1); opacity:1}
    }
    .qrPop .qrHead{
      padding:12px 12px 8px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      border-bottom:1px solid rgba(17,24,39,.08);
      background:
        radial-gradient(380px 130px at 0% 0%, rgba(21,181,255,.15), transparent 60%),
        radial-gradient(360px 120px at 100% 0%, rgba(255,106,162,.12), transparent 60%),
        rgba(255,255,255,.80);
    }
    .qrPop .qrHead b{font-size:13px; letter-spacing:-.2px}
    .qrPop .qrBody{padding:12px; display:flex; flex-direction:column; gap:10px}
    .qrImgWrap{
      width:100%;
      background:rgba(247,248,251,.70);
      border:1px solid rgba(17,24,39,.08);
      border-radius:18px;
      padding:10px;
      display:flex; align-items:center; justify-content:center;
    }
    .qrImgWrap img{
      width:150px; height:auto;
      border-radius:14px;
      object-fit:contain;
    }
    .qrHint{
      color:var(--muted);
      font-size:12.5px;
      line-height:1.6;
      font-weight:700;
    }
    .scrollTop{
      width:54px; height:54px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.78);
      box-shadow: 0 16px 30px rgba(16,24,40,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
      opacity:0;
      pointer-events:none;
    }
    .scrollTop.show{opacity:1; pointer-events:auto}
    .scrollTop:hover{transform:translateY(-2px); box-shadow: 0 22px 44px rgba(16,24,40,.14)}
    .scrollTop svg{width:22px;height:22px}
    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .5s ease, transform .5s ease;
    }
    .reveal.show{
      opacity:1;
      transform: translateY(0);
    }

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .sidepanel{min-height:unset}
      .herocard{min-height:unset}
      .grid3{grid-template-columns: 1fr}
      .process{grid-template-columns: 1fr 1fr}
      .reviewsGrid{grid-template-columns: 1fr}
      .twoCol{grid-template-columns: 1fr}
      .cardsCol{grid-template-columns: 1fr}
      .footerGrid{grid-template-columns: 1fr}
      .navlinks{display:none}
      .hambtn{display:flex}
      .mobilepanel{display:none}
      .mobilepanel.show{display:block}
      .formGrid{grid-template-columns: 1fr}
    }
    @media (max-width: 520px){
      .hero h1{font-size:28px}
      .metricGrid{grid-template-columns: 1fr 1fr}
      .process{grid-template-columns: 1fr}
      .metaChip{min-width:unset; width:100%}
      .metric .v{font-size:18px}
      .qrPop{width:210px}
      table{min-width:640px}
    }