:root{
      --bg0:#fbfaf7;
      --bg1:#f6f8fb;
      --card:#ffffff;
      --text:#151a1f;
      --muted:#55606f;
      --muted2:#6b7787;
      --line:rgba(16,24,40,.10);
      --shadow:0 18px 50px rgba(15,23,42,.08);
      --shadow2:0 10px 28px rgba(15,23,42,.10);
      --accent:#0b5fff;
      --accent2:#00b3a6;
      --accent3:#6b4eff;
      --warn:#f59e0b;
      --good:#22c55e;
      --radius:16px;
      --radius2:22px;
      --container:1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC","Noto Sans SC", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 520px at 18% -8%, rgba(11,95,255,.14), transparent 55%),
        radial-gradient(900px 520px at 88% 10%, rgba(0,179,166,.14), transparent 52%),
        linear-gradient(180deg, var(--bg0), var(--bg1));
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }
    .skip-link{
      position:absolute; left:-999px; top:10px;
      background:#111827; color:#fff; padding:10px 12px; border-radius:10px;
      z-index:9999;
    }
    .skip-link:focus{left:18px}
    header{
      position:sticky; top:0;
      z-index:60;
      backdrop-filter:saturate(160%) blur(10px);
      background:rgba(251,250,247,.72);
      border-bottom:1px solid rgba(16,24,40,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width:240px;
    }
    .logo-box{
      width:40px; height:40px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(11,95,255,.15), rgba(0,179,166,.12));
      border:1px solid rgba(11,95,255,.18);
      box-shadow:0 10px 25px rgba(11,95,255,.08);
      flex:0 0 auto;
    }
    .logo-box img{
      width:26px; height:26px; object-fit:contain; display:block;
    }
    .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand-name{font-weight:820; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); margin-top:3px}
    nav{display:flex; align-items:center; gap:10px; justify-content:flex-end; flex:1}
    .menu{
      display:flex; gap:14px; align-items:center;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .menu a{
      font-size:13px;
      color:var(--muted);
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }
    .menu a:hover{
      color:var(--text);
      background:rgba(11,95,255,.06);
      border-color:rgba(11,95,255,.18);
      transform:translateY(-1px);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.75);
      color:var(--text);
      border-radius:14px;
      padding:10px 14px;
      font-weight:650;
      font-size:13px;
      cursor:pointer;
      transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      display:inline-flex; align-items:center; gap:10px;
      box-shadow:0 10px 22px rgba(15,23,42,.06);
    }
    .btn:active{transform:translateY(1px)}
    .btn:hover{
      box-shadow:0 14px 30px rgba(15,23,42,.10);
      border-color:rgba(11,95,255,.24);
    }
    .btn-primary{
      border-color:rgba(11,95,255,.32);
      background:linear-gradient(135deg, rgba(11,95,255,.95), rgba(0,179,166,.78));
      color:#fff;
      box-shadow:0 16px 40px rgba(11,95,255,.20);
    }
    .btn-primary:hover{
      box-shadow:0 22px 60px rgba(11,95,255,.26);
      transform:translateY(-1px);
    }
    .btn-ghost{
      background:transparent;
      box-shadow:none;
      border-color:rgba(16,24,40,.14);
    }
    .hamburger{
      display:none;
      width:42px; height:42px;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.14);
      background:rgba(255,255,255,.65);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition:transform .15s ease, background .15s ease;
    }
    .hamburger:active{transform:translateY(1px)}
    .hamburger .bars{
      width:18px; height:12px; position:relative;
    }
    .hamburger .bars span{
      position:absolute; left:0; right:0;
      height:2px; background:rgba(17,24,39,.75);
      border-radius:2px;
      transition:transform .22s ease, top .22s ease, opacity .22s ease;
    }
    .hamburger .bars span:nth-child(1){top:0}
    .hamburger .bars span:nth-child(2){top:5px}
    .hamburger .bars span:nth-child(3){top:10px}
    .hamburger[aria-expanded="true"] .bars span:nth-child(1){top:5px; transform:rotate(45deg)}
    .hamburger[aria-expanded="true"] .bars span:nth-child(2){opacity:0}
    .hamburger[aria-expanded="true"] .bars span:nth-child(3){top:5px; transform:rotate(-45deg)}
    .mobile-panel{
      display:none;
      padding:0 0 14px;
    }
    .mobile-panel-inner{
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      border-radius:18px;
      padding:12px;
      box-shadow:0 18px 40px rgba(15,23,42,.08);
    }
    .mobile-menu{
      display:flex; flex-direction:column; gap:8px;
    }
    .mobile-menu a{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.08);
      background:rgba(255,255,255,.8);
      color:var(--text);
      font-weight:620;
      font-size:13px;
    }
    .mobile-actions{
      display:flex; gap:10px; margin-top:12px; flex-wrap:wrap;
    }

    main{padding-bottom:46px}
    .hero{
      padding:34px 0 18px;
      position:relative;
      overflow:hidden;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-left{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:
        radial-gradient(900px 420px at 0% 0%, rgba(11,95,255,.16), transparent 55%),
        radial-gradient(680px 420px at 100% 20%, rgba(0,179,166,.16), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      box-shadow:0 22px 70px rgba(11,95,255,.10);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .hero-left::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(500px 180px at 28% 0%, rgba(245,158,11,.22), transparent 55%),
        radial-gradient(420px 180px at 70% 10%, rgba(107,78,255,.18), transparent 58%);
      pointer-events:none;
      opacity:.75;
    }
    .hero-content{position:relative; z-index:1}
    .eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(11,95,255,.20);
      background:rgba(11,95,255,.08);
      color:rgba(9,53,170,.95);
      font-weight:700;
      font-size:12px;
      letter-spacing:.2px;
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      box-shadow:0 0 0 6px rgba(11,95,255,.12);
    }
    h1{
      margin:14px 0 8px;
      font-size:34px;
      letter-spacing:-.6px;
      line-height:1.12;
    }
    .hero-lead{
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
      margin:0;
      max-width:62ch;
    }
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:16px;
      align-items:center;
    }
    .micro{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:16px;
    }
    .pill{
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.75);
      border-radius:999px;
      padding:9px 12px;
      color:var(--text);
      font-weight:650;
      font-size:12px;
      display:flex; align-items:center; gap:10px;
    }
    .pill i{
      width:18px; height:18px; display:inline-flex; align-items:center; justify-content:center;
      border-radius:6px;
      background:linear-gradient(135deg, rgba(11,95,255,.15), rgba(0,179,166,.12));
      border:1px solid rgba(11,95,255,.18);
      font-style:normal;
      color:rgba(9,53,170,.95);
      font-size:12px;
    }
    .hero-right{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.62));
      box-shadow:0 18px 55px rgba(15,23,42,.08);
      padding:18px;
      display:flex; flex-direction:column; gap:12px;
      overflow:hidden;
      position:relative;
    }
    .hero-right::after{
      content:"";
      position:absolute; inset:-120px -120px auto auto;
      width:280px; height:280px;
      background:radial-gradient(circle at 30% 30%, rgba(11,95,255,.26), transparent 60%);
      pointer-events:none;
    }
    .data-title{
      position:relative; z-index:1;
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .data-title h2{
      margin:0; font-size:14px; letter-spacing:.2px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(0,179,166,.22);
      background:rgba(0,179,166,.08);
      color:rgba(0,97,88,.98);
      font-weight:760;
      font-size:12px;
      white-space:nowrap;
    }
    .badge svg{width:16px; height:16px}
    .kpi-grid{
      position:relative; z-index:1;
      display:grid; grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:2px;
    }
    .kpi{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:94px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .kpi:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(15,23,42,.10);
      border-color:rgba(11,95,255,.20);
    }
    .kpi .num{
      font-size:20px; font-weight:900; letter-spacing:-.4px;
    }
    .kpi .label{
      color:var(--muted);
      font-size:12px;
      line-height:1.4;
    }
    .kpi .tag{
      margin-top:10px;
      display:inline-flex; align-items:center; gap:8px;
      color:rgba(9,53,170,.95);
      font-weight:750;
      font-size:12px;
    }
    .kpi .tag b{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      display:inline-block;
      box-shadow:0 0 0 6px rgba(11,95,255,.12);
    }
    .hero-right .note{
      position:relative; z-index:1;
      margin-top:2px;
      color:var(--muted2);
      font-size:12px;
      line-height:1.6;
      border-radius:16px;
      border:1px dashed rgba(16,24,40,.14);
      background:rgba(255,255,255,.55);
      padding:12px;
    }

    .section{
      padding:22px 0;
    }
    .section-title{
      display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .section-title h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      max-width:60ch;
    }
    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(16,24,40,.10);
      border-radius:var(--radius);
      padding:14px;
      box-shadow:0 14px 40px rgba(15,23,42,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      overflow:hidden;
      position:relative;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 20px 58px rgba(15,23,42,.10);
    }
    .card .top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .icon{
      width:40px; height:40px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(11,95,255,.18);
      background:linear-gradient(135deg, rgba(11,95,255,.12), rgba(0,179,166,.10));
    }
    .icon svg{width:20px; height:20px}
    .card h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .card .list{
      margin-top:10px;
      padding:0; list-style:none;
      display:flex; flex-direction:column; gap:8px;
    }
    .card .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--text);
      font-size:13px;
      line-height:1.45;
    }
    .check{
      width:18px; height:18px; border-radius:7px;
      background:rgba(34,197,94,.12);
      border:1px solid rgba(34,197,94,.20);
      display:inline-flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .check svg{width:12px; height:12px; color:#16a34a}
    .section-split{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px; align-items:start;
    }
    .timeline{
      display:flex; flex-direction:column; gap:10px;
      margin-top:6px;
    }
    .step{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.66);
      transition:transform .18s ease, border-color .18s ease;
    }
    .step:hover{transform:translateY(-2px); border-color:rgba(11,95,255,.22)}
    .step .n{
      width:36px; height:36px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      font-weight:920;
      background:linear-gradient(135deg, rgba(11,95,255,.14), rgba(0,179,166,.12));
      border:1px solid rgba(11,95,255,.20);
      flex:0 0 auto;
    }
    .step h3{margin:0; font-size:14px}
    .step p{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.65}
    .compare-wrap{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.64);
      padding:12px;
      box-shadow:0 18px 55px rgba(15,23,42,.08);
    }
    .compare-head{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:8px 6px 12px;
    }
    .score{
      display:flex; align-items:baseline; gap:8px; flex-wrap:wrap;
    }
    .score .star{
      font-size:18px; letter-spacing:2px;
      color:#f59e0b;
      font-weight:900;
    }
    .score .val{
      font-size:30px; font-weight:980; letter-spacing:-.6px;
    }
    .score .max{
      color:var(--muted);
      font-weight:700;
    }
    .table-scroll{
      overflow:auto;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(16,24,40,.08);
      vertical-align:top;
      text-align:left;
      font-size:13px;
      line-height:1.5;
    }
    th{
      background:rgba(11,95,255,.06);
      color:rgba(11,95,255,.98);
      font-weight:850;
    }
    tr:last-child td{border-bottom:none}
    .good-mark{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:760;
      color:#0f766e;
    }
    .good-mark i{
      width:18px; height:18px; border-radius:7px;
      display:inline-flex; align-items:center; justify-content:center;
      background:rgba(34,197,94,.12);
      border:1px solid rgba(34,197,94,.20);
    }
    .good-mark svg{width:12px; height:12px; color:#16a34a}
    .mid-mark{
      color:#7c2d12;
      font-weight:750;
    }
    .token-grid{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:12px; align-items:stretch;
    }
    .seg{
      display:flex; gap:8px; flex-wrap:wrap; margin-top:10px;
    }
    .chip{
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.75);
      padding:8px 10px;
      border-radius:999px;
      font-size:12px;
      color:var(--muted);
      font-weight:650;
      transition:transform .15s ease, border-color .15s ease, background .15s ease;
      cursor:pointer;
      user-select:none;
    }
    .chip:hover{transform:translateY(-1px); border-color:rgba(11,95,255,.20)}
    .chip.active{
      color:#0b3aa8;
      border-color:rgba(11,95,255,.30);
      background:rgba(11,95,255,.10);
    }
    .token-result{
      border-radius:var(--radius);
      border:1px solid rgba(16,24,40,.10);
      background:
        radial-gradient(520px 240px at 0% 0%, rgba(11,95,255,.16), transparent 52%),
        radial-gradient(420px 240px at 100% 20%, rgba(0,179,166,.14), transparent 54%),
        rgba(255,255,255,.66);
      padding:14px;
      box-shadow:0 18px 55px rgba(15,23,42,.08);
      display:flex; flex-direction:column; gap:10px;
    }
    .token-result h3{margin:0; font-size:15px}
    .token-result p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .token-kpis{
      display:grid; grid-template-columns:1fr 1fr; gap:10px;
      margin-top:2px;
    }
    .mini-kpi{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      min-height:84px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .mini-kpi b{font-size:18px; font-weight:980; letter-spacing:-.4px}
    .mini-kpi span{color:var(--muted); font-size:12px; font-weight:700}
    .list-grid{
      display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; margin-top:10px;
    }
    .tagline{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-top:8px;
      padding-top:10px; border-top:1px solid rgba(16,24,40,.08);
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }
    .form-card{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.70);
      box-shadow:0 22px 70px rgba(15,23,42,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .form-card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(11,95,255,.16), transparent 55%),
        radial-gradient(520px 240px at 90% 20%, rgba(0,179,166,.14), transparent 58%);
      pointer-events:none;
    }
    .form-inner{position:relative; z-index:1}
    .form-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .form-top h3{margin:0; font-size:16px}
    .form-top p{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.6}
    form{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .field{display:flex; flex-direction:column; gap:7px}
    label{
      font-size:12px; color:var(--muted); font-weight:700;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.9);
      padding:11px 12px;
      font-size:13px;
      color:var(--text);
      outline:none;
      transition:border-color .15s ease, box-shadow .15s ease;
    }
    textarea{min-height:108px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(11,95,255,.35);
      box-shadow:0 0 0 4px rgba(11,95,255,.14);
    }
    .span-2{grid-column:span 2}
    .form-actions{
      grid-column:span 2;
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      margin-top:2px;
    }
    .hint{
      color:var(--muted2);
      font-size:12px;
      line-height:1.5;
    }
    .btn-submit{
      border-radius:16px;
      padding:12px 14px;
    }
    .clients-grid{
      display:grid; grid-template-columns: repeat(3, 1fr); gap:12px;
    }
    .quote{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.70);
      box-shadow:0 18px 55px rgba(15,23,42,.08);
      padding:14px;
      position:relative;
      overflow:hidden;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .quote:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 24px 70px rgba(15,23,42,.11);
    }
    .quote::after{
      content:"";
      position:absolute; right:-24px; top:-24px;
      width:120px; height:120px;
      border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(11,95,255,.22), transparent 62%);
      pointer-events:none;
    }
    .quote .qtop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      position:relative; z-index:1;
    }
    .quote .role{
      font-weight:900;
      font-size:13px;
      letter-spacing:-.1px;
    }
    .quote .meta{
      color:var(--muted);
      font-size:12px;
      margin-top:5px;
      line-height:1.4;
    }
    .quote .stars{
      color:#f59e0b;
      font-weight:900;
      letter-spacing:1px;
      font-size:14px;
      margin-top:2px;
      flex:0 0 auto;
    }
    .quote .text{
      position:relative; z-index:1;
      margin:12px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .case-grid{
      display:grid; grid-template-columns: 1.05fr .95fr; gap:12px;
      align-items:stretch;
    }
    .case-list{
      display:flex; flex-direction:column; gap:10px;
    }
    .case-item{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .case-item:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 22px 60px rgba(15,23,42,.10);
    }
    .case-item .row{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:8px;
    }
    .case-item h3{margin:0; font-size:14px}
    .case-item p{margin:0; color:var(--muted); font-size:13px; line-height:1.65}
    .case-item .marks{
      display:flex; gap:8px; flex-wrap:wrap;
      margin-top:10px;
    }
    .mark{
      font-size:12px;
      color:rgba(9,53,170,.95);
      background:rgba(11,95,255,.08);
      border:1px solid rgba(11,95,255,.20);
      padding:7px 9px;
      border-radius:999px;
      font-weight:760;
    }
    .img-card{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.66);
      box-shadow:0 22px 70px rgba(15,23,42,.08);
      padding:12px;
      overflow:hidden;
      position:relative;
      display:flex; flex-direction:column; gap:10px;
    }
    .img-card .head{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .img-card .head h3{margin:0; font-size:16px}
    .img-card .head span{
      color:var(--muted);
      font-size:12px;
      font-weight:750;
    }
    .img-stack{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .img-wrap{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      position:relative;
      padding:8px;
    }
    .img-wrap img{
      width:100%;
      height:auto;
      display:block;
      border-radius:12px;
      object-fit:contain;
    }
    .img-note{
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
      padding-top:2px;
      border-top:1px solid rgba(16,24,40,.08);
      margin-top:auto;
    }

    .news-grid{
      display:grid; grid-template-columns: .98fr 1.02fr; gap:12px;
      align-items:start;
    }
    .article-list{
      display:flex; flex-direction:column; gap:10px;
      margin-top:6px;
    }
    .article{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .article:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 22px 60px rgba(15,23,42,.10);
    }
    .article .l{
      display:flex; flex-direction:column;
      gap:6px;
    }
    .article .title{
      font-weight:900;
      font-size:13px;
      letter-spacing:-.1px;
    }
    .article .sub{
      color:var(--muted);
      font-size:12px;
      line-height:1.5;
    }
    .article .go{
      font-weight:900;
      color:rgba(11,95,255,.95);
      white-space:nowrap;
      margin-top:2px;
      font-size:12px;
    }
    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:8px;
      margin-top:10px;
    }
    .tag-cloud a{
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      border-radius:999px;
      padding:8px 10px;
      color:var(--muted);
      font-size:12px;
      font-weight:700;
      transition:transform .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
      display:inline-flex; align-items:center; gap:8px;
    }
    .tag-cloud a:hover{
      transform:translateY(-1px);
      border-color:rgba(11,95,255,.20);
      background:rgba(11,95,255,.08);
      color:rgba(11,95,255,.98);
    }
    .tag-cloud a i{
      width:8px; height:8px; border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      display:inline-block;
    }

    .faq{
      border-radius:var(--radius2);
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.66);
      padding:10px;
      box-shadow:0 18px 55px rgba(15,23,42,.08);
    }
    details{
      border-radius:16px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:10px 12px;
      margin:10px 0;
      transition:border-color .18s ease, transform .18s ease;
    }
    details[open]{
      border-color:rgba(11,95,255,.22);
      transform:translateY(-1px);
    }
    summary{
      cursor:pointer;
      font-weight:900;
      font-size:13px;
      line-height:1.5;
      list-style:none;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    summary::-webkit-details-marker{display:none}
    .sum-right{
      color:rgba(11,95,255,.95);
      font-weight:900;
      flex:0 0 auto;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(11,95,255,.20);
      background:rgba(11,95,255,.08);
      margin-top:1px;
      font-size:12px;
    }
    .faq .ans{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }

    .two-col{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
      align-items:start;
    }
    .links-grid{
      display:grid; grid-template-columns: repeat(3, 1fr); gap:10px;
      margin-top:10px;
    }
    .small-link{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      display:flex; flex-direction:column; gap:8px;
    }
    .small-link:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 22px 60px rgba(15,23,42,.10);
    }
    .small-link .t{
      font-weight:950; font-size:13px;
      letter-spacing:-.1px;
    }
    .small-link .d{
      color:var(--muted); font-size:12px; line-height:1.6;
    }

    footer{
      background:rgba(255,255,255,.60);
      border-top:1px solid rgba(16,24,40,.10);
      padding:18px 0 26px;
      margin-top:6px;
    }
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .footer-brand{
      display:flex; flex-direction:column; gap:10px;
      max-width:520px;
    }
    .footer-brand .row{
      display:flex; align-items:center; gap:12px;
    }
    .footer-brand img{
      width:44px; height:44px; border-radius:16px;
      border:1px solid rgba(16,24,40,.10);
      background:linear-gradient(135deg, rgba(11,95,255,.12), rgba(0,179,166,.10));
      padding:8px;
    }
    .footer-brand .p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      font-size:13px;
    }
    .footer-cols{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
      min-width:300px;
    }
    .foot-col{
      border:1px solid rgba(16,24,40,.10);
      background:rgba(255,255,255,.70);
      border-radius:18px;
      padding:12px;
    }
    .foot-col h3{margin:0 0 8px; font-size:13px; font-weight:950}
    .foot-col a{
      display:inline-flex; align-items:center; gap:8px;
      color:var(--muted);
      font-size:13px;
      padding:8px 0;
      border-bottom:1px dashed rgba(16,24,40,.08);
      width:100%;
    }
    .foot-col a:last-child{border-bottom:none}
    .foot-col a:hover{color:rgba(11,95,255,.98)}
    .foot-meta{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:14px;
      color:var(--muted2);
      font-size:12px;
    }
    .hr{
      height:1px; background:rgba(16,24,40,.10); margin:12px 0 0;
    }

    .floating{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .float-btn{
      border-radius:18px;
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.82);
      box-shadow:0 20px 70px rgba(15,23,42,.16);
      padding:10px 12px;
      display:flex; gap:10px; align-items:center;
      cursor:pointer;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      user-select:none;
    }
    .float-btn:hover{
      transform:translateY(-2px);
      border-color:rgba(11,95,255,.22);
      box-shadow:0 26px 90px rgba(15,23,42,.20);
    }
    .float-btn .txt{
      display:flex; flex-direction:column; line-height:1.15;
    }
    .float-btn .txt b{font-size:13px}
    .float-btn .txt span{font-size:12px; color:var(--muted); margin-top:4px}
    .float-icon{
      width:36px; height:36px; border-radius:14px;
      border:1px solid rgba(11,95,255,.18);
      background:linear-gradient(135deg, rgba(11,95,255,.12), rgba(0,179,166,.10));
      display:flex; align-items:center; justify-content:center;
    }
    .float-icon svg{width:18px; height:18px; color:rgba(11,95,255,.98)}
    .qr-panel{
      width:240px;
      border-radius:20px;
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.92);
      box-shadow:0 26px 90px rgba(15,23,42,.22);
      padding:12px;
      display:none;
      transform-origin:100% 100%;
      animation:pop .18s ease both;
    }
    @keyframes pop{
      from{opacity:0; transform:scale(.98) translateY(6px)}
      to{opacity:1; transform:scale(1) translateY(0)}
    }
    .qr-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      margin-bottom:8px;
    }
    .qr-top b{font-size:13px}
    .qr-top span{color:var(--muted); font-size:12px; line-height:1.45; margin-top:4px}
    .qr-panel .close{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.86);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .15s ease;
      flex:0 0 auto;
    }
    .qr-panel .close:active{transform:translateY(1px)}
    .qr-panel img{
      width:100%;
      height:auto;
      border-radius:16px;
      border:1px solid rgba(16,24,40,.10);
      background:#fff;
      display:block;
    }

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

    .backtop{
      position:fixed;
      left:16px;
      bottom:16px;
      z-index:80;
      display:none;
      border-radius:18px;
      border:1px solid rgba(16,24,40,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 20px 70px rgba(15,23,42,.14);
      padding:10px 12px;
      cursor:pointer;
      transition:transform .18s ease, border-color .18s ease;
      user-select:none;
    }
    .backtop:hover{transform:translateY(-2px); border-color:rgba(11,95,255,.22)}
    .backtop span{font-weight:900; font-size:13px}
    .backtop i{
      width:36px; height:36px; border-radius:14px;
      display:inline-flex; align-items:center; justify-content:center;
      border:1px solid rgba(11,95,255,.18);
      background:linear-gradient(135deg, rgba(11,95,255,.12), rgba(0,179,166,.10));
      margin-right:10px;
      vertical-align:middle;
    }
    .backtop i svg{width:18px; height:18px; color:rgba(11,95,255,.98)}

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr}
      h1{font-size:30px}
      .grid-3{grid-template-columns:1fr}
      .section-split{grid-template-columns:1fr}
      .token-grid{grid-template-columns:1fr}
      .clients-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .news-grid{grid-template-columns:1fr}
      .links-grid{grid-template-columns:1fr 1fr}
      .footer-cols{grid-template-columns:1fr}
      .float-btn .txt span{display:none}
    }
    @media (max-width: 860px){
      .menu{display:none}
      .hamburger{display:flex}
      .mobile-panel{display:block}
      .qr-panel{width:220px}
    }
    @media (max-width: 520px){
      h1{font-size:26px}
      .hero-left{padding:18px}
      .hero-right{padding:14px}
      .kpi-grid{grid-template-columns:1fr 1fr}
      form{grid-template-columns:1fr}
      .span-2{grid-column:span 1}
      .form-actions{grid-column:span 1}
      .links-grid{grid-template-columns:1fr}
      .token-kpis{grid-template-columns:1fr}
      .img-stack{grid-template-columns:1fr}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .reveal{transition:none}
      .btn, .card, .kpi, .article, .step, .quote, .small-link{transition:none}
    }