:root{
      --bg0:#fbf7ff;
      --bg1:#ffffff;
      --text:#1d2333;
      --muted:#5a6478;
      --card:#ffffff;
      --line:rgba(15,23,42,.10);
      --shadow: 0 10px 30px rgba(17,24,39,.10);
      --shadow2: 0 6px 18px rgba(17,24,39,.10);
      --brand1:#6d28d9;
      --brand2:#7c3aed;
      --brand3:#2563eb;
      --brand4:#06b6d4;
      --brand5:#22c55e;
      --brand6:#f97316;
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --focus: 0 0 0 4px rgba(124,58,237,.18);
      --container: 1120px;
      --padX: 18px;
    }
    *{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 CJK SC", "Segoe UI", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 500px at 10% -10%, rgba(124,58,237,.18), transparent 55%),
        radial-gradient(800px 420px at 100% 0%, rgba(37,99,235,.16), transparent 55%),
        radial-gradient(700px 420px at 0% 60%, rgba(6,182,212,.10), transparent 55%),
        linear-gradient(180deg, var(--bg0), #ffffff 40%);
    }
    a{color:inherit; text-decoration:none}
    img{max-width:100%; height:auto; display:block}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--padX);
    }

    .topbar{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 170px;
    }
    .brand .logoWrap{
      width:44px; height:44px; border-radius:14px;
      background:
        radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,.0) 60%),
        linear-gradient(135deg, rgba(109,40,217,.95), rgba(37,99,235,.95), rgba(6,182,212,.95));
      box-shadow: 0 10px 20px rgba(124,58,237,.25);
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.55);
    }
    .brand img.ai-page-logo{
      width:34px; height:34px; object-fit:contain;
    }
    .brand .brandText{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .brand .name{
      font-weight:850; letter-spacing:-.02em; font-size:14px;
      color:#111827;
    }
    .brand .sub{
      font-size:12px; color:var(--muted);
      margin-top:3px;
    }

    .navLinks{
      display:flex; align-items:center; justify-content:flex-end;
      gap:10px;
      flex:1;
      flex-wrap:wrap;
    }
    .navLinks a{
      font-size:13px; color:rgba(17,24,39,.78);
      padding:9px 10px; border-radius:999px;
      border:1px solid transparent;
      transition: background .18s ease, border-color .18s ease, transform .18s ease;
      white-space:nowrap;
    }
    .navLinks a:hover{
      background: rgba(124,58,237,.08);
      border-color: rgba(124,58,237,.20);
      transform: translateY(-1px);
    }
    .navCTAs{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      border:1px solid rgba(15,23,42,.12);
      background:#fff;
      color:#111827;
      padding:10px 14px;
      border-radius:999px;
      font-weight:700;
      font-size:13px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      box-shadow: 0 8px 18px rgba(15,23,42,.06);
      cursor:pointer;
      user-select:none;
      display:inline-flex; align-items:center; gap:8px;
    }
    .btn:focus{outline:none; box-shadow: var(--focus), 0 8px 18px rgba(15,23,42,.06)}
    .btn:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.28)}
    .btnPrimary{
      border:1px solid rgba(124,58,237,.35);
      color:#fff;
      background:
        radial-gradient(14px 14px at 20% 20%, rgba(255,255,255,.40), rgba(255,255,255,.0) 60%),
        linear-gradient(135deg, rgba(124,58,237,.98), rgba(37,99,235,.98), rgba(6,182,212,.98));
      box-shadow: 0 16px 28px rgba(124,58,237,.25);
    }
    .btnPrimary:hover{box-shadow: 0 22px 38px rgba(124,58,237,.28)}
    .btnGhost{
      background: rgba(255,255,255,.70);
    }
    .iconDot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand3), var(--brand4));
      box-shadow: 0 0 0 4px rgba(124,58,237,.12);
    }

    .mobileToggle{
      display:none;
      border:1px solid rgba(15,23,42,.14);
      background:#fff;
      border-radius:12px;
      padding:10px 12px;
      cursor:pointer;
      box-shadow: 0 8px 18px rgba(15,23,42,.06);
    }
    .mobileToggle:focus{outline:none; box-shadow: var(--focus), 0 8px 18px rgba(15,23,42,.06)}
    .mobileToggle svg{display:block}
    .mobileMenu{
      display:none;
      padding:0 0 14px;
    }
    .mobileMenu .panel{
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.82);
      border-radius:16px;
      padding:12px;
      box-shadow: 0 18px 35px rgba(15,23,42,.10);
    }
    .mobileMenu .panel a{
      display:block;
      padding:12px 12px;
      border-radius:12px;
      font-weight:700;
      font-size:14px;
      color:rgba(17,24,39,.86);
      border:1px solid rgba(15,23,42,.06);
      background: rgba(255,255,255,.65);
      margin-bottom:10px;
    }
    .mobileMenu .panel a:last-child{margin-bottom:0}
    .mobileMenu .panel .row{
      display:flex; gap:10px; margin-top:12px; flex-wrap:wrap;
    }
    .mobileMenu .panel .row .btn{flex:1; justify-content:center; min-width: 170px}

    header{position:relative}

    .hero{
      padding:30px 0 22px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      border-radius: 26px;
      border:1px solid rgba(15,23,42,.10);
      background:
        radial-gradient(900px 320px at 10% 0%, rgba(124,58,237,.20), transparent 55%),
        radial-gradient(600px 280px at 100% 20%, rgba(37,99,235,.16), transparent 55%),
        radial-gradient(500px 240px at 30% 110%, rgba(6,182,212,.13), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.92));
      box-shadow: 0 26px 60px rgba(15,23,42,.10);
      padding:22px;
      overflow:hidden;
      position:relative;
    }
    .heroCard:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        conic-gradient(from 210deg, rgba(124,58,237,.0), rgba(124,58,237,.35), rgba(37,99,235,.30), rgba(6,182,212,.25), rgba(124,58,237,.0));
      opacity:.35;
      filter: blur(18px);
      pointer-events:none;
      transform: translateY(-10px);
    }
    .heroInner{position:relative; z-index:1}
    .kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-bottom:10px;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(124,58,237,.26);
      background: rgba(124,58,237,.08);
      font-weight:800;
      font-size:12px;
      color:#2b1a52;
    }
    .pill .spark{
      width:18px; height:18px; border-radius:6px;
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.95));
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 10px 18px rgba(124,58,237,.22);
    }
    .pill svg{width:12px; height:12px; color:#fff}

    .heroTitle{
      margin:0;
      font-size:34px;
      letter-spacing:-.03em;
      line-height:1.18;
      font-weight:920;
    }
    .heroDesc{
      margin:12px 0 16px;
      color:rgba(29,35,51,.78);
      font-size:15px;
      line-height:1.7;
      max-width: 62ch;
    }
    .heroActions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-bottom:14px;
    }
    .metaRow{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:12px;
    }
    .metaChip{
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.60);
      border-radius: 14px;
      padding:10px 12px;
      min-width: 170px;
      flex: 1 1 170px;
    }
    .metaChip .label{
      font-size:12px; color:var(--muted); font-weight:800; letter-spacing:.02em;
      display:flex; align-items:center; gap:8px;
      margin-bottom:6px;
    }
    .metaChip .value{
      font-size:14px; font-weight:900; color:#111827;
      letter-spacing:-.01em;
    }
    .badgeIcon{
      width:16px; height:16px; border-radius:6px;
      background: linear-gradient(135deg, rgba(249,115,22,.95), rgba(124,58,237,.95));
      box-shadow: 0 0 0 4px rgba(249,115,22,.10);
      display:inline-flex; align-items:center; justify-content:center;
    }
    .badgeIcon svg{width:10px; height:10px; color:#fff}

    .heroSide{
      border-radius: 26px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.82);
      box-shadow: 0 22px 48px rgba(15,23,42,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .heroSide:after{
      content:"";
      position:absolute;
      width:240px; height:240px;
      right:-80px; top:-80px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%),
                  conic-gradient(from 180deg, rgba(124,58,237,.35), rgba(37,99,235,.25), rgba(6,182,212,.22), rgba(124,58,237,.35));
      filter: blur(16px);
      opacity:.55;
      pointer-events:none;
    }
    .sideTop{position:relative; z-index:1}
    .sideTitle{
      font-weight:950;
      font-size:16px;
      letter-spacing:-.02em;
      margin:0 0 8px;
    }
    .sideSub{
      margin:0;
      color:rgba(29,35,51,.74);
      font-size:13px;
      line-height:1.6;
    }
    .sideMetrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      position:relative;
      z-index:1;
    }
    .metric{
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      border-radius:16px;
      padding:12px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .metric:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 30px rgba(15,23,42,.10);
    }
    .metric .num{
      font-size:18px;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .metric .txt{
      font-size:12px;
      color:var(--muted);
      margin-top:6px;
      font-weight:800;
      line-height:1.35;
    }
    .sideFooter{
      position:relative; z-index:1;
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:auto;
    }
    .sideFooter .btn{flex:1; justify-content:center; min-width: 150px}

    main{padding: 8px 0 40px}
    section{padding: 18px 0}
    .sectionHead{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .sectionTitle{
      margin:0;
      font-size:22px;
      letter-spacing:-.02em;
      font-weight:950;
    }
    .sectionLead{
      margin:0;
      color:rgba(29,35,51,.74);
      font-size:14px;
      line-height:1.7;
      max-width: 64ch;
    }

    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .grid2{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
    }
    .card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(15,23,42,.10);
      border-radius: var(--radius);
      padding:16px;
      box-shadow: 0 14px 30px rgba(15,23,42,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      height:100%;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 22px 45px rgba(15,23,42,.10);
      border-color: rgba(124,58,237,.22);
    }
    .card .cardTitle{
      font-weight:950; letter-spacing:-.02em; margin:0 0 8px; font-size:15px;
      display:flex; align-items:center; gap:10px;
    }
    .card .cardTitle .tagIcon{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(124,58,237,.20), rgba(37,99,235,.14), rgba(6,182,212,.12));
      border:1px solid rgba(124,58,237,.18);
    }
    .card .cardTitle svg{width:16px; height:16px; color: rgba(124,58,237,.95)}
    .card .cardBody{
      margin:0;
      color:rgba(29,35,51,.76);
      font-size:13px;
      line-height:1.7;
    }
    .list{
      margin:0; padding-left:18px;
      color:rgba(29,35,51,.78);
      font-size:13px;
      line-height:1.8;
    }
    .list li{margin:4px 0}
    .smallNote{
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
      margin-top:10px;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      position:relative;
      overflow:hidden;
      border-radius: var(--radius);
      border:1px solid rgba(15,23,42,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.74));
      padding:16px 16px 14px;
      box-shadow: 0 14px 30px rgba(15,23,42,.06);
    }
    .step:before{
      content:"";
      position:absolute; left:-40px; top:-40px;
      width:120px; height:120px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%),
                  linear-gradient(135deg, rgba(124,58,237,.28), rgba(37,99,235,.18), rgba(6,182,212,.15));
      opacity:.85;
      filter: blur(10px);
      pointer-events:none;
    }
    .stepNum{
      position:relative; z-index:1;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .stepNum .n{
      width:38px; height:38px; border-radius:14px;
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.95), rgba(6,182,212,.95));
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      box-shadow: 0 14px 26px rgba(124,58,237,.26);
      border:1px solid rgba(255,255,255,.55);
    }
    .stepNum .dot{
      flex:1; height:10px;
      border-radius:999px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.16);
      overflow:hidden;
      position:relative;
    }
    .stepNum .dot:after{
      content:"";
      position:absolute; inset:0;
      background: linear-gradient(90deg, rgba(124,58,237,.0), rgba(124,58,237,.55), rgba(37,99,235,.50), rgba(6,182,212,.45), rgba(124,58,237,.0));
      transform: translateX(-60%);
      animation: shimmer 3.2s ease-in-out infinite;
      opacity:.9;
    }
    @keyframes shimmer{
      0%{transform: translateX(-60%)}
      50%{transform: translateX(10%)}
      100%{transform: translateX(60%)}
    }
    .step h3{
      position:relative; z-index:1;
      margin:0 0 8px;
      font-size:15px;
      letter-spacing:-.02em;
      font-weight:950;
    }
    .step p{
      position:relative; z-index:1;
      margin:0;
      color:rgba(29,35,51,.76);
      font-size:13px;
      line-height:1.7;
    }

    .compareWrap{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 18px 44px rgba(15,23,42,.08);
      overflow:hidden;
    }
    .compareTop{
      padding:16px;
      border-bottom:1px solid rgba(15,23,42,.08);
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
      background:
        radial-gradient(900px 260px at 15% 0%, rgba(124,58,237,.16), transparent 55%),
        radial-gradient(700px 240px at 100% 10%, rgba(37,99,235,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
    }
    .ratingBlock{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
    }
    .stars{
      width:58px; height:58px; border-radius:20px;
      background: linear-gradient(135deg, rgba(249,115,22,.95), rgba(124,58,237,.95));
      border:1px solid rgba(255,255,255,.55);
      box-shadow: 0 18px 30px rgba(249,115,22,.18);
      display:flex; align-items:center; justify-content:center;
    }
    .stars svg{width:28px; height:28px; color:#fff}
    .ratingText .big{
      font-weight:1000; font-size:20px; letter-spacing:-.02em;
    }
    .ratingText .small{
      color:var(--muted); font-size:13px; margin-top:4px; font-weight:800;
    }
    .compareNote{
      color:rgba(29,35,51,.74);
      font-size:13px;
      line-height:1.7;
      max-width: 58ch;
      margin:0;
      padding-top:3px;
    }
    .tableWrap{
      overflow:auto;
      -webkit-overflow-scrolling: touch;
    }
    table{
      width:100%;
      border-collapse: collapse;
      min-width: 860px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(15,23,42,.08);
      font-size:13px;
      vertical-align:top;
    }
    th{
      background: rgba(250,250,255,.80);
      position:sticky; top:0;
      z-index:1;
      text-align:left;
      font-weight:1000;
      color:#111827;
      border-bottom:1px solid rgba(15,23,42,.10);
    }
    .colMark{
      display:flex; align-items:center; gap:8px; font-weight:950;
    }
    .markOk{
      width:22px; height:22px; border-radius:10px;
      background: rgba(34,197,94,.12);
      border:1px solid rgba(34,197,94,.25);
      display:flex; align-items:center; justify-content:center;
      color: rgba(21,128,61,.95);
      font-weight:1000;
      flex:0 0 auto;
    }
    .markMid{
      width:22px; height:22px; border-radius:10px;
      background: rgba(249,115,22,.10);
      border:1px solid rgba(249,115,22,.25);
      display:flex; align-items:center; justify-content:center;
      color: rgba(180,83,9,.95);
      font-weight:1000;
      flex:0 0 auto;
    }
    .markNone{
      width:22px; height:22px; border-radius:10px;
      background: rgba(148,163,184,.16);
      border:1px solid rgba(148,163,184,.25);
      display:flex; align-items:center; justify-content:center;
      color: rgba(51,65,85,.9);
      font-weight:1000;
      flex:0 0 auto;
    }

    .sectionSplit{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }

    .tabsBar{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:6px;
      align-items:center;
    }
    .chipBtn{
      border-radius:999px;
      padding:10px 12px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      font-weight:900;
      font-size:13px;
      color:rgba(17,24,39,.82);
      cursor:pointer;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .chipBtn:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.24)}
    .chipBtn[aria-pressed="true"]{
      border-color: rgba(124,58,237,.42);
      background: rgba(124,58,237,.10);
      color:#2b1a52;
    }
    .resultCard{
      margin-top:12px;
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background:
        radial-gradient(900px 280px at 0% 0%, rgba(124,58,237,.14), transparent 55%),
        radial-gradient(640px 260px at 100% 20%, rgba(37,99,235,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.76));
      padding:16px;
      box-shadow: 0 18px 40px rgba(15,23,42,.08);
      position:relative;
      overflow:hidden;
    }
    .resultCard:after{
      content:"";
      position:absolute;
      right:-120px; bottom:-160px;
      width:320px; height:320px;
      background: conic-gradient(from 220deg, rgba(124,58,237,.30), rgba(37,99,235,.22), rgba(6,182,212,.18), rgba(124,58,237,.30));
      filter: blur(22px);
      opacity:.55;
      pointer-events:none;
    }
    .resultInner{position:relative; z-index:1}
    .resultTitle{
      margin:0 0 8px;
      font-size:16px;
      font-weight:1000;
      letter-spacing:-.02em;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .resultTitle span{
      display:inline-flex; align-items:center; gap:8px;
    }
    .resultBody{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    .miniBox{
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      border-radius: 18px;
      padding:12px;
    }
    .miniBox .t{
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      display:flex; align-items:center; gap:8px;
      margin-bottom:8px;
    }
    .miniBox .v{
      font-size:13px;
      font-weight:950;
      color:#111827;
      line-height:1.6;
    }
    .miniBox .v .subv{
      color:rgba(29,35,51,.78);
      font-weight:850;
      display:block;
      margin-top:6px;
      font-size:12px;
      line-height:1.6;
    }

    .gallery{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .galleryCard{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      overflow:hidden;
      box-shadow: 0 16px 34px rgba(15,23,42,.07);
      display:flex;
      flex-direction:column;
      min-height: 250px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .galleryCard:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 52px rgba(15,23,42,.12);
      border-color: rgba(124,58,237,.22);
    }
    .imgWrap{
      background: linear-gradient(135deg, rgba(124,58,237,.10), rgba(37,99,235,.08), rgba(6,182,212,.08));
      padding:12px;
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .imgWrap .ratio{
      border-radius: 18px;
      overflow:hidden;
      background: rgba(255,255,255,.65);
      border:1px solid rgba(15,23,42,.08);
      aspect-ratio: 16 / 10;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .imgWrap .ratio img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .galleryCard .content{
      padding:14px 14px 16px;
      display:flex;
      flex-direction:column;
      gap:10px;
      flex:1;
    }
    .galleryCard .title{
      font-weight:1000; letter-spacing:-.02em; margin:0;
      font-size:15px;
      line-height:1.4;
    }
    .galleryCard .desc{
      margin:0;
      color:rgba(29,35,51,.76);
      font-size:13px;
      line-height:1.7;
      flex:1;
    }
    .galleryCard .footRow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      margin-top:2px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      font-size:12px;
      font-weight:950;
      color:rgba(17,24,39,.84);
    }
    .badge .dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.95), rgba(6,182,212,.95));
      box-shadow: 0 0 0 4px rgba(124,58,237,.12);
    }

    .formCard{
      border-radius: 24px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 18px 44px rgba(15,23,42,.08);
      overflow:hidden;
    }
    .formTop{
      padding:16px;
      border-bottom:1px solid rgba(15,23,42,.08);
      background:
        radial-gradient(900px 260px at 10% 0%, rgba(124,58,237,.16), transparent 55%),
        radial-gradient(700px 240px at 100% 10%, rgba(37,99,235,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
    }
    .formTop h2{
      margin:0;
      font-size:18px;
      letter-spacing:-.02em;
      font-weight:1000;
    }
    .formTop p{
      margin:8px 0 0;
      color:rgba(29,35,51,.74);
      font-size:13px;
      line-height:1.7;
      max-width: 70ch;
    }
    form{
      padding:16px;
    }
    .fields{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
    }
    .field{
      display:flex; flex-direction:column; gap:8px;
    }
    .field label{
      font-size:12px;
      font-weight:950;
      color:rgba(17,24,39,.80);
      letter-spacing:.01em;
    }
    .field input, .field select, .field textarea{
      border:1px solid rgba(15,23,42,.12);
      background: rgba(255,255,255,.78);
      border-radius: 14px;
      padding:12px 12px;
      font-size:14px;
      color:#111827;
      transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
      outline:none;
      box-shadow: 0 10px 18px rgba(15,23,42,.04);
    }
    .field textarea{min-height: 110px; resize: vertical}
    .field input:focus, .field select:focus, .field textarea:focus{
      border-color: rgba(124,58,237,.40);
      box-shadow: var(--focus), 0 10px 18px rgba(15,23,42,.05);
    }
    .full{grid-column: 1 / -1}
    .formActions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:12px;
    }
    .privacy{
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
      max-width: 60ch;
    }

    .faqGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .faqItem{
      border-radius: 18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      overflow:hidden;
      box-shadow: 0 14px 30px rgba(15,23,42,.06);
      transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }
    .faqItem:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 22px 45px rgba(15,23,42,.10);
    }
    .faqBtn{
      width:100%;
      text-align:left;
      border:0;
      background: transparent;
      padding:14px 14px;
      cursor:pointer;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .faqQ{
      font-weight:1000;
      letter-spacing:-.02em;
      margin:0;
      font-size:14px;
      line-height:1.5;
      color:#111827;
    }
    .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.72);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition: transform .22s ease;
    }
    .chev svg{width:16px; height:16px; color: rgba(124,58,237,.95)}
    .faqItem[aria-expanded="true"] .chev{transform: rotate(180deg)}
    .faqA{
      max-height:0;
      overflow:hidden;
      transition: max-height .28s ease;
    }
    .faqItem[aria-expanded="true"] .faqA{max-height: 260px}
    .faqA .inner{
      padding:0 14px 14px;
      color:rgba(29,35,51,.76);
      font-size:13px;
      line-height:1.75;
    }

    .commentsGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .commentCard{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 16px 34px rgba(15,23,42,.07);
      padding:16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex; flex-direction:column; gap:12px;
      min-height: 220px;
    }
    .commentCard:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 52px rgba(15,23,42,.12);
      border-color: rgba(124,58,237,.22);
    }
    .commentTop{
      display:flex; gap:12px; align-items:flex-start;
    }
    .avatar{
      width:44px; height:44px;
      border-radius:18px;
      background:
        radial-gradient(16px 16px at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.95), rgba(6,182,212,.95));
      border:1px solid rgba(255,255,255,.55);
      box-shadow: 0 18px 30px rgba(124,58,237,.22);
      display:flex; align-items:center; justify-content:center;
      color:#fff;
      font-weight:1000;
      letter-spacing:-.02em;
    }
    .commentMeta .who{
      font-weight:1000;
      letter-spacing:-.02em;
      margin:0;
      font-size:14px;
      line-height:1.4;
    }
    .commentMeta .role{
      margin:4px 0 0;
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      line-height:1.5;
    }
    .commentText{
      margin:0;
      color:rgba(29,35,51,.78);
      font-size:13px;
      line-height:1.75;
      flex:1;
    }
    .commentTagRow{
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .tag{
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      font-size:12px;
      font-weight:950;
      color:rgba(17,24,39,.84);
    }

    .articleList{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .articleItem{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 16px 34px rgba(15,23,42,.07);
      padding:14px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .articleItem:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.22);
      box-shadow: 0 26px 52px rgba(15,23,42,.12);
    }
    .articleItem .rowTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .articleItem h3{
      margin:0;
      font-size:14px;
      font-weight:1000;
      letter-spacing:-.02em;
      line-height:1.45;
    }
    .articleItem .k{
      margin:6px 0 0;
      color:var(--muted);
      font-size:12px;
      font-weight:900;
      line-height:1.6;
    }
    .articleItem .linkRow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      margin-top:12px;
    }
    .linkBtn{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px;
      padding:10px 12px;
      border:1px solid rgba(124,58,237,.24);
      background: rgba(124,58,237,.08);
      color:#2b1a52;
      font-weight:1000;
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .linkBtn:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.35); background: rgba(124,58,237,.12)}
    .linkBtn svg{width:16px; height:16px; color: rgba(124,58,237,.95)}

    .networkGrid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .netCard{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 16px 34px rgba(15,23,42,.07);
      padding:16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      overflow:hidden;
      position:relative;
    }
    .netCard:before{
      content:"";
      position:absolute; right:-70px; top:-70px;
      width:160px; height:160px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%),
                  linear-gradient(135deg, rgba(124,58,237,.26), rgba(37,99,235,.20), rgba(6,182,212,.16));
      filter: blur(14px);
      opacity:.75;
      pointer-events:none;
    }
    .netCard:hover{transform: translateY(-2px); border-color: rgba(124,58,237,.22); box-shadow: 0 26px 52px rgba(15,23,42,.12)}
    .netCard .title{
      margin:0 0 8px;
      font-size:15px;
      font-weight:1000;
      letter-spacing:-.02em;
      position:relative;
      z-index:1;
    }
    .netCard .text{
      margin:0;
      color:rgba(29,35,51,.76);
      font-size:13px;
      line-height:1.75;
      position:relative;
      z-index:1;
    }

    .priceRow{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-top:10px;
    }
    .pricePill{
      border-radius:999px;
      padding:10px 12px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      font-weight:1000;
      font-size:13px;
      color:rgba(17,24,39,.86);
      display:inline-flex; align-items:center; gap:10px;
    }
    .pricePill .bar{
      width:10px; height:10px; border-radius:4px;
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(37,99,235,.95), rgba(6,182,212,.95));
      box-shadow: 0 0 0 4px rgba(124,58,237,.12);
    }

    .footer{
      padding:24px 0 26px;
      background:
        radial-gradient(900px 260px at 10% 0%, rgba(124,58,237,.16), transparent 55%),
        radial-gradient(700px 240px at 100% 10%, rgba(37,99,235,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.50), rgba(255,255,255,.78));
      border-top: 1px solid rgba(15,23,42,.10);
      margin-top: 10px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:12px;
      align-items:start;
    }
    .footerCard{
      border-radius: 22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.85);
      box-shadow: 0 16px 34px rgba(15,23,42,.07);
      padding:16px;
    }
    .footerCard h3{
      margin:0 0 10px;
      font-weight:1000;
      letter-spacing:-.02em;
      font-size:16px;
    }
    .footerLinks{
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .footerLinks a{
      border-radius:999px;
      padding:10px 12px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      font-weight:950;
      font-size:13px;
      color:rgba(17,24,39,.86);
      transition: transform .18s ease, border-color .18s ease;
    }
    .footerLinks a:hover{transform: translateY(-1px); border-color: rgba(124,58,237,.28)}
    .footerSmall{
      color:rgba(29,35,51,.74);
      font-size:13px;
      line-height:1.7;
      margin:0;
    }
    .copyright{
      margin-top:14px;
      color:var(--muted);
      font-size:12px;
      font-weight:900;
    }

    .floatHelp{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .qrCard{
      display:none;
      width: 220px;
      border-radius: 18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.90);
      box-shadow: 0 22px 48px rgba(15,23,42,.16);
      overflow:hidden;
      transform-origin: bottom right;
      animation: popIn .18s ease both;
    }
    @keyframes popIn{
      from{opacity:0; transform: translateY(6px) scale(.98)}
      to{opacity:1; transform: translateY(0) scale(1)}
    }
    .qrHeader{
      padding:10px 12px;
      border-bottom:1px solid rgba(15,23,42,.08);
      background:
        linear-gradient(135deg, rgba(124,58,237,.14), rgba(37,99,235,.12), rgba(6,182,212,.10));
      font-weight:1000;
      letter-spacing:-.02em;
      font-size:13px;
      color:#2b1a52;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .qrHeader button{
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      border-radius:12px;
      padding:6px 10px;
      cursor:pointer;
      font-weight:1000;
      color:#111827;
    }
    .qrHeader button:focus{outline:none; box-shadow: var(--focus)}
    .qrBody{
      padding:12px;
    }
    .qrBody img{
      width:100%;
      border-radius: 14px;
      border:1px solid rgba(15,23,42,.10);
      background:#fff;
    }
    .floatBtn{
      border-radius: 16px;
      border:1px solid rgba(124,58,237,.30);
      background:
        radial-gradient(14px 14px at 20% 20%, rgba(255,255,255,.35), rgba(255,255,255,.0) 60%),
        linear-gradient(135deg, rgba(124,58,237,.98), rgba(37,99,235,.98), rgba(6,182,212,.98));
      box-shadow: 0 22px 40px rgba(124,58,237,.24);
      padding:12px 12px;
      color:#fff;
      cursor:pointer;
      display:flex; align-items:center; gap:10px;
      font-weight:1000;
      user-select:none;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .floatBtn:hover{transform: translateY(-2px); box-shadow: 0 28px 56px rgba(124,58,237,.28)}
    .floatBtn svg{width:18px; height:18px}

    .toTop{
      border-radius: 16px;
      border:1px solid rgba(15,23,42,.12);
      background: rgba(255,255,255,.88);
      box-shadow: 0 16px 34px rgba(15,23,42,.10);
      padding:12px 12px;
      cursor:pointer;
      transition: transform .18s ease;
      display:none;
      align-items:center; justify-content:center;
    }
    .toTop:hover{transform: translateY(-2px)}
    .toTop svg{width:18px; height:18px; color: rgba(124,58,237,.95)}

    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.is-visible{
      opacity:1;
      transform: translateY(0);
    }

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .heroTitle{font-size:28px}
      .grid3{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr 1fr}
      .sectionSplit{grid-template-columns: 1fr}
      .gallery{grid-template-columns: 1fr}
      .commentsGrid{grid-template-columns: 1fr}
      .articleList{grid-template-columns: 1fr}
      .faqGrid{grid-template-columns: 1fr}
      .networkGrid{grid-template-columns: 1fr}
      .resultBody{grid-template-columns: 1fr}
      .footerGrid{grid-template-columns: 1fr}
      .fields{grid-template-columns: 1fr}
      th, td{font-size:12.5px}
      .mobileToggle{display:inline-flex; align-items:center; justify-content:center}
      .navLinks, .navCTAs{display:none}
      .mobileMenu{display:block}
      .mobileMenu.is-open{display:block}
      .floatHelp{right:12px; bottom:12px}
    }

    @media (prefers-reduced-motion: reduce){
      *{animation: none !important; transition: none !important; scroll-behavior:auto !important}
    }