:root{
      --bg:#f7f4ef;
      --panel:#ffffff;
      --text:#1f2937;
      --muted:#5b6676;
      --muted2:#7b8797;
      --line:rgba(20,25,34,.10);
      --shadow:0 10px 30px rgba(15,23,42,.08);
      --shadow2:0 12px 50px rgba(15,23,42,.12);
      --ring:rgba(44,126,255,.22);

      --brand1:#7c3aed;
      --brand2:#06b6d4;
      --brand3:#f97316;
      --brand4:#22c55e;

      --grad: linear-gradient(120deg, rgba(124,58,237,.95), rgba(6,182,212,.92) 45%, rgba(249,115,22,.86));
      --grad2: linear-gradient(135deg, rgba(124,58,237,.22), rgba(6,182,212,.18), rgba(249,115,22,.16));
      --grad3: radial-gradient(1200px 600px at 10% -10%, rgba(124,58,237,.20), transparent 55%),
               radial-gradient(1000px 520px at 85% 0%, rgba(6,182,212,.18), transparent 50%),
               radial-gradient(900px 520px at 60% 30%, rgba(249,115,22,.13), transparent 45%),
               linear-gradient(180deg, #f8f5f0 0%, #f7f4ef 100%);
      --radius:18px;
      --radius2:26px;

      --focus: 0 0 0 4px var(--ring);
      --max:1120px;
      --pad:20px;

      --ease:cubic-bezier(.2,.8,.2,1);
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color:var(--text);
      background:var(--grad3);
      overflow-x:hidden;
    }

    .skip-link{
      position:absolute;
      left:-999px;
      top:8px;
      background:#0b1220;
      color:#fff;
      padding:10px 12px;
      border-radius:12px;
      z-index:9999;
      font-weight:700;
    }
    .skip-link:focus{left:12px; outline:none; box-shadow:var(--focus);}

    a{color:inherit; text-decoration:none}
    a:hover{color:#0b1220}
    button, input, select, textarea{font:inherit}
    img{max-width:100%; height:auto; display:block}

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

    header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(247,244,239,.70);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(20,25,34,.08);
    }

    .nav-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:14px 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:220px;
    }
    .brand img{
      width:44px;
      height:44px;
      object-fit:contain;
      border-radius:14px;
      background:rgba(255,255,255,.7);
      box-shadow:0 10px 24px rgba(15,23,42,.08);
    }
    .brand-title{
      display:flex;
      flex-direction:column;
      line-height:1.1;
    }
    .brand-title strong{
      font-size:14px;
      letter-spacing:.2px;
    }
    .brand-title span{
      font-size:12px;
      color:var(--muted);
      margin-top:4px;
    }

    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      flex:1;
    }

    .nav{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav a{
      font-size:13px;
      color:var(--muted);
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
      white-space:nowrap;
    }
    .nav a:hover{
      background:rgba(255,255,255,.65);
      border-color:rgba(20,25,34,.10);
      color:#0b1220;
      transform: translateY(-1px);
    }
    .nav a[aria-current="page"]{
      background:rgba(255,255,255,.78);
      border-color:rgba(124,58,237,.20);
      color:#0b1220;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.12);
      background:rgba(255,255,255,.80);
      color:#0b1220;
      cursor:pointer;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
      font-weight:700;
      font-size:13px;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 12px 30px rgba(15,23,42,.12);
      background:#fff;
      border-color:rgba(20,25,34,.18);
    }
    .btn:active{transform: translateY(0px) scale(.99)}
    .btn:focus{outline:none; box-shadow: var(--focus);}
    .btn-primary{
      background:rgba(255,255,255,.75);
      border-color: rgba(124,58,237,.22);
      position:relative;
      overflow:hidden;
    }
    .btn-primary::before{
      content:"";
      position:absolute;
      inset:-1px;
      background:var(--grad2);
      opacity:.75;
      z-index:0;
      transition: opacity .18s var(--ease);
    }
    .btn-primary:hover::before{opacity:1}
    .btn-primary span, .btn-primary svg{position:relative; z-index:1}
    .btn-cta{
      border-color:rgba(20,25,34,.12);
      background: #0b1220;
      color:#fff;
    }
    .btn-cta{
      box-shadow: 0 16px 40px rgba(11,18,32,.20);
    }
    .btn-cta:hover{
      background:#0e1730;
      box-shadow: 0 20px 55px rgba(11,18,32,.24);
      border-color: rgba(255,255,255,.14);
    }

    .icon{
      width:18px; height:18px; display:inline-block;
    }

    .menu-btn{
      display:none;
    }

    main{padding:18px 0 60px;}

    .hero{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius2);
      background:
        radial-gradient(900px 500px at 10% 0%, rgba(124,58,237,.22), transparent 55%),
        radial-gradient(900px 520px at 85% 10%, rgba(6,182,212,.18), transparent 55%),
        radial-gradient(800px 480px at 55% 60%, rgba(249,115,22,.13), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.55) 100%);
      border:1px solid rgba(20,25,34,.08);
      box-shadow: var(--shadow);
    }

    .hero-inner{
      padding:34px 22px 22px;
      display:grid;
      grid-template-columns: 1.08fr .92fr;
      gap:18px;
      align-items:start;
    }

    .kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(20,25,34,.10);
      background:rgba(255,255,255,.60);
      color:var(--muted);
      font-weight:700;
      font-size:12px;
      letter-spacing:.2px;
      max-width:100%;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .dot{
      width:10px; height:10px; border-radius:50%;
      background: var(--grad);
      box-shadow:0 0 0 6px rgba(124,58,237,.12);
      flex:0 0 auto;
    }

    h1{
      margin:14px 0 10px;
      font-size:34px;
      letter-spacing:-.6px;
      line-height:1.15;
    }

    .hero p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
      max-width:58ch;
    }

    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:18px;
    }

    .hero-link{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:#0b1220;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.12);
      background:rgba(255,255,255,.75);
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
      white-space:nowrap;
      font-size:13px;
    }
    .hero-link:hover{transform: translateY(-1px); box-shadow: 0 14px 34px rgba(15,23,42,.12); background:#fff;}
    .hero-link:focus{outline:none; box-shadow:var(--focus)}
    .hero-link svg{width:18px; height:18px}

    .micro-list{
      margin-top:16px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,25,34,.10);
      background:rgba(255,255,255,.65);
      color:var(--muted);
      font-size:12px;
      font-weight:800;
    }
    .chip i{
      width:9px; height:9px; border-radius:50%;
      background: var(--brand1);
      box-shadow:0 0 0 6px rgba(124,58,237,.12);
      display:inline-block;
    }
    .chip:nth-child(2) i{background:var(--brand2); box-shadow:0 0 0 6px rgba(6,182,212,.12);}
    .chip:nth-child(3) i{background:var(--brand3); box-shadow:0 0 0 6px rgba(249,115,22,.12);}

    .hero-right{
      display:flex;
      flex-direction:column;
      gap:14px;
    }

    .stat-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }

    .stat{
      padding:14px 14px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.64);
      box-shadow: 0 16px 40px rgba(15,23,42,.06);
      position:relative;
      overflow:hidden;
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
      min-height:92px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .stat::after{
      content:"";
      position:absolute;
      right:-40px; top:-40px;
      width:120px; height:120px;
      background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.22), transparent 62%);
      transform: rotate(12deg);
      pointer-events:none;
    }

    .stat:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.24);
      box-shadow: 0 22px 62px rgba(15,23,42,.12);
    }

    .stat strong{
      font-size:20px;
      letter-spacing:-.3px;
    }
    .stat span{
      color:var(--muted);
      font-size:12px;
      font-weight:800;
      line-height:1.4;
      margin-top:6px;
    }

    .range-card{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.68);
      padding:14px;
      box-shadow: 0 18px 50px rgba(15,23,42,.07);
      overflow:hidden;
      position:relative;
    }
    .range-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(700px 280px at 15% -10%, rgba(6,182,212,.20), transparent 60%),
        radial-gradient(700px 280px at 95% 5%, rgba(249,115,22,.16), transparent 58%);
      pointer-events:none;
    }
    .range-card .row{
      position:relative;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }

    .range-title{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .range-title strong{
      font-size:14px;
      letter-spacing:.2px;
    }
    .range-title span{
      color:var(--muted);
      font-size:12px;
      font-weight:800;
      line-height:1.5;
    }

    .spark{
      width:90px; height:52px;
      border-radius:14px;
      background: rgba(255,255,255,.55);
      border:1px solid rgba(20,25,34,.10);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      box-shadow: 0 16px 40px rgba(15,23,42,.06);
    }

    .barline{
      width:70px;
      height:26px;
      display:grid;
      grid-template-columns: repeat(7, 1fr);
      gap:6px;
      align-items:end;
    }
    .barline span{
      width:100%;
      border-radius:999px;
      background: var(--grad);
      opacity:.9;
      transform-origin: bottom;
      animation: pop 1.8s var(--ease) infinite;
    }
    .barline span:nth-child(2){animation-delay:.12s; opacity:.75}
    .barline span:nth-child(3){animation-delay:.24s; opacity:.85}
    .barline span:nth-child(4){animation-delay:.36s; opacity:.70}
    .barline span:nth-child(5){animation-delay:.48s; opacity:.88}
    .barline span:nth-child(6){animation-delay:.60s; opacity:.76}
    .barline span:nth-child(7){animation-delay:.72s; opacity:.84}
    @keyframes pop{
      0%,100%{transform: scaleY(.35)}
      50%{transform: scaleY(1)}
    }

    .range-actions{
      position:relative;
      display:flex;
      gap:10px;
      margin-top:12px;
      flex-wrap:wrap;
    }

    .section{
      margin-top:22px;
      padding:22px 0;
    }

    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
      line-height:1.25;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      max-width:54ch;
      font-weight:700;
    }

    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      align-items:stretch;
    }
    .grid-2{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:14px;
      align-items:stretch;
    }

    .card{
      border-radius:18px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,25,34,.10);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:16px;
      transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 24px 70px rgba(15,23,42,.12);
      background:rgba(255,255,255,.82);
    }

    .card .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.60);
      color:var(--muted);
      font-weight:900;
      font-size:12px;
      margin-bottom:10px;
    }
    .tag b{
      width:10px; height:10px; border-radius:50%;
      background: var(--grad);
      display:inline-block;
      box-shadow:0 0 0 6px rgba(124,58,237,.12);
    }

    .card h3{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
      line-height:1.35;
    }
    .card p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      font-weight:700;
    }

    .list{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .li{
      display:flex;
      gap:10px;
      align-items:flex-start;
    }
    .check{
      width:18px; height:18px; border-radius:6px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .li svg{width:12px; height:12px; color: #6d28d9}
    .li span{
      color:var(--muted);
      font-weight:800;
      font-size:13px;
      line-height:1.55;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .step{
      padding:16px;
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 18px 55px rgba(15,23,42,.06);
      position:relative;
      overflow:hidden;
      min-height:150px;
      transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
    }
    .step:hover{
      transform: translateY(-2px);
      border-color: rgba(6,182,212,.22);
      box-shadow: 0 26px 80px rgba(15,23,42,.12);
    }
    .step .n{
      width:34px; height:34px; border-radius:12px;
      background: rgba(6,182,212,.12);
      border:1px solid rgba(6,182,212,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:1000;
      color:#0e7490;
      letter-spacing:-.5px;
    }
    .step h3{
      margin:12px 0 8px;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .step p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      font-weight:700;
    }
    .step::after{
      content:"";
      position:absolute;
      right:-40px; bottom:-40px;
      width:120px; height:120px;
      background: radial-gradient(circle at 30% 30%, rgba(6,182,212,.18), transparent 60%);
      pointer-events:none;
    }

    .table-wrap{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      overflow:hidden;
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width:740px;
    }
    th, td{
      padding:14px 12px;
      border-bottom:1px solid rgba(20,25,34,.08);
      vertical-align:top;
      text-align:left;
    }
    th{
      background: rgba(255,255,255,.85);
      font-size:13px;
      color:#0b1220;
      font-weight:1000;
      letter-spacing:.1px;
    }
    td{
      color:var(--muted);
      font-size:13px;
      font-weight:750;
      line-height:1.65;
    }
    tr:last-child td{border-bottom:none}
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.60);
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      margin:6px 6px 0 0;
      white-space:nowrap;
    }
    .pill.good{
      background: rgba(34,197,94,.10);
      border-color: rgba(34,197,94,.20);
      color:#0f5132;
    }
    .pill.mid{
      background: rgba(249,115,22,.10);
      border-color: rgba(249,115,22,.20);
      color:#6b2b00;
    }
    .pill.cons{
      background: rgba(239,68,68,.08);
      border-color: rgba(239,68,68,.18);
      color:#7f1d1d;
    }

    .compare-wrap{
      display:grid;
      grid-template-columns: 1fr;
      gap:14px;
    }

    .rating-card{
      border-radius:22px;
      border:1px solid rgba(20,25,34,.10);
      background:
        radial-gradient(900px 320px at 12% 0%, rgba(124,58,237,.20), transparent 55%),
        radial-gradient(900px 320px at 90% 10%, rgba(6,182,212,.16), transparent 55%),
        rgba(255,255,255,.70);
      box-shadow: 0 22px 74px rgba(15,23,42,.10);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .rating-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.65);
    }
    .stars svg{width:18px; height:18px; color:#f59e0b}
    .score{
      display:flex;
      flex-direction:column;
      gap:6px;
      min-width:240px;
    }
    .score strong{
      font-size:34px;
      letter-spacing:-.6px;
      line-height:1;
    }
    .score span{
      color:var(--muted);
      font-size:13px;
      font-weight:900;
      line-height:1.5;
    }
    .recommend{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
    }
    .recommend .badge{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.68);
      font-weight:1000;
      color:#0b1220;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .badge i{
      width:12px; height:12px; border-radius:4px;
      background: var(--grad);
      box-shadow:0 0 0 6px rgba(124,58,237,.12);
      display:inline-block;
    }

    .grid-review{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .quote{
      border-radius:18px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(20,25,34,.10);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
      min-height:168px;
    }
    .quote:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 24px 70px rgba(15,23,42,.12);
    }
    .quote .top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:10px;
    }
    .avatar{
      width:36px; height:36px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.10);
      background: linear-gradient(135deg, rgba(124,58,237,.16), rgba(6,182,212,.14), rgba(249,115,22,.10));
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:1000;
      color:#0b1220;
      flex:0 0 auto;
    }
    .who{
      display:flex; flex-direction:column; gap:4px;
      min-width:0;
    }
    .who strong{
      font-size:14px;
      letter-spacing:-.2px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:100%;
    }
    .who span{
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:100%;
    }
    .quote p{
      margin:0;
      color:var(--muted);
      font-weight:800;
      font-size:13px;
      line-height:1.75;
    }

    .media-rail{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .case-card{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .media-grid{
      display:grid;
      grid-template-columns: 1.4fr .6fr;
      gap:12px;
      align-items:stretch;
    }
    .frame{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      overflow:hidden;
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:12px;
      position:relative;
    }
    .frame img{
      width:100%;
      height:auto;
      object-fit:contain;
      border-radius:14px;
      background:#fff;
    }
    .frame .label{
      position:absolute;
      left:12px; top:12px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(20,25,34,.10);
      color:#0b1220;
      font-weight:1000;
      font-size:12px;
      backdrop-filter: blur(8px);
    }

    .case-meta{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:6px;
    }

    .case-meta .pill{
      margin-top:0;
    }

    .small-grid{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .mini-card{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.68);
      padding:14px;
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
    }
    .mini-card h3{
      margin:0;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .mini-card ul{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .mini-card li{
      color:var(--muted);
      font-weight:850;
      font-size:13px;
      line-height:1.6;
      display:flex;
      gap:10px;
      align-items:flex-start;
    }
    .mini-card li i{
      width:12px; height:12px;
      border-radius:4px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.22);
      flex:0 0 auto;
      margin-top:3px;
    }

    .articles{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .post-list{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      overflow:hidden;
    }
    .post-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      justify-content:space-between;
      padding:14px 14px;
      border-bottom:1px solid rgba(20,25,34,.08);
      transition: background .18s var(--ease);
    }
    .post-item:last-child{border-bottom:none}
    .post-item:hover{background: rgba(255,255,255,.82)}
    .post-left{
      display:flex;
      gap:12px;
      align-items:flex-start;
      min-width:0;
      flex:1;
    }
    .post-ico{
      width:40px; height:40px;
      border-radius:16px;
      background: linear-gradient(135deg, rgba(124,58,237,.16), rgba(6,182,212,.14), rgba(249,115,22,.10));
      border:1px solid rgba(20,25,34,.10);
      flex:0 0 auto;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#0b1220;
      font-weight:1000;
      letter-spacing:-.3px;
    }
    .post-left .t{
      min-width:0;
    }
    .post-left strong{
      display:block;
      font-size:14px;
      letter-spacing:-.2px;
      line-height:1.35;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:100%;
    }
    .post-left span{
      display:block;
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      margin-top:6px;
    }
    .post-item a{
      flex:0 0 auto;
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.64);
      font-weight:1000;
      font-size:12px;
      color:#0b1220;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
      white-space:nowrap;
      margin-top:2px;
    }
    .post-item a:hover{transform: translateY(-1px); box-shadow:0 14px 32px rgba(15,23,42,.10); background:#fff;}
    .post-aside{
      display:flex;
      flex-direction:column;
      gap:14px;
    }

    .timeline{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:14px;
      overflow:hidden;
      position:relative;
    }
    .timeline::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(650px 260px at 10% -10%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(650px 260px at 100% 0%, rgba(6,182,212,.14), transparent 56%);
      pointer-events:none;
    }
    .timeline .steps2{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-top:8px;
    }
    .titem{
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .tmark{
      width:34px; height:34px;
      border-radius:14px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:1000;
      color:#6d28d9;
      flex:0 0 auto;
      margin-top:2px;
    }
    .titem:nth-child(2) .tmark{background: rgba(6,182,212,.12); border-color: rgba(6,182,212,.22); color:#0e7490;}
    .titem:nth-child(3) .tmark{background: rgba(249,115,22,.12); border-color: rgba(249,115,22,.22); color:#9a3412;}
    .titem strong{
      display:block;
      font-size:14px;
      letter-spacing:-.2px;
      margin-bottom:6px;
    }
    .titem span{
      display:block;
      color:var(--muted);
      font-weight:850;
      font-size:13px;
      line-height:1.65;
    }

    .accordion{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      overflow:hidden;
    }
    details{
      border-bottom:1px solid rgba(20,25,34,.08);
      padding:0;
    }
    details:last-child{border-bottom:none}
    summary{
      list-style:none;
      cursor:pointer;
      padding:14px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      user-select:none;
      font-weight:1000;
      letter-spacing:-.2px;
      color:#0b1220;
      font-size:14px;
    }
    summary::-webkit-details-marker{display:none}
    .sum-right{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
      color:var(--muted);
      font-size:12px;
      font-weight:950;
    }
    .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.62);
      display:flex;
      align-items:center;
      justify-content:center;
      transition: transform .22s var(--ease), background .22s var(--ease);
    }
    details[open] summary .chev{transform: rotate(180deg); background: rgba(255,255,255,.82);}
    .acc-body{
      padding:0 14px 14px 14px;
      color:var(--muted);
      font-weight:850;
      line-height:1.75;
      font-size:13px;
    }

    .form-card{
      border-radius:22px;
      border:1px solid rgba(20,25,34,.10);
      background:
        radial-gradient(900px 360px at 15% 0%, rgba(124,58,237,.18), transparent 58%),
        radial-gradient(900px 360px at 95% 5%, rgba(6,182,212,.14), transparent 58%),
        rgba(255,255,255,.70);
      box-shadow: 0 22px 78px rgba(15,23,42,.10);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
      margin-top:12px;
    }
    label{
      display:flex;
      flex-direction:column;
      gap:8px;
      color:#0b1220;
      font-weight:1000;
      font-size:12px;
    }
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.12);
      background: rgba(255,255,255,.85);
      color:#0b1220;
      outline:none;
      transition: box-shadow .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
      font-weight:850;
      font-size:13px;
    }
    textarea{min-height:120px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      box-shadow: var(--focus);
      border-color: rgba(124,58,237,.26);
      background:#fff;
    }

    .form-actions{
      grid-column: 1 / -1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      margin-top:2px;
    }
    .hint{
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      line-height:1.5;
      max-width:62ch;
    }
    .small{
      font-size:12px;
      color:var(--muted);
      font-weight:850;
      line-height:1.6;
      margin:10px 0 0;
    }
    .form-status{
      margin-top:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      color:#0b1220;
      font-weight:950;
      font-size:13px;
      display:none;
    }

    .pricing{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .price-card{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .price-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background: radial-gradient(650px 260px at 10% -10%, rgba(249,115,22,.16), transparent 58%);
      pointer-events:none;
      opacity:.9;
    }
    .price-card > *{position:relative}
    .price-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .price-head h3{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .price-head span{
      color:var(--muted);
      font-weight:900;
      font-size:12px;
      margin-top:6px;
      display:block;
    }
    .range{
      margin-top:12px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .meter{
      height:12px;
      border-radius:999px;
      background: rgba(20,25,34,.08);
      border:1px solid rgba(20,25,34,.10);
      overflow:hidden;
    }
    .meter > i{
      display:block;
      height:100%;
      width:68%;
      background: var(--grad);
      border-radius:999px;
      animation: meter 2.2s var(--ease) infinite;
    }
    @keyframes meter{
      0%,100%{filter:saturate(1); transform: translateX(0)}
      50%{filter:saturate(1.15)}
    }
    .range .rows{
      display:flex;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-size:12px;
      font-weight:950;
      flex-wrap:wrap;
    }
    .token-table{
      margin-top:12px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .token-row{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.60);
    }
    .token-row strong{
      font-size:13px;
      letter-spacing:-.2px;
    }
    .token-row span{
      color:var(--muted);
      font-weight:950;
      font-size:12px;
      line-height:1.4;
      text-align:right;
      max-width:62%;
    }

    .network{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .map-card{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 16px 48px rgba(15,23,42,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
      min-height:240px;
    }
    .map-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(700px 300px at 20% 10%, rgba(124,58,237,.20), transparent 58%),
        radial-gradient(650px 280px at 90% 20%, rgba(6,182,212,.16), transparent 58%),
        radial-gradient(600px 280px at 65% 85%, rgba(249,115,22,.14), transparent 55%);
      pointer-events:none;
      opacity:.95;
    }
    .map-inner{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .map-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .map-title h3{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .status{
      display:flex;
      align-items:center;
      gap:10px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.64);
      color:var(--muted);
      font-weight:950;
      font-size:12px;
      white-space:nowrap;
    }
    .pulse{
      width:10px; height:10px;
      border-radius:50%;
      background: var(--brand4);
      box-shadow:0 0 0 0 rgba(34,197,94,.35);
      animation: pulse 1.8s var(--ease) infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(34,197,94,.35)}
      70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}
      100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
    }
    .network-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:10px;
      margin-top:4px;
    }
    .area{
      border-radius:16px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.62);
      padding:12px;
      min-height:74px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .area strong{
      font-size:13px;
      letter-spacing:-.2px;
    }
    .area span{
      color:var(--muted);
      font-weight:950;
      font-size:12px;
      line-height:1.4;
    }

    .footer{
      padding:24px 0 30px;
      border-top:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.55);
      backdrop-filter: blur(8px);
    }
    .footer-inner{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .footer-left{
      min-width:260px;
      max-width:520px;
    }
    .footer-left .f-brand{
      display:flex; gap:12px; align-items:center;
    }
    .footer-left .f-brand img{
      width:38px; height:38px; border-radius:14px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      padding:6px;
    }
    .footer-left strong{
      display:block;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .footer-left span{
      display:block;
      color:var(--muted);
      margin-top:6px;
      font-size:13px;
      font-weight:900;
      line-height:1.65;
    }
    .footer-right{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      justify-content:flex-end;
      align-items:flex-start;
    }
    .foot-col{
      min-width:220px;
    }
    .foot-col h3{
      margin:0 0 10px;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .foot-links{
      display:flex;
      flex-direction:column;
      gap:9px;
    }
    .foot-links a{
      color:var(--muted);
      font-weight:950;
      font-size:13px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      background: transparent;
      transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), transform .18s var(--ease);
      display:inline-flex;
      align-items:center;
      gap:10px;
      max-width:100%;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .foot-links a:hover{
      background: rgba(255,255,255,.70);
      border-color: rgba(20,25,34,.10);
      color:#0b1220;
      transform: translateY(-1px);
    }

    .copyright{
      margin-top:16px;
      padding-top:16px;
      border-top:1px solid rgba(20,25,34,.10);
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:var(--muted);
      font-weight:900;
      font-size:12px;
    }

    .backtotop{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:60;
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(20,25,34,.12);
      background: rgba(255,255,255,.70);
      box-shadow: 0 18px 55px rgba(15,23,42,.14);
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      transform: translateY(16px);
      opacity:0;
      pointer-events:none;
      transition: opacity .22s var(--ease), transform .22s var(--ease), background .18s var(--ease);
    }
    .backtotop.show{
      opacity:1;
      transform: translateY(0);
      pointer-events:auto;
    }
    .backtotop:hover{background:#fff}
    .backtotop svg{width:18px; height:18px; color:#0b1220}

    .float-cs{
      position:fixed;
      left:14px;
      bottom:14px;
      z-index:60;
      width:auto;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .cs-pill{
      border-radius:999px;
      border:1px solid rgba(20,25,34,.12);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 55px rgba(15,23,42,.14);
      padding:10px 12px;
      display:flex;
      align-items:center;
      gap:10px;
      cursor:pointer;
      transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
    }
    .cs-pill:hover{transform: translateY(-1px); background:#fff; border-color: rgba(124,58,237,.22);}
    .cs-pill .bubble{
      width:34px; height:34px;
      border-radius:14px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.22);
      display:flex; align-items:center; justify-content:center;
    }
    .cs-pill svg{width:18px; height:18px; color:#6d28d9}
    .cs-pill .txt{
      display:flex; flex-direction:column; gap:3px;
      max-width:160px;
    }
    .cs-pill .txt strong{font-size:12px; letter-spacing:.2px}
    .cs-pill .txt span{font-size:12px; color:var(--muted); font-weight:900; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:160px}

    .cs-pop{
      position:fixed;
      left:14px;
      bottom:68px;
      z-index:70;
      width:min(320px, calc(100vw - 28px));
      border-radius:22px;
      border:1px solid rgba(20,25,34,.12);
      background: rgba(255,255,255,.86);
      box-shadow: 0 30px 100px rgba(15,23,42,.22);
      overflow:hidden;
      transform: translateY(12px);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s var(--ease), transform .18s var(--ease);
      backdrop-filter: blur(10px);
    }
    .cs-pop.show{
      transform: translateY(0);
      opacity:1;
      pointer-events:auto;
    }
    .cs-pop .head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-bottom:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.65);
    }
    .cs-pop .head strong{font-size:14px; letter-spacing:-.2px}
    .close-btn{
      width:38px; height:38px;
      border-radius:14px;
      border:1px solid rgba(20,25,34,.12);
      background: rgba(255,255,255,.72);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s var(--ease), background .18s var(--ease);
    }
    .close-btn:hover{transform: translateY(-1px); background:#fff}
    .close-btn svg{width:18px; height:18px}
    .cs-pop .body{
      padding:14px;
      display:grid;
      grid-template-columns: 1fr 110px;
      gap:14px;
      align-items:start;
    }
    .cs-pop p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      font-weight:900;
      line-height:1.65;
    }
    .qr{
      border-radius:18px;
      border:1px solid rgba(20,25,34,.10);
      background: rgba(255,255,255,.70);
      padding:8px;
    }

    .fadein{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .7s var(--ease), transform .7s var(--ease);
    }
    .fadein.show{
      opacity:1;
      transform: translateY(0);
    }

    .section-anchors{
      display:none;
    }

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; padding:26px 16px 16px;}
      h1{font-size:30px}
      .stat-grid{grid-template-columns: 1fr 1fr}
      .grid-3{grid-template-columns: 1fr}
      .grid-2{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr 1fr}
      .grid-review{grid-template-columns: 1fr}
      .articles{grid-template-columns: 1fr}
      .media-rail{grid-template-columns: 1fr}
      .network{grid-template-columns: 1fr}
      .pricing{grid-template-columns: 1fr}
      .media-grid{grid-template-columns: 1fr}
      .form-grid{grid-template-columns: 1fr}
      .nav{display:none}
      .menu-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:44px;
        height:44px;
        border-radius:16px;
        border:1px solid rgba(20,25,34,.12);
        background: rgba(255,255,255,.76);
        cursor:pointer;
      }
      .menu-btn svg{width:18px; height:18px}
      .nav-actions{gap:10px}
    }

    @media (max-width: 520px){
      .brand{min-width:auto}
      .brand-title span{display:none}
      h1{font-size:26px}
      .stat-grid{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr}
      .grid-review{gap:12px}
      table{min-width:640px}
      .cs-pop .body{grid-template-columns: 1fr}
      .cs-pop{left:10px}
      .float-cs{left:10px}
    }