:root{
      --bg0:#f7f9ff;
      --bg1:#ffffff;
      --text:#0b1220;
      --muted:#546173;
      --subtle:#7a879a;
      --line:rgba(12,34,74,.12);
      --line2:rgba(12,34,74,.08);
      --blue:#0b62ff;
      --blue2:#2c8dff;
      --blue3:#0a3bff;
      --navy:#0a1f44;
      --card:#ffffff;
      --shadow:0 18px 45px rgba(8,25,65,.10);
      --shadow2:0 10px 25px rgba(8,25,65,.10);
      --radius:18px;
      --radius2:14px;
      --container:1140px;
      --pad:20px;
      --focus:0 0 0 4px rgba(11,98,255,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, "Noto Sans", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 600px at 20% 0%, rgba(11,98,255,.10), transparent 55%),
        radial-gradient(900px 500px at 80% 20%, rgba(44,141,255,.10), transparent 50%),
        linear-gradient(180deg, var(--bg0), #fff 45%, #fbfcff 100%);
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }
    .skip{
      position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip:focus{
      left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
      background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow2);
      z-index:9999;
    }

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(180%) blur(10px);
      background:rgba(247,249,255,.66);
      border-bottom:1px solid rgba(12,34,74,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width:220px;
    }
    .logo{
      width:42px; height:42px;
      border-radius:14px;
      background:linear-gradient(135deg, rgba(11,98,255,.18), rgba(44,141,255,.06));
      display:grid; place-items:center;
      border:1px solid rgba(11,98,255,.25);
      overflow:hidden;
      flex:0 0 auto;
    }
    .logo img{width:100%; height:100%; object-fit:cover}
    .brand-title{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .brand-title strong{
      font-size:14px; letter-spacing:.2px;
    }
    .brand-title span{
      font-size:12px; color:var(--muted);
    }
    nav{
      display:flex; align-items:center; gap:18px;
    }
    .nav-links{
      display:flex; align-items:center; gap:14px;
      flex-wrap:wrap; justify-content:flex-end;
    }
    .nav-links a{
      font-size:13px; color:var(--muted);
      padding:9px 10px; border-radius:12px;
      border:1px solid transparent;
      transition:transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{
      background:rgba(11,98,255,.06);
      border-color:rgba(11,98,255,.18);
      color:#0d2c66;
      transform:translateY(-1px);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px;
      flex:0 0 auto;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border-radius:14px; padding:11px 14px;
      font-weight:700; font-size:13px;
      border:1px solid transparent;
      transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn-primary{
      background:linear-gradient(135deg, var(--blue), var(--blue2));
      color:#fff;
      box-shadow:0 14px 35px rgba(11,98,255,.20);
      border-color:rgba(255,255,255,.25);
    }
    .btn-primary:hover{transform:translateY(-2px); box-shadow:0 18px 44px rgba(11,98,255,.25)}
    .btn-ghost{
      background:rgba(255,255,255,.8);
      color:#0d2c66;
      border-color:rgba(12,34,74,.12);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      border-color:rgba(11,98,255,.22);
      background:#fff;
      box-shadow:0 16px 35px rgba(8,25,65,.10);
    }
    .btn-small{padding:9px 12px; border-radius:12px; font-size:12.5px}
    .icon{
      width:18px; height:18px; display:inline-block;
    }

    .mobile-toggle{display:none}
    .mobile-panel{display:none}

    .hero{
      padding:30px 0 10px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .hero-card{
      border-radius:calc(var(--radius) + 4px);
      background:
        radial-gradient(1000px 520px at 10% -20%, rgba(11,98,255,.22), transparent 48%),
        radial-gradient(900px 520px at 90% 10%, rgba(44,141,255,.18), transparent 48%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.66));
      border:1px solid rgba(11,98,255,.18);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      padding:22px;
      min-height:340px;
    }
    .hero-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        linear-gradient(135deg, rgba(11,98,255,.28), transparent 42%),
        linear-gradient(315deg, rgba(44,141,255,.22), transparent 46%);
      opacity:.35;
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:flex;
      flex-direction:column;
      height:100%;
      gap:14px;
    }
    .pill-row{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(11,98,255,.08);
      border:1px solid rgba(11,98,255,.18);
      color:#0d2c66;
      font-weight:700; font-size:12px;
    }
    .dot{
      width:8px; height:8px; border-radius:50%;
      background:linear-gradient(135deg, var(--blue), var(--blue2));
      box-shadow:0 0 0 3px rgba(11,98,255,.12);
    }
    h1{
      margin:0;
      font-size:34px;
      line-height:1.15;
      letter-spacing:-.6px;
    }
    .lead{
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
      max-width:62ch;
      margin-top:2px;
    }
    .hero-actions{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
      margin-top:6px;
    }
    .micro{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      color:var(--subtle); font-size:12px;
      margin-top:auto;
      padding-top:8px;
    }
    .micro b{color:#0a2b63}
    .micro-item{
      display:flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:14px;
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.65);
    }
    .spark{
      width:24px; height:24px; border-radius:10px;
      background:linear-gradient(135deg, rgba(11,98,255,.18), rgba(44,141,255,.08));
      border:1px solid rgba(11,98,255,.20);
      display:grid; place-items:center;
    }
    .hero-side{
      display:flex; flex-direction:column; gap:14px;
    }
    .side-card{
      border-radius:var(--radius);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 16px 40px rgba(8,25,65,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
      min-height:160px;
    }
    .side-card:after{
      content:"";
      position:absolute; right:-80px; top:-80px;
      width:220px; height:220px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(11,98,255,.20), transparent 55%);
      pointer-events:none;
    }
    .side-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px; position:relative;
    }
    .side-title h2{
      margin:0; font-size:14px; letter-spacing:.2px;
      color:#0d2c66;
    }
    .badge{
      font-size:12px; font-weight:800;
      padding:7px 10px; border-radius:999px;
      background:rgba(11,98,255,.10);
      color:#0b43b5;
      border:1px solid rgba(11,98,255,.18);
      white-space:nowrap;
    }
    .kpi-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
      margin-top:12px;
      position:relative;
    }
    .kpi{
      border-radius:16px;
      padding:12px;
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.7);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .kpi:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(8,25,65,.10);
      border-color:rgba(11,98,255,.18);
    }
    .kpi .num{
      font-size:18px; font-weight:900; letter-spacing:-.3px;
    }
    .kpi .lbl{
      font-size:12.5px; color:var(--muted); margin-top:4px; line-height:1.3;
    }
    .tag-row{
      display:flex; flex-wrap:wrap; gap:8px; margin-top:10px;
      position:relative;
    }
    .tag{
      font-size:12px; color:#0d2c66;
      background:rgba(11,98,255,.07);
      border:1px solid rgba(11,98,255,.16);
      padding:8px 10px; border-radius:999px;
      transition:transform .16s ease;
    }
    .tag:hover{transform:translateY(-1px)}
    .section{
      padding:26px 0;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.7;
      max-width:70ch;
    }
    .grid-3{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .grid-2{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
    }
    .card{
      border-radius:var(--radius);
      background:rgba(255,255,255,.75);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform:translateY(-3px);
      border-color:rgba(11,98,255,.18);
      box-shadow:0 18px 50px rgba(8,25,65,.10);
    }
    .card h3{
      margin:10px 0 6px;
      font-size:15px; letter-spacing:-.1px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.7;
    }
    .card .top{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .mini-icon{
      width:40px; height:40px; border-radius:16px;
      background:linear-gradient(135deg, rgba(11,98,255,.18), rgba(44,141,255,.06));
      border:1px solid rgba(11,98,255,.18);
      display:grid; place-items:center;
      flex:0 0 auto;
    }
    .mini-icon svg{opacity:.95}
    .list{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--muted);
      font-size:13.3px; line-height:1.6;
    }
    .check{
      width:18px; height:18px; border-radius:6px;
      background:rgba(11,98,255,.10);
      border:1px solid rgba(11,98,255,.18);
      display:grid; place-items:center;
      margin-top:2px;
      flex:0 0 auto;
    }
    .split{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:14px;
      align-items:stretch;
    }
    .steps{
      display:flex; flex-direction:column; gap:12px;
    }
    .step{
      display:flex; gap:12px; align-items:flex-start;
      padding:14px;
      border-radius:var(--radius);
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .step:hover{
      transform:translateY(-2px);
      border-color:rgba(11,98,255,.18);
      box-shadow:0 16px 40px rgba(8,25,65,.10);
    }
    .step .idx{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(11,98,255,.18), rgba(44,141,255,.06));
      border:1px solid rgba(11,98,255,.22);
      display:grid; place-items:center;
      font-weight:900;
      color:#0d2c66;
      flex:0 0 auto;
    }
    .step b{
      display:block; font-size:14.5px; margin-top:1px;
    }
    .step span{
      display:block; color:var(--muted); font-size:13.3px; line-height:1.65; margin-top:6px;
    }
    .comparison{
      border-radius:calc(var(--radius) + 2px);
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 14px 40px rgba(8,25,65,.08);
      overflow:hidden;
    }
    .comparison .headbar{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:16px;
      border-bottom:1px solid rgba(12,34,74,.08);
      background:
        radial-gradient(800px 240px at 10% 0%, rgba(11,98,255,.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.7));
    }
    .stars{
      display:flex; align-items:center; gap:8px; flex-wrap:wrap;
      font-weight:900;
    }
    .starbar{
      display:flex; align-items:center; gap:6px;
      color:#0d2c66;
    }
    .star{
      width:18px; height:18px; display:inline-block;
      background:linear-gradient(135deg, var(--blue), var(--blue2));
      clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      box-shadow:0 10px 25px rgba(11,98,255,.25);
    }
    .scorebox{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      color:var(--muted); font-size:13.5px; font-weight:700;
    }
    .scorebox b{color:#0d2c66; font-size:18px}
    table{
      width:100%;
      border-collapse:collapse;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(12,34,74,.08);
      text-align:left;
      vertical-align:top;
      font-size:13.3px;
    }
    th{
      color:#0d2c66;
      background:rgba(11,98,255,.05);
      font-weight:900;
    }
    td .cell{
      color:var(--muted);
      line-height:1.6;
    }
    td .good{
      color:#0d2c66; font-weight:900;
      display:inline-flex; align-items:center; gap:8px;
    }
    td .good i{
      width:18px; height:18px; border-radius:7px;
      background:rgba(11,98,255,.10);
      border:1px solid rgba(11,98,255,.18);
      display:inline-grid; place-items:center;
    }
    .hscroll{
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }
    .hscroll::-webkit-scrollbar{height:10px}
    .hscroll::-webkit-scrollbar-thumb{background:rgba(11,98,255,.20); border-radius:999px}
    .price-note{
      display:flex; gap:10px; align-items:flex-start; flex-wrap:wrap;
      margin-top:10px;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.7;
    }
    .note-bullet{
      width:18px; height:18px; border-radius:7px;
      background:rgba(11,98,255,.10);
      border:1px solid rgba(11,98,255,.18);
      display:grid; place-items:center;
      flex:0 0 auto;
      margin-top:2px;
    }

    .timeline{
      display:flex; flex-direction:column; gap:12px;
    }
    .milestone{
      display:grid;
      grid-template-columns: 120px 1fr;
      gap:12px;
      padding:14px;
      border-radius:var(--radius);
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .milestone:hover{transform:translateY(-2px); border-color:rgba(11,98,255,.18); box-shadow:0 16px 40px rgba(8,25,65,.10)}
    .milestone .time{
      font-weight:900; color:#0d2c66; font-size:14px;
      display:flex; align-items:flex-start; gap:10px;
    }
    .milestone .time .bar{
      width:10px; height:10px; border-radius:4px;
      background:linear-gradient(135deg, var(--blue), var(--blue2));
      box-shadow:0 0 0 4px rgba(11,98,255,.12);
      margin-top:6px;
      flex:0 0 auto;
    }
    .milestone .desc b{display:block; font-size:14.5px}
    .milestone .desc span{display:block; margin-top:6px; color:var(--muted); font-size:13.3px; line-height:1.7}

    .case-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .case-card{
      padding:16px;
      border-radius:var(--radius);
      background:rgba(255,255,255,.78);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;
      flex-direction:column;
      min-height:190px;
    }
    .case-card:hover{transform:translateY(-3px); border-color:rgba(11,98,255,.18); box-shadow:0 18px 50px rgba(8,25,65,.10)}
    .case-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .case-type{
      font-size:12.5px; color:#0d2c66; font-weight:900;
      padding:8px 10px; border-radius:999px;
      background:rgba(11,98,255,.08);
      border:1px solid rgba(11,98,255,.18);
      white-space:nowrap;
    }
    .case-card h3{margin:10px 0 6px; font-size:15px}
    .case-card p{margin:0; color:var(--muted); font-size:13.4px; line-height:1.7}
    .case-meta{
      margin-top:auto;
      padding-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color:var(--subtle); font-size:12.6px;
      border-top:1px dashed rgba(12,34,74,.14);
    }
    .case-meta b{color:#0d2c66}
    .link-inline{
      display:inline-flex; align-items:center; gap:8px;
      color:#0d2c66; font-weight:900; font-size:13px;
      padding:8px 10px; border-radius:12px;
      border:1px solid rgba(11,98,255,.18);
      background:rgba(11,98,255,.08);
      transition:transform .16s ease, background .16s ease;
    }
    .link-inline:hover{transform:translateY(-1px); background:rgba(11,98,255,.12)}
    .reviews{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .review-card{
      border-radius:var(--radius);
      background:rgba(255,255,255,.78);
      border:1px solid rgba(12,34,74,.10);
      padding:16px;
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex; flex-direction:column; gap:10px;
      min-height:210px;
    }
    .review-card:hover{transform:translateY(-3px); border-color:rgba(11,98,255,.18); box-shadow:0 18px 50px rgba(8,25,65,.10)}
    .who{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:40px; height:40px; border-radius:16px;
      background:linear-gradient(135deg, rgba(11,98,255,.18), rgba(44,141,255,.06));
      border:1px solid rgba(11,98,255,.18);
      display:grid; place-items:center;
      font-weight:900; color:#0d2c66;
      flex:0 0 auto;
    }
    .who b{font-size:14px}
    .who span{display:block; color:var(--muted); font-size:12.8px; margin-top:3px}
    .quote{
      margin:0;
      color:var(--muted);
      font-size:13.4px;
      line-height:1.75;
    }
    .review-foot{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color:var(--subtle); font-size:12.6px;
      padding-top:10px;
      border-top:1px solid rgba(12,34,74,.08);
    }
    .review-foot b{color:#0d2c66}

    .faq-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .faq{
      border-radius:var(--radius);
      background:rgba(255,255,255,.78);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      overflow:hidden;
    }
    .faq-item{
      border-bottom:1px solid rgba(12,34,74,.08);
    }
    .faq-item:last-child{border-bottom:none}
    .faq-q{
      width:100%;
      text-align:left;
      background:transparent;
      border:none;
      cursor:pointer;
      padding:14px 16px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      font-weight:900;
      color:#0d2c66;
      font-size:13.6px;
    }
    .faq-q:focus{outline:none; box-shadow:var(--focus)}
    .faq-q .chev{
      width:28px; height:28px; border-radius:12px;
      border:1px solid rgba(12,34,74,.10);
      background:rgba(11,98,255,.06);
      display:grid; place-items:center;
      flex:0 0 auto;
      transition:transform .2s ease;
      margin-top:-2px;
    }
    .faq-a{
      padding:0 16px 14px;
      color:var(--muted);
      font-size:13.3px;
      line-height:1.75;
      display:none;
    }
    .faq-item.open .faq-a{display:block}
    .faq-item.open .chev{transform:rotate(180deg)}

    .articles{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .article-card{
      border-radius:var(--radius);
      background:rgba(255,255,255,.78);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height:150px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .article-card:hover{transform:translateY(-3px); border-color:rgba(11,98,255,.18); box-shadow:0 18px 50px rgba(8,25,65,.10)}
    .article-top{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .article-card h3{
      margin:0;
      font-size:15px;
    }
    .article-card p{
      margin:0;
      color:var(--muted);
      font-size:13.4px;
      line-height:1.7;
    }
    .article-card .meta{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      color:var(--subtle); font-size:12.6px;
      border-top:1px solid rgba(12,34,74,.08);
      padding-top:10px;
    }

    .form-wrap{
      border-radius:calc(var(--radius) + 2px);
      background:
        radial-gradient(900px 320px at 0% 0%, rgba(11,98,255,.16), transparent 55%),
        radial-gradient(700px 260px at 100% 0%, rgba(44,141,255,.12), transparent 55%),
        rgba(255,255,255,.78);
      border:1px solid rgba(12,34,74,.10);
      box-shadow:0 16px 45px rgba(8,25,65,.10);
      overflow:hidden;
    }
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:0;
      align-items:stretch;
    }
    .form-left{
      padding:18px;
      border-right:1px solid rgba(12,34,74,.08);
    }
    .form-left h2{margin:0 0 8px; font-size:20px}
    .form-left p{margin:0; color:var(--muted); font-size:13.8px; line-height:1.75}
    .form-bullets{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .form-bullets li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--muted); font-size:13.3px; line-height:1.6;
    }
    .form-right{
      padding:18px;
    }
    form{
      display:flex; flex-direction:column; gap:12px;
    }
    label{
      display:flex; flex-direction:column; gap:7px;
      font-weight:800; color:#0d2c66; font-size:12.8px;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(12,34,74,.14);
      background:rgba(255,255,255,.85);
      padding:11px 12px;
      font-size:14px;
      color:var(--text);
      outline:none;
      transition:border-color .16s ease, box-shadow .16s ease, transform .12s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(11,98,255,.35);
      box-shadow:var(--focus);
    }
    .form-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:2px;
    }
    .hint{
      color:var(--subtle); font-size:12.5px; line-height:1.6;
      max-width:52ch;
    }
    .captcha-note{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--subtle); font-size:12.5px;
    }

    footer{
      margin-top:10px;
      background:linear-gradient(180deg, rgba(11,98,255,.06), rgba(255,255,255,0) 60%), #f6f8ff;
      border-top:1px solid rgba(12,34,74,.10);
    }
    .footer-inner{
      padding:22px 0 18px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
    }
    .footer-left{
      border-radius:var(--radius);
      background:rgba(255,255,255,.75);
      border:1px solid rgba(12,34,74,.10);
      padding:16px;
      box-shadow:0 10px 28px rgba(8,25,65,.06);
    }
    .footer-left h2{
      margin:0 0 8px; font-size:16px; letter-spacing:-.1px;
    }
    .footer-left p{
      margin:0;
      color:var(--muted);
      font-size:13.4px; line-height:1.75;
    }
    .footer-right{
      display:flex; flex-direction:column; gap:12px;
    }
    .footer-links{
      border-radius:var(--radius);
      background:rgba(255,255,255,.75);
      border:1px solid rgba(12,34,74,.10);
      padding:16px;
      box-shadow:0 10px 28px rgba(8,25,65,.06);
    }
    .footer-links h3{
      margin:0 0 10px; font-size:14.5px; color:#0d2c66;
    }
    .friend{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .friend a{
      font-size:12.8px; color:#0d2c66;
      padding:8px 10px; border-radius:12px;
      border:1px solid rgba(11,98,255,.18);
      background:rgba(11,98,255,.08);
      transition:transform .16s ease, background .16s ease;
      white-space:nowrap;
    }
    .friend a:hover{transform:translateY(-1px); background:rgba(11,98,255,.12)}
    .copyright{
      margin-top:12px;
      color:var(--subtle);
      font-size:12.5px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      padding:0 2px;
    }

    .floating{
      position:fixed;
      right:14px;
      bottom:16px;
      z-index:80;
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-end;
    }
    .float-card{
      border-radius:18px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(12,34,74,.12);
      box-shadow:0 18px 50px rgba(8,25,65,.14);
      overflow:hidden;
      width:220px;
      transform-origin:100% 100%;
      transition:transform .18s ease, opacity .18s ease;
    }
    .float-hidden{
      opacity:0; transform:scale(.96);
      pointer-events:none;
    }
    .float-head{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:12px 12px;
      background:linear-gradient(135deg, rgba(11,98,255,.14), rgba(44,141,255,.06));
      border-bottom:1px solid rgba(12,34,74,.08);
    }
    .float-head b{font-size:13px; color:#0d2c66}
    .float-close{
      border:none; background:rgba(255,255,255,.8);
      border:1px solid rgba(12,34,74,.12);
      width:28px; height:28px; border-radius:12px;
      cursor:pointer;
      transition:transform .16s ease, background .16s ease;
    }
    .float-close:hover{transform:translateY(-1px); background:#fff}
    .float-body{padding:12px}
    .float-row{
      display:flex; gap:12px; align-items:center;
    }
    .qr{
      width:74px; height:74px; border-radius:16px;
      background:rgba(11,98,255,.08);
      border:1px solid rgba(11,98,255,.18);
      display:grid; place-items:center;
      overflow:hidden;
      flex:0 0 auto;
    }
    .qr img{width:100%; height:100%; object-fit:cover}
    .float-text{
      display:flex; flex-direction:column; gap:6px;
      min-width:0;
    }
    .float-text .t1{font-weight:900; font-size:13px; color:#0d2c66}
    .float-text .t2{color:var(--muted); font-size:12.6px; line-height:1.55}
    .float-actions{
      margin-top:10px;
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .float-actions a{
      flex:1;
      text-align:center;
      font-size:12.6px;
      padding:10px 10px;
      border-radius:14px;
      border:1px solid rgba(11,98,255,.18);
      background:rgba(11,98,255,.10);
      color:#0d2c66;
      font-weight:900;
      transition:transform .16s ease, background .16s ease;
      white-space:nowrap;
    }
    .float-actions a:hover{transform:translateY(-1px); background:rgba(11,98,255,.14)}
    .float-btn{
      width:52px; height:52px;
      border-radius:18px;
      background:linear-gradient(135deg, var(--blue), var(--blue2));
      color:#fff;
      border:1px solid rgba(255,255,255,.28);
      box-shadow:0 20px 55px rgba(11,98,255,.25);
      display:grid; place-items:center;
      cursor:pointer;
      transition:transform .16s ease, box-shadow .16s ease;
      user-select:none;
    }
    .float-btn:hover{transform:translateY(-2px); box-shadow:0 24px 65px rgba(11,98,255,.28)}
    .float-btn:focus{outline:none; box-shadow:var(--focus)}
    .toTop{
      display:none;
      position:fixed; left:14px; bottom:16px; z-index:79;
      width:52px; height:52px; border-radius:18px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(12,34,74,.12);
      box-shadow:0 18px 50px rgba(8,25,65,.14);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition:transform .16s ease, opacity .16s ease;
    }
    .toTop:hover{transform:translateY(-2px)}
    .toTop.show{display:flex}
    .fade-in{
      opacity:0;
      transform:translateY(10px);
      transition:opacity .7s ease, transform .7s ease;
    }
    .fade-in.in{
      opacity:1; transform:translateY(0);
    }

    .image-row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .img-card{
      border-radius:var(--radius);
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      overflow:hidden;
      position:relative;
      min-height:240px;
      display:flex;
      flex-direction:column;
    }
    .img-wrap{
      padding:14px;
      flex:1;
    }
    .img-wrap img{
      width:100%;
      max-width:100%;
      height:auto;
      border-radius:16px;
      display:block;
      object-fit:contain;
      background:rgba(11,98,255,.05);
      border:1px solid rgba(12,34,74,.10);
    }
    .img-caption{
      padding:14px 14px 16px;
      border-top:1px solid rgba(12,34,74,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.85));
    }
    .img-caption b{display:block; font-size:14.5px; color:#0d2c66}
    .img-caption span{display:block; margin-top:6px; color:var(--muted); font-size:13.3px; line-height:1.65}

    .label-cloud{
      border-radius:var(--radius);
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 10px 28px rgba(8,25,65,.07);
      padding:16px;
    }
    .cloud-top{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .cloud-top b{font-size:15px; color:#0d2c66}
    .cloud-top span{font-size:12.8px; color:var(--muted)}
    .cloud-tags{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .cloud-tags a{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(12,34,74,.10);
      background:rgba(255,255,255,.7);
      color:var(--muted);
      font-weight:800;
      font-size:12.7px;
      transition:transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
    }
    .cloud-tags a:hover{
      transform:translateY(-1px);
      border-color:rgba(11,98,255,.18);
      background:rgba(11,98,255,.08);
      color:#0d2c66;
    }

    .media-only{display:none}

    .skeleton{
      background:linear-gradient(90deg, rgba(255,255,255,.4), rgba(11,98,255,.08), rgba(255,255,255,.4));
      background-size:200% 100%;
      animation:shimmer 1.6s ease-in-out infinite;
    }
    @keyframes shimmer{
      0%{background-position:180% 0}
      100%{background-position:-20% 0}
    }

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr}
      .hero-card{min-height:auto}
      .grid-3{grid-template-columns:repeat(2, minmax(0,1fr))}
      .grid-2{grid-template-columns:1fr}
      .split{grid-template-columns:1fr}
      .case-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .reviews{grid-template-columns:repeat(2, minmax(0,1fr))}
      .faq-grid{grid-template-columns:1fr}
      .articles{grid-template-columns:1fr}
      .form-grid{grid-template-columns:1fr}
      .form-left{border-right:none; border-bottom:1px solid rgba(12,34,74,.08)}
      .footer-grid{grid-template-columns:1fr}
      .nav-links{display:none}
      .mobile-toggle{display:inline-flex}
      .mobile-panel{
        display:block;
        border-top:1px solid rgba(12,34,74,.08);
      }
      .mobile-panel .inner{
        padding:12px 0 16px;
      }
      .mobile-links{
        display:flex; flex-direction:column; gap:10px;
      }
      .mobile-links a{
        padding:12px 12px;
        border-radius:16px;
        border:1px solid rgba(12,34,74,.10);
        background:rgba(255,255,255,.72);
        color:#0d2c66;
        font-weight:900;
      }
      .media-only{display:inline}
    }
    @media (max-width: 560px){
      h1{font-size:28px}
      .grid-3{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .reviews{grid-template-columns:1fr}
      .milestone{grid-template-columns:1fr}
      .form-left h2{font-size:18px}
      .hero-card{padding:18px}
      .side-card{padding:14px}
      .kpi-grid{grid-template-columns:1fr 1fr}
      .floating{right:10px; bottom:14px}
      .float-card{width:200px}
      .toTop.show{left:10px; bottom:14px}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .fade-in, .kpi, .card, .btn, .tag, .milestone, .case-card, .review-card{transition:none !important}
      .skeleton{animation:none !important}
    }