:root{
      --bg0:#ffffff;
      --bg1:#f6f7fb;
      --text:#1f2430;
      --muted:#5b667a;
      --muted2:#7a879c;
      --line:rgba(22,29,43,.10);
      --card:rgba(255,255,255,.75);
      --card2:#ffffff;
      --shadow:0 18px 45px rgba(18,24,39,.10);
      --shadow2:0 10px 24px rgba(18,24,39,.10);
      --primary:#2a6cff;
      --primary2:#1f56ff;
      --teal:#12b3a8;
      --violet:#6f5cff;
      --good:#12b76a;
      --warn:#f59e0b;
      --mid:#f97316;
      --radius:18px;
      --radius2:24px;
      --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, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans","Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: linear-gradient(180deg, var(--bg1) 0%, var(--bg0) 32%, #fff 100%);
      min-height:100vh;
    }
    .sr-only{
      position:absolute !important;
      width:1px !important;
      height:1px !important;
      padding:0 !important;
      margin:-1px !important;
      overflow:hidden !important;
      clip:rect(0,0,0,0) !important;
      white-space:nowrap !important;
      border:0 !important;
    }
    .bg-wrap{
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
    }
    .bg-grid{
      position:absolute;
      inset:-40px;
      background:
        linear-gradient(to right, rgba(42,108,255,.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(42,108,255,.06) 1px, transparent 1px);
      background-size: 72px 72px;
      transform: translateZ(0);
      mask-image: radial-gradient(55% 38% at 50% 0%, rgba(0,0,0,.9) 0%, rgba(0,0,0,.2) 55%, rgba(0,0,0,0) 80%);
      opacity:.9;
    }
    .bg-orb{
      position:absolute;
      border-radius:999px;
      filter: blur(35px);
      opacity:.55;
      mix-blend-mode:multiply;
      transform: translateZ(0);
      animation: floaty 10s ease-in-out infinite;
    }
    .orb-a{width:520px;height:520px;left:-180px;top:120px;background: radial-gradient(circle at 30% 30%, rgba(42,108,255,.35), transparent 62%);animation-duration:12s;}
    .orb-b{width:420px;height:420px;right:-140px;top:240px;background: radial-gradient(circle at 40% 40%, rgba(18,179,168,.28), transparent 62%);animation-duration:10s;}
    .orb-c{width:360px;height:360px;left:30%;top:-160px;background: radial-gradient(circle at 50% 50%, rgba(111,92,255,.25), transparent 62%);animation-duration:14s;}
    @keyframes floaty{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-18px,0)}}

    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(22,29,43,.08);
    }
    .header-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      color:inherit;
      min-width:180px;
    }
    .ai-page-logo{display:block; width:170px; max-width:170px;}
    .nav-desktop{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .nav-link{
      text-decoration:none;
      color:rgba(31,36,48,.86);
      font-weight:600;
      font-size:14px;
      padding:8px 0;
      position:relative;
      white-space:nowrap;
    }
    .nav-link::after{
      content:"";
      position:absolute;
      left:0; right:0; bottom:2px;
      height:2px;
      background: linear-gradient(90deg, var(--primary), rgba(42,108,255,0));
      transform: scaleX(0);
      transform-origin:left;
      transition: transform .25s ease;
    }
    .nav-link:hover::after{transform: scaleX(1)}
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      min-width:220px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border-radius:12px;
      padding:11px 14px;
      border:1px solid rgba(22,29,43,.12);
      cursor:pointer;
      font-weight:800;
      letter-spacing:.2px;
      text-decoration:none;
      color:rgba(31,36,48,.92);
      background:#fff;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform: translateY(1px)}
    .btn-primary{
      border-color: rgba(42,108,255,.25);
      background: linear-gradient(180deg, rgba(42,108,255,1) 0%, rgba(31,86,255,1) 100%);
      color:#fff;
      box-shadow: 0 14px 30px rgba(42,108,255,.25);
    }
    .btn-ghost{
      background: rgba(255,255,255,.65);
      border-color: rgba(22,29,43,.14);
      color:rgba(31,36,48,.9);
    }
    .btn-soft{
      background: rgba(42,108,255,.08);
      border-color: rgba(42,108,255,.18);
      color:rgba(28,74,190,.95);
    }
    .btn-lg{padding:14px 18px; border-radius:14px; font-size:15px}
    .btn-nav{display:none}
    .btn-arrow{opacity:.95}
    .btn-loader{
      width:10px;height:10px;border-radius:999px;
      background: rgba(255,255,255,.85);
      box-shadow: 0 0 0 rgba(255,255,255,.0);
      animation: pulse 2.2s ease-in-out infinite;
    }
    @keyframes pulse{
      0%{transform:scale(.9); box-shadow: 0 0 0 rgba(255,255,255,.0)}
      50%{transform:scale(1.05); box-shadow: 0 0 18px rgba(255,255,255,.28)}
      100%{transform:scale(.9); box-shadow: 0 0 0 rgba(255,255,255,.0)}
    }

    .mobile-panel{
      position:fixed;
      inset:0;
      z-index:80;
      background: rgba(10,14,20,.35);
      backdrop-filter: blur(8px);
      padding:18px 14px;
      display:flex;
      align-items:flex-start;
      justify-content:center;
    }
    .mobile-panel[hidden]{display:none}
    .mobile-panel-inner{
      width:min(560px, calc(100% - 10px));
      background: rgba(255,255,255,.92);
      border:1px solid rgba(22,29,43,.10);
      border-radius:18px;
      box-shadow: var(--shadow2);
      padding:14px;
    }
    .mobile-top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:6px 4px 10px;}
    .mobile-title{font-weight:900; letter-spacing:.2px}
    .icon-btn{
      width:42px;height:42px;
      border-radius:12px;
      border:1px solid rgba(22,29,43,.12);
      background: rgba(255,255,255,.7);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .icon-btn:active{transform: translateY(1px)}
    .mobile-links{
      display:flex; flex-direction:column; gap:10px;
      padding:10px 2px 14px;
    }
    .mobile-link{
      text-decoration:none;
      color:rgba(31,36,48,.92);
      font-weight:800;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.75);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .mobile-link:active{transform: translateY(1px)}
    .mobile-cta{display:grid; grid-template-columns:1fr; gap:10px; padding:4px 0 10px;}
    .w100{width:100%}
    .mobile-foot{padding:6px 6px 2px;}
    .muted{color:var(--muted)}

    .hero{
      padding: 34px 0 10px;
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:26px;
      align-items:start;
      padding: 16px 0 26px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(42,108,255,.20);
      background: rgba(42,108,255,.08);
      color: rgba(28,74,190,.95);
      font-weight:900;
      font-size:13px;
      letter-spacing:.2px;
      margin-bottom:14px;
    }
    .pill-dot{
      width:10px;height:10px;border-radius:999px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(111,92,255,1));
      box-shadow: 0 10px 20px rgba(42,108,255,.25);
    }
    .hero-title{
      margin: 0 0 12px;
      font-size: clamp(28px, 3.2vw, 44px);
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero-sub{
      margin:0 0 18px;
      color: rgba(31,36,48,.78);
      font-weight:650;
      font-size:15.5px;
      line-height:1.7;
      max-width: 58ch;
    }
    .hero-cta{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-bottom:18px;}
    .hero-mini{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:14px;
    }
    .mini-item{
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.62);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      overflow:hidden;
      position:relative;
    }
    .mini-item::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(500px 140px at 20% -10%, rgba(42,108,255,.18), transparent 58%);
      pointer-events:none;
    }
    .mini-kpi{
      font-size:20px;
      font-weight:950;
      letter-spacing:-.4px;
    }
    .mini-label{
      margin-top:4px;
      color:var(--muted);
      font-weight:700;
      font-size:12.8px;
      line-height:1.35;
      position:relative;
      z-index:1;
    }

    .hero-right{display:flex; flex-direction:column; gap:14px;}
    .hero-card{
      border-radius: var(--radius2);
      background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.65));
      border:1px solid rgba(22,29,43,.10);
      box-shadow: var(--shadow2);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .hero-card::after{
      content:"";
      position:absolute;
      right:-120px; top:-160px;
      width:380px; height:380px;
      background: radial-gradient(circle at 30% 30%, rgba(42,108,255,.22), transparent 62%);
      pointer-events:none;
    }
    .hero-card-top{display:flex; flex-direction:column; gap:10px; position:relative; z-index:1;}
    .hero-card-title{font-weight:950; letter-spacing:-.2px; font-size:16px}
    .tag-row{display:flex; flex-wrap:wrap; gap:8px;}
    .tag{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.65);
      color: rgba(31,36,48,.88);
      font-weight:800;
      font-size:12.5px;
      white-space:nowrap;
    }
    .tag-hot{border-color: rgba(42,108,255,.22); background: rgba(42,108,255,.08); color: rgba(28,74,190,.95);}
    .tag-tech{border-color: rgba(111,92,255,.22); background: rgba(111,92,255,.10); color: rgba(74,53,202,.98);}
    .tag-economy{border-color: rgba(18,179,168,.22); background: rgba(18,179,168,.10); color: rgba(0,118,108,.98);}

    .hero-kv{margin-top:14px; display:flex; flex-direction:column; gap:12px; position:relative; z-index:1;}
    .kv-row{display:flex; flex-direction:column; gap:8px;}
    .kv-label{font-weight:950; color: rgba(31,36,48,.8); font-size:12.5px; letter-spacing:.2px;}
    .kv-value{display:flex; flex-wrap:wrap; gap:8px;}
    .chip{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.72);
      font-weight:800;
      font-size:12.5px;
      color: rgba(31,36,48,.88);
    }
    .hero-card-bottom{
      margin-top:16px;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:12px;
      position:relative;
      z-index:1;
      padding-top:6px;
      border-top: 1px solid rgba(22,29,43,.08);
    }
    .micro-title{font-weight:950; letter-spacing:-.2px}
    .micro-desc{margin-top:6px; color: var(--muted); font-weight:700; font-size:13px; line-height:1.4}
    .hero-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

    .hero-statstrip{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .stat{
      border-radius:18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.60);
      padding:14px;
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .stat:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 35px rgba(18,24,39,.10);
    }
    .stat-icon{
      width:34px;height:34px;border-radius:12px;
      background: linear-gradient(180deg, rgba(42,108,255,.16), rgba(42,108,255,.06));
      border:1px solid rgba(42,108,255,.20);
      margin-bottom:10px;
      position:relative;
    }
    .stat-icon::after{
      content:"";
      position:absolute; inset:9px;
      border-radius:10px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(111,92,255,1));
      opacity:.85;
    }
    .icon-two{background: linear-gradient(180deg, rgba(18,179,168,.16), rgba(18,179,168,.06)); border-color: rgba(18,179,168,.22);}
    .icon-two::after{background: linear-gradient(180deg, rgba(18,179,168,1), rgba(42,108,255,.8));}
    .icon-three{background: linear-gradient(180deg, rgba(111,92,255,.16), rgba(111,92,255,.06)); border-color: rgba(111,92,255,.22);}
    .icon-three::after{background: linear-gradient(180deg, rgba(111,92,255,1), rgba(18,179,168,.9));}

    .stat-title{font-weight:950; letter-spacing:-.2px}
    .stat-desc{margin-top:6px; color:var(--muted); font-weight:700; font-size:13px; line-height:1.45;}

    .section{padding: 54px 0;}
    .section-head{margin-bottom:24px;}
    .section-eyebrow{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      color: rgba(31,36,48,.82);
      font-weight:900;
      letter-spacing:.2px;
      font-size:12.5px;
      margin-bottom:12px;
    }
    .section-title{
      margin:0 0 10px;
      font-size: clamp(22px, 2.2vw, 30px);
      letter-spacing:-.5px;
      line-height:1.2;
    }
    .section-sub{
      margin:0;
      color: rgba(31,36,48,.78);
      font-weight:700;
      line-height:1.7;
      max-width: 78ch;
      font-size:15px;
    }

    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .grid-2{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:14px;
    }
    .grid-4{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
    }

    .card{
      border-radius: var(--radius);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      padding:16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(18,24,39,.11);
      border-color: rgba(42,108,255,.20);
    }
    .card-soft{background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));}
    .card-icon{
      width:44px;height:44px;border-radius:16px;
      border:1px solid rgba(42,108,255,.18);
      background: linear-gradient(180deg, rgba(42,108,255,.14), rgba(42,108,255,.06));
      display:flex;align-items:center;justify-content:center;
      color: rgba(42,108,255,.95);
      margin-bottom:12px;
    }
    .card-title{font-weight:980; letter-spacing:-.2px; margin:0 0 8px; font-size:16px}
    .card-desc{margin:0; color:var(--muted); font-weight:700; line-height:1.6; font-size:14px}

    .split{
      display:grid;
      grid-template-columns: 1.02fr .98fr;
      gap:16px;
      align-items:start;
    }

    .service-list{margin-top:16px; display:flex; flex-direction:column; gap:12px;}
    .service-item{
      border:1px solid rgba(22,29,43,.10);
      border-radius:18px;
      background: rgba(255,255,255,.66);
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .service-badge{
      flex:0 0 auto;
      padding:8px 10px;
      border-radius:14px;
      background: rgba(42,108,255,.10);
      border:1px solid rgba(42,108,255,.18);
      color: rgba(28,74,190,.95);
      font-weight:950;
      font-size:12.8px;
      white-space:nowrap;
    }
    .badge-violet{background: rgba(111,92,255,.10) !important; border-color: rgba(111,92,255,.20) !important; color: rgba(74,53,202,.98) !important;}
    .badge-blue{background: rgba(18,179,168,.10) !important; border-color: rgba(18,179,168,.20) !important; color: rgba(0,118,108,.98) !important;}
    .service-body{min-width:0}
    .service-title{font-weight:980; letter-spacing:-.2px}
    .service-desc{margin-top:6px; color:var(--muted); font-weight:700; line-height:1.6; font-size:14px}

    .inline-ctas{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px;}
    .capability-panel{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow2);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .capability-panel::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(620px 220px at 10% 0%, rgba(42,108,255,.18), transparent 60%);
      pointer-events:none;
      opacity:.95;
    }
    .panel-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; position:relative; z-index:1;}
    .panel-eyebrow{color:var(--muted); font-weight:850; font-size:13px; margin-bottom:6px;}
    .panel-title{font-weight:980; letter-spacing:-.3px; font-size:18px}
    .panel-meter{width:120px; text-align:right; position:relative;}
    .meter-track{
      height:10px; border-radius:999px;
      background: rgba(22,29,43,.08);
      overflow:hidden;
      border:1px solid rgba(22,29,43,.10);
    }
    .meter-fill{
      height:100%;
      width:78%;
      background: linear-gradient(90deg, rgba(42,108,255,1), rgba(111,92,255,1));
      border-radius:999px;
      box-shadow: 0 16px 35px rgba(42,108,255,.30);
      animation: meterIn 1.1s ease both;
    }
    @keyframes meterIn{from{width:20%}to{width:78%}}
    .meter-text{margin-top:8px; font-weight:950; color: rgba(28,74,190,.95); font-size:12.8px;}
    .cap-grid{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
      position:relative; z-index:1;
    }
    .cap{
      border:1px solid rgba(22,29,43,.10);
      border-radius:18px;
      background: rgba(255,255,255,.62);
      padding:14px;
    }
    .cap-top{display:flex; align-items:center; gap:10px; margin-bottom:8px;}
    .cap-dot{
      width:12px;height:12px;border-radius:999px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(18,179,168,.9));
      box-shadow: 0 12px 24px rgba(42,108,255,.20);
    }
    .cap-name{font-weight:980; letter-spacing:-.2px}
    .cap-desc{color:var(--muted); font-weight:700; line-height:1.5; font-size:13.5px}
    .panel-bottom{
      margin-top:14px;
      padding-top:14px;
      border-top:1px solid rgba(22,29,43,.08);
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      position:relative; z-index:1;
    }
    .panel-note{min-width:0}
    .note-title{font-weight:980; letter-spacing:-.2px}
    .note-desc{margin-top:6px; color:var(--muted); font-weight:700; line-height:1.5; font-size:13.5px}

    .tile-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:12px;
    }
    .tile{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.68);
      font-weight:900;
      color: rgba(31,36,48,.86);
      font-size:12.8px;
      transition: transform .16s ease;
      cursor:default;
      white-space:nowrap;
    }

    .step-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .step-card{
      border-radius: var(--radius);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.68);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .step-card::before{
      content:"";
      position:absolute;
      left:-80px; top:-120px;
      width:220px; height:220px;
      background: radial-gradient(circle at 35% 35%, rgba(42,108,255,.18), transparent 60%);
      pointer-events:none;
    }
    .step-card:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.11);}
    .step-index{
      font-weight:980;
      color: rgba(28,74,190,.95);
      letter-spacing:-.6px;
      font-size:22px;
      margin-bottom:10px;
      position:relative;
      z-index:1;
    }
    .step-title{font-weight:980; letter-spacing:-.2px; margin-bottom:8px; position:relative; z-index:1;}
    .step-desc{color:var(--muted); font-weight:700; line-height:1.6; font-size:14px; position:relative; z-index:1;}

    .banner-strip{
      margin-top:18px;
      border-radius: var(--radius2);
      border:1px solid rgba(42,108,255,.18);
      background: linear-gradient(90deg, rgba(42,108,255,.12), rgba(111,92,255,.10), rgba(18,179,168,.08));
      padding:18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      box-shadow: 0 18px 40px rgba(42,108,255,.12);
    }
    .banner-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .banner-sub{margin-top:6px; color: rgba(31,36,48,.78); font-weight:800}
    .banner-right{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end;}

    .bullets{margin-top:12px; display:flex; flex-direction:column; gap:10px;}
    .bullet{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:750; line-height:1.5}
    .bullet-dot{
      width:10px;height:10px;border-radius:999px; margin-top:4px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(18,179,168,1));
      box-shadow: 0 12px 24px rgba(42,108,255,.20);
      flex:0 0 auto;
    }

    .timeline{
      margin-top:18px;
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      padding:16px;
    }
    .timeline-head{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:12px; flex-wrap:wrap;}
    .timeline-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .timeline-sub{color:var(--muted); font-weight:750; line-height:1.5}
    .timeline-items{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
      margin-top:6px;
    }
    .t-item{
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      border-radius:18px;
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .t-dot{
      width:14px;height:14px;border-radius:6px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(111,92,255,1));
      box-shadow: 0 18px 40px rgba(42,108,255,.20);
      margin-top:2px;
      flex:0 0 auto;
    }
    .t-title{font-weight:980; letter-spacing:-.2px;}
    .t-desc{margin-top:6px; color:var(--muted); font-weight:750; line-height:1.5; font-size:13.5px}
    .timeline-cta{margin-top:14px; display:flex; justify-content:flex-end}

    .net-card{
      border-radius:18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.66);
      padding:14px;
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .net-card:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.11);}
    .net-top{display:flex; align-items:center; justify-content:space-between; gap:10px;}
    .net-icon{width:40px;height:40px;border-radius:16px;border:1px solid rgba(42,108,255,.18); background: rgba(42,108,255,.10);}
    .net-title{font-weight:980; letter-spacing:-.2px; margin-top:2px}
    .net-desc{margin-top:8px; color:var(--muted); font-weight:750; line-height:1.5}

    .flow{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.64);
      padding:16px;
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
    }
    .flow-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .flow-step{
      flex: 1 1 220px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.72);
      border-radius:18px;
      padding:14px;
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .flow-num{
      width:38px;height:38px;border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(42,108,255,.10);
      border:1px solid rgba(42,108,255,.18);
      font-weight:990;
      color: rgba(28,74,190,.98);
      flex:0 0 auto;
    }
    .flow-title{font-weight:980; letter-spacing:-.2px}
    .flow-desc{margin-top:6px; color:var(--muted); font-weight:750; line-height:1.5; font-size:13.5px}
    .flow-arrow{color: rgba(31,36,48,.32); font-weight:950; font-size:20px; padding:0 4px; flex:0 0 auto}
    .flow-actions{display:flex; justify-content:flex-end; margin-top:14px; gap:12px; flex-wrap:wrap}

    .cases-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .case-card{
      border-radius: var(--radius);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.66);
      padding:16px;
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      display:flex;
      flex-direction:column;
      gap:12px;
      transition: transform .18s ease, box-shadow .18s ease;
      min-height: 210px;
    }
    .case-card:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.11);}
    .case-top{display:flex; gap:12px; align-items:flex-start;}
    .case-icon{
      width:44px;height:44px;border-radius:16px;
      background: rgba(42,108,255,.10);
      border:1px solid rgba(42,108,255,.18);
      position:relative;
      flex:0 0 auto;
    }
    .case-icon::after{
      content:"";
      position:absolute; inset:12px;
      border-radius:12px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(111,92,255,1));
      opacity:.85;
    }
    .icon2{background: rgba(18,179,168,.10) !important; border-color: rgba(18,179,168,.20) !important;}
    .icon2::after{background: linear-gradient(180deg, rgba(18,179,168,1), rgba(42,108,255,.9));}
    .icon3{background: rgba(111,92,255,.10) !important; border-color: rgba(111,92,255,.20) !important;}
    .icon3::after{background: linear-gradient(180deg, rgba(111,92,255,1), rgba(18,179,168,.9));}
    .icon4{background: rgba(245,158,11,.12) !important; border-color: rgba(245,158,11,.20) !important;}
    .icon4::after{background: linear-gradient(180deg, rgba(245,158,11,1), rgba(42,108,255,.85));}
    .case-title{font-weight:990; letter-spacing:-.2px}
    .case-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5; font-size:13.5px}
    .case-tags{display:flex; flex-wrap:wrap; gap:8px}
    .case-link{
      margin-top:auto;
      text-decoration:none;
      font-weight:900;
      color: rgba(28,74,190,.98);
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(42,108,255,.18);
      background: rgba(42,108,255,.08);
      transition: transform .15s ease, box-shadow .15s ease;
      text-align:center;
    }
    .case-link:hover{box-shadow: 0 18px 35px rgba(42,108,255,.16); transform: translateY(-1px);}

    .compare-grid{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:14px;
      align-items:start;
    }
    .compare-score{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .compare-score::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(560px 240px at 20% 0%, rgba(42,108,255,.22), transparent 60%);
      pointer-events:none;
      opacity:.95;
    }
    .score-top{position:relative; z-index:1}
    .score-rec{font-weight:980; letter-spacing:-.2px; color: rgba(31,36,48,.86)}
    .stars{font-size:18px; color: rgba(245,158,11,1); margin-top:6px; font-weight:900}
    .score-main{margin-top:18px; position:relative; z-index:1}
    .score-num{
      font-size:56px;
      font-weight:1100;
      letter-spacing:-2px;
      line-height:1;
    }
    .score-den{
      margin-top:8px;
      color:var(--muted);
      font-weight:900;
    }
    .score-list{
      margin-top:14px;
      display:flex;
      flex-direction:column;
      gap:10px;
      position:relative; z-index:1;
    }
    .score-li{
      display:flex; align-items:flex-start; gap:10px;
      color: rgba(31,36,48,.78);
      font-weight:800;
      line-height:1.5;
    }
    .ok{
      width:16px;height:16px;border-radius:6px;
      background: rgba(18,179,168,.14);
      border:1px solid rgba(18,179,168,.22);
      position:relative;
      flex:0 0 auto;
      margin-top:3px;
    }
    .ok::after{
      content:"";
      position:absolute; inset:3px 5px 5px 3px;
      border-right:2px solid rgba(18,179,168,.95);
      border-bottom:2px solid rgba(18,179,168,.95);
      transform: rotate(45deg);
    }
    .score-cta{margin-top:16px; position:relative; z-index:1; display:flex; gap:12px; flex-wrap:wrap}

    .compare-table-wrap{min-height:520px;}
    .table-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .table-top{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .table-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .table-note{color:var(--muted); font-weight:760; line-height:1.5}
    .table-scroll{
      margin-top:12px;
      overflow:auto;
      border-radius:16px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.72);
    }
    .table{
      width:100%;
      border-collapse:collapse;
      min-width: 680px;
      font-size:14px;
    }
    .table th, .table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(22,29,43,.08);
      vertical-align:top;
      text-align:left;
    }
    .table thead th{
      position:sticky;
      top:0;
      background: rgba(246,248,255,.98);
      z-index:2;
      font-weight:980;
      color: rgba(31,36,48,.9);
    }
    .table td{color: rgba(31,36,48,.80); font-weight:760; line-height:1.5}
    .table-striped tbody tr:nth-child(odd){background: rgba(42,108,255,.03)}
    .badge{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      font-weight:980;
      white-space:nowrap;
    }
    .badge-good{background: rgba(18,179,106,.12); border-color: rgba(18,179,106,.22); color: rgba(12,135,78,.98);}
    .badge-warn{background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.22); color: rgba(172,107,0,.98);}
    .badge-mid{background: rgba(249,115,22,.12); border-color: rgba(249,115,22,.22); color: rgba(170,74,0,.98);}

    .table-foot{display:flex; justify-content:space-between; gap:12px; align-items:center; flex-wrap:wrap; margin-top:12px;}
    .table-foot .muted{font-weight:760}

    .match-grid{align-items:start}
    .match-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .form-head{margin-bottom:10px}
    .form-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .form-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .form{margin-top:10px; display:flex; flex-direction:column; gap:12px;}
    .form-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px;}
    .field{display:flex; flex-direction:column; gap:8px;}
    .field-label{font-weight:950; letter-spacing:-.2px; color: rgba(31,36,48,.86); font-size:13px}
    input, select, textarea{
      border:1px solid rgba(22,29,43,.14);
      background: rgba(255,255,255,.78);
      border-radius:14px;
      padding:12px 12px;
      outline:none;
      font-weight:750;
      color: rgba(31,36,48,.92);
      transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
      width:100%;
      min-width:0;
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(42,108,255,.35);
      box-shadow: 0 0 0 4px rgba(42,108,255,.12);
    }
    textarea{resize:vertical; min-height:120px}
    .form-bottom{display:flex; flex-direction:column; gap:10px; margin-top:4px;}
    .form-disclaimer{
      display:flex; align-items:flex-start; gap:10px;
      color: var(--muted2);
      font-weight:740;
      font-size:12.8px;
      line-height:1.5;
    }
    .form-disclaimer .dot{
      width:10px;height:10px;border-radius:999px; margin-top:4px;
      background: linear-gradient(180deg, rgba(18,179,168,1), rgba(42,108,255,1));
      box-shadow: 0 12px 24px rgba(42,108,255,.16);
      flex:0 0 auto;
    }

    .match-side{display:flex; flex-direction:column; gap:12px;}
    .side-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      padding:16px;
    }
    .side-top{display:flex; flex-direction:column; gap:8px}
    .side-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .side-desc{color:var(--muted); font-weight:760; line-height:1.5}
    .side-list{margin-top:12px; display:flex; flex-direction:column; gap:10px;}
    .side-li{display:flex; align-items:flex-start; gap:12px; color: rgba(31,36,48,.78); font-weight:820; line-height:1.5}
    .check{
      width:18px;height:18px;border-radius:7px;
      background: rgba(18,179,168,.14);
      border:1px solid rgba(18,179,168,.22);
      position:relative; flex:0 0 auto; margin-top:3px;
    }
    .check::after{
      content:"";
      position:absolute; inset:4px 6px 6px 4px;
      border-right:2px solid rgba(18,179,168,.95);
      border-bottom:2px solid rgba(18,179,168,.95);
      transform: rotate(45deg);
    }
    .side-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
    .price-box{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: linear-gradient(180deg, rgba(42,108,255,.08), rgba(255,255,255,.70));
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      padding:16px;
    }
    .price-top{display:flex; flex-direction:column; gap:8px}
    .price-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .price-sub{color:var(--muted); font-weight:760; line-height:1.5}
    .price-grid{
      margin-top:12px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:10px;
    }
    .pcol{
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      border-radius:18px;
      padding:12px;
    }
    .pname{font-weight:950}
    .pval{margin-top:6px; color: rgba(28,74,190,.98); font-weight:980}
    .price-link{
      margin-top:12px;
      display:inline-flex;
      text-decoration:none;
      font-weight:950;
      color: rgba(28,74,190,.98);
      border:1px solid rgba(42,108,255,.18);
      background: rgba(42,108,255,.08);
      padding:10px 12px;
      border-radius:14px;
      width:100%;
      justify-content:center;
    }

    .token-grid{
      display:grid;
      grid-template-columns: .92fr 1.08fr;
      gap:14px;
      align-items:start;
    }
    .token-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .token-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .token-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .token-bullets{margin-top:12px; display:flex; flex-direction:column; gap:12px;}
    .t-b{display:flex; align-items:flex-start; gap:12px; color: rgba(31,36,48,.80); font-weight:820; line-height:1.5}
    .t-ic{
      width:18px;height:18px;border-radius:7px;
      background: rgba(42,108,255,.12);
      border:1px solid rgba(42,108,255,.20);
      position:relative; flex:0 0 auto; margin-top:3px;
    }
    .t-ic::after{
      content:"";
      position:absolute; inset:5px 6px 6px 5px;
      border-right:2px solid rgba(42,108,255,.95);
      border-bottom:2px solid rgba(42,108,255,.95);
      transform: rotate(-45deg);
    }
    .token-cta{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}

    .token-table-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
      overflow:hidden;
    }
    .token-table-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .token-table-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .token-table-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .token-pill{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(18,179,168,.22);
      background: rgba(18,179,168,.10);
      color: rgba(0,118,108,.98);
      font-weight:980;
      white-space:nowrap;
    }
    .token-table-foot{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; margin-top:12px;}

    .train-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .train-top{margin-bottom:12px}
    .train-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .train-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .tag-wrap{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px;}
    .tag-tech2{
      border-color: rgba(42,108,255,.22) !important;
      background: rgba(42,108,255,.08) !important;
      color: rgba(28,74,190,.98) !important;
    }
    .train-bullets{margin-top:14px; display:flex; flex-direction:column; gap:10px;}
    .tline{display:flex; gap:12px; align-items:flex-start; color: rgba(31,36,48,.78); font-weight:820; line-height:1.5}
    .tline-dot{
      width:10px;height:10px;border-radius:999px; margin-top:5px;
      background: linear-gradient(180deg, rgba(245,158,11,.95), rgba(42,108,255,.9));
      box-shadow: 0 12px 24px rgba(42,108,255,.16);
      flex:0 0 auto;
    }

    .train-side{display:flex}
    .cert-card{
      width:100%;
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: linear-gradient(180deg, rgba(111,92,255,.10), rgba(255,255,255,.70));
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .cert-top{margin-bottom:12px}
    .cert-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .cert-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .cert-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .cert-item{
      border-radius:18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      padding:14px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .cert-item:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.10);}
    .cert-ic{
      width:40px;height:40px;border-radius:16px;
      border:1px solid rgba(111,92,255,.22);
      background: rgba(111,92,255,.10);
      margin-bottom:10px;
    }
    .cert-name{font-weight:980; letter-spacing:-.2px}
    .cert-desc{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5; font-size:13.5px}
    .cert-foot{margin-top:14px}

    .help-grid{
      display:grid;
      grid-template-columns: .88fr 1.12fr;
      gap:14px;
    }
    .help-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .help-card-media{
      background: linear-gradient(180deg, rgba(18,179,168,.10), rgba(255,255,255,.70));
    }
    .help-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .help-links{margin-top:12px; display:grid; grid-template-columns: 1fr 1fr; gap:10px;}
    .help-link{
      text-decoration:none;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      font-weight:900;
      color: rgba(31,36,48,.88);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .help-link:hover{transform: translateY(-2px); box-shadow: 0 18px 35px rgba(18,24,39,.10)}
    .help-note{margin-top:12px; color:var(--muted2); font-weight:760; display:flex; gap:10px; align-items:flex-start; line-height:1.5}
    .help-note .dot{
      width:10px;height:10px;border-radius:999px; margin-top:4px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(111,92,255,1));
      flex:0 0 auto;
    }
    .help-para{
      margin-top:12px;
      color: rgba(31,36,48,.78);
      font-weight:780;
      line-height:1.75;
    }
    .platform-badges{margin-top:14px; display:flex; flex-wrap:wrap; gap:10px}
    .tag-green{
      border-color: rgba(18,179,168,.22) !important;
      background: rgba(18,179,168,.10) !important;
      color: rgba(0,118,108,.98) !important;
    }
    .help-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}

    .faq-grid{display:grid; grid-template-columns: .65fr 1.35fr; gap:14px; align-items:start;}
    .faq-side{}
    .faq-score{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .faq-score-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .faq-score-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .faq-quick{margin-top:12px; display:flex; flex-direction:column; gap:12px;}
    .qitem{display:flex; gap:12px; align-items:flex-start; color: rgba(31,36,48,.78); font-weight:820; line-height:1.5}
    .qdot{
      width:12px;height:12px;border-radius:6px;
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(18,179,168,.95));
      box-shadow: 0 18px 40px rgba(42,108,255,.18);
      flex:0 0 auto;
      margin-top:4px;
    }
    .faq-accordion{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .accordion{display:flex; flex-direction:column; gap:10px;}
    .acc-item{
      border:1px solid rgba(22,29,43,.10);
      border-radius:18px;
      background: rgba(255,255,255,.72);
      overflow:hidden;
    }
    .acc-btn{
      width:100%;
      padding:14px 14px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      cursor:pointer;
      background: transparent;
      border:0;
      text-align:left;
      font-weight:950;
      letter-spacing:-.2px;
      color: rgba(31,36,48,.92);
    }
    .acc-btn span:first-child{flex:1 1 auto}
    .acc-icon{
      width:36px;height:36px;border-radius:14px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(42,108,255,.08);
      position:relative;
      flex:0 0 auto;
    }
    .acc-icon::before, .acc-icon::after{
      content:"";
      position:absolute;
      left:50%; top:50%;
      width:16px; height:2px;
      background: rgba(31,36,48,.75);
      transform: translate(-50%,-50%);
      border-radius:2px;
      transition: transform .2s ease, opacity .2s ease;
    }
    .acc-icon::after{
      transform: translate(-50%,-50%) rotate(90deg);
    }
    .acc-item.is-open .acc-icon::after{opacity:0; transform: translate(-50%,-50%) rotate(90deg) scaleX(.3)}
    .acc-panel{
      padding:0 14px 14px;
    }
    .acc-body{
      color: rgba(31,36,48,.78);
      font-weight:780;
      line-height:1.75;
      padding-top:6px;
    }

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .wiki-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .wiki-card:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.10);}
    .wiki-title{font-weight:990; letter-spacing:-.3px; font-size:18px; margin:0}
    .wiki-desc{margin:10px 0 0; color:var(--muted); font-weight:760; line-height:1.75}
    .wiki-link{
      margin-top:14px;
      display:inline-flex;
      text-decoration:none;
      font-weight:950;
      color: rgba(28,74,190,.98);
      border:1px solid rgba(42,108,255,.18);
      background: rgba(42,108,255,.08);
      padding:10px 12px;
      border-radius:14px;
    }

    .news-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .news-card, .news-side, .side-block{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
    }
    .news-card{padding:16px}
    .news-top{display:flex; flex-direction:column; gap:6px; margin-bottom:12px;}
    .news-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .news-sub{color:var(--muted); font-weight:760; line-height:1.5}
    .link-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
    .list-link{
      text-decoration:none;
      color: rgba(31,36,48,.92);
      font-weight:880;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      transition: transform .15s ease, box-shadow .15s ease;
      line-height:1.4;
    }
    .list-link:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.10);}
    .news-side{padding:16px; display:flex; flex-direction:column; gap:12px;}
    .side-block{padding:14px}
    .side-block-title{font-weight:990; letter-spacing:-.3px}
    .side-block-desc{margin-top:8px; color:var(--muted); font-weight:760; line-height:1.6}
    .tag-cloud{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px;}
    .tag-cloud-item{
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      padding:10px 12px;
      font-weight:950;
      cursor:pointer;
      color: rgba(31,36,48,.88);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .tag-cloud-item:hover{transform: translateY(-2px); box-shadow: 0 18px 35px rgba(18,24,39,.10); border-color: rgba(42,108,255,.20);}
    .tag-cloud-item:focus{outline:none; box-shadow: 0 0 0 4px rgba(42,108,255,.12)}

    .comments-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
      align-items:stretch;
    }
    .review-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height: 220px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .review-card:hover{transform: translateY(-2px); box-shadow: 0 22px 44px rgba(18,24,39,.11);}
    .review-top{display:flex; gap:12px; align-items:center;}
    .review-avatar{
      width:44px;height:44px;border-radius:18px;
      background: linear-gradient(180deg, rgba(42,108,255,.14), rgba(111,92,255,.08));
      border:1px solid rgba(42,108,255,.18);
      flex:0 0 auto;
      position:relative;
      overflow:hidden;
    }
    .review-avatar::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(circle at 25% 20%, rgba(42,108,255,.35), transparent 55%);
    }
    .review-name{font-weight:990; letter-spacing:-.2px}
    .review-role{margin-top:4px; color:var(--muted); font-weight:760; font-size:13.5px}
    .review-stars{color: rgba(245,158,11,1); font-size:16px; font-weight:950}
    .review-text{color: rgba(31,36,48,.78); font-weight:780; line-height:1.8; margin:0; font-size:14px}

    .contact-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .contact-card{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .contact-top{margin-bottom:10px}
    .contact-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .contact-sub{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.5}
    .contact-side{display:flex; flex-direction:column; gap:12px;}
    .side-stack{display:flex; flex-direction:column; gap:12px;}
    .side-panel{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 10px 22px rgba(18,24,39,.06);
      padding:16px;
    }
    .side-panel-title{font-weight:990; letter-spacing:-.3px; font-size:18px; margin-bottom:10px}
    .info-row{display:flex; justify-content:space-between; gap:12px; align-items:center; padding:10px 0; border-bottom:1px solid rgba(22,29,43,.08);}
    .info-row:last-child{border-bottom:0}
    .info-label{color:var(--muted); font-weight:800; font-size:13.5px}
    .info-value{font-weight:900; color: rgba(31,36,48,.88)}
    .link{color: rgba(28,74,190,.98); text-decoration:none; font-weight:950}
    .qr-row{display:flex; gap:14px; align-items:flex-start;}
    .qr-wrap{
      width:110px; flex:0 0 auto;
      border-radius:16px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.78);
      padding:8px;
    }
    .qr-wrap img{width:100%; height:auto; display:block}
    .qr-note{color:var(--muted); font-weight:780; line-height:1.6; padding-top:6px; font-size:13.5px}
    .contact-links{border-radius: var(--radius2); border:1px solid rgba(22,29,43,.10); background: rgba(255,255,255,.70); box-shadow: 0 10px 22px rgba(18,24,39,.06); padding:16px;}
    .friend-links{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px;}
    .friend-links a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      font-weight:900;
      color: rgba(31,36,48,.88);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .friend-links a:hover{transform: translateY(-2px); box-shadow: 0 20px 40px rgba(18,24,39,.10);}

    .join-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .join-card, .join-side{
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .join-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .join-desc{margin-top:8px; color:var(--muted); font-weight:760; line-height:1.6}
    .join-bullets{margin-top:14px; display:flex; flex-direction:column; gap:12px;}
    .join-li{display:flex; gap:12px; align-items:flex-start; color: rgba(31,36,48,.78); font-weight:840; line-height:1.6}
    .join-ic{
      width:18px;height:18px;border-radius:7px;
      background: rgba(42,108,255,.12);
      border:1px solid rgba(42,108,255,.20);
      flex:0 0 auto; margin-top:3px; position:relative;
    }
    .join-ic::after{
      content:"";
      position:absolute; inset:4px 6px 6px 4px;
      border-right:2px solid rgba(42,108,255,.95);
      border-bottom:2px solid rgba(42,108,255,.95);
      transform: rotate(45deg);
    }
    .join-step-title{font-weight:990; letter-spacing:-.3px; font-size:18px; margin-bottom:12px}
    .join-steps{display:flex; flex-direction:column; gap:12px;}
    .jstep{
      border-radius:18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .jnum{
      width:44px;height:44px;border-radius:18px;
      border:1px solid rgba(111,92,255,.22);
      background: rgba(111,92,255,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color: rgba(74,53,202,.98);
      flex:0 0 auto;
    }
    .jtitle{font-weight:990; letter-spacing:-.2px}
    .jdesc{margin-top:6px; color:var(--muted); font-weight:760; line-height:1.6; font-size:13.5px}
    .join-side-actions{margin-top:14px}
    .join-note{margin-top:12px; color:var(--muted2); font-weight:770; display:flex; gap:10px; align-items:flex-start; line-height:1.5}
    .join-note .dot{
      width:10px;height:10px;border-radius:999px; margin-top:4px;
      background: linear-gradient(180deg, rgba(245,158,11,.95), rgba(42,108,255,.9));
      flex:0 0 auto;
    }

    .mini-gallery{
      margin-top:14px;
      border-radius: var(--radius2);
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .mini-gallery-head{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap;}
    .mini-gallery-title{font-weight:990; letter-spacing:-.3px; font-size:18px}
    .mini-gallery-sub{color:var(--muted); font-weight:760; line-height:1.5}
    .mini-media-grid{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .media-card{
      margin:0;
      border-radius:18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.74);
      overflow:hidden;
    }
    .media-img-wrap{
      aspect-ratio: 16 / 10;
      background: linear-gradient(180deg, rgba(42,108,255,.08), rgba(255,255,255,.74));
      display:flex;
      align-items:center;
      justify-content:center;
      padding:10px;
    }
    .media-img-wrap img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
    }
    .media-cap{
      padding:12px 12px;
      color:var(--muted);
      font-weight:780;
      line-height:1.4;
      font-size:13.5px;
      border-top:1px solid rgba(22,29,43,.08);
      background: rgba(255,255,255,.80);
    }

    .site-footer{
      background: linear-gradient(180deg, rgba(16,22,35,.98), rgba(16,22,35,1));
      color: rgba(255,255,255,.92);
      border-top:1px solid rgba(255,255,255,.08);
      padding:28px 0 18px;
    }
    .footer-inner{display:flex; flex-direction:column; gap:16px;}
    .footer-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .footer-brand{min-width:240px; max-width:360px;}
    .footer-logo img{width:150px; height:auto; display:block}
    .footer-desc{margin-top:10px; color: rgba(255,255,255,.72); font-weight:760; line-height:1.6}
    .footer-cols{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:18px;
      min-width: 520px;
      flex:1 1 auto;
    }
    .fcol{display:flex; flex-direction:column; gap:10px;}
    .f-title{font-weight:990; letter-spacing:-.2px; color: rgba(255,255,255,.92)}
    .f-link{
      text-decoration:none;
      color: rgba(255,255,255,.72);
      font-weight:760;
      line-height:1.6;
    }
    .f-link:hover{color: rgba(255,255,255,.95)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      flex-wrap:wrap;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-home{
      color:#fff !important;
      border-color: rgba(255,255,255,.22) !important;
      background: rgba(255,255,255,.08) !important;
    }
    .to-top{
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.92);
      border:1px solid rgba(255,255,255,.18);
      border-radius:14px;
      padding:10px 12px;
      cursor:pointer;
      font-weight:920;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .to-top:hover{box-shadow: 0 18px 35px rgba(0,0,0,.22)}
    .to-top:active{transform: translateY(1px)}

    .floating-help{
      position:fixed;
      right:16px;
      bottom:18px;
      z-index:90;
      border-radius: 999px;
      padding: 12px 14px;
      border: 1px solid rgba(42,108,255,.22);
      background: linear-gradient(180deg, rgba(42,108,255,1), rgba(31,86,255,1));
      color:#fff;
      font-weight:980;
      box-shadow: 0 24px 55px rgba(42,108,255,.30);
      cursor:pointer;
      display:flex;
      align-items:center;
      gap:10px;
      transition: transform .15s ease;
    }
    .floating-help:active{transform: translateY(1px)}
    .float-dot{
      width:10px;height:10px;border-radius:999px;
      background: rgba(255,255,255,.9);
      box-shadow: 0 0 0 0 rgba(255,255,255,.0);
      animation: floatDot 2.1s ease-in-out infinite;
    }
    @keyframes floatDot{
      0%,100%{transform:scale(.9)}
      50%{transform:scale(1.12)}
    }

    .float-drawer{
      position:fixed;
      right:16px;
      bottom:74px;
      z-index:95;
      width: min(360px, calc(100% - 32px));
      border-radius: 18px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .float-drawer[hidden]{display:none}
    .float-drawer-inner{padding:14px;}
    .drawer-top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding-bottom:10px; border-bottom:1px solid rgba(22,29,43,.08);}
    .drawer-title{font-weight:990; letter-spacing:-.2px}
    .drawer-content{display:flex; gap:14px; align-items:flex-start; padding-top:12px;}
    .drawer-qrcode{
      width:110px; flex:0 0 auto;
      border-radius:16px;
      border:1px solid rgba(22,29,43,.10);
      background: rgba(255,255,255,.78);
      padding:8px;
    }
    .drawer-qrcode img{width:100%; height:auto; display:block}
    .drawer-note{color:var(--muted); font-weight:780; line-height:1.6; font-size:13.5px; padding-top:6px}
    .drawer-actions{display:flex; flex-direction:column; gap:10px; padding-top:12px}

    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.is-visible{
      opacity:1;
      transform: translateY(0);
    }

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; gap:16px}
      .hero-right{order:2}
      .grid-3{grid-template-columns: 1fr; }
      .split{grid-template-columns: 1fr; }
      .step-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .hero-mini{grid-template-columns: repeat(3, minmax(0,1fr))}
      .cases-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .compare-grid{grid-template-columns: 1fr; }
      .compare-table-wrap{min-height:auto}
      .token-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: 1fr}
      .news-grid{grid-template-columns: 1fr}
      .comments-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .mini-media-grid{grid-template-columns: 1fr; }
      .timeline-items{grid-template-columns: 1fr; }
      .grid-4{grid-template-columns: repeat(2, minmax(0,1fr))}
      .footer-cols{min-width: 0; width:100%; grid-template-columns: 1fr;}
      .nav-desktop{display:none}
      .btn-nav{display:inline-flex}
      .header-actions{min-width:auto}
      .ai-page-logo{width:150px; max-width:150px}
    }
    @media (max-width: 520px){
      .hero-mini{grid-template-columns: 1fr; }
      .form-row{grid-template-columns: 1fr}
      .cases-grid{grid-template-columns: 1fr}
      .step-grid{grid-template-columns: 1fr}
      .grid-4{grid-template-columns: 1fr}
      .hero-cta .btn{width:100%}
      .banner-strip{flex-direction:column; align-items:flex-start}
      .banner-right{width:100%}
      .banner-right .btn{width:100%}
    }