:root{
      --bg0:#ffffff;
      --bg1:#fff7f0;
      --bg2:#f6f7fb;
      --text:#111827;
      --muted:#556070;
      --border:rgba(17,24,39,.10);
      --shadow: 0 12px 30px rgba(17,24,39,.08);
      --shadow2: 0 10px 24px rgba(17,24,39,.10);
      --brand:#ff2d55;
      --brand2:#ff4d2e;
      --brand3:#00b8ff;
      --accent:#6d28d9;
      --ok:#16a34a;
      --radius:18px;
      --radius2:24px;
      --container:1120px;
      --gutter:18px;
      --ring: 0 0 0 4px rgba(255,45,85,.18);
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, "Noto Sans SC", sans-serif;
      color:var(--text);
      background: radial-gradient(900px 500px at 10% -10%, rgba(255,45,85,.10), transparent 55%),
                  radial-gradient(700px 420px at 90% 0%, rgba(0,184,255,.10), transparent 52%),
                  linear-gradient(180deg, var(--bg0) 0%, var(--bg2) 40%, #ffffff 100%);
    }

    .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(--border);
      border-radius:12px;z-index:9999;
    }

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

    .topbar{
      position:sticky;top:0;z-index:50;
      background: rgba(255,255,255,.80);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(17,24,39,.08);
    }

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

    .brand{display:flex;align-items:center;gap:10px;min-width:160px}
    .ai-page-logo{width:auto;max-height:40px}

    .nav{display:flex;align-items:center;gap:12px;flex:1;justify-content:center}
    .nav-menu{
      display:flex;
      gap:14px;
      align-items:center;
      flex-wrap:nowrap;
    }
    .nav-link{
      text-decoration:none;
      color:#1f2937;
      font-size:14px;
      padding:8px 10px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .nav-link:hover{background: rgba(255,45,85,.08); transform: translateY(-1px);}

    .nav-toggle{
      display:none;
      align-items:center;
      gap:10px;
      border:1px solid rgba(17,24,39,.12);
      background:#fff;
      border-radius:14px;
      padding:10px 12px;
      cursor:pointer;
      box-shadow: 0 8px 20px rgba(17,24,39,.06);
      color:#111827;
    }
    .nav-toggle-icon{
      width:18px;height:12px;position:relative;display:inline-block;
    }
    .nav-toggle-icon:before,.nav-toggle-icon:after{
      content:"";position:absolute;left:0;right:0;height:2px;background:#111827;border-radius:2px;
    }
    .nav-toggle-icon:before{top:0}
    .nav-toggle-icon:after{bottom:0}
    .nav-toggle-icon{background: linear-gradient(#111827,#111827) center/100% 2px no-repeat;}
    .nav-toggle-text{font-size:14px;font-weight:700}

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

    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      gap:10px;
      border-radius:14px;
      padding:11px 14px;
      text-decoration:none;
      border:1px solid rgba(17,24,39,.14);
      background:#fff;
      color:#111827;
      font-weight:800;
      font-size:14px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform: translateY(-1px); box-shadow:0 10px 22px rgba(17,24,39,.10)}
    .btn:active{transform: translateY(0px); box-shadow:none}
    .btn:focus-visible{outline:none; box-shadow: var(--ring), 0 10px 22px rgba(17,24,39,.10)}
    .btn-primary{
      border-color: rgba(255,45,85,.35);
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 65%, #ff8a2a 120%);
      color:#fff;
    }
    .btn-primary:hover{border-color: rgba(255,45,85,.55)}
    .btn-secondary{
      border-color: rgba(0,184,255,.28);
      background: linear-gradient(135deg, rgba(0,184,255,.12) 0%, rgba(109,40,217,.10) 100%);
      color:#0b1220;
    }
    .btn-ghost{
      background:#fff;
      border-color: rgba(17,24,39,.14);
    }
    .btn-lg{padding:13px 16px;border-radius:16px;font-size:15px}

    .hero{
      position:relative;
      overflow:hidden;
      padding:44px 0 26px;
    }
    .hero-bg{
      position:absolute;inset:-120px -60px auto -60px;
      height:520px;
      background:
        radial-gradient(650px 380px at var(--mx,20%) var(--my,20%), rgba(255,45,85,.20), transparent 55%),
        radial-gradient(600px 360px at 80% 10%, rgba(0,184,255,.18), transparent 60%),
        linear-gradient(120deg, rgba(255,77,46,.10), rgba(109,40,217,.08));
      filter: saturate(1.1);
      transform: translateZ(0);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:flex;
      gap:22px;
      align-items:stretch;
    }

    .hero-left{flex:1.12; padding:14px 0}
    .hero-right{flex:.88; min-width:320px; display:flex; flex-direction:column; gap:14px}

    .hero-pill{
      display:inline-flex;align-items:center;gap:10px;
      padding:8px 12px;border-radius:999px;
      border:1px solid rgba(255,45,85,.26);
      background: rgba(255,45,85,.07);
      color:#8a1530;
      font-weight:900;font-size:13px;
      margin-bottom:16px;
      letter-spacing:.2px;
    }
    .dot{width:9px;height:9px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px rgba(255,45,85,.15)}
    .hero-title{
      margin:0;
      font-size:44px;
      line-height:1.1;
      letter-spacing:-.8px;
    }
    .hero-subtitle{
      margin:14px 0 0;
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      max-width:680px;
      font-weight:650;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
    .hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
    .badge{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:16px;
      padding:10px 12px;
      display:flex;gap:10px;align-items:center;
      box-shadow: 0 10px 20px rgba(17,24,39,.05);
      font-weight:850;
      color:#101827;
    }
    .badge-icon{font-size:16px}
    .hero-mini{
      margin-top:16px;
      display:grid;gap:12px;
      grid-template-columns:1fr 1fr;
      max-width:680px;
    }
    .mini-item{
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.62);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 10px 20px rgba(17,24,39,.05);
    }
    .mini-label{font-size:12px;color:#6b7280;font-weight:800;letter-spacing:.2px}
    .mini-value{margin-top:6px;font-size:14px;font-weight:900;color:#111827}

    .glass-panel{
      border-radius: var(--radius2);
      background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.48));
      border:1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .glass-panel:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(450px 220px at 10% 0%, rgba(255,45,85,.18), transparent 60%),
                  radial-gradient(380px 200px at 95% 35%, rgba(0,184,255,.16), transparent 55%);
      opacity:.9;
      pointer-events:none;
    }
    .panel-head, .metrics, .panel-cta, .panel-note{position:relative}
    .panel-title{font-weight:950;font-size:16px}
    .panel-sub{margin-top:6px;color:var(--muted);font-weight:700;font-size:13px;line-height:1.5}
    .metrics{
      display:grid;gap:12px;
      margin-top:14px;
      grid-template-columns:1fr;
    }
    .metric-card{
      border-radius:16px;
      background: rgba(255,255,255,.76);
      border:1px solid rgba(17,24,39,.10);
      padding:12px 12px;
      display:flex;flex-direction:column;gap:6px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .metric-card:hover{transform: translateY(-2px); box-shadow: 0 14px 26px rgba(17,24,39,.10)}
    .metric-num{
      font-weight:1000;
      font-size:22px;
      letter-spacing:-.4px;
      display:flex;align-items:baseline;gap:8px;
    }
    .metric-num .suffix{font-size:13px;color:#6b7280;font-weight:950}
    .metric-desc{color:#374151;font-weight:800;font-size:13px}

    .panel-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
    .panel-note{
      margin-top:14px;
      padding:12px 12px;
      border-radius:16px;
      border:1px dashed rgba(17,24,39,.16);
      background: rgba(255,255,255,.50);
      color:#374151;
      font-weight:800;
      display:flex;gap:10px;align-items:center;
      font-size:13px;
    }
    .spark{
      width:10px;height:10px;border-radius:3px;
      background: linear-gradient(135deg, var(--brand), var(--brand3));
      box-shadow:0 0 0 6px rgba(255,45,85,.10);
    }

    .hero-tiles{
      display:grid;gap:12px;
      grid-template-columns:1fr;
    }
    .tile{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 12px 22px rgba(17,24,39,.06);
      padding:14px 14px;
    }
    .tile-top{font-size:13px;color:#6b7280;font-weight:900}
    .tile-bottom{margin-top:8px;font-weight:950;line-height:1.5}

    .section{
      padding:56px 0;
    }
    .section-alt{
      padding:56px 0;
      background: linear-gradient(180deg, rgba(255,77,46,.05), rgba(0,184,255,.04));
      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:8px;
      margin-bottom:22px;
    }
    .section-title{
      margin:0;
      font-size:30px;
      line-height:1.2;
      letter-spacing:-.4px;
    }
    .section-desc{
      margin:0;
      color:var(--muted);
      font-weight:750;
      line-height:1.7;
      max-width:840px;
    }

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

    .content-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .content-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(500px 200px at 0% 0%, rgba(255,45,85,.11), transparent 55%),
                  radial-gradient(420px 180px at 100% 30%, rgba(0,184,255,.10), transparent 55%);
      opacity:.9;
      pointer-events:none;
    }
    .content-card > *{position:relative}
    .content-card-accent:before{
      background: radial-gradient(520px 220px at 0% 0%, rgba(109,40,217,.13), transparent 60%),
                  radial-gradient(420px 180px at 100% 40%, rgba(255,45,85,.10), transparent 55%);
    }
    .card-icon{
      width:44px;height:44px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(255,45,85,.10);
      border:1px solid rgba(255,45,85,.20);
      font-size:20px;
    }
    .card-title{margin:12px 0 10px;font-size:18px;letter-spacing:-.2px}
    .card-text{margin:0;color:var(--muted);font-weight:720;line-height:1.75}
    .checklist{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
    .checklist li{
      display:flex;gap:10px;align-items:flex-start;
      font-weight:840;color:#1f2937;
    }
    .checklist li:before{
      content:"✓";font-weight:1000;color:var(--ok);width:18px;height:18px;border-radius:6px;
      display:inline-flex;align-items:center;justify-content:center;background: rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.18);
      flex:0 0 auto;
    }

    .card-actions{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}
    .tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
    .tag{
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      font-weight:900;
      font-size:13px;
      color:#111827;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      box-shadow: 0 10px 20px rgba(17,24,39,.05);
    }
    .tag:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(17,24,39,.10); background: rgba(255,255,255,.80)}

    .grid-3 .service-card{transition: transform .18s ease, box-shadow .18s ease}
    .service-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
      padding:18px;
      overflow:hidden;
      position:relative;
      min-height:220px;
    }
    .service-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(380px 200px at 10% 0%, rgba(255,45,85,.11), transparent 55%),
                  radial-gradient(420px 240px at 100% 60%, rgba(0,184,255,.10), transparent 58%);
      opacity:.9;pointer-events:none;
    }
    .service-card > *{position:relative}
    .service-card-blue:before{
      background: radial-gradient(420px 240px at 10% 0%, rgba(0,184,255,.14), transparent 60%),
                  radial-gradient(420px 240px at 100% 60%, rgba(109,40,217,.11), transparent 60%);
    }
    .service-card-mint:before{
      background: radial-gradient(420px 240px at 10% 0%, rgba(22,163,74,.10), transparent 60%),
                  radial-gradient(420px 240px at 100% 60%, rgba(0,184,255,.12), transparent 60%);
    }
    .service-top{display:flex;align-items:center;gap:12px}
    .service-icon{
      width:44px;height:44px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(255,45,85,.10);
      border:1px solid rgba(255,45,85,.20);
      font-size:20px;
      flex:0 0 auto;
    }
    .service-title{font-weight:1000;letter-spacing:-.2px}
    .service-text{margin:12px 0 0;color:var(--muted);font-weight:730;line-height:1.75}
    .service-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
    .chip{
      border-radius:999px;
      padding:7px 10px;
      font-weight:950;
      font-size:13px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.58);
      color:#111827;
    }

    .platform-intro{
      margin-top:22px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.52));
      box-shadow: var(--shadow);
      padding:18px;
      display:grid;
      grid-template-columns: 1.25fr .85fr;
      gap:18px;
      align-items:start;
      overflow:hidden;
      position:relative;
    }
    .platform-intro:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(600px 260px at 0% 0%, rgba(255,45,85,.12), transparent 60%),
                  radial-gradient(520px 260px at 100% 40%, rgba(0,184,255,.10), transparent 55%);
      pointer-events:none;
      opacity:.95;
    }
    .platform-left,.platform-right{position:relative}
    .platform-title{margin:6px 0 10px;font-size:20px;letter-spacing:-.25px}
    .timeline{list-style:none;margin:0;padding:0;display:grid;gap:12px}
    .time-item{display:flex;gap:12px;align-items:flex-start}
    .time-dot{
      width:12px;height:12px;border-radius:6px;
      background: linear-gradient(135deg, var(--brand), var(--brand3));
      margin-top:5px;
      box-shadow:0 0 0 6px rgba(255,45,85,.10);
      flex:0 0 auto;
    }
    .time-head{font-weight:1000}
    .time-desc{margin-top:6px;color:var(--muted);font-weight:740;line-height:1.6}

    .score-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      padding:16px;
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
    }
    .score-head{display:flex;flex-direction:column;gap:6px}
    .score-title{font-weight:1000;font-size:16px}
    .score-tag{
      align-self:flex-start;
      padding:7px 10px;border-radius:999px;
      border:1px solid rgba(255,45,85,.22);
      background: rgba(255,45,85,.08);
      color:#8a1530;
      font-weight:950;font-size:13px;
    }
    .score-grid{
      margin-top:14px;
      display:grid;grid-template-columns:1fr 1fr;gap:12px;
    }
    .score-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      padding:12px 12px;
    }
    .score-num{font-weight:1000;font-size:14px}
    .score-sub{margin-top:6px;color:var(--muted);font-weight:780;font-size:13px;line-height:1.4}
    .score-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
    .score-foot{
      margin-top:14px;
      padding-top:12px;
      border-top:1px solid rgba(17,24,39,.08);
      color: #374151;
      font-weight:850;
      display:flex;gap:10px;align-items:center;
      font-size:13px;
    }
    .mini-badge{width:18px;height:18px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background: rgba(22,163,74,.10);border:1px solid rgba(22,163,74,.18)}

    .network-card{
      margin-top:14px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
      padding:16px;
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
    }
    .network-top{display:flex;flex-direction:column;gap:6px}
    .network-title{font-weight:1000;font-size:16px}
    .network-sub{color:var(--muted);font-weight:760;font-size:13px}
    .network-list{margin-top:14px;display:grid;gap:12px}
    .network-row{display:flex;gap:12px;align-items:flex-start}
    .network-icon{
      width:40px;height:40px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(0,184,255,.10);
      border:1px solid rgba(0,184,255,.20);
      font-size:18px;
      flex:0 0 auto;
    }
    .network-head{font-weight:1000}
    .network-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .network-action{margin-top:14px}

    .fade-in{opacity:0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease;}
    .fade-in.in-view{opacity:1; transform: translateY(0px);}

    .steps{
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .step{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      padding:16px 14px;
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
      position:relative;
      overflow:hidden;
      display:flex;flex-direction:column;gap:10px;
      min-height:190px;
    }
    .step:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(320px 160px at 10% 0%, rgba(255,45,85,.12), transparent 55%),
                  radial-gradient(320px 160px at 100% 60%, rgba(0,184,255,.10), transparent 55%);
      opacity:.8;pointer-events:none;
    }
    .step > *{position:relative}
    .step-index{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      font-weight:1000;
      background: rgba(255,45,85,.08);
      border:1px solid rgba(255,45,85,.20);
      color:#8a1530;
    }
    .step-title{font-weight:1000;letter-spacing:-.2px}
    .step-desc{color:var(--muted);font-weight:760;line-height:1.7;margin-top:auto}

    .cta-band{
      margin-top:18px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(135deg, rgba(255,45,85,.10), rgba(0,184,255,.08));
      padding:18px;
      display:flex;align-items:center;justify-content:space-between;gap:16px;
      box-shadow: var(--shadow);
    }
    .cta-band-title{font-weight:1000;font-size:18px}
    .cta-band-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .cta-band-right{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .network-map-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      padding:18px;
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .map-head{display:flex;flex-direction:column;gap:6px}
    .map-title{font-weight:1000;font-size:16px}
    .map-sub{color:var(--muted);font-weight:760;font-size:13px}
    .map-wrap{
      margin-top:16px;
      border-radius:20px;
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.35));
      position:relative;
      height:220px;
      overflow:hidden;
    }
    .map-line{
      position:absolute;left:-20px;right:-20px;height:2px;background: linear-gradient(90deg, rgba(255,45,85,.0), rgba(255,45,85,.55), rgba(0,184,255,.45), rgba(0,184,255,.0));
      transform: rotate(-8deg);
      opacity:.7;
    }
    .l1{top:64px}
    .l2{top:118px;transform: rotate(6deg)}
    .l3{top:160px;transform: rotate(-2deg);opacity:.55}
    .map-node{
      position:absolute;width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand3));
      box-shadow: 0 0 0 6px rgba(255,45,85,.10);
      opacity:.95;
    }
    .n1{left:20%;top:40px}
    .n2{left:35%;top:82px}
    .n3{left:50%;top:60px}
    .n4{left:65%;top:96px}
    .n5{left:78%;top:62px}
    .n6{left:58%;top:138px}
    .map-legend{
      margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;
    }
    .legend-item{
      display:flex;align-items:center;gap:10px;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      font-weight:900;font-size:13px;color:#111827;
    }
    .legend-dot{width:10px;height:10px;border-radius:5px;background: rgba(255,45,85,.85); box-shadow: 0 0 0 6px rgba(255,45,85,.10)}
    .network-ops-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      padding:18px;
      box-shadow: var(--shadow);
    }

    .ops-list{margin-top:12px;display:grid;gap:12px}
    .ops-row{display:flex;gap:12px;align-items:flex-start}
    .ops-num{
      width:46px;height:46px;border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      display:flex;align-items:center;justify-content:center;
      font-weight:1000;color:#111827;flex:0 0 auto;
    }
    .ops-head{font-weight:1000}
    .ops-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .ops-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}

    .form-layout{grid-template-columns:1.05fr .95fr}
    .form-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .form-head{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
    .form-title{font-weight:1000;font-size:18px}
    .form-sub{color:var(--muted);font-weight:760}
    .ai-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}
    .field-label{font-size:13px;color:#374151;font-weight:900}
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.14);
      background:#fff;
      padding:11px 12px;
      font-size:14px;
      color:#111827;
      outline:none;
      transition: box-shadow .2s ease, border-color .2s ease;
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(255,45,85,.45);
      box-shadow: var(--ring);
    }
    textarea{resize:vertical;min-height:110px;max-height:260px}
    select{appearance:none;background-image: linear-gradient(45deg, transparent 50%, rgba(17,24,39,.7) 50%), linear-gradient(135deg, rgba(17,24,39,.7) 50%, transparent 50%);
      background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
      background-size:5px 5px, 5px 5px;
      background-repeat:no-repeat;
      padding-right:38px;
    }
    .form-foot{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:2px}
    .form-hint{display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:800;font-size:13px}
    .hint-icon{width:22px;height:22px;border-radius:10px;display:flex;align-items:center;justify-content:center;background: rgba(0,184,255,.10);border:1px solid rgba(0,184,255,.18)}
    .form-safe{
      padding:10px 12px;border-radius:14px;border:1px solid rgba(17,24,39,.10);background: rgba(255,255,255,.62);
      color:#374151;font-weight:850;font-size:13px;
    }

    .side-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.68);
      box-shadow: var(--shadow);
      padding:18px;
      display:flex;flex-direction:column;gap:12px;
      position:relative;
      overflow:hidden;
    }
    .side-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(520px 220px at 0% 0%, rgba(255,45,85,.12), transparent 60%),
                  radial-gradient(520px 220px at 100% 40%, rgba(0,184,255,.10), transparent 58%);
      opacity:.85;pointer-events:none;
    }
    .side-card > *{position:relative}
    .side-card-head{display:flex;flex-direction:column;gap:6px}
    .side-title{font-weight:1000;font-size:18px}
    .side-sub{color:var(--muted);font-weight:760}
    .side-list{margin-top:2px;display:grid;gap:12px}
    .side-item{display:flex;gap:12px;align-items:flex-start}
    .side-icon{
      width:44px;height:44px;border-radius:18px;
      border:1px solid rgba(255,45,85,.20);
      background: rgba(255,45,85,.08);
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;font-size:18px;
    }
    .side-head{font-weight:1000}
    .side-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .side-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:auto}
    .side-divider{height:1px;background: rgba(17,24,39,.10);margin:8px 0}
    .micro-network{display:flex;gap:10px;flex-wrap:wrap}
    .micro-link{
      text-decoration:none;
      font-weight:950;
      color:#111827;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      transition: transform .18s ease, box-shadow .18s ease;
      font-size:13px;
    }
    .micro-link:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(17,24,39,.10)}

    .token-layout{
      display:grid;grid-template-columns: .95fr 1.05fr; gap:16px;
      align-items:start;
    }
    .token-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .token-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(520px 220px at 0% 0%, rgba(0,184,255,.10), transparent 60%),
                  radial-gradient(520px 220px at 100% 40%, rgba(255,45,85,.11), transparent 58%);
      opacity:.85;pointer-events:none;
    }
    .token-card > *{position:relative}
    .token-title{font-weight:1000;font-size:18px}
    .token-text{margin:10px 0 0;color:var(--muted);font-weight:760;line-height:1.75}
    .token-steps{margin-top:14px;display:grid;gap:12px}
    .token-step{display:flex;gap:12px;align-items:flex-start}
    .token-badge{
      width:40px;height:40px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(255,45,85,.08);
      border:1px solid rgba(255,45,85,.18);
      font-weight:1000;color:#8a1530;
      flex:0 0 auto;
    }
    .token-head{font-weight:1000}
    .token-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .token-action{margin-top:16px}

    .table-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .table-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
    .table-title{font-weight:1000;font-size:16px}
    .table-sub{color:var(--muted);font-weight:760;font-size:13px}
    .table-wrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
    }
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
      font-size:14px;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
    }
    .compare-table thead th{
      background: linear-gradient(135deg, rgba(255,45,85,.10), rgba(0,184,255,.08));
      font-weight:1000;
      color:#111827;
      position:sticky;top:0;z-index:1;
    }
    .compare-table tbody tr:hover td{background: rgba(255,45,85,.04)}
    .table-foot{
      margin-top:12px;
      display:flex;align-items:center;gap:10px;
      color:#4b5563;font-weight:840;font-size:13px;
    }
    .table-foot-icon{width:22px;height:22px;border-radius:10px;display:flex;align-items:center;justify-content:center;background: rgba(0,184,255,.10);border:1px solid rgba(0,184,255,.18)}

    .compare-hero{
      display:grid;grid-template-columns: .55fr .45fr;gap:16px;
      align-items:stretch;
    }
    .rating-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .rating-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(520px 240px at 0% 0%, rgba(255,45,85,.18), transparent 60%),
                  radial-gradient(520px 240px at 100% 30%, rgba(0,184,255,.14), transparent 58%);
      opacity:.9;pointer-events:none;
    }
    .rating-card > *{position:relative}
    .rating-top{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}
    .rating-stars{font-size:18px;color:#f59e0b}
    .rating-level{font-weight:1000;color:#8a1530;font-size:14px}
    .rating-score{display:flex;align-items:baseline;gap:10px;margin-top:18px}
    .score-num{font-size:52px;line-height:1;font-weight:1100;letter-spacing:-1px}
    .score-den{color:var(--muted);font-weight:900}
    .rating-note{margin-top:10px;color: #374151;font-weight:860;line-height:1.6}

    .compare-quick{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.68);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .quick-title{font-weight:1000;font-size:16px}
    .quick-list{margin-top:12px;display:grid;gap:10px}
    .quick-item{display:flex;gap:10px;align-items:flex-start;color:#111827;font-weight:900}
    .tick{color:var(--ok);font-weight:1100}
    .quick-actions{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}

    .compare-table-card{
      margin-top:16px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .table-wrap-2 .compare-table{min-width:780px}
    .compare-table-actions{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .cases-grid .case-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
      padding:18px;
      min-height:220px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .cases-grid .case-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(420px 220px at 0% 0%, rgba(255,45,85,.12), transparent 60%),
                  radial-gradient(420px 220px at 100% 60%, rgba(0,184,255,.10), transparent 58%);
      opacity:.9;pointer-events:none;
    }
    .cases-grid .case-card > *{position:relative}
    .case-card:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(17,24,39,.10)}
    .case-card-hot:before{
      background: radial-gradient(440px 240px at 0% 0%, rgba(255,77,46,.16), transparent 60%),
                  radial-gradient(420px 240px at 100% 60%, rgba(109,40,217,.10), transparent 58%);
    }
    .case-top{display:flex;align-items:flex-start;gap:12px}
    .case-icon{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(0,184,255,.10);
      border:1px solid rgba(0,184,255,.20);
      font-size:20px;flex:0 0 auto;
    }
    .case-card-hot .case-icon{
      background: rgba(255,45,85,.10);
      border-color: rgba(255,45,85,.24);
    }
    .case-title{font-weight:1000;letter-spacing:-.2px}
    .case-text{margin:12px 0 0;color:var(--muted);font-weight:760;line-height:1.75}
    .case-tags{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

    .case-more{margin-top:18px}
    .case-cta{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(135deg, rgba(255,45,85,.10), rgba(0,184,255,.08));
      padding:18px;
      display:flex;align-items:center;justify-content:space-between;gap:16px;
      box-shadow: var(--shadow);
    }
    .case-cta-title{font-weight:1000;font-size:18px}
    .case-cta-desc{margin-top:6px;color:var(--muted);font-weight:760}

    .reviews-grid .review-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 28px rgba(17,24,39,.06);
      padding:16px;
      min-height:190px;
      transition: transform .18s ease, box-shadow .18s ease;
      position:relative;
      overflow:hidden;
    }
    .reviews-grid .review-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(420px 220px at 0% 0%, rgba(255,45,85,.10), transparent 60%),
                  radial-gradient(420px 220px at 100% 60%, rgba(0,184,255,.08), transparent 58%);
      opacity:.85;pointer-events:none;
    }
    .reviews-grid .review-card > *{position:relative}
    .reviews-grid .review-card:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(17,24,39,.10)}
    .review-top{display:flex;align-items:center;justify-content:space-between}
    .review-avatar{
      width:44px;height:44px;border-radius:18px;
      background: rgba(255,45,85,.10);
      border:1px solid rgba(255,45,85,.20);
      display:flex;align-items:center;justify-content:center;
      font-weight:1100;
    }
    .review-card-blue .review-avatar{background: rgba(0,184,255,.10);border-color: rgba(0,184,255,.22)}
    .review-card-mint .review-avatar{background: rgba(22,163,74,.10);border-color: rgba(22,163,74,.22)}
    .review-card-hot .review-avatar{background: rgba(255,77,46,.12);border-color: rgba(255,77,46,.22)}
    .review-who{font-weight:1000}
    .review-stars{margin-top:10px;color:#f59e0b;font-size:14px}
    .review-text{margin:12px 0 0;color:var(--muted);font-weight:760;line-height:1.75}

    .article-list-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .card-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
    .sub-title{font-weight:1000;font-size:18px;margin:0}
    .link-more{
      color: #8a1530;
      font-weight:950;
      text-decoration:none;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(255,45,85,.22);
      background: rgba(255,45,85,.07);
      transition: transform .18s ease, box-shadow .18s ease;
      font-size:13px;
      white-space:nowrap;
    }
    .link-more:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(17,24,39,.10)}
    .article-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px}
    .article-item{
      display:flex;align-items:center;gap:12px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .article-item:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(17,24,39,.10)}
    .article-badge{
      width:46px;flex:0 0 auto;
      font-weight:1000;
      color:#111827;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      border-radius:18px;
      padding:10px 0;
      text-align:center;
      font-size:13px;
    }
    .article-body{flex:1 1 auto}
    .article-title{font-weight:1000;line-height:1.4}
    .article-meta{margin-top:6px;color:var(--muted);font-weight:760;font-size:13px}
    .article-link{
      text-decoration:none;
      border-radius:14px;
      border:1px solid rgba(255,45,85,.24);
      background: rgba(255,45,85,.08);
      padding:10px 12px;
      font-weight:1000;
      color:#8a1530;
      transition: transform .18s ease;
    }
    .article-link:hover{transform: translateY(-1px)}
    .article-bottom{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .industry-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .muted{color:var(--muted);font-weight:760}
    .info-box{
      margin-top:14px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:14px;
      display:grid;gap:12px;
    }
    .info-row{display:flex;gap:12px;align-items:flex-start}
    .info-dot{
      width:12px;height:12px;border-radius:6px;
      background: linear-gradient(135deg, var(--brand), var(--brand3));
      box-shadow:0 0 0 6px rgba(255,45,85,.10);
      margin-top:5px;flex:0 0 auto;
    }
    .info-text{color:#111827;font-weight:900;line-height:1.7}

    .tag-cloud-2{margin-top:14px}
    .industry-actions{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}

    .training-grid{display:grid;grid-template-columns: 1.05fr .95fr; gap:16px; align-items:start}
    .training-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .training-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(520px 240px at 0% 0%, rgba(255,45,85,.14), transparent 60%),
                  radial-gradient(520px 240px at 100% 40%, rgba(0,184,255,.10), transparent 58%);
      opacity:.9;pointer-events:none;
    }
    .training-card > *{position:relative}
    .training-top{display:flex;gap:12px;align-items:flex-start}
    .training-icon{
      width:46px;height:46px;border-radius:18px;
      background: rgba(109,40,217,.10);
      border:1px solid rgba(109,40,217,.20);
      display:flex;align-items:center;justify-content:center;
      font-size:20px;flex:0 0 auto;
    }
    .training-title{font-weight:1000;font-size:16px}
    .training-sub{margin-top:6px;color:var(--muted);font-weight:760;font-size:13px;line-height:1.6}
    .course-list{margin-top:14px;display:grid;gap:12px}
    .course{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
    }
    .course-name{font-weight:1000}
    .course-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .course-foot{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}

    .training-why{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .why-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .why-item{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
    }
    .why-icon{
      width:40px;height:40px;border-radius:16px;
      border:1px solid rgba(255,45,85,.18);
      background: rgba(255,45,85,.08);
      display:flex;align-items:center;justify-content:center;
      font-size:18px;
      margin-bottom:10px;
    }
    .why-head{font-weight:1000}
    .why-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .training-cta{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}

    .faq-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
    }
    .faq-head{display:flex;flex-direction:column;gap:6px}
    .accordion{margin-top:12px;display:grid;gap:10px}
    .acc-item{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      overflow:hidden;
    }
    .acc-btn{
      width:100%;
      padding:14px 14px;
      background: transparent;
      border:0;
      text-align:left;
      font-weight:1000;
      cursor:pointer;
      color:#111827;
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      font-size:14px;
    }
    .acc-btn:focus-visible{outline:none; box-shadow: var(--ring)}
    .acc-btn:after{
      content:"+";
      font-weight:1100;
      color:#6b7280;
      transition: transform .2s ease;
      flex:0 0 auto;
    }
    .acc-item.open .acc-btn:after{
      content:"-";
      transform: rotate(0deg);
    }
    .acc-panel{
      max-height:0;
      overflow:hidden;
      transition: max-height .25s ease;
    }
    .acc-content{
      padding:0 14px 14px;
      color:var(--muted);
      font-weight:760;
      line-height:1.75;
      font-size:14px;
    }

    .ai-bible-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .bible-list{margin-top:12px;display:grid;gap:12px}
    .bible-item{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
    }
    .bible-k{font-weight:1000}
    .bible-v{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .ai-bible-action{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}
    .partner-card{
      margin-top:14px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(135deg, rgba(255,45,85,.07), rgba(0,184,255,.06));
      padding:16px;
    }
    .partner-head{display:flex;flex-direction:column;gap:6px}
    .partner-title{font-weight:1000}
    .partner-sub{color:var(--muted);font-weight:760;font-size:13px}
    .partner-links{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
    .partner-links a{
      text-decoration:none;
      font-weight:950;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:9px 10px;
      border-radius:999px;
      color:#111827;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      font-size:13px;
    }
    .partner-links a:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(17,24,39,.10); background: rgba(255,255,255,.80)}

    .contact-grid{grid-template-columns: 1fr 1fr}
    .contact-card, .contact-media{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .contact-title{font-weight:1000;font-size:18px}
    .contact-lines{margin-top:14px;display:grid;gap:12px}
    .contact-line{display:flex;gap:12px;align-items:flex-start}
    .contact-icon{
      width:44px;height:44px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(0,184,255,.10);
      border:1px solid rgba(0,184,255,.20);
      font-size:18px;flex:0 0 auto;
    }
    .contact-k{font-size:13px;color:#6b7280;font-weight:900}
    .contact-v{margin-top:6px;font-weight:1000;line-height:1.4}
    .contact-quick{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}

    .media-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
    .contact-sub{margin-top:6px;color:var(--muted);font-weight:760;font-size:13px;line-height:1.6}
    .qr-wrap{
      margin-top:14px;
      border-radius:20px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:16px;
      display:flex;align-items:center;justify-content:center;
    }
    .qr-img{max-width:180px;width:100%;height:auto;display:block}
    .media-note{
      margin-top:14px;
      color:#374151;font-weight:850;
      display:flex;gap:10px;align-items:center;
      font-size:13px;
    }
    .note-dot{width:10px;height:10px;border-radius:5px;background: var(--ok); box-shadow: 0 0 0 6px rgba(22,163,74,.10)}

    .agent-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;align-items:start}
    .agent-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .agent-card:before{
      content:"";
      position:absolute;inset:-1px;
      background: radial-gradient(520px 240px at 0% 0%, rgba(255,45,85,.14), transparent 60%),
                  radial-gradient(520px 240px at 100% 40%, rgba(109,40,217,.10), transparent 58%);
      opacity:.9;pointer-events:none;
    }
    .agent-card > *{position:relative}
    .agent-top{display:flex;gap:12px;align-items:flex-start}
    .agent-icon{
      width:46px;height:46px;border-radius:18px;
      background: rgba(255,45,85,.10);
      border:1px solid rgba(255,45,85,.22);
      display:flex;align-items:center;justify-content:center;
      font-size:20px;flex:0 0 auto;
    }
    .agent-title{font-weight:1000;font-size:18px}
    .agent-sub{margin-top:6px;color:var(--muted);font-weight:760;font-size:13px;line-height:1.6}
    .agent-features{margin-top:14px;display:grid;gap:12px}
    .agent-feature{display:flex;gap:12px;align-items:flex-start}
    .agent-bullet{width:12px;height:12px;border-radius:6px;background: linear-gradient(135deg, var(--brand), var(--brand3)); box-shadow: 0 0 0 6px rgba(255,45,85,.10); margin-top:5px;flex:0 0 auto;}
    .agent-h{font-weight:1000}
    .agent-p{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .agent-cta{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}

    .agent-side{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
    }
    .agent-side-head{display:flex;flex-direction:column;gap:6px}
    .steps-compact{margin-top:14px;display:grid;gap:12px}
    .cstep{display:flex;gap:12px;align-items:flex-start}
    .cstep-idx{
      width:44px;height:44px;border-radius:18px;
      background: rgba(0,184,255,.10);
      border:1px solid rgba(0,184,255,.20);
      display:flex;align-items:center;justify-content:center;
      font-weight:1100;color:#0b5a83;flex:0 0 auto;
    }
    .cstep-head{font-weight:1000}
    .cstep-desc{margin-top:6px;color:var(--muted);font-weight:760;line-height:1.6}
    .agent-side-foot{margin-top:14px}
    .agent-side-note{display:flex;gap:10px;align-items:center;color:#374151;font-weight:860;line-height:1.6}
    .agent-side-actions{margin-top:12px;display:flex;gap:12px;flex-wrap:wrap}

    .footer{
      background: linear-gradient(180deg, rgba(17,24,39,.96), rgba(17,24,39,.985));
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.08);
      padding:26px 0 22px;
    }
    .footer-inner{display:flex;flex-direction:column;gap:16px}
    .footer-top{
      display:grid;
      grid-template-columns: 1fr 1.4fr;
      gap:18px;
      align-items:start;
    }
    .footer-brand{display:flex;flex-direction:column;gap:10px}
    .footer-logo{width:auto;max-height:42px;filter: drop-shadow(0 10px 18px rgba(0,0,0,.25))}
    .footer-desc{color:#cbd5e1;font-weight:760;line-height:1.7}
    .footer-cols{display:grid;grid-template-columns: repeat(3, 1fr); gap:12px}
    .footer-col-title{font-weight:1000;margin-bottom:10px;color:#f3f4f6}
    .footer-col{display:flex;flex-direction:column;gap:10px}
    .footer-link{
      color:#e5e7eb;
      text-decoration:none;
      font-weight:800;
      opacity:.92;
    }
    .footer-link:hover{opacity:1;text-decoration:underline}
    .footer-kv{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}
    .footer-k{color:#94a3b8;font-weight:900}
    .footer-text{color:#e5e7eb;font-weight:850}

    .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-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .footer-home{
      color:#ffffff !important;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,45,85,.14);
      padding:9px 12px;
      border-radius:999px;
      font-size:13px;
      text-decoration:none;
      font-weight:1000;
      opacity:1;
    }
    .footer-home:hover{text-decoration:none; background: rgba(255,45,85,.20)}
    .footer-dot{width:6px;height:6px;border-radius:50%;background: rgba(255,255,255,.22)}
    .footer-right{color:#cbd5e1;font-weight:850;font-size:13px}

    .to-top{
      position:fixed;right:16px;bottom:16px;
      width:44px;height:44px;border-radius:16px;
      border:1px solid rgba(17,24,39,.14);
      background: rgba(255,255,255,.86);
      box-shadow: 0 14px 30px rgba(17,24,39,.14);
      cursor:pointer;
      font-size:18px;font-weight:1100;
      display:flex;align-items:center;justify-content:center;
      opacity:0; transform: translateY(10px);
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
      z-index:60;
    }
    .to-top.show{opacity:1; transform: translateY(0); pointer-events:auto}

    .float-contact{
      position:fixed;left:16px;bottom:16px;
      z-index:60;
      display:flex;flex-direction:column;gap:10px;
      align-items:flex-start;
    }
    .float-item{
      text-decoration:none;
      border-radius:18px;
      padding:12px 14px;
      border:1px solid rgba(17,24,39,.14);
      background: rgba(255,255,255,.88);
      box-shadow: 0 14px 30px rgba(17,24,39,.12);
      display:flex;align-items:center;gap:10px;
      color:#111827;
      font-weight:1000;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .float-item:hover{transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17,24,39,.16)}
    .float-item-primary{
      border-color: rgba(255,45,85,.28);
      background: linear-gradient(135deg, rgba(255,45,85,.18), rgba(255,77,46,.10));
    }
    .float-icon{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      background: rgba(255,45,85,.10);
      border:1px solid rgba(255,45,85,.20);
    }
    .float-item-primary .float-icon{
      background: rgba(0,184,255,.10);
      border-color: rgba(0,184,255,.22);
    }
    .float-text{font-size:13px}

    @media (max-width: 980px){
      .nav{justify-content:flex-start}
      .nav-menu{display:none}
      .nav-toggle{display:flex}
      .nav-menu.open{
        display:flex;
        position:absolute;
        top:64px;left:0;right:0;
        margin:0 var(--gutter);
        background: rgba(255,255,255,.95);
        border:1px solid rgba(17,24,39,.10);
        border-radius:18px;
        padding:12px;
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        box-shadow: 0 18px 40px rgba(17,24,39,.14);
      }
      .nav-link{padding:10px 12px}
      .nav-actions{min-width:auto}
      .hero-inner{flex-direction:column}
      .hero-right{min-width:auto}
      .hero-title{font-size:34px}
      .grid-2{grid-template-columns:1fr}
      .grid-3{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr; gap:10px}
      .platform-intro{grid-template-columns: 1fr; }
      .token-layout{grid-template-columns:1fr}
      .compare-hero{grid-template-columns:1fr}
      .training-grid{grid-template-columns:1fr}
      .faq-card, .ai-bible-card{ }
      .grid-2.form-layout{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .agent-layout{grid-template-columns:1fr}
      .footer-top{grid-template-columns:1fr}
      .footer-cols{grid-template-columns:1fr; gap:10px}
      .float-contact{left:12px;bottom:12px}
    }

    @media (prefers-reduced-motion: reduce){
      .fade-in{transition:none}
      .to-top{transition:none}
      .btn{transition:none}
      .article-item, .metric-card, .tag{transition:none}
    }