:root{
      --bg0:#fff7f6;
      --bg1:#ffffff;
      --ink:#12161f;
      --muted:#556075;
      --muted2:#7a859c;
      --card:#ffffff;
      --stroke:rgba(15, 23, 42, .12);
      --stroke2:rgba(15, 23, 42, .08);
      --shadow:0 18px 50px rgba(16,24,40,.10);
      --shadow2:0 10px 28px rgba(16,24,40,.10);
      --accent:#ff3b7a;
      --accent2:#7c3aed;
      --accent3:#00b3ff;
      --accent4:#22c55e;
      --warn:#f59e0b;
      --radius:18px;
      --radius2:14px;
      --container:1120px;
      --pad:20px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
      color:var(--ink);
      background:
        radial-gradient(1000px 520px at 12% -5%, rgba(255,59,122,.18), transparent 55%),
        radial-gradient(900px 520px at 86% 0%, rgba(124,58,237,.16), transparent 52%),
        radial-gradient(700px 420px at 60% 30%, rgba(0,179,255,.10), transparent 55%),
        linear-gradient(180deg, var(--bg0), var(--bg1) 46%, #ffffff);
      overflow-x:hidden;
    }

    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }

    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(1.2) blur(10px);
      background:rgba(255,255,255,.72);
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .navRow{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:220px;
    }
    .brandLogo{
      width:42px;
      height:42px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.7);
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      box-shadow:0 10px 26px rgba(0,0,0,.06);
    }
    .brandLogo img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .brandText{
      display:flex;
      flex-direction:column;
      line-height:1.1;
    }
    .brandName{
      font-weight:800;
      letter-spacing:.2px;
      font-size:14px;
    }
    .brandTag{
      color:var(--muted);
      font-size:12px;
      margin-top:4px;
      white-space:nowrap;
    }

    .navLinks{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .navLinks a{
      font-size:13px;
      padding:9px 10px;
      border-radius:999px;
      border:1px solid transparent;
      color:rgba(18,22,31,.86);
      transition:transform .15s ease, background .15s ease, border-color .15s ease;
      background:transparent;
    }
    .navLinks a:hover{
      transform:translateY(-1px);
      background:rgba(255,59,122,.07);
      border-color:rgba(255,59,122,.25);
    }
    .navRight{
      display:flex;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      min-width:220px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.12);
      background:#fff;
      color:rgba(18,22,31,.92);
      font-weight:700;
      font-size:14px;
      cursor:pointer;
      transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform:translateY(0px) scale(.99)}
    .btnPrimary{
      border-color:rgba(255,59,122,.30);
      background:linear-gradient(135deg, rgba(255,59,122,.98), rgba(124,58,237,.92));
      color:#fff;
      box-shadow:0 16px 40px rgba(255,59,122,.24);
    }
    .btnPrimary:hover{
      transform:translateY(-1px);
      box-shadow:0 20px 56px rgba(255,59,122,.28);
      border-color:rgba(255,59,122,.45);
    }
    .btnGhost{
      background:rgba(255,255,255,.8);
    }

    .burger{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.85);
      cursor:pointer;
      align-items:center;
      justify-content:center;
    }
    .burger svg{opacity:.9}
    .mobilePanel{
      display:none;
      padding:0 0 14px 0;
    }
    .mobileGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .mobileGrid a{
      display:flex;
      align-items:center;
      justify-content:center;
      padding:12px 10px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.85);
      font-weight:700;
      font-size:13px;
      transition:transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .mobileGrid a:hover{
      transform:translateY(-1px);
      border-color:rgba(255,59,122,.35);
      background:rgba(255,59,122,.07);
    }

    .hero{
      padding:30px 0 20px;
    }
    .heroWrap{
      position:relative;
      border:1px solid rgba(15,23,42,.08);
      background:
        radial-gradient(700px 320px at 20% 0%, rgba(255,59,122,.14), transparent 55%),
        radial-gradient(600px 320px at 78% 10%, rgba(124,58,237,.14), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.88));
      border-radius:28px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .heroInner{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      padding:26px;
      align-items:stretch;
    }
    .heroBadgeRow{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.75);
      font-weight:800;
      font-size:12px;
      color:rgba(18,22,31,.86);
    }
    .dot{
      width:10px;height:10px;border-radius:50%;
      background:linear-gradient(180deg, var(--accent), var(--accent2));
      box-shadow:0 10px 24px rgba(255,59,122,.22);
    }

    .heroTitle{
      margin:14px 0 10px;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.6px;
      font-weight:950;
    }
    .heroLead{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
      max-width:56ch;
    }
    .heroActions{
      display:flex;
      gap:12px;
      align-items:center;
      flex-wrap:wrap;
      margin-top:18px;
    }
    .miniMeta{
      display:flex;
      align-items:center;
      gap:14px;
      margin-top:18px;
      flex-wrap:wrap;
    }
    .metaItem{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.72);
    }
    .metaIcon{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, rgba(255,59,122,.16), rgba(124,58,237,.12));
      border:1px solid rgba(255,59,122,.18);
      color:rgba(124,58,237,.95);
      font-weight:900;
      box-shadow:0 12px 26px rgba(124,58,237,.12);
    }
    .metaText{
      display:flex;flex-direction:column;line-height:1.1;
    }
    .metaTop{font-weight:900;font-size:13px}
    .metaBottom{color:var(--muted2);font-size:12px;margin-top:6px}

    .heroRight{
      display:flex;
      flex-direction:column;
      gap:12px;
      justify-content:space-between;
    }
    .glassCard{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.72);
      border-radius:22px;
      padding:16px;
      box-shadow:0 14px 34px rgba(16,24,40,.08);
      position:relative;
      overflow:hidden;
    }
    .glassCard:before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(300px 180px at 10% 10%, rgba(255,59,122,.14), transparent 55%),
        radial-gradient(260px 180px at 80% 0%, rgba(124,58,237,.14), transparent 50%);
      pointer-events:none;
      filter:saturate(1.1);
    }
    .glassCard > *{position:relative}
    .cardTitle{
      font-weight:950;
      margin:0 0 8px;
      letter-spacing:-.2px;
      font-size:16px;
    }
    .cardSub{
      margin:0 0 12px;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .sparkGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .sparkItem{
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .sparkItem:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(16,24,40,.10);
      border-color:rgba(255,59,122,.28);
    }
    .sparkTop{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:8px;
    }
    .chip{
      font-size:12px;
      font-weight:950;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.85);
      white-space:nowrap;
    }
    .value{
      font-size:20px;
      font-weight:1000;
      letter-spacing:-.5px;
    }
    .desc{
      color:var(--muted2);
      font-size:12px;
      line-height:1.5;
    }

    .section{
      padding:18px 0;
    }
    .sectionHeader{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin:10px 0 14px;
      flex-wrap:wrap;
    }
    .kicker{
      color:rgba(124,58,237,.95);
      font-weight:950;
      letter-spacing:.3px;
      text-transform:none;
      font-size:12px;
    }
    .h2{
      margin:6px 0 0;
      font-size:24px;
      line-height:1.25;
      letter-spacing:-.4px;
      font-weight:1000;
    }
    .sub{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:14px;
      max-width:64ch;
    }

    .grid3{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .grid2{
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:14px;
    }
    .card{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:var(--radius);
      padding:16px;
      box-shadow:0 12px 30px rgba(16,24,40,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,59,122,.22);
      box-shadow:0 22px 54px rgba(16,24,40,.10);
    }
    .cardTop{
      display:flex;
      align-items:flex-start;
      gap:12px;
    }
    .iconBadge{
      width:44px;height:44px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      border:1px solid rgba(255,59,122,.20);
      background:linear-gradient(135deg, rgba(255,59,122,.12), rgba(124,58,237,.10));
      color:rgba(124,58,237,.98);
      flex:0 0 auto;
      box-shadow:0 18px 46px rgba(124,58,237,.12);
    }
    .card h3{
      margin:0;
      font-size:16px;
      line-height:1.3;
      letter-spacing:-.2px;
      font-weight:1000;
    }
    .card p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .bullets{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .bullets li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:rgba(18,22,31,.84);
      font-size:13px;
      line-height:1.5;
    }
    .check{
      width:18px;height:18px;border-radius:8px;
      background:rgba(34,197,94,.14);
      border:1px solid rgba(34,197,94,.25);
      display:flex;align-items:center;justify-content:center;
      color:rgba(34,197,94,.95);
      font-size:12px;
      flex:0 0 auto;
      margin-top:2px;
    }

    .steps{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      position:relative;
      overflow:hidden;
    }
    .step:before{
      content:"";
      position:absolute;
      right:-40px; top:-40px;
      width:120px;height:120px;
      background:radial-gradient(circle at 30% 30%, rgba(255,59,122,.26), transparent 55%),
                 radial-gradient(circle at 65% 70%, rgba(0,179,255,.16), transparent 55%);
      transform:rotate(12deg);
      pointer-events:none;
    }
    .step > *{position:relative}
    .stepNum{
      display:flex;align-items:center;gap:10px;
      font-weight:1000;
      letter-spacing:-.3px;
      margin-bottom:8px;
    }
    .numPill{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      border:1px solid rgba(255,59,122,.25);
      background:linear-gradient(135deg, rgba(255,59,122,.14), rgba(124,58,237,.10));
      color:rgba(124,58,237,.98);
      box-shadow:0 18px 46px rgba(255,59,122,.10);
    }
    .step h3{
      margin:0;
      font-size:15px;
      font-weight:1000;
    }
    .step p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }

    .compareWrap{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:26px;
      padding:16px;
      box-shadow:0 18px 46px rgba(16,24,40,.08);
      overflow:hidden;
    }
    .compareTop{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .scoreBadge{
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(245,158,11,.30);
      background:linear-gradient(180deg, rgba(245,158,11,.12), rgba(245,158,11,.06));
      min-width:220px;
    }
    .scoreRow{
      display:flex; align-items:center; gap:12px; justify-content:space-between;
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      color:rgba(245,158,11,.98);
      font-weight:1000;
      font-size:14px;
    }
    .scoreValue{
      font-size:30px;
      font-weight:1000;
      letter-spacing:-.8px;
      line-height:1;
    }
    .scoreNote{
      margin-top:6px;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }

    .tableWrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background:rgba(255,255,255,.9);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:820px;
      font-size:13px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(15,23,42,.07);
      vertical-align:top;
    }
    th{
      text-align:left;
      color:rgba(18,22,31,.90);
      font-weight:1000;
      background:linear-gradient(180deg, rgba(255,59,122,.08), rgba(124,58,237,.06));
      position:sticky;
      top:0;
      z-index:1;
    }
    td{color:rgba(18,22,31,.86)}
    .tdGood{
      color:rgba(34,197,94,.95);
      font-weight:900;
    }
    .tdMid{
      color:rgba(245,158,11,.95);
      font-weight:900;
    }
    .tdLow{
      color:rgba(239,68,68,.92);
      font-weight:900;
    }

    .cardsList{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .miniCard{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:18px;
      padding:14px;
      box-shadow:0 12px 30px rgba(16,24,40,.06);
      transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
      min-height:120px;
    }
    .miniCard:hover{
      transform:translateY(-2px);
      border-color:rgba(124,58,237,.25);
      box-shadow:0 22px 54px rgba(16,24,40,.10);
    }
    .miniTitle{
      font-weight:1000;
      margin:0;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .miniText{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .tagRow{
      display:flex; flex-wrap:wrap; gap:8px; margin-top:12px;
    }
    .tag{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
      color:rgba(18,22,31,.86);
      font-weight:900;
    }

    .timeline{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    .timelineItem{
      display:grid;
      grid-template-columns:140px 1fr;
      gap:12px;
      align-items:flex-start;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:18px;
      padding:14px;
      box-shadow:0 12px 30px rgba(16,24,40,.05);
    }
    .timePill{
      width:fit-content;
      max-width:100%;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,59,122,.22);
      background:linear-gradient(135deg, rgba(255,59,122,.10), rgba(124,58,237,.08));
      font-weight:1000;
      color:rgba(124,58,237,.98);
      font-size:13px;
      white-space:nowrap;
    }
    .timelineBody h3{
      margin:0;
      font-size:15px;
      font-weight:1000;
    }
    .timelineBody p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .timelineBody ul{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:8px;
    }
    .timelineBody li{
      display:flex; gap:10px; align-items:flex-start;
      font-size:13px;
      color:rgba(18,22,31,.86);
      line-height:1.6;
    }

    .reviews{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:var(--radius);
      padding:16px;
      box-shadow:0 12px 30px rgba(16,24,40,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:185px;
      display:flex;
      flex-direction:column;
    }
    .review:hover{
      transform:translateY(-3px);
      border-color:rgba(255,59,122,.22);
      box-shadow:0 22px 54px rgba(16,24,40,.10);
    }
    .reviewTop{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .avatar{
      width:44px;height:44px;border-radius:18px;
      border:1px solid rgba(15,23,42,.10);
      background:linear-gradient(135deg, rgba(255,59,122,.12), rgba(0,179,255,.10));
      display:flex;align-items:center;justify-content:center;
      font-weight:1000;
      color:rgba(124,58,237,.98);
    }
    .reviewName{
      font-weight:1000;
      font-size:14px;
      margin:0;
    }
    .reviewRole{
      margin:6px 0 0;
      color:var(--muted2);
      font-size:12px;
      line-height:1.4;
    }
    .reviewText{
      margin:12px 0 0;
      color:rgba(18,22,31,.84);
      font-size:13px;
      line-height:1.8;
      flex:1;
    }
    .reviewBottom{
      display:flex; align-items:center; gap:10px; margin-top:12px; flex-wrap:wrap;
    }
    .pill{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
      font-weight:900;
      color:rgba(18,22,31,.86);
    }

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

    .formCard{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:26px;
      padding:16px;
      box-shadow:0 18px 46px rgba(16,24,40,.08);
    }
    form{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-top:8px;
    }
    label{
      font-weight:900;
      font-size:13px;
      color:rgba(18,22,31,.86);
      margin-bottom:8px;
      display:block;
    }
    .field{
      display:flex;
      flex-direction:column;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.12);
      padding:12px 12px;
      font-size:14px;
      background:rgba(255,255,255,.95);
      color:rgba(18,22,31,.95);
      outline:none;
      transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(255,59,122,.42);
      box-shadow:0 0 0 4px rgba(255,59,122,.12);
    }
    .formActions{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-top:4px;
    }
    .helperText{
      color:var(--muted2);
      font-size:12px;
      line-height:1.7;
      margin:0;
    }

    .faqGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .faqItem{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(16,24,40,.05);
    }
    .faqBtn{
      width:100%;
      text-align:left;
      cursor:pointer;
      background:transparent;
      border:none;
      padding:14px 14px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:10px;
      font-weight:1000;
      font-size:14px;
      color:rgba(18,22,31,.92);
    }
    .faqBtn span{
      line-height:1.45;
      padding-top:2px;
    }
    .chev{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
      display:flex;align-items:center;justify-content:center;
      transition:transform .18s ease, border-color .18s ease;
      flex:0 0 auto;
      margin-top:-2px;
    }
    .faqItem[data-open="true"] .chev{
      transform:rotate(180deg);
      border-color:rgba(255,59,122,.35);
    }
    .faqBody{
      max-height:0;
      overflow:hidden;
      transition:max-height .22s ease;
    }
    .faqBodyInner{
      padding:0 14px 14px 14px;
      color:var(--muted);
      font-size:13px;
      line-height:1.85;
    }
    .faqItem[data-open="true"] .faqBody{
      max-height:320px;
    }

    .articleList{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .article{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.86);
      border-radius:18px;
      padding:14px;
      box-shadow:0 12px 30px rgba(16,24,40,.05);
      transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .article:hover{
      transform:translateY(-2px);
      border-color:rgba(0,179,255,.28);
      box-shadow:0 22px 54px rgba(16,24,40,.10);
    }
    .articleMark{
      width:40px;height:40px;border-radius:16px;
      border:1px solid rgba(0,179,255,.22);
      background:linear-gradient(135deg, rgba(0,179,255,.12), rgba(124,58,237,.08));
      display:flex;align-items:center;justify-content:center;
      color:rgba(0,179,255,.95);
      font-weight:1000;
      flex:0 0 auto;
    }
    .articleTitle{
      margin:0;
      font-size:14px;
      font-weight:1000;
      letter-spacing:-.2px;
    }
    .articleMeta{
      margin:8px 0 0;
      color:var(--muted2);
      font-size:12px;
      line-height:1.6;
    }

    .matchGrid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .network{
      display:flex; flex-direction:column; gap:10px;
    }
    .networkLine{
      display:grid;
      grid-template-columns:110px 1fr;
      gap:12px;
      align-items:center;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
    }
    .networkLine strong{
      font-size:13px;
      color:rgba(18,22,31,.92);
    }
    .networkLine span{
      font-size:13px;
      color:var(--muted);
      line-height:1.6;
    }
    .clouds{
      display:flex; flex-wrap:wrap; gap:8px;
      padding:2px;
    }

    .tagCloud{
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .tagCloud .tag{
      border-color:rgba(124,58,237,.22);
      background:linear-gradient(135deg, rgba(124,58,237,.08), rgba(255,59,122,.06));
    }

    .footer{
      margin-top:8px;
      border-top:1px solid rgba(15,23,42,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,.92));
      padding:22px 0 18px;
    }
    .footerGrid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .footerCard{
      border:1px solid rgba(15,23,42,.10);
      border-radius:22px;
      padding:16px;
      background:rgba(255,255,255,.86);
      box-shadow:0 12px 30px rgba(16,24,40,.05);
    }
    .footerTitle{
      margin:0;
      font-weight:1000;
      font-size:16px;
    }
    .footerText{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .footerLinks{
      margin-top:12px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footerLinks a{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.78);
      font-weight:950;
      font-size:13px;
      color:rgba(18,22,31,.86);
      transition:transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .footerLinks a:hover{
      transform:translateY(-1px);
      border-color:rgba(255,59,122,.30);
      background:rgba(255,59,122,.07);
    }

    .bottomRow{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      flex-wrap:wrap;
      margin-top:12px;
      color:var(--muted2);
      font-size:12px;
    }

    .floatChat{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .floatBtn{
      width:52px;height:52px;border-radius:18px;
      border:1px solid rgba(15,23,42,.12);
      background:linear-gradient(135deg, rgba(255,59,122,.95), rgba(124,58,237,.92));
      box-shadow:0 18px 50px rgba(255,59,122,.22);
      display:flex;align-items:center;justify-content:center;
      cursor:pointer;
      transition:transform .16s ease, box-shadow .16s ease;
      color:#fff;
    }
    .floatBtn:hover{
      transform:translateY(-2px);
      box-shadow:0 24px 70px rgba(255,59,122,.28);
    }
    .qrPanel{
      width:210px;
      border-radius:20px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(255,255,255,.92);
      box-shadow:0 18px 46px rgba(16,24,40,.14);
      overflow:hidden;
      transform-origin:100% 100%;
      opacity:0;
      transform:scale(.96) translateY(10px);
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease;
    }
    .qrPanel.open{
      opacity:1;
      transform:scale(1) translateY(0);
      pointer-events:auto;
    }
    .qrHead{
      padding:10px 12px;
      background:linear-gradient(180deg, rgba(255,59,122,.10), rgba(124,58,237,.06));
      border-bottom:1px solid rgba(15,23,42,.08);
      font-weight:1000;
      font-size:13px;
    }
    .qrBody{
      padding:12px;
      display:flex;flex-direction:column;gap:10px;align-items:center;
    }
    .qrBody img{
      width:120px;height:auto;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background:#fff;
    }
    .qrHint{
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
      text-align:center;
      margin:0;
    }

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

    .topSpacer{height:10px}

    @media (max-width: 980px){
      .heroInner{grid-template-columns:1fr; padding:18px}
      .heroTitle{font-size:28px}
      .grid3{grid-template-columns:1fr}
      .grid2{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr 1fr}
      .cardsList{grid-template-columns:1fr}
      .reviews{grid-template-columns:1fr}
      .faqGrid{grid-template-columns:1fr}
      .articleList{grid-template-columns:1fr}
      .matchGrid{grid-template-columns:1fr}
      .timelineItem{grid-template-columns:1fr}
      .footerGrid{grid-template-columns:1fr}
      table{min-width:720px}
      .navLinks{display:none}
      .navRight{min-width:auto}
      .burger{display:flex}
      .mobilePanel{display:block}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .reveal{transition:none}
      .card, .miniCard, .sparkItem, .btn, .floatBtn{transition:none}
    }