:root{
      --bg0:#fbfaf7;
      --bg1:#ffffff;
      --ink:#111827;
      --muted:#4b5563;
      --muted2:#6b7280;
      --line:rgba(17,24,39,.12);
      --card:rgba(255,255,255,.78);
      --shadow:0 14px 40px rgba(16,24,40,.10);
      --shadow2:0 10px 22px rgba(16,24,40,.10);
      --shadow3:0 6px 16px rgba(16,24,40,.10);
      --brand1:#6d28d9;
      --brand2:#2563eb;
      --brand3:#f97316;
      --brand4:#16a34a;
      --focus:rgba(37,99,235,.35);
      --radius:18px;
      --radius2:14px;
      --container:1160px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB","Microsoft YaHei", "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
      color:var(--ink);
      background:
        radial-gradient(1200px 700px at 10% -10%, rgba(109,40,217,.14), transparent 55%),
        radial-gradient(900px 600px at 90% 10%, rgba(37,99,235,.12), transparent 55%),
        radial-gradient(700px 520px at 50% 0%, rgba(249,115,22,.10), transparent 45%),
        linear-gradient(180deg, #fbfaf7, #ffffff 26%, #fbfaf7 100%);
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }
    .skip{
      position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip:focus{
      left:16px; top:14px; width:auto; height:auto; z-index:1000;
      background:#fff; border:1px solid var(--line); padding:10px 12px; border-radius:12px;
      box-shadow:var(--shadow3);
    }

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: linear-gradient(180deg, rgba(251,250,247,.86), rgba(251,250,247,.65));
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .navWrap{display:flex; align-items:center; justify-content:space-between; padding:12px 0; gap:12px;}
    .brand{
      display:flex; align-items:center; gap:12px; min-width:220px;
    }
    .ai-page-logo{
      width:42px; height:42px; border-radius:12px;
      object-fit:contain; background:rgba(255,255,255,.6);
      box-shadow: 0 8px 20px rgba(37,99,235,.12);
      border:1px solid rgba(17,24,39,.08);
    }
    .brandText{display:flex; flex-direction:column; line-height:1.1;}
    .brandText strong{font-size:14px; letter-spacing:.2px}
    .brandText span{font-size:12px; color:var(--muted2)}
    nav .navLinks{
      display:flex; align-items:center; gap:16px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navLinks a{
      font-size:13px; color:rgba(17,24,39,.84);
      padding:10px 10px; border-radius:12px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .navLinks a:hover{
      background:rgba(37,99,235,.10);
      color:rgba(17,24,39,.98);
      transform: translateY(-1px);
    }
    .navRight{
      display:flex; align-items:center; gap:10px;
      justify-content:flex-end; min-width:220px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:12px 14px; border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.70);
      color:rgba(17,24,39,.95);
      font-weight:650;
      font-size:13px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow:0 0 0 4px var(--focus)}
    .btn:hover{transform: translateY(-1px); box-shadow:var(--shadow3)}
    .btnPrimary{
      background: linear-gradient(135deg, rgba(109,40,217,.98), rgba(37,99,235,.92) 55%, rgba(16,163,74,.86));
      border-color: rgba(255,255,255,.15);
      color:#fff;
      box-shadow: 0 14px 34px rgba(37,99,235,.22);
    }
    .btnPrimary:hover{
      box-shadow: 0 18px 44px rgba(37,99,235,.28);
      border-color: rgba(255,255,255,.25);
    }
    .iconDot{
      width:10px; height:10px; border-radius:999px;
      background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,.2) 30%, rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(249,115,22,.95), rgba(109,40,217,.92));
      box-shadow: 0 10px 20px rgba(109,40,217,.22);
      flex:0 0 auto;
    }

    .navMobileBtn{
      display:none;
    }
    .navPanel{
      display:none;
      padding-bottom:12px;
    }
    .navPanel .panelLinks{
      display:flex; flex-direction:column; gap:6px; padding:10px 0 2px;
    }
    .navPanel a{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 12px; border:1px solid rgba(17,24,39,.10);
      border-radius:14px; background:rgba(255,255,255,.64);
      font-size:13px;
    }
    .navPanel a:hover{background:rgba(37,99,235,.10)}
    .caret{
      width:18px; height:18px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center;
      background:rgba(37,99,235,.12); color:rgba(37,99,235,.95); font-weight:800;
    }

    .hero{
      position:relative;
      padding:46px 0 18px;
      overflow:hidden;
    }
    .heroGrid{
      display:grid; grid-template-columns: 1.08fr .92fr; gap:22px;
      align-items:start;
      margin-top:14px;
    }
    .heroCard{
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
      border:1px solid rgba(17,24,39,.10);
      border-radius: calc(var(--radius) + 6px);
      box-shadow: var(--shadow);
      padding:26px 22px;
      position:relative;
    }
    .heroCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(450px 240px at 18% 12%, rgba(109,40,217,.22), transparent 55%),
        radial-gradient(420px 260px at 78% 18%, rgba(37,99,235,.18), transparent 55%),
        radial-gradient(420px 280px at 58% 78%, rgba(249,115,22,.12), transparent 62%);
      border-radius: calc(var(--radius) + 8px);
      z-index:-1;
      filter:saturate(1.05);
    }
    .kicker{
      display:flex; align-items:center; gap:10px;
      color:rgba(17,24,39,.86);
      font-weight:700;
      letter-spacing:.2px;
      font-size:13px;
    }
    .kicker .chip{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.65);
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
    }
    .chip .spark{
      width:12px; height:12px; border-radius:4px;
      background: linear-gradient(135deg, rgba(249,115,22,.95), rgba(109,40,217,.88));
      transform: rotate(10deg);
    }
    .hero h1{
      margin:14px 0 10px;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .heroSub{
      margin:0;
      color:rgba(17,24,39,.74);
      font-size:15px;
      line-height:1.75;
      max-width:62ch;
    }
    .heroActions{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-top:18px;
    }
    .trustRow{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
      gap:10px;
    }
    .trustPill{
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.66);
      border-radius:16px;
      padding:12px 12px;
      display:flex; align-items:flex-start; gap:10px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .trustPill:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(37,99,235,.22)}
    .trustPill b{display:block; font-size:13px; margin-bottom:2px}
    .trustPill span{display:block; font-size:12px; color:rgba(17,24,39,.64); line-height:1.4}
    .badgeIcon{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(37,99,235,.14), rgba(109,40,217,.10));
      flex:0 0 auto;
    }
    .badgeIcon svg{width:18px; height:18px; opacity:.95}

    .heroSide{
      border-radius: calc(var(--radius) + 6px);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.58));
      box-shadow: var(--shadow2);
      padding:18px 18px 16px;
      position:relative;
      overflow:hidden;
    }
    .heroSide:after{
      content:"";
      position:absolute; right:-80px; top:-90px;
      width:240px; height:240px;
      background: radial-gradient(circle at 30% 30%, rgba(37,99,235,.22), transparent 62%),
                  radial-gradient(circle at 70% 60%, rgba(109,40,217,.18), transparent 60%);
      filter:saturate(1.1);
      transform: rotate(18deg);
      pointer-events:none;
    }
    .sideTitle{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .sideTitle h2{margin:0; font-size:16px; letter-spacing:-.2px}
    .sideTitle .miniTag{
      font-size:12px; color:rgba(17,24,39,.66);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.6);
      padding:7px 10px; border-radius:999px;
      white-space:nowrap;
    }
    .metrics{
      display:grid; grid-template-columns:1fr 1fr; gap:10px;
    }
    .metric{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      padding:12px 12px 10px;
      transition: transform .18s ease, box-shadow .18s ease;
      min-height:88px;
    }
    .metric:hover{transform: translateY(-2px); box-shadow: var(--shadow3)}
    .metric .num{
      font-size:18px; font-weight:860; letter-spacing:-.4px;
    }
    .metric .label{font-size:12px; color:rgba(17,24,39,.68); line-height:1.4; margin-top:6px}
    .sideList{
      margin-top:12px;
      border-top:1px solid rgba(17,24,39,.10);
      padding-top:12px;
      display:flex; flex-direction:column; gap:10px;
    }
    .sideItem{
      display:flex; gap:10px; align-items:flex-start;
    }
    .sideItem .mark{
      width:26px; height:26px; border-radius:12px;
      background: rgba(37,99,235,.12);
      border:1px solid rgba(37,99,235,.18);
      display:flex; align-items:center; justify-content:center;
      color:rgba(37,99,235,.95);
      font-weight:900; font-size:12px; flex:0 0 auto;
    }
    .sideItem b{display:block; font-size:13px; margin-bottom:2px}
    .sideItem span{display:block; font-size:12px; color:rgba(17,24,39,.68); line-height:1.5}
    .sideCta{
      margin-top:14px;
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    }
    .linkBtn{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.62);
      font-size:13px; font-weight:700;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .linkBtn:hover{transform: translateY(-1px); box-shadow: var(--shadow3); border-color: rgba(109,40,217,.22)}
    .arrow{
      width:26px; height:26px; border-radius:12px;
      background: linear-gradient(135deg, rgba(109,40,217,.20), rgba(37,99,235,.16));
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
    }

    main{padding:8px 0 40px}
    section{padding:34px 0}
    .sectionHead{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px;
      margin-bottom:16px;
    }
    .sectionHead h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
    }
    .sectionHead p{
      margin:0;
      color:rgba(17,24,39,.70);
      font-size:13px;
      line-height:1.7;
      max-width:62ch;
    }
    .sectionTag{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap; justify-content:flex-end;
    }
    .tag{
      font-size:12px;
      color:rgba(17,24,39,.72);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .tagGlow{
      border-color: rgba(37,99,235,.18);
      background: linear-gradient(180deg, rgba(37,99,235,.10), rgba(109,40,217,.08));
    }

    .grid3{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px;
    }
    .grid2{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px;
    }
    .card{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 10px 20px rgba(16,24,40,.06);
      padding:16px 16px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(37,99,235,.22)}
    .cardTitle{
      display:flex; align-items:flex-start; gap:12px;
      margin-bottom:8px;
    }
    .cardTitle h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .cardTitle p{margin:0}
    .cardIcon{
      width:40px; height:40px; border-radius:16px;
      background: linear-gradient(180deg, rgba(249,115,22,.12), rgba(109,40,217,.10));
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .cardIcon svg{width:18px; height:18px}
    .cardBody{
      color:rgba(17,24,39,.72);
      font-size:13px;
      line-height:1.75;
      margin:0;
    }
    .cardList{
      margin:10px 0 0;
      padding:0; list-style:none;
      display:flex; flex-direction:column; gap:8px;
    }
    .cardList li{
      display:flex; gap:10px; align-items:flex-start;
      font-size:13px; color:rgba(17,24,39,.72);
    }
    .check{
      width:18px; height:18px; border-radius:8px;
      background: rgba(16,163,74,.12);
      border:1px solid rgba(16,163,74,.18);
      color: rgba(16,163,74,.95);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      font-weight:900;
      font-size:12px;
      margin-top:2px;
    }

    .steps{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:14px;
      counter-reset: step;
    }
    .stepCard{
      padding:16px 16px;
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.58));
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .stepCard:before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(380px 180px at 10% 0%, rgba(109,40,217,.16), transparent 55%),
        radial-gradient(380px 180px at 90% 20%, rgba(37,99,235,.14), transparent 55%);
      opacity:.9; pointer-events:none;
    }
    .stepCard:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(37,99,235,.22)}
    .stepTop{display:flex; align-items:center; justify-content:space-between; gap:10px; position:relative}
    .stepNum{
      font-weight:920; letter-spacing:-.2px;
      color:rgba(17,24,39,.90);
      display:flex; align-items:center; gap:10px;
      font-size:13px;
    }
    .stepNum .pill{
      width:34px; height:34px; border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.64);
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 10px 20px rgba(16,24,40,.06);
    }
    .stepCard h3{margin:12px 0 8px; font-size:15px; letter-spacing:-.2px; position:relative}
    .stepCard p{margin:0; color:rgba(17,24,39,.72); font-size:13px; line-height:1.75; position:relative}

    .compareWrap{
      display:grid; grid-template-columns: 1.08fr .92fr; gap:14px; align-items:start;
    }
    .compareTable{
      overflow:auto;
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
    }
    table{
      width:100%; border-collapse:collapse;
      min-width:720px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
      font-size:13px;
    }
    th{
      background: linear-gradient(135deg, rgba(109,40,217,.12), rgba(37,99,235,.10));
      color:rgba(17,24,39,.92);
      font-weight:820;
      white-space:nowrap;
    }
    tr:last-child td{border-bottom:none}
    .good{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:800;
    }
    .good .star{
      width:18px; height:18px; border-radius:9px;
      background: rgba(249,115,22,.12);
      border:1px solid rgba(249,115,22,.18);
      display:flex; align-items:center; justify-content:center;
      color: rgba(249,115,22,.98);
      font-size:12px; font-weight:900;
    }
    .mutedCell{color:rgba(17,24,39,.60)}
    .ratingCard{
      padding:18px 16px;
    }
    .ratingTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin-bottom:12px;
    }
    .ratingTop h3{margin:0; font-size:16px; letter-spacing:-.2px}
    .scoreBadge{
      display:flex; flex-direction:column; align-items:flex-end; gap:6px;
      padding:10px 12px; border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
    }
    .scoreBadge .stars{
      display:flex; gap:4px; align-items:center;
      color: rgba(249,115,22,.98);
      font-weight:900;
      letter-spacing:-.1px;
      font-size:13px;
    }
    .scoreBadge .score{
      font-size:22px; font-weight:950; letter-spacing:-.6px;
    }
    .ratingList{
      margin:10px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:10px;
    }
    .ratingList li{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(17,24,39,.72);
      font-size:13px; line-height:1.55;
    }
    .ratingList .dot{
      width:14px; height:14px; border-radius:7px;
      background: linear-gradient(135deg, rgba(249,115,22,.95), rgba(109,40,217,.88));
      margin-top:4px;
      flex:0 0 auto;
      box-shadow: 0 10px 20px rgba(109,40,217,.20);
    }
    .compareCTA{
      margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;
    }

    .faqGrid{
      display:grid; grid-template-columns: 1fr; gap:12px;
    }
    .faqItem{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 10px 20px rgba(16,24,40,.06);
      overflow:hidden;
      transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    .faqItem:hover{border-color: rgba(37,99,235,.22); box-shadow: var(--shadow3); transform: translateY(-2px)}
    .faqBtn{
      width:100%;
      background:transparent;
      border:0;
      padding:14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      cursor:pointer;
      text-align:left;
    }
    .faqQ{
      font-size:14px; font-weight:820; letter-spacing:-.2px;
      color:rgba(17,24,39,.92);
    }
    .faqIcon{
      width:32px; height:32px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition: transform .2s ease;
    }
    .faqIcon svg{width:16px; height:16px}
    .faqA{
      max-height:0; overflow:hidden;
      transition: max-height .28s ease;
    }
    .faqAInner{
      padding:0 14px 14px;
      color:rgba(17,24,39,.72);
      font-size:13px; line-height:1.8;
    }
    .faqItem[data-open="true"] .faqA{max-height:260px}
    .faqItem[data-open="true"] .faqIcon{transform: rotate(180deg)}

    .reviews{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px;
    }
    .reviewCard{
      padding:16px 16px;
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.58));
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .reviewCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(420px 200px at 20% 0%, rgba(37,99,235,.14), transparent 56%),
        radial-gradient(420px 220px at 90% 30%, rgba(109,40,217,.12), transparent 60%);
      opacity:.9; pointer-events:none;
    }
    .reviewCard:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(37,99,235,.22)}
    .reviewTop{display:flex; align-items:center; justify-content:space-between; gap:12px; position:relative}
    .avatar{
      width:44px; height:44px; border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.64);
      display:flex; align-items:center; justify-content:center;
      font-weight:950; color:rgba(37,99,235,.95);
      box-shadow: 0 12px 24px rgba(37,99,235,.10);
      flex:0 0 auto;
    }
    .reviewRole{font-size:12px; color:rgba(17,24,39,.65); margin-top:4px}
    .reviewName{font-size:14px; font-weight:900; margin:0}
    .reviewStars{display:flex; gap:4px; align-items:center; color:rgba(249,115,22,.98); font-weight:900; position:relative}
    .reviewText{
      margin:12px 0 0;
      position:relative;
      color:rgba(17,24,39,.72);
      font-size:13px; line-height:1.85;
    }

    .caseGrid{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px;
    }
    .caseCard{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      display:flex; flex-direction:column;
      min-height:230px;
    }
    .caseMedia{
      padding:12px;
      background:
        linear-gradient(135deg, rgba(109,40,217,.10), rgba(37,99,235,.08)),
        radial-gradient(400px 160px at 30% 0%, rgba(249,115,22,.12), transparent 60%);
      border-bottom:1px solid rgba(17,24,39,.08);
      position:relative;
      overflow:hidden;
    }
    .mediaGlyph{
      height:120px;
      border-radius: 16px;
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(240px 100px at 18% 18%, rgba(37,99,235,.18), transparent 60%),
        radial-gradient(240px 130px at 78% 28%, rgba(109,40,217,.16), transparent 62%),
        radial-gradient(240px 120px at 50% 88%, rgba(249,115,22,.12), transparent 60%),
        rgba(255,255,255,.62);
      display:flex; align-items:flex-end; justify-content:flex-start;
      padding:14px;
    }
    .mediaGlyph b{
      font-size:12px; padding:7px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      color:rgba(17,24,39,.78);
    }
    .caseBody{
      padding:14px 14px 16px;
      display:flex; flex-direction:column; gap:10px; flex:1;
    }
    .caseBody h3{margin:0; font-size:15px; letter-spacing:-.2px}
    .caseBody p{margin:0; color:rgba(17,24,39,.72); font-size:13px; line-height:1.75}
    .pillRow{display:flex; gap:8px; flex-wrap:wrap; margin-top:auto}
    .smallPill{
      font-size:12px; color:rgba(17,24,39,.70);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.62);
      padding:7px 10px; border-radius:999px;
    }
    .caseCard:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(37,99,235,.22)}
    .caseCard .caseLink{
      margin-top:10px;
      display:inline-flex; align-items:center; gap:10px;
      font-weight:850; font-size:13px;
      color:rgba(37,99,235,.95);
      padding:10px 12px; border-radius:14px;
      border:1px solid rgba(37,99,235,.18);
      background: rgba(37,99,235,.08);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      width:fit-content;
    }
    .caseCard .caseLink:hover{transform: translateY(-1px); box-shadow: var(--shadow3); background: rgba(37,99,235,.12)}

    .posterGrid{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:14px;
      align-items:start;
    }
    .posterCard{
      padding:16px 16px;
    }
    .posterTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .posterTop h3{margin:0; font-size:16px; letter-spacing:-.2px}
    .posterTop .smallNote{font-size:12px; color:rgba(17,24,39,.65); line-height:1.6; margin-top:4px}
    .posterGridInner{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px;
      margin-top:12px;
    }
    .imgCard{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .imgCard:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(109,40,217,.22)}
    .imgCard .imgBox{
      width:100%;
      aspect-ratio: 16/10;
      display:flex; align-items:center; justify-content:center;
      background:
        linear-gradient(135deg, rgba(109,40,217,.08), rgba(37,99,235,.08)),
        radial-gradient(260px 120px at 20% 10%, rgba(249,115,22,.10), transparent 60%);
    }
    .imgCard img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .imgCard .imgMeta{padding:10px 10px 12px}
    .imgCard b{font-size:13px}
    .imgCard span{display:block; font-size:12px; color:rgba(17,24,39,.65); margin-top:4px; line-height:1.5}
    .listCard .li{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      margin-bottom:10px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .listCard .li:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(37,99,235,.22)}
    .li .liText b{display:block; font-size:13px}
    .li .liText span{display:block; font-size:12px; color:rgba(17,24,39,.65); margin-top:4px; line-height:1.5}
    .li .liBtn{
      flex:0 0 auto;
      display:inline-flex; align-items:center; justify-content:center;
      width:38px; height:38px; border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      color: rgba(37,99,235,.95);
      font-weight:900;
    }

    .timeline{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      padding:16px 16px;
    }
    .timelineGrid{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:12px;
    }
    .tItem{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .tItem:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(109,40,217,.22)}
    .tItem .tTop{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:8px;}
    .tItem .tCode{
      font-size:12px; font-weight:900;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(37,99,235,.10), rgba(109,40,217,.08));
      color:rgba(17,24,39,.78);
    }
    .tItem .tIcon{
      width:32px; height:32px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      display:flex; align-items:center; justify-content:center;
      color: rgba(109,40,217,.95);
      font-weight:950;
    }
    .tItem b{display:block; font-size:13px; margin-bottom:6px}
    .tItem p{margin:0; color:rgba(17,24,39,.70); font-size:12.5px; line-height:1.65}

    .networkGrid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
      align-items:start;
    }
    .networkMap{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        linear-gradient(135deg, rgba(109,40,217,.10), rgba(37,99,235,.08)),
        radial-gradient(520px 220px at 15% 20%, rgba(249,115,22,.10), transparent 60%),
        rgba(255,255,255,.62);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      padding:16px 16px;
      overflow:hidden;
      position:relative;
      min-height:270px;
    }
    .netSvg{
      width:100%; height:240px; display:block;
      opacity:.98;
    }
    .networkList{
      display:flex; flex-direction:column; gap:10px;
    }
    .netRow{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px 12px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .netRow:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(37,99,235,.22)}
    .netRow b{display:block; font-size:13px}
    .netRow span{display:block; margin-top:4px; font-size:12px; color:rgba(17,24,39,.65); line-height:1.6}
    .netRow .status{
      flex:0 0 auto;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(16,163,74,.18);
      background: rgba(16,163,74,.10);
      color: rgba(16,163,74,.95);
      font-size:12px; font-weight:900; white-space:nowrap; margin-top:2px;
    }

    .formWrap{
      border-radius: calc(var(--radius) + 6px);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.60));
      box-shadow: var(--shadow);
      padding:18px 16px;
    }
    .formGrid{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px;
      margin-top:12px;
    }
    .field{
      display:flex; flex-direction:column; gap:8px;
    }
    label{
      font-size:12px; font-weight:850; color:rgba(17,24,39,.82);
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.76);
      padding:12px 12px;
      font-size:13px;
      color:rgba(17,24,39,.92);
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(37,99,235,.35);
      box-shadow: 0 0 0 4px rgba(37,99,235,.18);
    }
    .formGrid .fieldFull{grid-column: 1 / -1;}
    .formActions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:12px;
    }
    .formTip{
      color:rgba(17,24,39,.66);
      font-size:12px;
      line-height:1.6;
      max-width:60ch;
    }
    .formActions .btn{
      padding:12px 16px;
    }

    .pricingRow{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px;
    }
    .priceCard{
      padding:16px 16px;
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .priceCard:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(37,99,235,.22)}
    .priceTop{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
    .priceCard h3{margin:0; font-size:15px}
    .priceCard .meter{
      width:54px; height:54px; border-radius:22px;
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(249,115,22,.12), rgba(109,40,217,.10));
      display:flex; align-items:center; justify-content:center;
      font-weight:980; color:rgba(17,24,39,.90);
      box-shadow: 0 12px 24px rgba(109,40,217,.10);
      flex:0 0 auto;
    }
    .priceCard .range{
      margin-top:10px;
      display:flex; flex-direction:column; gap:6px;
    }
    .priceCard .range b{font-size:22px; letter-spacing:-.6px}
    .priceCard .range span{font-size:12.5px; color:rgba(17,24,39,.66); line-height:1.65}
    .priceCard ul{
      margin:12px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:8px;
    }
    .priceCard li{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(17,24,39,.72); font-size:13px; line-height:1.55;
    }

    .tagCloud{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
      padding:16px 16px;
      display:flex; flex-wrap:wrap; gap:10px;
      align-items:center;
    }
    .tagCloud a{
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      padding:10px 12px;
      font-size:13px; color:rgba(17,24,39,.78);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .tagCloud a:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(109,40,217,.22)}

    footer{
      background: linear-gradient(180deg, rgba(251,250,247,.65), rgba(251,250,247,.9));
      border-top:1px solid rgba(17,24,39,.10);
      padding:22px 0 26px;
    }
    .footerGrid{
      display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; align-items:start;
    }
    .footCard{
      border-radius: var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:16px 16px;
      box-shadow: 0 12px 24px rgba(16,24,40,.06);
    }
    .footTop{
      display:flex; align-items:center; gap:12px; margin-bottom:10px;
    }
    .footTop b{font-size:14px}
    .footTop span{display:block; font-size:12px; color:rgba(17,24,39,.65); margin-top:3px}
    .footLinks{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .footLinks a{
      font-size:12.5px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      padding:9px 10px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .footLinks a:hover{transform: translateY(-2px); box-shadow: var(--shadow3); border-color: rgba(37,99,235,.22)}
    .copyright{
      margin-top:12px;
      color:rgba(17,24,39,.60);
      font-size:12px;
      line-height:1.7;
    }

    .floating{
      position:fixed;
      right:16px; bottom:16px; z-index:60;
      display:flex; flex-direction:column; gap:10px; align-items:flex-end;
    }
    .floatBtn{
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow2);
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      user-select:none;
    }
    .floatBtn:hover{transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(37,99,235,.22)}
    .floatBtn .fIcon{
      width:36px; height:36px; border-radius:16px;
      background: linear-gradient(180deg, rgba(37,99,235,.14), rgba(109,40,217,.10));
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
    }
    .floatBtn .fIcon svg{width:18px; height:18px}
    .floatBtn b{font-size:13px}
    .floatBtn span{display:block; font-size:12px; color:rgba(17,24,39,.65); margin-top:2px}
    .qrPanel{
      display:none;
      width:220px;
      border-radius:20px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.78);
      box-shadow: var(--shadow);
      padding:12px 12px 12px;
      margin-bottom:2px;
    }
    .qrPanel[data-show="true"]{display:block; animation: pop .18s ease both}
    @keyframes pop{from{opacity:0; transform: translateY(10px) scale(.98)} to{opacity:1; transform: translateY(0) scale(1)}}
    .qrPanel .qrTitle{
      font-weight:950; font-size:13px; margin:2px 0 10px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .qrPanel .qrTitle small{font-weight:800; color:rgba(17,24,39,.60); font-size:12px}
    .qrPanel img{
      width:100%; height:auto; border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      display:block;
    }
    .qrPanel .qrFooter{
      margin-top:10px;
      color:rgba(17,24,39,.66);
      font-size:12px; line-height:1.6;
    }

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

    .backTop{
      position:fixed; left:16px; bottom:16px; z-index:55;
      transform: translateY(20px);
      opacity:0;
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
    }
    .backTop[data-show="true"]{
      opacity:1; transform: translateY(0);
      pointer-events:auto;
    }
    .backTop .btn{
      padding:10px 12px; border-radius:18px;
    }

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .navWrap{padding:10px 0;}
      .navRight{min-width:auto}
      nav .navLinks{display:none}
      .navMobileBtn{display:inline-flex}
      .navPanel{display:none}
      .navPanel[data-open="true"]{display:block}
      .grid3{grid-template-columns: 1fr; }
      .grid2{grid-template-columns: 1fr; }
      .steps{grid-template-columns: 1fr 1fr; }
      .compareWrap{grid-template-columns: 1fr; }
      .reviews{grid-template-columns: 1fr; }
      .caseGrid{grid-template-columns: 1fr; }
      .posterGrid{grid-template-columns: 1fr;}
      .posterGridInner{grid-template-columns: 1fr;}
      .timelineGrid{grid-template-columns: 1fr 1fr;}
      .networkGrid{grid-template-columns: 1fr;}
      .pricingRow{grid-template-columns: 1fr;}
      .footerGrid{grid-template-columns: 1fr;}
      .trustRow{grid-template-columns: 1fr; }
      .formGrid{grid-template-columns: 1fr;}
      .qrPanel{width:210px}
      .floating{right:12px; bottom:12px}
      .backTop{left:12px; bottom:12px}
    }
    @media (prefers-reduced-motion: reduce){
      *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important}
      html{scroll-behavior:auto}
    }