:root{
      --bg0:#fbf7f2;
      --bg1:#ffffff;
      --ink:#1d2433;
      --muted:#5a6478;
      --line:#e7e2db;
      --card:#ffffff;
      --shadow:0 12px 30px rgba(16,24,40,.08);
      --shadow2:0 10px 22px rgba(16,24,40,.10);
      --primary:#ff3d77;
      --primary2:#ff6a00;
      --primary3:#7c3aed;
      --accent:#0b5fff;
      --good:#16a34a;
      --warn:#f59e0b;
      --danger:#ef4444;
      --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",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(1200px 700px at 8% -10%, rgba(255,61,119,.14), transparent 55%),
        radial-gradient(900px 520px at 92% 8%, rgba(255,106,0,.14), transparent 55%),
        linear-gradient(180deg, var(--bg0), var(--bg1) 40%, #fff 100%);
    }
    a{color:inherit; text-decoration:none}
    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
      background:#fff; border:1px solid var(--line); border-radius:12px; z-index:9999;
      box-shadow: var(--shadow2);
    }
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      background: rgba(255,255,255,.76);
      border-bottom:1px solid rgba(231,226,219,.85);
      backdrop-filter: blur(10px);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{display:flex; align-items:center; gap:10px}
    .brand-link{display:block; width:92px}
    .nav{display:flex; align-items:center; gap:12px}
    .nav-toggle{
      display:none;
      border:1px solid var(--line);
      background:#fff;
      border-radius:12px;
      padding:10px 10px;
      cursor:pointer;
      box-shadow: 0 8px 18px rgba(16,24,40,.06);
    }
    .bar{display:block; width:18px; height:2px; background:#1f2a3d; margin:3px 0; border-radius:99px}
    .nav-links{
      display:flex; align-items:center; gap:16px; flex-wrap:nowrap;
    }
    .nav-link{
      font-size:14px;
      color:var(--muted);
      padding:8px 10px;
      border-radius:12px;
      transition: transform .2s ease, background .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .nav-link:hover{
      background: rgba(255,61,119,.10);
      color:var(--ink);
      transform: translateY(-1px);
    }
    .nav-cta{display:flex; align-items:center; gap:10px}
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid transparent;
      cursor:pointer;
      font-weight:700;
      font-size:14px;
      line-height:1;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn-lg{padding:12px 16px; font-size:15px}
    .btn-primary{
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      color:#fff;
      box-shadow: 0 14px 28px rgba(255,61,119,.22);
    }
    .btn-primary:hover{transform: translateY(-1px); box-shadow: 0 18px 34px rgba(255,61,119,.26)}
    .btn-ghost{
      background:#fff;
      border-color: rgba(29,36,51,.12);
      color:var(--ink);
    }
    .btn-ghost:hover{transform: translateY(-1px); box-shadow: 0 14px 28px rgba(16,24,40,.08); border-color: rgba(29,36,51,.18)}
    .btn-contrast{
      background: linear-gradient(135deg, #111827, #0f172a);
      color:#fff;
      border-color: rgba(255,255,255,.12);
      box-shadow: 0 14px 28px rgba(15,23,42,.18);
    }
    .btn-contrast:hover{transform: translateY(-1px); box-shadow: 0 18px 34px rgba(15,23,42,.22)}

    main{position:relative}
    .hero{
      position:relative;
      overflow:hidden;
      padding:52px 0 28px;
    }
    .hero-bg{
      position:absolute; inset:-120px -120px auto -120px;
      height:520px;
      background:
        radial-gradient(650px 380px at 20% 30%, rgba(255,61,119,.28), transparent 60%),
        radial-gradient(540px 320px at 85% 15%, rgba(255,106,0,.25), transparent 62%),
        radial-gradient(420px 260px at 70% 60%, rgba(124,58,237,.20), transparent 64%);
      filter: blur(0px);
      opacity:.95;
      pointer-events:none;
      transform: translateZ(0);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns: 1.22fr .78fr;
      gap:22px;
      align-items:start;
    }
    .hero-content{padding:10px 0}
    .pill-row{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .pill{
      font-size:13px;
      font-weight:800;
      color:rgba(29,36,51,.92);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:999px;
      padding:8px 12px;
      box-shadow: 0 10px 18px rgba(16,24,40,.05);
    }
    .pill-strong{
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border-color: rgba(255,61,119,.20);
    }
    .hero-title{
      margin:0 0 12px;
      font-size:34px;
      letter-spacing:-.02em;
      line-height:1.15;
    }
    .hero-subtitle{
      margin:0 0 18px;
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      max-width:60ch;
    }
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-bottom:18px}
    .hero-trust{
      display:grid; gap:10px;
      grid-template-columns: 1fr;
    }
    .trust-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(231,226,219,.95);
      border-radius:16px;
      box-shadow: 0 12px 22px rgba(16,24,40,.06);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .trust-item:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(16,24,40,.10)}
    .trust-icon{
      width:34px; height:34px;
      border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.16), rgba(255,106,0,.12));
      border:1px solid rgba(255,61,119,.18);
      flex:0 0 auto;
      font-weight:900;
    }
    .trust-text strong{display:block; font-size:14px}
    .trust-text span{display:block; margin-top:3px; color:var(--muted); font-size:13px; line-height:1.5}

    .hero-rail{display:flex; flex-direction:column; gap:14px}
    .stat-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius);
      box-shadow: var(--shadow);
      padding:16px 16px;
      position:relative;
      overflow:hidden;
    }
    .stat-card:before{
      content:"";
      position:absolute; inset:-1px -1px auto -1px;
      height:64px;
      background: linear-gradient(90deg, rgba(255,61,119,.20), rgba(255,106,0,.14), rgba(124,58,237,.14));
      opacity:.7;
      pointer-events:none;
    }
    .stat-top{display:flex; align-items:center; justify-content:space-between; gap:12px; position:relative}
    .stat-label{font-weight:900; font-size:13px; color:rgba(29,36,51,.92)}
    .stat-badge{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(255,61,119,.20);
      background: rgba(255,61,119,.10);
      font-weight:900;
      color:#7a163a;
    }
    .stat-value{
      margin-top:10px;
      font-weight:950;
      letter-spacing:-.01em;
      font-size:15px;
      line-height:1.45;
      position:relative;
    }
    .stat-desc{
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
      position:relative;
    }
    .stat-grid{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
    }
    .mini-stat{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:16px;
      box-shadow: 0 12px 22px rgba(16,24,40,.06);
      padding:14px 12px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .mini-stat:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(16,24,40,.10)}
    .mini-stat-num{
      font-size:28px;
      font-weight:1000;
      letter-spacing:-.02em;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .mini-stat-title{margin-top:4px; font-weight:950; font-size:13px}
    .mini-stat-desc{margin-top:6px; color:var(--muted); font-size:12.5px; line-height:1.45}

    .token-callout{
      background:
        linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10), rgba(124,58,237,.10));
      border:1px solid rgba(255,61,119,.20);
      border-radius:var(--radius);
      box-shadow: 0 18px 40px rgba(255,61,119,.12);
      padding:14px 14px;
    }
    .callout-head{display:flex; align-items:center; gap:10px; margin-bottom:10px}
    .callout-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(255,61,119,.14);
    }
    .callout-title{font-weight:1000}
    .callout-list{margin:0; padding:0; list-style:none; display:grid; gap:8px}
    .callout-list li{color:rgba(29,36,51,.92); font-size:13px; line-height:1.45; display:flex; gap:8px; align-items:flex-start}
    .ok{color: #16a34a; font-weight:900; flex:0 0 auto}
    .callout-actions{margin-top:12px}
    .link-btn{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:12px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      color: var(--ink);
      font-weight:800;
      font-size:13px;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .link-btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(16,24,40,.08);
      background: #fff;
    }

    .section{
      padding:46px 0;
    }
    .section-2{
      padding:52px 0;
      background:
        radial-gradient(900px 520px at 15% 0%, rgba(255,61,119,.10), transparent 56%),
        radial-gradient(860px 520px at 90% 20%, rgba(255,106,0,.10), transparent 56%),
        linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.82));
      border-top:1px solid rgba(231,226,219,.55);
      border-bottom:1px solid rgba(231,226,219,.55);
    }
    .section-head{margin-bottom:22px}
    .section-kicker{
      font-size:12px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color: rgba(29,36,51,.70);
      font-weight:950;
      margin-bottom:10px;
      display:inline-flex;
      align-items:center;
      gap:10px;
    }
    .section-kicker:before{
      content:"";
      width:10px; height:10px; border-radius:3px;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(255,61,119,.12);
    }
    .section-title{
      margin:0;
      font-size:26px;
      letter-spacing:-.02em;
      line-height:1.25;
    }
    .section-subtitle{
      margin:10px 0 0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
      max-width:72ch;
    }

    .feature-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      margin-top:18px;
    }
    .feature-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:16px 16px;
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .feature-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .feature-hot{
      border-color: rgba(255,61,119,.22);
      background: linear-gradient(135deg, rgba(255,61,119,.12), rgba(255,255,255,.75));
    }
    .feature-ico{
      width:42px; height:42px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.18);
      font-size:18px;
      margin-bottom:12px;
      font-weight:900;
    }
    .feature-title{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.01em}
    .feature-desc{margin:8px 0 0; color:var(--muted); font-size:13.5px; line-height:1.65}

    .double-row{
      display:grid; grid-template-columns: 1.1fr .9fr;
      gap:14px;
      margin-top:16px;
      align-items:stretch;
    }
    .panel{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
      overflow:hidden;
    }
    .panel-accent{
      background:
        radial-gradient(900px 520px at 10% 10%, rgba(255,61,119,.14), transparent 58%),
        radial-gradient(820px 520px at 90% 10%, rgba(255,106,0,.12), transparent 58%),
        rgba(255,255,255,.72);
      border-color: rgba(255,61,119,.20);
    }
    .panel-title{margin:0; font-size:18px; font-weight:1100; letter-spacing:-.01em}
    .panel-grid{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
      margin-top:14px;
    }
    .panel-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.68);
      border:1px solid rgba(231,226,219,.85);
    }
    .panel-item-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.12), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.16);
      font-weight:950;
      flex:0 0 auto;
    }
    .panel-item-body strong{display:block; font-size:13.5px}
    .panel-item-body span{display:block; margin-top:4px; color:var(--muted); font-size:12.5px; line-height:1.45}

    .tag-list{list-style:none; padding:0; margin:14px 0 0; display:flex; flex-wrap:wrap; gap:10px}
    .tag{
      display:inline-flex; align-items:center;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(231,226,219,.95);
      background:#fff;
      font-weight:950;
      font-size:13px;
      color: rgba(29,36,51,.92);
    }
    .tag-1{border-color: rgba(124,58,237,.20); background: rgba(124,58,237,.08)}
    .tag-2{border-color: rgba(255,106,0,.22); background: rgba(255,106,0,.10)}
    .tag-3{border-color: rgba(11,95,255,.20); background: rgba(11,95,255,.08)}
    .tag-4{border-color: rgba(255,61,119,.22); background: rgba(255,61,119,.10)}
    .tag-5{border-color: rgba(16,163,74,.18); background: rgba(16,163,74,.08)}
    .mini-compare{margin-top:14px}
    .mini-compare-row{margin-top:10px}
    .mini-compare-item{
      padding:14px 14px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.85);
      background: rgba(255,255,255,.66);
    }
    .mini-compare-label{font-size:13.5px; font-weight:1100}
    .mini-compare-text{margin-top:7px; color:var(--muted); font-size:13.2px; line-height:1.65}
    .mini-compare-actions{margin-top:12px}

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .service-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:16px 16px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      display:flex; flex-direction:column;
      min-height:210px;
    }
    .service-card:hover{
      transform: translateY(-3px);
      box-shadow: 0 20px 42px rgba(16,24,40,.10);
      border-color: rgba(255,61,119,.20);
    }
    .service-alt{
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(255,61,119,.12), transparent 55%),
        rgba(255,255,255,.72);
    }
    .service-head{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .service-ico{
      width:44px; height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.18);
      font-size:18px;
      font-weight:900;
    }
    .service-title{margin:0; font-size:16px; font-weight:1100}
    .service-desc{margin:0; color:var(--muted); font-size:13.6px; line-height:1.7; flex:1}
    .service-foot{display:flex; gap:10px; margin-top:14px; flex-wrap:wrap}

    .info-strip{
      margin-top:16px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .strip-item{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:14px 14px;
      display:flex; gap:10px; align-items:flex-start;
    }
    .strip-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.16);
      flex:0 0 auto;
      font-weight:900;
    }
    .strip-item strong{display:block; font-size:13.5px}
    .strip-item span{display:block; margin-top:4px; color:var(--muted); font-size:12.8px; line-height:1.45}

    .steps-grid{
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:12px;
      margin-top:14px;
    }
    .step-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:14px 14px;
      transition: transform .22s ease, box-shadow .22s ease;
      min-height:150px;
    }
    .step-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .step-no{
      font-weight:1200;
      letter-spacing:.02em;
      color: rgba(29,36,51,.85);
      font-size:14px;
      background: rgba(255,61,119,.10);
      border:1px solid rgba(255,61,119,.18);
      padding:7px 10px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .step-title{margin-top:10px; font-weight:1100; font-size:15px}
    .step-desc{margin-top:6px; color:var(--muted); font-size:13.2px; line-height:1.6}

    .two-col{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px;
      margin-top:14px;
      align-items:stretch;
    }
    .quote-card{
      background:
        radial-gradient(680px 300px at 20% 0%, rgba(255,61,119,.16), transparent 58%),
        rgba(255,255,255,.72);
      border:1px solid rgba(255,61,119,.20);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .quote-top{display:flex; align-items:center; gap:12px}
    .quote-mark{
      font-size:34px;
      font-weight:1200;
      color: rgba(255,61,119,.85);
      line-height:1;
    }
    .quote-title{font-weight:1200}
    .quote-text{margin-top:12px; color:var(--muted); font-size:14px; line-height:1.75; max-width:60ch}
    .quote-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

    .checklist-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .checklist-head{display:flex; gap:12px; align-items:flex-start}
    .checklist-ico{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.18);
      font-weight:1000;
      flex:0 0 auto;
    }
    .checklist-title{margin:0; font-size:16px; font-weight:1100}
    .checklist-subtitle{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.55}
    .checklist{margin:14px 0 0; padding:0; list-style:none; display:grid; gap:10px}
    .checklist li{display:flex; gap:10px; align-items:flex-start; color: rgba(29,36,51,.92); font-size:13.8px; line-height:1.55}

    .comparison-layout{
      display:grid; grid-template-columns: .95fr 1.05fr;
      gap:14px;
      margin-top:14px;
      align-items:start;
    }
    .review-card{
      background:
        radial-gradient(760px 320px at 20% 0%, rgba(255,61,119,.18), transparent 58%),
        radial-gradient(620px 280px at 90% 30%, rgba(255,106,0,.14), transparent 60%),
        rgba(255,255,255,.72);
      border:1px solid rgba(255,61,119,.20);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .review-top{display:grid; gap:10px}
    .review-score{display:flex; align-items:flex-end; gap:10px}
    .score-num{
      font-size:46px;
      font-weight:1300;
      letter-spacing:-.02em;
      line-height:1;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      -webkit-background-clip:text;
      background-clip:text; color:transparent;
    }
    .score-max{font-size:14px; font-weight:1000; color:var(--muted); margin-bottom:8px}
    .stars{color:#fbbf24; font-size:18px; letter-spacing:2px}
    .review-tag{
      font-weight:1100;
      color: rgba(29,36,51,.92);
      background: rgba(255,61,119,.10);
      border:1px solid rgba(255,61,119,.18);
      padding:10px 12px;
      border-radius:16px;
    }
    .review-reason{margin:14px 0 0; padding:0; list-style:none; display:grid; gap:10px}
    .review-reason li{display:flex; gap:10px; align-items:flex-start; color:rgba(29,36,51,.94); font-size:13.7px; line-height:1.55}
    .review-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

    .table-wrap{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
    }
    .table-head{display:flex; gap:10px; flex-direction:column}
    .table-title{font-weight:1200; font-size:16px}
    .table-note{color:var(--muted); font-size:13px; line-height:1.6}
    .table-scroll{overflow:auto; margin-top:12px}
    table{border-collapse:collapse; min-width:820px; width:100%}
    .compare-table th, .compare-table td, .price-table th, .price-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(231,226,219,.9);
      vertical-align:top;
      font-size:13.5px;
      line-height:1.5;
      text-align:left;
      white-space:nowrap;
    }
    .compare-table thead th{
      position:sticky; top:0;
      background: rgba(255,255,255,.92);
      border-bottom:2px solid rgba(231,226,219,.95);
      z-index:1;
      color: rgba(29,36,51,.92);
      font-weight:1200;
    }
    .badge{
      display:inline-flex; align-items:center; justify-content:center;
      padding:8px 10px;
      border-radius:999px;
      font-weight:1100;
      font-size:12.5px;
      border:1px solid rgba(231,226,219,.95);
      background:#fff;
      color: rgba(29,36,51,.92);
    }
    .badge-good{border-color: rgba(22,163,74,.25); background: rgba(22,163,74,.08); color:#166534}
    .badge-warn{border-color: rgba(245,158,11,.25); background: rgba(245,158,11,.10); color:#92400e}

    .table-footer{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between;
      gap:12px; flex-wrap:wrap;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.66);
      border:1px solid rgba(231,226,219,.85);
    }
    .table-footer-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.16);
      flex:0 0 auto;
      font-weight:1000;
    }
    .table-footer span{color:var(--muted); font-size:13px; line-height:1.5; flex:1}

    .faq-grid{display:grid; grid-template-columns: 1fr; gap:14px; margin-top:8px}
    .faq-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .faq-item{
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.72);
      border-radius:18px;
      margin-bottom:12px;
      box-shadow: 0 14px 26px rgba(16,24,40,.05);
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .faq-item:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(16,24,40,.09)}
    .faq-q{
      width:100%;
      text-align:left;
      background: transparent;
      border:0;
      padding:14px 14px;
      cursor:pointer;
      font-weight:1100;
      color: rgba(29,36,51,.94);
      display:flex; align-items:center; justify-content:space-between;
      gap:12px;
    }
    .faq-icon{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      flex:0 0 auto;
      font-size:18px;
      transition: transform .2s ease;
      color: rgba(29,36,51,.88);
    }
    .faq-a{
      max-height:0;
      overflow:hidden;
      transition: max-height .28s ease;
    }
    .faq-a-inner{
      padding:0 14px 14px;
      color: var(--muted);
      font-size:13.8px;
      line-height:1.75;
    }
    .faq-item.open .faq-a{max-height:260px}
    .faq-item.open .faq-icon{transform: rotate(45deg)}
    .faq-col{display:flex; flex-direction:column}

    .faq-cta{
      margin-top:16px;
      padding:16px 16px;
      border-radius:var(--radius2);
      background:
        radial-gradient(860px 340px at 10% 10%, rgba(255,61,119,.16), transparent 58%),
        radial-gradient(720px 320px at 90% 20%, rgba(11,95,255,.14), transparent 60%),
        rgba(255,255,255,.72);
      border:1px solid rgba(255,61,119,.20);
      box-shadow: var(--shadow);
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .faq-cta-title{font-weight:1200; font-size:16px}
    .faq-cta-sub{margin-top:6px; color:var(--muted); font-size:13.5px; line-height:1.6; max-width:66ch}

    .match-grid{
      display:grid; grid-template-columns: .98fr 1.02fr;
      gap:14px;
      margin-top:14px;
      align-items:stretch;
    }
    .match-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .match-title{margin:0; font-size:16px; font-weight:1200}
    .match-subtitle{margin-top:8px; color:var(--muted); font-size:13.5px; line-height:1.65}
    .choice-list{
      margin-top:14px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .choice{
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      border-radius:16px;
      padding:12px 12px;
      cursor:pointer;
      font-weight:1000;
      color: rgba(29,36,51,.92);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
      text-align:left;
      min-height:46px;
    }
    .choice:hover{transform: translateY(-2px); box-shadow: 0 16px 30px rgba(16,24,40,.09); border-color: rgba(255,61,119,.20)}
    .choice[aria-pressed="true"]{
      border-color: rgba(255,61,119,.30);
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
    }
    .match-cta{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

    .match-preview{
      background:
        radial-gradient(760px 320px at 20% 0%, rgba(124,58,237,.15), transparent 58%),
        radial-gradient(640px 280px at 90% 30%, rgba(255,61,119,.14), transparent 60%),
        rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
      overflow:hidden;
    }
    .preview-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .preview-title{font-weight:1200; font-size:16px}
    .preview-pill{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(231,226,219,.95);
      border-radius:999px;
      padding:8px 10px;
      color:var(--muted);
      font-weight:900;
      font-size:12.5px;
    }
    .preview-bullets{margin-top:14px; display:grid; gap:10px}
    .preview-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.68);
      border:1px solid rgba(231,226,219,.85);
    }
    .preview-dot{
      width:12px; height:12px; border-radius:4px;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(255,61,119,.12);
      margin-top:4px;
      flex:0 0 auto;
    }
    .preview-item strong{font-size:13.8px; display:block}
    .preview-item span{display:block; margin-top:4px; color:var(--muted); font-size:13px; line-height:1.6}
    .preview-tip{
      margin-top:14px;
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.66);
      border:1px dashed rgba(29,36,51,.18);
      color:var(--muted);
      font-size:13.2px;
    }
    .tip-ico{
      width:30px; height:30px; border-radius:12px;
      background: rgba(255,61,119,.10);
      border:1px solid rgba(255,61,119,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color:#7a163a;
      flex:0 0 auto;
    }

    .token-layout{
      display:grid; grid-template-columns: .92fr 1.08fr;
      gap:14px;
      margin-top:14px;
      align-items:start;
    }
    .token-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .token-title{margin:0; font-size:16px; font-weight:1200}
    .token-steps{margin:14px 0 0; padding-left:18px; color:var(--muted); line-height:1.85; font-size:13.8px}
    .token-steps li strong{color:rgba(29,36,51,.94)}
    .token-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}
    .token-table{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
      overflow:hidden;
    }
    .price-head{display:flex; flex-direction:column; gap:6px}
    .price-title{font-weight:1200; font-size:16px}
    .price-note{color:var(--muted); font-size:13px; line-height:1.6}
    .money{
      display:inline-flex; align-items:center; justify-content:center;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(231,226,219,.95);
      background:#fff;
      font-weight:1100;
      font-size:12.5px;
      color: rgba(29,36,51,.92);
    }
    .money-warn{border-color: rgba(245,158,11,.25); background: rgba(245,158,11,.10); color:#92400e}
    .money-strong{border-color: rgba(255,61,119,.25); background: rgba(255,61,119,.10); color:#9f1239}

    .price-footer{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between;
      gap:12px; flex-wrap:wrap;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.66);
      border:1px solid rgba(231,226,219,.85);
    }
    .price-footer span{color:var(--muted); font-size:13px; line-height:1.5; flex:1}

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .case-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:16px 16px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:240px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10); border-color: rgba(255,61,119,.20)}
    .case-alt{
      background:
        radial-gradient(620px 260px at 20% 0%, rgba(11,95,255,.12), transparent 58%),
        rgba(255,255,255,.72);
    }
    .case-top{display:flex; align-items:center; justify-content:space-between; gap:12px}
    .case-chip{
      font-weight:1200;
      font-size:13px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(255,61,119,.10);
      border:1px solid rgba(255,61,119,.18);
      color: rgba(122,22,58,.98);
    }
    .case-heat{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(255,61,119,.12);
      flex:0 0 auto;
    }
    .case-title{
      margin:12px 0 0;
      font-size:16px;
      font-weight:1200;
      letter-spacing:-.01em;
      line-height:1.45;
    }
    .case-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7; flex:1}
    .case-tags{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
    .chip{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      font-weight:1000;
      font-size:12.5px;
      color: rgba(29,36,51,.92);
    }
    .chip-2{border-color: rgba(11,95,255,.22); background: rgba(11,95,255,.08); color:#0b4aa8}
    .chip-3{border-color: rgba(245,158,11,.25); background: rgba(245,158,11,.10); color:#92400e}
    .case-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .timeline{
      margin-top:16px;
      padding:16px 16px;
      border-radius:var(--radius2);
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow);
    }
    .timeline-head{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    .timeline-title{font-weight:1200; font-size:16px}
    .timeline-subtitle{color:var(--muted); font-size:13.4px; line-height:1.6}
    .timeline-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .t-item{
      padding:14px 14px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.85);
      background: rgba(255,255,255,.68);
    }
    .t-no{
      font-weight:1200;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      color:#5b21b6;
      font-size:12.5px;
    }
    .t-title{margin-top:10px; font-weight:1100; font-size:14.5px}
    .t-desc{margin-top:6px; color:var(--muted); font-size:13px; line-height:1.6}

    .solution-grid{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .solution-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:18px 18px;
      transition: transform .22s ease, box-shadow .22s ease;
      min-height:190px;
    }
    .solution-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .solution-hot{
      background:
        radial-gradient(740px 280px at 20% 0%, rgba(255,61,119,.14), transparent 58%),
        rgba(255,255,255,.72);
      border-color: rgba(255,61,119,.18);
    }
    .solution-title{font-weight:1200; font-size:16px}
    .solution-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7}
    .solution-list{margin-top:12px; display:grid; gap:10px}
    .solution-row{display:flex; gap:10px; align-items:flex-start; color: rgba(29,36,51,.92); font-size:13.6px; line-height:1.55}

    .industry-grid{
      display:grid; grid-template-columns: repeat(2, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .industry-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:18px 18px;
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .industry-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .industry-alt{
      background:
        radial-gradient(680px 280px at 20% 0%, rgba(11,95,255,.12), transparent 58%),
        rgba(255,255,255,.72);
    }
    .industry-head{display:flex; gap:12px; align-items:center}
    .industry-ico{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.14), rgba(255,106,0,.10));
      border:1px solid rgba(255,61,119,.18);
      font-size:18px;
      font-weight:900;
      flex:0 0 auto;
    }
    .industry-title{font-weight:1200; font-size:16px}
    .bullet-list{margin:14px 0 0; padding-left:18px; color:var(--muted); line-height:1.85; font-size:13.8px}

    .network-grid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px;
      margin-top:14px;
    }
    .network-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .network-title{font-weight:1200; font-size:16px}
    .network-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7}
    .network-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}
    .network-steps .network-list{margin-top:14px; display:grid; gap:12px}
    .network-row{display:flex; gap:10px; align-items:center; color:rgba(29,36,51,.92); font-size:13.6px}
    .dot{width:10px; height:10px; border-radius:4px; background: linear-gradient(135deg, var(--primary), var(--primary2)); box-shadow: 0 0 0 6px rgba(255,61,119,.12); flex:0 0 auto}

    .training-layout{
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:14px; margin-top:14px;
      align-items:start;
    }
    .training-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .training-title{margin:0; font-size:16px; font-weight:1200}
    .course-grid{
      margin-top:14px;
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .course-item{
      padding:14px 14px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.85);
      background: rgba(255,255,255,.68);
    }
    .course-name{font-weight:1200; font-size:13.8px}
    .course-desc{margin-top:6px; color:var(--muted); font-size:13px; line-height:1.55}
    .training-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

    .training-side{display:flex; flex-direction:column; gap:14px}
    .side-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
    }
    .side-alt{
      background:
        radial-gradient(780px 300px at 10% 0%, rgba(255,61,119,.14), transparent 58%),
        rgba(255,255,255,.72);
      border-color: rgba(255,61,119,.18);
    }
    .side-title{font-weight:1200; font-size:15px}
    .side-text{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.75}
    .side-bullets{margin-top:12px; display:grid; gap:10px; color:rgba(29,36,51,.92); font-size:13.6px}
    .side-bullet{display:flex; gap:10px; align-items:flex-start}
    .side-meter{margin-top:12px; display:grid; grid-template-columns: 1fr 1fr; gap:10px}
    .meter-item{
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.85);
      background: rgba(255,255,255,.68);
      display:flex; gap:10px; align-items:center;
    }
    .meter-dot{
      width:12px; height:12px; border-radius:4px;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(255,61,119,.12);
      flex:0 0 auto;
    }
    .meter-text{font-weight:1100; color: rgba(29,36,51,.92); font-size:13px}

    .help-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .help-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
      transition: transform .22s ease, box-shadow .22s ease;
      min-height:170px;
      display:flex; flex-direction:column;
    }
    .help-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .help-alt{
      background:
        radial-gradient(680px 280px at 20% 0%, rgba(11,95,255,.12), transparent 58%),
        rgba(255,255,255,.72);
    }
    .help-title{margin:0; font-size:16px; font-weight:1200}
    .help-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7; flex:1}
    .help-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}

    .wiki-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .wiki-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:16px 16px;
      transition: transform .22s ease, box-shadow .22s ease;
      min-height:140px;
      display:flex; flex-direction:column;
    }
    .wiki-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .wiki-alt{
      background:
        radial-gradient(680px 280px at 20% 0%, rgba(255,61,119,.14), transparent 58%),
        rgba(255,255,255,.72);
    }
    .wiki-title{font-weight:1200; font-size:15px}
    .wiki-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7; flex:1}
    .wiki-card .link-btn{margin-top:12px; align-self:flex-start}

    .articles-layout{
      margin-top:14px;
      display:grid; grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
    }
    .article-list{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
    }
    .list-head{display:flex; justify-content:space-between; align-items:flex-start; gap:12px; flex-wrap:wrap}
    .list-title{font-weight:1200; font-size:16px}
    .list-meta{color:var(--muted); font-size:13px; line-height:1.6}
    .articles{
      list-style:none; padding:0; margin:12px 0 0; display:grid; gap:10px;
    }
    .articles li{
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.85);
      background: rgba(255,255,255,.68);
      display:flex; justify-content:space-between; gap:12px; align-items:center;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .articles li:hover{transform: translateY(-2px); box-shadow: 0 16px 30px rgba(16,24,40,.09)}
    .article-link{font-weight:1100; color: rgba(29,36,51,.94)}
    .article-date{color:var(--muted); font-size:12.5px; font-weight:900}
    .article-aside{display:flex; flex-direction:column; gap:14px}
    .aside-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
    }
    .aside-alt{
      background:
        radial-gradient(740px 300px at 20% 0%, rgba(124,58,237,.14), transparent 58%),
        rgba(255,255,255,.72);
    }
    .aside-title{font-weight:1200; font-size:15.5px}
    .aside-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7}
    .aside-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}
    .aside-tags{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .taglink{
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      padding:9px 10px;
      border-radius:999px;
      font-weight:1000;
      font-size:12.5px;
      color: rgba(29,36,51,.92);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .taglink:hover{transform: translateY(-2px); box-shadow: 0 16px 30px rgba(16,24,40,.09); border-color: rgba(255,61,119,.20)}

    .contact-layout{
      margin-top:14px;
      display:grid; grid-template-columns: 1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .form-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .form-head{display:flex; flex-direction:column; gap:8px; margin-bottom:14px}
    .form-title{font-weight:1200; font-size:16px}
    .form-desc{color:var(--muted); font-size:13.6px; line-height:1.7}
    .contact-form{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}
    .label{font-size:13px; font-weight:1000; color: rgba(29,36,51,.92)}
    input, select, textarea{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.82);
      padding:12px 12px;
      font-size:14px;
      color: var(--ink);
      outline:none;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    textarea{resize:vertical; min-height:120px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(255,61,119,.35);
      box-shadow: 0 0 0 4px rgba(255,61,119,.14);
      background:#fff;
    }
    .form-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-top:4px}
    .form-privacy{display:flex; align-items:center; gap:10px; color:var(--muted); font-size:13px; line-height:1.5}
    .lock{width:30px; height:30px; border-radius:12px; background: rgba(255,61,119,.10); border:1px solid rgba(255,61,119,.18); display:flex; align-items:center; justify-content:center}

    .contact-side{display:flex; flex-direction:column; gap:14px}
    .side-block{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 16px;
    }
    .side-block-top{background:
      radial-gradient(720px 300px at 20% 0%, rgba(255,61,119,.14), transparent 58%),
      rgba(255,255,255,.72);
      border-color: rgba(255,61,119,.18);
    }
    .side-block-qr{padding:16px 16px}
    .side-title{font-weight:1200; font-size:15.5px}
    .side-desc{margin-top:8px; color:var(--muted); font-size:13.6px; line-height:1.7}
    .contact-chips{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .contact-chip{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      font-weight:1000;
      font-size:13px;
      color: rgba(29,36,51,.92);
    }
    .qr-head{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    .qr-title{font-weight:1200; font-size:15.5px}
    .qr-subtitle{color:var(--muted); font-size:13.2px; line-height:1.6}
    .qr-wrap{
      width:100%;
      display:flex; justify-content:center;
      padding:4px 0 0;
    }
    .qr-img{
      width:200px;
      max-width:100%;
      height:auto;
      border-radius:18px;
      border:1px solid rgba(231,226,219,.95);
      box-shadow: 0 18px 34px rgba(16,24,40,.10);
      background:#fff;
    }
    .side-block-media{background:
      radial-gradient(720px 300px at 10% 0%, rgba(11,95,255,.12), transparent 58%),
      rgba(255,255,255,.72);
    }
    .media-head{margin-bottom:10px}
    .media-title{
      font-weight:1100;
      color: rgba(29,36,51,.92);
      font-size:13.8px;
      line-height:1.6;
    }
    .media-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
    .media-swatch{
      height:54px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
    }
    .sw1{background: linear-gradient(135deg, rgba(255,61,119,.16), rgba(255,255,255,.86))}
    .sw2{background: linear-gradient(135deg, rgba(255,106,0,.16), rgba(255,255,255,.86))}
    .sw3{background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(255,255,255,.86))}

    .contact-bottom{
      margin-top:14px;
      padding:14px 16px;
      border-radius:var(--radius2);
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap;
    }
    .contact-bottom-title{font-weight:1200; font-size:15px}
    .contact-bottom-desc{margin-top:6px; color:var(--muted); font-size:13.5px}
    .inline-link{
      color:#0b4aa8;
      font-weight:1100;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .join-layout{
      margin-top:14px;
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:14px; align-items:start;
    }
    .join-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px 18px;
    }
    .join-title{font-weight:1200; font-size:16px}
    .join-list{margin:14px 0 0; padding:0; list-style:none; display:grid; gap:10px}
    .join-list li{display:flex; gap:10px; align-items:flex-start; color:rgba(29,36,51,.92); font-size:13.8px; line-height:1.6}
    .join-actions{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

    .comment-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
      margin-top:14px;
    }
    .comment-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(231,226,219,.95);
      border-radius:var(--radius2);
      box-shadow: 0 14px 26px rgba(16,24,40,.06);
      padding:16px 16px;
      transition: transform .22s ease, box-shadow .22s ease;
      min-height:220px;
      display:flex; flex-direction:column;
    }
    .comment-card:hover{transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,24,40,.10)}
    .comment-alt{
      background:
        radial-gradient(760px 320px at 20% 0%, rgba(11,95,255,.12), transparent 58%),
        rgba(255,255,255,.72);
    }
    .comment-top{display:flex; gap:12px; align-items:flex-start}
    .avatar{
      width:44px; height:44px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,119,.16), rgba(255,106,0,.12));
      border:1px solid rgba(255,61,119,.18);
      font-weight:1200;
      color: rgba(29,36,51,.92);
      flex:0 0 auto;
    }
    .comment-role{font-weight:1200; font-size:14.5px}
    .comment-stars{margin-top:6px; color:#fbbf24; letter-spacing:1px; font-size:14px}
    .comment-text{
      margin-top:12px;
      color:var(--muted);
      font-size:13.8px;
      line-height:1.75;
      flex:1;
    }
    .comment-foot{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .comment-chip{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.78);
      font-weight:1000;
      font-size:12.5px;
      color: rgba(29,36,51,.92);
    }

    .site-footer{
      background: linear-gradient(135deg, #0b1220, #0f172a);
      color:#e5e7eb;
      padding:34px 0 18px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-top{
      display:grid;
      grid-template-columns: 1.1fr 1fr .9fr;
      gap:14px;
      align-items:start;
      padding-bottom:16px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{display:flex; gap:14px; align-items:flex-start}
    .footer-logo{width:90px}
    .footer-text{max-width:52ch}
    .footer-name{font-weight:1200; font-size:16px; margin-top:2px}
    .footer-desc{margin-top:8px; color: rgba(229,231,235,.82); font-size:13.5px; line-height:1.7}
    .footer-col-title{
      font-weight:1200;
      font-size:13.5px;
      color: rgba(229,231,235,.95);
      margin-bottom:10px;
    }
    .friend-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px 14px;
    }
    .friend-grid a{
      color: rgba(229,231,235,.86);
      font-size:13px;
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .friend-grid a:hover{
      transform: translateY(-2px);
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.18);
    }
    .footer-col .footer-quick{
      display:flex; flex-direction:column; gap:10px;
    }
    .footer-col .footer-quick a{
      color: rgba(229,231,235,.86);
      font-weight:900;
      font-size:13px;
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .footer-col .footer-quick a:hover{
      transform: translateY(-2px);
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.18);
    }
    .footer-mini{margin-top:12px; color: rgba(229,231,235,.86); font-size:13px; display:grid; gap:8px}
    .footer-mini-row{display:flex; align-items:center; gap:10px}
    .mini-ico{
      width:28px; height:28px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      flex:0 0 auto;
    }
    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between;
      gap:12px; flex-wrap:wrap;
      padding-top:16px;
    }
    .footer-left{
      display:flex; align-items:center; gap:10px; color: rgba(229,231,235,.86);
      font-size:13px; font-weight:900;
      flex-wrap:wrap;
    }
    .ai-page-home-link{
      color:#fff !important;
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      font-weight:1200;
    }
    .ai-page-home-link:hover{background: rgba(255,255,255,.10)}
    .sep{opacity:.55}
    .to-top{
      color: rgba(229,231,235,.92);
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.06);
      font-weight:1200;
      font-size:13px;
      transition: transform .2s ease, background .2s ease;
    }
    .to-top:hover{transform: translateY(-2px); background: rgba(255,255,255,.10)}

    .float-customer{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:80;
    }
    .float-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.14);
      background: linear-gradient(135deg, rgba(255,61,119,.95), rgba(255,106,0,.95));
      box-shadow: 0 18px 40px rgba(255,61,119,.26);
      color:#fff;
      font-weight:1200;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .float-btn:hover{transform: translateY(-3px); box-shadow: 0 24px 54px rgba(255,61,119,.32)}
    .float-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.18);
      font-size:12px;
    }
    .float-text{font-size:14px}
    .back-top{
      position:fixed;
      right:16px;
      bottom:86px;
      width:42px; height:42px;
      border-radius:16px;
      border:1px solid rgba(231,226,219,.95);
      background: rgba(255,255,255,.84);
      box-shadow: 0 14px 30px rgba(16,24,40,.12);
      cursor:pointer;
      color:#1f2a3d;
      font-weight:1200;
      display:none;
      transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
      opacity:.98;
    }
    .back-top:hover{transform: translateY(-2px); box-shadow: 0 20px 42px rgba(16,24,40,.16)}
    .sr-only{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap}

    .fade-up{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fade-in{
      opacity:1;
      transform: translateY(0);
    }

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; gap:16px}
      .hero-rail{order:2}
      .hero-trust{grid-template-columns: 1fr; }
      .feature-grid{grid-template-columns: 1fr; }
      .double-row{grid-template-columns: 1fr}
      .service-grid{grid-template-columns: 1fr 1fr}
      .steps-grid{grid-template-columns: 1fr 1fr; }
      .two-col{grid-template-columns: 1fr}
      .comparison-layout{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .match-grid{grid-template-columns: 1fr}
      .token-layout{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .timeline-grid{grid-template-columns: 1fr 1fr}
      .solution-grid{grid-template-columns: 1fr}
      .industry-grid{grid-template-columns: 1fr}
      .network-grid{grid-template-columns: 1fr}
      .training-layout{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: 1fr 1fr}
      .articles-layout{grid-template-columns: 1fr}
      .contact-layout{grid-template-columns: 1fr}
      .form-row{grid-template-columns: 1fr}
      .comment-grid{grid-template-columns: 1fr}
      .footer-top{grid-template-columns: 1fr}
      .friend-grid{grid-template-columns: 1fr 1fr}
      .nav-toggle{display:inline-flex}
      .nav-links{
        position:absolute;
        top:64px;
        left:0; right:0;
        margin:0 18px;
        background: rgba(255,255,255,.95);
        border:1px solid rgba(231,226,219,.95);
        border-radius:18px;
        padding:12px 12px;
        box-shadow: var(--shadow2);
        display:none;
        flex-direction:column;
        gap:6px;
        align-items:flex-start;
      }
      .nav-links.show{display:flex}
      .nav-link{width:100%}
      .btn-ghost.btn-lg{display:none}
      .site-header{padding-bottom:6px}
      .back-top{display:none}
    }
    @media (min-width: 981px){
      .nav-links{display:flex !important}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .fade-up{transition:none}
      .btn, .service-card, .case-card, .feature-card, .trust-item, .choice, .help-card, .wiki-card, .industry-card, .comment-card, .faq-item, .link-btn, .float-btn, .back-top{
        transition:none !important;
      }
    }