:root{
      --bg0:#fbf7f3;
      --bg1:#ffffff;
      --text:#1b1f2a;
      --muted:#5b6476;
      --muted2:#7b8498;
      --line:rgba(15,23,42,.12);
      --card:#ffffff;
      --shadow: 0 12px 30px rgba(16,24,40,.10);
      --shadow2: 0 8px 18px rgba(16,24,40,.10);
      --ring: 0 0 0 4px rgba(255,62,122,.18);
      --p1:#ff2f6e;
      --p2:#7c3aed;
      --p3:#06b6d4;
      --p4:#f97316;
      --good:#16a34a;
      --warn:#f59e0b;
      --radius:18px;
      --radius2:14px;
      --container: 1140px;
      --gutter: 18px;
      --ease:cubic-bezier(.2,.8,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      background: radial-gradient(1200px 700px at 20% -10%, rgba(255,47,110,.16), transparent 55%),
                  radial-gradient(900px 550px at 90% 5%, rgba(124,58,237,.14), transparent 50%),
                  linear-gradient(180deg, var(--bg0), #fff 60%);
      color:var(--text);
      overflow-x:hidden;
    }
    a{color:inherit}
    .container{
      width: min(var(--container), calc(100% - var(--gutter)*2));
      margin:0 auto;
    }

    .skip{
      position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip:focus{
      left:12px;top:12px;width:auto;height:auto;z-index:9999;
      background:#fff;padding:10px 12px;border-radius:12px;border:1px solid var(--line);
      box-shadow: var(--shadow2);
    }

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(251,247,243,.72);
      border-bottom: 1px solid rgba(15,23,42,.08);
    }
    .navWrap{
      display:flex; align-items:center; justify-content:space-between;
      padding: 12px 0;
      gap:14px;
    }
    .brand{
      display:flex;align-items:center;gap:10px;min-width: 180px;
    }
    .brand img{
      width:44px;height:44px;object-fit:contain;
      border-radius:12px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(15,23,42,.08);
      padding:6px;
    }
    .brandText{display:flex;flex-direction:column;line-height:1.1}
    .brandName{
      font-weight:850; letter-spacing:.2px; font-size:15px;
    }
    .brandSub{
      font-size:12px; color:var(--muted); font-weight:600;
    }

    nav{
      display:flex; align-items:center; gap:18px;
      flex:1; justify-content:flex-end;
    }
    .navLinks{
      display:flex; align-items:center; gap:16px;
      flex-wrap:nowrap;
    }
    .navLinks a{
      text-decoration:none; font-weight:700; font-size:13px; color:rgba(27,31,42,.86);
      padding:10px 10px;border-radius:12px; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
      white-space:nowrap;
    }
    .navLinks a:hover{
      background: rgba(255,47,110,.10);
      transform: translateY(-1px);
    }
    .navCtas{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding: 11px 14px;
      border-radius: 14px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.75);
      color: rgba(27,31,42,.95);
      text-decoration:none;
      font-weight:850; font-size:13px;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
      cursor:pointer;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow: var(--ring)}
    .btn:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}
    .btnPrimary{
      border-color: rgba(255,47,110,.35);
      background: linear-gradient(135deg, rgba(255,47,110,.18), rgba(124,58,237,.16));
      position:relative;
      overflow:hidden;
    }
    .btnPrimary::after{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(240px 120px at 10% 10%, rgba(255,47,110,.35), transparent 60%),
                  radial-gradient(260px 140px at 90% 30%, rgba(124,58,237,.28), transparent 60%);
      opacity:.8;
      pointer-events:none;
      transform: translateZ(0);
    }
    .btnPrimary span{position:relative; z-index:1}
    .btnGhost{
      background: transparent;
      border-color: rgba(15,23,42,.10);
    }

    .menuBtn{
      display:none;
      width:44px;height:44px;border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.75);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease);
    }
    .menuBtn:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}
    .menuBtn:focus{outline:none; box-shadow: var(--ring)}
    .burger{
      width:18px;height:12px; position:relative;
    }
    .burger i{
      position:absolute;left:0;right:0;height:2px;border-radius:2px;background: rgba(27,31,42,.85);
      transition: transform .22s var(--ease), top .22s var(--ease), opacity .22s var(--ease);
    }
    .burger i:nth-child(1){top:0}
    .burger i:nth-child(2){top:5px}
    .burger i:nth-child(3){top:10px}
    .menuOpen .burger i:nth-child(1){top:5px; transform: rotate(45deg)}
    .menuOpen .burger i:nth-child(2){opacity:0}
    .menuOpen .burger i:nth-child(3){top:5px; transform: rotate(-45deg)}
    
    .mobilePanel{
      display:none;
      padding: 0 0 14px;
    }
    .mobilePanel .panelInner{
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      border-radius: 18px;
      padding: 10px;
      box-shadow: var(--shadow2);
    }
    .mobileLinks{
      display:flex; flex-direction:column; gap:6px;
    }
    .mobileLinks a{
      text-decoration:none; font-weight:850; font-size:14px; color: rgba(27,31,42,.92);
      padding: 10px 12px; border-radius: 14px;
      background: rgba(255,255,255,.7);
      border: 1px solid rgba(15,23,42,.08);
      transition: transform .18s var(--ease), background .18s var(--ease);
    }
    .mobileLinks a:hover{
      transform: translateY(-1px);
      background: rgba(255,47,110,.08);
    }

    main{padding-bottom: 40px;}
    .section{
      padding: 56px 0;
    }
    .sectionTight{padding: 42px 0;}
    .sectionHeader{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px;
      margin-bottom: 18px;
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 12px; border-radius: 999px;
      border: 1px solid rgba(255,47,110,.28);
      background: rgba(255,47,110,.08);
      color: rgba(180, 22, 70, .98);
      font-weight:900; letter-spacing:.2px; font-size:12px;
      width: fit-content;
    }
    .kicker b{color: rgba(110, 16, 45, 1)}
    h1,h2,h3{margin:0}
    h1{
      font-size: clamp(26px, 3.2vw, 44px);
      letter-spacing: -0.6px;
      line-height:1.1;
    }
    .hero{
      padding: 26px 0 26px;
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
      align-items: stretch;
    }
    .heroCard{
      border-radius: 26px;
      background:
        radial-gradient(900px 420px at 10% 10%, rgba(255,47,110,.22), transparent 60%),
        radial-gradient(650px 380px at 85% 35%, rgba(124,58,237,.18), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.60));
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
      padding: 26px;
      min-height: 320px;
    }
    .heroCard::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        linear-gradient(90deg, rgba(255,47,110,.0), rgba(255,47,110,.18), rgba(124,58,237,.0));
      transform: translateX(-45%);
      opacity:.7;
      pointer-events:none;
      animation: sweep 8s var(--ease) infinite;
    }
    @keyframes sweep{
      0%{transform: translateX(-55%)}
      45%{transform: translateX(10%)}
      100%{transform: translateX(55%)}
    }
    .heroInner{position:relative; z-index:1}
    .heroSub{
      margin-top: 12px;
      color: rgba(27,31,42,.82);
      font-size: 15px;
      line-height:1.7;
      max-width: 56ch;
      font-weight:650;
    }
    .heroActions{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
      margin-top: 18px;
    }
    .heroBadges{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top: 16px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.65);
      color: rgba(27,31,42,.9);
      font-weight:900; font-size:12px;
    }
    .dot{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--p1), var(--p2));
      box-shadow: 0 0 0 4px rgba(255,47,110,.12);
    }

    .heroAside{
      display:flex; flex-direction:column; gap: 14px;
    }
    .miniPanel{
      border-radius: 22px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: var(--shadow2);
      padding: 16px;
      position:relative;
      overflow:hidden;
    }
    .miniPanel::after{
      content:"";
      position:absolute; right:-40px; top:-40px;
      width:140px; height:140px;
      border-radius: 28px;
      background: radial-gradient(circle at 30% 30%, rgba(255,47,110,.28), transparent 60%),
                  radial-gradient(circle at 70% 60%, rgba(124,58,237,.22), transparent 55%);
      transform: rotate(18deg);
      pointer-events:none;
    }
    .miniTop{position:relative; z-index:1; display:flex; justify-content:space-between; align-items:flex-start; gap:12px}
    .miniTitle{font-weight:950; letter-spacing:.2px}
    .miniText{margin-top:6px; color:var(--muted); font-weight:650; line-height:1.6; font-size:13px; position:relative; z-index:1}
    .sparkLine{
      width:74px; height:34px;
      border-radius: 12px;
      border: 1px solid rgba(15,23,42,.10);
      background: linear-gradient(135deg, rgba(6,182,212,.14), rgba(255,47,110,.12));
      display:flex; align-items:center; justify-content:center;
      position:relative; z-index:1;
    }
    .sparkLine svg{opacity:.95}

    .metricGrid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      margin-top: 14px;
      position:relative; z-index:1;
    }
    .metric{
      border-radius: 16px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      padding: 12px;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease);
      will-change: transform;
    }
    .metric:hover{transform: translateY(-2px); box-shadow: var(--shadow2)}
    .metric .num{
      font-size: 18px; font-weight:1000; letter-spacing:-.2px;
    }
    .metric .lab{
      margin-top: 4px; color: var(--muted); font-weight:750; font-size:12px; line-height:1.3;
    }

    .floatHelp{
      position:fixed;
      right: 14px;
      bottom: 14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .helpCard{
      display:flex; gap:10px; align-items:center;
      padding: 10px 12px;
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.82);
      box-shadow: var(--shadow2);
      max-width: 240px;
      transform: translateY(0);
      transition: transform .2s var(--ease), opacity .2s var(--ease);
    }
    .helpCard.hidden{opacity:0; transform: translateY(10px); pointer-events:none;}
    .helpCard .q{
      width:40px;height:40px;border-radius:14px;
      background: linear-gradient(135deg, rgba(255,47,110,.20), rgba(124,58,237,.16));
      border:1px solid rgba(255,47,110,.25);
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
    }
    .helpCard .q svg{opacity:.95}
    .helpCard .t{display:flex;flex-direction:column;gap:2px}
    .helpCard .t strong{font-size:13px; font-weight:1000; letter-spacing:.2px}
    .helpCard .t span{font-size:12px;color:var(--muted);font-weight:700}
    .helpActions{display:flex; gap:8px; align-items:center}
    .helpLink{
      text-decoration:none;
      padding: 9px 10px;
      border-radius: 14px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.7);
      font-weight:900; font-size:12px;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
    }
    .helpLink:hover{transform: translateY(-1px); box-shadow: var(--shadow2); background: rgba(255,47,110,.08)}
    .helpQrBtn{
      width:46px; height:46px; border-radius:16px;
      border:1px solid rgba(255,47,110,.30);
      background: linear-gradient(135deg, rgba(255,47,110,.18), rgba(124,58,237,.15));
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease);
    }
    .helpQrBtn:hover{transform: translateY(-1px); box-shadow: var(--shadow2)}
    .qrPopover{
      position:absolute;
      right: 0;
      bottom: 62px;
      width: 220px;
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.90);
      box-shadow: var(--shadow);
      overflow:hidden;
      transform-origin: 90% 100%;
      opacity:0;
      transform: translateY(10px) scale(.98);
      pointer-events:none;
      transition: opacity .18s var(--ease), transform .18s var(--ease);
    }
    .qrPopover.show{
      opacity:1;
      transform: translateY(0) scale(1);
      pointer-events:auto;
    }
    .qrHeader{
      padding: 12px 12px 8px;
      display:flex; align-items:center; justify-content:space-between;
      gap:10px;
      border-bottom: 1px solid rgba(15,23,42,.08);
      background: linear-gradient(180deg, rgba(255,47,110,.08), rgba(255,255,255,.9));
    }
    .qrHeader strong{font-weight:1000; font-size:13px}
    .qrHeader button{
      border:none;background:transparent;cursor:pointer;
      width:34px;height:34px;border-radius:12px;
      transition: background .18s var(--ease);
    }
    .qrHeader button:hover{background: rgba(15,23,42,.06)}
    .qrBody{padding: 12px}
    .qrImgWrap{
      border-radius: 16px;
      overflow:hidden;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.8);
      display:flex; align-items:center; justify-content:center;
      padding: 10px;
    }
    .qrImgWrap img{max-width:100%; height:auto; display:block}
    .qrHint{
      margin-top: 10px; color: var(--muted); font-size:12px; line-height:1.5; font-weight:700;
    }

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

    .grid3{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
    }
    .grid2{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px;
    }
    .card{
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(15,23,42,.10);
      border-radius: var(--radius);
      box-shadow: 0 10px 26px rgba(16,24,40,.08);
      padding: 16px;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease);
      min-width: 0;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(255,47,110,.22);
      box-shadow: var(--shadow2);
    }
    .cardTitle{
      font-weight:1000; letter-spacing:.2px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .chip{
      display:inline-flex; align-items:center; gap:8px;
      padding: 7px 10px; border-radius: 999px;
      background: rgba(255,47,110,.10);
      border: 1px solid rgba(255,47,110,.24);
      font-weight:950; font-size:12px;
      color: rgba(140, 18, 58, 1);
      white-space:nowrap;
    }
    .cardText{margin-top: 8px; color: var(--muted); font-weight:700; line-height:1.7; font-size:13px}
    .iconBubble{
      width:40px;height:40px;border-radius:16px;
      background: linear-gradient(135deg, rgba(255,47,110,.18), rgba(124,58,237,.16));
      border:1px solid rgba(255,47,110,.25);
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
    }
    .cardHead{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .cardHeadLeft{display:flex; gap:12px; align-items:flex-start}
    .cardHeadLeft .titles{display:flex; flex-direction:column; gap:6px}
    .cardHeadLeft h3{font-size:15px; font-weight:1000; letter-spacing:.1px}
    .cardHeadLeft p{margin:0; color:var(--muted); font-weight:750; font-size:12px; line-height:1.4}

    .steps{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px;
      margin-top: 14px;
    }
    .step{
      padding: 14px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.65));
      border: 1px solid rgba(15,23,42,.10);
      position:relative;
      overflow:hidden;
      min-width:0;
    }
    .step::after{
      content:"";
      position:absolute; left:-60px; top:-60px;
      width:120px; height:120px;
      border-radius: 26px;
      background: radial-gradient(circle at 30% 30%, rgba(6,182,212,.18), transparent 60%),
                  radial-gradient(circle at 70% 60%, rgba(255,47,110,.14), transparent 55%);
      transform: rotate(18deg);
      pointer-events:none;
    }
    .step .n{
      display:inline-flex; align-items:center; justify-content:center;
      width:38px;height:38px;border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.75);
      font-weight:1000;
      position:relative; z-index:1;
    }
    .step h3{margin-top:10px; font-size:14px; font-weight:1000; position:relative; z-index:1}
    .step p{margin-top:6px; color:var(--muted); font-weight:720; font-size:12.5px; line-height:1.6; position:relative; z-index:1}

    .compareWrap{
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow2);
      overflow:hidden;
    }
    .compareTop{
      padding: 16px 16px 12px;
      border-bottom: 1px solid rgba(15,23,42,.08);
      background: linear-gradient(180deg, rgba(255,47,110,.10), rgba(255,255,255,.9));
      display:flex; justify-content:space-between; align-items:flex-start; gap:14px; flex-wrap:wrap;
    }
    .stars{
      display:flex; align-items:center; gap:10px;
      font-weight:1000;
    }
    .starRow{display:flex; gap:4px}
    .star{
      width:18px;height:18px;
      background: linear-gradient(135deg, rgba(255,47,110,.25), rgba(124,58,237,.22));
      border:1px solid rgba(255,47,110,.30);
      border-radius:6px;
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }
    .ratingNum{font-size:18px}
    table{
      width:100%;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 13px;
    }
    thead th{
      text-align:left;
      padding: 12px 14px;
      background: rgba(15,23,42,.03);
      color: rgba(27,31,42,.92);
      font-weight:1000;
      border-bottom: 1px solid rgba(15,23,42,.08);
      white-space:nowrap;
    }
    tbody td{
      padding: 12px 14px;
      border-bottom: 1px solid rgba(15,23,42,.07);
      color: rgba(27,31,42,.9);
      font-weight:700;
      vertical-align:middle;
    }
    tbody tr:last-child td{border-bottom:none}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.65);
      font-weight:1000; font-size:12px;
      white-space:nowrap;
    }
    .pill.good{
      border-color: rgba(22,163,74,.25);
      background: rgba(22,163,74,.08);
      color: rgba(18, 116, 43, 1);
    }
    .pill.mid{
      border-color: rgba(245,158,11,.25);
      background: rgba(245,158,11,.10);
      color: rgba(153, 98, 16, 1);
    }
    .pill.na{
      border-color: rgba(15,23,42,.12);
      background: rgba(15,23,42,.04);
      color: rgba(91,100,118,1);
    }

    .timeline{
      display:grid; grid-template-columns: 1fr;
      gap:12px;
      margin-top: 14px;
    }
    .tlItem{
      display:flex; gap:12px; align-items:flex-start;
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
      position:relative;
      overflow:hidden;
    }
    .tlItem::after{
      content:"";
      position:absolute; right:-70px; top:-70px;
      width:160px;height:160px;border-radius: 40px;
      background: radial-gradient(circle at 35% 35%, rgba(124,58,237,.18), transparent 60%),
                  radial-gradient(circle at 70% 65%, rgba(255,47,110,.14), transparent 55%);
      transform: rotate(12deg);
      pointer-events:none;
    }
    .tlDot{
      width:42px;height:42px;border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background: linear-gradient(135deg, rgba(255,47,110,.18), rgba(124,58,237,.16));
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
      position:relative; z-index:1;
    }
    .tlBody{position:relative; z-index:1}
    .tlBody strong{display:block; font-weight:1000}
    .tlBody span{display:block; margin-top:6px; color:var(--muted); font-weight:730; line-height:1.6; font-size:13px}

    .formGrid{
      display:grid;
      grid-template-columns: 1fr .95fr;
      gap: 14px;
      align-items:start;
      margin-top: 14px;
    }
    form{
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(15,23,42,.10);
      border-radius: 22px;
      padding: 16px;
      box-shadow: var(--shadow2);
    }
    .fieldGrid{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
    }
    label{
      display:flex; flex-direction:column; gap:8px;
      font-weight:900; color: rgba(27,31,42,.92);
      font-size: 12.5px;
    }
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border: 1px solid rgba(15,23,42,.12);
      padding: 11px 12px;
      background: rgba(255,255,255,.85);
      color: rgba(27,31,42,.95);
      font-weight:750;
      font-size: 13px;
      outline:none;
      transition: box-shadow .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease);
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(255,47,110,.32);
      box-shadow: var(--ring);
    }
    textarea{min-height: 110px; resize: vertical}
    .formActions{
      display:flex; gap:10px; align-items:center; justify-content:space-between; flex-wrap:wrap;
      margin-top: 12px;
    }
    .finePrint{
      color: var(--muted);
      font-weight:720;
      font-size: 12px;
      line-height:1.5;
      max-width: 38ch;
    }

    .asideInfo{
      display:flex; flex-direction:column; gap: 12px;
    }
    .quoteCard{
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(15,23,42,.10);
      border-radius: 22px;
      padding: 16px;
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .quoteCard::after{
      content:"";
      position:absolute; left:-80px; bottom:-90px;
      width:220px;height:220px;border-radius: 70px;
      background: radial-gradient(circle at 35% 35%, rgba(255,47,110,.22), transparent 62%),
                  radial-gradient(circle at 70% 65%, rgba(6,182,212,.16), transparent 58%);
      pointer-events:none;
    }
    .quoteCard > *{position:relative; z-index:1}
    .quoteTop{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .quoteTop strong{font-weight:1000}
    .quoteList{
      margin: 12px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .quoteList li{
      display:flex; gap:10px; align-items:flex-start;
      color: var(--muted);
      font-weight:750; font-size:13px; line-height:1.6;
    }
    .check{
      width:22px;height:22px;border-radius: 8px;
      border: 1px solid rgba(22,163,74,.25);
      background: rgba(22,163,74,.10);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
      margin-top: 1px;
    }

    .faqGrid{
      display:grid; grid-template-columns: 1fr; gap: 10px;
      margin-top: 14px;
    }
    details{
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(15,23,42,.10);
      border-radius: 18px;
      padding: 12px 14px;
      box-shadow: 0 10px 22px rgba(16,24,40,.06);
      transition: border-color .18s var(--ease), transform .18s var(--ease);
    }
    details[open]{border-color: rgba(255,47,110,.26); transform: translateY(-1px)}
    summary{
      cursor:pointer;
      list-style:none;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000; color: rgba(27,31,42,.94);
      font-size: 14px;
    }
    summary::-webkit-details-marker{display:none}
    .sumLeft{display:flex; align-items:center; gap:10px}
    .plus{
      width:30px;height:30px;border-radius:12px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      display:flex; align-items:center; justify-content:center;
      flex: 0 0 auto;
      transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
    }
    details[open] .plus{transform: rotate(45deg); border-color: rgba(255,47,110,.26); background: rgba(255,47,110,.08)}
    .faqBody{
      margin-top: 10px;
      color: var(--muted);
      font-weight: 720;
      line-height: 1.8;
      font-size: 13px;
      padding-right: 4px;
    }

    .commentsGrid{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
      margin-top: 14px;
    }
    .comment{
      padding: 16px;
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
      position:relative; overflow:hidden;
    }
    .comment::after{
      content:"";
      position:absolute; right:-80px; top:-90px;
      width:220px;height:220px;border-radius: 70px;
      background: radial-gradient(circle at 35% 35%, rgba(124,58,237,.18), transparent 62%),
                  radial-gradient(circle at 70% 65%, rgba(255,47,110,.14), transparent 58%);
      pointer-events:none;
    }
    .comment > *{position:relative; z-index:1}
    .personRow{display:flex; align-items:center; justify-content:space-between; gap:12px}
    .avatar{
      width:44px;height:44px;border-radius: 18px;
      background: linear-gradient(135deg, rgba(255,47,110,.18), rgba(6,182,212,.14));
      border: 1px solid rgba(15,23,42,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color: rgba(27,31,42,.90);
    }
    .role{font-weight:1000; font-size:13px}
    .tag{
      display:inline-flex; padding: 7px 10px; border-radius: 999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      color: rgba(27,31,42,.88);
      font-weight:950; font-size:12px;
      white-space:nowrap;
    }
    .quote{
      margin-top: 10px;
      color: var(--muted);
      font-weight: 720;
      line-height: 1.8;
      font-size: 13px;
    }

    .caseGrid{
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
      margin-top: 14px;
    }
    .caseCard{
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
      overflow:hidden;
      transition: transform .18s var(--ease), box-shadow .18s var(--ease);
      min-width:0;
    }
    .caseCard:hover{transform: translateY(-2px); box-shadow: var(--shadow2)}
    .thumb{
      width:100%;
      aspect-ratio: 16/10;
      background: linear-gradient(135deg, rgba(255,47,110,.14), rgba(124,58,237,.12), rgba(6,182,212,.10));
      display:flex;align-items:center;justify-content:center;
      border-bottom: 1px solid rgba(15,23,42,.08);
      position:relative;
    }
    .thumb img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
      filter: saturate(1.02) contrast(1.03);
    }
    .thumb::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(500px 220px at 20% 10%, rgba(255,47,110,.24), transparent 60%),
                  radial-gradient(420px 220px at 90% 35%, rgba(124,58,237,.20), transparent 55%);
      pointer-events:none;
      opacity:.65;
    }
    .caseBody{padding: 14px 14px 16px}
    .caseTop{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
    .caseBody h3{font-size:14px; font-weight:1000; letter-spacing:.1px; line-height:1.35}
    .caseBody p{margin: 8px 0 0; color:var(--muted); font-weight:720; line-height:1.7; font-size:13px}
    .caseMeta{
      display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px;
    }
    .metaItem{
      display:inline-flex; gap:8px; align-items:center;
      padding: 7px 10px; border-radius: 999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.68);
      font-weight:950; font-size:12px; color: rgba(27,31,42,.9);
      white-space:nowrap;
    }
    .metaItem i{
      width:8px;height:8px;border-radius:50%;
      background: linear-gradient(135deg, var(--p1), var(--p2));
      display:inline-block;
    }

    .articleList{
      margin-top: 14px;
      display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
    }
    .article{
      padding: 16px;
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
      transition: transform .18s var(--ease), box-shadow .18s var(--ease);
      min-width:0;
      display:flex; flex-direction:column; gap:10px;
    }
    .article:hover{transform: translateY(-2px); box-shadow: var(--shadow2)}
    .article .topRow{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .badge2{
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,47,110,.22);
      background: rgba(255,47,110,.08);
      color: rgba(140,18,58,1);
      font-weight:1000; font-size:12px;
      white-space:nowrap;
    }
    .article h3{font-size:14px; font-weight:1000; line-height:1.5; margin:0}
    .article p{margin:0; color:var(--muted); font-weight:720; line-height:1.7; font-size:13px}
    .article .linkRow{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      border-top: 1px solid rgba(15,23,42,.08);
      padding-top: 10px;
    }
    .article .linkRow a{
      text-decoration:none;
      font-weight:1000;
      color: rgba(27,31,42,.94);
      display:inline-flex; align-items:center; gap:8px;
    }
    .arrow{
      width:26px;height:26px;border-radius: 12px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.7);
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s var(--ease);
    }
    .article:hover .arrow{transform: translateX(2px)}
    .linkBtn{
      text-decoration:none;
      font-weight:1000;
      padding: 10px 12px;
      border-radius: 16px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.74);
      color: rgba(27,31,42,.95);
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
      display:inline-flex; align-items:center; gap:10px;
      cursor:pointer;
    }
    .linkBtn:hover{transform: translateY(-1px); box-shadow: var(--shadow2); background: rgba(255,47,110,.08)}
    .tagCloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top: 14px;
    }
    .tagCloud a{
      text-decoration:none;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.74);
      font-weight:1000;
      font-size: 12.5px;
      color: rgba(27,31,42,.9);
      transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
    }
    .tagCloud a:hover{
      transform: translateY(-2px);
      box-shadow: var(--shadow2);
      border-color: rgba(255,47,110,.22);
      background: rgba(255,47,110,.08);
    }

    .networkGrid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top: 14px;
    }
    .listCard{
      padding: 16px;
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
    }
    .listCard h3{font-size:15px; font-weight:1000}
    .listCard p{margin:8px 0 0; color: var(--muted); font-weight:720; line-height:1.7; font-size:13px}
    .ul{
      margin: 12px 0 0; padding:0; list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .ul li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(27,31,42,.92);
      font-weight:850; font-size:13px;
      line-height:1.5;
    }
    .ul li span{
      color: var(--muted);
      font-weight:720;
      display:block;
      margin-top:2px;
      font-size: 12.5px;
      line-height:1.6;
    }
    .marker{
      width:22px;height:22px;border-radius:10px;
      background: rgba(255,47,110,.10);
      border:1px solid rgba(255,47,110,.25);
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .marker i{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--p1), var(--p2));
      display:block;
    }

    .footer{
      background: rgba(18, 20, 28, .96);
      color: rgba(255,255,255,.92);
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 28px 0 18px;
      margin-top: 10px;
    }
    .footerGrid{
      display:grid; grid-template-columns: 1.2fr 1fr; gap: 16px; align-items:start;
    }
    .footerBrand{
      display:flex; gap:12px; align-items:flex-start;
    }
    .footerBrand img{
      width:44px;height:44px;object-fit:contain;
      border-radius:14px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      padding:6px;
    }
    .footerBrand strong{
      font-weight:1000; letter-spacing:.2px;
      display:block; font-size:15px;
    }
    .footerBrand p{
      margin:8px 0 0;
      color: rgba(255,255,255,.76);
      font-weight:700;
      line-height:1.7;
      font-size:13px;
      max-width: 58ch;
    }
    .footerLinks{
      display:grid; grid-template-columns: 1fr 1fr; gap: 12px;
    }
    .footerLinks h3{font-size:13px; font-weight:1000; color: rgba(255,255,255,.92); margin:0}
    .footerLinks .links{
      display:flex; flex-direction:column; gap:10px; margin-top:10px;
    }
    .footerLinks .links a{
      color: rgba(255,255,255,.78);
      text-decoration:none;
      font-weight:750; font-size:13px;
      transition: color .18s var(--ease);
    }
    .footerLinks .links a:hover{color: rgba(255,255,255,.98)}
    .footerBottom{
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      color: rgba(255,255,255,.72);
      font-weight:700; font-size:12.5px;
    }
    .friendship{
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .friendship strong{
      font-size:13px; font-weight:1000; color: rgba(255,255,255,.92);
    }
    .friendship a{
      color: rgba(255,255,255,.78);
      text-decoration:none;
      font-weight:800;
      font-size:12.5px;
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      display:inline-flex;
      width: fit-content;
      transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
    }
    .friendship a:hover{
      transform: translateY(-1px);
      background: rgba(255,47,110,.14);
      color: rgba(255,255,255,.98);
    }
    .friendship .row{
      display:flex; flex-wrap:wrap; gap:10px;
    }

    .ruler{
      height: 1px;
      background: linear-gradient(90deg, rgba(255,47,110,.0), rgba(255,47,110,.25), rgba(124,58,237,.18), rgba(255,47,110,.0));
      margin: 14px 0 0;
    }

    .backTop{
      position:fixed;
      left: 14px;
      bottom: 14px;
      z-index:70;
      width: 48px; height:48px;
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      box-shadow: var(--shadow2);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      opacity: 0;
      pointer-events:none;
      transform: translateY(10px);
      transition: opacity .18s var(--ease), transform .18s var(--ease);
    }
    .backTop.show{
      opacity:1; pointer-events:auto; transform: translateY(0);
    }
    .backTop:focus{outline:none; box-shadow: var(--ring)}
    
    .masonry{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 14px;
      align-items:stretch;
    }
    .mediaCard{
      border-radius: 22px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 10px 26px rgba(16,24,40,.07);
      overflow:hidden;
      position:relative;
    }
    .mediaCard .mediaHead{
      padding: 14px 16px 0;
      display:flex; justify-content:space-between; gap:12px; align-items:flex-start; flex-wrap:wrap;
      position:relative; z-index:1;
    }
    .mediaCard h3{font-weight:1000; font-size:15px}
    .mediaCard p{margin: 8px 0 0; color: var(--muted); font-weight:720; line-height:1.7; font-size:13px; padding: 0 16px}
    .mediaGrid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 14px 16px 16px;
    }
    .mediaTile{
      border-radius: 18px;
      border: 1px solid rgba(15,23,42,.10);
      overflow:hidden;
      background: rgba(255,255,255,.70);
      aspect-ratio: 4/3;
      position:relative;
    }
    .mediaTile img{
      width:100%; height:100%;
      object-fit: cover;
      display:block;
    }
    .mediaTile::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(260px 120px at 20% 10%, rgba(255,47,110,.20), transparent 62%),
                  radial-gradient(240px 120px at 85% 30%, rgba(124,58,237,.16), transparent 58%);
      opacity:.6;
      pointer-events:none;
    }

    @media (max-width: 980px){
      .heroGrid{grid-template-columns: 1fr; }
      .heroCard{min-height: auto}
      .steps{grid-template-columns: repeat(2, minmax(0,1fr))}
      .grid3{grid-template-columns: repeat(2, minmax(0,1fr))}
      .commentsGrid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .caseGrid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .articleList{grid-template-columns: repeat(2, minmax(0,1fr))}
      .formGrid{grid-template-columns: 1fr}
      .networkGrid{grid-template-columns: 1fr}
      .footerGrid{grid-template-columns: 1fr}
      .footerLinks{grid-template-columns: 1fr 1fr}
    }
    @media (max-width: 720px){
      :root{--gutter: 14px}
      .navLinks{display:none}
      .navCtas{display:none}
      .menuBtn{display:flex}
      .mobilePanel{display:block}
      .grid3,.grid2,.caseGrid,.commentsGrid,.articleList{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr}
      .fieldGrid{grid-template-columns: 1fr}
      table{font-size: 12.5px}
      thead th, tbody td{padding: 10px 10px}
      .masonry{grid-template-columns: 1fr}
      .mediaGrid{grid-template-columns: 1fr 1fr}
      .backTop{left: 12px}
      .floatHelp{right: 12px}
      .helpCard{max-width: 190px}
      .footerLinks{grid-template-columns: 1fr}
    }

    @media (prefers-reduced-motion: reduce){
      *{scroll-behavior:auto !important}
      .heroCard::before{animation:none}
      .animIn{transition:none}
      .metric, .card, .article, .caseCard, details, .btn, .linkBtn{transition:none}
    }