:root{
      --bg:#fff7f8;
      --bg2:#ffffff;
      --text:#1f2430;
      --muted:#5b6476;
      --muted2:#7a849a;
      --line:rgba(20,24,33,.10);
      --card:rgba(255,255,255,.78);
      --card2:#ffffff;
      --shadow:0 18px 50px rgba(31,36,48,.10);
      --shadow2:0 10px 26px rgba(31,36,48,.12);
      --accent1:#ff3d7f;
      --accent2:#7c2cff;
      --accent3:#1b7cff;
      --accent4:#00b894;
      --accent5:#ffb020;
      --radius:18px;
      --radius2:14px;
      --container:1120px;
      --pad:18px;
      --focus:0 0 0 4px rgba(255,61,127,.20);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 480px at 12% -10%, rgba(255,61,127,.15), transparent 60%),
        radial-gradient(780px 420px at 88% 0%, rgba(124,44,255,.12), transparent 60%),
        linear-gradient(180deg, var(--bg), var(--bg2) 30%, #ffffff);
      overflow-x:hidden;
    }
    a{color:inherit}
    .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;
      background:#fff; padding:10px 12px; border:1px solid var(--line); border-radius:12px;
      box-shadow:var(--shadow2);
      z-index:9999;
    }
    .container{
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }
    .section{
      padding:72px 0;
      position:relative;
    }
    .section-alt{
      padding:78px 0;
      background:
        radial-gradient(850px 420px at 12% 8%, rgba(255,61,127,.10), transparent 62%),
        radial-gradient(700px 360px at 88% 18%, rgba(27,124,255,.10), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,1));
    }
    .section-alt2{
      padding:78px 0;
      background:
        radial-gradient(820px 420px at 85% 10%, rgba(124,44,255,.12), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,1), rgba(255,248,250,1));
    }
    .section-alt3{
      padding:78px 0;
      background:
        radial-gradient(820px 420px at 15% 0%, rgba(255,176,32,.12), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,1), rgba(255,250,252,1));
    }
    .section-alt4{
      padding:78px 0;
      background:
        radial-gradient(820px 420px at 70% 0%, rgba(0,184,148,.10), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,1), rgba(250,255,252,1));
    }
    .section-divider{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(20,24,33,.10), transparent);
      margin-top:26px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:28px;
    }
    .split-head{align-items:flex-start}
    .section-head h2{
      font-size:30px;
      margin:0 0 8px;
      letter-spacing:-.02em;
    }
    .muted{color:var(--muted)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 16px;
      border-radius:14px;
      border:1px solid transparent;
      text-decoration:none;
      font-weight:700;
      letter-spacing:.01em;
      transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn:active{transform:translateY(1px)}
    .btn-primary{
      background:linear-gradient(135deg, var(--accent1), var(--accent2));
      color:#fff;
      box-shadow:0 12px 30px rgba(255,61,127,.22);
    }
    .btn-primary:hover{box-shadow:0 18px 46px rgba(255,61,127,.28); transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,255,255,.70);
      border-color:rgba(20,24,33,.12);
      color:var(--text);
      box-shadow:0 10px 20px rgba(31,36,48,.06);
    }
    .btn-ghost:hover{transform:translateY(-1px); border-color:rgba(20,24,33,.18); box-shadow:0 14px 26px rgba(31,36,48,.08)}
    .btn-soft{
      background:rgba(255,61,127,.08);
      border-color:rgba(255,61,127,.22);
      color:#6a1b36;
    }
    .btn-soft:hover{
      transform:translateY(-1px);
      background:rgba(255,61,127,.12);
      border-color:rgba(255,61,127,.28);
    }
    .btn-small{padding:10px 12px; border-radius:12px; font-size:13px}
    .btn-block{width:100%}
    .nav-container{
      min-height:68px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding-top:10px;
      padding-bottom:10px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(255,247,248,.66);
      border-bottom:1px solid rgba(20,24,33,.08);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:280px;
    }
    .brand-link{
      display:flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
    }
    .ai-page-logo{
      width:44px;
      height:44px;
      border-radius:12px;
      border:1px solid rgba(20,24,33,.10);
      background:#fff;
      padding:6px;
      object-fit:contain;
    }
    .brand-meta{display:flex; flex-direction:column; gap:2px}
    .brand-name{
      font-weight:900;
      letter-spacing:-.02em;
      line-height:1.1;
      font-size:16px;
    }
    .brand-sub{
      color:var(--muted);
      font-size:12.5px;
      line-height:1.1;
      max-width:260px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .nav-desktop{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:nowrap;
    }
    .nav-link{
      text-decoration:none;
      color:var(--text);
      font-weight:700;
      font-size:14px;
      padding:8px 10px;
      border-radius:12px;
      transition:background .15s ease, transform .15s ease;
    }
    .nav-link:hover{
      background:rgba(255,255,255,.70);
      transform:translateY(-1px);
    }
    .nav-link-cta{
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.24);
    }
    .nav-toggle{
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(20,24,33,.12);
      background:rgba(255,255,255,.70);
      display:none;
      align-items:center;
      justify-content:center;
      padding:0;
      cursor:pointer;
      box-shadow:0 10px 20px rgba(31,36,48,.06);
    }
    .nav-toggle span{
      display:block;
      width:18px; height:2px;
      background:var(--text);
      margin:3px 0;
      border-radius:2px;
      transition:transform .2s ease, opacity .2s ease;
    }

    .mobile-nav{
      display:none;
      border-top:1px solid rgba(20,24,33,.08);
      background:rgba(255,255,255,.70);
    }
    .mobile-nav-inner{
      padding:14px var(--pad) 18px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .mobile-link{
      text-decoration:none;
      font-weight:800;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.72);
    }
    .mobile-link-primary{
      background:linear-gradient(135deg, var(--accent1), var(--accent2));
      border-color:transparent;
      color:#fff;
    }

    .hero{
      padding:34px 0 44px;
      position:relative;
      overflow:hidden;
    }
    .hero-bg{
      position:absolute;
      inset:-120px -140px auto -140px;
      height:520px;
      background:
        radial-gradient(520px 280px at 20% 35%, rgba(255,61,127,.24), transparent 62%),
        radial-gradient(520px 280px at 75% 20%, rgba(124,44,255,.20), transparent 62%),
        radial-gradient(420px 240px at 70% 72%, rgba(27,124,255,.16), transparent 64%),
        linear-gradient(180deg, rgba(255,255,255,.35), transparent);
      pointer-events:none;
      filter:saturate(115%);
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      align-items:start;
      position:relative;
    }
    .hero-left{padding:18px 0}
    .pill-row{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:14px}
    .pill{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.72);
      font-weight:800;
      font-size:12.5px;
      color:var(--text);
      box-shadow:0 10px 20px rgba(31,36,48,.05);
    }
    .pill-accent{
      border-color:rgba(255,61,127,.25);
      background:linear-gradient(180deg, rgba(255,61,127,.12), rgba(255,255,255,.72));
      color:#7a1b3a;
    }
    .hero-title{
      margin:0;
      font-size:44px;
      line-height:1.08;
      letter-spacing:-.03em;
    }
    .hero-lead{
      margin:16px 0 20px;
      font-size:16px;
      line-height:1.8;
      color:var(--muted);
      max-width:58ch;
    }
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px}
    .hero-quick{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:10px;
    }
    .quick-item{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:16px;
      padding:14px 14px 12px;
      box-shadow:0 12px 30px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .quick-item:hover{transform:translateY(-2px); box-shadow:0 18px 44px rgba(31,36,48,.10)}
    .quick-top{display:flex; align-items:center; gap:10px; margin-bottom:8px}
    .dot{width:10px; height:10px; border-radius:50%}
    .dot-1{background:linear-gradient(180deg, var(--accent1), #ff7aa9)}
    .dot-2{background:linear-gradient(180deg, var(--accent2), #a77bff)}
    .dot-3{background:linear-gradient(180deg, var(--accent3), #6fb2ff)}
    .quick-label{font-weight:900; font-size:13px}
    .quick-value{font-weight:900; color:#121624}

    .hero-right{display:flex; flex-direction:column; gap:14px; padding-top:12px}
    .data-card{
      background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.70));
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .data-card::after{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(420px 180px at 20% 0%, rgba(255,61,127,.18), transparent 62%),
        radial-gradient(420px 200px at 100% 20%, rgba(124,44,255,.14), transparent 62%);
      pointer-events:none;
      opacity:.9;
    }
    .data-card > *{position:relative; z-index:1}
    .data-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:14px;
    }
    .data-kicker{color:var(--muted); font-weight:800; font-size:12.5px; margin-bottom:6px}
    .data-title{font-size:18px; font-weight:950; letter-spacing:-.01em}
    .badge-live{
      display:flex; align-items:center; gap:8px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.24);
      padding:10px 12px;
      border-radius:999px;
      font-weight:900;
      color:#7a1b3a;
      font-size:12.5px;
      white-space:nowrap;
    }
    .badge-dot{width:10px; height:10px; border-radius:50%; background:var(--accent1); box-shadow:0 0 0 6px rgba(255,61,127,.15)}
    .data-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .metric{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
      transition:transform .18s ease, box-shadow .18s ease;
      min-height:118px;
    }
    .metric:hover{transform:translateY(-2px); box-shadow:0 18px 44px rgba(31,36,48,.10)}
    .metric-top{display:flex; align-items:center; gap:10px; margin-bottom:8px}
    .icon{color:var(--accent1)}
    .metric-label{font-weight:900; font-size:13px}
    .metric-value{font-weight:1000; letter-spacing:-.01em; margin-bottom:6px}
    .metric-desc{color:var(--muted); font-size:13px; line-height:1.4}

    .data-foot{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-top:14px; flex-wrap:wrap}
    .mini-list{display:flex; flex-wrap:wrap; gap:8px; max-width: 560px}
    .mini-pill{
      font-size:12.5px;
      font-weight:900;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.70);
      color:#2a3142;
    }
    .text-link{color:#5b1a36; text-decoration:none; font-weight:900; font-size:13.5px}
    .text-link:hover{text-decoration:underline}

    .side-signals{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px}
    .signal{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
      box-shadow:0 12px 30px rgba(31,36,48,.05);
    }
    .signal-title{font-weight:1000; margin-bottom:6px}
    .signal-desc{color:var(--muted); font-size:13.5px; line-height:1.45}

    .about-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:start;
    }
    .about-card{
      background:rgba(255,255,255,.75);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:22px;
      box-shadow:0 16px 40px rgba(31,36,48,.08);
      position:relative;
      overflow:hidden;
    }
    .about-card::before{
      content:"";
      position:absolute;
      inset:-120px -120px auto -120px;
      height:260px;
      background:radial-gradient(420px 220px at 20% 0%, rgba(255,61,127,.18), transparent 62%);
      pointer-events:none;
    }
    .about-card > *{position:relative; z-index:1}
    .about-top{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px}
    .chip{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.66);
      font-weight:900;
      font-size:12.5px;
      color:var(--text);
    }
    .chip-hot{
      border-color:rgba(255,61,127,.25);
      background:rgba(255,61,127,.10);
      color:#7a1b3a;
    }
    .about-title{margin:0 0 12px; font-size:20px; letter-spacing:-.02em}
    .about-text{margin:0 0 16px; line-height:1.9; color:var(--muted)}
    .checklist{list-style:none; padding:0; margin:0; display:grid; gap:10px}
    .checklist.compact{gap:8px}
    .check{
      display:inline-flex; width:22px; height:22px; align-items:center; justify-content:center;
      border-radius:8px;
      background:rgba(0,184,148,.12);
      color:#0a6b52;
      font-weight:1000;
      margin-right:8px;
      transform:translateY(2px);
    }
    .checklist li{
      display:flex; gap:10px; align-items:flex-start;
      font-weight:800;
      color:#253047;
      line-height:1.55;
      font-size:14px;
    }

    .about-side{display:flex; flex-direction:column; gap:18px}
    .timeline{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .timeline-head h3{margin:0 0 8px; font-size:18px}
    .timeline-head .muted{margin:0}
    .timeline-list{list-style:none; padding:0; margin:14px 0 0; display:grid; gap:12px}
    .step-item{display:flex; gap:12px; align-items:flex-start}
    .step-num{
      width:42px; height:42px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(255,61,127,.16), rgba(124,44,255,.14));
      border:1px solid rgba(255,61,127,.22);
      font-weight:1000;
    }
    .step-title{font-weight:1000; margin-bottom:4px}
    .step-desc{color:var(--muted); font-size:13.5px; line-height:1.45}
    .timeline-cta{margin-top:16px}

    .two-col{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px}
    .maker-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:22px;
      box-shadow:0 16px 40px rgba(31,36,48,.08);
    }
    .maker-card h3{margin:0 0 10px; font-size:20px; letter-spacing:-.02em}
    .maker-list{margin-top:16px; display:grid; gap:14px}
    .maker-item{display:flex; gap:14px; align-items:flex-start}
    .maker-icon{
      width:40px; height:40px;
      border-radius:14px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      display:flex; align-items:center; justify-content:center;
      color:#7a1b3a;
      flex:0 0 auto;
      margin-top:2px;
    }
    .maker-title{font-weight:1000; margin-bottom:4px}
    .maker-desc{color:var(--muted); line-height:1.5; font-weight:700}
    .maker-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

    .maker-aside{display:flex; flex-direction:column; gap:18px}
    .glass-card{
      background:
        radial-gradient(720px 260px at 10% -10%, rgba(255,61,127,.16), transparent 62%),
        radial-gradient(620px 260px at 100% 20%, rgba(124,44,255,.12), transparent 60%),
        rgba(255,255,255,.76);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .glass-head .kicker{color:var(--muted); font-weight:900; font-size:12.5px; margin-bottom:6px}
    .glass-title{font-weight:1000; font-size:18px; letter-spacing:-.02em}
    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:14px;
    }
    .cloud-tag{
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,24,33,.10);
      font-weight:900;
      font-size:12.5px;
      color:#263049;
      box-shadow:0 10px 20px rgba(31,36,48,.05);
    }
    .cloud-tag-small{padding:8px 10px}
    .mini-logos{margin-top:14px; display:grid; gap:10px}
    .mini-logo-row{display:flex; gap:10px; flex-wrap:wrap}
    .mini-logo{
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.68);
      border:1px solid rgba(20,24,33,.10);
      font-weight:1000;
      font-size:13px;
      color:#2a3142;
      letter-spacing:-.01em;
    }
    .aside-actions{margin-top:14px}

    .faq-inline-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .faq-inline-head h3{margin:0 0 8px; font-size:18px}
    .help-links{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
    .help-link{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.70);
      font-weight:1000;
      font-size:13.5px;
      transition:transform .15s ease, box-shadow .15s ease;
    }
    .help-link:hover{transform:translateY(-2px); box-shadow:0 14px 26px rgba(31,36,48,.08)}
    .help-note{margin-top:10px; font-weight:700; line-height:1.6}

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
      margin-top:10px;
    }
    .svc-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
      position:relative;
      overflow:hidden;
      min-height:220px;
    }
    .svc-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.12)}
    .svc-card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(420px 180px at 20% 0%, rgba(255,61,127,.16), transparent 62%),
        radial-gradient(420px 180px at 100% 20%, rgba(27,124,255,.10), transparent 62%);
      opacity:.85;
      pointer-events:none;
    }
    .svc-card > *{position:relative; z-index:1}
    .svc-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      color:#7a1b3a;
      margin-bottom:12px;
    }
    .svc-card h3{margin:0 0 10px; font-size:18px; letter-spacing:-.02em}
    .svc-card p{margin:0 0 14px; color:var(--muted); line-height:1.75; font-weight:700}
    .svc-tags{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px}
    .tag{
      font-weight:1000;
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,24,33,.10);
    }

    .platform-intro{
      margin-top:18px;
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:16px;
      align-items:start;
    }
    .intro-left{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:22px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .intro-left h3{margin:0 0 12px; font-size:20px}
    .intro-left p{margin:0 0 16px; line-height:1.85; font-weight:700}
    .intro-bullets{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .bullet{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
    }
    .bullet-title{font-weight:1000; margin-bottom:6px}
    .bullet-desc{color:var(--muted); line-height:1.55; font-weight:700; font-size:13.5px}

    .intro-right .pricing-ref{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .pricing-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px; flex-wrap:wrap;
    }
    .kicker{color:var(--muted); font-weight:900; font-size:12.5px; margin-bottom:6px}
    .pricing-title{font-size:18px; font-weight:1000; letter-spacing:-.02em}
    .pricing-badge{
      background:rgba(0,184,148,.10);
      border:1px solid rgba(0,184,148,.22);
      padding:10px 12px;
      border-radius:999px;
      font-weight:1000;
      color:#0a6b52;
      font-size:12.5px;
      white-space:nowrap;
    }
    .ref-table-wrap{overflow:auto; border-radius:16px; border:1px solid rgba(20,24,33,.10); background:rgba(255,255,255,.65)}
    .ref-table{
      width:100%;
      border-collapse:collapse;
      min-width:520px;
    }
    .ref-table th, .ref-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,24,33,.08);
      text-align:left;
      font-weight:800;
      font-size:13.5px;
    }
    .ref-table th{background:rgba(255,61,127,.08); color:#6a1b36}
    .ref-table td{color:#252c3c; font-weight:800}
    .pricing-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
    .small-note{font-size:12.5px; color:var(--muted2); line-height:1.6; font-weight:700}

    .industry-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .industry-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .industry-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.10)}
    .industry-top{display:flex; flex-direction:column; gap:10px; margin-bottom:12px}
    .industry-badge{
      width:max-content;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      font-weight:1000;
      color:#7a1b3a;
      font-size:12.5px;
    }
    .industry-badge-2{background:rgba(27,124,255,.10); border-color:rgba(27,124,255,.22); color:#145aa5}
    .industry-badge-3{background:rgba(124,44,255,.10); border-color:rgba(124,44,255,.22); color:#4c1aa6}
    .industry-title{font-weight:1000; font-size:18px; letter-spacing:-.02em}
    .industry-list{list-style:none; padding:0; margin:0; display:grid; gap:10px}
    .industry-list li{
      color:var(--muted);
      line-height:1.6;
      font-weight:800;
      font-size:13.5px;
      padding-left:16px;
      position:relative;
    }
    .industry-list li::before{
      content:"";
      position:absolute;
      left:0; top:10px;
      width:8px; height:8px; border-radius:3px;
      background:linear-gradient(135deg, var(--accent1), var(--accent2));
      box-shadow:0 0 0 6px rgba(255,61,127,.10);
    }

    .brand-net{
      margin-top:18px;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .net-left h3{margin:0 0 8px; font-size:18px}
    .net-right{display:flex; flex-wrap:wrap; gap:10px}
    .net-pill{
      padding:10px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      font-weight:1000;
      font-size:12.8px;
      color:#2a3142;
    }

    .process-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .proc-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
      min-height:220px;
    }
    .proc-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.10)}
    .proc-head{display:flex; gap:12px; align-items:flex-start; margin-bottom:12px}
    .proc-num{
      width:44px; height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      background:linear-gradient(135deg, rgba(255,61,127,.16), rgba(124,44,255,.14));
      border:1px solid rgba(124,44,255,.20);
    }
    .proc-title{font-weight:1000; font-size:16.5px; letter-spacing:-.01em; margin-bottom:6px}
    .proc-desc{color:var(--muted); font-weight:800; font-size:13.5px; line-height:1.5}
    .proc-list{display:grid; gap:10px}
    .proc-row{color:#2a3142; font-weight:900; font-size:13.5px; display:flex; gap:10px; align-items:center}
    .proc-dot{width:10px; height:10px; border-radius:4px; background:linear-gradient(135deg, var(--accent1), var(--accent3)); box-shadow:0 0 0 6px rgba(27,124,255,.10)}

    .process-bottom{margin-top:18px}
    .callout{
      background:
        radial-gradient(820px 280px at 20% 0%, rgba(255,61,127,.18), transparent 62%),
        radial-gradient(680px 260px at 92% 30%, rgba(27,124,255,.12), transparent 60%),
        rgba(255,255,255,.76);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .callout-title{font-weight:1000; font-size:18px; margin-bottom:6px}
    .callout-desc{color:var(--muted); font-weight:800; line-height:1.6}
    .callout-right{display:flex; gap:10px; flex-wrap:wrap}

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .case-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
      min-height:210px;
      display:flex;
      flex-direction:column;
    }
    .case-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.10)}
    .case-top{display:flex; flex-direction:column; gap:10px; margin-bottom:12px}
    .case-badge{
      width:max-content;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,176,32,.12);
      border:1px solid rgba(255,176,32,.24);
      font-weight:1000;
      color:#7a4a00;
      font-size:12.5px;
    }
    .case-badge-2{background:rgba(0,184,148,.10); border-color:rgba(0,184,148,.22); color:#0a6b52}
    .case-badge-3{background:rgba(124,44,255,.10); border-color:rgba(124,44,255,.22); color:#4c1aa6}
    .case-title{font-weight:1000; font-size:18px; letter-spacing:-.02em}
    .case-text{color:var(--muted); font-weight:800; line-height:1.75; margin:0 0 14px}
    .case-meta{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:auto}
    .meta-item{
      font-weight:1000;
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
    }
    .article-list{margin-top:16px}
    .article-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      transition:transform .18s ease, box-shadow .18s ease;
      min-height:210px;
    }
    .article-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.10)}
    .article-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .article-kicker{
      display:inline-flex;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      color:#7a1b3a;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:12px;
      width:max-content;
    }
    .article-title{
      margin:0 0 10px;
      font-size:16.5px;
      letter-spacing:-.02em;
      line-height:1.45;
    }
    .article-desc{margin:0 0 14px; color:var(--muted); font-weight:800; line-height:1.7}
    .article-link{
      text-decoration:none;
      font-weight:1000;
      color:#5b1a36;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .article-link:hover{text-decoration:underline}
    .article-more{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      margin-top:14px;
      flex-wrap:wrap;
      padding:16px 0 0;
    }
    .article-links{display:flex; flex-wrap:wrap; gap:12px; max-width: 720px}
    .article-links a{
      text-decoration:none;
      font-weight:1000;
      color:#1f2a3a;
      padding:10px 12px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:14px;
    }
    .article-links a:hover{transform:translateY(-2px)}
    .case-strip{
      display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-top:14px;
    }
    .strip-title{font-weight:1000; font-size:18px}
    .strip-muted{margin-top:6px}
    .article-more .muted{font-weight:900}

    .compare-top{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:stretch;
      margin-bottom:14px;
    }
    .rating-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .rating-title{font-weight:1000; color:#2a3142}
    .rating-row{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .stars{font-size:20px; letter-spacing:1px; color:#ffb020}
    .star{display:inline-block}
    .rating-score{
      text-align:right;
      min-width:140px;
    }
    .score-num{font-size:34px; font-weight:1100; line-height:1}
    .score-sub{color:var(--muted); font-weight:900; margin-top:4px}
    .compare-side{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .compare-note-title{}
    .note-title{font-weight:1000; font-size:16.5px; margin-bottom:8px}
    .note-body{line-height:1.75; font-weight:800}
    .compare-cta{margin-top:14px}

    .compare-table-wrap{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .compare-table-head{margin-bottom:12px}
    .table-title{font-weight:1000; font-size:18px}
    .table-scroll{overflow:auto}
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width:700px;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,24,33,.08);
      text-align:left;
      font-weight:900;
      font-size:13.5px;
    }
    .compare-table th{
      background:rgba(124,44,255,.08);
      color:#3f1aa5;
    }
    .pill-green, .pill-rose, .pill-blue, .pill-purple{
      padding:8px 10px;
      border-radius:999px;
      display:inline-block;
      font-weight:1100;
      font-size:12.5px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.72);
    }
    .pill-green{border-color:rgba(0,184,148,.22); background:rgba(0,184,148,.10); color:#0a6b52}
    .pill-rose{border-color:rgba(255,61,127,.24); background:rgba(255,61,127,.10); color:#7a1b3a}
    .pill-blue{border-color:rgba(27,124,255,.22); background:rgba(27,124,255,.10); color:#145aa5}
    .pill-purple{border-color:rgba(124,44,255,.22); background:rgba(124,44,255,.10); color:#4c1aa6}

    .compare-bottom-actions{margin-top:14px}
    .cta-strip{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .cta-title{font-weight:1000; font-size:18px; margin-bottom:6px}
    .cta-strip-right{display:flex; gap:10px; flex-wrap:wrap}

    .match-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .match-form-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .form-head{margin-bottom:14px}
    .form-title{font-weight:1100; font-size:18px; letter-spacing:-.02em}
    .form{
      display:grid;
      gap:12px;
    }
    .form-row{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .field{display:grid; gap:8px}
    .field-label{font-weight:1000; font-size:13.5px; color:#253047}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,24,33,.14);
      background:rgba(255,255,255,.86);
      color:var(--text);
      font-weight:800;
      outline:none;
      transition:box-shadow .15s ease, border-color .15s ease;
    }
    input:focus, select:focus, textarea:focus{
      box-shadow:var(--focus);
      border-color:rgba(255,61,127,.35);
    }
    textarea{resize:vertical; min-height:120px}
    select{appearance:none; background-image:linear-gradient(45deg, transparent 50%, rgba(31,36,48,.65) 50%), linear-gradient(135deg, rgba(31,36,48,.65) 50%, transparent 50%); background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px); background-size:5px 5px, 5px 5px; background-repeat:no-repeat; padding-right:40px}
    .form-foot{margin-top:2px; display:flex; flex-direction:column; gap:10px}
    .form-privacy{display:flex; gap:10px; align-items:flex-start}
    .privacy-icon{transform:translateY(-1px)}
    .match-side{display:flex; flex-direction:column; gap:14px}
    .match-kv{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .kv-title{font-weight:1100; font-size:18px; margin-bottom:12px}
    .kv-list{display:grid; gap:12px}
    .kv-item{display:flex; gap:12px; align-items:flex-start}
    .kv-num{
      width:34px; height:34px;
      border-radius:14px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color:#7a1b3a;
      flex:0 0 auto;
    }
    .kv-subtitle{font-weight:1100; margin-bottom:4px}
    .kv-desc{color:var(--muted); line-height:1.6; font-weight:800; font-size:13.5px}
    .match-actions{margin-top:14px}

    .match-network-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .net-title{font-weight:1100; font-size:18px; margin-bottom:12px}
    .net-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .net-cell{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
    }
    .net-cell-title{font-weight:1100; margin-bottom:6px}
    .net-cell-desc{color:var(--muted); font-weight:800; line-height:1.55; font-size:13.5px}

    .token-layout{
      display:grid;
      grid-template-columns: 1.02fr .98fr;
      gap:14px;
      align-items:start;
    }
    .token-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .token-head{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:14px}
    .token-title{font-weight:1100; font-size:18px; letter-spacing:-.02em}
    .token-badge{
      background:rgba(255,176,32,.12);
      border:1px solid rgba(255,176,32,.24);
      padding:10px 12px;
      border-radius:999px;
      font-weight:1000;
      color:#7a4a00;
      font-size:12.5px;
      white-space:nowrap;
    }
    .token-steps{display:grid; gap:12px}
    .token-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.66);
    }
    .token-step-num{
      width:40px; height:40px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color:#ffffff;
      background:linear-gradient(135deg, var(--accent1), var(--accent2));
      flex:0 0 auto;
    }
    .token-step-title{font-weight:1100; margin-bottom:4px}
    .token-step-desc{color:var(--muted); font-weight:800; line-height:1.55; font-size:13.5px}
    .token-cta{margin-top:14px}

    .token-side{display:flex; flex-direction:column; gap:14px}
    .token-prices, .token-list-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .token-prices-head{margin-bottom:12px}
    .token-prices-title{font-weight:1100; font-size:18px; letter-spacing:-.02em}
    .token-table-wrap{
      border-radius:16px;
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.65);
      overflow:auto;
    }
    .token-table{
      width:100%;
      border-collapse:collapse;
      min-width:560px;
    }
    .token-table th, .token-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,24,33,.08);
      text-align:left;
      font-weight:900;
      font-size:13.5px;
    }
    .token-table th{
      background:rgba(0,184,148,.08);
      color:#0a6b52;
    }
    .token-side-actions{margin-top:14px}

    .list-card-head{margin-bottom:12px}
    .list-title{font-weight:1100; font-size:18px; letter-spacing:-.02em}
    .model-tags{display:flex; flex-wrap:wrap; gap:10px}

    .training-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .training-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .training-head{margin-bottom:12px}
    .training-title{font-weight:1100; font-size:18px; letter-spacing:-.02em; margin-top:6px}
    .course-list{display:grid; gap:10px; margin-top:12px}
    .course-item{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
      display:flex; flex-direction:column; gap:6px;
    }
    .course-name{font-weight:1100}
    .course-desc{font-weight:800; line-height:1.55}
    .training-actions{margin-top:14px}

    .training-side{display:flex; flex-direction:column; gap:14px}
    .training-why{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .training-why h3{margin:0 0 12px; font-size:20px; letter-spacing:-.02em}
    .training-icons{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:10px;
      margin-top:14px;
    }
    .train-chip{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
    }
    .train-chip-title{font-weight:1100; margin-bottom:6px}

    .partner-card{
      background:
        radial-gradient(680px 260px at 20% 0%, rgba(124,44,255,.16), transparent 62%),
        rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .partner-head h3{margin:0 0 10px; font-size:18px}
    .partner-head p{margin:0 0 14px}
    .partner-points{display:grid; gap:12px}
    .partner-point{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
    }
    .partner-point-title{font-weight:1100; margin-bottom:6px}
    .partner-point-desc{color:var(--muted); font-weight:800; line-height:1.6}

    .faq-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .faq-col{display:flex; flex-direction:column; gap:14px}
    .accordion .acc-item{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(31,36,48,.04);
      margin-bottom:10px;
    }
    .accordion .acc-item:last-child{margin-bottom:0}
    .acc-btn{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 14px;
      border:0;
      background:transparent;
      cursor:pointer;
      font-weight:1100;
      color:#253047;
      text-align:left;
    }
    .acc-btn:focus{outline:none; box-shadow:var(--focus)}
    .acc-icon{
      width:30px; height:30px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.20);
      font-weight:1100;
      flex:0 0 auto;
      transition:transform .18s ease;
    }
    .acc-panel{
      padding:0 14px 14px;
    }
    .acc-content{
      color:var(--muted);
      font-weight:800;
      line-height:1.85;
      padding-top:6px;
    }

    .faq-side{height:100%}
    .ai-bio{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
      position:sticky;
      top:96px;
    }
    .ai-bio h3{margin:0 0 10px; font-size:20px; letter-spacing:-.02em}
    .kb-list{display:grid; gap:12px; margin-top:12px}
    .kb-item{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
    }
    .kb-title{font-weight:1100; margin-bottom:6px}
    .kb-desc{color:var(--muted); font-weight:800; line-height:1.6; font-size:13.5px}
    .ai-bio .btn{margin-top:14px}

    .section-contact{padding-bottom:56px}
    .contact-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .contact-left{display:flex; flex-direction:column; gap:14px}
    .contact-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .contact-head{margin-bottom:12px}
    .contact-title{font-weight:1100; font-size:18px; letter-spacing:-.02em}
    .contact-methods{display:grid; gap:12px; margin-top:12px}
    .method{display:flex; gap:12px; align-items:flex-start; padding:14px; border-radius:18px; border:1px solid rgba(20,24,33,.10); background:rgba(255,255,255,.70)}
    .method-icon{
      width:42px; height:42px; border-radius:16px;
      background:rgba(255,61,127,.10);
      border:1px solid rgba(255,61,127,.22);
      color:#7a1b3a;
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .method-title{font-weight:1100; margin-bottom:6px}
    .method-desc{color:var(--muted); font-weight:800; line-height:1.6}
    .link{color:#5b1a36; font-weight:1100; text-decoration:none}
    .link:hover{text-decoration:underline}

    .contact-qrcode{margin-top:14px; padding:14px; border-radius:18px; border:1px solid rgba(20,24,33,.10); background:rgba(255,255,255,.70)}
    .qrcode-title{font-weight:1100; margin-bottom:10px}
    .qrcode-img img{width:140px; height:auto; display:block; border-radius:16px; border:1px solid rgba(20,24,33,.10); background:#fff}
    .contact-review{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .review-head h3{margin:0 0 10px; font-size:20px; letter-spacing:-.02em}
    .review-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:10px;
    }
    .review-card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,24,33,.10);
      border-radius:18px;
      padding:14px;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .review-card:hover{transform:translateY(-3px); box-shadow:0 24px 70px rgba(31,36,48,.10)}
    .review-top{display:flex; align-items:center; gap:10px; margin-bottom:8px}
    .avatar{
      width:38px; height:38px;
      border-radius:16px;
      background:linear-gradient(135deg, rgba(255,61,127,.18), rgba(124,44,255,.14));
      border:1px solid rgba(124,44,255,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color:#3f1aa5;
      flex:0 0 auto;
    }
    .review-name{font-weight:1100; font-size:13.5px}
    .review-stars{color:#ffb020; font-weight:1100; letter-spacing:.6px; margin-bottom:10px}
    .review-text{margin:0; color:var(--muted); font-weight:800; line-height:1.75; font-size:13.5px}

    .contact-right{display:flex; flex-direction:column; gap:14px}
    .contact-form-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .contact-links-card{
      background:
        radial-gradient(820px 260px at 20% 0%, rgba(255,61,127,.14), transparent 62%),
        rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .links-head{margin-bottom:12px}
    .links-title{font-weight:1100; font-size:18px}
    .quick-links{display:flex; flex-wrap:wrap; gap:10px}
    .quick-link{
      text-decoration:none;
      font-weight:1100;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      transition:transform .15s ease;
    }
    .quick-link:hover{transform:translateY(-2px)}
    .links-divider{height:1px; background:rgba(20,24,33,.10); margin:14px 0}
    .quick-social{display:flex; gap:10px; flex-wrap:wrap}

    .section-links{padding:44px 0 56px}
    .links-wrap{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,24,33,.10);
      border-radius:22px;
      padding:18px;
      box-shadow:0 16px 40px rgba(31,36,48,.06);
    }
    .links-title{font-weight:1100; font-size:18px; margin-bottom:12px}
    .links-list{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .links-list a{
      text-decoration:none;
      font-weight:1100;
      font-size:13.5px;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,24,33,.10);
      transition:transform .15s ease, box-shadow .15s ease;
    }
    .links-list a:hover{transform:translateY(-2px); box-shadow:0 14px 26px rgba(31,36,48,.08)}
    .footer-slim-divider{height:1px; background:rgba(20,24,33,.10); margin:14px 0 0}
    .extra-links{
      display:flex; flex-wrap:wrap; gap:10px;
      padding-top:12px;
      justify-content:center;
    }
    .extra-links a{
      text-decoration:none;
      font-weight:1100;
      font-size:13px;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(20,24,33,.10);
    }
    .extra-links a:hover{transform:translateY(-2px)}

    .site-footer{
      background:#0f1420;
      color:#e8ecf6;
      border-top:1px solid rgba(255,255,255,.10);
      padding:26px 0;
    }
    .footer-inner{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:flex-start;
      flex-wrap:wrap;
    }
    .footer-left{
      min-width:280px;
      display:flex; flex-direction:column; gap:10px;
    }
    .footer-brand{
      display:flex; align-items:center; gap:12px;
    }
    .footer-brand .ai-page-logo{
      width:42px; height:42px; border-radius:14px;
      border-color:rgba(255,255,255,.16);
      background:rgba(255,255,255,.06);
    }
    .footer-name{font-weight:1100; font-size:16px; letter-spacing:-.02em}
    .footer-desc{color:rgba(232,236,246,.78); font-weight:800; margin-top:4px}
    .footer-muted{color:rgba(232,236,246,.78); font-weight:800; line-height:1.7}
    .footer-link{color:#cfd7ff; text-decoration:none}
    .footer-link:hover{text-decoration:underline}
    .footer-right{display:flex; flex-direction:column; gap:12px; align-items:flex-end}
    .footer-cta{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .site-footer .btn-ghost{
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.18);
      color:#e8ecf6;
      box-shadow:none;
    }
    .site-footer .btn-ghost:hover{border-color:rgba(255,255,255,.28)}
    .site-footer .btn-primary{box-shadow:0 16px 50px rgba(255,61,127,.24)}
    .footer-copy{color:rgba(232,236,246,.78); font-weight:800; text-align:right}
    .footer-small{font-size:12.5px}

    .floating-kefu{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:1200;
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:10px;
    }
    .kefu-btn{
      border:1px solid rgba(20,24,33,.12);
      background:rgba(255,255,255,.86);
      border-radius:16px;
      padding:12px 14px;
      box-shadow:0 16px 40px rgba(31,36,48,.12);
      cursor:pointer;
      font-weight:1100;
      display:flex; align-items:center; gap:10px;
      transition:transform .15s ease, box-shadow .15s ease;
    }
    .kefu-btn:focus{outline:none; box-shadow:var(--focus)}
    .kefu-btn:hover{transform:translateY(-2px); box-shadow:0 22px 60px rgba(31,36,48,.16)}
    .kefu-dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(180deg, var(--accent1), var(--accent2));
      box-shadow:0 0 0 6px rgba(255,61,127,.14);
    }
    .kefu-panel{
      width:280px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(20,24,33,.12);
      border-radius:22px;
      box-shadow:0 26px 80px rgba(31,36,48,.18);
      overflow:hidden;
    }
    .kefu-panel-head{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 14px;
      background:
        radial-gradient(520px 220px at 20% 0%, rgba(255,61,127,.18), transparent 62%),
        radial-gradient(420px 220px at 100% 10%, rgba(124,44,255,.12), transparent 60%),
        rgba(255,255,255,.60);
      border-bottom:1px solid rgba(20,24,33,.08);
    }
    .kefu-title{font-weight:1100}
    .kefu-close{
      border:1px solid rgba(20,24,33,.10);
      background:rgba(255,255,255,.70);
      width:34px; height:34px;
      border-radius:14px;
      cursor:pointer;
      font-size:18px;
      line-height:1;
    }
    .kefu-close:focus{outline:none; box-shadow:var(--focus)}
    .kefu-panel-body{padding:14px; display:flex; flex-direction:column; gap:10px; align-items:flex-start}
    .kefu-panel-body img{
      width:100%;
      height:auto;
      border-radius:16px;
      border:1px solid rgba(20,24,33,.10);
      background:#fff;
    }
    .kefu-panel-actions{padding:0 14px 14px}

    .to-top{
      position:fixed;
      right:16px;
      bottom:92px;
      width:44px;
      height:44px;
      border-radius:16px;
      border:1px solid rgba(20,24,33,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 16px 40px rgba(31,36,48,.12);
      cursor:pointer;
      font-weight:1100;
      transition:transform .15s ease, opacity .15s ease;
      opacity:0;
      pointer-events:none;
    }
    .to-top.show{
      opacity:1;
      pointer-events:auto;
    }
    .to-top:focus{outline:none; box-shadow:var(--focus)}
    .to-top:hover{transform:translateY(-2px)}

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

    @media (max-width: 980px){
      .nav-desktop{display:none}
      .nav-toggle{display:flex}
      .mobile-nav{display:block}
      .mobile-nav[aria-hidden="true"]{display:none}
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .hero-title{font-size:36px}
      .hero-quick{grid-template-columns:repeat(2, minmax(0,1fr))}
      .data-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .about-grid{grid-template-columns:1fr}
      .platform-intro{grid-template-columns:1fr}
      .service-grid{grid-template-columns:1fr; }
      .industry-grid{grid-template-columns:1fr}
      .process-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .article-grid{grid-template-columns:1fr}
      .compare-top{grid-template-columns:1fr}
      .match-grid{grid-template-columns:1fr}
      .token-layout{grid-template-columns:1fr}
      .training-grid{grid-template-columns:1fr}
      .training-icons{grid-template-columns:1fr}
      .faq-grid{grid-template-columns:1fr}
      .ai-bio{position:relative; top:auto}
      .contact-grid{grid-template-columns:1fr}
      .review-grid{grid-template-columns:1fr}
      .two-col{grid-template-columns:1fr}
      .form-row{grid-template-columns:1fr}
      .footer-right{align-items:flex-start}
      .footer-copy{text-align:left}
    }