:root{
      --bg0:#fff7f7;
      --bg1:#ffffff;
      --text:#1f2430;
      --muted:#5a6478;
      --muted2:#7a8399;
      --card:#ffffff;
      --stroke:rgba(27,35,55,.10);
      --stroke2:rgba(27,35,55,.14);
      --shadow:0 10px 30px rgba(26,37,67,.08);
      --shadow2:0 6px 18px rgba(26,37,67,.10);
      --shadow3:0 12px 40px rgba(26,37,67,.12);
      --brand1:#7c3aed;
      --brand2:#f97316;
      --brand3:#06b6d4;
      --brand4:#22c55e;
      --grad:linear-gradient(135deg, rgba(124,58,237,.95), rgba(249,115,22,.92) 55%, rgba(6,182,212,.92));
      --grad2:linear-gradient(135deg, rgba(124,58,237,.18), rgba(249,115,22,.14) 50%, rgba(6,182,212,.12));
      --grad3:linear-gradient(135deg, rgba(249,115,22,.22), rgba(124,58,237,.16));
      --radius:18px;
      --radius2:24px;
      --container:1120px;
      --padX:18px;
      --focus:0 0 0 4px rgba(124,58,237,.18);
      --link:#2c3a55;
      --btnText:#0b1020;
      --btn:#ffffff;
      --btnStroke:rgba(255,255,255,.35);
      --btn2:#111827;
      --btn2Text:#ffffff;
      --chipBg:rgba(124,58,237,.10);
      --chipStroke:rgba(124,58,237,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(900px 500px at 12% 6%, rgba(124,58,237,.14), transparent 60%),
        radial-gradient(800px 520px at 85% 8%, rgba(249,115,22,.14), transparent 55%),
        radial-gradient(720px 520px at 55% 20%, rgba(6,182,212,.10), transparent 52%),
        linear-gradient(180deg, var(--bg0), #ffffff 55%, #ffffff);
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:min(var(--container), 100%);
      margin:0 auto;
      padding:0 var(--padX);
    }
    .skip{
      position:absolute; left:-9999px; top:auto;
      width:1px; height:1px; overflow:hidden;
    }
    .skip:focus{
      left:18px; top:18px; z-index:9999;
      width:auto; height:auto; padding:10px 14px;
      background:#fff; border:1px solid var(--stroke2); border-radius:12px;
      box-shadow:var(--shadow2);
      outline:none;
    }
    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(120%) blur(14px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(27,35,55,.08);
    }
    .navBar{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:12px;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:220px;
    }
    .brandMark{
      width:40px; height:40px; border-radius:14px;
      background:linear-gradient(135deg, rgba(124,58,237,.22), rgba(249,115,22,.20) 55%, rgba(6,182,212,.18));
      border:1px solid rgba(124,58,237,.18);
      box-shadow:0 10px 20px rgba(124,58,237,.10);
      display:flex; align-items:center; justify-content:center;
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .brandMark:before{
      content:"";
      position:absolute; inset:-30%;
      background: conic-gradient(from 180deg, rgba(124,58,237,.40), rgba(249,115,22,.35), rgba(6,182,212,.35), rgba(124,58,237,.40));
      animation: spin 9s linear infinite;
      opacity:.35;
    }
    .brandMark svg{position:relative; z-index:1}
    @keyframes spin{to{transform:rotate(360deg)}}
    .brandText{display:flex; flex-direction:column; line-height:1.1}
    .brandText strong{font-size:14px; letter-spacing:.2px}
    .brandText span{font-size:12px; color:var(--muted2)}
    nav{display:flex; align-items:center; gap:16px}
    .menu{
      display:flex; align-items:center; gap:14px;
      flex-wrap:nowrap;
      overflow:hidden;
    }
    .menu a{
      font-size:13px; color:rgba(31,36,48,.9);
      padding:10px 10px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .menu a:hover{background:rgba(124,58,237,.08); transform: translateY(-1px)}
    .navActions{
      display:flex; align-items:center; gap:10px; justify-content:flex-end; min-width:240px;
    }
    .btn{
      border:1px solid rgba(27,35,55,.14);
      background:rgba(255,255,255,.75);
      padding:10px 14px;
      border-radius:14px;
      font-size:13px;
      color:var(--btn2);
      box-shadow:0 8px 20px rgba(26,37,67,.06);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      display:inline-flex; align-items:center; gap:10px;
      cursor:pointer;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow:var(--focus), 0 8px 20px rgba(26,37,67,.06)}
    .btn:hover{transform: translateY(-2px); box-shadow:0 14px 30px rgba(26,37,67,.10); border-color:rgba(124,58,237,.24)}
    .btnPrimary{
      border-color:transparent;
      background:var(--grad);
      color:white;
      box-shadow:0 18px 40px rgba(124,58,237,.22);
      padding:10px 16px;
    }
    .btnPrimary:hover{box-shadow:0 24px 60px rgba(124,58,237,.26); border-color:transparent}
    .btnPrimary .pillDot{
      width:10px; height:10px; border-radius:50%;
      background:rgba(255,255,255,.9);
      box-shadow:0 0 0 4px rgba(255,255,255,.18);
      flex:0 0 auto;
    }
    .hamburger{
      width:42px; height:42px; border-radius:14px;
      border:1px solid rgba(27,35,55,.14);
      background:rgba(255,255,255,.76);
      display:none; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease;
      box-shadow:0 8px 20px rgba(26,37,67,.06);
    }
    .hamburger:focus{outline:none; box-shadow:var(--focus), 0 8px 20px rgba(26,37,67,.06)}
    .hamburger:hover{transform: translateY(-2px); box-shadow:0 14px 30px rgba(26,37,67,.10)}
    .hamburger svg{opacity:.9}
    .mobilePanel{
      display:none;
      padding:0 0 14px 0;
    }
    .mobilePanel .mobileMenu{
      display:flex; flex-direction:column; gap:8px;
    }
    .mobilePanel a{
      padding:12px 12px;
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.65);
      border-radius:14px;
      font-size:14px;
      transition: transform .18s ease, background .18s ease;
    }
    .mobilePanel a:hover{transform: translateY(-2px); background:rgba(124,58,237,.07)}
    .hero{
      padding:34px 0 16px 0;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:18px;
      align-items:stretch;
      padding:22px 0;
    }
    .heroLeft{
      background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.92));
      border:1px solid rgba(27,35,55,.10);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
      padding:22px;
    }
    .heroLeft:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(500px 220px at 20% 8%, rgba(124,58,237,.20), transparent 60%),
        radial-gradient(520px 240px at 90% 20%, rgba(249,115,22,.18), transparent 62%),
        radial-gradient(560px 240px at 60% 70%, rgba(6,182,212,.14), transparent 60%);
      pointer-events:none;
    }
    .heroLeft > *{position:relative; z-index:1}
    .badgeRow{
      display:flex; flex-wrap:wrap; gap:10px; align-items:center;
      margin-bottom:12px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:9px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(124,58,237,.18);
      box-shadow: 0 10px 20px rgba(124,58,237,.08);
      font-size:12px;
      color:rgba(31,36,48,.92);
    }
    .badge i{
      width:10px; height:10px; border-radius:50%;
      background:rgba(124,58,237,.95);
      box-shadow:0 0 0 4px rgba(124,58,237,.16);
      display:inline-block;
    }
    .heroTitle{
      font-size:34px; line-height:1.2; letter-spacing:-.6px;
      margin:6px 0 10px 0;
    }
    .gradText{
      background: var(--grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      text-shadow: 0 14px 60px rgba(124,58,237,.20);
    }
    .heroSub{
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
      margin:0 0 16px 0;
      max-width:62ch;
    }
    .heroActions{
      display:flex; flex-wrap:wrap; gap:12px; align-items:center;
      margin-top:12px;
      margin-bottom:16px;
    }
    .heroMeta{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:10px;
    }
    .metaCard{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.62);
      min-width:220px;
      flex:1 1 240px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .metaCard:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(124,58,237,.20)}
    .metaIcon{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(124,58,237,.18), rgba(249,115,22,.14));
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .metaCard b{display:block; font-size:13px; margin-top:1px}
    .metaCard span{display:block; font-size:12px; color:var(--muted2); margin-top:4px; line-height:1.4}
    .heroRight{
      border-radius:var(--radius2);
      border:1px solid rgba(27,35,55,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.95));
      box-shadow: var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .heroRight:before{
      content:"";
      position:absolute; inset:-120px -100px auto auto;
      width:240px; height:240px;
      background: radial-gradient(circle at 30% 30%, rgba(249,115,22,.35), transparent 60%),
                  radial-gradient(circle at 70% 60%, rgba(124,58,237,.32), transparent 60%),
                  radial-gradient(circle at 50% 50%, rgba(6,182,212,.22), transparent 62%);
      filter: blur(1px);
      pointer-events:none;
      opacity:.9;
      transform: rotate(10deg);
    }
    .heroRight > *{position:relative; z-index:1}
    .panelTitle{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .panelTitle h2{
      margin:0; font-size:15px; letter-spacing:.2px;
    }
    .panelTitle .tag{
      font-size:12px; color:rgba(31,36,48,.9);
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(27,35,55,.12);
      background:rgba(255,255,255,.65);
      white-space:nowrap;
    }
    .miniKpis{
      display:grid; grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .kpi{
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.62);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .kpi:hover{transform: translateY(-3px); box-shadow: var(--shadow2)}
    .kpi b{display:block; font-size:18px; letter-spacing:-.4px}
    .kpi span{display:block; font-size:12px; color:var(--muted2); margin-top:4px; line-height:1.35}
    .kpi small{display:inline-block; margin-top:8px; font-size:12px; color:rgba(124,58,237,.95); background:rgba(124,58,237,.10); border:1px solid rgba(124,58,237,.18); padding:6px 10px; border-radius:999px}
    .serviceChips{
      display:flex; flex-wrap:wrap; gap:8px;
      margin-top:14px;
    }
    .chip{
      font-size:12px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(124,58,237,.08);
      border:1px solid rgba(124,58,237,.16);
      color:rgba(31,36,48,.92);
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
    }
    .chip:hover{transform: translateY(-2px); background:rgba(124,58,237,.12); border-color:rgba(124,58,237,.22)}
    .section{
      padding:26px 0;
    }
    .sectionHeader{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom:14px;
    }
    .sectionHeader h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
    }
    .sectionHeader p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      max-width:62ch;
    }
    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .grid2{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
    }
    .card{
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.72);
      border-radius:var(--radius);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      padding:16px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-4px);
      border-color: rgba(124,58,237,.20);
      box-shadow: var(--shadow3);
    }
    .card h3{
      margin:10px 0 8px 0;
      font-size:15px;
      letter-spacing:.1px;
    }
    .card p{
      margin:0;
      font-size:13px;
      color:var(--muted);
      line-height:1.75;
    }
    .iconCircle{
      width:42px; height:42px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(124,58,237,.18);
      background:linear-gradient(135deg, rgba(124,58,237,.14), rgba(249,115,22,.10) 60%, rgba(6,182,212,.10));
    }
    .list{
      margin:0; padding-left:18px;
      color:var(--muted);
      font-size:13px;
      line-height:1.9;
    }
    .list li{margin:6px 0}
    .steps{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.92));
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      transition: transform .2s ease, box-shadow .2s ease;
      position:relative;
      overflow:hidden;
    }
    .step:hover{transform: translateY(-4px); box-shadow: var(--shadow3)}
    .stepNum{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .stepNum b{
      font-size:12px; letter-spacing:.6px; color:rgba(124,58,237,.95);
      text-transform:uppercase;
    }
    .stepDot{
      width:30px; height:30px; border-radius:12px;
      background:rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:700;
      color:rgba(124,58,237,.95);
    }
    .step h3{margin:0 0 6px 0; font-size:15px}
    .step p{margin:0; font-size:13px; color:var(--muted); line-height:1.7}
    .compareWrap{
      border-radius:var(--radius2);
      border:1px solid rgba(27,35,55,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.92));
      box-shadow: var(--shadow);
      padding:16px;
      overflow:hidden;
    }
    .ratingTop{
      display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .ratingBadge{
      display:flex; align-items:center; gap:12px;
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(249,115,22,.22);
      background:linear-gradient(135deg, rgba(249,115,22,.14), rgba(124,58,237,.10));
    }
    .stars{
      display:flex; gap:4px; align-items:center;
    }
    .star{
      width:18px; height:18px;
      background: conic-gradient(from 180deg, rgba(249,115,22,.95), rgba(124,58,237,.85));
      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 6px 14px rgba(249,115,22,.18));
    }
    .ratingBadge b{font-size:16px}
    .ratingBadge span{display:block; font-size:12px; color:var(--muted2); margin-top:4px}
    .ratingNum{
      text-align:right;
      min-width:200px;
    }
    .ratingNum b{
      font-size:34px; letter-spacing:-1px;
      background: var(--grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .ratingNum div{font-size:12px; color:var(--muted2); margin-top:6px; line-height:1.5}
    .tableWrap{
      overflow:auto;
      border-radius:16px;
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.65);
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width:720px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(27,35,55,.08);
      vertical-align:top;
      font-size:13px;
    }
    th{
      text-align:left;
      color:rgba(31,36,48,.92);
      background:rgba(124,58,237,.06);
      font-weight:700;
    }
    tr:last-child td{border-bottom:none}
    .good{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px; border-radius:999px;
      background:rgba(34,197,94,.10);
      border:1px solid rgba(34,197,94,.22);
      color:rgba(16,120,53,.95);
      font-weight:650;
      white-space:nowrap;
    }
    .mid{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px; border-radius:999px;
      background:rgba(249,115,22,.10);
      border:1px solid rgba(249,115,22,.22);
      color:rgba(147,69,9,.95);
      font-weight:650;
      white-space:nowrap;
    }
    .none{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px; border-radius:999px;
      background:rgba(31,36,48,.06);
      border:1px solid rgba(31,36,48,.14);
      color:rgba(31,36,48,.8);
      font-weight:650;
      white-space:nowrap;
    }
    .timeline{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .timelineItem{
      display:grid;
      grid-template-columns: 120px 1fr;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.68);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
    }
    .timeLabel{
      display:flex; flex-direction:column; gap:8px;
    }
    .timeLabel b{
      font-size:13px;
      color:rgba(124,58,237,.95);
      letter-spacing:.2px;
    }
    .timeLabel span{
      font-size:12px; color:var(--muted2);
      line-height:1.4;
    }
    .timelineItem h3{margin:0 0 6px 0; font-size:15px}
    .timelineItem p{margin:0; font-size:13px; color:var(--muted); line-height:1.75}
    .tabs{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-bottom:12px;
    }
    .tab{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(27,35,55,.12);
      background:rgba(255,255,255,.72);
      font-size:13px;
      cursor:pointer;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      user-select:none;
    }
    .tab:hover{transform: translateY(-2px); border-color:rgba(124,58,237,.22)}
    .tab[aria-selected="true"]{
      border-color:transparent;
      background:var(--grad2);
    }
    .articleList{
      display:grid; grid-template-columns: 1.3fr .7fr; gap:12px;
      align-items:start;
    }
    .articleCards{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .articleCard{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.70);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      display:flex; flex-direction:column; gap:10px;
    }
    .articleCard:hover{transform: translateY(-4px); box-shadow: var(--shadow3); border-color: rgba(124,58,237,.20)}
    .articleTop{
      display:flex; gap:10px; align-items:flex-start; justify-content:space-between;
    }
    .articleTop b{font-size:15px}
    .articleTop .meta{
      font-size:12px; color:var(--muted2);
      white-space:nowrap;
    }
    .articleCard p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .articleLinkRow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:space-between;
    }
    .linkBtn{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.18);
      font-size:13px;
      transition: transform .18s ease, background .18s ease;
      white-space:nowrap;
    }
    .linkBtn:hover{transform: translateY(-2px); background:rgba(124,58,237,.14)}
    .mutedBox{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.95));
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      position:relative;
      overflow:hidden;
    }
    .mutedBox:before{
      content:"";
      position:absolute; inset:-1px;
      background: radial-gradient(520px 220px at 60% 10%, rgba(249,115,22,.14), transparent 62%),
                  radial-gradient(520px 220px at 20% 40%, rgba(124,58,237,.14), transparent 60%);
      pointer-events:none;
    }
    .mutedBox > *{position:relative; z-index:1}
    .mutedBox h3{margin:0 0 10px 0; font-size:15px}
    .mutedBox p{margin:0 0 12px 0; color:var(--muted); font-size:13px; line-height:1.8}
    .tagCloud{
      display:flex; flex-wrap:wrap; gap:8px;
      margin-top:8px;
    }
    .tagCloud .chip{
      background:rgba(249,115,22,.10);
      border-color:rgba(249,115,22,.18);
    }
    .formCard{
      border-radius:var(--radius2);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.70);
      box-shadow: var(--shadow);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .formCard:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(700px 260px at 10% 10%, rgba(124,58,237,.16), transparent 60%),
                  radial-gradient(760px 280px at 90% 20%, rgba(249,115,22,.14), transparent 62%),
                  radial-gradient(620px 240px at 50% 85%, rgba(6,182,212,.12), transparent 58%);
      pointer-events:none;
    }
    .formCard > *{position:relative; z-index:1}
    form{margin:0}
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{display:flex; flex-direction:column; gap:8px}
    label{
      font-size:12px; color:rgba(31,36,48,.86);
      font-weight:650;
      letter-spacing:.2px;
    }
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(27,35,55,.14);
      background:rgba(255,255,255,.88);
      color:var(--text);
      font-size:14px;
      transition: box-shadow .15s ease, border-color .15s ease;
    }
    textarea{min-height:120px; resize:vertical}
    input:focus, select:focus, textarea:focus{outline:none; box-shadow:var(--focus); border-color:rgba(124,58,237,.26)}
    .formActions{
      display:flex; gap:12px; align-items:center; justify-content:space-between;
      margin-top:12px; flex-wrap:wrap;
    }
    .helper{
      font-size:12px; color:var(--muted2); line-height:1.6;
      max-width:56ch;
    }
    .submitBtn{
      border:0;
      background:var(--grad);
      color:white;
      padding:12px 16px;
      border-radius:16px;
      font-size:14px;
      cursor:pointer;
      box-shadow:0 22px 56px rgba(124,58,237,.26);
      transition: transform .18s ease, box-shadow .18s ease;
      display:inline-flex; align-items:center; gap:10px;
    }
    .submitBtn:hover{transform: translateY(-3px); box-shadow:0 28px 80px rgba(124,58,237,.30)}
    .submitBtn:focus{outline:none; box-shadow:var(--focus), 0 28px 80px rgba(124,58,237,.30)}
    .clientsGrid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .reviewCard{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.72);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
      min-height:182px;
      display:flex; flex-direction:column; gap:10px;
    }
    .reviewCard:hover{transform: translateY(-4px); box-shadow: var(--shadow3); border-color: rgba(124,58,237,.20)}
    .reviewTop{
      display:flex; justify-content:space-between; gap:10px; align-items:flex-start;
    }
    .avatar{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(124,58,237,.18), rgba(249,115,22,.12));
      border:1px solid rgba(124,58,237,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:800; color:rgba(124,58,237,.95);
      flex:0 0 auto;
    }
    .reviewTop b{font-size:14px}
    .reviewTop span{font-size:12px; color:var(--muted2); display:block; margin-top:4px; line-height:1.4}
    .reviewStars{display:flex; gap:4px; align-items:center}
    .reviewText{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .caseGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .caseCard{
      border-radius:var(--radius);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.72);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      padding:16px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      overflow:hidden;
      display:flex; flex-direction:column; gap:12px;
    }
    .caseCard:hover{transform: translateY(-4px); box-shadow: var(--shadow3); border-color: rgba(124,58,237,.20)}
    .caseMedia{
      border-radius:16px;
      border:1px solid rgba(27,35,55,.10);
      overflow:hidden;
      background:linear-gradient(135deg, rgba(124,58,237,.10), rgba(249,115,22,.08));
      aspect-ratio: 16/10;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
    }
    .caseMedia img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .caseMedia .mediaLabel{
      position:absolute; left:10px; top:10px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(27,35,55,.10);
      font-size:12px;
      color:rgba(31,36,48,.92);
      backdrop-filter: blur(10px);
    }
    .caseBody h3{margin:0 0 6px 0; font-size:15px}
    .caseBody p{margin:0; color:var(--muted); font-size:13px; line-height:1.75}
    .caseFoot{
      display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .pill{
      padding:8px 10px;
      border-radius:999px;
      font-size:12px;
      border:1px solid rgba(27,35,55,.12);
      background:rgba(255,255,255,.72);
      color:rgba(31,36,48,.88);
      white-space:nowrap;
    }
    .faqGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    details.faq{
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.72);
      border-radius:var(--radius);
      padding:14px 14px;
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    details.faq[open]{border-color:rgba(124,58,237,.22); box-shadow:var(--shadow2); transform: translateY(-3px)}
    details.faq summary{
      list-style:none;
      cursor:pointer;
      user-select:none;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      font-weight:750; font-size:14px;
      color:rgba(31,36,48,.95);
    }
    details.faq summary::-webkit-details-marker{display:none}
    .faqIcon{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(124,58,237,.18);
      background:rgba(124,58,237,.10);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition: transform .2s ease;
    }
    details.faq[open] .faqIcon{transform: rotate(6deg)}
    .faqAnswer{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.85;
    }
    .aiBadgeRow{
      display:flex; gap:10px; flex-wrap:wrap; margin-top:10px;
    }
    .aiBadge{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.70);
      display:flex; gap:10px; align-items:flex-start;
      flex:1 1 260px;
      min-width:240px;
    }
    .aiBadge b{display:block; font-size:14px}
    .aiBadge span{display:block; margin-top:4px; color:var(--muted2); font-size:12px; line-height:1.5}
    footer{
      padding:20px 0 34px 0;
      background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.75));
      border-top:1px solid rgba(27,35,55,.08);
      margin-top:14px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .footerCard{
      border-radius:var(--radius2);
      border:1px solid rgba(27,35,55,.10);
      background:rgba(255,255,255,.80);
      box-shadow:0 10px 26px rgba(26,37,67,.06);
      padding:16px;
    }
    .footerCard h3{margin:0 0 10px 0; font-size:15px}
    .footerLinks{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .footerLinks a{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(27,35,55,.12);
      background:rgba(255,255,255,.72);
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      white-space:nowrap;
    }
    .footerLinks a:hover{transform: translateY(-2px); border-color:rgba(124,58,237,.22); background:rgba(124,58,237,.08)}
    .finePrint{
      margin-top:12px;
      color:var(--muted2);
      font-size:12px;
      line-height:1.8;
    }
    .copyright{
      margin-top:12px;
      color:var(--muted2);
      font-size:12px;
    }
    .toast{
      position:fixed;
      left:50%;
      bottom:92px;
      transform: translateX(-50%);
      background:rgba(17,24,39,.92);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      padding:10px 12px;
      border-radius:14px;
      box-shadow:0 18px 60px rgba(0,0,0,.18);
      display:none;
      z-index:100;
      width:min(520px, calc(100% - 24px));
    }
    .toast.show{display:block; animation: toastIn .2s ease}
    @keyframes toastIn{
      from{opacity:0; transform: translateX(-50%) translateY(8px)}
      to{opacity:1; transform: translateX(-50%) translateY(0)}
    }
    .floatBar{
      position:fixed;
      right:14px;
      bottom:14px;
      display:flex;
      flex-direction:column;
      gap:10px;
      z-index:80;
    }
    .floatBtn{
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(27,35,55,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 14px 40px rgba(26,37,67,.12);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
    }
    .floatBtn:hover{transform: translateY(-3px); border-color:rgba(124,58,237,.22); box-shadow:0 18px 50px rgba(26,37,67,.16)}
    .floatBtn:focus{outline:none; box-shadow:var(--focus), 0 18px 50px rgba(26,37,67,.16)}
    .tooltip{
      position:absolute;
      right:56px;
      top:50%;
      transform: translateY(-50%);
      background:rgba(17,24,39,.95);
      color:#fff;
      font-size:12px;
      padding:8px 10px;
      border-radius:12px;
      white-space:nowrap;
      border:1px solid rgba(255,255,255,.10);
      opacity:0; pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
    }
    .floatBtn:hover .tooltip{opacity:1; transform: translateY(-50%) translateX(-2px)}
    .reveal{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.in{
      opacity:1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .reveal{opacity:1; transform:none; transition:none}
      .brandMark:before{animation:none}
      header{backdrop-filter:none}
    }
    @media (max-width: 980px){
      nav{display:none}
      .hamburger{display:flex}
      .mobilePanel{display:block}
      .heroGrid{grid-template-columns:1fr; gap:12px}
      .articleList{grid-template-columns:1fr}
      .faqGrid{grid-template-columns:1fr}
      .grid3{grid-template-columns:1fr}
      .grid2{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr; }
      .clientsGrid{grid-template-columns:1fr}
      .caseGrid{grid-template-columns:1fr}
      .timelineItem{grid-template-columns:1fr}
      table{min-width:680px}
      .footerGrid{grid-template-columns:1fr}
      .navActions{min-width:auto}
      .brand{min-width:auto}
    }
    @media (max-width: 520px){
      .heroTitle{font-size:26px}
      .metaCard{min-width:0}
      .formGrid{grid-template-columns:1fr}
      .heroLeft{padding:18px}
      .heroRight{padding:14px}
      .ratingNum{min-width:0; text-align:left}
      th, td{padding:10px 10px}
    }