:root{
      --bg0:#fffaf2;
      --bg1:#ffffff;
      --text:#14151a;
      --muted:#5a6170;
      --muted2:#7a8294;
      --card:#ffffff;
      --line:rgba(20,21,26,.10);
      --shadow:0 14px 34px rgba(14,16,24,.10);
      --shadow2:0 10px 26px rgba(14,16,24,.12);
      --brand1:#ff2d7d;
      --brand2:#6a4cff;
      --brand3:#00b3ff;
      --brand4:#12c2a9;
      --brand5:#ffd000;
      --radius:18px;
      --radius2:24px;
      --container:1140px;
      --pad:18px;
    }
    *{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, sans-serif;
      color:var(--text);
      background:
        radial-gradient(1100px 500px at 15% -10%, rgba(255,45,125,.20), transparent 55%),
        radial-gradient(900px 420px at 85% 0%, rgba(106,76,255,.20), transparent 52%),
        radial-gradient(900px 520px at 50% 35%, rgba(0,179,255,.12), transparent 55%),
        linear-gradient(180deg, var(--bg0), #fff 62%, #fff);
    }
    a{color:inherit}
    .container{max-width:var(--container); margin:0 auto; padding:0 var(--pad)}
    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(150%) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(20,21,26,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width:210px;
    }
    .ai-page-logo{width:44px; height:auto; display:block}
    .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand-text strong{font-size:14px; letter-spacing:.2px}
    .brand-text span{font-size:12px; color:var(--muted)}
    nav{
      display:flex; align-items:center; gap:14px;
    }
    .menu{
      display:flex; align-items:center; gap:10px;
      flex-wrap:nowrap;
    }
    .menu a{
      text-decoration:none;
      font-size:13px;
      color:rgba(20,21,26,.84);
      padding:10px 10px;
      border-radius:999px;
      transition:background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .menu a:hover{background:rgba(106,76,255,.10); color:#2a2057; transform:translateY(-1px)}
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      appearance:none; border:1px solid transparent;
      border-radius:999px;
      padding:10px 14px;
      font-weight:700;
      font-size:13px;
      cursor:pointer;
      background:transparent;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      text-decoration:none;
      display:inline-flex; align-items:center; justify-content:center; gap:8px;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform:translateY(1px)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg, var(--brand1), var(--brand2) 60%, var(--brand3));
      box-shadow:0 14px 28px rgba(255,45,125,.18);
      border-color:rgba(255,255,255,.22);
    }
    .btn-primary:hover{box-shadow:0 18px 36px rgba(255,45,125,.24); transform:translateY(-1px)}
    .btn-ghost{
      border-color:rgba(20,21,26,.12);
      color:rgba(20,21,26,.90);
      background:rgba(255,255,255,.7);
    }
    .btn-ghost:hover{border-color:rgba(106,76,255,.25); background:rgba(106,76,255,.08); transform:translateY(-1px)}
    .icon{
      width:16px; height:16px; display:inline-block;
    }
    .hamburger{
      display:none;
      width:42px; height:42px; border-radius:12px;
      border:1px solid rgba(20,21,26,.12);
      background:rgba(255,255,255,.75);
      align-items:center; justify-content:center;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .hamburger:hover{transform:translateY(-1px); border-color:rgba(106,76,255,.25); background:rgba(106,76,255,.08)}
    .hamburger span{
      width:18px; height:2px; background:rgba(20,21,26,.78); position:relative; display:block;
    }
    .hamburger span::before,.hamburger span::after{
      content:""; position:absolute; left:0; width:18px; height:2px; background:rgba(20,21,26,.78);
      transition:transform .22s ease, top .22s ease, opacity .22s ease;
    }
    .hamburger span::before{top:-6px}
    .hamburger span::after{top:6px}
    .mobile-panel{
      display:none;
      padding:10px 0 16px;
    }
    .mobile-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .mobile-grid a{
      text-decoration:none;
      padding:12px 12px;
      border:1px solid rgba(20,21,26,.10);
      border-radius:14px;
      background:rgba(255,255,255,.75);
      font-weight:650;
      font-size:13px;
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .mobile-grid a:hover{
      transform:translateY(-1px);
      border-color:rgba(106,76,255,.28);
      background:rgba(106,76,255,.08);
    }

    main{padding:22px 0 0}
    .hero{
      padding:28px 0 8px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-card{
      border-radius:var(--radius2);
      background:
        radial-gradient(600px 240px at 20% 0%, rgba(255,45,125,.18), transparent 55%),
        radial-gradient(700px 260px at 85% 5%, rgba(106,76,255,.18), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      border:1px solid rgba(20,21,26,.10);
      box-shadow:0 18px 48px rgba(14,16,24,.10);
      overflow:hidden;
      position:relative;
      padding:22px 22px 18px;
      min-height:320px;
    }
    .hero-card::after{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(600px 240px at 15% 10%, rgba(255,45,125,.16), transparent 55%),
        radial-gradient(660px 280px at 90% 15%, rgba(0,179,255,.14), transparent 55%),
        radial-gradient(560px 260px at 70% 100%, rgba(18,194,169,.10), transparent 52%);
      pointer-events:none;
      opacity:.9;
    }
    .hero-inner{position:relative; z-index:1; display:flex; flex-direction:column; gap:14px}
    .eyebrow{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.70);
      font-weight:800;
      font-size:12px;
      letter-spacing:.2px;
    }
    .pill i{
      width:10px; height:10px; border-radius:3px;
      background:linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow:0 10px 22px rgba(106,76,255,.25);
      display:inline-block;
    }
    .hero h1{
      margin:0;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
      max-width:62ch;
    }
    .hero-actions{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-top:2px;
    }
    .hero-meta{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:6px;
    }
    .meta-item{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.68);
      border:1px solid rgba(20,21,26,.08);
      min-width:190px;
    }
    .meta-dot{
      width:30px; height:30px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      color:#fff;
      background:linear-gradient(135deg, rgba(255,45,125,.95), rgba(106,76,255,.95));
      box-shadow:0 16px 28px rgba(255,45,125,.14);
      flex:0 0 auto;
    }
    .meta-item strong{font-size:13px}
    .meta-item span{display:block; margin-top:3px; font-size:12px; color:var(--muted2); line-height:1.45}

    .hero-side{
      border-radius:var(--radius2);
      background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60));
      border:1px solid rgba(20,21,26,.10);
      box-shadow:0 14px 36px rgba(14,16,24,.08);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:12px;
      min-height:320px;
    }
    .side-title{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .side-title h2{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .spark{
      width:42px; height:42px;
      border-radius:16px;
      border:1px solid rgba(20,21,26,.10);
      background:
        radial-gradient(16px 16px at 30% 25%, rgba(255,208,0,.55), transparent 60%),
        radial-gradient(22px 18px at 70% 70%, rgba(0,179,255,.28), transparent 65%),
        linear-gradient(135deg, rgba(255,45,125,.14), rgba(106,76,255,.14));
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 18px 28px rgba(106,76,255,.10);
    }
    .spark svg{opacity:.95}
    .side-sub{
      color:var(--muted);
      font-size:13px; line-height:1.65; margin:0;
    }
    .data-grid{
      display:grid; grid-template-columns:1fr 1fr; gap:10px;
      margin-top:4px;
    }
    .metric{
      border-radius:16px;
      padding:12px 12px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.70);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .metric:hover{
      transform:translateY(-2px);
      border-color:rgba(106,76,255,.25);
      box-shadow:0 16px 30px rgba(14,16,24,.10);
    }
    .metric strong{
      display:block; font-size:18px; letter-spacing:-.3px;
    }
    .metric span{
      display:block; margin-top:4px; color:var(--muted2); font-size:12px; line-height:1.35;
    }
    .side-bottom{
      margin-top:auto;
      border-top:1px dashed rgba(20,21,26,.16);
      padding-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      flex-wrap:wrap;
    }
    .badge{
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.72);
      font-weight:800;
      font-size:12px;
      color:rgba(20,21,26,.90);
    }
    .badge em{
      font-style:normal;
      color:#2a2057;
      background:linear-gradient(135deg, rgba(255,45,125,.18), rgba(106,76,255,.16));
      padding:4px 10px;
      border-radius:999px;
      border:1px solid rgba(106,76,255,.18);
    }

    .section{padding:34px 0}
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap;
      margin-bottom:16px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      max-width:62ch;
    }
    .tag-row{display:flex; gap:10px; flex-wrap:wrap}
    .tag{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.65);
      color:rgba(20,21,26,.86);
      font-weight:800;
    }
    .tag.hot{
      border-color:rgba(255,45,125,.24);
      background:linear-gradient(135deg, rgba(255,45,125,.12), rgba(106,76,255,.08));
    }

    .cards3{
      display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;
    }
    .card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(20,21,26,.10);
      border-radius:var(--radius);
      padding:16px;
      box-shadow:0 10px 22px rgba(14,16,24,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .card::before{
      content:"";
      position:absolute; inset:auto -40px -46px auto;
      width:120px; height:120px;
      border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,45,125,.18), transparent 55%),
                 radial-gradient(circle at 70% 70%, rgba(0,179,255,.14), transparent 55%);
      transform:translateY(0);
      opacity:.9;
      pointer-events:none;
    }
    .card:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 40px rgba(14,16,24,.10);
      border-color:rgba(106,76,255,.22);
    }
    .card h3{
      margin:0 0 8px 0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      position:relative; z-index:1;
    }
    .card .list{
      margin:10px 0 0 0; padding:0; list-style:none; display:grid; gap:8px; position:relative; z-index:1;
    }
    .card .list li{
      display:flex; align-items:flex-start; gap:10px;
      font-size:13px; color:rgba(20,21,26,.86);
      line-height:1.5;
    }
    .check{
      width:18px; height:18px; border-radius:8px;
      background:linear-gradient(135deg, rgba(255,45,125,.18), rgba(106,76,255,.16));
      border:1px solid rgba(106,76,255,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }

    .two-col{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .process-steps{
      display:grid; gap:12px;
    }
    .step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px;
      border-radius:var(--radius);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,21,26,.10);
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .step:hover{transform:translateY(-2px); border-color:rgba(255,45,125,.20); box-shadow:0 18px 36px rgba(14,16,24,.10)}
    .step-num{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(255,45,125,.95), rgba(106,76,255,.95));
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      flex:0 0 auto;
      box-shadow:0 16px 26px rgba(255,45,125,.16);
    }
    .step strong{display:block; font-size:14px; margin-bottom:4px}
    .step span{color:var(--muted); font-size:13px; line-height:1.65}

    .table-wrap{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      overflow:hidden;
      box-shadow:0 12px 30px rgba(14,16,24,.06);
    }
    .table-head{
      padding:14px 16px;
      border-bottom:1px solid rgba(20,21,26,.08);
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      background:
        radial-gradient(420px 120px at 0% 0%, rgba(255,45,125,.16), transparent 60%),
        radial-gradient(420px 120px at 100% 0%, rgba(106,76,255,.16), transparent 60%),
        rgba(255,255,255,.72);
    }
    .table-head strong{font-size:14px}
    .score-wrap{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .score{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.72);
      font-weight:900;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
      padding:10px 12px; border-radius:16px;
      border:1px solid rgba(255,45,125,.22);
      background:linear-gradient(135deg, rgba(255,45,125,.12), rgba(106,76,255,.08));
      font-weight:900;
    }
    .stars svg{filter:drop-shadow(0 8px 14px rgba(255,45,125,.18))}
    table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
    }
    th,td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,21,26,.08);
      text-align:left;
      vertical-align:top;
      font-size:13px;
      color:rgba(20,21,26,.88);
    }
    th{
      font-size:13px;
      color:rgba(20,21,26,.92);
      background:rgba(255,255,255,.55);
    }
    td .muted{color:var(--muted); font-size:12px; line-height:1.55; margin-top:3px}
    .yes{color:#0f7a62; font-weight:900}
    .no{color:#b42318; font-weight:900}
    .soft{
      color:rgba(20,21,26,.88);
      background:linear-gradient(135deg, rgba(0,179,255,.12), rgba(18,194,169,.10));
      border:1px solid rgba(0,179,255,.16);
      padding:6px 10px; border-radius:999px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-weight:900;
      font-size:12px;
      margin-top:2px;
    }
    .soft i{
      width:10px; height:10px; border-radius:3px;
      background:linear-gradient(135deg, rgba(0,179,255,.95), rgba(18,194,169,.95));
      display:inline-block;
    }

    .gallery-grid{
      display:grid; gap:14px;
      grid-template-columns: repeat(12, 1fr);
    }
    .work-card{
      grid-column: span 4;
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      overflow:hidden;
      box-shadow:0 12px 28px rgba(14,16,24,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      display:flex; flex-direction:column;
      min-height:270px;
    }
    .work-card:hover{transform:translateY(-3px); border-color:rgba(255,45,125,.20); box-shadow:0 20px 44px rgba(14,16,24,.12)}
    .work-media{
      background:
        radial-gradient(520px 180px at 0% 0%, rgba(255,45,125,.18), transparent 60%),
        radial-gradient(520px 180px at 100% 0%, rgba(106,76,255,.18), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.10));
      padding:14px;
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .work-media .chiprow{display:flex; gap:10px; flex-wrap:wrap}
    .chip{
      font-size:12px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.72);
      font-weight:900;
      color:rgba(20,21,26,.88);
      white-space:nowrap;
    }
    .chip.pink{border-color:rgba(255,45,125,.25); background:rgba(255,45,125,.10)}
    .chip.blue{border-color:rgba(106,76,255,.25); background:rgba(106,76,255,.10)}
    .chip.cyan{border-color:rgba(0,179,255,.25); background:rgba(0,179,255,.10)}
    .work-body{
      padding:14px 16px 16px;
      display:flex; flex-direction:column; gap:10px;
      flex:1 1 auto;
    }
    .work-body h3{margin:0; font-size:15px}
    .work-body p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .work-body .mini{display:flex; gap:10px; flex-wrap:wrap; margin-top:auto}
    .mini .pill2{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.70);
      color:rgba(20,21,26,.86);
      font-weight:900;
      font-size:12px;
    }

    .pricing-card{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:
        radial-gradient(680px 200px at 15% 0%, rgba(255,45,125,.18), transparent 60%),
        radial-gradient(680px 220px at 85% 10%, rgba(106,76,255,.18), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.62));
      box-shadow:0 16px 40px rgba(14,16,24,.10);
      padding:16px;
    }
    .pricing-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px; align-items:start;
    }
    .token-box{
      border-radius:var(--radius);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.68);
      padding:14px;
    }
    .token-box h3{margin:0 0 6px 0; font-size:15px}
    .token-box p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .token-list{
      margin:12px 0 0 0; padding:0; list-style:none;
      display:grid; gap:10px;
    }
    .token-list li{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 10px;
      border-radius:14px;
      border:1px solid rgba(20,21,26,.08);
      background:rgba(255,255,255,.60);
    }
    .token-list li b{font-size:13px}
    .token-list li span{display:block; color:var(--muted); font-size:12px; line-height:1.45; margin-top:3px}
    .token-icon{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(0,179,255,.24), rgba(18,194,169,.18));
      border:1px solid rgba(0,179,255,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      color:#0f3a2e;
    }

    .form-card{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      box-shadow:0 14px 34px rgba(14,16,24,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .form-card::before{
      content:"";
      position:absolute; inset:-60px -80px auto auto;
      width:200px; height:200px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,45,125,.22), transparent 60%),
                 radial-gradient(circle at 70% 70%, rgba(106,76,255,.18), transparent 60%);
      pointer-events:none;
    }
    .form-inner{position:relative; z-index:1}
    form{display:grid; gap:12px; grid-template-columns: 1fr 1fr}
    .field{display:flex; flex-direction:column; gap:7px}
    .field label{font-size:13px; font-weight:850}
    .field input, .field select, .field textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(20,21,26,.12);
      background:rgba(255,255,255,.86);
      padding:12px 12px;
      font-size:14px;
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .field input:focus, .field select:focus, .field textarea:focus{
      border-color:rgba(106,76,255,.32);
      box-shadow:0 0 0 4px rgba(106,76,255,.12);
      background:#fff;
    }
    textarea{min-height:96px; resize:vertical}
    .span2{grid-column: span 2}
    .form-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:2px;
      grid-column: span 2;
    }
    .fineprint{color:var(--muted2); font-size:12px; line-height:1.55}
    .toast{
      position:fixed; left:50%; transform:translateX(-50%);
      bottom:16px; z-index:1000;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(20,21,26,.12);
      box-shadow:0 18px 44px rgba(14,16,24,.16);
      border-radius:16px;
      padding:12px 14px;
      display:flex; align-items:flex-start; gap:10px;
      max-width: min(560px, calc(100vw - 28px));
      opacity:0; pointer-events:none;
      transition:opacity .2s ease, transform .2s ease;
    }
    .toast.show{opacity:1; pointer-events:auto; transform:translateX(-50%) translateY(-6px)}
    .toast .ticon{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(18,194,169,.20), rgba(0,179,255,.18));
      border:1px solid rgba(0,179,255,.18);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    }
    .toast strong{display:block; font-size:13px}
    .toast span{display:block; margin-top:2px; color:var(--muted); font-size:12px; line-height:1.45}

    .faq-wrap{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.70);
      box-shadow:0 14px 34px rgba(14,16,24,.08);
      overflow:hidden;
    }
    details{
      padding:0;
      border-bottom:1px solid rgba(20,21,26,.08);
    }
    details:last-child{border-bottom:none}
    summary{
      cursor:pointer;
      list-style:none;
      padding:14px 16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      font-weight:900; font-size:14px;
      color:rgba(20,21,26,.92);
    }
    summary::-webkit-details-marker{display:none}
    .sum-right{
      display:flex; align-items:center; gap:10px; flex:0 0 auto;
      color:var(--muted2);
      font-weight:900;
      font-size:12px;
    }
    .chev{
      width:26px; height:26px; border-radius:12px;
      border:1px solid rgba(20,21,26,.12);
      background:rgba(255,255,255,.70);
      display:flex; align-items:center; justify-content:center;
      transition:transform .2s ease, border-color .2s ease;
    }
    details[open] summary .chev{transform:rotate(180deg); border-color:rgba(106,76,255,.25)}
    .faq-answer{
      padding:0 16px 14px 16px;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }

    .reviews-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      box-shadow:0 12px 28px rgba(14,16,24,.06);
      padding:16px;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .review:hover{transform:translateY(-3px); border-color:rgba(0,179,255,.22); box-shadow:0 20px 44px rgba(14,16,24,.12)}
    .review::after{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width:180px; height:180px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(0,179,255,.16), transparent 60%),
                 radial-gradient(circle at 70% 70%, rgba(255,45,125,.12), transparent 62%);
      pointer-events:none;
    }
    .review-inner{position:relative; z-index:1; display:flex; flex-direction:column; gap:10px; height:100%}
    .review-top{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .avatar{
      width:42px; height:42px; border-radius:18px;
      background:linear-gradient(135deg, rgba(255,45,125,.20), rgba(106,76,255,.18));
      border:1px solid rgba(106,76,255,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:#2a2057;
    }
    .review-role{color:var(--muted2); font-size:12px; font-weight:900}
    .review p{margin:0; color:rgba(20,21,26,.86); font-size:13px; line-height:1.75}
    .review .starsline{display:flex; gap:6px; align-items:center; font-weight:1000; color:#9a5b00; font-size:12px}

    .article-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .article-list{
      display:grid; gap:12px;
    }
    .article{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      box-shadow:0 12px 26px rgba(14,16,24,.06);
      padding:14px;
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .article:hover{transform:translateY(-2px); border-color:rgba(255,45,125,.20); box-shadow:0 18px 36px rgba(14,16,24,.10)}
    .article h3{margin:0 0 6px 0; font-size:14px}
    .article .meta{color:var(--muted2); font-size:12px; display:flex; gap:10px; flex-wrap:wrap}
    .article p{margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.65}
    .article a.link{
      display:inline-flex; align-items:center; gap:8px; margin-top:10px;
      text-decoration:none; font-weight:950; font-size:13px;
      color:rgba(42,32,87,.95);
    }
    .article a.link .arr{
      width:26px; height:26px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(106,76,255,.20);
      background:rgba(106,76,255,.08);
    }

    .side-network{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      box-shadow:0 12px 28px rgba(14,16,24,.06);
      padding:16px;
    }
    .network-grid{
      display:grid; gap:10px;
      grid-template-columns: 1fr 1fr;
      margin-top:12px;
    }
    .net-item{
      border-radius:16px;
      border:1px solid rgba(20,21,26,.08);
      background:rgba(255,255,255,.65);
      padding:12px;
      display:flex; flex-direction:column; gap:6px;
    }
    .net-item strong{font-size:13px}
    .net-item span{color:var(--muted); font-size:12px; line-height:1.45}
    .timeline{
      display:grid; gap:12px; margin-top:12px;
    }
    .tline{
      display:flex; gap:12px; align-items:flex-start;
    }
    .tmarker{
      width:28px; height:28px; border-radius:12px;
      background:linear-gradient(135deg, rgba(0,179,255,.20), rgba(18,194,169,.18));
      border:1px solid rgba(0,179,255,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      font-weight:1000;
      color:#0f3a2e;
    }
    .tline strong{display:block; font-size:13px; margin-bottom:4px}
    .tline span{color:var(--muted); font-size:12px; line-height:1.55}

    .help-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .help-box{
      border-radius:var(--radius2);
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.74);
      box-shadow:0 12px 28px rgba(14,16,24,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .help-box::after{
      content:"";
      position:absolute; inset:-60px auto auto -60px;
      width:170px; height:170px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(106,76,255,.18), transparent 60%),
                 radial-gradient(circle at 70% 70%, rgba(255,45,125,.12), transparent 64%);
      pointer-events:none;
    }
    .help-inner{position:relative; z-index:1}
    .help-box h3{margin:0 0 8px 0; font-size:15px}
    .help-box p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .help-links{
      margin:12px 0 0 0; padding:0; list-style:none; display:grid; gap:10px;
    }
    .help-links a{
      text-decoration:none;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.62);
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .help-links a:hover{transform:translateY(-2px); border-color:rgba(106,76,255,.25); box-shadow:0 18px 36px rgba(14,16,24,.10)}
    .help-links b{font-size:13px}
    .help-links span{display:block; color:var(--muted); font-size:12px; line-height:1.45; margin-top:3px}
    .help-links .go{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(106,76,255,.20);
      background:rgba(106,76,255,.08);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    }

    .partner-grid{
      display:grid; grid-template-columns: repeat(6, 1fr); gap:10px;
      margin-top:12px;
    }
    .partner{
      grid-column: span 2;
      border-radius:16px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.68);
      padding:12px;
      display:flex; gap:10px; align-items:flex-start;
    }
    .partner .pico{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(255,45,125,.18), rgba(0,179,255,.16));
      border:1px solid rgba(255,45,125,.18);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
      font-weight:1000; color:#2a2057;
    }
    .partner b{display:block; font-size:13px}
    .partner span{display:block; color:var(--muted); font-size:12px; line-height:1.45; margin-top:3px}

    .footer{
      margin-top:10px;
      border-top:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.72);
    }
    .footer-inner{
      padding:22px 0 18px;
      display:grid; gap:16px;
    }
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap;
    }
    .footer-left{
      display:flex; gap:12px; align-items:flex-start;
      min-width:260px;
    }
    .footer-left img{width:42px; height:auto}
    .footer-left strong{display:block; font-size:14px}
    .footer-left span{display:block; color:var(--muted); font-size:12px; margin-top:5px; line-height:1.6}
    .footer-mid{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      justify-content:flex-end;
    }
    .footer-mid a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.65);
      font-weight:950;
      font-size:12px;
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
      white-space:nowrap;
    }
    .footer-mid a:hover{transform:translateY(-2px); border-color:rgba(255,45,125,.20); background:rgba(255,45,125,.10)}
    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      border-top:1px dashed rgba(20,21,26,.16);
      padding-top:14px;
      color:var(--muted2);
      font-size:12px;
    }
    .flinks{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
    }
    .flinks a{
      text-decoration:none;
      color:rgba(20,21,26,.80);
      font-weight:900;
      font-size:12px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.62);
      transition:transform .2s ease, border-color .2s ease;
    }
    .flinks a:hover{transform:translateY(-2px); border-color:rgba(106,76,255,.25)}
    .rightcopy{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
    .dotsep{width:4px; height:4px; border-radius:50%; background:rgba(20,21,26,.25); display:inline-block}

    .float-cs{
      position:fixed;
      right:14px; bottom:14px;
      z-index:80;
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-end;
      pointer-events:none;
    }
    .float-cs .cs-btn, .float-cs .to-top{
      pointer-events:auto;
      width:52px; height:52px; border-radius:18px;
      border:1px solid rgba(20,21,26,.12);
      background:rgba(255,255,255,.84);
      box-shadow:0 18px 40px rgba(14,16,24,.12);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition:transform .22s ease, border-color .22s ease, background .22s ease;
      user-select:none;
    }
    .float-cs .cs-btn{
      background:linear-gradient(135deg, rgba(255,45,125,.16), rgba(106,76,255,.10), rgba(0,179,255,.10));
      border-color:rgba(255,45,125,.22);
    }
    .float-cs .cs-btn:hover, .float-cs .to-top:hover{
      transform:translateY(-3px);
      border-color:rgba(106,76,255,.25);
      background:rgba(255,255,255,.92);
    }
    .qrcode-pop{
      position:fixed; right:14px; bottom:78px;
      width:260px;
      border-radius:22px;
      border:1px solid rgba(20,21,26,.12);
      background:rgba(255,255,255,.92);
      box-shadow:0 26px 62px rgba(14,16,24,.18);
      z-index:90;
      overflow:hidden;
      transform-origin:bottom right;
      opacity:0; transform:scale(.96) translateY(10px);
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease;
    }
    .qrcode-pop.show{
      opacity:1; transform:scale(1) translateY(0);
      pointer-events:auto;
    }
    .qrcode-head{
      padding:12px 12px 10px;
      border-bottom:1px solid rgba(20,21,26,.08);
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      background:
        radial-gradient(380px 120px at 10% 0%, rgba(255,45,125,.18), transparent 60%),
        radial-gradient(380px 120px at 90% 0%, rgba(106,76,255,.18), transparent 60%),
        rgba(255,255,255,.75);
    }
    .qrcode-head strong{font-size:13px}
    .qrcode-close{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(20,21,26,.10);
      background:rgba(255,255,255,.75);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .18s ease, border-color .18s ease;
    }
    .qrcode-close:hover{transform:translateY(-1px); border-color:rgba(106,76,255,.25)}
    .qrcode-body{padding:12px}
    .qrcode-body img{
      width:100%; height:auto; display:block;
      border-radius:18px;
      border:1px solid rgba(20,21,26,.08);
      background:#fff;
    }
    .qrcode-note{
      margin:10px 0 0;
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .hero-card, .hero-side{min-height:auto}
      .cards3{grid-template-columns: 1fr}
      .two-col{grid-template-columns: 1fr}
      .reviews-grid{grid-template-columns: 1fr}
      .article-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .work-card{grid-column: span 12}
      .pricing-grid{grid-template-columns: 1fr}
      .partner-grid{grid-template-columns: 1fr 1fr}
      .partner{grid-column: span 1}
      form{grid-template-columns: 1fr}
      .span2{grid-column: span 1}
      .form-actions{grid-column: span 1}
    }
    @media (max-width: 860px){
      .menu{display:none}
      .hamburger{display:flex}
      .mobile-panel.show{display:block}
      nav{gap:0}
      .nav-cta .btn-ghost{display:none}
      .hero h1{font-size:30px}
      .meta-item{min-width:unset}
      table{min-width:680px}
      .footer-top{flex-direction:column; align-items:flex-start}
      .footer-mid{justify-content:flex-start}
    }