:root{
      --bg0:#f7f9ff;
      --bg1:#eef3ff;
      --panel:#ffffff;
      --text:#0f172a;
      --muted:#53627a;
      --muted2:#6b7280;
      --line:rgba(15,23,42,.10);
      --shadow: 0 18px 48px rgba(16, 24, 40, .10);
      --shadow2: 0 10px 26px rgba(16, 24, 40, .10);
      --brand:#0a66ff;
      --brand2:#00b3ff;
      --brand3:#155dff;
      --deep:#0b1a3a;
      --good:#0ea5e9;
      --warn:#f59e0b;
      --ok:#22c55e;
      --bad:#ef4444;
      --chip:#eff6ff;
      --chipText:#0b3b91;
      --radius:18px;
      --radius2:12px;
      --focus: 0 0 0 4px rgba(10,102,255,.18);
      --max:1120px;
    }
    *{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, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1100px 520px at 50% -120px, rgba(10,102,255,.18), transparent 60%),
        radial-gradient(900px 420px at 10% 0%, rgba(0,179,255,.12), transparent 55%),
        linear-gradient(180deg, var(--bg1), var(--bg0) 52%, #f6f8ff);
      min-height:100vh;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--max);
      margin:0 auto;
      padding:0 20px;
    }
    header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(247,249,255,.70);
      border-bottom:1px solid rgba(15,23,42,.06);
    }
    .nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:220px;
    }
    .ai-page-logo{
      width:40px;
      height:40px;
      object-fit:contain;
    }
    .brand .brandText{
      display:flex;
      flex-direction:column;
      line-height:1.15;
    }
    .brandName{
      font-weight:800;
      letter-spacing:.2px;
      font-size:14px;
    }
    .brandSub{
      font-size:12px;
      color:var(--muted);
      margin-top:2px;
      white-space:nowrap;
    }
    .navRight{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      flex:1;
    }
    .navLinks{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navLinks a{
      font-size:13px;
      color:rgba(15,23,42,.80);
      padding:8px 10px;
      border-radius:999px;
      border:1px solid transparent;
      transition:transform .15s ease, background .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .navLinks a:hover{
      background:rgba(10,102,255,.08);
      border-color:rgba(10,102,255,.18);
      transform:translateY(-1px);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:12px;
      border:1px solid rgba(10,102,255,.22);
      background:linear-gradient(180deg, rgba(10,102,255,.14), rgba(10,102,255,.06));
      color:#0a2a6a;
      font-weight:700;
      font-size:13px;
      transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
      user-select:none;
      cursor:pointer;
    }
    .btn:hover{
      transform:translateY(-1px);
      box-shadow:0 10px 24px rgba(10,102,255,.18);
      border-color:rgba(10,102,255,.35);
    }
    .btnPrimary{
      background:linear-gradient(135deg, var(--brand), var(--brand2));
      border-color:rgba(255,255,255,.25);
      color:#fff;
      box-shadow: 0 18px 44px rgba(10,102,255,.22);
    }
    .btnPrimary:hover{
      box-shadow: 0 22px 54px rgba(10,102,255,.28);
    }
    .btnGhost{
      background:rgba(255,255,255,.6);
      border-color:rgba(15,23,42,.12);
      color:rgba(15,23,42,.85);
      box-shadow:none;
    }
    .hamburger{
      display:none;
      width:44px;
      height:44px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.65);
      cursor:pointer;
      align-items:center;
      justify-content:center;
      gap:5px;
      flex-direction:column;
      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .hamburger:hover{transform:translateY(-1px); box-shadow:0 10px 22px rgba(16,24,40,.10); border-color:rgba(10,102,255,.22)}
    .hamburger span{display:block; width:18px; height:2px; background:rgba(15,23,42,.75); border-radius:2px}
    .mobilePanel{
      display:none;
      padding:10px 0 16px;
    }
    .mobilePanelInner{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.70);
      border-radius:16px;
      padding:12px;
      box-shadow:0 14px 40px rgba(16,24,40,.08);
    }
    .mobileLinks{
      display:flex;
      flex-direction:column;
      gap:8px;
      padding:2px 0 10px;
    }
    .mobileLinks a{
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.08);
      background:rgba(255,255,255,.6);
      font-weight:650;
      font-size:14px;
      color:rgba(15,23,42,.86);
    }
    .hero{
      padding:34px 0 26px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      border-radius:26px;
      background:
        radial-gradient(900px 360px at 15% 0%, rgba(0,179,255,.18), transparent 55%),
        radial-gradient(700px 300px at 90% 10%, rgba(10,102,255,.22), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.55));
      border:1px solid rgba(10,102,255,.14);
      box-shadow: var(--shadow);
      padding:26px;
      position:relative;
      overflow:hidden;
    }
    .heroCard:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        radial-gradient(600px 220px at 25% -10%, rgba(10,102,255,.22), transparent 55%),
        radial-gradient(520px 200px at 92% 18%, rgba(0,179,255,.18), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .heroCard > *{position:relative}
    .kicker{
      display:inline-flex;
      gap:10px;
      align-items:center;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(10,102,255,.08);
      border:1px solid rgba(10,102,255,.18);
      color:#0b2f75;
      font-weight:750;
      font-size:13px;
      margin-bottom:14px;
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow:0 0 0 6px rgba(10,102,255,.12);
    }
    h1{
      margin:0;
      font-size:38px;
      letter-spacing:-.6px;
      line-height:1.12;
    }
    .lead{
      margin-top:12px;
      color:rgba(15,23,42,.78);
      font-size:15px;
      line-height:1.75;
      max-width:62ch;
    }
    .heroActions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
      align-items:center;
    }
    .smallMeta{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:14px;
      color:rgba(15,23,42,.70);
      font-size:13px;
    }
    .metaItem{
      display:flex; gap:10px; align-items:center;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.08);
      background:rgba(255,255,255,.55);
    }
    .metaIcon{
      width:30px; height:30px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      font-weight:900;
      font-size:12px;
    }
    .sidePanel{
      border-radius:26px;
      background:rgba(255,255,255,.66);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: var(--shadow2);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .sidePanel:after{
      content:"";
      position:absolute;
      right:-90px;
      top:-90px;
      width:220px;
      height:220px;
      border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(10,102,255,.22), transparent 60%);
      pointer-events:none;
    }
    .sidePanel > *{position:relative}
    .sideTitle{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:12px;
    }
    .sideTitle h2{
      margin:0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .badgeLive{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(15,23,42,.05);
      border:1px solid rgba(15,23,42,.10);
      font-size:12px;
      color:rgba(15,23,42,.74);
      white-space:nowrap;
    }
    .pulse{
      width:8px; height:8px; border-radius:50%;
      background:var(--ok);
      box-shadow:0 0 0 0 rgba(34,197,94,.35);
      animation:pulse 1.6s infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(34,197,94,.35)}
      70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}
      100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
    }
    .statGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    .stat{
      border-radius:16px;
      border:1px solid rgba(10,102,255,.14);
      background:linear-gradient(180deg, rgba(10,102,255,.08), rgba(255,255,255,.62));
      padding:12px;
      min-height:92px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .stat:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:radial-gradient(320px 140px at 10% 0%, rgba(0,179,255,.20), transparent 55%);
      opacity:.8;
      pointer-events:none;
    }
    .stat > *{position:relative}
    .stat:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 36px rgba(10,102,255,.16);
      border-color:rgba(10,102,255,.26);
    }
    .statTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .statLabel{
      color:rgba(15,23,42,.70);
      font-size:12px;
      font-weight:700;
    }
    .statVal{
      font-size:22px;
      font-weight:900;
      letter-spacing:-.4px;
      margin-top:8px;
    }
    .statNote{
      color:rgba(15,23,42,.68);
      font-size:12px;
      margin-top:4px;
      line-height:1.4;
    }
    .section{
      padding:22px 0;
    }
    .sectionHead{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .sectionTitle{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
      line-height:1.25;
    }
    .sub{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:14px;
      line-height:1.7;
      max-width:70ch;
    }
    .pillRow{
      display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .pill{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      color:rgba(15,23,42,.78);
      font-weight:700;
      font-size:12px;
      white-space:nowrap;
    }

    .grid2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .card{
      border-radius:20px;
      background:rgba(255,255,255,.65);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 14px 34px rgba(16,24,40,.06);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .cardGlow:before{
      content:"";
      position:absolute;
      inset:-1px;
      background: radial-gradient(520px 220px at 25% -10%, rgba(10,102,255,.18), transparent 56%);
      opacity:.9;
      pointer-events:none;
    }
    .card > *{position:relative}
    .cardTitle{
      display:flex; align-items:center; gap:12px;
      margin-bottom:10px;
    }
    .iconBox{
      width:42px; height:42px;
      border-radius:16px;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      letter-spacing:-.2px;
    }
    .cardTitle h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .cardP{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.5px;
      line-height:1.75;
    }
    .list{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .li{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.52);
      border:1px solid rgba(15,23,42,.08);
    }
    .check{
      width:22px; height:22px;
      border-radius:8px;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      font-size:12px;
      flex:0 0 auto;
      margin-top:1px;
    }
    .li .liText{
      color:rgba(15,23,42,.78);
      font-size:13.5px;
      line-height:1.6;
      font-weight:650;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .step{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(15,23,42,.10);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .step:before{
      content:"";
      position:absolute;
      inset:-1px;
      background:radial-gradient(520px 220px at 15% 0%, rgba(10,102,255,.18), transparent 56%);
      opacity:.7;
      pointer-events:none;
    }
    .step > *{position:relative}
    .step:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(10,102,255,.14);
      border-color:rgba(10,102,255,.25);
    }
    .stepNum{
      width:42px; height:42px;
      border-radius:16px;
      background:linear-gradient(135deg, rgba(10,102,255,.16), rgba(0,179,255,.10));
      border:1px solid rgba(10,102,255,.22);
      color:rgba(10,102,255,.95);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      font-size:14px;
    }
    .step h3{
      margin:10px 0 6px;
      font-size:14.5px;
      letter-spacing:-.2px;
    }
    .step p{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.2px;
      line-height:1.7;
    }

    .compareWrap{
      overflow:auto;
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      box-shadow:0 14px 34px rgba(16,24,40,.06);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:860px;
    }
    thead th{
      text-align:left;
      font-size:13px;
      color:rgba(15,23,42,.85);
      padding:14px 14px;
      background:linear-gradient(180deg, rgba(10,102,255,.12), rgba(10,102,255,.06));
      border-bottom:1px solid rgba(15,23,42,.10);
      position:sticky;
      top:0;
      z-index:1;
      white-space:nowrap;
    }
    tbody td{
      padding:14px 14px;
      border-bottom:1px solid rgba(15,23,42,.08);
      color:rgba(15,23,42,.78);
      font-size:13.5px;
      line-height:1.6;
      vertical-align:top;
    }
    tbody tr:hover td{
      background:rgba(10,102,255,.045);
    }
    .scoreCell{
      font-weight:900;
      letter-spacing:-.2px;
    }
    .stars{
      display:inline-flex;
      gap:3px;
      vertical-align:middle;
    }
    .star{
      width:16px; height:16px;
      display:inline-block;
      background:conic-gradient(from 180deg, #fbbf24, #f59e0b);
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      filter: drop-shadow(0 2px 6px rgba(245,158,11,.25));
    }

    .faqGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    details{
      border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(15,23,42,.10);
      padding:14px 14px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
      transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }
    details[open]{
      border-color:rgba(10,102,255,.22);
      box-shadow:0 18px 44px rgba(10,102,255,.12);
      transform:translateY(-2px);
    }
    summary{
      cursor:pointer;
      list-style:none;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      font-weight:850;
      letter-spacing:-.2px;
      font-size:14px;
      color:rgba(15,23,42,.92);
    }
    summary::-webkit-details-marker{display:none}
    .sumRight{
      flex:0 0 auto;
      width:30px; height:30px;
      border-radius:12px;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      transition:transform .18s ease;
      margin-top:-3px;
    }
    details[open] .sumRight{transform:rotate(45deg)}
    .faqBody{
      margin-top:10px;
      color:rgba(15,23,42,.72);
      font-size:13.5px;
      line-height:1.8;
    }

    .testimonialGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .quote{
      font-size:13.4px;
      color:rgba(15,23,42,.74);
      line-height:1.75;
      margin:10px 0 0;
    }
    .quoteMark{
      width:38px; height:38px;
      border-radius:16px;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      font-size:14px;
    }
    .person{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-top:14px;
    }
    .who{
      display:flex; flex-direction:column; gap:4px;
    }
    .who strong{font-size:13.6px; letter-spacing:-.2px}
    .who span{font-size:12.5px; color:rgba(15,23,42,.62)}
    .tag{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.58);
      color:rgba(15,23,42,.72);
      font-size:12.5px;
      font-weight:750;
      white-space:nowrap;
    }

    .caseGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .caseCard{
      border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(15,23,42,.10);
      padding:14px;
      box-shadow:0 14px 34px rgba(16,24,40,.05);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height:210px;
    }
    .caseCard:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 44px rgba(10,102,255,.13);
      border-color:rgba(10,102,255,.24);
    }
    .caseTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .caseTitle{
      margin:0;
      font-size:14.5px;
      letter-spacing:-.2px;
    }
    .caseP{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.2px;
      line-height:1.7;
    }
    .caseBadges{
      display:flex; gap:8px; flex-wrap:wrap;
      margin-top:auto;
    }
    .chip{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(10,102,255,.18);
      background:var(--chip);
      color:var(--chipText);
      font-weight:750;
      font-size:12.5px;
      white-space:nowrap;
    }

    .articleGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:12px;
      align-items:start;
    }
    .articleList{
      margin:0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .articleItem{
      padding:14px 14px;
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      display:flex;
      flex-direction:column;
      gap:8px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
      transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }
    .articleItem:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 44px rgba(10,102,255,.12);
      border-color:rgba(10,102,255,.22);
    }
    .articleTopRow{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .articleItem a{
      font-weight:900;
      letter-spacing:-.2px;
      color:rgba(15,23,42,.92);
      font-size:14.2px;
    }
    .smallTime{
      color:rgba(15,23,42,.58);
      font-size:12.2px;
      font-weight:700;
      white-space:nowrap;
    }
    .articleDesc{
      color:rgba(15,23,42,.72);
      font-size:13.3px;
      line-height:1.7;
      margin:0;
    }
    .sideLinks{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .miniCard{
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      padding:14px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
    }
    .miniCard h3{
      margin:0 0 8px;
      font-size:14.5px;
      letter-spacing:-.2px;
    }
    .miniCard p{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.3px;
      line-height:1.75;
    }

    .tagCloud{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:10px;
    }
    .tagCloud a{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.58);
      color:rgba(15,23,42,.76);
      font-size:12.8px;
      font-weight:760;
      transition:transform .16s ease, border-color .16s ease, background .16s ease;
    }
    .tagCloud a:hover{
      transform:translateY(-2px);
      border-color:rgba(10,102,255,.24);
      background:rgba(10,102,255,.08);
    }

    .formRow{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    label{
      display:flex;
      flex-direction:column;
      gap:8px;
      font-size:13px;
      color:rgba(15,23,42,.78);
      font-weight:750;
    }
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.75);
      color:rgba(15,23,42,.88);
      outline:none;
      font-size:14px;
      transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      box-shadow:var(--focus);
      border-color:rgba(10,102,255,.30);
    }
    .formActions{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .formHelp{
      color:rgba(15,23,42,.64);
      font-size:12.8px;
      line-height:1.6;
      max-width:50ch;
    }
    .noticeBar{
      display:flex;
      gap:12px;
      align-items:flex-start;
      border-radius:20px;
      padding:12px 14px;
      background:linear-gradient(180deg, rgba(10,102,255,.10), rgba(255,255,255,.55));
      border:1px solid rgba(10,102,255,.18);
      margin-top:12px;
    }
    .noticeBar .bIcon{
      width:38px; height:38px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      color:var(--brand);
      font-weight:950;
    }
    .noticeBar p{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.2px;
      line-height:1.7;
      font-weight:700;
    }

    .networkGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    .flowLine{
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      padding:14px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
    }
    .flowTitle{
      display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px;
    }
    .flowTitle h3{
      margin:0;
      font-size:14.6px;
      letter-spacing:-.2px;
    }
    .timeLine{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-top:8px;
    }
    .timeItem{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background:rgba(255,255,255,.55);
    }
    .timeDot{
      width:26px; height:26px;
      border-radius:12px;
      background:rgba(10,102,255,.10);
      border:1px solid rgba(10,102,255,.18);
      display:flex; align-items:center; justify-content:center;
      color:var(--brand);
      font-weight:950;
      flex:0 0 auto;
      margin-top:2px;
      font-size:12px;
    }
    .timeItem strong{
      font-size:13.6px;
      letter-spacing:-.2px;
    }
    .timeItem p{
      margin:4px 0 0;
      color:rgba(15,23,42,.70);
      font-size:13.1px;
      line-height:1.7;
    }

    .pricesRow{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:12px;
      align-items:stretch;
    }
    .priceTable{
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      box-shadow:0 14px 34px rgba(16,24,40,.04);
    }
    .priceTable table{min-width:0}
    .priceTable thead th{position:static}
    .priceAside{
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.62);
      padding:14px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .priceAside h3{margin:0; font-size:14.8px; letter-spacing:-.2px}
    .kv{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background:rgba(255,255,255,.55);
    }
    .kv .k{color:rgba(15,23,42,.66); font-size:12.7px; font-weight:800}
    .kv .v{font-weight:950; letter-spacing:-.2px; font-size:13.6px}
    .btnRow{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:auto;
    }

    .floatingChat{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .chatBtn{
      width:54px; height:54px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.25);
      background:linear-gradient(135deg, var(--brand), var(--brand2));
      color:#fff;
      box-shadow:0 18px 48px rgba(10,102,255,.26);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .18s ease, box-shadow .18s ease;
      position:relative;
      overflow:hidden;
    }
    .chatBtn:hover{transform:translateY(-2px); box-shadow:0 22px 58px rgba(10,102,255,.32)}
    .chatBtn:before{
      content:"";
      position:absolute;
      inset:-40px;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), transparent 55%);
      transform:rotate(12deg);
      opacity:.9;
    }
    .chatBtn span{position:relative; font-weight:950}
    .chatPanel{
      width:min(320px, calc(100vw - 32px));
      border-radius:20px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 22px 60px rgba(16,24,40,.18);
      overflow:hidden;
      transform-origin: bottom right;
      transform:scale(.98);
      opacity:0;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease;
    }
    .chatPanel.open{
      opacity:1;
      transform:scale(1);
      pointer-events:auto;
    }
    .chatHeader{
      padding:12px 12px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      border-bottom:1px solid rgba(15,23,42,.08);
      background:linear-gradient(180deg, rgba(10,102,255,.10), rgba(255,255,255,.70));
    }
    .chatHeader strong{font-size:13.6px; letter-spacing:-.2px}
    .closeBtn{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.65);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .16s ease;
    }
    .closeBtn:hover{transform:translateY(-1px)}
    .chatBody{
      padding:12px;
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .qrcode{
      width:92px; height:92px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.10);
      background:#fff;
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
      flex:0 0 auto;
    }
    .qrcode img{
      width:100%; height:100%; object-fit:cover;
    }
    .chatText{
      display:flex;
      flex-direction:column;
      gap:6px;
      padding-top:2px;
    }
    .chatText p{
      margin:0;
      color:rgba(15,23,42,.72);
      font-size:13.1px;
      line-height:1.65;
      font-weight:700;
    }
    .chatActions{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:8px;
    }

    .backTop{
      width:48px; height:48px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.82);
      box-shadow:0 14px 40px rgba(16,24,40,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .16s ease, border-color .16s ease;
    }
    .backTop:hover{transform:translateY(-2px); border-color:rgba(10,102,255,.22)}
    .fadeIn{
      opacity:0;
      transform:translateY(12px);
      transition:opacity .6s ease, transform .6s ease;
    }
    .fadeIn.show{
      opacity:1;
      transform:translateY(0);
    }

    footer{
      margin-top:10px;
      padding:18px 0 26px;
      border-top:1px solid rgba(15,23,42,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.72));
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .footerCard{
      border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.70);
      padding:16px;
      box-shadow:0 14px 34px rgba(16,24,40,.04);
    }
    .footerCard h3{
      margin:0 0 10px;
      font-size:14.8px;
      letter-spacing:-.2px;
    }
    .footerLinks{
      display:flex;
      flex-wrap:wrap;
      gap:10px 12px;
      margin-top:8px;
    }
    .footerLinks a{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.60);
      font-size:12.8px;
      font-weight:800;
      color:rgba(15,23,42,.74);
      transition:transform .16s ease, border-color .16s ease, background .16s ease;
    }
    .footerLinks a:hover{
      transform:translateY(-2px);
      border-color:rgba(10,102,255,.22);
      background:rgba(10,102,255,.08);
    }
    .copyright{
      margin-top:12px;
      color:rgba(15,23,42,.64);
      font-size:12.6px;
      line-height:1.7;
      font-weight:700;
    }

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

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      h1{font-size:32px}
      .steps{grid-template-columns: repeat(2, 1fr)}
      .faqGrid{grid-template-columns: 1fr}
      .testimonialGrid{grid-template-columns: 1fr}
      .caseGrid{grid-template-columns: 1fr}
      .articleGrid{grid-template-columns: 1fr}
      .networkGrid{grid-template-columns: 1fr}
      .pricesRow{grid-template-columns: 1fr}
      .footerGrid{grid-template-columns: 1fr}
      .formRow{grid-template-columns: 1fr}
      .navLinks{display:none}
      .hamburger{display:flex}
      .mobilePanel{display:block}
    }