:root{
      --bg0:#ffffff;
      --bg1:#f7f6ff;
      --bg2:#fff4ec;
      --text0:#111827;
      --text1:#374151;
      --muted:#6b7280;
      --card:#ffffff;
      --line:rgba(17,24,39,.10);
      --shadow:0 18px 50px rgba(16,24,40,.10);
      --shadow2:0 10px 24px rgba(16,24,40,.10);
      --shadow3:0 6px 16px rgba(16,24,40,.08);
      --accentA:#ff3b7a;
      --accentB:#5b6cff;
      --accentC:#12b981;
      --accentD:#f59e0b;
      --accentE:#0ea5e9;
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --container:1120px;
      --padX:20px;
      --focus:0 0 0 4px rgba(91,108,255,.18);
      --grad:linear-gradient(135deg, rgba(255,59,122,.14), rgba(91,108,255,.14) 45%, rgba(18,185,129,.10));
      --grad2:linear-gradient(135deg, rgba(255,59,122,.16), rgba(245,158,11,.14) 55%, rgba(14,165,233,.12));
      --gradBtn:linear-gradient(135deg, var(--accentA), #ff7a56 40%, var(--accentB));
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans", sans-serif;
      background: radial-gradient(1200px 600px at 18% -10%, rgba(91,108,255,.18), transparent 55%),
                  radial-gradient(900px 500px at 85% 0%, rgba(255,59,122,.16), transparent 52%),
                  linear-gradient(180deg, #ffffff 0%, var(--bg1) 45%, #fff 100%);
      color:var(--text0);
      line-height:1.6;
    }
    a{color:inherit}
    .container{
      width:100%;
      max-width:var(--container);
      padding:0 var(--padX);
      margin:0 auto;
    }
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:14px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:240px;
    }
    .brand img{
      width:34px;height:34px;
      border-radius:10px;
      object-fit:contain;
    }
    .brand .name{
      display:flex;
      flex-direction:column;
      gap:2px;
    }
    .brand .name strong{
      font-size:14px;
      letter-spacing:.2px;
    }
    .brand .name span{
      font-size:12px;
      color:var(--muted);
    }
    .navlinks{
      display:flex;
      gap:14px;
      align-items:center;
      flex-wrap:nowrap;
      overflow:hidden;
    }
    .navlinks a{
      text-decoration:none;
      font-size:13px;
      color:var(--text1);
      padding:10px 10px;
      border-radius:12px;
      white-space:nowrap;
      transition:background .2s, color .2s, transform .2s;
    }
    .navlinks a:hover{
      background:rgba(91,108,255,.10);
      color:var(--text0);
      transform:translateY(-1px);
    }
    .navactions{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:240px;
      justify-content:flex-end;
    }
    .btn{
      appearance:none;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.8);
      padding:10px 14px;
      border-radius:14px;
      font-weight:650;
      font-size:13px;
      cursor:pointer;
      transition:transform .15s ease, box-shadow .15s ease, background .2s, border-color .2s;
      color:var(--text0);
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn:hover{transform:translateY(-1px); box-shadow:var(--shadow3)}
    .btnPrimary{
      border-color:rgba(255,59,122,.24);
      background:var(--gradBtn);
      color:#fff;
      box-shadow:0 12px 30px rgba(255,59,122,.18);
    }
    .btnPrimary:hover{box-shadow:0 16px 44px rgba(255,59,122,.26)}
    .btnGhost{
      background:rgba(255,255,255,.7);
    }
    .icon{
      width:16px;height:16px;
      display:inline-block;
    }

    .mobileToggle{
      display:none;
      width:42px;height:42px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.8);
      cursor:pointer;
      align-items:center;
      justify-content:center;
      transition:transform .15s ease, box-shadow .15s ease;
    }
    .mobileToggle:hover{transform:translateY(-1px); box-shadow:var(--shadow3)}
    .mobilePanel{
      display:none;
      padding:0 0 14px;
    }
    .mobilePanel .stack{
      display:flex;
      flex-direction:column;
      gap:10px;
      padding-top:6px;
    }
    .mobilePanel a{
      text-decoration:none;
      padding:12px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.85);
      border:1px solid rgba(17,24,39,.08);
      color:var(--text1);
      font-weight:620;
      font-size:13px;
    }
    .mobilePanel a:hover{border-color:rgba(91,108,255,.25); background:rgba(91,108,255,.08)}

    .hero{
      padding:34px 0 18px;
      position:relative;
      overflow:hidden;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.68));
      border:1px solid rgba(17,24,39,.08);
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .heroCard::before{
      content:"";
      position:absolute;
      inset:-1px;
      background: var(--grad);
      opacity:.9;
      pointer-events:none;
      mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      padding:1px;
    }
    .heroInner{
      position:relative;
      padding:26px 22px;
      height:100%;
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .kicker{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(17,24,39,.10);
      color:var(--text1);
      font-size:12px;
      font-weight:650;
    }
    .dot{
      width:9px;height:9px;border-radius:50%;
      background: linear-gradient(135deg, var(--accentA), var(--accentB));
      box-shadow:0 0 0 4px rgba(91,108,255,.10);
    }
    h1{
      margin:0;
      font-size:34px;
      line-height:1.2;
      letter-spacing:-.6px;
    }
    .lead{
      margin:0;
      color:var(--text1);
      font-size:15px;
      max-width:56ch;
    }
    .heroActions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:2px;
    }
    .miniTrust{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      align-items:center;
      margin-top:6px;
    }
    .trustItem{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.70);
      min-width:200px;
    }
    .trustItem strong{
      font-size:13px;
      letter-spacing:.1px;
    }
    .trustItem span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:2px;
    }
    .check{
      width:18px;height:18px;
      border-radius:6px;
      background:rgba(18,185,129,.14);
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--accentC);
      flex:0 0 auto;
      margin-top:1px;
      border:1px solid rgba(18,185,129,.24);
    }

    .sidePanel{
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
      border:1px solid rgba(17,24,39,.08);
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .sidePanel::after{
      content:"";
      position:absolute;
      inset:-40px -40px auto auto;
      width:240px;height:240px;
      background: radial-gradient(circle at 30% 30%, rgba(255,59,122,.26), transparent 60%),
                  radial-gradient(circle at 65% 65%, rgba(91,108,255,.22), transparent 58%);
      opacity:.9;
      pointer-events:none;
      transform:rotate(12deg);
    }
    .sideInner{
      position:relative;
      padding:18px 16px 16px;
      height:100%;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .sideTitle{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:4px 2px 0;
    }
    .sideTitle h2{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(245,158,11,.12);
      border:1px solid rgba(245,158,11,.24);
      color:#8a4b00;
      font-weight:750;
      font-size:12px;
      white-space:nowrap;
    }
    .metrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .metric{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:12px 12px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      min-height:96px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .metric:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(91,108,255,.20)}
    .metric .top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .metric .label{
      font-size:12px;
      color:var(--muted);
      font-weight:700;
    }
    .metric .value{
      font-size:18px;
      font-weight:900;
      letter-spacing:-.3px;
      color:var(--text0);
      margin-top:6px;
    }
    .spark{
      width:34px;height:34px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:linear-gradient(135deg, rgba(91,108,255,.14), rgba(255,59,122,.10));
      display:flex; align-items:center; justify-content:center;
      color:var(--accentB);
      flex:0 0 auto;
    }

    .tagCloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding:2px 2px 0;
    }
    .tag{
      font-size:12px;
      font-weight:700;
      color:var(--text1);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.08);
      border-radius:999px;
      padding:8px 10px;
      transition:transform .16s ease, border-color .2s, background .2s;
    }
    .tag:hover{transform:translateY(-1px); border-color:rgba(255,59,122,.22); background:rgba(255,59,122,.06)}

    .section{
      padding:20px 0;
    }
    .sectionHeader{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .sectionHeader h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
    }
    .sectionHeader p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      max-width:54ch;
    }
    .panel{
      border-radius:var(--radius);
      background:rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 10px 30px rgba(16,24,40,.06);
      overflow:hidden;
    }

    .cards3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      padding:16px 14px;
      border-right:1px solid rgba(17,24,39,.06);
      background:transparent;
    }
    .card:last-child{border-right:none}
    .featureCard{
      border-radius:var(--radius2);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.08);
      padding:16px 14px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      position:relative;
      overflow:hidden;
      min-height:190px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .featureCard:hover{transform:translateY(-3px); box-shadow:var(--shadow3); border-color:rgba(91,108,255,.22)}
    .featureTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .featureIcon{
      width:44px;height:44px;border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:linear-gradient(135deg, rgba(255,59,122,.12), rgba(91,108,255,.12));
      display:flex;align-items:center;justify-content:center;
      color:var(--accentB);
      flex:0 0 auto;
    }
    .featureCard h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .featureCard p{
      margin:0;
      color:var(--text1);
      font-size:13px;
      max-width:52ch;
    }
    .featureList{
      margin:4px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .featureList li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--text1);
      font-size:13px;
      padding-top:2px;
    }
    .miniDot{
      width:10px;height:10px;border-radius:4px;
      background:rgba(91,108,255,.16);
      border:1px solid rgba(91,108,255,.22);
      margin-top:4px;
      flex:0 0 auto;
    }
    .miniDot.alt{background:rgba(255,59,122,.14); border-color:rgba(255,59,122,.22)}
    .miniDot.alt2{background:rgba(18,185,129,.14); border-color:rgba(18,185,129,.22)}
    .miniDot.alt3{background:rgba(245,158,11,.14); border-color:rgba(245,158,11,.24)}

    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .workshop{
      padding:18px 16px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.66));
      position:relative;
      overflow:hidden;
    }
    .workshop::before{
      content:"";
      position:absolute;
      inset:-60px auto auto -60px;
      width:220px;height:220px;
      background: radial-gradient(circle at 30% 30%, rgba(91,108,255,.18), transparent 60%),
                  radial-gradient(circle at 65% 65%, rgba(255,59,122,.14), transparent 58%);
      pointer-events:none;
      transform:rotate(-10deg);
    }
    .workshop > *{position:relative}
    .workshop h3{margin:0; font-size:16px; letter-spacing:-.2px}
    .workshop p{margin:6px 0 0; color:var(--text1); font-size:13px}
    .stepGrid{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
      margin-top:12px;
    }
    .step{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
    }
    .step:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(255,59,122,.20)}
    .stepNum{
      width:34px;height:34px;border-radius:14px;
      background:linear-gradient(135deg, rgba(255,59,122,.14), rgba(91,108,255,.14));
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      color:var(--text0);
      flex:0 0 auto;
    }
    .step .t{
      display:flex; flex-direction:column; gap:2px;
    }
    .step .t strong{
      font-size:13px;
      letter-spacing:-.1px;
    }
    .step .t span{
      font-size:12px;
      color:var(--muted);
    }

    .compare{
      overflow:auto;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.76);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:900px;
      font-size:13px;
    }
    thead th{
      text-align:left;
      padding:14px 14px;
      background:linear-gradient(135deg, rgba(255,59,122,.14), rgba(91,108,255,.12));
      color:var(--text0);
      font-weight:900;
      border-bottom:1px solid rgba(17,24,39,.08);
      position:sticky;
      top:0;
      z-index:1;
    }
    tbody td{
      padding:12px 14px;
      border-bottom:1px solid rgba(17,24,39,.06);
      color:var(--text1);
      vertical-align:top;
    }
    tbody tr:hover td{background:rgba(91,108,255,.05)}
    .yes{
      color:#0f766e;
      font-weight:900;
      white-space:nowrap;
    }
    .no{
      color:#9f1239;
      font-weight:900;
      white-space:nowrap;
    }
    .award{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .starRow{
      display:flex; gap:6px; align-items:center;
      color:#b45309;
      font-weight:900;
    }
    .star{
      width:18px;height:18px;
      display:inline-block;
      background:conic-gradient(from 180deg, var(--accentD), #fbbf24);
      clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      border-radius:3px;
      transform:translateY(1px);
      box-shadow:0 10px 18px rgba(180,83,9,.18);
    }

    .timeline{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .timelineItem{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      position:relative;
      overflow:hidden;
    }
    .timelineItem::before{
      content:"";
      position:absolute;
      inset:auto auto -40px -40px;
      width:120px;height:120px;
      background: radial-gradient(circle at 35% 35%, rgba(91,108,255,.16), transparent 60%),
                  radial-gradient(circle at 65% 65%, rgba(255,59,122,.12), transparent 58%);
      pointer-events:none;
    }
    .timelineItem > *{position:relative}
    .timelineHead{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:8px;
    }
    .timelineHead strong{
      font-size:14px; letter-spacing:-.2px;
    }
    .date{
      font-size:12px;
      color:var(--muted);
      font-weight:800;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.68);
      white-space:nowrap;
    }
    .timelineItem p{
      margin:0;
      color:var(--text1);
      font-size:13px;
    }
    .timelineList{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .timelineList li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--text1);
      font-size:13px;
    }
    .timelineList i{
      width:16px;height:16px;border-radius:6px;
      background:rgba(18,185,129,.12);
      border:1px solid rgba(18,185,129,.22);
      flex:0 0 auto;
      margin-top:3px;
      display:inline-block;
      position:relative;
    }
    .timelineList i::after{
      content:"";
      position:absolute; inset:0;
      margin:auto;
      width:8px;height:4px;
      border-left:2px solid rgba(18,185,129,1);
      border-bottom:2px solid rgba(18,185,129,1);
      transform:rotate(-45deg);
      top:6px;
      left:3px;
    }

    .cards2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .clientCard{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      min-height:190px;
      display:flex; flex-direction:column; gap:12px;
    }
    .clientCard:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(91,108,255,.22)}
    .clientTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:42px;height:42px;border-radius:16px;
      background:linear-gradient(135deg, rgba(91,108,255,.14), rgba(255,59,122,.12));
      border:1px solid rgba(17,24,39,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color:var(--text0);
      flex:0 0 auto;
    }
    .clientMeta{
      display:flex; flex-direction:column; gap:2px;
    }
    .clientMeta strong{font-size:14px; letter-spacing:-.2px}
    .clientMeta span{font-size:12px; color:var(--muted); font-weight:750}
    .quote{
      margin:0;
      color:var(--text1);
      font-size:13px;
    }
    .clientFooter{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding-top:6px;
    }
    .rating{
      display:flex; align-items:center; gap:8px;
      color:#92400e;
      font-weight:900;
      font-size:12px;
    }
    .rating .stars{
      display:flex; gap:5px; align-items:center;
    }
    .stars .s{
      width:12px;height:12px;
      background:conic-gradient(from 180deg, var(--accentD), #fbbf24);
      clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      border-radius:2px;
    }
    .useTag{
      font-size:12px;
      color:var(--muted);
      border:1px dashed rgba(17,24,39,.16);
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.66);
      font-weight:750;
      white-space:nowrap;
    }

    .articleGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
    }
    .articleCard{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px 14px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      display:flex; flex-direction:column; gap:10px;
      min-height:168px;
    }
    .articleCard:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(255,59,122,.22)}
    .articleTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .cat{
      font-size:12px;
      font-weight:850;
      color:#6b4a12;
      background:rgba(245,158,11,.14);
      border:1px solid rgba(245,158,11,.25);
      padding:7px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .articleCard h3{
      margin:0;
      font-size:14px;
      letter-spacing:-.2px;
      line-height:1.35;
    }
    .articleCard p{
      margin:0;
      font-size:13px;
      color:var(--text1);
    }
    .articleCard a{
      margin-top:auto;
      text-decoration:none;
      color:var(--accentB);
      font-weight:850;
      font-size:13px;
      display:inline-flex; align-items:center; gap:8px;
    }
    .arrow{
      width:18px;height:18px;border-radius:8px;
      background:rgba(91,108,255,.12);
      border:1px solid rgba(91,108,255,.22);
      display:flex;align-items:center;justify-content:center;
      transition:transform .18s ease;
      color:var(--accentB);
    }
    .articleCard a:hover .arrow{transform:translateX(2px)}

    .formWrap{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.75);
    }
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    label{
      display:flex;
      flex-direction:column;
      gap:7px;
      font-size:12px;
      font-weight:850;
      color:var(--text1);
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.9);
      padding:12px 12px;
      font-size:13px;
      outline:none;
      transition:box-shadow .18s ease, border-color .18s ease, background .18s ease;
      color:var(--text0);
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(91,108,255,.38);
      box-shadow:var(--focus);
      background:#fff;
    }
    .formActions{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .hint{
      font-size:12px;
      color:var(--muted);
      font-weight:700;
      display:flex; gap:10px; align-items:flex-start;
      max-width:55ch;
    }
    .hint i{
      width:18px;height:18px;border-radius:8px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(91,108,255,.10);
      display:inline-flex; align-items:center; justify-content:center;
      font-style:normal;
      color:var(--accentB);
      flex:0 0 auto;
      margin-top:1px;
    }

    .faq{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .faqItem{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      transition:border-color .2s, transform .18s ease, box-shadow .18s ease;
    }
    .faqItem.open{border-color:rgba(91,108,255,.26); box-shadow:0 12px 30px rgba(91,108,255,.12)}
    .faqBtn{
      width:100%;
      text-align:left;
      background:transparent;
      border:none;
      padding:14px 14px;
      cursor:pointer;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:10px;
    }
    .faqBtn strong{
      font-size:13px;
      letter-spacing:-.1px;
      line-height:1.35;
      color:var(--text0);
    }
    .chev{
      width:30px;height:30px;border-radius:12px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      display:flex; align-items:center; justify-content:center;
      transition:transform .2s ease, background .2s;
      flex:0 0 auto;
      margin-top:-2px;
    }
    .faqItem.open .chev{transform:rotate(180deg); background:rgba(91,108,255,.10)}
    .faqPanel{
      padding:0 14px 14px;
      display:none;
    }
    .faqItem.open .faqPanel{display:block}
    .faqPanel p{
      margin:0;
      color:var(--text1);
      font-size:13px;
    }

    .pricingRow{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:stretch;
    }
    .priceCard{
      flex:1 1 220px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px 14px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      min-height:160px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .priceCard:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(18,185,129,.22)}
    .priceTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .priceCard h3{margin:0; font-size:14px}
    .priceBadge{
      font-size:12px;
      font-weight:900;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(18,185,129,.24);
      background:rgba(18,185,129,.12);
      color:#0f766e;
      white-space:nowrap;
    }
    .range{
      margin-top:auto;
      display:flex;
      flex-direction:column;
      gap:4px;
    }
    .range strong{
      font-size:20px;
      letter-spacing:-.3px;
    }
    .range span{
      font-size:12px;
      color:var(--muted);
      font-weight:750;
    }

    .networkGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:stretch;
    }
    .networkLeft{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      position:relative;
    }
    .networkLeft::after{
      content:"";
      position:absolute;
      inset:-120px -120px auto auto;
      width:260px;height:260px;
      background: radial-gradient(circle at 30% 30%, rgba(14,165,233,.18), transparent 60%),
                  radial-gradient(circle at 65% 65%, rgba(255,59,122,.12), transparent 58%);
      transform:rotate(16deg);
      pointer-events:none;
    }
    .networkLeft > *{position:relative}
    .networkLeft h3{margin:0; font-size:15px; letter-spacing:-.2px}
    .networkLeft p{margin:8px 0 0; color:var(--text1); font-size:13px; max-width:62ch}
    .netList{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .netList li{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:12px 12px;
      display:flex; gap:10px; align-items:flex-start;
    }
    .netList b{
      font-size:13px;
      letter-spacing:-.1px;
    }
    .netList span{
      display:block;
      margin-top:3px;
      color:var(--muted);
      font-size:12px;
      font-weight:750;
    }
    .netIcon{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:linear-gradient(135deg, rgba(14,165,233,.14), rgba(91,108,255,.12));
      display:flex; align-items:center; justify-content:center;
      color:var(--accentE);
      flex:0 0 auto;
      margin-top:2px;
    }
    .networkRight{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.66));
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .networkRight h3{margin:0; font-size:15px; letter-spacing:-.2px}
    .locRow{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .locChip{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      font-size:12px;
      font-weight:850;
      color:var(--text1);
    }
    .contactMini{
      margin-top:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,59,122,.06);
      padding:12px 12px;
    }
    .contactMini strong{font-size:13px}
    .contactMini span{display:block; margin-top:4px; color:var(--muted); font-size:12px; font-weight:750}

    .stepsHorizontal{
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:12px;
    }
    .hStep{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px 12px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .2s;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height:170px;
    }
    .hStep:hover{transform:translateY(-2px); box-shadow:var(--shadow3); border-color:rgba(91,108,255,.22)}
    .hStep .n{
      width:36px;height:36px;border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:linear-gradient(135deg, rgba(255,59,122,.14), rgba(91,108,255,.12));
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
    }
    .hStep strong{font-size:13px}
    .hStep span{font-size:12px; color:var(--muted); font-weight:750}
    .hStep p{margin:0; font-size:13px; color:var(--text1)}

    .linksGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .linkCard{
      padding:16px 14px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      display:flex;
      flex-direction:column;
      gap:12px;
      min-height:170px;
    }
    .linkCard h3{margin:0; font-size:15px; letter-spacing:-.2px}
    .linkCard p{margin:0; color:var(--text1); font-size:13px}
    .linkList{
      margin:0; padding:0;
      list-style:none;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .linkList a{
      text-decoration:none;
      font-size:12px;
      font-weight:850;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.68);
      padding:9px 10px;
      color:var(--text1);
      transition:transform .18s ease, border-color .2s, background .2s;
    }
    .linkList a:hover{
      transform:translateY(-1px);
      border-color:rgba(255,59,122,.22);
      background:rgba(255,59,122,.06);
    }

    .footer{
      padding:22px 0 18px;
      background: linear-gradient(180deg, rgba(247,246,255,.70), rgba(255,255,255,.92));
      border-top:1px solid rgba(17,24,39,.08);
      margin-top:10px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.3fr 1fr;
      gap:14px;
      align-items:start;
    }
    .footerCard{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.70);
      padding:16px 14px;
    }
    .footerCard h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .footerCard p{
      margin:8px 0 0;
      color:var(--text1);
      font-size:13px;
    }
    .footerLinks{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:12px;
    }
    .footerLinks a{
      text-decoration:none;
      font-size:12px;
      font-weight:850;
      color:var(--text1);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.68);
      padding:9px 10px;
      border-radius:999px;
      transition:transform .18s ease, border-color .2s, background .2s;
    }
    .footerLinks a:hover{
      transform:translateY(-1px);
      border-color:rgba(91,108,255,.22);
      background:rgba(91,108,255,.06);
    }
    .copyRow{
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:12px;
      font-weight:750;
    }
    .copyRow a{color:var(--accentB); text-decoration:none; font-weight:900}
    .copyRow a:hover{text-decoration:underline}
    .returnTop{
      position:fixed;
      right:16px;
      bottom:96px;
      z-index:60;
      width:44px;height:44px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 18px 50px rgba(16,24,40,.10);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      opacity:0;
      transform:translateY(10px);
      pointer-events:none;
      transition:opacity .2s ease, transform .2s ease;
    }
    .returnTop.show{
      opacity:1;
      transform:translateY(0);
      pointer-events:auto;
    }

    .floatHelp{
      position:fixed;
      right:16px;
      bottom:36px;
      z-index:70;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .helpBtn{
      width:52px;height:52px;border-radius:18px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.88);
      box-shadow:0 18px 50px rgba(16,24,40,.10);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .15s ease, box-shadow .15s ease, border-color .2s;
    }
    .helpBtn:hover{transform:translateY(-2px); box-shadow:0 22px 60px rgba(16,24,40,.14); border-color:rgba(255,59,122,.25)}
    .helpPopover{
      width:min(320px, calc(100vw - 32px));
      border-radius:20px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.92);
      box-shadow:0 22px 70px rgba(16,24,40,.20);
      overflow:hidden;
      transform-origin:bottom right;
      transform:scale(.98);
      opacity:0;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease;
    }
    .helpPopover.show{
      opacity:1;
      transform:scale(1);
      pointer-events:auto;
    }
    .helpHead{
      padding:12px 12px;
      background:linear-gradient(135deg, rgba(255,59,122,.14), rgba(91,108,255,.12));
      border-bottom:1px solid rgba(17,24,39,.08);
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .helpHead strong{
      font-size:13px; letter-spacing:-.2px;
    }
    .helpClose{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.78);
      cursor:pointer;
      transition:transform .15s ease, box-shadow .15s ease;
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
    }
    .helpClose:hover{transform:translateY(-1px); box-shadow:var(--shadow3)}
    .helpBody{
      padding:12px 12px;
      display:grid;
      grid-template-columns: 1fr auto;
      gap:12px;
      align-items:center;
    }
    .helpBody p{
      margin:0;
      color:var(--text1);
      font-size:13px;
      font-weight:750;
    }
    .qrWrap{
      width:78px;height:78px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.8);
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
    }
    .qrWrap img{width:100%; height:auto; display:block}
    .helpLinks{
      padding:0 12px 12px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-start;
    }
    .helpLinks a{
      text-decoration:none;
      font-size:12px;
      font-weight:900;
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.78);
      color:var(--text1);
    }
    .helpLinks a:hover{border-color:rgba(91,108,255,.22); background:rgba(91,108,255,.06)}

    .marquee{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      padding:12px 0 0;
    }

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

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

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .navlinks{display:none}
      .mobileToggle{display:flex}
      .mobilePanel.show{display:block}
      .navactions{min-width:auto}
      .metrics{grid-template-columns: 1fr 1fr}
      .cards3{grid-template-columns: 1fr; }
      .split{grid-template-columns: 1fr; }
      .cards2{grid-template-columns: 1fr; }
      .articleGrid{grid-template-columns: 1fr; }
      .faq{grid-template-columns: 1fr; }
      .networkGrid{grid-template-columns: 1fr; }
      .timeline{grid-template-columns: 1fr; }
      .stepsHorizontal{grid-template-columns: 1fr; }
      .formGrid{grid-template-columns: 1fr;}
      .footerGrid{grid-template-columns: 1fr; }
      .returnTop{bottom:98px}
      .helpPopover{width:min(340px, calc(100vw - 32px))}
    }