:root{
      --bg0:#ffffff;
      --bg1:#f7f7fb;
      --card:#ffffff;
      --text:#14161a;
      --muted:#5b6573;
      --muted2:#7a8594;
      --line:rgba(20,22,26,.10);
      --line2:rgba(20,22,26,.14);
      --shadow:0 14px 40px rgba(15,23,42,.10);
      --shadow2:0 8px 24px rgba(15,23,42,.08);
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --brand:#1e6bff;
      --brand2:#00c2a8;
      --brand3:#7c3aed;
      --warn:#f97316;
      --ok:#16a34a;
      --focus:rgba(30,107,255,.18);
      --btnText:#0b1220;
      --grad:linear-gradient(135deg, #1e6bff 0%, #00c2a8 55%, #7c3aed 100%);
      --grad2:linear-gradient(135deg, rgba(30,107,255,.14), rgba(0,194,168,.12));
      --grad3:linear-gradient(180deg, rgba(30,107,255,.10), rgba(0,194,168,.06) 55%, rgba(124,58,237,.06));
      --heroGrad:radial-gradient(1100px 520px at 10% 10%, rgba(30,107,255,.22), rgba(30,107,255,0) 55%),
                 radial-gradient(900px 460px at 80% 0%, rgba(0,194,168,.18), rgba(0,194,168,0) 56%),
                 radial-gradient(800px 520px at 60% 70%, rgba(124,58,237,.16), rgba(124,58,237,0) 62%),
                 linear-gradient(180deg, #ffffff 0%, #fbfbff 50%, #f7f7fb 100%);
      --container:1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans CJK SC","Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--heroGrad);
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    .topbarWrap{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(160%) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(20,22,26,.08);
    }
    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:210px;
    }
    .brandLogo{
      width:40px; height:40px;
      display:flex; align-items:center; justify-content:center;
      border-radius:12px;
      background:linear-gradient(180deg, rgba(30,107,255,.12), rgba(0,194,168,.10));
      border:1px solid rgba(30,107,255,.18);
      box-shadow:0 10px 26px rgba(30,107,255,.10);
    }
    .brandLogo img{
      width:30px; height:30px;
      object-fit:contain;
      display:block;
    }
    .brandText{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .brandName{font-weight:800; letter-spacing:.2px}
    .brandSub{font-size:12px; color:var(--muted); margin-top:4px}
    .nav{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav a{
      font-size:13px;
      color:rgba(20,22,26,.78);
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .nav a:hover{
      background:rgba(30,107,255,.08);
      border-color:rgba(30,107,255,.18);
      transform: translateY(-1px);
    }
    .nav a.active{
      background:rgba(30,107,255,.10);
      border-color:rgba(30,107,255,.22);
      color:rgba(20,22,26,.92);
    }
    .topActions{
      display:flex; align-items:center; gap:10px;
      margin-left:10px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.7);
      color:rgba(20,22,26,.92);
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      font-weight:700;
      font-size:13px;
      cursor:pointer;
      user-select:none;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow:0 10px 24px rgba(15,23,42,.10);
      border-color:rgba(30,107,255,.22);
    }
    .btn:active{transform: translateY(0px); box-shadow:none}
    .btnPrimary{
      background:linear-gradient(135deg, rgba(30,107,255,.98), rgba(0,194,168,.96));
      border-color:rgba(30,107,255,.35);
      color:#07111f;
      box-shadow:0 16px 34px rgba(30,107,255,.18);
    }
    .btnPrimary:hover{
      box-shadow:0 22px 52px rgba(30,107,255,.22);
      border-color:rgba(0,194,168,.45);
    }
    .btnGhost{
      background:rgba(255,255,255,.65);
    }
    .btnIcon{
      width:18px; height:18px;
      display:inline-block;
    }
    .menuBtn{
      display:none;
    }

    header.hero{
      padding:28px 0 10px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      border:1px solid rgba(20,22,26,.10);
      background:
        radial-gradient(900px 420px at 20% 0%, rgba(30,107,255,.16), rgba(30,107,255,0) 55%),
        radial-gradient(640px 340px at 85% 10%, rgba(0,194,168,.14), rgba(0,194,168,0) 55%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.64));
      border-radius:24px;
      box-shadow:var(--shadow2);
      padding:22px;
      position:relative;
      overflow:hidden;
      min-height:360px;
    }
    .heroCard:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(500px 220px at 12% 18%, rgba(30,107,255,.18), rgba(30,107,255,0) 60%),
        radial-gradient(420px 240px at 74% 10%, rgba(0,194,168,.14), rgba(0,194,168,0) 62%),
        radial-gradient(520px 280px at 60% 80%, rgba(124,58,237,.12), rgba(124,58,237,0) 60%);
      filter:saturate(140%);
      pointer-events:none;
    }
    .heroInner{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      height:100%;
    }
    .kickerRow{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.68);
      font-weight:800;
      font-size:12px;
      letter-spacing:.2px;
    }
    .pillDot{
      width:10px; height:10px; border-radius:50%;
      background:var(--grad);
      box-shadow:0 0 0 4px rgba(30,107,255,.12);
    }
    .heroTitle{
      margin:12px 0 10px;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.6px;
      font-weight:900;
    }
    .heroLead{
      margin:0;
      color:rgba(20,22,26,.78);
      font-size:15px;
      line-height:1.7;
      max-width:56ch;
    }
    .heroActions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:16px;
      align-items:center;
    }
    .heroMeta{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:auto;
      padding-top:14px;
    }
    .metaItem{
      flex:1 1 180px;
      min-width:180px;
      border-radius:16px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      padding:12px 12px;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .metaItem:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(15,23,42,.10);
    }
    .metaTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .metaLabel{font-size:12px; color:var(--muted); font-weight:800}
    .metaValue{font-size:14px; font-weight:900}
    .metaDesc{margin-top:8px; font-size:12px; color:rgba(20,22,26,.74); line-height:1.6}

    .heroSide{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.60));
      box-shadow:var(--shadow2);
      padding:18px;
      overflow:hidden;
      position:relative;
      min-height:360px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .heroSide:after{
      content:"";
      position:absolute;
      width:520px; height:520px;
      right:-300px; bottom:-340px;
      background: radial-gradient(circle at 30% 30%, rgba(30,107,255,.22), rgba(30,107,255,0) 55%),
                  radial-gradient(circle at 60% 40%, rgba(0,194,168,.18), rgba(0,194,168,0) 58%),
                  radial-gradient(circle at 40% 65%, rgba(124,58,237,.12), rgba(124,58,237,0) 55%);
      pointer-events:none;
    }
    .sideTitle{
      position:relative;
      z-index:1;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .sideTitle h2{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
      font-weight:900;
    }
    .badgeLive{
      font-size:12px;
      font-weight:900;
      color:rgba(20,22,26,.92);
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.62);
      padding:8px 10px;
      border-radius:999px;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .pulse{
      width:8px; height:8px; border-radius:50%;
      background:var(--brand2);
      box-shadow:0 0 0 0 rgba(0,194,168,.38);
      animation: pulse 1.8s ease infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(0,194,168,.38)}
      70%{box-shadow:0 0 0 12px rgba(0,194,168,0)}
      100%{box-shadow:0 0 0 0 rgba(0,194,168,0)}
    }
    .queuePanel{
      position:relative;
      z-index:1;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      padding:14px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .queueLine{
      display:flex;
      gap:10px;
      align-items:flex-start;
    }
    .stepDot{
      width:26px; height:26px;
      border-radius:10px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      font-size:13px;
      background:rgba(30,107,255,.12);
      border:1px solid rgba(30,107,255,.22);
      flex:0 0 auto;
    }
    .queueBody{
      flex:1;
    }
    .queueBody .qTitle{
      font-weight:900; font-size:13px;
      margin:0;
    }
    .queueBody .qDesc{
      margin:6px 0 0;
      color:rgba(20,22,26,.72);
      font-size:12px;
      line-height:1.6;
    }
    .queueFooter{
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      margin-top:auto;
      padding-top:10px;
      border-top:1px dashed rgba(20,22,26,.14);
      position:relative;
      z-index:1;
    }
    .miniStats{
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .miniStat{
      border-radius:14px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      padding:10px 12px;
      min-width:120px;
    }
    .miniStat .sV{font-weight:1000; letter-spacing:-.3px}
    .miniStat .sL{margin-top:4px; font-size:12px; color:rgba(20,22,26,.72)}
    .sideCTA{
      display:flex; flex-direction:column; align-items:flex-end; gap:8px;
      min-width:140px;
    }
    .sideCTA small{color:rgba(20,22,26,.68); font-weight:800}
    .btnSmall{
      padding:10px 12px;
      border-radius:14px;
      font-size:13px;
    }

    section{
      padding:26px 0;
    }
    .sectionTop{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .sectionTitle{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .sectionTitle h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
      font-weight:1000;
    }
    .sectionTitle p{
      margin:0;
      color:rgba(20,22,26,.72);
      line-height:1.7;
      font-size:14px;
      max-width:68ch;
    }
    .sectionTools{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      font-weight:900;
      font-size:12px;
      color:rgba(20,22,26,.88);
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      cursor:pointer;
      user-select:none;
    }
    .chip:hover{
      transform: translateY(-1px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 14px 30px rgba(15,23,42,.10);
    }

    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .grid2{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:14px;
    }
    .card{
      border-radius:var(--radius);
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.68);
      box-shadow:0 12px 28px rgba(15,23,42,.06);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow:0 18px 45px rgba(15,23,42,.10);
      border-color:rgba(30,107,255,.22);
    }
    .cardHeader{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .cardTitle{
      font-weight:1000;
      letter-spacing:-.25px;
      margin:0;
      font-size:16px;
    }
    .cardDesc{
      margin:0;
      color:rgba(20,22,26,.72);
      line-height:1.7;
      font-size:13px;
    }
    .icon{
      width:38px; height:38px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:var(--grad2);
      border:1px solid rgba(30,107,255,.18);
      flex:0 0 auto;
    }
    .icon svg{width:20px; height:20px; color:rgba(20,22,26,.92)}
    .list{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:9px;
    }
    .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(20,22,26,.82);
      font-size:13px;
      line-height:1.6;
    }
    .tick{
      width:18px; height:18px;
      border-radius:6px;
      background:rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .tick svg{width:12px; height:12px}
    .muted{color:rgba(20,22,26,.72)}
    .divider{
      height:1px;
      background:rgba(20,22,26,.10);
      margin:14px 0;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .stepCard{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.64);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .stepCard:hover{
      transform: translateY(-2px);
      border-color:rgba(0,194,168,.28);
      box-shadow:0 18px 45px rgba(15,23,42,.10);
    }
    .stepTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .stepNum{
      font-weight:1100;
      letter-spacing:-.6px;
      font-size:22px;
      background:var(--grad2);
      border:1px solid rgba(30,107,255,.18);
      border-radius:14px;
      padding:10px 12px;
      min-width:64px;
      text-align:center;
    }
    .stepTag{
      font-size:12px;
      font-weight:1000;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      color:rgba(20,22,26,.80);
      white-space:nowrap;
    }
    .stepCard h3{
      margin:0;
      font-size:15px;
      font-weight:1000;
      letter-spacing:-.2px;
    }
    .stepCard p{
      margin:0;
      color:rgba(20,22,26,.72);
      line-height:1.7;
      font-size:13px;
      flex:1;
    }

    .compareWrap{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
      padding:16px;
      box-shadow:var(--shadow2);
      overflow:hidden;
    }
    .compareHeader{
      display:flex; gap:12px; align-items:flex-start; justify-content:space-between;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .ratingBox{
      display:flex; flex-direction:column; gap:8px;
      min-width:260px;
    }
    .starsRow{
      display:flex; align-items:center; gap:8px; flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
    }
    .star{
      width:18px; height:18px;
      color: #f59e0b;
      filter: drop-shadow(0 6px 14px rgba(245,158,11,.28));
    }
    .ratingNum{
      font-weight:1100;
      font-size:28px;
      letter-spacing:-.8px;
    }
    .ratingSub{
      color:rgba(20,22,26,.70);
      font-size:13px;
      line-height:1.6;
      margin:0;
    }
    .scoreList{
      display:flex; flex-direction:column; gap:10px;
      min-width:300px;
      flex:1;
    }
    .scoreItem{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
    }
    .scoreItem b{font-size:13px}
    .bar{
      flex:1;
      height:10px;
      border-radius:999px;
      background:rgba(20,22,26,.06);
      overflow:hidden;
      border:1px solid rgba(20,22,26,.08);
    }
    .bar > i{
      display:block; height:100%;
      width:var(--w,60%);
      background:var(--grad);
      border-radius:999px;
      box-shadow:0 10px 22px rgba(30,107,255,.22);
    }
    .tableWrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      margin-top:12px;
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:820px;
    }
    thead th{
      text-align:left;
      font-size:13px;
      color:rgba(20,22,26,.82);
      font-weight:1100;
      padding:12px 14px;
      border-bottom:1px solid rgba(20,22,26,.10);
      background:linear-gradient(180deg, rgba(30,107,255,.08), rgba(255,255,255,.0));
      position:sticky;
      top:0;
      z-index:1;
    }
    tbody td{
      padding:12px 14px;
      border-bottom:1px solid rgba(20,22,26,.08);
      font-size:13px;
      color:rgba(20,22,26,.80);
      vertical-align:top;
    }
    tbody tr:last-child td{border-bottom:none}
    .tdStrong{font-weight:1100; color:rgba(20,22,26,.96)}
    .yes{
      display:inline-flex; align-items:center; gap:8px; font-weight:1000;
    }
    .yes i{
      width:18px; height:18px; border-radius:8px;
      border:1px solid rgba(22,163,74,.22);
      background:rgba(22,163,74,.10);
      display:inline-flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .no{
      display:inline-flex; align-items:center; gap:8px; font-weight:1000; color:rgba(20,22,26,.66);
    }
    .no i{
      width:18px; height:18px; border-radius:8px;
      border:1px solid rgba(249,115,22,.22);
      background:rgba(249,115,22,.10);
      display:inline-flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }

    .tabs{
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .tabBtn{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.62);
      font-weight:1000;
      font-size:13px;
      cursor:pointer;
      user-select:none;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .tabBtn:hover{
      transform: translateY(-1px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 14px 30px rgba(15,23,42,.10);
    }
    .tabBtn[aria-selected="true"]{
      border-color:rgba(30,107,255,.35);
      background:linear-gradient(135deg, rgba(30,107,255,.14), rgba(0,194,168,.10));
    }
    .panel{
      margin-top:12px;
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.65);
      box-shadow:0 12px 30px rgba(15,23,42,.06);
      padding:16px;
      overflow:hidden;
    }
    .panelGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }

    .workflow{
      display:flex; flex-direction:column; gap:12px;
    }
    .flowCard{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      display:flex; gap:12px; align-items:flex-start;
    }
    .flowIcon{
      width:40px; height:40px;
      border-radius:16px;
      background:var(--grad2);
      border:1px solid rgba(30,107,255,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .flowIcon svg{width:20px; height:20px}
    .flowBody h3{
      margin:0;
      font-size:14px;
      font-weight:1100;
      letter-spacing:-.2px;
    }
    .flowBody p{
      margin:6px 0 0;
      color:rgba(20,22,26,.72);
      font-size:13px;
      line-height:1.7;
    }
    .networkGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .networkMap{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:
        radial-gradient(700px 360px at 20% 20%, rgba(30,107,255,.14), rgba(30,107,255,0) 55%),
        radial-gradient(620px 340px at 80% 30%, rgba(0,194,168,.12), rgba(0,194,168,0) 55%),
        linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.62));
      box-shadow:0 12px 30px rgba(15,23,42,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
      min-height:300px;
    }
    .networkMap:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        repeating-linear-gradient(90deg, rgba(20,22,26,.06) 0 1px, rgba(0,0,0,0) 1px 28px),
        repeating-linear-gradient(0deg, rgba(20,22,26,.05) 0 1px, rgba(0,0,0,0) 1px 28px);
      opacity:.45;
      pointer-events:none;
      transform: translateZ(0);
    }
    .mapTitle{
      position:relative;
      z-index:1;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .mapTitle h3{
      margin:0;
      font-weight:1100;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .mapHint{
      font-size:12px; color:rgba(20,22,26,.68);
      font-weight:900;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      padding:8px 10px;
      border-radius:999px;
      position:relative; z-index:1;
    }
    .nodes{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:10px;
      margin-top:10px;
    }
    .node{
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      padding:12px;
      transition: transform .18s ease, border-color .18s ease;
    }
    .node:hover{
      transform: translateY(-2px);
      border-color:rgba(0,194,168,.28);
    }
    .node b{font-size:13px}
    .node div{
      margin-top:6px;
      font-size:12px;
      color:rgba(20,22,26,.72);
      line-height:1.6;
      font-weight:800;
    }

    .timeline{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.65);
      box-shadow:0 12px 30px rgba(15,23,42,.06);
      padding:16px;
    }
    .timeRow{
      display:flex; gap:12px;
      align-items:flex-start;
      margin-top:10px;
      position:relative;
    }
    .timeRow:before{
      content:"";
      position:absolute;
      left:18px; top:38px; bottom:10px;
      width:2px;
      background:linear-gradient(180deg, rgba(30,107,255,.35), rgba(0,194,168,.22));
      border-radius:999px;
      opacity:.55;
    }
    .timeItem{
      position:relative;
      z-index:1;
      flex:1;
      padding-left:10px;
    }
    .timeDot{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(30,107,255,.18);
      background:var(--grad2);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      margin-bottom:8px;
    }
    .timeItem h3{margin:0; font-size:14px; font-weight:1100; letter-spacing:-.2px}
    .timeItem p{margin:6px 0 0; color:rgba(20,22,26,.72); font-size:13px; line-height:1.7}

    .accordion{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    details.acItem{
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.65);
      box-shadow:0 10px 24px rgba(15,23,42,.06);
      overflow:hidden;
      transition: border-color .15s ease, box-shadow .15s ease;
    }
    details.acItem[open]{
      border-color:rgba(30,107,255,.25);
      box-shadow:0 18px 45px rgba(15,23,42,.10);
    }
    summary{
      list-style:none;
      cursor:pointer;
      padding:14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      user-select:none;
    }
    summary::-webkit-details-marker{display:none}
    .sumLeft{
      display:flex; align-items:flex-start; gap:12px;
    }
    .sumBadge{
      width:34px; height:34px;
      border-radius:14px;
      background:var(--grad2);
      border:1px solid rgba(30,107,255,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .sumBadge svg{width:18px; height:18px}
    summary h3{
      margin:0;
      font-size:14px;
      font-weight:1100;
      letter-spacing:-.2px;
      line-height:1.4;
    }
    .chev{
      width:36px; height:36px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease;
      flex:0 0 auto;
    }
    details[open] .chev{transform: rotate(180deg)}
    .acBody{
      padding:0 16px 14px;
      color:rgba(20,22,26,.74);
      font-size:13px;
      line-height:1.8;
    }

    .reviews{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .reviewCard{
      border-radius:var(--radius);
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.65);
      box-shadow:0 12px 28px rgba(15,23,42,.06);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .reviewCard:hover{
      transform: translateY(-2px);
      box-shadow:0 18px 45px rgba(15,23,42,.10);
      border-color:rgba(124,58,237,.25);
    }
    .reviewTop{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:42px; height:42px;
      border-radius:16px;
      background:linear-gradient(180deg, rgba(124,58,237,.16), rgba(30,107,255,.10));
      border:1px solid rgba(124,58,237,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color:rgba(20,22,26,.92);
    }
    .reviewRole{
      font-weight:1100;
      font-size:13px;
      letter-spacing:-.2px;
    }
    .quote{
      color:rgba(20,22,26,.74);
      font-size:13px;
      line-height:1.8;
      margin:0;
      flex:1;
    }
    .reviewFooter{
      border-top:1px dashed rgba(20,22,26,.14);
      padding-top:10px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      color:rgba(20,22,26,.72);
      font-size:12px;
      font-weight:900;
    }
    .tagRow{
      display:flex; flex-wrap:wrap; gap:8px;
      margin-top:8px;
    }
    .tag{
      font-size:12px;
      font-weight:1000;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.62);
      color:rgba(20,22,26,.82);
    }

    .cardsWrap{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .posterCard{
      border-radius:var(--radius);
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.65);
      box-shadow:0 12px 28px rgba(15,23,42,.06);
      overflow:hidden;
      display:flex; flex-direction:column;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .posterCard:hover{
      transform: translateY(-2px);
      box-shadow:0 18px 45px rgba(15,23,42,.10);
      border-color:rgba(30,107,255,.24);
    }
    .posterTop{
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .posterTitle{
      margin:0;
      font-size:15px;
      font-weight:1100;
      letter-spacing:-.2px;
    }
    .posterText{
      margin:0;
      color:rgba(20,22,26,.72);
      font-size:13px;
      line-height:1.7;
    }
    .posterFoot{
      margin-top:auto;
      padding:12px 16px 16px;
      border-top:1px dashed rgba(20,22,26,.14);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
    }
    .linkBtn{
      display:inline-flex; align-items:center; gap:10px;
      font-weight:1000;
      font-size:13px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.62);
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      user-select:none;
    }
    .linkBtn:hover{
      transform: translateY(-1px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 14px 30px rgba(15,23,42,.10);
    }
    .arrow{
      width:18px; height:18px;
      border-radius:8px;
      background:linear-gradient(135deg, rgba(30,107,255,.14), rgba(0,194,168,.10));
      border:1px solid rgba(30,107,255,.18);
      display:flex; align-items:center; justify-content:center;
    }
    .arrow svg{width:12px; height:12px}

    .formCard{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:
        radial-gradient(820px 380px at 10% 0%, rgba(30,107,255,.14), rgba(30,107,255,0) 55%),
        radial-gradient(720px 360px at 85% 10%, rgba(0,194,168,.12), rgba(0,194,168,0) 55%),
        linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.62));
      box-shadow:var(--shadow2);
      padding:16px;
      overflow:hidden;
    }
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .formLeft p{
      margin:8px 0 0;
      color:rgba(20,22,26,.72);
      font-size:13px;
      line-height:1.8;
    }
    form{
      margin-top:10px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .fieldRow{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    label{
      display:flex;
      flex-direction:column;
      gap:8px;
      font-size:12px;
      font-weight:1000;
      color:rgba(20,22,26,.86);
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.72);
      padding:11px 12px;
      font-size:14px;
      color:rgba(20,22,26,.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{
      border-color:rgba(30,107,255,.35);
      box-shadow:0 0 0 4px var(--focus);
      background:rgba(255,255,255,.84);
    }
    .formActions{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .finePrint{
      color:rgba(20,22,26,.68);
      font-size:12px;
      line-height:1.6;
      font-weight:900;
      max-width:48ch;
    }

    .footer{
      margin-top:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.80));
      border-top:1px solid rgba(20,22,26,.10);
      padding:18px 0 24px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.3fr 1fr;
      gap:14px;
      align-items:start;
    }
    .footerCard{
      border-radius:24px;
      border:1px solid rgba(20,22,26,.10);
      background:#ffffffcc;
      padding:16px;
      box-shadow:0 12px 30px rgba(15,23,42,.06);
    }
    .footerTitle{
      margin:0;
      font-weight:1100;
      letter-spacing:-.2px;
    }
    .footerText{
      margin:8px 0 0;
      color:rgba(20,22,26,.72);
      font-size:13px;
      line-height:1.8;
    }
    .contactRow{
      margin-top:12px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
    }
    .contactChip{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.72);
      font-weight:1000;
      font-size:13px;
      color:rgba(20,22,26,.86);
    }
    .contactChip svg{width:18px; height:18px}
    .qrWrap{
      display:flex;
      gap:12px;
      align-items:flex-start;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .qrItem{
      display:flex;
      flex-direction:column;
      gap:8px;
      align-items:flex-start;
    }
    .qrItem small{
      font-weight:1000;
      color:rgba(20,22,26,.72);
    }
    .qrItem img{
      width:116px;
      height:auto;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:#fff;
      display:block;
    }
    .footerLinks{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .linksGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .footerLinks a{
      display:inline-flex;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.72);
      font-weight:1000;
      font-size:13px;
      color:rgba(20,22,26,.86);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .footerLinks a:hover{
      transform: translateY(-1px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 14px 30px rgba(15,23,42,.10);
    }
    .copyright{
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      color:rgba(20,22,26,.65);
      font-weight:900;
      font-size:12px;
    }
    .friend{
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
    }
    .friend a{
      font-size:12px;
      font-weight:1000;
      color:rgba(20,22,26,.74);
      padding:8px 10px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.72);
      border-radius:999px;
      transition: transform .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .friend a:hover{
      transform: translateY(-1px);
      border-color:rgba(0,194,168,.28);
    }

    .floatHelp{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .helpBtn{
      width:48px; height:48px;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.78);
      box-shadow:0 16px 40px rgba(15,23,42,.14);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      user-select:none;
    }
    .helpBtn:hover{
      transform: translateY(-2px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 22px 55px rgba(15,23,42,.18);
    }
    .helpBtn svg{width:22px; height:22px}
    .helpPanel{
      width:min(320px, calc(100vw - 28px));
      border-radius:22px;
      border:1px solid rgba(20,22,26,.10);
      background:rgba(255,255,255,.86);
      box-shadow:0 22px 55px rgba(15,23,42,.20);
      overflow:hidden;
      transform-origin: right bottom;
      transform: scale(.98);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
    }
    .helpPanel.show{
      opacity:1;
      transform: scale(1);
      pointer-events:auto;
    }
    .helpPanelTop{
      padding:12px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      border-bottom:1px solid rgba(20,22,26,.08);
      background:linear-gradient(135deg, rgba(30,107,255,.10), rgba(0,194,168,.08));
    }
    .helpPanelTop b{font-weight:1100; letter-spacing:-.2px}
    .closeBtn{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.8);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      user-select:none;
    }
    .closeBtn svg{width:16px; height:16px}
    .helpPanelBody{
      padding:12px 14px 14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .helpPanelBody img{
      width:88px; height:auto;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.10);
      background:#fff;
      display:block;
    }
    .helpInfo{
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width:0;
    }
    .helpInfo p{
      margin:0;
      color:rgba(20,22,26,.74);
      font-size:13px;
      line-height:1.7;
      font-weight:900;
    }
    .helpLinks{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:2px;
    }
    .helpLinks a{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.72);
      font-weight:1000;
      font-size:13px;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .helpLinks a:hover{
      transform: translateY(-1px);
      border-color:rgba(30,107,255,.22);
      box-shadow:0 14px 30px rgba(15,23,42,.10);
    }

    .toTop{
      position:fixed;
      left:14px;
      bottom:14px;
      z-index:60;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(20,22,26,.12);
      background:rgba(255,255,255,.78);
      box-shadow:0 16px 40px rgba(15,23,42,.14);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .15s ease, opacity .2s ease, box-shadow .15s ease;
      opacity:0;
      pointer-events:none;
    }
    .toTop.show{
      opacity:1;
      pointer-events:auto;
    }
    .toTop:hover{
      transform: translateY(-2px);
      box-shadow:0 22px 55px rgba(15,23,42,.18);
    }
    .toTop svg{width:20px; height:20px}

    .reveal{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.show{
      opacity:1;
      transform: translateY(0);
    }

    @media (max-width: 980px){
      :root{ --container: 920px; }
      .heroGrid{ grid-template-columns: 1fr; }
      .heroCard, .heroSide{ min-height: unset; }
      .grid3{ grid-template-columns: repeat(2, 1fr); }
      .steps{ grid-template-columns: repeat(2, 1fr); }
      .reviews{ grid-template-columns: repeat(2, 1fr); }
      .cardsWrap{ grid-template-columns: repeat(2, 1fr); }
      .panelGrid{ grid-template-columns: 1fr; }
      .networkGrid{ grid-template-columns: 1fr; }
      .formGrid{ grid-template-columns: 1fr; }
      .fieldRow{ grid-template-columns: 1fr; }
      .footerGrid{ grid-template-columns: 1fr; }
      .linksGrid{ grid-template-columns: 1fr 1fr; }
      .nav{ display:none; }
      .menuBtn{
        display:inline-flex;
      }
      .topActions{ margin-left:0; }
    }
    @media (max-width: 560px){
      .heroTitle{ font-size:28px; }
      .grid3{ grid-template-columns: 1fr; }
      .steps{ grid-template-columns: 1fr; }
      .reviews{ grid-template-columns: 1fr; }
      .cardsWrap{ grid-template-columns: 1fr; }
      .linksGrid{ grid-template-columns: 1fr; }
      .miniStat{ min-width: unset; width: 100%; }
      .queueFooter{ flex-direction:column; align-items:flex-start; }
      .sideCTA{ align-items:flex-start; width:100%; }
      .toTop{ left:10px; bottom:10px; }
      .floatHelp{ right:10px; bottom:10px; }
      table{ min-width: 720px; }
    }

    .mobileNav{
      display:none;
    }
    @media (max-width: 980px){
      .mobileNav{
        display:block;
        border-top:1px solid rgba(20,22,26,.08);
        background:rgba(255,255,255,.80);
      }
      .mobileNavInner{
        padding:10px 0 14px;
        display:flex;
        flex-direction:column;
        gap:8px;
      }
      .mobileNav a{
        padding:12px 12px;
        border-radius:16px;
        border:1px solid rgba(20,22,26,.10);
        background:rgba(255,255,255,.72);
        font-weight:1000;
        color:rgba(20,22,26,.86);
      }
      .mobileNav .row{
        display:flex;
        gap:10px;
        flex-wrap:wrap;
      }
    }
    .srOnly{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      border:0;
    }
    .toast{
      position:fixed;
      left:50%;
      transform: translateX(-50%);
      bottom:18px;
      z-index:80;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(20,22,26,.12);
      border-radius:18px;
      padding:12px 14px;
      box-shadow:0 22px 55px rgba(15,23,42,.20);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
      max-width: calc(100vw - 28px);
    }
    .toast.show{
      opacity:1;
      pointer-events:auto;
      transform: translateX(-50%) translateY(-6px);
    }
    .toast b{font-weight:1100}
    .toast p{margin:6px 0 0; color:rgba(20,22,26,.72); font-size:13px; line-height:1.6; font-weight:900}