:root{
      --bg:#fbf7f6;
      --paper:#ffffff;
      --text:#1f2937;
      --muted:#5b677a;
      --border:rgba(31,41,55,.12);
      --shadow: 0 10px 30px rgba(17,24,39,.08);
      --shadow2: 0 14px 40px rgba(17,24,39,.12);
      --brand:#ff3d6e;
      --brand2:#4c6fff;
      --brand3:#00b894;
      --warn:#ffb020;
      --radius:16px;
      --radius2:22px;
      --container: 1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, "Noto Sans", sans-serif;
      background:
        radial-gradient(1100px 520px at 20% 0%, rgba(255,61,110,.12), transparent 60%),
        radial-gradient(900px 480px at 90% 20%, rgba(76,111,255,.10), transparent 55%),
        radial-gradient(860px 520px at 50% 100%, rgba(0,184,148,.08), transparent 60%),
        var(--bg);
      color:var(--text);
      line-height:1.55;
    }
    .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; z-index:9999;
      background:#fff; border:1px solid var(--border); border-radius:12px; padding:10px 12px;
      box-shadow: var(--shadow);
    }

    .container{width:100%; max-width:var(--container); margin:0 auto; padding:0 18px;}
    .site-header{
      position:sticky; top:0; z-index:1000;
      background: rgba(251,247,246,.7);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(31,41,55,.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; min-width:240px;}
    .brand-link{display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit}
    .ai-page-logo{width:44px; height:44px; object-fit:contain; border-radius:10px; background:#fff; padding:6px; box-shadow:0 6px 16px rgba(17,24,39,.08)}
    .brand-meta{display:flex; flex-direction:column; gap:2px}
    .brand-name{font-weight:800; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted)}

    .nav{display:flex; align-items:center; gap:10px;}
    .nav-toggle{
      display:none;
      border:1px solid rgba(31,41,55,.14);
      background: rgba(255,255,255,.7);
      border-radius:12px;
      padding:10px 12px;
      cursor:pointer;
      color:var(--text);
      box-shadow:0 10px 25px rgba(17,24,39,.06);
    }
    .nav-toggle-icon{
      display:inline-block; width:18px; height:12px; position:relative;
    }
    .nav-toggle-icon::before,.nav-toggle-icon::after,.nav-toggle-icon{
      background:transparent;
    }
    .nav-toggle-icon::before, .nav-toggle-icon::after{
      content:""; position:absolute; left:0; right:0; height:2px; border-radius:2px;
      background: linear-gradient(90deg, var(--brand), var(--brand2));
    }
    .nav-toggle-icon::before{top:0}
    .nav-toggle-icon::after{bottom:0}
    .nav-toggle-icon{
      background:linear-gradient(90deg, var(--brand), var(--brand2));
      height:2px; border-radius:2px; margin-left:10px;
    }
    .nav-toggle-text{margin-left:10px; font-weight:700; font-size:13px}
    .nav-panel{
      display:flex; align-items:center; gap:14px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav-item{
      text-decoration:none; color:rgba(31,41,55,.86);
      font-weight:650; font-size:13px;
      padding:8px 10px; border-radius:12px;
      border:1px solid transparent;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .nav-item:hover{background:rgba(255,255,255,.72); border-color:rgba(31,41,55,.10); transform:translateY(-1px)}
    .nav-item-cta{
      background: linear-gradient(135deg, rgba(255,61,110,.14), rgba(76,111,255,.14));
      border-color: rgba(255,61,110,.25);
    }
    .nav-item-home{
      background: rgba(255,255,255,.68);
      border-color: rgba(31,41,55,.10);
    }

    .header-actions{display:flex; gap:10px; align-items:center; justify-content:flex-end;}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:8px;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid rgba(31,41,55,.14);
      text-decoration:none; color:var(--text);
      background:#fff;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      font-weight:780;
      letter-spacing:.2px;
      font-size:14px;
      user-select:none;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 12px 30px rgba(17,24,39,.10)}
    .btn:active{transform:translateY(0px); box-shadow:none}
    .btn-lg{padding:12px 18px; border-radius:16px; font-size:15px}
    .btn-primary{
      color:#fff;
      border-color: rgba(255,61,110,.35);
      background: linear-gradient(135deg, var(--brand), #ff6a3d);
    }
    .btn-primary:hover{box-shadow: 0 18px 55px rgba(255,61,110,.22)}
    .btn-ghost{
      background: rgba(255,255,255,.7);
    }
    .btn-soft{
      background: linear-gradient(135deg, rgba(76,111,255,.14), rgba(0,184,148,.12));
      border-color: rgba(76,111,255,.22);
    }
    .btn-dark{
      background: linear-gradient(135deg, #111827, #1f2937);
      border-color: rgba(17,24,39,.35);
      color:#fff;
    }

    .text-link{
      color: rgba(76,111,255,.95);
      font-weight:760;
      text-decoration:none;
      border-bottom: 1px solid rgba(76,111,255,.35);
      transition: color .15s ease, border-color .15s ease;
    }
    .text-link:hover{color: rgba(255,61,110,.95); border-bottom-color: rgba(255,61,110,.5)}

    .hero{
      position:relative;
      padding:34px 0 22px;
      overflow:hidden;
    }
    .hero-bg{
      position:absolute; inset:-120px -140px auto -140px;
      height:620px;
      background:
        radial-gradient(650px 280px at 25% 20%, rgba(255,61,110,.20), transparent 60%),
        radial-gradient(520px 240px at 75% 10%, rgba(76,111,255,.18), transparent 60%),
        radial-gradient(620px 320px at 50% 85%, rgba(0,184,148,.14), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.6), rgba(255,255,255,.0));
      filter:saturate(1.05);
      pointer-events:none;
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      align-items:start;
      position:relative;
      padding-bottom:8px;
    }
    .hero-copy{padding:10px 0}
    .hero-chip{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(31,41,55,.12);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 30px rgba(17,24,39,.06);
      font-weight:750; color: rgba(31,41,55,.9);
      font-size:13px;
    }
    .chip-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 0 0 6px rgba(255,61,110,.12);
    }
    .hero-title{
      margin:14px 0 10px;
      font-size:44px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero-desc{
      margin:0;
      color: rgba(31,41,55,.78);
      font-size:16px;
      max-width:62ch;
    }
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px;}
    .hero-highlights{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .highlight{
      background: rgba(255,255,255,.68);
      border:1px solid rgba(31,41,55,.10);
      border-radius:16px;
      padding:12px 12px;
      box-shadow:0 10px 25px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .highlight:hover{transform: translateY(-2px); box-shadow:0 16px 40px rgba(17,24,39,.10)}
    .highlight-top{display:flex; align-items:center; gap:10px;}
    .ico{
      width:30px; height:30px; border-radius:12px;
      display:inline-flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,110,.15), rgba(76,111,255,.14));
      border:1px solid rgba(255,61,110,.18);
      font-size:16px;
    }
    .highlight-title{font-weight:820; font-size:14px}
    .highlight-desc{margin-top:8px; color:var(--muted); font-size:13px}

    .hero-panel{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(31,41,55,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(520px 220px at 15% 0%, rgba(255,61,110,.18), transparent 60%),
                  radial-gradient(420px 200px at 90% 20%, rgba(76,111,255,.14), transparent 55%);
      pointer-events:none;
      opacity:.9;
    }
    .panel-top{position:relative}
    .panel-title{font-weight:900; font-size:16px}
    .panel-sub{color:var(--muted); margin-top:4px; font-size:13px}

    .metrics-grid{
      position:relative;
      margin-top:14px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .metric-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      border-radius:16px;
      padding:12px 12px;
      box-shadow:0 10px 25px rgba(17,24,39,.05);
    }
    .metric-card.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .metric-value{
      font-size:20px;
      font-weight:950;
      letter-spacing:-.3px;
    }
    .metric-label{margin-top:6px; font-weight:820; font-size:13px}
    .metric-note{margin-top:8px; color:var(--muted); font-size:12px}

    .panel-bullets{position:relative; margin-top:14px; display:flex; flex-direction:column; gap:8px}
    .bullet-row{color: rgba(31,41,55,.82); font-weight:700; font-size:13px}
    .check{
      color: rgba(0,184,148,.95);
      margin-right:8px;
      font-weight:900;
    }
    .panel-cta{position:relative; display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:16px;}
    .text-link{white-space:nowrap}

    .section{padding:56px 0}
    .section-tight{padding:28px 0}
    .section-muted{
      background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.0));
      border-top:1px solid rgba(31,41,55,.06);
      border-bottom:1px solid rgba(31,41,55,.06);
    }
    .section-head{margin-bottom:22px}
    .kicker{
      font-weight:900;
      letter-spacing:.6px;
      text-transform:uppercase;
      color: rgba(255,61,110,.95);
      font-size:12px;
      margin-bottom:8px;
    }
    .h2{
      margin:0;
      font-size:30px;
      letter-spacing:-.4px;
      line-height:1.22;
    }
    .lead{
      margin:10px 0 0;
      color: rgba(31,41,55,.78);
      font-size:16px;
      max-width:75ch;
    }
    .h3{margin:0; font-size:18px; letter-spacing:-.2px}
    .muted{color:var(--muted)}
    .card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      border-radius: var(--radius);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      padding:18px;
    }
    .card-title{font-weight:950; letter-spacing:-.2px; margin-bottom:10px}
    .hover-card{transition: transform .2s ease, box-shadow .2s ease}
    .hover-card:hover{transform: translateY(-3px); box-shadow: var(--shadow2)}
    .card-p{margin:10px 0 0; color:rgba(31,41,55,.78); font-size:14px}
    .card-actions{margin-top:14px}

    .two-col{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:16px;
      align-items:start;
    }
    .intro-card .feature-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px}
    .feature-list li{display:flex; gap:10px; align-items:flex-start; color:rgba(31,41,55,.84); font-size:14px}
    .feature-list b{color: rgba(31,41,55,.95)}
    .dot{width:10px; height:10px; border-radius:50%;
      margin-top:6px; background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow:0 0 0 6px rgba(255,61,110,.10);
      flex:0 0 auto;
    }

    .side-card{
      background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.68));
      position:relative;
      overflow:hidden;
    }
    .side-card::after{
      content:"";
      position:absolute; right:-80px; top:-90px;
      width:220px; height:220px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,61,110,.30), transparent 55%),
                  radial-gradient(circle at 70% 60%, rgba(76,111,255,.24), transparent 60%);
      filter:saturate(1.1);
      pointer-events:none;
    }
    .side-top{position:relative}
    .side-badge{
      display:inline-flex; align-items:center;
      background: rgba(255,61,110,.10);
      border:1px solid rgba(255,61,110,.22);
      color: rgba(255,61,110,.95);
      padding:8px 10px;
      border-radius:999px;
      font-weight:900;
      font-size:12px;
    }
    .side-title{margin-top:12px; font-weight:980; font-size:20px; letter-spacing:-.3px}
    .side-desc{margin-top:10px; color:rgba(31,41,55,.78); font-size:14px}
    .segmented{margin-top:16px; display:flex; flex-direction:column; gap:10px; position:relative}
    .seg-row{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; border-top:1px dashed rgba(31,41,55,.14); padding-top:10px}
    .seg-k{font-weight:900; color:rgba(31,41,55,.86)}
    .seg-v{display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end}
    .tag{
      display:inline-flex; align-items:center; border-radius:999px;
      padding:7px 10px;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(31,41,55,.12);
      color:rgba(31,41,55,.86);
      font-weight:800; font-size:12px;
    }
    .tag-lg{padding:9px 12px; font-size:13px}
    .tag-hot{background: rgba(255,61,110,.10); border-color: rgba(255,61,110,.25); color: rgba(255,61,110,.98)}
    .tag-cool{background: rgba(76,111,255,.10); border-color: rgba(76,111,255,.22); color: rgba(76,111,255,.98)}
    .side-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; position:relative}

    .cards-3{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card-ico{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      font-size:20px;
      background: linear-gradient(135deg, rgba(255,61,110,.14), rgba(76,111,255,.12));
      border:1px solid rgba(255,61,110,.20);
    }
    .service-tag-wrap{margin-top:18px}
    .tag-cloud{display:flex; flex-wrap:wrap; gap:10px}

    .grid-steps{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      border-radius:18px;
      padding:16px 14px;
      position:relative;
      overflow:hidden;
    }
    .step-card::before{
      content:"";
      position:absolute; left:-40px; top:-60px;
      width:130px; height:130px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,61,110,.22), transparent 60%);
      opacity:.75; pointer-events:none;
    }
    .step-num{
      font-weight:1000; color:rgba(31,41,55,.72);
      font-size:14px; letter-spacing:.2px;
      display:inline-flex; align-items:center;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(31,41,55,.10);
      padding:7px 10px;
      border-radius:999px;
      position:relative;
    }
    .step-title{margin-top:12px; font-weight:950; font-size:16px; letter-spacing:-.2px; position:relative}
    .step-desc{margin-top:8px; color:rgba(31,41,55,.78); font-size:14px; position:relative}

    .inline-cta{
      margin-top:18px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(31,41,55,.10);
      border-radius: 20px;
      padding:16px;
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      flex-wrap:wrap;
    }
    .inline-title{font-weight:980; font-size:18px}
    .inline-desc{color:rgba(31,41,55,.78); margin-top:6px; font-size:14px}
    .inline-right{display:flex; gap:10px; flex-wrap:wrap}

    .industry-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .industry-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      border-radius:18px;
      padding:16px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .industry-card:hover{transform:translateY(-3px); box-shadow: var(--shadow2)}
    .industry-card.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .industry-card .card-p{margin-top:10px}

    .network-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:16px; align-items:start;
    }
    .timeline{padding:8px 0}
    .timeline-item{display:flex; gap:14px; padding:10px 0; position:relative}
    .t-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      margin-top:6px;
      box-shadow: 0 0 0 6px rgba(255,61,110,.10);
      flex:0 0 auto;
    }
    .t-title{font-weight:950}
    .t-desc{color:rgba(31,41,55,.78); margin-top:6px; font-size:14px}
    .network-card{background: rgba(255,255,255,.74)}
    .network-pills{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .pill{
      padding:14px;
      border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.7);
    }
    .pill.alt{
      background: linear-gradient(135deg, rgba(76,111,255,.10), rgba(0,184,148,.10));
      border-color: rgba(0,184,148,.18);
    }
    .pill-top{font-weight:950}
    .pill-ico{margin-right:8px}
    .pill-desc{margin-top:8px; color:rgba(31,41,55,.78); font-size:14px}
    .network-card-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .fineprint{margin-top:14px; color:rgba(31,41,55,.70); font-size:12.5px}

    .process-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .process-col{
      padding:16px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .process-title{font-weight:980; margin-bottom:12px}
    .process-list{display:flex; flex-direction:column; gap:10px}
    .process-item{
      display:flex; align-items:flex-start; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.7);
    }
    .process-ico{
      width:30px; height:30px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,110,.12), rgba(76,111,255,.10));
      border:1px solid rgba(255,61,110,.18);
      flex:0 0 auto;
    }
    .muted{font-size:13px}
    .callout{
      margin-top:14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(31,41,55,.10);
      background: linear-gradient(135deg, rgba(255,61,110,.10), rgba(76,111,255,.10), rgba(0,184,148,.08));
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .callout-title{font-weight:980; font-size:18px}
    .callout-desc{margin-top:8px; color:rgba(31,41,55,.80); font-size:14px}

    .case-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .case-card{
      padding:16px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      display:flex; flex-direction:column; justify-content:space-between;
      min-height:230px;
    }
    .case-card.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .case-top{display:flex; flex-direction:column; gap:8px}
    .case-title{font-weight:980; letter-spacing:-.2px}
    .case-pill{
      display:inline-flex; align-self:flex-start;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.7);
      color:rgba(31,41,55,.82);
      font-weight:850; font-size:12px;
    }
    .case-body{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .case-line{color:rgba(31,41,55,.80); font-weight:730; font-size:14px; display:flex; align-items:center; gap:10px}
    .case-bullet{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 0 0 6px rgba(76,111,255,.10);
      flex:0 0 auto;
    }
    .case-footer{margin-top:14px}

    .posters{margin-top:16px}
    .posters-inner{padding:0 0 8px}
    .posters-head{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .posters-title{font-weight:980; font-size:18px}
    .posters-gallery{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px; align-items:stretch;
      margin-bottom:0;
    }
    .poster-card{
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.72);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      display:flex; flex-direction:column;
    }
    .poster-img{width:100%; display:block; object-fit:cover}
    .poster-meta{padding:14px 14px 16px}
    .poster-name{font-weight:980}
    .poster-desc{margin-top:8px; color:rgba(31,41,55,.78); font-size:14px}

    .compare-top{
      display:grid; grid-template-columns: .9fr 1.1fr; gap:12px; align-items:stretch;
    }
    .rating-card{
      background: linear-gradient(135deg, rgba(255,61,110,.14), rgba(76,111,255,.12), rgba(255,255,255,.55));
      border:1px solid rgba(255,61,110,.22);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      border-radius:22px;
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .rating-card::after{
      content:"";
      position:absolute; right:-80px; top:-90px;
      width:240px; height:240px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,61,110,.30), transparent 55%),
                  radial-gradient(circle at 70% 60%, rgba(76,111,255,.24), transparent 60%);
      opacity:.9; pointer-events:none;
    }
    .rating-title{font-weight:950; position:relative}
    .stars{margin-top:10px; position:relative; font-size:18px; letter-spacing:2px; color: rgba(255,176,32,.98); text-shadow:0 10px 30px rgba(255,176,32,.18)}
    .rating-score{margin-top:12px; position:relative; display:flex; align-items:baseline; gap:10px}
    .score-num{font-weight:1000; font-size:42px; letter-spacing:-.8px; color:#111827}
    .score-unit{font-weight:900; color:rgba(31,41,55,.80)}
    .rating-desc{margin-top:10px; color:rgba(31,41,55,.78); position:relative; font-size:14px}

    .compare-note{display:flex; flex-direction:column; justify-content:space-between}
    .note-lines{display:flex; flex-direction:column; gap:10px}
    .note-line{color:rgba(31,41,55,.82); font-weight:720; font-size:14px}
    .note-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

    .compare-table-wrap{margin-top:16px}
    .compare-table-head{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:12px}
    .table-scroll{overflow:auto; border-radius:18px; border:1px solid rgba(31,41,55,.10); background: rgba(255,255,255,.62);}
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:840px;
    }
    .compare-table th, .compare-table td{
      padding:14px 14px;
      border-bottom:1px solid rgba(31,41,55,.08);
      vertical-align:top;
      font-size:14px;
    }
    .compare-table th{
      text-align:left;
      background: linear-gradient(135deg, rgba(255,61,110,.10), rgba(76,111,255,.10));
      font-weight:950;
      position:sticky; top:0;
      z-index:1;
    }
    .compare-table tr:last-child td{border-bottom:none}
    .compare-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

    .compare-actions .btn{min-width:180px}

    .match-grid{
      display:grid; grid-template-columns: .9fr 1.1fr;
      gap:14px; align-items:start;
    }
    .match-card{background: rgba(255,255,255,.70)}
    .match-bullets{display:flex; flex-direction:column; gap:10px; margin-top:10px}
    .match-bullet{display:flex; gap:10px; align-items:flex-start; color:rgba(31,41,55,.82); font-weight:740; font-size:14px}
    .match-mini{margin-top:16px; padding-top:14px; border-top:1px solid rgba(31,41,55,.10)}
    .mini-title{font-weight:950; margin-bottom:10px}
    .mini-tags{display:flex; flex-wrap:wrap; gap:10px}

    .match-contact{margin-top:16px; display:flex; flex-direction:column; gap:10px}
    .contact-row{display:flex; align-items:center; gap:10px; color:rgba(31,41,55,.80); font-weight:720}
    .contact-ico{
      width:30px; height:30px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(0,184,148,.12), rgba(76,111,255,.10));
      border:1px solid rgba(0,184,148,.18);
      flex:0 0 auto;
    }
    .form-card{background: rgba(255,255,255,.75)}
    .form{margin-top:10px}
    .form-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-bottom:12px}
    .field{display:flex; flex-direction:column; gap:8px}
    .label{font-weight:900; font-size:13px; color:rgba(31,41,55,.88)}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(31,41,55,.12);
      background: rgba(255,255,255,.78);
      color:var(--text);
      outline:none;
      font-size:14px;
      transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(255,61,110,.35);
      box-shadow: 0 0 0 4px rgba(255,61,110,.12);
    }
    textarea{resize:vertical; min-height:120px}
    .form-actions{display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:12px}
    .form-tip{color:rgba(31,41,55,.72); font-size:12.5px; font-weight:700}
    .form-links{margin-top:12px; display:flex; gap:14px; flex-wrap:wrap}
    .micro-network{
      margin-top:14px;
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .micro-item{
      padding:16px;
      border-radius:18px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.68);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .micro-item.alt{
      background: linear-gradient(135deg, rgba(76,111,255,.10), rgba(0,184,148,.10));
      border-color: rgba(0,184,148,.18);
    }
    .micro-ico{font-size:20px}
    .micro-title{font-weight:980; margin-top:10px}
    .micro-desc{margin-top:8px; color:rgba(31,41,55,.78); font-size:14px}

    .token-grid{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start;
    }
    .token-steps{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .token-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px;
      border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .token-step-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      background: linear-gradient(135deg, rgba(255,61,110,.14), rgba(76,111,255,.12));
      border:1px solid rgba(255,61,110,.20);
      flex:0 0 auto;
    }
    .token-step-title{font-weight:980}
    .token-step-desc{margin-top:6px; color:rgba(31,41,55,.78); font-size:14px}
    .token-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .token-table-card{padding:18px}
    .token-table-scroll{margin-top:12px}
    .mini-table{width:100%; border-collapse:separate; border-spacing:0; min-width:780px;}
    .mini-table th, .mini-table td{padding:12px 12px; border-bottom:1px solid rgba(31,41,55,.08); vertical-align:top; font-size:14px}
    .mini-table th{
      position:sticky; top:0; background: linear-gradient(135deg, rgba(255,61,110,.10), rgba(76,111,255,.10));
      font-weight:950;
      border-bottom:1px solid rgba(31,41,55,.10);
      z-index:1;
      text-align:left;
    }
    .mini-table tr:last-child td{border-bottom:none}
    .token-safe{
      margin-top:12px;
      padding:12px 14px;
      border-radius:16px;
      background: rgba(0,184,148,.10);
      border:1px solid rgba(0,184,148,.18);
      display:flex; gap:10px; align-items:flex-start;
    }
    .safe-ico{font-size:18px}
    .safe-text{color:rgba(31,41,55,.82); font-weight:720; font-size:13.5px}

    .sponsors{margin-top:14px; padding-top:6px; display:flex; gap:12px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap}
    .sponsors-left{max-width:60ch}
    .sponsors-tags{display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end}

    .training-grid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px; align-items:start;
    }
    .training-list{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .training-item{
      padding:14px;
      border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .training-item.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .training-name{font-weight:980}
    .training-desc{margin-top:6px; color:rgba(31,41,55,.78); font-size:14px}
    .training-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .training-right-grid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px; margin-top:12px
    }
    .mini-card{
      border-radius:16px;
      padding:14px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .mini-card.alt{
      background: linear-gradient(135deg, rgba(76,111,255,.10), rgba(0,184,148,.10));
      border-color: rgba(0,184,148,.18);
    }
    .mini-ico{font-size:20px}
    .mini-title{margin-top:10px; font-weight:980}
    .mini-desc{margin-top:6px; color:rgba(31,41,55,.78); font-size:14px}

    .training-testimonial{margin-top:12px; padding:14px; border-radius:18px; border:1px solid rgba(31,41,55,.10); background: rgba(255,255,255,.68)}
    .quote{display:flex; gap:12px; align-items:flex-start}
    .quote-mark{font-size:34px; line-height:1; color:rgba(255,61,110,.95); font-weight:1000; transform: translateY(-4px)}
    .quote-text{color:rgba(31,41,55,.82); font-weight:760}
    .quote-meta{margin-top:10px; color:rgba(31,41,55,.68); font-weight:820; font-size:13px}

    .help-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px
    }
    .help-card{padding:18px}
    .help-items{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .help-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px; border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .help-item.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .help-ico{
      width:38px; height:38px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,61,110,.14), rgba(76,111,255,.12));
      border:1px solid rgba(255,61,110,.20);
      flex:0 0 auto;
      font-size:18px;
    }
    .help-title{font-weight:980}
    .help-desc{margin-top:6px; color:rgba(31,41,55,.78); font-size:14px}
    .help-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .help-list{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .article-item{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:14px; border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .article-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow:0 0 0 6px rgba(255,61,110,.10);
      margin-top:6px;
      flex:0 0 auto;
    }
    .article-body{flex:1 1 auto; min-width:0}
    .article-title{font-weight:980; letter-spacing:-.2px}
    .article-meta{margin-top:8px; color:rgba(31,41,55,.68); font-weight:780; font-size:12.5px}
    .article-link{
      white-space:nowrap;
      text-decoration:none;
      font-weight:950;
      padding:10px 12px;
      border-radius:14px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(31,41,55,.12);
    }
    .help-logos{display:flex; align-items:center; gap:10px; margin-top:14px; flex-wrap:wrap}

    .faq-grid{
      display:grid; grid-template-columns: .85fr 1.15fr; gap:14px; align-items:start;
    }
    .faq-side-card{padding:18px}
    .faq-side-metrics{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .faq-side-metric{
      padding:14px; border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .faq-side-metric.alt{
      background: linear-gradient(135deg, rgba(76,111,255,.10), rgba(0,184,148,.10));
      border-color: rgba(0,184,148,.18);
    }
    .faq-side-num{font-weight:1000}
    .faq-side-label{margin-top:6px; color:rgba(31,41,55,.78); font-weight:780; font-size:14px}
    .faq-side-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    details.faq-item{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(31,41,55,.10);
      border-radius:18px;
      padding:14px 14px;
      margin-bottom:12px;
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    details.faq-item[open]{box-shadow: var(--shadow2); transform:translateY(-2px)}
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      font-weight:950;
      letter-spacing:-.2px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      user-select:none;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-arrow{
      width:12px; height:12px; border-right:2px solid rgba(31,41,55,.55); border-bottom:2px solid rgba(31,41,55,.55);
      transform: rotate(45deg);
      transition: transform .2s ease;
      flex:0 0 auto;
      margin-left:auto;
      opacity:.8;
    }
    details[open] .faq-arrow{transform: rotate(-135deg)}
    .faq-answer{
      margin-top:10px;
      color:rgba(31,41,55,.80);
      font-weight:720;
      font-size:14px;
      padding-top:10px;
      border-top:1px solid rgba(31,41,55,.10);
    }

    .ency-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .ency-card{
      padding:16px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .ency-card.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .ency-card .card-p{margin-top:10px}
    .ency-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .news-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .news-card{
      padding:16px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      display:flex; flex-direction:column; gap:10px;
      min-height:250px;
    }
    .news-card.alt{
      background: linear-gradient(135deg, rgba(76,111,255,.10), rgba(0,184,148,.10));
      border-color: rgba(0,184,148,.18);
    }
    .news-top{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .news-chip{
      display:inline-flex; padding:7px 10px; border-radius:999px;
      background: rgba(255,61,110,.10);
      border:1px solid rgba(255,61,110,.22);
      color: rgba(255,61,110,.98);
      font-weight:950; font-size:12px;
    }
    .news-time{color:rgba(31,41,55,.66); font-weight:900; font-size:12px}
    .news-card .card-p{margin-top:2px}
    .news-card .btn{margin-top:auto}

    .review-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .review-card{
      padding:16px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(31,41,55,.10);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      transition: transform .2s ease, box-shadow .2s ease;
      min-height:180px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .review-card.alt{
      background: linear-gradient(135deg, rgba(255,61,110,.08), rgba(76,111,255,.10));
      border-color: rgba(76,111,255,.18);
    }
    .review-card:hover{transform:translateY(-3px); box-shadow: var(--shadow2)}
    .review-top{display:flex; gap:12px; align-items:center}
    .avatar{
      width:42px; height:42px; border-radius:16px;
      background: linear-gradient(135deg, rgba(255,61,110,.16), rgba(76,111,255,.14));
      border:1px solid rgba(255,61,110,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
    }
    .review-role{font-weight:980}
    .review-star{margin-top:4px; color:rgba(255,176,32,.98); font-weight:950; letter-spacing:.8px}
    .review-text{margin-top:12px; color:rgba(31,41,55,.82); font-weight:730; font-size:14px}

    .join-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .join-list{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .join-item{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(31,41,55,.82);
      font-weight:740;
      font-size:14px;
      padding:12px;
      border-radius:16px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.70);
    }
    .join-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .join-side{overflow:hidden}
    .join-side-grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-top:12px}
    .join-faq-short{margin-top:14px; padding-top:14px; border-top:1px solid rgba(31,41,55,.10)}
    .short-title{font-weight:980}
    .short-lines{margin-top:10px; display:flex; flex-direction:column; gap:10px; color:rgba(31,41,55,.80); font-weight:780}
    .short-line{display:flex; align-items:center; gap:10px}
    .tiny{
      width:22px; height:22px; border-radius:10px;
      display:inline-flex; align-items:center; justify-content:center;
      background: rgba(76,111,255,.12);
      border:1px solid rgba(76,111,255,.18);
      color: rgba(76,111,255,.98);
      font-weight:1000; font-size:12px;
      flex:0 0 auto;
    }

    .section-footer-logos{padding-top:26px; padding-bottom:34px}
    .links-wrap{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.65);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      margin-bottom:12px;
    }
    .links-wrap-compact{margin-bottom:0}
    .links-title{font-weight:1000; font-size:18px}
    .links-right{display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end}
    .links-right a{
      text-decoration:none;
      font-weight:900;
      font-size:13px;
      padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.72);
      color:rgba(31,41,55,.86);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .links-right a:hover{transform:translateY(-2px); border-color: rgba(255,61,110,.25); box-shadow:0 14px 35px rgba(17,24,39,.10)}

    .site-footer{
      background: #0f172a;
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.08);
      padding:32px 0 28px;
    }
    .footer-inner{padding:0 18px}
    .footer-top{
      display:grid; grid-template-columns: 1.05fr .95fr; gap:18px;
      align-items:start;
    }
    .footer-brand{padding:4px 0}
    .footer-logo{width:48px; height:48px}
    .footer-logo .ai-page-logo{width:48px; height:48px; border-radius:14px; background:#0b1225}
    .footer-desc{margin-top:12px; color:rgba(229,231,235,.86); font-weight:720}
    .footer-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .site-footer .btn{border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color:#fff}
    .site-footer .btn-ghost{background: rgba(255,255,255,.06)}
    .site-footer .btn-primary{border-color: rgba(255,61,110,.35)}
    .footer-cols{display:grid; grid-template-columns: 1fr 1fr 1fr; gap:14px}
    .footer-col{padding:10px 0}
    .footer-title{font-weight:1000; margin-bottom:12px}
    .footer-link{
      display:inline-block; margin:8px 0;
      color: rgba(229,231,235,.88);
      text-decoration:none;
      font-weight:780;
      border-bottom:1px solid transparent;
      transition: color .15s ease, border-color .15s ease;
    }
    .footer-link:hover{color:#fff; border-bottom-color: rgba(255,255,255,.28)}
    .footer-contact{display:flex; flex-direction:column; gap:8px}
    .footer-text{color: rgba(229,231,235,.86); font-weight:740}
    .kefu-wrap{margin-top:14px}
    .kefu-img{
      width:124px; height:auto; border-radius:16px;
      border:1px solid rgba(255,255,255,.14);
      background:#0b1225;
      padding:10px;
      box-shadow:0 18px 50px rgba(0,0,0,.35);
      display:block;
    }
    .kefu-text{margin-top:10px; color:rgba(229,231,235,.80); font-weight:740; font-size:13px}
    .footer-bottom{
      margin-top:18px;
      border-top:1px solid rgba(255,255,255,.10);
      padding-top:14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      color:rgba(229,231,235,.82);
      font-weight:760;
    }
    .dot-sep{opacity:.6; margin:0 10px}
    .to-top{
      appearance:none;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      color:#fff;
      padding:10px 12px;
      border-radius:14px;
      cursor:pointer;
      font-weight:900;
    }
    .to-top:hover{background: rgba(255,255,255,.10)}

    .float-kefu{
      position:fixed;
      right:18px;
      bottom:22px;
      width:56px; height:56px;
      border-radius:18px;
      border:1px solid rgba(255,61,110,.35);
      background: linear-gradient(135deg, rgba(255,61,110,.92), rgba(76,111,255,.86));
      color:#fff;
      box-shadow: 0 18px 55px rgba(255,61,110,.25);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      z-index:1100;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .float-kefu:hover{transform:translateY(-3px); box-shadow:0 26px 75px rgba(255,61,110,.30)}
    .float-ico{font-size:20px}

    .kefu-modal{
      position:fixed; inset:0;
      background: rgba(15,23,42,.46);
      display:none;
      z-index:1200;
      padding:18px;
    }
    .kefu-modal.open{display:flex; align-items:center; justify-content:center}
    .kefu-modal-inner{
      width:100%;
      max-width:980px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(255,255,255,.25);
      border-radius:22px;
      box-shadow:0 40px 120px rgba(0,0,0,.35);
      overflow:hidden;
    }
    .kefu-modal-head{
      padding:14px 16px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      border-bottom:1px solid rgba(31,41,55,.10);
      background: linear-gradient(135deg, rgba(255,61,110,.12), rgba(76,111,255,.10));
    }
    .kefu-modal-title{font-weight:1000; font-size:16px}
    .kefu-modal-sub{margin-top:6px; color:rgba(31,41,55,.72); font-weight:800; font-size:13px}
    .kefu-close{
      border:1px solid rgba(31,41,55,.14);
      background: rgba(255,255,255,.75);
      color:var(--text);
      border-radius:14px;
      padding:10px 12px;
      cursor:pointer;
      font-weight:950;
    }
    .kefu-close:hover{border-color: rgba(255,61,110,.30)}
    .kefu-modal-body{
      padding:16px;
      display:grid; grid-template-columns: .95fr 1.05fr;
      gap:14px;
      align-items:start;
    }
    .kefu-modal-qr{
      border-radius:18px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.72);
      padding:16px;
      display:flex; align-items:center; justify-content:center;
      min-height:280px;
    }
    .kefu-modal-img{width:240px; height:auto; border-radius:18px; border:1px solid rgba(31,41,55,.10); background:#fff; padding:10px}
    .kefu-modal-info{
      border-radius:18px;
      border:1px solid rgba(31,41,55,.10);
      background: rgba(255,255,255,.72);
      padding:16px;
    }
    .info-line{margin-bottom:10px; color:rgba(31,41,55,.84); font-weight:780}
    .info-tip{margin:12px 0 14px; color:rgba(31,41,55,.72); font-weight:780}
    .kefu-modal-info .btn{width:100%}

    .toast{
      position:fixed;
      left:50%;
      transform:translateX(-50%);
      bottom:110px;
      background: rgba(17,24,39,.92);
      color:#fff;
      padding:12px 14px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 22px 60px rgba(0,0,0,.28);
      z-index:1300;
      font-weight:900;
    }

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; gap:14px}
      .hero-title{font-size:36px}
      .hero-highlights{grid-template-columns: 1fr; }
      .two-col{grid-template-columns: 1fr; }
      .cards-3{grid-template-columns: 1fr; }
      .grid-steps{grid-template-columns: 1fr 1fr}
      .industry-grid{grid-template-columns: 1fr 1fr}
      .network-grid{grid-template-columns: 1fr}
      .process-grid{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .posters-gallery{grid-template-columns: 1fr}
      .compare-top{grid-template-columns: 1fr}
      .match-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}
      .ency-grid{grid-template-columns: 1fr 1fr}
      .news-grid{grid-template-columns: 1fr}
      .review-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .footer-top{grid-template-columns: 1fr}
      .footer-cols{grid-template-columns: 1fr; gap:10px}
      .float-kefu{right:14px; bottom:18px}
      .kefu-modal-body{grid-template-columns: 1fr}
      .kefu-modal-img{width:200px}
      .nav-panel{display:none}
      .nav-toggle{display:inline-flex; align-items:center}
      .nav-panel{
        position:absolute;
        top:64px;
        right:18px;
        left:18px;
        background: rgba(255,255,255,.92);
        border:1px solid rgba(31,41,55,.10);
        border-radius:18px;
        box-shadow: var(--shadow2);
        padding:12px;
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
      }
      .nav-panel.show{display:flex}
      .header-actions .btn-ghost{display:none}
      .hero{padding-top:22px}
      .section{padding:44px 0}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .btn,.hover-card,.highlight{transition:none}
    }