:root{
      --bg0:#fbf7ff;
      --bg1:#ffffff;
      --ink:#1f2430;
      --muted:#5a6173;
      --muted2:#7a8297;
      --line:rgba(27,35,52,.12);
      --card:#ffffffcc;
      --card2:#ffffff;
      --shadow: 0 18px 45px rgba(22, 26, 38, .10);
      --shadow2: 0 10px 24px rgba(22, 26, 38, .10);
      --shadow3: 0 8px 18px rgba(22, 26, 38, .08);
      --primary:#6a5cff;
      --primary2:#4bd3ff;
      --primary3:#ff5fb7;
      --accent:#2ecb7a;
      --warn:#ff9f2f;
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --container: 1140px;
      --padX: 20px;
      --ease: cubic-bezier(.2,.8,.2,1);
      --focus: 0 0 0 4px rgba(106,92,255,.18);
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", sans-serif;
      color:var(--ink);
      background:
        radial-gradient(1200px 500px at 18% 0%, rgba(106,92,255,.14), transparent 55%),
        radial-gradient(900px 420px at 85% 8%, rgba(75,211,255,.16), transparent 52%),
        radial-gradient(820px 420px at 66% 34%, rgba(255,95,183,.11), transparent 54%),
        linear-gradient(180deg, var(--bg0), #ffffff 55%, #ffffff);
      overflow-x:hidden;
    }
    a{color:inherit}
    .container{
      width:100%;
      max-width:var(--container);
      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; width:auto; height:auto; background:#fff; padding:10px 12px; border-radius:12px; box-shadow:var(--shadow3); z-index:9999;
    }

    header{
      position:sticky; top:0; z-index:60;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom: 1px solid rgba(27,35,52,.08);
    }
    .navWrap{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px;
      padding: 12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 190px;
    }
    .ai-page-logo{
      width:44px; height:44px; border-radius:14px;
      object-fit:contain;
      background: linear-gradient(135deg, rgba(106,92,255,.14), rgba(255,95,183,.10));
      padding:8px;
      box-shadow: 0 10px 18px rgba(106,92,255,.12);
    }
    .brandText{line-height:1.15}
    .brandText .name{
      font-weight:800; letter-spacing:.2px;
      font-size:15px;
    }
    .brandText .tag{
      font-size:12px; color:var(--muted2);
      margin-top:4px;
      display:flex; align-items:center; gap:8px;
      white-space:nowrap;
    }
    .spark{
      width:10px; height:10px; border-radius:50%;
      background: conic-gradient(from 180deg, var(--primary), var(--primary2), var(--primary3), var(--primary));
      box-shadow: 0 0 0 6px rgba(106,92,255,.10);
    }
    nav{display:flex; align-items:center; gap:10px}
    .menu{
      display:flex; gap:6px; align-items:center; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .menu a{
      text-decoration:none;
      font-size:13px;
      color:var(--muted);
      padding:10px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), color .2s var(--ease);
      white-space:nowrap;
    }
    .menu a:hover{
      background: rgba(106,92,255,.08);
      border-color: rgba(106,92,255,.18);
      color: var(--ink);
      transform: translateY(-1px);
    }
    .navActions{
      display:flex; align-items:center; gap:10px; margin-left:6px;
    }
    .btn{
      appearance:none; border:0; cursor:pointer;
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding: 11px 14px;
      border-radius: 14px;
      font-weight:700;
      font-size:13px;
      text-decoration:none;
      transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform: translateY(1px)}
    .btnPrimary{
      color:#fff;
      background: linear-gradient(135deg, var(--primary) 0%, #8b7bff 40%, var(--primary2) 100%);
      box-shadow: 0 18px 35px rgba(106,92,255,.25);
    }
    .btnPrimary:hover{
      box-shadow: 0 24px 46px rgba(106,92,255,.30);
      transform: translateY(-1px);
    }
    .btnGhost{
      color:var(--ink);
      background: rgba(255,255,255,.65);
      border:1px solid rgba(27,35,52,.12);
      box-shadow: 0 12px 24px rgba(27,35,52,.06);
    }
    .btnGhost:hover{
      border-color: rgba(106,92,255,.24);
      background: rgba(255,255,255,.9);
      transform: translateY(-1px);
    }
    .iconDot{
      width:10px; height:10px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff 0 25%, rgba(255,255,255,.1) 30% 100%), linear-gradient(135deg, var(--primary), var(--primary3));
      box-shadow: 0 0 0 6px rgba(255,95,183,.10);
    }

    .hamburger{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(27,35,52,.12);
      background: rgba(255,255,255,.7);
      box-shadow: 0 12px 24px rgba(27,35,52,.06);
      align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
    }
    .hamburger:hover{transform: translateY(-1px); border-color: rgba(106,92,255,.22); background: rgba(255,255,255,.95)}
    .hamburger:focus{outline:none; box-shadow: var(--focus)}
    .hamLines{width:18px; height:14px; position:relative}
    .hamLines span{
      position:absolute; left:0; right:0;
      height:2px; border-radius:2px;
      background: linear-gradient(135deg, var(--primary), var(--primary3));
      transition: transform .25s var(--ease), top .25s var(--ease), opacity .25s var(--ease);
    }
    .hamLines span:nth-child(1){top:1px}
    .hamLines span:nth-child(2){top:6px}
    .hamLines span:nth-child(3){top:11px}
    .hamburger[data-open="true"] .hamLines span:nth-child(1){top:6px; transform: rotate(45deg)}
    .hamburger[data-open="true"] .hamLines span:nth-child(2){opacity:0}
    .hamburger[data-open="true"] .hamLines span:nth-child(3){top:6px; transform: rotate(-45deg)}

    .mobilePanel{
      display:none;
      padding-bottom: 14px;
    }
    .mobilePanelInner{
      display:flex; flex-direction:column; gap:10px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.85);
      border-radius: 18px;
      padding:12px;
      box-shadow: var(--shadow3);
    }
    .mobilePanel .menu a{padding:12px 12px; border-radius:14px; border:1px solid rgba(27,35,52,.08)}
    .mobilePanel .menu{gap:10px; justify-content:flex-start}
    .mobilePanel .navActions{margin-left:0}
    .mobilePanel .navActions{justify-content:flex-start; flex-wrap:wrap}
    .divider{
      height:1px; background: rgba(27,35,52,.10); width:100%;
      margin:2px 0;
    }

    main{padding: 24px 0 56px}
    .hero{
      position:relative;
      border-radius: 28px;
      overflow:hidden;
      border:1px solid rgba(27,35,52,.10);
      background:
        radial-gradient(900px 420px at 20% 20%, rgba(106,92,255,.18), transparent 50%),
        radial-gradient(780px 420px at 80% 25%, rgba(75,211,255,.18), transparent 52%),
        radial-gradient(820px 480px at 60% 90%, rgba(255,95,183,.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      box-shadow: var(--shadow2);
    }
    .heroInner{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
      padding: 26px;
      align-items:start;
      position:relative;
    }
    .heroKicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-bottom: 12px;
    }
    .pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 12px;
      border-radius: 999px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.65);
      box-shadow: 0 10px 18px rgba(27,35,52,.05);
      font-weight:700;
      font-size:12px;
      color: var(--ink);
    }
    .pill .mini{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow: 0 0 0 6px rgba(106,92,255,.10);
    }
    .hero h1{
      margin: 0 0 12px 0;
      font-size: 34px;
      line-height: 1.18;
      letter-spacing: -0.6px;
    }
    .heroLead{
      margin: 0 0 18px 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      max-width: 62ch;
    }
    .heroActions{
      display:flex; gap:12px; flex-wrap:wrap;
      align-items:center;
      margin: 14px 0 8px;
    }
    .heroMetaRow{
      display:flex; gap:12px; flex-wrap:wrap;
      align-items:center;
      margin-top: 12px;
      color: var(--muted2);
      font-size: 12px;
    }
    .metaItem{
      display:flex; gap:10px; align-items:center;
      padding: 10px 12px;
      border-radius: 16px;
      border: 1px dashed rgba(27,35,52,.14);
      background: rgba(255,255,255,.42);
    }
    .metaIcon{
      width:28px; height:28px; border-radius: 12px;
      background: linear-gradient(135deg, rgba(106,92,255,.18), rgba(255,95,183,.12));
      border:1px solid rgba(106,92,255,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:900; color: var(--primary);
    }

    .heroRight{
      display:flex; flex-direction:column; gap:12px;
      padding-top: 6px;
    }
    .heroCard{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(27,35,52,.10);
      border-radius: 22px;
      padding: 14px;
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
    }
    .heroCardTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      margin-bottom: 10px;
    }
    .heroCardTitle{
      font-weight:900; letter-spacing:-.2px;
      margin:0;
      font-size:14px;
    }
    .miniBadge{
      padding: 7px 10px;
      border-radius: 999px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.55);
      font-weight:800;
      font-size:12px;
      color: var(--ink);
      white-space:nowrap;
    }
    .metrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .metric{
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.58);
      padding: 12px;
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
      position:relative;
      overflow:hidden;
    }
    .metric:before{
      content:"";
      position:absolute; inset:-60px -60px auto auto;
      width:140px; height:140px;
      background: radial-gradient(circle at 30% 30%, rgba(106,92,255,.20), transparent 58%);
      transform: rotate(20deg);
      pointer-events:none;
    }
    .metric:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 30px rgba(27,35,52,.10);
      border-color: rgba(106,92,255,.22);
    }
    .metric .v{
      font-size: 18px;
      font-weight: 1000;
      letter-spacing: -0.3px;
      margin-bottom: 6px;
    }
    .metric .l{
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .quickRow{
      display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px;
    }
    .chip{
      flex: 1 1 auto;
      min-width: 120px;
      border-radius: 16px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.58);
      padding: 10px 12px;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .chip strong{font-size:12px}
    .chip span{font-size:12px; color:var(--muted)}
    .arrow{
      width:34px; height:34px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(27,35,52,.10);
      background: linear-gradient(135deg, rgba(106,92,255,.16), rgba(75,211,255,.10));
      color: var(--primary);
      transition: transform .25s var(--ease);
    }
    .btnLink{
      text-decoration:none;
      display:inline-flex; align-items:center; gap:10px;
      color: var(--primary);
      font-weight:800;
      font-size:13px;
      padding: 10px 12px;
      border-radius: 14px;
      border:1px solid rgba(106,92,255,.18);
      background: rgba(106,92,255,.06);
      transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
    }
    .btnLink:hover{
      transform: translateY(-1px);
      background: rgba(106,92,255,.10);
      border-color: rgba(106,92,255,.26);
    }

    .section{
      margin-top: 28px;
    }
    .sectionHeader{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px;
      margin-bottom: 14px;
    }
    .sectionHeader h2{
      margin:0;
      font-size: 20px;
      letter-spacing:-.3px;
    }
    .sectionHeader p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      max-width: 62ch;
    }
    .grid2{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
    }
    .grid3{
      display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;
    }
    .grid4{
      display:grid; grid-template-columns: repeat(4, 1fr); gap:12px;
    }

    .card{
      border-radius: var(--radius);
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      padding: 16px;
      position:relative;
      overflow:hidden;
    }
    .card:after{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width:140px; height:140px;
      background: radial-gradient(circle at 30% 30%, rgba(255,95,183,.16), transparent 60%);
      pointer-events:none;
      transform: rotate(20deg);
      opacity:.9;
    }
    .cardTitle{
      font-weight: 950; letter-spacing:-.2px;
      margin:0 0 8px;
      font-size: 14px;
      display:flex; align-items:center; gap:10px;
      position:relative;
      z-index:1;
    }
    .cardDesc{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
      position:relative;
      z-index:1;
    }
    .iconBadge{
      width:34px; height:34px;
      border-radius: 14px;
      border:1px solid rgba(27,35,52,.10);
      background: linear-gradient(135deg, rgba(106,92,255,.18), rgba(75,211,255,.10));
      display:flex; align-items:center; justify-content:center;
      font-size:16px;
      color: var(--primary);
      flex:0 0 auto;
    }

    .steps{
      display:grid; grid-template-columns: repeat(4, 1fr); gap:12px;
    }
    .step{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(27,35,52,.10);
      border-radius: 18px;
      padding: 14px;
      position:relative;
      overflow:hidden;
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
      min-height: 150px;
    }
    .step:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 32px rgba(27,35,52,.10);
      border-color: rgba(106,92,255,.22);
    }
    .stepNum{
      display:inline-flex; align-items:center; justify-content:center;
      width:38px; height:38px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(106,92,255,.18), rgba(255,95,183,.12));
      border:1px solid rgba(106,92,255,.18);
      font-weight:1000;
      color: var(--primary);
      margin-bottom: 10px;
      position:relative; z-index:1;
    }
    .step h3{
      margin:0 0 8px;
      font-size: 14px;
      letter-spacing:-.2px;
      position:relative; z-index:1;
    }
    .step p{
      margin:0;
      color: var(--muted);
      font-size: 12.8px;
      line-height: 1.65;
      position:relative; z-index:1;
    }
    .step:before{
      content:"";
      position:absolute; inset:-40px auto auto -50px;
      width:160px; height:160px;
      background: radial-gradient(circle at 30% 30%, rgba(75,211,255,.14), transparent 58%);
      transform: rotate(12deg);
      pointer-events:none;
    }

    .comparison{
      overflow:auto;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
    }
    table{
      width:100%;
      border-collapse: separate;
      border-spacing: 0;
      min-width: 720px;
    }
    thead th{
      text-align:left;
      padding: 14px 14px;
      font-size: 13px;
      background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.55));
      border-bottom: 1px solid rgba(27,35,52,.10);
      position:sticky; top:0;
      z-index:1;
      color: var(--ink);
    }
    tbody td{
      padding: 13px 14px;
      border-bottom: 1px solid rgba(27,35,52,.08);
      color: var(--muted);
      font-size: 13px;
      vertical-align:top;
    }
    tbody tr:hover td{
      background: rgba(106,92,255,.05);
      color: var(--ink);
    }
    .scoreRow{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
    }
    .scoreBox{
      display:flex; align-items:center; gap:14px;
      padding: 14px;
      border-radius: 20px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      flex: 1 1 360px;
      min-width: 320px;
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      padding: 10px 12px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(255,95,183,.12), rgba(106,92,255,.10));
      border:1px solid rgba(255,95,183,.20);
    }
    .star{
      width:18px; height:18px;
      background: conic-gradient(from 180deg, #ffb400, #ff5f6d, #ffb400);
      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 8px 10px rgba(255,165,0,.15));
      opacity: .98;
    }
    .scoreText strong{
      display:block;
      font-size: 20px;
      letter-spacing:-.3px;
    }
    .scoreText span{
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }
    .scoreChip{
      display:flex; align-items:center; justify-content:center;
      padding: 10px 12px;
      border-radius: 18px;
      border:1px dashed rgba(27,35,52,.16);
      background: rgba(255,255,255,.45);
      color: var(--muted2);
      font-weight:900;
      flex:0 0 auto;
    }

    .faqWrap{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
      align-items:start;
    }
    .faqCol{
      display:flex; flex-direction:column; gap:12px;
    }
    .faqItem{
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      overflow:hidden;
    }
    details.faqItem{
      padding:0;
    }
    details.faqItem > summary{
      list-style:none;
      cursor:pointer;
      padding: 14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      user-select:none;
      font-weight: 900;
      letter-spacing:-.2px;
      font-size: 13px;
      color: var(--ink);
    }
    details.faqItem > summary::-webkit-details-marker{display:none}
    .faqSummaryRight{
      flex: 0 0 auto;
      display:flex; align-items:center; gap:10px;
      color: var(--muted2);
      font-weight:800;
      font-size: 12px;
      margin-top: 2px;
    }
    .faqChevron{
      width:34px; height:34px;
      border-radius: 14px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(106,92,255,.06);
      display:flex; align-items:center; justify-content:center;
      transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
      color: var(--primary);
      flex:0 0 auto;
    }
    details[open] .faqChevron{
      transform: rotate(180deg);
      background: rgba(106,92,255,.10);
      border-color: rgba(106,92,255,.22);
    }
    .faqBody{
      padding: 0 14px 14px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.75;
    }

    .testimonials{
      display:grid; grid-template-columns: repeat(3, 1fr); gap:12px;
    }
    .quote{
      padding: 16px;
      border-radius: 20px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      position:relative;
      overflow:hidden;
    }
    .quote:before{
      content:"";
      position:absolute; inset:-60px auto auto -60px;
      width:160px; height:160px;
      background: radial-gradient(circle at 30% 30%, rgba(46,203,122,.14), transparent 58%);
      pointer-events:none;
    }
    .quoteTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      position:relative; z-index:1;
      margin-bottom: 10px;
    }
    .person{
      display:flex; align-items:center; gap:10px;
    }
    .avatar{
      width:42px; height:42px;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: linear-gradient(135deg, rgba(75,211,255,.16), rgba(106,92,255,.12));
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color: var(--primary);
      flex:0 0 auto;
    }
    .person strong{
      font-size: 13px; display:block; letter-spacing:-.2px;
    }
    .person span{
      font-size: 12px; color: var(--muted2);
      display:block; margin-top:4px;
      white-space:nowrap;
    }
    .quote .text{
      margin:0;
      position:relative; z-index:1;
      color: var(--muted);
      line-height: 1.75;
      font-size: 13px;
    }

    .caseGrid{
      display:grid; grid-template-columns: 1.15fr .85fr; gap:14px; align-items:start;
    }
    .caseList{
      display:flex; flex-direction:column; gap:12px;
    }
    .caseItem{
      padding: 14px;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
      cursor:default;
    }
    .caseItem:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 32px rgba(27,35,52,.10);
      border-color: rgba(106,92,255,.22);
    }
    .caseItemTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom: 8px;
    }
    .caseItem h3{
      margin:0;
      font-size: 14px;
      letter-spacing:-.2px;
    }
    .caseTag{
      flex:0 0 auto;
      font-size: 12px;
      color: var(--primary);
      font-weight: 900;
      padding: 8px 10px;
      border-radius: 999px;
      border:1px solid rgba(106,92,255,.18);
      background: rgba(106,92,255,.06);
      white-space:nowrap;
    }
    .caseItem p{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }
    .caseAside{
      display:flex; flex-direction:column; gap:12px;
    }
    .imageCard{
      border-radius: 22px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.05);
      overflow:hidden;
    }
    .mediaRow{
      display:flex; gap:10px; padding: 14px;
    }
    .mediaBox{
      flex:1;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.6);
      overflow:hidden;
    }
    .mediaBox img{
      width:100%;
      height:auto;
      display:block;
      object-fit:contain;
    }
    .imageCard .caption{
      padding: 0 14px 14px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }

    .articles{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
    }
    .articleList{
      display:flex; flex-direction:column; gap:10px;
    }
    .articleItem{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding: 12px 12px;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.04);
      transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
    }
    .articleItem:hover{
      transform: translateY(-2px);
      border-color: rgba(106,92,255,.22);
      background: rgba(255,255,255,.92);
    }
    .articleItem .l{
      min-width: 0;
    }
    .articleItem strong{
      display:block;
      font-size: 13.5px;
      letter-spacing:-.2px;
      margin-bottom: 6px;
    }
    .articleItem span{
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.5;
      display:block;
    }
    .articleItem a{
      text-decoration:none;
      color: var(--primary);
      font-weight:900;
      font-size:12.5px;
      padding: 9px 10px;
      border-radius: 14px;
      border:1px solid rgba(106,92,255,.18);
      background: rgba(106,92,255,.06);
      white-space:nowrap;
      transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
      align-self:flex-start;
    }
    .articleItem a:hover{
      transform: translateY(-1px);
      background: rgba(106,92,255,.10);
      border-color: rgba(106,92,255,.26);
    }

    .formCard{
      border-radius: 24px;
      border:1px solid rgba(27,35,52,.10);
      background:
        radial-gradient(680px 260px at 10% 0%, rgba(106,92,255,.18), transparent 55%),
        radial-gradient(560px 240px at 90% 30%, rgba(75,211,255,.16), transparent 55%),
        rgba(255,255,255,.74);
      box-shadow: var(--shadow2);
      padding: 16px;
      overflow:hidden;
      position:relative;
    }
    .formCard:before{
      content:"";
      position:absolute; inset:auto -80px -90px auto;
      width:260px; height:260px;
      background: radial-gradient(circle at 30% 30%, rgba(255,95,183,.16), transparent 60%);
      pointer-events:none;
      transform: rotate(10deg);
    }
    .formInner{position:relative; z-index:1}
    .formGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 10px;
    }
    .field{display:flex; flex-direction:column; gap:8px}
    .field label{
      font-size: 12px;
      color: var(--muted2);
      font-weight: 900;
      letter-spacing:.2px;
    }
    input, select, textarea{
      width:100%;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid rgba(27,35,52,.14);
      background: rgba(255,255,255,.9);
      color: var(--ink);
      font-size: 13.5px;
      outline:none;
      transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
    }
    textarea{min-height: 120px; resize: vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(106,92,255,.38);
      box-shadow: var(--focus);
    }
    .formActions{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-top: 12px;
      flex-wrap:wrap;
      position:relative; z-index:1;
    }
    .hint{
      color: var(--muted2);
      font-size: 12.5px;
      line-height: 1.6;
      max-width: 52ch;
    }
    .submitRow{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
    }
    .btnSecondary{
      color: var(--ink);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(27,35,52,.14);
    }
    .btnSecondary:hover{
      border-color: rgba(106,92,255,.24);
      background: rgba(255,255,255,.95);
      transform: translateY(-1px);
    }

    .tagCloud{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .tag{
      padding: 9px 12px;
      border-radius: 999px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.65);
      color: var(--muted);
      font-weight: 800;
      font-size: 12px;
      transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
      cursor:pointer;
      user-select:none;
    }
    .tag:hover{
      transform: translateY(-2px);
      border-color: rgba(106,92,255,.22);
      background: rgba(106,92,255,.06);
      color: var(--ink);
    }
    .timeline{
      display:flex; flex-direction:column; gap:10px;
    }
    .timeItem{
      display:flex; gap:12px; align-items:flex-start;
      padding: 12px;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.04);
    }
    .timeDot{
      width:18px; height:18px; border-radius: 8px;
      background: linear-gradient(135deg, var(--primary), var(--primary3));
      box-shadow: 0 0 0 7px rgba(106,92,255,.10);
      margin-top: 2px;
      flex:0 0 auto;
    }
    .timeItem strong{display:block; font-size:13.5px; letter-spacing:-.2px}
    .timeItem span{display:block; margin-top:6px; color: var(--muted); font-size: 12.8px; line-height: 1.6}

    .partners{
      display:flex; flex-wrap:wrap; gap:10px;
      align-items:stretch;
    }
    .partnerCard{
      flex: 1 1 220px;
      min-width: 220px;
      border-radius: 20px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 12px 24px rgba(27,35,52,.04);
      padding: 14px;
      transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
    }
    .partnerCard:hover{
      transform: translateY(-3px);
      border-color: rgba(106,92,255,.22);
      box-shadow: 0 18px 32px rgba(27,35,52,.10);
    }
    .partnerCard h3{margin:0 0 8px; font-size:14px; letter-spacing:-.2px}
    .partnerCard p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}

    .floatHelp{
      position:fixed;
      right:16px; bottom:16px;
      z-index:80;
      display:flex; flex-direction:column; gap:10px; align-items:flex-end;
    }
    .floatBubble{
      display:flex; align-items:center; gap:10px;
      padding: 12px 12px;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.12);
      background: rgba(255,255,255,.85);
      box-shadow: var(--shadow2);
      transition: transform .25s var(--ease), opacity .25s var(--ease);
    }
    .floatBubble .badge{
      width:40px; height:40px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(106,92,255,.20), rgba(255,95,183,.14));
      border:1px solid rgba(106,92,255,.22);
      display:flex; align-items:center; justify-content:center;
      color: var(--primary);
      font-weight:1000;
    }
    .floatBubble strong{display:block; font-size:13px}
    .floatBubble span{display:block; font-size:12px; color:var(--muted2); margin-top:4px}
    .floatBtn{
      width:54px; height:54px;
      border-radius: 20px;
      border:1px solid rgba(27,35,52,.12);
      background: linear-gradient(135deg, rgba(106,92,255,.18), rgba(75,211,255,.12));
      box-shadow: 0 20px 40px rgba(106,92,255,.18);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
      color: var(--primary);
      font-weight:1000;
    }
    .floatBtn:hover{
      transform: translateY(-3px);
      border-color: rgba(106,92,255,.24);
      box-shadow: 0 28px 55px rgba(106,92,255,.22);
    }
    .qrPanel{
      width: 220px;
      border-radius: 22px;
      border:1px solid rgba(27,35,52,.12);
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow2);
      padding: 12px;
      display:none;
    }
    .qrPanel.open{display:block; animation: pop .18s var(--ease) both}
    @keyframes pop{
      from{transform: translateY(6px); opacity:.0}
      to{transform: translateY(0); opacity:1}
    }
    .qrPanel .qrTop{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom: 10px;
    }
    .qrPanel strong{font-size:13px}
    .qrClose{
      width:32px; height:32px;
      border-radius: 12px;
      border:1px solid rgba(27,35,52,.12);
      background: rgba(255,255,255,.8);
      cursor:pointer;
      color: var(--muted);
      font-weight:900;
      transition: transform .2s var(--ease);
    }
    .qrClose:hover{transform: translateY(-1px)}
    .qrPanel img{
      width:100%;
      height:auto;
      display:block;
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background:#fff;
    }
    .qrPanel .qrHint{
      margin-top: 10px;
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.6;
      font-weight:700;
    }

    .fadeIn{
      opacity:0;
      transform: translateY(12px);
      transition: opacity .7s var(--ease), transform .7s var(--ease);
    }
    .fadeIn.visible{
      opacity:1;
      transform: translateY(0);
    }

    .anchor{
      scroll-margin-top: 84px;
    }

    footer{
      background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.55));
      border-top: 1px solid rgba(27,35,52,.08);
      padding: 26px 0 22px;
    }
    .footerInner{
      display:flex; flex-direction:column; gap:14px;
    }
    .footerTop{
      display:flex; gap:18px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap;
    }
    .footerBrand{
      display:flex; gap:12px; align-items:flex-start;
      min-width: 280px;
      flex: 1 1 280px;
    }
    .footerBrand .logo{
      width:46px; height:46px; border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.75);
      display:flex; align-items:center; justify-content:center;
      padding:8px;
      box-shadow: 0 12px 24px rgba(27,35,52,.04);
    }
    .footerBrand .logo img{width:100%; height:auto; display:block}
    .footerBrand strong{
      display:block; font-size:14px; letter-spacing:-.2px;
    }
    .footerBrand p{
      margin:6px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
      max-width: 55ch;
    }
    .footerCols{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      flex: 1 1 420px;
      min-width: 360px;
    }
    .footerCol{
      border-radius: 18px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.72);
      padding: 12px;
      box-shadow: 0 12px 24px rgba(27,35,52,.04);
    }
    .footerCol strong{
      display:block; font-size:13px; letter-spacing:-.2px; margin-bottom:10px;
    }
    .footerCol a{
      display:block;
      text-decoration:none;
      color: var(--muted);
      font-weight:800;
      font-size: 12.8px;
      padding: 8px 10px;
      border-radius: 14px;
      border:1px solid transparent;
      transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .footerCol a:hover{
      background: rgba(106,92,255,.06);
      border-color: rgba(106,92,255,.18);
      color: var(--ink);
    }
    .footerBottom{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      color: var(--muted2);
      font-size: 12.5px;
      padding-top: 8px;
      border-top: 1px dashed rgba(27,35,52,.14);
    }
    .copyright{font-weight:800}
    .linksRow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    }
    .linksRow a{
      text-decoration:none;
      color: var(--muted);
      font-weight:900;
      font-size: 12.5px;
      padding: 8px 10px;
      border-radius: 14px;
      border:1px solid rgba(27,35,52,.10);
      background: rgba(255,255,255,.68);
      transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
      white-space:nowrap;
    }
    .linksRow a:hover{
      transform: translateY(-1px);
      border-color: rgba(106,92,255,.22);
      background: rgba(255,255,255,.95);
    }

    .mobileOnly{display:none}
    .desktopOnly{display:block}

    @media (max-width: 980px){
      .heroInner{grid-template-columns: 1fr; padding: 18px}
      .hero h1{font-size: 30px}
      .grid3{grid-template-columns: 1fr 1fr}
      .steps{grid-template-columns: repeat(2, 1fr)}
      .faqWrap{grid-template-columns: 1fr}
      .testimonials{grid-template-columns: 1fr}
      .caseGrid{grid-template-columns: 1fr}
      .articles{grid-template-columns: 1fr}
      .footerCols{grid-template-columns: 1fr}
      .menu{display:none}
      .navActions{display:none}
      .hamburger{display:flex}
      .mobilePanel{display:block}
      .mobileOnly{display:block}
      .desktopOnly{display:none}
      .formGrid{grid-template-columns: 1fr}
      .grid4{grid-template-columns: 1fr 1fr}
      .steps .step{min-height: 0}
    }