:root{
      --bg0:#fbfaf7;
      --bg1:#f7f5ff;
      --card:#ffffff;
      --text:#111827;
      --muted:#5b6476;
      --muted2:#6b7280;
      --border:rgba(17,24,39,.10);
      --shadow: 0 10px 30px rgba(17,24,39,.08);
      --shadow2: 0 12px 40px rgba(17,24,39,.10);
      --primary:#6d28d9;
      --primary2:#7c3aed;
      --primary3:#a78bfa;
      --accent:#0891b2;
      --accent2:#06b6d4;
      --warn:#f59e0b;
      --ok:#10b981;
      --radius:18px;
      --radius2:24px;
      --container: 1120px;
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      color:var(--text);
      background: linear-gradient(180deg, var(--bg0) 0%, #ffffff 42%, #f7f6ff 100%);
      overflow-x:hidden;
    }
    .skip-link{
      position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip-link:focus{
      left:14px;top:14px;width:auto;height:auto;padding:10px 12px;
      background:#fff;border:1px solid var(--border);border-radius:12px;z-index:9999;
      box-shadow: var(--shadow);
    }

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

    .bg{
      position:fixed; inset:0; z-index:-1; pointer-events:none;
      background:
        radial-gradient(900px 420px at 10% 5%, rgba(109,40,217,.10), transparent 55%),
        radial-gradient(700px 380px at 90% 0%, rgba(6,182,212,.10), transparent 55%),
        radial-gradient(600px 420px at 50% 40%, rgba(167,139,250,.12), transparent 60%),
        linear-gradient(180deg, rgba(109,40,217,.04), transparent 30%);
      transform: translateZ(0);
      opacity:.95;
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .header-inner{
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      text-decoration:none; color:inherit;
      min-width: 260px;
    }
    .ai-page-logo{width:44px;height:auto; border-radius:12px; background:#fff; padding:6px; box-shadow: 0 10px 25px rgba(109,40,217,.10); border:1px solid rgba(109,40,217,.14)}
    .brand-text{display:flex; flex-direction:column; line-height:1.2}
    .brand-name{font-weight:850; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); margin-top:4px}

    .desktop-nav{display:flex; align-items:center; gap:18px}
    .nav-link{
      text-decoration:none; color:var(--muted);
      font-weight:650; font-size:14px; white-space:nowrap;
      padding:8px 10px; border-radius:12px; transition: background .2s ease, color .2s ease;
    }
    .nav-link:hover{background: rgba(109,40,217,.08); color: #2b164d}

    .header-actions{display:flex; align-items:center; gap:10px}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      text-decoration:none; user-select:none;
      border-radius:14px; padding:10px 14px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff; color:var(--text);
      font-weight:750; font-size:14px;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    }
    .btn:active{transform: translateY(1px)}
    .btn .btn-arrow{opacity:.9}
    .btn-primary{
      background: linear-gradient(135deg, var(--primary) 0%, var(--primary2) 60%, #5b21b6 100%);
      color:#fff; border-color: rgba(124,58,237,.35);
      box-shadow: 0 14px 34px rgba(109,40,217,.22);
    }
    .btn-primary:hover{box-shadow: 0 18px 44px rgba(109,40,217,.28); transform: translateY(-1px)}
    .btn-ghost{
      background: rgba(255,255,255,.85);
      border-color: rgba(17,24,39,.12);
      color:#1f2937;
    }
    .btn-ghost:hover{background:#fff; box-shadow: 0 12px 30px rgba(17,24,39,.08); transform: translateY(-1px)}
    .btn-lg{padding:12px 18px; border-radius:16px; font-size:15px}
    .w100{width:100%}

    .nav-toggle{
      width:44px; height:44px; border-radius:14px; border:1px solid rgba(17,24,39,.12);
      background:#fff; cursor:pointer; display:none;
      align-items:center; justify-content:center; gap:5px; flex-direction:column;
    }
    .nav-toggle .bar{width:18px; height:2px; background:#111827; border-radius:2px; display:block; opacity:.9}
    .mobile-menu{
      border-top:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.90);
      padding:14px 0;
    }
    .mobile-menu-inner{
      display:flex; flex-direction:column; gap:14px;
    }
    .mobile-links{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .mobile-link{
      text-decoration:none; color:#111827; background: rgba(109,40,217,.06);
      border:1px solid rgba(109,40,217,.14);
      padding:10px 12px; border-radius:14px; font-weight:750; font-size:14px;
      width: calc(50% - 5px);
      text-align:center;
    }
    .mobile-cta{display:flex; flex-direction:column; gap:10px}
    .mobile-meta{display:flex; flex-direction:column; gap:6px; color:var(--muted); font-size:13px}
    .mobile-meta span{white-space:nowrap}

    .hero{
      padding:38px 0 18px;
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-copy{
      padding:10px 0;
    }
    .hero-pill{
      display:inline-flex; align-items:center; gap:10px;
      border:1px solid rgba(109,40,217,.14);
      background: rgba(255,255,255,.7);
      border-radius:999px;
      padding:10px 12px;
      box-shadow: 0 12px 28px rgba(109,40,217,.10);
      color:#2b164d;
      font-weight:760;
      font-size:13px;
    }
    .dot{
      width:10px;height:10px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff 0%, rgba(255,255,255,.2) 18%, rgba(255,255,255,0) 35%),
        linear-gradient(135deg, var(--primary2), var(--accent2));
      box-shadow: 0 0 0 6px rgba(109,40,217,.08);
    }
    .hero-title{
      margin:14px 0 10px;
      font-size:44px; line-height:1.08; letter-spacing:-.6px;
    }
    .hero-lead{
      margin:0;
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      max-width: 54ch;
      font-weight:600;
    }
    .hero-ctas{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
    .hero-quick{
      margin-top:16px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
    }
    .quick-item{
      background: rgba(255,255,255,.76);
      border:1px solid rgba(17,24,39,.10);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 12px 24px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .22s ease;
    }
    .quick-item:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(17,24,39,.10);
    }
    .quick-num{font-weight:900; letter-spacing:.1px; color:#1f2937; font-size:14px}
    .quick-desc{margin-top:6px; font-size:12.8px; color:var(--muted); line-height:1.45}

    .hero-panel{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .hero-panel:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(420px 260px at 20% 20%, rgba(109,40,217,.18), transparent 60%),
        radial-gradient(380px 240px at 80% 0%, rgba(6,182,212,.14), transparent 60%),
        linear-gradient(180deg, rgba(167,139,250,.10), transparent 35%);
      pointer-events:none;
    }
    .panel-top{
      position:relative;
      padding:18px 18px 10px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .panel-title{
      display:flex; align-items:center; gap:10px;
      font-weight:900; letter-spacing:.1px;
      color:#1f2937;
      font-size:15px;
    }
    .panel-icon{
      width:38px;height:38px;border-radius:14px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.08);
      color: var(--primary);
      border:1px solid rgba(109,40,217,.18);
    }
    .panel-tag{
      font-size:12px; font-weight:850;
      color:#234;
      background: rgba(6,182,212,.10);
      border:1px solid rgba(6,182,212,.18);
      border-radius:999px;
      padding:8px 10px;
      white-space:nowrap;
    }
    .panel-grid{
      position:relative;
      padding:0 18px 14px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:12px;
    }
    .panel-card{
      background:#fff;
      border:1px solid rgba(17,24,39,.10);
      border-radius:18px;
      padding:14px 14px;
      box-shadow: 0 10px 22px rgba(17,24,39,.06);
      transition: transform .2s ease, box-shadow .22s ease;
      min-height:116px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .panel-card:hover{transform: translateY(-2px); box-shadow: 0 18px 36px rgba(17,24,39,.10)}
    .panel-card.wide{grid-column: 1 / -1; min-height:92px}
    .card-head{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .mini-badge{
      font-size:12.5px;
      font-weight:900;
      padding:8px 10px;
      border-radius:999px;
      color:#2b164d;
      background: linear-gradient(135deg, rgba(109,40,217,.12), rgba(6,182,212,.10));
      border:1px solid rgba(109,40,217,.14);
      white-space:nowrap;
    }
    .spark{
      width:34px;height:34px;border-radius:14px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 40%),
        linear-gradient(135deg, rgba(109,40,217,.25), rgba(6,182,212,.18));
      border:1px solid rgba(109,40,217,.18);
      opacity:.9;
    }
    .card-body{margin-top:10px}
    .card-value{font-size:14px; font-weight:950; letter-spacing:.1px}
    .card-sub{margin-top:6px; color:var(--muted); font-size:12.8px; line-height:1.45}
    .panel-bottom{
      position:relative;
      padding:10px 18px 18px;
      border-top: 1px solid rgba(17,24,39,.08);
      background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.85));
    }
    .micro-list{display:flex; gap:10px; flex-wrap:wrap}
    .micro-link{
      text-decoration:none; color:#1f2937;
      background: rgba(109,40,217,.06);
      border:1px solid rgba(109,40,217,.14);
      padding:10px 12px;
      border-radius:14px;
      display:inline-flex; align-items:center; gap:10px;
      font-weight:850; font-size:13px;
      transition: transform .18s ease, box-shadow .2s ease, background .2s ease;
    }
    .micro-link:hover{transform: translateY(-2px); box-shadow: 0 14px 32px rgba(109,40,217,.14); background: rgba(109,40,217,.10)}
    .micro-ic{
      width:28px;height:28px;border-radius:12px;
      display:grid; place-items:center;
      background:#fff; border:1px solid rgba(109,40,217,.16);
      font-weight:950;
      color:var(--primary);
    }
    .panel-note{
      margin-top:10px;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.5;
      font-weight:650;
    }

    .section{padding:56px 0}
    .section.alt{
      background: linear-gradient(180deg, rgba(109,40,217,.05), rgba(6,182,212,.03) 35%, rgba(255,255,255,.0));
      border-top:1px solid rgba(17,24,39,.06);
      border-bottom:1px solid rgba(17,24,39,.06);
    }
    .section-head{
      display:flex; flex-direction:column; gap:10px;
      margin-bottom:18px;
    }
    .section-head h2{margin:0; font-size:30px; letter-spacing:-.4px}
    .section-sub{margin:0; color:var(--muted); line-height:1.8; font-size:15.5px; font-weight:620}

    .about-grid{
      display:grid; grid-template-columns: 1.4fr .9fr; gap:16px; align-items:start;
    }
    .feature-card{
      background: rgba(255,255,255,.8);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: var(--shadow);
    }
    .feature-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .feature-ic{
      width:44px;height:44px;border-radius:16px;
      display:grid; place-items:center;
      background: rgba(6,182,212,.08);
      border:1px solid rgba(6,182,212,.18);
      color: var(--accent);
    }
    .feature-card h3{margin:0; font-size:18px}
    .check-list{
      list-style:none; padding:0; margin:0;
      display:flex; flex-direction:column; gap:10px;
    }
    .check-list li{
      color:var(--muted);
      font-weight:630;
      line-height:1.6;
      display:flex; gap:10px; align-items:flex-start;
    }
    .check{color:var(--ok); font-weight:950; margin-top:2px}

    .side-card{
      background: rgba(255,255,255,.8);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .side-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(380px 220px at 10% 10%, rgba(109,40,217,.14), transparent 60%),
        radial-gradient(320px 200px at 90% 0%, rgba(6,182,212,.12), transparent 55%);
      pointer-events:none;
    }
    .side-card-inner{position:relative}
    .kpi-row{display:grid; grid-template-columns:1fr; gap:12px}
    .kpi-num{font-weight:950; font-size:16px; letter-spacing:.1px}
    .kpi-desc{margin-top:6px; color:var(--muted); font-weight:640; line-height:1.55; font-size:13.5px}
    .divider{height:1px; background: rgba(17,24,39,.10); margin:14px 0}
    .side-logos{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:4px;
    }
    .chip{
      padding:10px 12px; border-radius:999px;
      background: rgba(109,40,217,.06);
      border:1px solid rgba(109,40,217,.14);
      color:#2b164d;
      font-weight:850; font-size:13px;
      white-space:nowrap;
    }
    .side-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .trust-row{
      margin-top:12px;
      display:flex; align-items:center; gap:10px;
      color:var(--muted);
      font-weight:650;
      font-size:13px;
      line-height:1.5;
    }
    .trust-dot{width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--primary2), var(--accent2));
      box-shadow: 0 0 0 6px rgba(109,40,217,.08);
    }

    .services-grid{
      display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:14px;
    }
    .service-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px;
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .22s ease;
      min-height:188px;
      display:flex; flex-direction:column;
      gap:10px;
    }
    .service-card:hover{transform: translateY(-3px); box-shadow: 0 18px 46px rgba(17,24,39,.12)}
    .service-top{display:flex; align-items:center; justify-content:space-between; gap:12px}
    .service-ic{
      width:44px;height:44px;border-radius:16px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.08);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      flex:0 0 auto;
    }
    .service-card h3{margin:0; font-size:16.5px; letter-spacing:-.2px}
    .service-card p{margin:0; color:var(--muted); line-height:1.75; font-weight:630; font-size:14px}
    .service-meta{display:flex; gap:10px; flex-wrap:wrap; margin-top:auto}
    .meta-pill{
      background: rgba(6,182,212,.08);
      border:1px solid rgba(6,182,212,.16);
      color:#0f2f3a;
      padding:8px 10px; border-radius:999px;
      font-size:12.5px; font-weight:850;
    }

    .two-col{display:grid; grid-template-columns: 1fr 1fr; gap:16px; align-items:start}
    .two-col.compact{gap:16px}
    .timeline{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .timeline:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(460px 260px at 0% 20%, rgba(109,40,217,.10), transparent 60%),
        radial-gradient(420px 240px at 100% 0%, rgba(6,182,212,.10), transparent 58%);
      pointer-events:none;
    }
    .timeline-item{position:relative; display:flex; gap:12px; padding:12px 6px; border-bottom:1px dashed rgba(17,24,39,.10)}
    .timeline-item:last-child{border-bottom:none}
    .t-ic{
      width:38px;height:38px;border-radius:16px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-weight:950;
    }
    .t-title{font-weight:950; letter-spacing:-.2px}
    .t-sub{margin-top:6px; color:var(--muted); font-weight:630; line-height:1.6; font-size:13.8px}

    .quote-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .quote-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(380px 220px at 20% 10%, rgba(167,139,250,.18), transparent 60%),
        radial-gradient(340px 200px at 90% 25%, rgba(6,182,212,.12), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .quote-head{position:relative; display:flex; align-items:center; gap:10px}
    .quote-mark{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-weight:1000; font-size:22px;
      line-height:1;
    }
    .quote-title{font-weight:950; letter-spacing:-.2px}
    .commit-list{position:relative; list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:10px}
    .commit-list li{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:630; line-height:1.65; font-size:14px}
    .commit-ic{color:var(--ok); font-weight:950; margin-top:2px}
    .quote-cta{position:relative; display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .trust-box{
      position:relative;
      margin-top:14px;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(17,24,39,.10);
      border-radius: 18px;
      padding:12px 12px;
    }
    .trust-row2{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:650}
    .trust-dot2{width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--accent2), var(--primary2));
      box-shadow: 0 0 0 6px rgba(6,182,212,.08);
    }

    .logos-row{margin-top:16px}
    .logos-head{display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .logos-head h3{margin:0; font-size:18px}
    .muted{color:var(--muted); font-weight:650; line-height:1.6}
    .tag-cloud{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .tag{
      padding:10px 12px; border-radius:999px;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(17,24,39,.10);
      color:#273049;
      font-weight:850;
      font-size:13px;
      box-shadow: 0 10px 22px rgba(17,24,39,.05);
    }

    .industry-grid{display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:14px}
    .industry-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      min-height:240px;
      display:flex; flex-direction:column;
    }
    .industry-top{display:flex; align-items:center; gap:10px}
    .industry-ic{font-size:20px; width:38px; height:38px; border-radius:16px; display:grid; place-items:center; background: rgba(6,182,212,.08); border:1px solid rgba(6,182,212,.16)}
    .industry-card h3{margin:0; font-size:16.5px}
    .small-list{margin:12px 0 0; padding-left:18px; color:var(--muted); font-weight:630; line-height:1.7; font-size:14px}
    .inline-link{
      margin-top:auto;
      text-decoration:none; color:var(--primary);
      font-weight:900;
      display:inline-flex; align-items:center; gap:8px;
      padding:10px 0;
    }
    .inline-link:hover{text-decoration: underline}
    .side-card, .feature-card, .service-card, .industry-card, .timeline, .quote-card, .rating-card, .form-card, .contact-card, .network-card, .compare-table, .token-card { will-change: transform; }

    .network-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .network-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .minor-title{font-size:16px; font-weight:950; margin:0 0 10px}
    .radio-list{display:flex; flex-direction:column; gap:12px; margin-top:6px}
    .radio-row{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:650; line-height:1.6}
    .radio-dot{width:10px;height:10px;border-radius:50%; background: rgba(109,40,217,.70); box-shadow: 0 0 0 6px rgba(109,40,217,.12)}
    .range-map{
      height:240px;
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(109,40,217,.06), rgba(6,182,212,.04));
      border:1px solid rgba(17,24,39,.10);
      position:relative;
      overflow:hidden;
      margin-top:8px;
    }
    .map-glow{
      position:absolute; inset:-40px;
      background: radial-gradient(circle at 30% 30%, rgba(109,40,217,.22), transparent 55%),
        radial-gradient(circle at 70% 20%, rgba(6,182,212,.18), transparent 55%),
        radial-gradient(circle at 55% 65%, rgba(167,139,250,.18), transparent 55%);
      filter: blur(2px);
    }
    .map-grid{
      position:absolute; inset:0;
      background:
        linear-gradient(rgba(17,24,39,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,24,39,.08) 1px, transparent 1px);
      background-size: 36px 36px;
      opacity:.35;
      transform: translateZ(0);
    }
    .map-mark{
      position:absolute;
      padding:10px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      font-weight:900;
      color:#1f2937;
      box-shadow: 0 14px 26px rgba(17,24,39,.08);
      font-size:13px;
      backdrop-filter: blur(6px);
    }
    .mark1{left:14%; top:22%}
    .mark2{left:62%; top:18%}
    .mark3{left:64%; top:58%}
    .mark4{left:30%; top:62%}
    .mark5{left:16%; top:52%}
    .range-note{margin-top:10px; color:var(--muted); font-weight:650; line-height:1.6}

    .process{
      display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap:12px;
    }
    .process-step{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px 14px;
      display:flex; flex-direction:column;
      gap:10px;
      min-height:170px;
    }
    .step-no{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-weight:1000;
    }
    .step-title{font-weight:950; letter-spacing:-.2px}
    .step-desc{color:var(--muted); font-weight:630; line-height:1.7; font-size:14px; margin-top:auto}
    .process-cta{
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      margin-top:16px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .cta-title{font-weight:1000; font-size:18px}
    .cta-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6}
    .process-cta-right{display:flex; gap:10px; flex-wrap:wrap}

    .case-grid{display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:14px}
    .case-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      padding:16px;
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .22s ease;
      min-height:220px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{transform: translateY(-3px); box-shadow: 0 18px 46px rgba(17,24,39,.12)}
    .case-top{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .case-pill{
      font-size:12.5px; font-weight:950;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.18);
      color:#2b164d;
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .case-dot{
      width:34px;height:34px;border-radius:14px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 40%),
        linear-gradient(135deg, rgba(109,40,217,.26), rgba(6,182,212,.18));
      border:1px solid rgba(109,40,217,.18);
    }
    .case-title{margin:12px 0 0; font-size:16.5px; letter-spacing:-.2px}
    .case-desc{margin:10px 0 0; color:var(--muted); font-weight:630; line-height:1.7; font-size:14px}
    .case-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
    .mini-tag{
      padding:8px 10px; border-radius:999px;
      background: rgba(6,182,212,.08);
      border:1px solid rgba(6,182,212,.16);
      color:#0f2f3a;
      font-size:12.5px; font-weight:900;
      white-space:nowrap;
    }
    .case-bottom{
      margin-top:14px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .case-callout{display:flex; align-items:center; gap:12px}
    .callout-ic{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-size:18px;
      font-weight:1000;
    }
    .callout-title{font-weight:1000}
    .callout-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6}
    .case-actions{display:flex; gap:10px; flex-wrap:wrap}

    .compare-top{display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:start; margin-bottom:14px}
    .rating-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .rating-top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
    .rating-badge{
      font-weight:950; color:#1f2937; line-height:1.4;
      font-size:14px;
    }
    .stars{display:flex; gap:4px; color:#f59e0b; font-size:18px}
    .star{filter: drop-shadow(0 6px 14px rgba(245,158,11,.20))}
    .rating-mid{margin-top:10px}
    .score{display:flex; align-items:baseline; gap:8px}
    .score-num{font-size:48px; font-weight:1100; letter-spacing:-1px}
    .score-unit{font-size:18px; font-weight:950}
    .score-sub{margin-top:2px; color:var(--muted); font-weight:750}
    .rating-foot{margin-top:10px; color:var(--muted); font-weight:650; line-height:1.6}
    .compare-legend{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:10px 14px;
    }
    .legend-item{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:700}
    .legend-ic{
      width:26px;height:26px;border-radius:12px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-weight:1000;
    }

    .table-wrap{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:0;
      overflow:auto;
    }
    .compare-table{
      width:100%;
      border-collapse: collapse;
      min-width: 720px;
    }
    .compare-table th, .compare-table td{
      padding:14px 14px;
      border-bottom:1px solid rgba(17,24,39,.08);
      vertical-align:top;
      text-align:left;
    }
    .compare-table th{
      background: linear-gradient(180deg, rgba(109,40,217,.08), rgba(109,40,217,.03));
      font-weight:1000;
      color:#1f2937;
      font-size:14.5px;
    }
    .compare-table td{color:var(--muted); font-weight:650; line-height:1.65; font-size:14px}
    .cell-strong{color:#111827; font-weight:1000}
    .cell-muted{margin-top:6px; color:var(--muted2); font-weight:650; font-size:13px}
    .compare-actions{
      margin-top:14px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .compare-action-right{display:flex; gap:10px; flex-wrap:wrap}

    .match-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .match-left{display:flex; flex-direction:column; gap:14px}
    .match-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .match-title{font-weight:1000; font-size:16px; margin-bottom:12px}
    .match-options{display:flex; gap:10px; flex-wrap:wrap}
    .seg-btn{
      border-radius:999px;
      padding:10px 12px;
      font-weight:900;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      color:#111827;
      cursor:pointer;
      transition: transform .16s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      font-size:14px;
    }
    .seg-btn:hover{transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,24,39,.08)}
    .seg-btn.is-active{
      background: linear-gradient(135deg, rgba(109,40,217,.14), rgba(6,182,212,.10));
      border-color: rgba(109,40,217,.20);
      color:#2b164d;
    }
    .match-result{
      margin-top:14px;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(17,24,39,.10);
      border-radius:18px;
      padding:12px 12px;
    }
    .match-result-title{font-weight:1000}
    .match-result-desc{margin-top:8px; color:var(--muted); font-weight:650; line-height:1.7}

    .cap-grid{display:flex; flex-wrap:wrap; gap:10px}
    .cap-pill{
      padding:10px 12px; border-radius:999px;
      background: rgba(109,40,217,.06);
      border:1px solid rgba(109,40,217,.14);
      color:#2b164d;
      font-weight:900; font-size:13.5px;
    }

    .form-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .form-head{margin-bottom:10px}
    .form-badge{
      display:inline-flex; align-items:center; gap:10px;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.18);
      color:#2b164d;
      padding:8px 10px;
      border-radius:999px;
      font-weight:950;
      font-size:12.5px;
    }
    .form-title{margin:10px 0 0; font-size:18px; font-weight:1100}
    .form-sub{margin:8px 0 0; color:var(--muted); font-weight:650; line-height:1.7}
    .form{margin-top:12px}
    .form-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-bottom:12px}
    .form-row:last-child{margin-bottom:0}
    .field{display:flex; flex-direction:column; gap:8px}
    .label{font-weight:900; color:#1f2937; font-size:13.5px}
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.14);
      padding:12px 12px;
      background: rgba(255,255,255,.92);
      color:#111827;
      outline:none;
      font-weight:650;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    textarea{resize:vertical; min-height:108px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(109,40,217,.42);
      box-shadow: 0 0 0 4px rgba(109,40,217,.12);
    }

    .form-foot{display:flex; flex-direction:column; gap:10px}
    .form-hint{color:var(--muted); font-weight:650; font-size:13px; line-height:1.6}

    .side-info-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      position:sticky;
      top: 86px;
    }
    .info-title{font-weight:1000; font-size:16px}
    .info-line{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:12px}
    .info-label{color:var(--muted); font-weight:750; font-size:13.5px}
    .info-link{color:var(--primary); text-decoration:none; font-weight:950}
    .info-link:hover{text-decoration: underline}
    .info-text{color:#111827; font-weight:850}
    .side-info a.inline-link{margin-top:14px}

    .small-grid{margin-top:14px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px}
    .small-stat{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:14px;
    }
    .small-stat-top{display:flex; align-items:center; gap:10px; font-weight:1000}
    .badge-ic{
      width:30px;height:30px;border-radius:14px; display:grid; place-items:center;
      background: rgba(6,182,212,.10);
      border:1px solid rgba(6,182,212,.18);
      color: var(--accent);
      font-weight:1000;
    }
    .small-stat-desc{margin-top:8px; color:var(--muted); font-weight:650; line-height:1.7}

    .token-grid{display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:start}
    .token-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .token-card h3{margin:0; font-size:18px; font-weight:1100}
    .steps-list{margin:12px 0 0; padding-left:18px; color:var(--muted); font-weight:650; line-height:1.8}
    .token-card .btn{margin-top:14px}

    .token-compare{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .token-compare-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px;
      flex-wrap:wrap;
    }
    .tone-badge{
      background: rgba(245,158,11,.14);
      border:1px solid rgba(245,158,11,.22);
      color:#5b3b08;
      padding:8px 10px; border-radius:999px;
      font-weight:1000; font-size:12.5px;
      white-space:nowrap;
    }
    .token-table-wrap{overflow:auto; border-radius:18px; border:1px solid rgba(17,24,39,.10); background:#fff}
    .mini-table{width:100%; border-collapse: collapse; min-width: 520px}
    .mini-table th, .mini-table td{
      padding:12px 12px; border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left; vertical-align:top; font-size:14px;
    }
    .mini-table th{background: rgba(109,40,217,.08); font-weight:1000; color:#1f2937}
    .mini-table td{color:var(--muted); font-weight:650; line-height:1.6}
    .pill-lite{display:inline-block; padding:8px 10px; border-radius:999px; background: rgba(109,40,217,.08); border:1px solid rgba(109,40,217,.16); color:#2b164d; font-weight:950; font-size:12.5px}
    .token-foot{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .token-foot-title{font-weight:1100}
    .token-foot-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6}
    .token-foot-right{flex:0 0 auto}

    .training-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .training-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .training-head{display:flex; align-items:flex-start; gap:12px}
    .training-ic{
      width:44px;height:44px;border-radius:16px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.08);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      flex:0 0 auto;
    }
    .training-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .train-item{display:flex; align-items:center; gap:12px; color:var(--muted); font-weight:700; line-height:1.6}
    .train-bullet{width:10px;height:10px;border-radius:50%; background: rgba(6,182,212,.8); box-shadow: 0 0 0 6px rgba(6,182,212,.10)}
    .training-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .training-right{display:flex; flex-direction:column; gap:14px}
    .cert-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .cert-head{display:flex; align-items:center; gap:10px; justify-content:space-between; flex-wrap:wrap}
    .cert-card h3{margin:0; font-size:18px; font-weight:1100}
    .check-list2{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:10px}
    .check-list2 li{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:650; line-height:1.65; font-size:14px}
    .training-review{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .review-row{display:flex; gap:12px; align-items:flex-start}
    .review-quote{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: rgba(6,182,212,.10);
      border:1px solid rgba(6,182,212,.18);
      color: var(--accent);
      font-weight:1000; font-size:22px;
      line-height:1;
    }
    .review-title{font-weight:1100}
    .review-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6}
    .review-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

    .help-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .help-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .help-links{display:flex; flex-direction:column; gap:10px; margin-top:10px}
    .help-link{
      text-decoration:none; color:#1f2937;
      font-weight:900;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.8);
      transition: transform .18s ease, box-shadow .2s ease, background .2s ease;
    }
    .help-link:hover{transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17,24,39,.10); background:#fff}
    .help-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
    .help-note{margin-top:12px; color:var(--muted); font-weight:650; line-height:1.7}

    .faq-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .faq-col{display:flex; flex-direction:column; gap:12px}
    .faq-item{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:14px 14px;
      background: transparent;
      border:none; cursor:pointer;
      text-align:left;
      font-weight:1000;
      color:#1f2937;
      font-size:15px;
    }
    .faq-ic{
      width:34px;height:34px;border-radius:14px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.08);
      border:1px solid rgba(109,40,217,.16);
      position:relative;
      flex:0 0 auto;
    }
    .faq-ic:before,.faq-ic:after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:14px; height:2px; background: rgba(17,24,39,.72);
      transform: translate(-50%,-50%);
      border-radius:2px;
    }
    .faq-ic:after{transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease}
    .faq-item[data-open="true"] .faq-ic:after{transform: translate(-50%,-50%) rotate(0deg)}
    .faq-a{padding:0 14px 14px}
    .faq-a-inner{color:var(--muted); font-weight:650; line-height:1.75; font-size:14.2px; padding-top:2px}
    .faq-cta{
      margin-top:14px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .faq-cta-right{display:flex; gap:10px; flex-wrap:wrap}

    .two-col.compact{margin-bottom:18px}
    .block-head{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:12px}
    .block-title{font-size:22px; font-weight:1100}
    .wiki-cards{display:grid; grid-template-columns: 1fr; gap:12px}
    .wiki-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:14px;
      transition: transform .18s ease, box-shadow .22s ease;
    }
    .wiki-card:hover{transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17,24,39,.10)}
    .wiki-top{display:flex; gap:10px; align-items:center}
    .wiki-ic{
      width:40px;height:40px;border-radius:16px;
      display:grid; place-items:center;
      background: rgba(109,40,217,.08);
      border:1px solid rgba(109,40,217,.16);
      color: var(--primary);
      font-weight:1000;
      flex:0 0 auto;
    }
    .wiki-card h3{margin:0; font-size:16px; font-weight:1050}
    .wiki-card p{margin:10px 0 0; color:var(--muted); font-weight:650; line-height:1.7; font-size:14px}

    .news-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:14px;
      position:relative;
      overflow:hidden;
    }
    .news-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(420px 260px at 20% 0%, rgba(109,40,217,.12), transparent 60%),
        radial-gradient(420px 240px at 90% 20%, rgba(6,182,212,.10), transparent 60%);
      pointer-events:none;
      opacity:.85;
    }
    .news-card > *{position:relative}
    .news-head{display:flex; flex-direction:column; gap:6px; margin-bottom:10px}
    .news-title{font-size:18px; font-weight:1100}
    .news-sub{color:var(--muted); font-weight:650}
    .news-list{display:flex; flex-direction:column; gap:10px}
    .news-item{
      text-decoration:none; color:inherit;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      border-radius:18px;
      padding:12px 12px;
      display:flex; gap:12px; align-items:flex-start;
      transition: transform .18s ease, box-shadow .2s ease, background .2s ease;
    }
    .news-item:hover{transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17,24,39,.10); background:#fff}
    .news-dot{
      width:12px;height:12px;border-radius:50%;
      background: linear-gradient(135deg, var(--primary2), var(--accent2));
      box-shadow: 0 0 0 6px rgba(109,40,217,.10);
      margin-top:6px;
      flex:0 0 auto;
    }
    .news-item-title{font-weight:1050}
    .news-item-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.5; font-size:13.5px}
    .news-more{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

    .article-links{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:10px;
      padding:12px 0 0;
    }
    .article-links a{
      text-decoration:none;
      color:var(--primary);
      font-weight:900;
      border:1px solid rgba(109,40,217,.18);
      background: rgba(109,40,217,.06);
      border-radius:999px;
      padding:10px 12px;
      font-size:13px;
      white-space:nowrap;
      transition: transform .18s ease, background .2s ease;
    }
    .article-links a:hover{transform: translateY(-2px); background: rgba(109,40,217,.10)}

    .comments-head{margin-top:22px; margin-bottom:12px}
    .comment-grid{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px}
    .comment-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      display:flex; flex-direction:column;
      min-height:210px;
    }
    .comment-top{display:flex; gap:12px; align-items:flex-start}
    .avatar{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: linear-gradient(135deg, rgba(109,40,217,.14), rgba(6,182,212,.12));
      border:1px solid rgba(109,40,217,.18);
      font-weight:1100;
      color:#2b164d;
      flex:0 0 auto;
    }
    .comment-role{font-weight:1100}
    .comment-meta{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.5; font-size:13.5px}
    .comment-text{margin:12px 0 0; color:var(--muted); font-weight:650; line-height:1.75; font-size:14px}
    .comment-foot{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; padding-top:10px}

    .contact-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .contact-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .contact-title{font-size:18px; font-weight:1100}
    .contact-lines{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .contact-line{display:flex; align-items:center; justify-content:space-between; gap:12px; border-bottom:1px dashed rgba(17,24,39,.10); padding-bottom:10px}
    .contact-line:last-child{border-bottom:none; padding-bottom:0}
    .contact-label{color:var(--muted); font-weight:750}
    .contact-value{color: #111827; font-weight:900; text-decoration:none}
    .contact-value:hover{text-decoration: underline}
    .contact-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .contact-note{
      margin-top:14px;
      color:var(--muted);
      font-weight:650; line-height:1.7;
      background: rgba(109,40,217,.06);
      border:1px solid rgba(109,40,217,.14);
      padding:12px 12px;
      border-radius:18px;
    }
    .qr-card .qr-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .qr-wrap{margin-top:12px; display:flex; flex-direction:column; align-items:center; gap:10px}
    .qr-img{width:196px; max-width:100%; height:auto; border-radius:18px; border:1px solid rgba(17,24,39,.10); box-shadow: 0 18px 40px rgba(17,24,39,.12); background:#fff}
    .qr-caption{color:var(--muted); font-weight:650; text-align:center; line-height:1.6}
    .qr-extra{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .qr-row{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:700}
    .qr-dot{width:10px;height:10px;border-radius:50%; background: rgba(245,158,11,.8); box-shadow: 0 0 0 6px rgba(245,158,11,.12)}

    .join-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
    .join-card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .check-list{margin-top:12px}
    .join-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .persona-grid{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; margin-top:12px}
    .persona{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      padding:14px;
    }
    .persona-ic{
      width:44px;height:44px;border-radius:18px;
      display:grid; place-items:center;
      background: rgba(6,182,212,.10);
      border:1px solid rgba(6,182,212,.18);
      font-weight:1100;
      color:#0f2f3a;
      margin-bottom:10px;
    }
    .persona-title{font-weight:1100}
    .persona-sub{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6}
    .join-note{
      margin-top:14px;
      color:var(--muted);
      font-weight:650; line-height:1.7;
      background: rgba(6,182,212,.06);
      border:1px solid rgba(6,182,212,.14);
      padding:12px 12px;
      border-radius:18px;
    }

    .links-foot{
      margin-top:14px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(17,24,39,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
    }
    .links-head{display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .friend-links{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .friend-links a{
      color: var(--primary);
      font-weight:1000;
      text-decoration:none;
      border:1px solid rgba(109,40,217,.18);
      background: rgba(109,40,217,.06);
      padding:10px 12px;
      border-radius:999px;
      font-size:13px;
      transition: transform .18s ease, background .2s ease, box-shadow .2s ease;
    }
    .friend-links a:hover{transform: translateY(-2px); background: rgba(109,40,217,.10); box-shadow: 0 16px 34px rgba(109,40,217,.12)}

    .site-footer{
      background: #0b1220;
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.10);
      padding:28px 0 18px;
    }
    .site-footer a{color:#e5e7eb}
    .footer-inner{display:flex; flex-direction:column; gap:14px}
    .footer-top{display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .footer-brand{display:flex; align-items:center; gap:12px}
    .footer-logo-img{width:48px; height:auto; border-radius:16px; background:#fff; padding:6px; border:1px solid rgba(255,255,255,.12)}
    .footer-name{font-weight:1100}
    .footer-sub{margin-top:6px; color:rgba(229,231,235,.78); font-weight:650; font-size:13.5px}
    .footer-links{display:flex; gap:14px; flex-wrap:wrap}
    .footer-col{min-width: 180px}
    .footer-col-title{font-weight:1100; margin-bottom:10px; color:#ffffff}
    .footer-col a{
      display:block; text-decoration:none;
      padding:8px 0;
      color:rgba(229,231,235,.86);
      font-weight:650; font-size:14px;
    }
    .footer-col a:hover{color:#fff; text-decoration: underline}
    .footer-bottom{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.10); padding-top:14px}
    .footer-meta{display:flex; gap:14px; flex-wrap:wrap; color:rgba(229,231,235,.86); font-weight:650; font-size:13.5px}
    .footer-copy{color:rgba(229,231,235,.70); font-weight:650; font-size:13.5px}

    .backtop{
      position:fixed; right:18px; bottom:18px;
      z-index:60;
      transform: translateY(20px);
      opacity:0;
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
    }
    .backtop.is-visible{opacity:1; transform: translateY(0); pointer-events:auto}
    .backtop-btn{
      width:46px;height:46px;border-radius:18px;
      border:1px solid rgba(17,24,39,.14);
      background: rgba(255,255,255,.86);
      box-shadow: 0 16px 34px rgba(17,24,39,.14);
      cursor:pointer;
      font-weight:1100;
      color:#111827;
      transition: transform .18s ease, box-shadow .2s ease;
    }
    .backtop-btn:hover{transform: translateY(-2px); box-shadow: 0 22px 50px rgba(17,24,39,.18)}
    .float-customer{
      position:fixed; left:18px; bottom:18px;
      z-index:60;
    }
    .customer-btn{
      display:flex; align-items:center; gap:10px;
      text-decoration:none;
      background: rgba(255,255,255,.90);
      border:1px solid rgba(17,24,39,.12);
      border-radius: 18px;
      padding:12px 14px;
      box-shadow: 0 18px 44px rgba(17,24,39,.16);
      transition: transform .18s ease, box-shadow .2s ease;
      color:#111827;
      font-weight:1000;
    }
    .customer-btn:hover{transform: translateY(-3px); box-shadow: 0 22px 56px rgba(17,24,39,.20)}
    .customer-ic{
      width:34px;height:34px;border-radius:14px;
      display:grid; place-items:center;
      background: rgba(6,182,212,.10);
      border:1px solid rgba(6,182,212,.18);
      color: var(--accent);
      font-weight:1100;
    }
    .customer-text{font-size:14px}

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; }
      .brand{min-width:auto}
      .desktop-nav{display:none}
      .nav-toggle{display:flex}
      .hero-title{font-size:36px}
      .hero-quick{grid-template-columns: 1fr; }
      .panel-grid{grid-template-columns: 1fr; }
      .panel-card.wide{grid-column:auto}
      .about-grid{grid-template-columns: 1fr}
      .services-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .industry-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .process{grid-template-columns: repeat(2, minmax(0,1fr))}
      .case-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .compare-top{grid-template-columns: 1fr}
      .compare-legend{grid-template-columns: repeat(2, minmax(0,1fr))}
      .match-grid{grid-template-columns: 1fr}
      .side-info-card{position:static}
      .small-grid{grid-template-columns: 1fr}
      .token-grid{grid-template-columns: 1fr}
      .training-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .comment-grid{grid-template-columns: 1fr}
      .two-col{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .persona-grid{grid-template-columns: 1fr 1fr}
      .hero{padding-top:26px}
    }
    @media (max-width: 520px){
      .hero-title{font-size:32px}
      .form-row{grid-template-columns: 1fr}
      .mobile-link{width:100%}
      .float-customer{left:12px; right:12px; bottom:16px}
      .customer-btn{width: fit-content}
      .customer-text{display:none}
    }
    @media (prefers-reduced-motion: reduce){
      *{scroll-behavior:auto !important}
    }

    @keyframes floatIn{
      from{opacity:0; transform: translateY(8px)}
      to{opacity:1; transform: translateY(0)}
    }
    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.in{
      opacity:1; transform: translateY(0);
    }
    html{scroll-behavior:smooth}