:root{
      --bg0:#f7f3ff;
      --bg1:#ffffff;
      --ink:#121826;
      --muted:#4b5568;
      --muted2:#6b7280;
      --card:#ffffff;
      --line:rgba(18,24,38,.12);
      --shadow: 0 10px 30px rgba(17,24,39,.08);
      --shadow2: 0 8px 18px rgba(17,24,39,.10);
      --brand:#5b5cff;
      --brand2:#00b3ff;
      --brand3:#ff4fd8;
      --ok:#12b981;
      --warn:#f59e0b;
      --focus: rgba(91,92,255,.22);
      --radius: 16px;
      --radius2: 22px;
      --container: 1120px;
    }
    *{ box-sizing:border-box; }
    html{ scroll-behavior:smooth; }
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--ink);
      background:
        radial-gradient(1200px 600px at 15% 0%, rgba(91,92,255,.14), transparent 55%),
        radial-gradient(900px 520px at 85% 5%, rgba(0,179,255,.12), transparent 50%),
        radial-gradient(900px 680px at 70% 85%, rgba(255,79,216,.10), transparent 55%),
        linear-gradient(180deg, #f7f3ff 0%, #ffffff 45%, #ffffff 100%);
      overflow-x:hidden;
    }
    a{ color:inherit; text-decoration:none; }
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    /* Header */
    .topbar{
      position:sticky;
      top:0;
      z-index:60;
      backdrop-filter: blur(10px);
      background: rgba(247,243,255,.78);
      border-bottom:1px solid rgba(18,24,38,.08);
    }
    .navwrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width: 220px;
    }
    .brand img{
      width:42px;
      height:42px;
      object-fit:contain;
      background: rgba(255,255,255,.7);
      border:1px solid rgba(18,24,38,.08);
      border-radius:12px;
      padding:6px;
    }
    .brand strong{
      display:block;
      font-size:14px;
      letter-spacing:.2px;
      line-height:1.1;
    }
    .brand span{
      display:block;
      font-size:12px;
      color:var(--muted2);
      margin-top:2px;
    }
    .navlinks{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navlinks a{
      font-size:13px;
      color:rgba(18,24,38,.78);
      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{
      transform: translateY(-1px);
      background: rgba(255,255,255,.8);
      border-color: rgba(18,24,38,.10);
    }
    .navcta{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:8px;
    }
    .btn{
      appearance:none;
      border:1px solid rgba(18,24,38,.12);
      background: rgba(255,255,255,.78);
      color:var(--ink);
      border-radius:999px;
      padding:10px 14px;
      font-weight:650;
      font-size:13px;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      display:inline-flex;
      align-items:center;
      gap:8px;
      line-height:1;
      user-select:none;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(18,24,38,.10);
      border-color: rgba(18,24,38,.20);
      background:#fff;
    }
    .btn:focus{ outline:none; box-shadow:0 0 0 4px var(--focus); }
    .btn-primary{
      border-color: rgba(91,92,255,.35);
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      color:#fff;
    }
    .btn-primary:hover{
      box-shadow: 0 16px 30px rgba(91,92,255,.25);
      border-color: rgba(91,92,255,.55);
      background: linear-gradient(135deg, rgba(91,92,255,1), rgba(0,179,255,.95));
    }
    .hambtn{
      display:none;
    }

    /* Mobile nav */
    .mobilebar{
      display:none;
      padding:10px 0 14px 0;
    }
    .mobilepanel{
      display:none;
      padding-bottom:12px;
    }
    .mobilepanel.open{ display:block; }
    .mobilelinks{
      display:flex;
      flex-direction:column;
      gap:10px;
      padding:12px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.85);
      border-radius:16px;
      box-shadow: 0 18px 50px rgba(18,24,38,.10);
    }
    .mobilelinks a{
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(18,24,38,.08);
      background: rgba(247,243,255,.65);
      font-weight:650;
      font-size:14px;
      color:rgba(18,24,38,.88);
    }
    .mobilelinks a:active{ transform: translateY(1px); }

    /* Hero */
    main{ position:relative; }
    .hero{
      padding:34px 0 18px 0;
    }
    .herogrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      border-radius: var(--radius2);
      background:
        linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.62)),
        radial-gradient(900px 500px at 20% 0%, rgba(91,92,255,.20), transparent 55%),
        radial-gradient(700px 420px at 85% 18%, rgba(0,179,255,.16), transparent 52%),
        radial-gradient(700px 420px at 60% 85%, rgba(255,79,216,.12), transparent 55%);
      border: 1px solid rgba(18,24,38,.10);
      box-shadow: var(--shadow);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .heroCard:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        conic-gradient(from 180deg at 50% 50%, rgba(91,92,255,.22), rgba(0,179,255,.18), rgba(255,79,216,.15), rgba(91,92,255,.22));
      opacity:.22;
      filter: blur(18px);
      pointer-events:none;
    }
    .heroInner{ position:relative; z-index:1; }
    .eyebrow{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(18,24,38,.10);
      font-weight:700;
      font-size:12px;
      color:rgba(18,24,38,.85);
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 0 0 3px rgba(91,92,255,.18);
    }
    .hero h1{
      margin:0;
      font-size:34px;
      line-height:1.15;
      letter-spacing:-.6px;
    }
    .lead{
      margin:12px 0 16px 0;
      color: rgba(18,24,38,.78);
      font-size:15px;
      line-height:1.7;
      max-width: 60ch;
    }
    .heroActions{
      display:flex;
      gap:12px;
      align-items:center;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .heroBadges{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:16px;
    }
    .miniStat{
      flex: 0 0 auto;
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 12px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.72);
      border-radius:14px;
      min-width: 168px;
    }
    .miniIcon{
      width:34px; height:34px; border-radius:12px;
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      display:grid; place-items:center;
      color:#fff;
      box-shadow: 0 14px 26px rgba(91,92,255,.22);
      flex: 0 0 auto;
    }
    .miniStat strong{
      display:block;
      font-size:13px;
      line-height:1.2;
      margin-top:1px;
    }
    .miniStat span{
      display:block;
      font-size:12px;
      color:var(--muted2);
      margin-top:4px;
      line-height:1.3;
    }

    .sideCard{
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(18,24,38,.10);
      box-shadow: 0 16px 45px rgba(18,24,38,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .sideCard:after{
      content:"";
      position:absolute;
      width:240px; height:240px;
      border-radius:50%;
      right:-110px; top:-120px;
      background: radial-gradient(circle at 30% 30%, rgba(255,79,216,.35), transparent 60%);
      filter: blur(2px);
      pointer-events:none;
    }
    .sideInner{ position:relative; z-index:1; }
    .sideTitle{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .sideTitle h2{
      margin:0;
      font-size:15px;
      letter-spacing:.2px;
    }
    .status{
      display:flex; align-items:center; gap:8px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.55);
      font-size:12px;
      color:rgba(18,24,38,.8);
      font-weight:700;
      white-space:nowrap;
    }
    .spark{
      width:10px; height:10px; border-radius:3px;
      background: linear-gradient(135deg, var(--brand2), var(--brand3));
      transform: rotate(15deg);
      box-shadow: 0 0 0 4px rgba(0,179,255,.14);
    }
    .dataGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    .dataCard{
      border-radius:14px;
      padding:12px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(18,24,38,.10);
      transition: transform .15s ease, box-shadow .15s ease;
      min-height: 92px;
    }
    .dataCard:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 35px rgba(18,24,38,.10);
    }
    .dataTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:8px;
    }
    .tag{
      font-size:12px;
      font-weight:750;
      color:rgba(18,24,38,.78);
      background: rgba(247,243,255,.8);
      border:1px solid rgba(18,24,38,.10);
      padding:6px 9px;
      border-radius:999px;
      white-space:nowrap;
    }
    .kpi{
      font-size:22px;
      font-weight:900;
      letter-spacing:-.4px;
    }
    .kpiSub{
      color:var(--muted2);
      font-size:12px;
      line-height:1.5;
    }
    .sideCTA{
      margin-top:14px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .linkline{
      margin-top:10px;
      color:rgba(18,24,38,.72);
      font-size:12px;
      line-height:1.6;
    }
    .linkline a{
      text-decoration:underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    /* Section */
    section{ padding:26px 0; }
    .sectionHead{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .sectionHead h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
      line-height:1.2;
    }
    .sectionHead p{
      margin:0;
      color: rgba(18,24,38,.75);
      font-size:14px;
      line-height:1.7;
      max-width: 64ch;
    }

    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .grid2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .card{
      border-radius: var(--radius);
      background: rgba(255,255,255,.78);
      border:1px solid rgba(18,24,38,.10);
      box-shadow: 0 10px 30px rgba(18,24,38,.06);
      padding:16px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 20px 55px rgba(18,24,38,.10);
      border-color: rgba(18,24,38,.18);
    }
    .card h3{
      margin:10px 0 8px 0;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color: rgba(18,24,38,.74);
      font-size:13.5px;
      line-height:1.7;
    }
    .cardIcon{
      width:42px; height:42px;
      border-radius:14px;
      display:grid; place-items:center;
      background: linear-gradient(135deg, rgba(91,92,255,.18), rgba(0,179,255,.14));
      border:1px solid rgba(18,24,38,.10);
      color: rgba(91,92,255,.95);
      font-weight:900;
      font-size:16px;
    }

    /* Timeline */
    .timeline{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .step{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius: var(--radius);
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 30px rgba(18,24,38,.05);
    }
    .stepNo{
      width:38px; height:38px;
      border-radius:14px;
      display:grid; place-items:center;
      font-weight:950;
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      color:#fff;
      flex:0 0 auto;
      box-shadow: 0 18px 30px rgba(91,92,255,.20);
    }
    .step h3{
      margin:0;
      font-size:15px;
    }
    .step p{
      margin:6px 0 0 0;
      color: rgba(18,24,38,.72);
      font-size:13.5px;
      line-height:1.7;
    }

    /* Comparison */
    .compareWrap{
      overflow:hidden;
      border-radius: var(--radius2);
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
    }
    .compareTop{
      padding:16px 16px 0 16px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .ratingBox{
      display:flex; align-items:center; gap:12px;
      padding:12px;
      border-radius:16px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.55);
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      font-size:16px;
      letter-spacing:0;
    }
    .score{
      display:flex; flex-direction:column;
      gap:4px;
      min-width:140px;
    }
    .score strong{
      font-size:22px;
      letter-spacing:-.4px;
      line-height:1;
    }
    .score span{
      color: rgba(18,24,38,.70);
      font-size:12px;
    }
    .compareTable{
      width:100%;
      border-collapse:collapse;
      margin-top:14px;
      table-layout:fixed;
    }
    .compareTable th, .compareTable td{
      border-top:1px solid rgba(18,24,38,.08);
      padding:12px 12px;
      vertical-align:top;
      font-size:13.5px;
      line-height:1.6;
      color: rgba(18,24,38,.78);
      word-break:break-word;
    }
    .compareTable th{
      color: rgba(18,24,38,.88);
      font-weight:900;
      background: rgba(247,243,255,.55);
    }
    .compareTable td strong{ color: rgba(18,24,38,.92); }
    .yes{
      color: rgba(18,185,129,1);
      font-weight:900;
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .yes i{
      width:18px; height:18px;
      border-radius:6px;
      background: rgba(18,185,129,.16);
      border:1px solid rgba(18,185,129,.25);
      display:grid; place-items:center;
      font-style:normal;
      font-weight:900;
    }
    .maybe{
      color: rgba(245,158,11,1);
      font-weight:900;
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .maybe i{
      width:18px; height:18px;
      border-radius:6px;
      background: rgba(245,158,11,.18);
      border:1px solid rgba(245,158,11,.25);
      display:grid; place-items:center;
      font-style:normal;
      font-weight:900;
    }

    /* Case & Article */
    .caseList{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .caseCard .thumb{
      border-radius: 14px;
      border:1px solid rgba(18,24,38,.10);
      background:
        radial-gradient(120px 90px at 30% 10%, rgba(91,92,255,.20), transparent 60%),
        radial-gradient(160px 120px at 80% 0%, rgba(0,179,255,.18), transparent 55%),
        radial-gradient(180px 140px at 70% 90%, rgba(255,79,216,.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(247,243,255,.65));
      padding:14px;
      overflow:hidden;
      min-height: 104px;
    }
    .thumbRow{
      display:flex; gap:10px; align-items:flex-start;
    }
    .thumbMark{
      width:42px; height:42px;
      border-radius:16px;
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      box-shadow: 0 18px 32px rgba(91,92,255,.25);
      display:grid; place-items:center;
      color:#fff;
      font-weight:950;
      flex:0 0 auto;
    }
    .thumbMeta strong{ display:block; font-size:14px; }
    .thumbMeta span{ display:block; color:rgba(18,24,38,.68); font-size:12.5px; margin-top:4px; line-height:1.4; }
    .caseCard .meta{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:10px;
    }
    .chip{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.75);
      color: rgba(18,24,38,.76);
      font-weight:750;
    }
    .caseCard .foot{
      margin-top:12px;
      display:flex;
      gap:12px;
      align-items:center;
      justify-content:space-between;
    }
    .micro{
      color: rgba(18,24,38,.70);
      font-size:12.5px;
      line-height:1.5;
    }
    .textbtn{
      border:1px solid rgba(18,24,38,.12);
      background: rgba(255,255,255,.76);
      border-radius:999px;
      padding:9px 12px;
      font-weight:850;
      font-size:13px;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
      display:inline-flex;
      align-items:center;
      gap:8px;
      white-space:nowrap;
    }
    .textbtn:hover{ transform: translateY(-1px); box-shadow: 0 14px 28px rgba(18,24,38,.10); border-color: rgba(18,24,38,.20); background:#fff; }
    .textbtn:focus{ outline:none; box-shadow:0 0 0 4px var(--focus); }

    .list{
      display:grid;
      grid-template-columns: 1fr;
      gap:10px;
    }
    .listItem{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:14px;
      border-radius: var(--radius);
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 30px rgba(18,24,38,.05);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .listItem:hover{ transform: translateY(-2px); box-shadow: 0 20px 55px rgba(18,24,38,.10); border-color: rgba(18,24,38,.18); }
    .listLeft strong{
      display:block;
      font-size:14.5px;
      letter-spacing:-.2px;
    }
    .listLeft span{
      display:block;
      margin-top:6px;
      color: rgba(18,24,38,.70);
      font-size:13px;
      line-height:1.6;
    }
    .listRight{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:8px;
      min-width: 110px;
    }
    .dateTag{
      font-size:12px;
      padding:6px 9px;
      border-radius:999px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.55);
      color: rgba(18,24,38,.74);
      font-weight:850;
      white-space:nowrap;
    }

    /* Client reviews */
    .quoteGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .quote{
      padding:16px;
      border-radius: var(--radius);
      border:1px solid rgba(18,24,38,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.68));
      box-shadow: 0 10px 30px rgba(18,24,38,.06);
      position:relative;
      overflow:hidden;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .quote:hover{ transform: translateY(-2px); box-shadow: 0 22px 60px rgba(18,24,38,.10); border-color: rgba(18,24,38,.18); }
    .quote:before{
      content:"“";
      position:absolute;
      left:14px;
      top:-10px;
      font-size:64px;
      color: rgba(91,92,255,.14);
      font-weight:900;
      pointer-events:none;
    }
    .quote p{
      margin:0;
      color: rgba(18,24,38,.78);
      font-size:13.6px;
      line-height:1.8;
      position:relative;
      z-index:1;
      padding-top:16px;
    }
    .quote .who{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      position:relative; z-index:1;
    }
    .avatar{
      width:36px; height:36px; border-radius:14px;
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      color:#fff;
      display:grid; place-items:center;
      font-weight:950;
      box-shadow: 0 16px 28px rgba(91,92,255,.20);
      flex:0 0 auto;
    }
    .who strong{ display:block; font-size:13.5px; }
    .who span{ display:block; margin-top:3px; color:rgba(18,24,38,.68); font-size:12.5px; line-height:1.2; }
    .tagStars{
      display:flex; gap:3px; align-items:center; color: rgba(245,158,11,1);
      font-size:12px;
      white-space:nowrap;
    }

    /* FAQ */
    .faqWrap{
      border-radius: var(--radius2);
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .faqItem{
      border-top:1px solid rgba(18,24,38,.08);
      padding:0;
    }
    .faqItem:first-child{ border-top:none; }
    .faqBtn{
      width:100%;
      text-align:left;
      padding:16px 16px;
      background: transparent;
      border:0;
      cursor:pointer;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      font-weight:900;
      font-size:14.5px;
      color: rgba(18,24,38,.90);
    }
    .faqBtn:focus{ outline:none; box-shadow: inset 0 0 0 3px var(--focus); }
    .faqBtn .qmeta{
      display:flex; flex-direction:column; gap:6px;
    }
    .faqBtn .sub{
      font-size:12.5px;
      font-weight:800;
      color: rgba(18,24,38,.60);
    }
    .chev{
      width:34px; height:34px;
      border-radius:12px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.55);
      display:grid; place-items:center;
      flex:0 0 auto;
      transition: transform .18s ease;
      color: rgba(18,24,38,.78);
      margin-top:2px;
    }
    .faqItem.open .chev{ transform: rotate(180deg); }
    .faqPanel{
      max-height:0;
      overflow:hidden;
      transition: max-height .25s ease;
    }
    .faqItem.open .faqPanel{ max-height: 240px; }
    .faqPanelInner{
      padding:0 16px 16px 16px;
      color: rgba(18,24,38,.76);
      line-height:1.8;
      font-size:13.6px;
    }
    .faqPanelInner ul{
      margin:10px 0 0 18px;
      padding:0;
      color: rgba(18,24,38,.72);
    }
    .faqPanelInner li{ margin:6px 0; }

    /* Form */
    form{
      margin:0;
    }
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field label{
      font-size:13px;
      font-weight:900;
      color: rgba(18,24,38,.84);
    }
    .control, select, textarea, input{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(18,24,38,.12);
      background: rgba(255,255,255,.82);
      padding:12px 12px;
      font-size:14px;
      color: rgba(18,24,38,.90);
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, background .15s ease;
    }
    textarea{ min-height:110px; resize:vertical; }
    select{ cursor:pointer; }
    .control:focus, select:focus, textarea:focus, input:focus{
      box-shadow: 0 0 0 4px var(--focus);
      border-color: rgba(91,92,255,.35);
      background:#fff;
    }
    .formFoot{
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .hint{
      color: rgba(18,24,38,.68);
      font-size:12.5px;
      line-height:1.6;
      max-width: 56ch;
    }
    .toast{
      position: fixed;
      left: 50%;
      bottom: 22px;
      transform: translateX(-50%);
      background: rgba(18,24,38,.92);
      color:#fff;
      padding:12px 14px;
      border-radius:14px;
      box-shadow: 0 18px 50px rgba(18,24,38,.28);
      font-size:13px;
      z-index:90;
      opacity:0;
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
    }
    .toast.show{
      opacity:1;
      transform: translateX(-50%) translateY(-4px);
    }

    /* Tag cloud */
    .tagcloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tagcloud a{
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.78);
      color: rgba(18,24,38,.76);
      font-weight:800;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .tagcloud a:hover{
      transform: translateY(-2px);
      background:#fff;
      border-color: rgba(18,24,38,.18);
    }

    /* Case/Service network cards */
    .networkGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
    }
    .networkCard{
      padding:16px;
      border-radius: var(--radius);
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 30px rgba(18,24,38,.06);
      position:relative;
      overflow:hidden;
    }
    .networkCard:before{
      content:"";
      position:absolute;
      right:-80px; top:-80px;
      width:200px; height:200px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(91,92,255,.22), transparent 60%);
      pointer-events:none;
    }
    .networkCard h3{
      margin:0;
      font-size:15.5px;
      position:relative;
      z-index:1;
    }
    .networkCard ul{
      list-style:none;
      padding:0;
      margin:12px 0 0 0;
      display:flex; flex-direction:column; gap:10px;
      position:relative; z-index:1;
    }
    .networkCard li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(18,24,38,.74);
      font-size:13.5px;
      line-height:1.6;
    }
    .bullet{
      width:18px; height:18px;
      border-radius:6px;
      background: rgba(91,92,255,.14);
      border:1px solid rgba(91,92,255,.20);
      display:grid; place-items:center;
      font-size:11px;
      font-weight:950;
      color: rgba(91,92,255,.95);
      flex: 0 0 auto;
      margin-top:2px;
    }

    /* Footer */
    footer{
      padding:18px 0 26px 0;
      background:
        linear-gradient(180deg, rgba(247,243,255,.35), rgba(247,243,255,0)),
        linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.55));
      border-top:1px solid rgba(18,24,38,.08);
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:16px;
      align-items:start;
    }
    .footerCard{
      border-radius: var(--radius2);
      background: rgba(255,255,255,.76);
      border:1px solid rgba(18,24,38,.10);
      box-shadow: 0 16px 45px rgba(18,24,38,.08);
      padding:16px;
    }
    .footerTitle{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:space-between;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .footerTitle strong{ font-size:15.5px; letter-spacing:-.2px; }
    .footlinks{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:10px;
    }
    .footlinks a{
      font-size:12.5px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.55);
      color: rgba(18,24,38,.74);
      font-weight:850;
    }
    .footlinks a:hover{ background:#fff; }
    .contactRow{
      display:flex;
      gap:12px;
      align-items:flex-start;
      flex-wrap:wrap;
      margin-top:12px;
    }
    .contactRow .box{
      border-radius:16px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(247,243,255,.45);
      padding:12px;
      min-width: 210px;
      flex: 1 1 210px;
    }
    .box strong{ display:block; font-size:13.5px; }
    .box span{ display:block; margin-top:6px; color: rgba(18,24,38,.72); font-size:13px; line-height:1.6; }
    .qr{
      width:120px;
      border-radius:16px;
      border:1px solid rgba(18,24,38,.10);
      background:#fff;
      padding:10px;
    }
    .qr img{
      width:100%;
      height:auto;
      display:block;
      object-fit:contain;
    }
    .copyright{
      margin-top:12px;
      color: rgba(18,24,38,.62);
      font-size:12.5px;
      line-height:1.8;
      display:flex;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
    }

    /* Floating support */
    .floatbar{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .floatBtn{
      border-radius: 16px;
      border:1px solid rgba(18,24,38,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 18px 50px rgba(18,24,38,.16);
      padding:10px 12px;
      cursor:pointer;
      display:flex;
      align-items:center;
      gap:10px;
      transition: transform .15s ease, box-shadow .15s ease;
      user-select:none;
      max-width: 220px;
    }
    .floatBtn:hover{ transform: translateY(-2px); box-shadow: 0 28px 70px rgba(18,24,38,.20); }
    .floatIcon{
      width:34px; height:34px;
      border-radius:14px;
      background: linear-gradient(135deg, rgba(91,92,255,.95), rgba(0,179,255,.85));
      color:#fff;
      display:grid; place-items:center;
      font-weight:950;
      flex:0 0 auto;
      box-shadow: 0 18px 30px rgba(91,92,255,.20);
    }
    .floatText strong{ display:block; font-size:13.5px; }
    .floatText span{ display:block; margin-top:3px; color: rgba(18,24,38,.68); font-size:12.5px; line-height:1.2; }

    /* Scroll reveal */
    .reveal{
      opacity:0;
      transform: translateY(14px);
      transition: opacity .55s ease, transform .55s ease;
    }
    .reveal.show{
      opacity:1;
      transform: translateY(0);
    }

    /* Responsive */
    @media (max-width: 980px){
      .herogrid{ grid-template-columns: 1fr; }
      .brand{ min-width:auto; }
      .navlinks{ display:none; }
      .navcta{ display:none; }
      .hambtn{ display:inline-flex; }
      .mobilebar{ display:block; }
      .grid3{ grid-template-columns:1fr; }
      .grid2{ grid-template-columns:1fr; }
      .caseList{ grid-template-columns:1fr; }
      .quoteGrid{ grid-template-columns:1fr; }
      .networkGrid{ grid-template-columns:1fr; }
      .formGrid{ grid-template-columns:1fr; }
      .footerGrid{ grid-template-columns:1fr; }
      .mobilepanel{ display:block; }
    }