:root{
      --bg0:#0b0713;
      --bg1:#12092a;
      --bg2:#1c0a3a;
      --card:#ffffff;
      --muted:#6b6b7a;
      --text:#17141f;
      --deep:#0f0d14;
      --line:rgba(15,13,20,.12);
      --shadow: 0 18px 40px rgba(26,8,65,.14);
      --shadow2: 0 10px 25px rgba(15,13,20,.10);
      --radius:18px;
      --radius2:14px;
      --purple:#7c3aed;
      --violet:#6d28d9;
      --magenta:#db2777;
      --aqua:#22c55e;
      --cyan:#06b6d4;
      --warning:#f59e0b;
      --focus: rgba(124,58,237,.28);
      --container: 1120px;
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(1100px 600px at 20% -10%, rgba(124,58,237,.22), transparent 55%),
        radial-gradient(900px 520px at 90% 0%, rgba(219,39,119,.18), transparent 52%),
        radial-gradient(900px 520px at 60% 45%, rgba(6,182,212,.12), transparent 55%),
        linear-gradient(180deg, #fff 0%, #f7f3ff 45%, #ffffff 100%);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(15,13,20,.08);
    }
    .navwrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:210px;
    }
    .brand .logobox{
      width:40px; height:40px;
      border-radius:12px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(124,58,237,.24);
      overflow:hidden;
      flex:0 0 auto;
    }
    .ai-page-logo{display:block; max-width:100%; height:auto}
    .brand h1{
      margin:0;
      font-size:14px;
      letter-spacing:.2px;
      line-height:1.15;
      color:var(--deep);
      font-weight:760;
    }
    .brand .sub{
      font-size:12px;
      color:rgba(15,13,20,.62);
      margin-top:2px;
      font-weight:620;
    }
    nav .menu{
      display:flex; align-items:center; gap:16px;
      flex-wrap:nowrap;
    }
    .navlink{
      padding:9px 10px;
      border-radius:12px;
      color:rgba(15,13,20,.78);
      font-weight:650;
      font-size:13px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .navlink:hover{
      background: rgba(124,58,237,.10);
      color:rgba(15,13,20,.96);
      transform: translateY(-1px);
    }

    .navright{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      min-width:240px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(124,58,237,.22);
      background: rgba(124,58,237,.08);
      color:rgba(15,13,20,.86);
      font-weight:720;
      font-size:12px;
      white-space:nowrap;
    }
    .dot{
      width:8px; height:8px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #a78bfa, var(--purple));
      box-shadow:0 0 0 3px rgba(124,58,237,.18);
      flex:0 0 auto;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.25);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      color:rgba(15,13,20,.92);
      font-weight:800;
      font-size:13px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 26px rgba(124,58,237,.18);
      border-color: rgba(124,58,237,.38);
    }
    .btn:active{transform: translateY(0)}
    .btn-primary{
      border:1px solid rgba(124,58,237,.50);
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(219,39,119,.72));
      color:#fff;
      box-shadow: 0 14px 28px rgba(124,58,237,.24);
    }
    .btn-primary:hover{
      box-shadow: 0 18px 34px rgba(124,58,237,.30);
      border-color: rgba(124,58,237,.70);
    }
    .btn-ghost{
      background: rgba(255,255,255,.65);
      border-color: rgba(15,13,20,.12);
      color: rgba(15,13,20,.86);
    }
    .btn-small{padding:9px 12px; border-radius:12px; font-size:12px}

    .burger{
      display:none;
      width:42px; height:42px;
      border-radius:14px;
      border:1px solid rgba(15,13,20,.12);
      background: rgba(255,255,255,.65);
      cursor:pointer;
      transition: transform .18s ease, background .18s ease;
    }
    .burger:hover{transform: translateY(-1px); background: rgba(255,255,255,.92)}
    .burger .bars{width:18px; height:14px; position:relative; margin:0 auto}
    .burger .bars span{
      position:absolute; left:0; right:0; height:2px; border-radius:2px;
      background: rgba(15,13,20,.78);
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .burger .bars span:nth-child(1){top:1px}
    .burger .bars span:nth-child(2){top:6px}
    .burger .bars span:nth-child(3){top:11px}
    .burger[data-open="true"] .bars span:nth-child(1){top:6px; transform: rotate(45deg)}
    .burger[data-open="true"] .bars span:nth-child(2){opacity:0}
    .burger[data-open="true"] .bars span:nth-child(3){top:6px; transform: rotate(-45deg)}

    .mobilePanel{
      display:none;
      padding:0 0 14px 0;
    }
    .mobilePanel .panel{
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.85);
      border-radius:16px;
      padding:12px;
      box-shadow: 0 14px 30px rgba(15,13,20,.08);
    }
    .mobileMenu{
      display:flex; flex-direction:column; gap:8px;
    }
    .mobileMenu .navlink{
      padding:12px 12px;
      background: rgba(124,58,237,.06);
      border:1px solid rgba(124,58,237,.12);
      border-radius:14px;
      font-size:13px;
      font-weight:780;
    }
    .mobileActions{
      display:flex; gap:10px; margin-top:10px; flex-wrap:wrap;
    }

    .hero{
      position:relative;
      padding:34px 0 10px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:18px;
      align-items:stretch;
      padding:18px 0 10px;
    }
    .heroLeft{
      border-radius:24px;
      border:1px solid rgba(124,58,237,.18);
      background:
        radial-gradient(1200px 500px at 10% 10%, rgba(124,58,237,.24), transparent 45%),
        radial-gradient(900px 420px at 90% 0%, rgba(219,39,119,.18), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
      box-shadow: 0 22px 55px rgba(124,58,237,.12);
      padding:22px;
      overflow:hidden;
      position:relative;
      min-height:420px;
    }
    .heroLeft:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(800px 280px at 20% 0%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(800px 320px at 75% 10%, rgba(219,39,119,.14), transparent 60%),
        radial-gradient(700px 320px at 60% 80%, rgba(6,182,212,.10), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .heroLeftInner{position:relative; z-index:1; display:flex; flex-direction:column; height:100%}
    .kicker{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
    }
    .badge{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(124,58,237,.22);
      background: rgba(124,58,237,.10);
      font-weight:820;
      color:rgba(15,13,20,.86);
      font-size:12px;
    }
    .badge svg{width:16px; height:16px}
    .heroTitle{
      margin:14px 0 8px;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.8px;
      color:var(--deep);
      font-weight:920;
    }
    .heroDesc{
      margin:0;
      color:rgba(15,13,20,.74);
      font-size:15px;
      line-height:1.7;
      max-width:62ch;
      font-weight:620;
    }
    .heroActions{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-top:18px;
    }
    .heroMeta{
      display:flex; gap:14px; margin-top:16px; flex-wrap:wrap;
    }
    .metaItem{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.68);
      flex:1 1 180px;
      min-width:190px;
    }
    .metaIcon{
      width:36px; height:36px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.22);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .metaItem h3{
      margin:2px 0 2px;
      font-size:13px;
      color:rgba(15,13,20,.92);
      font-weight:860;
    }
    .metaItem p{
      margin:0;
      font-size:12.5px;
      color:rgba(15,13,20,.66);
      line-height:1.45;
      font-weight:650;
    }

    .heroRight{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.55));
      box-shadow: 0 18px 40px rgba(15,13,20,.08);
      padding:18px;
      overflow:hidden;
      position:relative;
      min-height:420px;
    }
    .heroRight:after{
      content:"";
      position:absolute;
      width:380px; height:380px;
      right:-140px; top:-170px;
      background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.24), transparent 55%),
                  radial-gradient(circle at 70% 70%, rgba(219,39,119,.18), transparent 55%);
      filter: blur(2px);
      pointer-events:none;
    }
    .heroRightInner{position:relative; z-index:1; height:100%; display:flex; flex-direction:column}
    .rightTitle{
      margin:0 0 10px;
      font-size:16px;
      font-weight:920;
      color:rgba(15,13,20,.92);
      letter-spacing:-.2px;
    }
    .scoreWrap{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:6px;
    }
    .dataCard{
      border-radius:18px;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(255,255,255,.70);
      padding:14px 14px 12px;
      box-shadow: 0 12px 28px rgba(124,58,237,.08);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .dataCard:hover{
      transform: translateY(-3px);
      box-shadow: 0 16px 36px rgba(124,58,237,.14);
      border-color: rgba(124,58,237,.30);
    }
    .dataTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .chip{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      color:rgba(15,13,20,.76);
      font-size:12px;
      font-weight:830;
      white-space:nowrap;
    }
    .chip i{
      width:10px; height:10px; border-radius:50%;
      display:inline-block;
      background: linear-gradient(135deg, rgba(124,58,237,1), rgba(219,39,119,1));
      box-shadow: 0 0 0 3px rgba(124,58,237,.16);
    }
    .bigNum{
      font-size:28px;
      font-weight:950;
      letter-spacing:-.8px;
      margin:0;
      color:var(--deep);
    }
    .bigSub{
      margin:6px 0 0;
      color:rgba(15,13,20,.68);
      font-size:12.5px;
      line-height:1.4;
      font-weight:650;
    }
    .rightSection{
      margin-top:12px;
      padding:12px;
      border-radius:18px;
      border:1px dashed rgba(124,58,237,.25);
      background: rgba(124,58,237,.06);
      flex:1 1 auto;
      display:flex; flex-direction:column;
      gap:10px;
      justify-content:space-between;
    }
    .quote{
      margin:0;
      font-weight:760;
      color:rgba(15,13,20,.88);
      line-height:1.55;
      font-size:13.5px;
    }
    .quickGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .quickBtn{
      display:flex; flex-direction:column; gap:6px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.72);
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      text-align:left;
    }
    .quickBtn:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.28);
      box-shadow: 0 16px 32px rgba(15,13,20,.08);
    }
    .quickBtn .t{
      display:flex; align-items:center; gap:10px; font-weight:900; color:rgba(15,13,20,.92);
      font-size:13px;
    }
    .qIcon{
      width:28px; height:28px;
      border-radius:11px;
      border:1px solid rgba(124,58,237,.22);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .quickBtn .s{
      margin:0;
      color:rgba(15,13,20,.64);
      font-weight:650;
      font-size:12.2px;
      line-height:1.35;
    }

    section{padding:40px 0}
    .sectionTitle{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom:18px;
    }
    .sectionTitle h2{
      margin:0;
      font-size:24px;
      font-weight:950;
      letter-spacing:-.5px;
      color:rgba(15,13,20,.96);
    }
    .sectionTitle p{
      margin:0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      line-height:1.6;
      font-size:13.5px;
      max-width:62ch;
    }

    .grid3{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .card{
      border-radius:20px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(15,13,20,.06);
      padding:16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform: translateY(-3px);
      box-shadow: 0 20px 45px rgba(124,58,237,.12);
      border-color: rgba(124,58,237,.22);
    }
    .cardTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin-bottom:10px;
    }
    .iconBadge{
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(124,58,237,.22);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .card h3{
      margin:0;
      font-size:15px;
      font-weight:950;
      letter-spacing:-.2px;
      color:rgba(15,13,20,.92);
    }
    .card p{
      margin:8px 0 0;
      color:rgba(15,13,20,.68);
      font-weight:650;
      line-height:1.6;
      font-size:13.5px;
    }
    .tagRow{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px}
    .tag{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.75);
      color:rgba(15,13,20,.70);
      font-weight:820;
      font-size:12px;
      white-space:nowrap;
    }

    .twoCol{
      display:grid;
      grid-template-columns: 1.02fr .98fr;
      gap:14px;
      align-items:start;
    }
    .steps{
      display:flex; flex-direction:column; gap:10px;
    }
    .step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px;
      border-radius:20px;
      border:1px solid rgba(124,58,237,.16);
      background: rgba(124,58,237,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .step:hover{transform: translateY(-2px); border-color: rgba(124,58,237,.28); box-shadow: 0 18px 35px rgba(124,58,237,.10)}
    .stepNum{
      width:38px; height:38px;
      border-radius:15px;
      background: linear-gradient(135deg, rgba(124,58,237,.90), rgba(219,39,119,.70));
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      flex:0 0 auto;
      box-shadow: 0 14px 25px rgba(124,58,237,.22);
    }
    .step h3{
      margin:0;
      font-size:14.5px;
      font-weight:950;
      color:rgba(15,13,20,.92);
    }
    .step p{
      margin:6px 0 0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      font-size:13.2px;
      line-height:1.6;
    }

    .workflowCard{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .workflowCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(800px 240px at 25% 0%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(600px 260px at 95% 10%, rgba(219,39,119,.14), transparent 60%);
      pointer-events:none;
    }
    .workflowInner{position:relative; z-index:1}
    .workflowHeader{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:10px;
    }
    .workflowHeader h3{margin:0; font-size:16px; font-weight:980; letter-spacing:-.3px}
    .miniNote{
      margin:0;
      color:rgba(15,13,20,.62);
      font-weight:670;
      font-size:12.5px;
      line-height:1.5;
      max-width:34ch;
      text-align:right;
    }
    .list{
      margin:0; padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .li{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.72);
    }
    .li .check{
      width:26px; height:26px;
      border-radius:10px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .li h4{
      margin:0;
      font-size:13.5px;
      font-weight:930;
      color:rgba(15,13,20,.92);
    }
    .li p{
      margin:6px 0 0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      font-size:12.9px;
      line-height:1.55;
    }

    .tableWrap{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      overflow:hidden;
    }
    .tableTop{
      padding:16px 16px 0;
    }
    .tableTop .hint{
      color:rgba(15,13,20,.64);
      font-weight:650;
      font-size:13.2px;
      margin:8px 0 14px;
      line-height:1.6;
      max-width:70ch;
    }
    .tableScroll{
      overflow:auto;
      -webkit-overflow-scrolling: touch;
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:760px;
      font-size:13px;
    }
    thead th{
      position:sticky; top:0;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      color:rgba(15,13,20,.92);
      font-weight:950;
      border-bottom:1px solid rgba(15,13,20,.10);
      padding:12px 12px;
      text-align:left;
      white-space:nowrap;
    }
    tbody td{
      padding:12px 12px;
      border-bottom:1px solid rgba(15,13,20,.08);
      color:rgba(15,13,20,.78);
      font-weight:650;
      line-height:1.55;
      vertical-align:top;
    }
    tbody tr:hover td{
      background: rgba(124,58,237,.06);
    }
    .cellStrong{font-weight:980; color:rgba(15,13,20,.96)}
    .starRow{display:flex; align-items:center; gap:8px}
    .stars{
      display:inline-flex; gap:2px; align-items:center;
    }
    .star{
      width:16px; height:16px;
      display:inline-block;
      background: conic-gradient(from 180deg, rgba(245,158,11,1), rgba(217,119,6,1));
      clip-path: polygon(50% 0%, 62% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 38% 35%);
      filter: drop-shadow(0 6px 12px rgba(245,158,11,.22));
    }
    .scorePill{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(245,158,11,.30);
      background: rgba(245,158,11,.10);
      font-weight:980;
      color:rgba(15,13,20,.94);
      margin-bottom:10px;
    }
    .scorePill span{color:rgba(15,13,20,.72); font-weight:820}
    .scorePill i{
      width:10px; height:10px; border-radius:50%;
      background: rgba(245,158,11,1);
      box-shadow:0 0 0 3px rgba(245,158,11,.18);
      display:inline-block;
    }

    .faqGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    details.faq{
      border-radius:20px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(15,13,20,.05);
      padding:14px 14px;
      transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }
    details.faq[open]{
      border-color: rgba(124,58,237,.28);
      box-shadow: 0 20px 45px rgba(124,58,237,.12);
      transform: translateY(-2px);
    }
    details.faq summary{
      list-style:none;
      cursor:pointer;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      font-weight:940;
      color:rgba(15,13,20,.92);
      font-size:14px;
      line-height:1.45;
      padding:0 0 6px 0;
    }
    details.faq summary::-webkit-details-marker{display:none}
    .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.08);
      flex:0 0 auto;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
      margin-top:-2px;
    }
    details.faq[open] .chev{
      transform: rotate(180deg);
      background: rgba(124,58,237,.14);
      border-color: rgba(124,58,237,.30);
    }
    .faqBody{
      margin-top:6px;
      color:rgba(15,13,20,.68);
      font-weight:650;
      line-height:1.7;
      font-size:13.2px;
      padding-top:8px;
      border-top:1px dashed rgba(15,13,20,.14);
    }

    .commentsGrid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .comment{
      border-radius:22px;
      border:1px solid rgba(15,13,20,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:190px;
    }
    .comment:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(420px 200px at 10% 0%, rgba(124,58,237,.14), transparent 60%),
        radial-gradient(420px 220px at 95% 0%, rgba(219,39,119,.10), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .commentInner{position:relative; z-index:1}
    .persona{
      display:flex; align-items:center; gap:10px; margin-bottom:10px;
    }
    .avatar{
      width:44px; height:44px;
      border-radius:18px;
      border:1px solid rgba(124,58,237,.22);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      color:rgba(15,13,20,.86);
      flex:0 0 auto;
    }
    .persona h3{
      margin:0;
      font-size:13.5px;
      font-weight:980;
      color:rgba(15,13,20,.92);
    }
    .persona p{
      margin:4px 0 0;
      color:rgba(15,13,20,.64);
      font-weight:650;
      font-size:12.6px;
      line-height:1.3;
    }
    .comment p{
      margin:0;
      color:rgba(15,13,20,.72);
      font-weight:650;
      font-size:13.2px;
      line-height:1.75;
    }
    .comment:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 55px rgba(124,58,237,.12)}

    .caseGrid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .caseCard{
      border-radius:22px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex; flex-direction:column;
      min-height:320px;
    }
    .caseMedia{
      padding:12px;
      background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(219,39,119,.08));
    }
    .mediaBox{
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.70);
      position:relative;
    }
    .mediaBox img{
      display:block;
      width:100%;
      height:auto;
      object-fit:contain;
    }
    .caseBody{padding:14px 14px 16px; display:flex; flex-direction:column; gap:10px; flex:1 1 auto}
    .caseBody h3{
      margin:0;
      font-size:15px;
      font-weight:980;
      letter-spacing:-.2px;
      color:rgba(15,13,20,.92);
    }
    .caseBody p{
      margin:0;
      color:rgba(15,13,20,.68);
      font-weight:650;
      line-height:1.65;
      font-size:13.2px;
    }
    .caseFooter{
      display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto;
      padding-top:8px;
      border-top:1px dashed rgba(15,13,20,.14);
    }
    .metric{
      display:flex; flex-direction:column; gap:4px;
    }
    .metric strong{
      font-weight:980; color:rgba(15,13,20,.94);
      letter-spacing:-.2px; font-size:14px;
    }
    .metric span{
      color:rgba(15,13,20,.62);
      font-weight:650; font-size:12.2px; line-height:1.2;
    }
    .linkBtn{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.22);
      background: rgba(124,58,237,.08);
      color:rgba(15,13,20,.90);
      font-weight:920;
      font-size:12.8px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .linkBtn:hover{transform: translateY(-2px); box-shadow: 0 16px 32px rgba(124,58,237,.14); border-color: rgba(124,58,237,.34)}
    .caseCard:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 55px rgba(124,58,237,.12)}

    .articleGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .articleCard{
      border-radius:22px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
      display:flex; flex-direction:column; gap:10px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:180px;
    }
    .articleCard:hover{transform: translateY(-3px); border-color: rgba(124,58,237,.22); box-shadow: 0 22px 55px rgba(124,58,237,.12)}
    .articleTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .articleType{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.74);
      font-weight:900;
      color:rgba(15,13,20,.76);
      font-size:12px;
      white-space:nowrap;
    }
    .articleDate{
      color:rgba(15,13,20,.58);
      font-weight:700;
      font-size:12px;
      white-space:nowrap;
    }
    .articleCard h3{
      margin:0;
      font-size:14.8px;
      font-weight:980;
      line-height:1.45;
      color:rgba(15,13,20,.92);
    }
    .articleCard p{
      margin:0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      line-height:1.65;
      font-size:13.1px;
    }
    .articleCard .read{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding-top:10px;
      border-top:1px dashed rgba(15,13,20,.14);
    }
    .read a{
      font-weight:920;
      color:rgba(15,13,20,.92);
      font-size:12.8px;
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(124,58,237,.22);
      background: rgba(124,58,237,.08);
      white-space:nowrap;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .read a:hover{transform: translateY(-2px); box-shadow: 0 16px 32px rgba(124,58,237,.14); border-color: rgba(124,58,237,.34)}

    .formWrap{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    form{
      display:flex; flex-direction:column; gap:10px;
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
    }
    .formHeader{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; padding-bottom:8px; border-bottom:1px dashed rgba(15,13,20,.14);
      margin-bottom:2px;
    }
    .formHeader h3{margin:0; font-size:16px; font-weight:990}
    .formHeader p{margin:6px 0 0; color:rgba(15,13,20,.66); font-weight:650; line-height:1.6; font-size:13.2px}
    .fields{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    label{
      display:flex; flex-direction:column; gap:7px;
      font-weight:850; color:rgba(15,13,20,.86);
      font-size:12.8px;
    }
    input, select, textarea{
      width:100%;
      padding:11px 12px;
      border-radius:14px;
      border:1px solid rgba(15,13,20,.12);
      background: rgba(255,255,255,.86);
      color:rgba(15,13,20,.92);
      font-weight:700;
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
      font-size:13.2px;
    }
    textarea{min-height:108px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(124,58,237,.45);
      box-shadow: 0 0 0 4px var(--focus);
    }
    .full{grid-column:1 / -1}
    .formFooter{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
      padding-top:8px;
      border-top:1px dashed rgba(15,13,20,.14);
      margin-top:4px;
      justify-content:space-between;
    }
    .smallHelp{
      color:rgba(15,13,20,.60);
      font-weight:650;
      font-size:12.2px;
      line-height:1.4;
      max-width:42ch;
    }
    .sidePanel{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
      min-height:340px;
    }
    .sidePanel:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(650px 260px at 20% 0%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(520px 260px at 95% 10%, rgba(219,39,119,.12), transparent 60%);
      pointer-events:none;
    }
    .sideInner{position:relative; z-index:1; display:flex; flex-direction:column; height:100%}
    .sideInner h3{margin:0; font-size:16px; font-weight:990}
    .sideInner p{
      margin:10px 0 0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      line-height:1.75;
      font-size:13.4px;
    }
    .sideBullets{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .sideBullets li{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.72);
    }
    .sideBullets .bDot{
      width:28px; height:28px; border-radius:12px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .sideBullets strong{
      display:block;
      font-weight:990;
      color:rgba(15,13,20,.92);
      font-size:13.2px;
      margin-bottom:4px;
    }
    .sideBullets span{
      color:rgba(15,13,20,.64);
      font-weight:650;
      font-size:12.9px;
      line-height:1.55;
    }
    .sideCTA{
      margin-top:auto;
      padding-top:14px;
      border-top:1px dashed rgba(15,13,20,.14);
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .smallLinks{
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .smallLinks a{
      font-weight:900;
      font-size:12.6px;
      color:rgba(15,13,20,.90);
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(15,13,20,.12);
      background: rgba(255,255,255,.74);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .smallLinks a:hover{transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15,13,20,.08); border-color: rgba(124,58,237,.25)}

    .networkGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .networkCard{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .networkCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(650px 260px at 10% 0%, rgba(124,58,237,.14), transparent 60%),
        radial-gradient(520px 260px at 95% 10%, rgba(219,39,119,.10), transparent 60%);
      pointer-events:none;
    }
    .networkInner{position:relative; z-index:1}
    .networkCard h3{margin:0; font-size:16px; font-weight:990}
    .networkCard p{
      margin:10px 0 0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      line-height:1.75;
      font-size:13.4px;
    }
    .mapCloud{
      margin-top:14px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .region{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.07);
      color:rgba(15,13,20,.86);
      font-weight:900;
      font-size:12.6px;
      white-space:nowrap;
    }

    .priceGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .priceCard{
      border-radius:24px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 45px rgba(15,13,20,.06);
      padding:16px;
    }
    .priceTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin-bottom:10px;
    }
    .priceCard h3{margin:0; font-size:16px; font-weight:990}
    .priceCard p{
      margin:8px 0 0;
      color:rgba(15,13,20,.66);
      font-weight:650;
      line-height:1.7;
      font-size:13.2px;
    }
    .refList{margin:12px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:10px}
    .refItem{
      display:flex; justify-content:space-between; align-items:center; gap:12px;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.72);
    }
    .refItem strong{
      font-weight:980;
      color:rgba(15,13,20,.92);
      font-size:13.2px;
    }
    .refItem span{
      color:rgba(15,13,20,.66);
      font-weight:800;
      font-size:12.6px;
      white-space:nowrap;
    }

    footer{
      padding:26px 0 30px;
      background:
        radial-gradient(1100px 420px at 20% 0%, rgba(124,58,237,.16), transparent 60%),
        radial-gradient(900px 420px at 90% 20%, rgba(219,39,119,.12), transparent 60%),
        linear-gradient(180deg, rgba(15,13,20,.96), rgba(15,13,20,.98));
      color:#fff;
      margin-top:12px;
    }
    .footerInner{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .footerBrand{
      display:flex; gap:12px; align-items:flex-start;
    }
    .footerLogo{
      width:46px; height:46px;
      border-radius:18px;
      background: rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.14);
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
      flex:0 0 auto;
    }
    .footerBrand h3{
      margin:0;
      font-size:16px;
      font-weight:990;
      letter-spacing:-.3px;
    }
    .footerBrand p{
      margin:8px 0 0;
      color:rgba(255,255,255,.78);
      font-weight:650;
      line-height:1.7;
      font-size:13.2px;
      max-width:62ch;
    }
    .footerRight{
      display:flex; flex-direction:column; gap:12px;
      align-items:flex-start;
    }
    .footerLinks{
      display:flex; flex-wrap:wrap; gap:10px;
      align-items:center;
    }
    .footerLinks a{
      color:rgba(255,255,255,.86);
      font-weight:850;
      font-size:12.6px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .footerLinks a:hover{transform: translateY(-2px); border-color: rgba(167,139,250,.42); background: rgba(167,139,250,.14)}
    .copyright{
      margin-top:14px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.14);
      color:rgba(255,255,255,.74);
      font-weight:650;
      font-size:12.4px;
      line-height:1.6;
    }

    .backTop{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:60;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(124,58,237,.30);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 40px rgba(15,13,20,.12);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .18s ease, opacity .18s ease, background .18s ease;
      opacity:0;
      pointer-events:none;
    }
    .backTop.show{
      opacity:1;
      pointer-events:auto;
    }
    .backTop:hover{transform: translateY(-3px); background: rgba(255,255,255,.95)}
    .backTop svg{width:20px; height:20px; color:rgba(15,13,20,.84)}

    .floatingKefu{
      position:fixed;
      left:16px;
      bottom:16px;
      z-index:60;
      border-radius:20px;
      border:1px solid rgba(124,58,237,.30);
      background: rgba(255,255,255,.82);
      box-shadow: 0 18px 40px rgba(15,13,20,.12);
      overflow:hidden;
      width:210px;
      transform: translateY(0);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .floatingKefu:hover{
      border-color: rgba(124,58,237,.44);
      box-shadow: 0 24px 55px rgba(124,58,237,.16);
      transform: translateY(-2px);
    }
    .kefuTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding:10px 12px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(219,39,119,.10));
      border-bottom:1px solid rgba(15,13,20,.10);
    }
    .kefuTop strong{
      font-weight:990;
      font-size:13px;
      color:rgba(15,13,20,.92);
      display:flex; align-items:center; gap:10px;
    }
    .kefuTop strong .ping{
      width:10px; height:10px; border-radius:50%;
      background: rgba(34,197,94,1);
      box-shadow:0 0 0 3px rgba(34,197,94,.18);
    }
    .kefuClose{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(15,13,20,.12);
      background: rgba(255,255,255,.74);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
    }
    .kefuClose svg{width:16px; height:16px; color:rgba(15,13,20,.82)}
    .kefuBody{
      padding:12px;
      display:flex; gap:12px; align-items:center;
    }
    .kefuQR{
      width:70px; height:70px;
      border-radius:16px;
      border:1px solid rgba(15,13,20,.10);
      background: rgba(255,255,255,.75);
      overflow:hidden;
      flex:0 0 auto;
      display:flex; align-items:center; justify-content:center;
    }
    .kefuQR img{width:100%; height:auto; display:block}
    .kefuText{
      flex:1 1 auto;
      display:flex; flex-direction:column; gap:7px;
    }
    .kefuText .t1{
      font-weight:950;
      font-size:13px;
      color:rgba(15,13,20,.92);
      line-height:1.25;
    }
    .kefuText .t2{
      color:rgba(15,13,20,.66);
      font-weight:650;
      font-size:12.6px;
      line-height:1.5;
    }
    .kefuBtns{
      display:flex; gap:10px; margin-top:8px; flex-wrap:wrap;
    }

    .scrollReveal{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .scrollReveal.show{
      opacity:1;
      transform: translateY(0);
    }

    html{scroll-behavior:smooth}
    .srOnly{
      position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
    }

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .heroLeft, .heroRight{min-height:auto}
      .heroLeft{padding:18px}
      .heroTitle{font-size:32px}
      .navright{min-width:auto}
      nav .menu{display:none}
      .burger{display:inline-flex; align-items:center; justify-content:center}
      .mobilePanel{display:block}
      .grid3{grid-template-columns: 1fr}
      .twoCol{grid-template-columns:1fr}
      .faqGrid{grid-template-columns:1fr}
      .commentsGrid{grid-template-columns:1fr}
      .caseGrid{grid-template-columns:1fr}
      .articleGrid{grid-template-columns:1fr}
      .formWrap{grid-template-columns:1fr}
      .networkGrid{grid-template-columns:1fr}
      .priceGrid{grid-template-columns:1fr}
      .fields{grid-template-columns:1fr}
      .footerInner{grid-template-columns:1fr}
      .floatingKefu{width:200px}
    }

    @media (prefers-reduced-motion: reduce){
      *{scroll-behavior:auto !important}
      .scrollReveal{transition:none}
      .card,.dataCard,.caseCard,.articleCard,.comment,.linkBtn,.btn,.quickBtn,.step{transition:none}
      .backTop{transition:none}
      .floatingKefu{transition:none}
    }