:root{
      --bg0:#0b1020;
      --bg1:#0f1530;
      --panel:rgba(255,255,255,.72);
      --panel2:rgba(255,255,255,.82);
      --text:#16181d;
      --muted:#5b616b;
      --border:rgba(20,24,31,.12);
      --shadow: 0 18px 55px rgba(16,24,40,.12);
      --shadow2: 0 10px 30px rgba(12,18,34,.12);
      --glowA: rgba(110,231,255,.45);
      --glowB: rgba(168,85,247,.35);
      --glowC: rgba(34,197,94,.25);
      --accent:#3b82f6;
      --accent2:#a855f7;
      --accent3:#22c55e;
      --warn:#f97316;
      --chipBg:rgba(20,24,31,.06);
      --chipText:#1f2937;
      --btn:#111827;
      --btnText:#ffffff;
      --focus: rgba(59,130,246,.35);
      --radius: 18px;
      --radius2: 14px;
      --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", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 480px at 18% 0%, rgba(59,130,246,.16), transparent 60%),
        radial-gradient(760px 420px at 82% 8%, rgba(168,85,247,.14), transparent 55%),
        radial-gradient(900px 520px at 50% 18%, rgba(34,197,94,.08), transparent 60%),
        linear-gradient(180deg, #fbfcff 0%, #f5f7ff 35%, #ffffff 100%);
      overflow-x:hidden;
    }

    a{color:inherit; text-decoration:none}
    a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
      outline: 3px solid var(--focus);
      outline-offset: 2px;
      border-radius: 10px;
    }

    .container{
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    .skip-link{
      position:absolute; left:12px; top:-44px;
      padding:10px 12px;
      background:#111827; color:#fff; border-radius:12px;
      z-index:9999;
      transition: top .2s ease;
      font-weight:700;
    }
    .skip-link:focus{ top:12px; }

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(160%) blur(14px);
      background: rgba(255,255,255,.66);
      border-bottom:1px solid rgba(20,24,31,.08);
    }
    .nav-wrap{
      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:42px; height:42px; border-radius: 12px;
      background: radial-gradient(circle at 30% 30%, rgba(110,231,255,.55), rgba(168,85,247,.3));
      box-shadow: 0 10px 26px rgba(59,130,246,.15);
    }
    .brand-meta{display:flex; flex-direction:column; line-height:1.15}
    .brand-name{
      font-weight:900; letter-spacing:.2px; font-size:14px;
    }
    .brand-sub{
      color:var(--muted); font-weight:650; font-size:12px;
    }

    .nav-right{
      display:flex; align-items:center; gap:12px;
    }

    .nav-links{
      display:flex; align-items:center; gap:14px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav-links a{
      padding:8px 10px;
      border-radius: 12px;
      color:#1f2937;
      font-weight:720;
      font-size:13px;
      border:1px solid transparent;
      transition: background .2s ease, border-color .2s ease, transform .15s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{
      background: rgba(59,130,246,.07);
      border-color: rgba(59,130,246,.18);
      transform: translateY(-1px);
    }

    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding: 11px 14px;
      border-radius: 14px;
      border:1px solid rgba(17,24,39,.16);
      background: rgba(255,255,255,.75);
      box-shadow: 0 10px 26px rgba(15,23,42,.06);
      font-weight:850;
      color:#111827;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 16px 40px rgba(16,24,40,.11);
      border-color: rgba(59,130,246,.22);
      background: rgba(255,255,255,.9);
    }
    .btn-primary{
      background: linear-gradient(135deg, rgba(59,130,246,.95) 0%, rgba(168,85,247,.9) 65%, rgba(34,197,94,.78) 120%);
      color:#ffffff;
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 18px 48px rgba(59,130,246,.23);
    }
    .btn-primary:hover{
      box-shadow: 0 24px 70px rgba(59,130,246,.28);
      border-color: rgba(255,255,255,.35);
    }
    .btn-dark{
      background:#0b1220;
      color:#fff;
      border-color: rgba(255,255,255,.08);
      box-shadow: 0 16px 46px rgba(2,6,23,.25);
    }
    .btn-dark:hover{
      box-shadow: 0 24px 70px rgba(2,6,23,.3);
    }

    .icon{
      width:18px; height:18px; display:inline-block;
    }

    .mobile-toggle{
      display:none;
      padding:10px 12px;
      border-radius: 14px;
      border:1px solid rgba(17,24,39,.14);
      background: rgba(255,255,255,.75);
      font-weight:900;
      cursor:pointer;
    }
    .mobile-panel{
      display:none;
      padding: 10px 0 16px 0;
    }
    .mobile-panel a{
      display:flex; align-items:center; justify-content:space-between;
      padding: 12px 12px;
      border:1px solid rgba(20,24,31,.10);
      border-radius: 14px;
      background: rgba(255,255,255,.7);
      margin-top:10px;
      font-weight:850;
      color:#111827;
    }

    @media (max-width: 980px){
      .nav-links{display:none}
      .mobile-toggle{display:inline-flex; align-items:center; gap:10px}
      .mobile-panel{display:block}
      .brand{min-width: 190px}
    }

    main{
      padding: 18px 0 0;
    }

    .hero{
      position:relative;
      overflow:hidden;
      border-radius: 26px;
      border: 1px solid rgba(20,24,31,.09);
      box-shadow: var(--shadow2);
      background:
        radial-gradient(900px 460px at 20% -10%, rgba(110,231,255,.35), transparent 55%),
        radial-gradient(860px 420px at 95% 10%, rgba(168,85,247,.30), transparent 52%),
        radial-gradient(720px 420px at 40% 100%, rgba(34,197,94,.20), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.68) 100%);
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      padding: 26px;
      align-items:stretch;
    }
    @media (max-width: 980px){
      .hero-inner{grid-template-columns:1fr; padding: 18px}
    }

    .hero-left{
      padding: 10px 6px 10px 6px;
      display:flex; flex-direction:column; gap:14px;
    }
    .eyebrow{
      display:flex; flex-wrap:wrap; gap:10px; align-items:center;
    }
    .pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 12px;
      border-radius: 999px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.68);
      font-weight:900;
      color:#0f172a;
      font-size:12.5px;
    }
    .dot{
      width:9px; height:9px; border-radius:999px;
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      box-shadow: 0 0 0 6px rgba(59,130,246,.12);
    }

    h1{
      margin: 0;
      font-size: clamp(24px, 3.1vw, 40px);
      line-height:1.1;
      letter-spacing: -0.6px;
      font-weight: 980;
    }
    .lead{
      margin: 0;
      color: var(--muted);
      font-weight: 680;
      font-size: 15.5px;
      line-height:1.65;
      max-width: 64ch;
    }
    .hero-actions{
      display:flex; flex-wrap:wrap; gap:12px; align-items:center;
      margin-top: 6px;
    }
    .mini-badges{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top: 6px;
    }
    .badge{
      padding: 10px 12px;
      border-radius: 16px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.66);
      font-weight:900;
      color:#0f172a;
      font-size: 12.5px;
      display:flex; align-items:center; gap:10px;
    }
    .badge span{
      width:10px; height:10px; border-radius:999px; background: rgba(34,197,94,.9);
      box-shadow: 0 0 0 6px rgba(34,197,94,.12);
    }
    .badge:nth-child(2) span{ background: rgba(59,130,246,.95); box-shadow: 0 0 0 6px rgba(59,130,246,.14); }
    .badge:nth-child(3) span{ background: rgba(168,85,247,.95); box-shadow: 0 0 0 6px rgba(168,85,247,.14); }

    .hero-right{
      position:relative;
      padding: 14px;
      border-radius: 22px;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(20,24,31,.10);
      overflow:hidden;
    }
    .hero-right:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(380px 220px at 22% 14%, rgba(110,231,255,.55), transparent 60%),
        radial-gradient(420px 250px at 95% 0%, rgba(168,85,247,.45), transparent 60%),
        radial-gradient(460px 260px at 50% 110%, rgba(34,197,94,.26), transparent 58%);
      filter: saturate(130%);
      opacity:.85;
      pointer-events:none;
    }
    .hero-right .grid{
      position:relative;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      align-content:start;
    }
    .stat{
      background: rgba(255,255,255,.68);
      border:1px solid rgba(20,24,31,.10);
      border-radius: 18px;
      padding: 12px 12px;
      box-shadow: 0 10px 28px rgba(2,6,23,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height: 92px;
    }
    .stat:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(2,6,23,.10);
      border-color: rgba(59,130,246,.20);
    }
    .stat h3{
      margin:0;
      font-size: 14px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .stat p{
      margin: 8px 0 0;
      color: var(--muted);
      font-weight: 720;
      font-size: 12.8px;
      line-height:1.5;
    }
    .stat strong{
      display:block;
      margin-top:8px;
      font-size: 18px;
      letter-spacing: -.4px;
    }

    .orb{
      position:absolute;
      width: 180px; height: 180px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, rgba(110,231,255,.55), rgba(168,85,247,.28), transparent 65%);
      right:-52px; bottom:-62px;
      filter: blur(.2px);
      opacity:.95;
      pointer-events:none;
      animation: floaty 6.5s ease-in-out infinite;
    }
    @keyframes floaty{
      0%,100%{transform: translateY(0px)}
      50%{transform: translateY(-10px)}
    }

    .section{
      padding: 34px 0;
    }

    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom: 18px;
    }
    .section-title{
      margin:0;
      font-size: 22px;
      font-weight: 980;
      letter-spacing:-.3px;
    }
    .section-desc{
      margin: 6px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.65;
      max-width: 70ch;
      font-size: 14.5px;
    }
    .section-actions{
      display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end;
    }

    .card{
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(20,24,31,.10);
      border-radius: var(--radius);
      box-shadow: 0 14px 44px rgba(2,6,23,.06);
    }

    .reveal{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .55s ease, transform .55s ease;
      will-change: opacity, transform;
    }
    .reveal.in{
      opacity:1;
      transform: translateY(0);
    }

    .services{
      display:grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 14px;
    }
    .span-4{grid-column: span 4}
    .span-6{grid-column: span 6}
    .span-8{grid-column: span 8}
    .span-12{grid-column: span 12}
    @media (max-width: 980px){
      .span-4,.span-6,.span-8{grid-column: span 12}
    }

    .service-card{
      padding: 16px;
      position:relative;
      overflow:hidden;
    }
    .service-card:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(260px 160px at 12% 10%, rgba(110,231,255,.18), transparent 60%),
        radial-gradient(260px 160px at 92% 20%, rgba(168,85,247,.16), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .service-card .inner{position:relative}
    .kicon{
      width:40px; height:40px; border-radius: 14px;
      display:flex; align-items:center; justify-content:center;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.65);
      box-shadow: 0 10px 30px rgba(2,6,23,.05);
      margin-bottom: 10px;
    }
    .service-card h3{
      margin:0;
      font-size: 16px;
      font-weight: 980;
      letter-spacing:-.2px;
    }
    .service-card p{
      margin: 10px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.7;
      font-size: 14px;
    }
    .service-list{
      margin: 12px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .service-list li{
      padding: 8px 10px;
      border-radius: 999px;
      background: var(--chipBg);
      border: 1px solid rgba(20,24,31,.08);
      color: var(--chipText);
      font-weight: 850;
      font-size: 12.3px;
    }

    .flow{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 14px;
      align-items:stretch;
    }
    .step{
      grid-column: span 3;
      padding: 16px 16px;
      position:relative;
      overflow:hidden;
    }
    @media (max-width: 980px){
      .step{grid-column: span 12}
    }
    .step:after{
      content:"";
      position:absolute;
      left:-30px; top:-30px;
      width:110px; height:110px;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 35%, rgba(59,130,246,.25), transparent 62%);
      pointer-events:none;
      opacity:.95;
    }
    .step-top{
      position:relative;
      display:flex; align-items:center; gap:12px;
      margin-bottom: 12px;
    }
    .num{
      width:38px; height:38px; border-radius: 14px;
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 30px rgba(2,6,23,.05);
    }
    .step h3{
      position:relative;
      margin:0;
      font-size: 15.5px;
      font-weight: 980;
    }
    .step p{
      margin:0;
      position:relative;
      color: var(--muted);
      font-weight:690;
      line-height:1.7;
      font-size: 13.8px;
    }

    .compare{
      overflow:hidden;
    }
    .compare .wrap{
      padding: 16px;
    }
    .compare-top{
      display:flex; gap: 12px; align-items:flex-start; flex-wrap:wrap; justify-content:space-between;
      margin-bottom: 12px;
    }
    .rating{
      display:flex; align-items:center; gap:12px;
      padding: 10px 12px;
      border: 1px solid rgba(20,24,31,.10);
      border-radius: 16px;
      background: rgba(255,255,255,.70);
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      color:#f59e0b;
      font-size: 14px;
      font-weight: 950;
      letter-spacing: .5px;
    }
    .rating strong{
      font-size: 20px; letter-spacing:-.4px;
    }
    .rating span{
      color: var(--muted);
      font-weight: 760;
      font-size: 13px;
    }

    .table{
      width:100%;
      border-collapse: collapse;
      overflow:hidden;
      border-radius: 16px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
    }
    .table th, .table td{
      border-bottom: 1px solid rgba(20,24,31,.08);
      padding: 12px 12px;
      vertical-align: top;
      text-align:left;
      font-weight: 780;
      font-size: 13.6px;
      color:#121826;
    }
    .table th{
      background: rgba(15,23,42,.04);
      font-weight: 950;
      color:#0f172a;
    }
    .table td{
      color:#111827;
      font-weight: 730;
    }
    .table tr:last-child td{border-bottom:none}
    .tag-strong{
      display:inline-flex; align-items:center; gap:8px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(59,130,246,.10);
      border: 1px solid rgba(59,130,246,.22);
      font-weight: 950;
      color:#0b3a9b;
      white-space:nowrap;
      font-size: 12.6px;
    }
    .tag-ok{
      display:inline-flex; align-items:center; gap:8px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(34,197,94,.10);
      border: 1px solid rgba(34,197,94,.22);
      font-weight: 950;
      color:#0f5b2a;
      white-space:nowrap;
      font-size: 12.6px;
    }
    .tag-mid{
      display:inline-flex; align-items:center; gap:8px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(249,115,22,.10);
      border: 1px solid rgba(249,115,22,.22);
      font-weight: 950;
      color:#8a3b12;
      white-space:nowrap;
      font-size: 12.6px;
    }

    .grid2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:stretch;
    }
    @media (max-width: 980px){
      .grid2{grid-template-columns:1fr}
    }

    .network{
      padding: 16px;
    }
    .network .chips{
      display:flex; flex-wrap:wrap; gap:10px; margin-top: 10px;
    }
    .chip{
      padding: 9px 11px;
      border-radius: 999px;
      background: rgba(255,255,255,.7);
      border: 1px solid rgba(20,24,31,.10);
      font-weight: 860;
      font-size: 12.6px;
      color:#111827;
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
      box-shadow: 0 8px 24px rgba(2,6,23,.04);
    }
    .chip:hover{
      transform: translateY(-1px);
      border-color: rgba(168,85,247,.25);
      box-shadow: 0 14px 38px rgba(2,6,23,.08);
    }

    .timeline{
      padding: 16px;
    }
    .timeline ol{
      margin: 10px 0 0; padding:0; list-style:none;
      display:grid; gap: 12px;
    }
    .titem{
      display:flex; gap: 12px; align-items:flex-start;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
    }
    .tbullet{
      width: 12px; height: 12px; border-radius: 999px;
      background: linear-gradient(135deg, rgba(59,130,246,.95), rgba(168,85,247,.9));
      box-shadow: 0 0 0 7px rgba(59,130,246,.12);
      margin-top: 6px;
      flex: 0 0 auto;
    }
    .titem h3{
      margin:0; font-size: 14.5px; font-weight: 980;
    }
    .titem p{
      margin: 6px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.65;
      font-size: 13.8px;
    }

    .case-grid{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 14px;
    }
    .case-card{
      grid-column: span 4;
      padding: 16px;
      overflow:hidden;
      position:relative;
    }
    @media (max-width: 980px){
      .case-card{grid-column: span 12}
    }
    .case-card:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(280px 160px at 20% 0%, rgba(110,231,255,.18), transparent 60%),
        radial-gradient(260px 160px at 88% 10%, rgba(168,85,247,.14), transparent 60%),
        radial-gradient(220px 140px at 60% 120%, rgba(34,197,94,.12), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .case-card .inner{position:relative}
    .case-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom: 12px;
    }
    .case-pill{
      padding: 8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
      font-weight: 950;
      font-size: 12.4px;
      color:#0f172a;
      white-space:nowrap;
    }
    .case-card h3{
      margin:0;
      font-size: 16px;
      font-weight: 980;
      letter-spacing:-.2px;
    }
    .case-card p{
      margin: 10px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.7;
      font-size: 14px;
    }
    .case-metas{
      margin-top: 12px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .meta{
      padding: 8px 10px;
      border-radius: 14px;
      background: rgba(255,255,255,.65);
      border: 1px solid rgba(20,24,31,.10);
      font-weight: 880;
      font-size: 12.4px;
      color:#111827;
    }

    .list-grid{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 14px;
      align-items:stretch;
    }
    .panel{
      padding: 16px;
    }
    .panel h3{
      margin:0;
      font-size: 16px;
      font-weight: 980;
      letter-spacing:-.2px;
    }
    .panel p{
      margin: 10px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.7;
      font-size: 14px;
    }

    .article-list{
      margin-top: 12px;
      display:grid;
      gap: 10px;
    }
    .article-item{
      display:flex; gap: 12px; align-items:flex-start;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
      transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .article-item:hover{
      transform: translateY(-1px);
      border-color: rgba(59,130,246,.22);
      box-shadow: 0 16px 48px rgba(2,6,23,.08);
    }
    .article-dot{
      width: 10px; height: 10px; border-radius: 999px;
      background: linear-gradient(135deg, rgba(59,130,246,.95), rgba(168,85,247,.9));
      margin-top: 6px;
      box-shadow: 0 0 0 7px rgba(59,130,246,.12);
      flex: 0 0 auto;
    }
    .article-item strong{
      font-weight: 980;
      font-size: 13.8px;
      line-height:1.4;
      display:block;
    }
    .article-item span{
      display:block;
      color: var(--muted);
      font-weight: 700;
      font-size: 12.8px;
      margin-top: 6px;
      line-height:1.4;
    }

    .price-grid{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 14px;
      align-items:stretch;
    }
    .price-card{
      grid-column: span 6;
      padding: 16px;
      position:relative;
      overflow:hidden;
    }
    @media (max-width: 980px){
      .price-card{grid-column: span 12}
    }
    .price-card:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(280px 160px at 20% 5%, rgba(110,231,255,.20), transparent 60%),
        radial-gradient(260px 160px at 90% 0%, rgba(168,85,247,.16), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .price-card .inner{position:relative}
    .price-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .price-card h3{
      margin:0; font-size: 16px; font-weight: 980; letter-spacing:-.2px;
    }
    .price-card p{
      margin: 10px 0 0;
      color: var(--muted);
      font-weight: 690;
      line-height:1.7;
      font-size: 14px;
    }
    .stepper{
      margin-top: 12px;
      display:grid; gap: 10px;
    }
    .srow{
      display:flex; gap: 10px; align-items:flex-start;
      padding: 12px;
      border-radius: 16px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.72);
    }
    .snum{
      width: 30px; height: 30px; border-radius: 12px;
      background: rgba(59,130,246,.10);
      border: 1px solid rgba(59,130,246,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight: 980;
      font-size: 12.5px;
      color:#0b3a9b;
      flex:0 0 auto;
    }
    .srow strong{font-weight: 980; font-size: 13.5px}
    .srow div{
      color: var(--muted);
      font-weight: 700;
      line-height:1.6;
      font-size: 13px;
    }

    .form{
      display:grid; gap: 12px; margin-top: 12px;
    }
    .form-row{
      display:grid; gap: 10px;
      grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 980px){
      .form-row{grid-template-columns:1fr}
    }
    label{
      display:block;
      font-weight: 900;
      font-size: 13px;
      color:#111827;
      margin-bottom: 6px;
    }
    input, select, textarea{
      width:100%;
      padding: 12px 12px;
      border-radius: 14px;
      border:1px solid rgba(20,24,31,.12);
      background: rgba(255,255,255,.78);
      font-size: 14px;
      font-weight: 720;
      color:#0f172a;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    textarea{min-height: 120px; resize: vertical}
    input::placeholder, textarea::placeholder{color: rgba(91,97,107,.9); font-weight:650}
    .helper{
      color: var(--muted);
      font-weight: 700;
      font-size: 12.8px;
      line-height:1.6;
      margin-top: -4px;
    }

    .faq{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:start;
    }
    @media (max-width: 980px){
      .faq{grid-template-columns:1fr}
    }

    details.faq-item{
      border-radius: 18px;
      border: 1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.74);
      padding: 12px 12px;
      box-shadow: 0 12px 36px rgba(2,6,23,.05);
      transition: border-color .2s ease, transform .15s ease;
    }
    details.faq-item[open]{border-color: rgba(59,130,246,.26)}
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      font-weight: 980;
      letter-spacing: -.2px;
      font-size: 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding: 2px 2px;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-answer{
      color: var(--muted);
      font-weight: 690;
      line-height:1.75;
      font-size: 13.8px;
      padding: 10px 2px 2px;
    }
    .chev{
      width: 28px; height: 28px;
      border-radius: 12px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
      display:flex; align-items:center; justify-content:center;
      flex: 0 0 auto;
      transition: transform .2s ease, border-color .2s ease;
      margin-top: -2px;
    }
    details[open] .chev{transform: rotate(180deg); border-color: rgba(59,130,246,.22)}

    .reviews{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 14px;
      align-items:stretch;
    }
    .review{
      grid-column: span 4;
      padding: 16px;
      position:relative;
      overflow:hidden;
    }
    @media (max-width: 980px){
      .review{grid-column: span 12}
    }
    .review:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(240px 140px at 18% 0%, rgba(110,231,255,.16), transparent 60%),
        radial-gradient(240px 140px at 92% 12%, rgba(168,85,247,.14), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .review .inner{position:relative}
    .review .who{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom: 12px;
    }
    .avatar{
      width: 44px; height: 44px;
      border-radius: 18px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
      display:flex; align-items:center; justify-content:center;
      font-weight: 980;
      color:#0f172a;
      box-shadow: 0 12px 36px rgba(2,6,23,.06);
    }
    .review h3{
      margin:0;
      font-size: 15.5px;
      font-weight: 980;
      letter-spacing:-.2px;
    }
    .review p{
      margin: 0;
      color: var(--muted);
      font-weight: 700;
      line-height:1.75;
      font-size: 13.9px;
    }
    .review .meta{
      background: rgba(59,130,246,.08);
      border-color: rgba(59,130,246,.18);
    }

    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top: 12px;
    }
    .tag-cloud a{
      padding: 9px 11px;
      border-radius: 999px;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(20,24,31,.10);
      font-weight: 900;
      font-size: 12.7px;
      color:#111827;
      transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .tag-cloud a:hover{
      transform: translateY(-1px);
      border-color: rgba(168,85,247,.24);
      box-shadow: 0 16px 40px rgba(2,6,23,.08);
    }

    .callout{
      padding: 16px;
      background:
        radial-gradient(520px 220px at 18% 0%, rgba(110,231,255,.22), transparent 60%),
        radial-gradient(520px 220px at 88% 10%, rgba(168,85,247,.18), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.65));
      border: 1px solid rgba(20,24,31,.10);
      border-radius: 24px;
      box-shadow: 0 16px 56px rgba(2,6,23,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 14px;
      flex-wrap:wrap;
      margin-top: 14px;
    }
    .callout strong{
      font-size: 16px;
      font-weight: 980;
      letter-spacing:-.2px;
    }
    .callout span{
      display:block;
      margin-top: 8px;
      color: var(--muted);
      font-weight: 700;
      line-height:1.6;
      max-width: 60ch;
      font-size: 13.8px;
    }

    footer{
      margin-top: 8px;
      background: #0b1220;
      color: rgba(255,255,255,.92);
      border-top: 1px solid rgba(255,255,255,.10);
    }
    .footer-inner{
      padding: 26px 0 16px;
    }
    .footer-top{
      display:flex; gap: 16px; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;
    }
    .footer-left{
      min-width: 260px;
      max-width: 520px;
    }
    .footer-brand{
      display:flex; align-items:center; gap:12px;
      margin-bottom: 10px;
    }
    .footer-brand img{
      width: 40px; height: 40px; border-radius: 14px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
    }
    .footer-left p{
      margin: 10px 0 0;
      color: rgba(255,255,255,.78);
      font-weight: 720;
      line-height:1.7;
      font-size: 13.6px;
    }
    .footer-links{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 16px;
      align-items:start;
      min-width: 320px;
    }
    .footer-links a{
      color: rgba(255,255,255,.86);
      font-weight: 820;
      font-size: 13.4px;
      padding: 8px 10px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.06);
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
      display:inline-flex;
      width: fit-content;
      max-width:100%;
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(110,231,255,.28);
      background: rgba(255,255,255,.10);
    }
    .footer-bottom{
      display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
      margin-top: 16px;
    }
    .small{
      color: rgba(255,255,255,.72);
      font-weight: 720;
      font-size: 12.8px;
      line-height:1.6;
    }
    .inline-links{
      display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .inline-links a{
      color: rgba(255,255,255,.84);
      font-weight: 850;
      font-size: 12.8px;
      padding: 8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.06);
    }

    .floating{
      position:fixed;
      right: 14px;
      bottom: 14px;
      z-index: 80;
      display:flex;
      flex-direction:column;
      gap: 10px;
    }
    .float-card{
      display:flex; align-items:center; gap: 12px;
      padding: 12px 12px;
      border-radius: 18px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.80);
      box-shadow: 0 20px 60px rgba(2,6,23,.16);
      backdrop-filter: blur(10px) saturate(140%);
      cursor:pointer;
      transition: transform .15s ease, box-shadow .2s ease;
      user-select:none;
    }
    .float-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 80px rgba(2,6,23,.22);
    }
    .float-card .qr{
      width: 40px; height: 40px; border-radius: 14px;
      background: radial-gradient(circle at 30% 30%, rgba(110,231,255,.28), rgba(168,85,247,.18));
      border:1px solid rgba(20,24,31,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight: 980;
      color:#0f172a;
    }
    .float-card .txt{display:flex; flex-direction:column; line-height:1.2}
    .float-card .txt strong{font-weight: 980; font-size: 13.2px}
    .float-card .txt span{color: var(--muted); font-weight: 730; font-size: 12.2px; margin-top: 6px}

    .qr-pop{
      position:fixed;
      right: 14px; bottom: 76px;
      z-index: 90;
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(20,24,31,.12);
      border-radius: 22px;
      box-shadow: 0 26px 100px rgba(2,6,23,.26);
      padding: 12px;
      width: 240px;
      transform-origin: 100% 100%;
      opacity: 0;
      pointer-events:none;
      transform: translateY(10px) scale(.98);
      transition: opacity .18s ease, transform .18s ease;
      backdrop-filter: blur(12px) saturate(160%);
    }
    .qr-pop.show{
      opacity: 1;
      pointer-events:auto;
      transform: translateY(0) scale(1);
    }
    .qr-pop h3{
      margin: 2px 0 10px;
      font-size: 14.5px;
      font-weight: 980;
    }
    .qr-pop img{
      width: 100%;
      height:auto;
      border-radius: 16px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.7);
      display:block;
    }
    .qr-pop .hint{
      margin-top: 10px;
      color: var(--muted);
      font-weight: 720;
      font-size: 12.6px;
      line-height:1.6;
    }

    .to-top{
      position:fixed;
      left: 14px; bottom: 14px;
      z-index: 80;
      border-radius: 18px;
      border:1px solid rgba(20,24,31,.10);
      background: rgba(255,255,255,.82);
      box-shadow: 0 20px 60px rgba(2,6,23,.16);
      padding: 12px 12px;
      cursor:pointer;
      transition: transform .15s ease, opacity .2s ease;
      opacity:0;
      pointer-events:none;
      display:flex; align-items:center; gap:10px;
      font-weight: 950;
      color:#0f172a;
    }
    .to-top.show{
      opacity:1;
      pointer-events:auto;
    }
    .to-top:hover{transform: translateY(-2px)}
    .to-top svg{width:18px; height:18px}

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

    .anchor-pad{scroll-margin-top: 86px;}