:root{
      --bg0:#fff7f6;
      --bg1:#ffffff;
      --text:#16181d;
      --muted:#5b616d;
      --muted2:#7b8190;
      --card:#ffffff;
      --line:rgba(20,25,35,.10);
      --shadow: 0 14px 40px rgba(18, 22, 33, .08);
      --shadow2: 0 10px 26px rgba(18, 22, 33, .10);
      --brand:#b21b3a;
      --brand2:#ff3d6b;
      --accent:#0b5cff;
      --accent2:#00b8a9;
      --warn:#ff7a00;
      --good:#1f8a5b;
      --radius:18px;
      --radius2:24px;
      --container:1120px;
      --padX:18px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", "Noto Sans", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1000px 600px at 15% 0%, rgba(255,61,107,.14), transparent 60%),
        radial-gradient(900px 520px at 80% 10%, rgba(11,92,255,.14), transparent 55%),
        linear-gradient(180deg, var(--bg0), var(--bg1) 36%, #fff 100%);
    }
    a{color:inherit}
    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(20,25,35,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 210px;
    }
    .brand img{
      width:40px; height:40px; border-radius:12px;
      box-shadow: 0 10px 22px rgba(178,27,58,.18);
      border:1px solid rgba(178,27,58,.18);
    }
    .brand .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand .name{font-weight:800; letter-spacing:.2px}
    .brand .sub{font-size:12px; color:var(--muted2); margin-top:4px}
    .nav{
      display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:flex-end;
    }
    .nav a{
      text-decoration:none; font-size:13px;
      color:rgba(22,24,29,.86);
      padding:8px 10px; border-radius:12px;
      border:1px solid transparent;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .nav a:hover{
      background: rgba(11,92,255,.06);
      border-color: rgba(11,92,255,.18);
      transform: translateY(-1px);
    }
    .nav-cta{
      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(20,25,35,.10);
      background: #fff;
      box-shadow: 0 10px 24px rgba(18, 22, 33, .06);
      color: rgba(22,24,29,.92);
      text-decoration:none;
      font-weight:700;
      font-size:13px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
      cursor:pointer;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(18, 22, 33, .10);
      border-color: rgba(11,92,255,.22);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      border-color: rgba(178,27,58,.28);
      color:#fff;
      box-shadow: 0 18px 44px rgba(178,27,58,.26);
    }
    .btn-primary:hover{
      box-shadow: 0 22px 56px rgba(178,27,58,.32);
      border-color: rgba(178,27,58,.38);
    }
    .btn-ghost{
      background: rgba(255,255,255,.72);
    }
    .icon{
      width:18px; height:18px; display:inline-block;
    }
    .hamburger{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.75);
      box-shadow: 0 10px 24px rgba(18, 22, 33, .06);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition: transform .15s ease;
    }
    .hamburger:hover{transform: translateY(-1px)}
    .hamburger .bars{
      width:18px; height:14px; position:relative;
    }
    .hamburger .bars span{
      position:absolute; left:0; right:0; height:2px; background: rgba(22,24,29,.88);
      border-radius:99px; transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .hamburger .bars span:nth-child(1){top:1px}
    .hamburger .bars span:nth-child(2){top:6px}
    .hamburger .bars span:nth-child(3){top:11px}
    .mobile-panel{
      display:none;
      padding:10px 0 16px;
    }
    .mobile-links{
      display:flex; flex-direction:column; gap:8px;
    }
    .mobile-links a{
      text-decoration:none;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.80);
      border-radius:14px;
      padding:12px 12px;
      font-weight:700;
      font-size:14px;
    }
    .mobile-actions{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}
    .hero{
      padding:34px 0 22px;
      position:relative;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute; inset:-120px -120px auto -120px;
      height:520px;
      background:
        radial-gradient(closest-side at 25% 40%, rgba(255,61,107,.22), transparent 60%),
        radial-gradient(closest-side at 75% 25%, rgba(11,92,255,.18), transparent 60%),
        radial-gradient(closest-side at 55% 85%, rgba(0,184,169,.14), transparent 60%);
      pointer-events:none;
      filter:saturate(1.1);
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      align-items:stretch;
      position:relative;
    }
    .hero-left{
      padding:18px 0;
    }
    .kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(178,27,58,.20);
      background: rgba(178,27,58,.07);
      color: rgba(178,27,58,.98);
      font-weight:800;
      font-size:12px;
      letter-spacing:.2px;
    }
    .pill .dot{
      width:8px; height:8px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand2));
      box-shadow: 0 10px 22px rgba(178,27,58,.25);
    }
    .kicker .meta{
      font-size:12px; color:var(--muted2); font-weight:700;
    }
    h1{
      margin:0;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.7px;
    }
    .hero-desc{
      margin-top:14px;
      font-size:15px;
      color: rgba(22,24,29,.78);
      line-height:1.7;
      max-width: 64ch;
    }
    .hero-actions{
      margin-top:18px;
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
    }
    .hero-mini{
      margin-top:16px;
      display:flex; gap:10px; flex-wrap:wrap;
      color:var(--muted2);
      font-weight:700;
      font-size:12px;
    }
    .hero-mini .chip{
      display:flex; align-items:center; gap:8px;
      padding:9px 10px;
      border:1px dashed rgba(20,25,35,.16);
      border-radius:14px;
      background: rgba(255,255,255,.62);
    }
    .hero-right{
      border-radius:var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.62)),
        radial-gradient(1000px 400px at 90% -20%, rgba(255,61,107,.16), transparent 55%),
        radial-gradient(700px 360px at 0% 0%, rgba(11,92,255,.14), transparent 55%);
      box-shadow: var(--shadow);
      padding:16px;
      display:flex; flex-direction:column; gap:12px;
    }
    .stat-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .stat{
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      padding:12px 12px;
      position:relative;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .stat:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(18, 22, 33, .10);
    }
    .stat:before{
      content:"";
      position:absolute; inset:-40px auto auto -40px;
      width:110px; height:110px;
      background: radial-gradient(closest-side, rgba(11,92,255,.18), transparent 70%);
      transform: rotate(12deg);
      pointer-events:none;
    }
    .stat .num{
      font-size:22px; font-weight:900; letter-spacing:-.2px;
    }
    .stat .label{
      margin-top:6px;
      color: rgba(22,24,29,.74);
      font-size:12px;
      font-weight:800;
      line-height:1.35;
    }
    .hero-card{
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      padding:12px;
      display:flex; flex-direction:column; gap:10px;
    }
    .hero-card .row{
      display:flex; gap:10px; align-items:flex-start;
    }
    .badge{
      flex:0 0 auto;
      width:42px; height:42px;
      border-radius:16px;
      border:1px solid rgba(178,27,58,.20);
      background: linear-gradient(135deg, rgba(178,27,58,.10), rgba(255,61,107,.12));
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 14px 26px rgba(178,27,58,.14);
    }
    .badge svg{width:20px; height:20px}
    .hero-card .title{
      font-weight:900;
      letter-spacing:-.2px;
      margin-top:1px;
    }
    .hero-card .text{
      color: rgba(22,24,29,.72);
      font-size:13px;
      line-height:1.55;
      margin-top:4px;
    }
    .hero-card .actions{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:2px;
    }
    .tagline{
      margin-top:2px;
      color: rgba(22,24,29,.64);
      font-size:12px;
      font-weight:800;
    }
    .section{
      padding:26px 0;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
      flex-wrap:wrap;
    }
    .section-title{
      display:flex; flex-direction:column; gap:8px;
      min-width: 280px;
    }
    .section-title h2{
      margin:0;
      font-size:26px;
      letter-spacing:-.4px;
      line-height:1.2;
    }
    .section-title p{
      margin:0;
      color: rgba(22,24,29,.72);
      font-size:14px;
      line-height:1.7;
      max-width: 70ch;
    }
    .section-tools{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    }
    .seg{
      display:inline-flex; gap:8px; align-items:center;
      padding:9px 11px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.75);
      font-weight:900;
      font-size:12px;
      color: rgba(22,24,29,.76);
    }
    .seg .k{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      box-shadow: 0 12px 26px rgba(11,92,255,.18);
    }
    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      background: rgba(255,255,255,.82);
      border:1px solid rgba(20,25,35,.10);
      border-radius: var(--radius);
      box-shadow: 0 10px 26px rgba(18, 22, 33, .06);
      padding:16px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(18, 22, 33, .10);
      border-color: rgba(11,92,255,.18);
    }
    .card .card-title{
      font-weight:950; letter-spacing:-.2px; margin:0;
      font-size:15px;
    }
    .card .card-desc{
      margin:10px 0 0;
      color: rgba(22,24,29,.74);
      font-size:13px;
      line-height:1.65;
    }
    .card .card-top{
      display:flex; gap:12px; align-items:flex-start;
    }
    .card .card-icon{
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: linear-gradient(135deg, rgba(11,92,255,.10), rgba(0,184,169,.10));
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 14px 26px rgba(11,92,255,.12);
      flex:0 0 auto;
    }
    .card .card-icon svg{width:20px; height:20px}
    .list{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(22,24,29,.78);
      font-weight:800;
      font-size:13px;
      line-height:1.5;
    }
    .check{
      width:18px; height:18px;
      border-radius:8px;
      background: rgba(31,138,91,.12);
      border:1px solid rgba(31,138,91,.20);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .check svg{width:12px; height:12px}
    .two-col{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:14px 14px;
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 26px rgba(18,22,33,.06);
      position:relative;
      overflow:hidden;
    }
    .step:after{
      content:"";
      position:absolute; inset:auto -60px -60px auto;
      width:140px; height:140px;
      background: radial-gradient(closest-side, rgba(178,27,58,.16), transparent 70%);
      transform: rotate(-10deg);
      pointer-events:none;
    }
    .step .n{
      font-weight:1000;
      font-size:26px;
      letter-spacing:-.8px;
      color: rgba(178,27,58,.95);
    }
    .step .t{
      margin-top:6px;
      font-weight:950;
      letter-spacing:-.2px;
      font-size:14px;
    }
    .step .d{
      margin-top:8px;
      color: rgba(22,24,29,.72);
      font-size:13px;
      line-height:1.6;
      font-weight:750;
    }
    .compare{
      overflow:auto;
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
    }
    table{
      width:100%;
      border-collapse: separate;
      border-spacing: 0;
      min-width: 820px;
    }
    th, td{
      padding:14px 14px;
      border-bottom:1px solid rgba(20,25,35,.08);
      text-align:left;
      vertical-align:top;
      font-size:13px;
    }
    th{
      background: linear-gradient(90deg, rgba(178,27,58,.10), rgba(11,92,255,.10));
      position:sticky;
      top:0;
      z-index:1;
      font-weight:1000;
      letter-spacing:-.2px;
    }
    tr:last-child td{border-bottom:none}
    .score-card{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .rating{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background:
        radial-gradient(900px 300px at 10% 0%, rgba(255,61,107,.16), transparent 60%),
        radial-gradient(800px 320px at 85% 10%, rgba(11,92,255,.14), transparent 55%),
        rgba(255,255,255,.80);
      box-shadow: var(--shadow2);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .rating-top{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
    }
    .rating-title{
      font-weight:1000; letter-spacing:-.3px; font-size:16px;
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      padding:8px 10px;
      border-radius:16px;
      border:1px solid rgba(255,122,0,.22);
      background: rgba(255,122,0,.10);
      font-weight:1000;
    }
    .star svg{width:16px; height:16px; fill: rgba(255,122,0,.96)}
    .rating-score{
      display:flex; align-items:flex-end; gap:10px; flex-wrap:wrap;
    }
    .rating-score .num{
      font-size:50px;
      line-height:1;
      font-weight:1100;
      letter-spacing:-2px;
      color: rgba(178,27,58,.96);
    }
    .rating-score .unit{
      font-weight:900;
      color: rgba(22,24,29,.70);
      padding-bottom:6px;
    }
    .rating-list{
      display:grid; grid-template-columns: 1fr 1fr; gap:10px;
      margin-top:6px;
    }
    .mini-kpi{
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      padding:12px;
    }
    .mini-kpi .k{
      font-weight:1000; font-size:13px; letter-spacing:-.2px;
    }
    .mini-kpi .v{
      margin-top:6px;
      color: rgba(22,24,29,.72);
      font-weight:800;
      font-size:13px;
      line-height:1.5;
    }
    .review-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      padding:16px;
      border-radius: var(--radius);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      box-shadow: 0 10px 26px rgba(18,22,33,.06);
      position:relative; overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .review:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(18,22,33,.10);
      border-color: rgba(178,27,58,.20);
    }
    .review:before{
      content:"";
      position:absolute; inset:-90px auto auto -90px;
      width:160px; height:160px;
      background: radial-gradient(closest-side, rgba(178,27,58,.18), transparent 70%);
      pointer-events:none;
    }
    .review .who{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .avatar{
      width:40px; height:40px; border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: linear-gradient(135deg, rgba(11,92,255,.12), rgba(255,61,107,.12));
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      color: rgba(22,24,29,.76);
    }
    .review .role{
      font-weight:1000;
      letter-spacing:-.2px;
      font-size:13px;
      color: rgba(22,24,29,.90);
      margin-top:10px;
    }
    .review .text{
      margin-top:10px;
      color: rgba(22,24,29,.74);
      font-size:13px;
      line-height:1.7;
      font-weight:800;
    }
    .review .meta{
      margin-top:12px;
      display:flex; gap:8px; flex-wrap:wrap; align-items:center;
      color: rgba(22,24,29,.62);
      font-size:12px;
      font-weight:900;
    }
    .bubble{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.76);
    }
    .timeline{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
      padding:16px;
    }
    .timeline-grid{
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:12px;
      margin-top:10px;
    }
    .titem{
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      padding:12px;
      position:relative;
      overflow:hidden;
      min-height: 98px;
    }
    .titem:before{
      content:"";
      position:absolute; inset:-60px auto auto -60px;
      width:120px; height:120px;
      background: radial-gradient(closest-side, rgba(0,184,169,.16), transparent 70%);
      pointer-events:none;
    }
    .titem .tt{
      font-weight:1000; font-size:13px; letter-spacing:-.2px;
    }
    .titem .td{
      margin-top:8px; color: rgba(22,24,29,.72);
      font-size:12.5px; line-height:1.55; font-weight:850;
    }
    .accordion{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
      overflow:hidden;
    }
    .acc-item{
      border-top:1px solid rgba(20,25,35,.08);
    }
    .acc-item:first-child{border-top:none}
    .acc-btn{
      width:100%;
      text-align:left;
      background: transparent;
      border:none;
      padding:14px 16px;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000; letter-spacing:-.2px;
      color: rgba(22,24,29,.92);
    }
    .acc-btn:focus{outline:2px solid rgba(11,92,255,.28); outline-offset:2px}
    .acc-btn .q{
      font-size:14px;
      line-height:1.4;
    }
    .acc-btn .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.70);
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease;
      flex:0 0 auto;
    }
    .acc-panel{
      max-height:0;
      overflow:hidden;
      transition: max-height .25s ease;
    }
    .acc-panel .content{
      padding:0 16px 16px;
      color: rgba(22,24,29,.72);
      font-size:13px;
      line-height:1.75;
      font-weight:850;
    }
    .acc-item[data-open="true"] .acc-panel{max-height: 260px}
    .acc-item[data-open="true"] .acc-btn .chev{transform: rotate(180deg)}
    .form-shell{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background:
        radial-gradient(900px 380px at 5% 0%, rgba(255,61,107,.16), transparent 60%),
        radial-gradient(820px 380px at 95% 0%, rgba(11,92,255,.14), transparent 55%),
        rgba(255,255,255,.80);
      box-shadow: var(--shadow2);
      padding:16px;
      overflow:hidden;
    }
    form{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
      align-items:start;
    }
    .full{grid-column: 1 / -1}
    label{
      display:block; font-weight:1000; font-size:12px;
      letter-spacing:.2px;
      color: rgba(22,24,29,.78);
      margin-bottom:8px;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.12);
      background: rgba(255,255,255,.84);
      padding:12px 12px;
      font-size:14px;
      color: rgba(22,24,29,.92);
      outline:none;
      transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
      box-shadow: 0 10px 24px rgba(18,22,33,.04);
    }
    textarea{min-height:110px; resize: vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(11,92,255,.28);
      box-shadow: 0 0 0 4px rgba(11,92,255,.10);
    }
    .form-actions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:space-between;
      margin-top:4px;
      grid-column: 1 / -1;
    }
    .hint{
      color: rgba(22,24,29,.62);
      font-size:12px;
      font-weight:900;
      line-height:1.5;
      max-width: 52ch;
    }
    .inline-links{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    }
    .inline-links a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.72);
      font-weight:950;
      font-size:13px;
      color: rgba(22,24,29,.86);
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .inline-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(178,27,58,.20);
      box-shadow: 0 14px 30px rgba(18,22,33,.08);
    }
    .article-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .post-list{
      margin:0; padding:0; list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .post{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      padding:12px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .post:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(18,22,33,.10);
      border-color: rgba(11,92,255,.18);
    }
    .post .left{
      display:flex; flex-direction:column; gap:6px;
      min-width: 0;
    }
    .post .title{
      font-weight:1000; letter-spacing:-.2px; font-size:13.5px;
      line-height:1.45;
      color: rgba(22,24,29,.92);
    }
    .post .meta{
      color: rgba(22,24,29,.62);
      font-size:12px; font-weight:900;
    }
    .post .go{
      flex:0 0 auto;
      width:38px; height:38px;
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.70);
      display:flex; align-items:center; justify-content:center;
    }
    .post .go svg{width:18px; height:18px}
    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .case{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column;
      min-height: 280px;
    }
    .case:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 38px rgba(18, 22, 33, .10);
      border-color: rgba(178,27,58,.20);
    }
    .thumb{
      padding:14px;
      background:
        linear-gradient(135deg, rgba(178,27,58,.10), rgba(11,92,255,.10));
      border-bottom:1px solid rgba(20,25,35,.08);
    }
    .thumb .imgbox{
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      padding:10px;
    }
    .thumb .imgbox img{
      border-radius:14px;
      width:100%;
      height:auto;
      object-fit:cover;
    }
    .case-body{
      padding:14px;
      display:flex; flex-direction:column; gap:10px;
      flex:1;
    }
    .case-body .top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .case .case-title{
      margin:0;
      font-size:14.5px;
      letter-spacing:-.2px;
      font-weight:1000;
      line-height:1.45;
    }
    .case .badge2{
      font-size:12px; font-weight:1000;
      color: rgba(22,24,29,.76);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.72);
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .case .case-desc{
      color: rgba(22,24,29,.72);
      font-size:13px;
      line-height:1.7;
      font-weight:850;
      margin:0;
    }
    .case .bullets{
      margin:0; padding:0; list-style:none;
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .case .bullets li{
      border-radius:999px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.76);
      padding:7px 9px;
      color: rgba(22,24,29,.70);
      font-weight:900;
      font-size:12px;
    }
    .case .cta{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .link-btn{
      display:inline-flex; align-items:center; gap:10px;
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      font-weight:1000;
      font-size:13px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      color: rgba(22,24,29,.90);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .link-btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(18,22,33,.08);
      border-color: rgba(11,92,255,.18);
    }
    .link-btn svg{width:18px; height:18px}
    .muted-note{
      color: rgba(22,24,29,.62);
      font-size:12px; font-weight:900;
    }
    .partner-cloud{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
      padding:16px;
    }
    .cloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .cloud a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      font-weight:1000;
      color: rgba(22,24,29,.80);
      font-size:12.5px;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .cloud a:hover{
      transform: translateY(-1px);
      border-color: rgba(178,27,58,.20);
      box-shadow: 0 14px 30px rgba(18,22,33,.08);
    }
    .footer{
      background:
        linear-gradient(135deg, rgba(178,27,58,.10), rgba(11,92,255,.10)),
        #fff;
      border-top:1px solid rgba(20,25,35,.10);
      padding:20px 0;
      margin-top:8px;
    }
    .footer-grid{
      display:grid; grid-template-columns: 1.15fr .85fr; gap:14px; align-items:start;
    }
    .foot-card{
      border-radius: var(--radius2);
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 30px rgba(18, 22, 33, .06);
      padding:16px;
    }
    .foot-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .foot-title{
      font-weight:1100; letter-spacing:-.3px; font-size:16px; margin:0;
    }
    .foot-desc{
      margin-top:10px;
      color: rgba(22,24,29,.72);
      font-size:13px;
      line-height:1.75;
      font-weight:850;
    }
    .foot-links{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .foot-links a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.74);
      font-weight:1000;
      font-size:13px;
      color: rgba(22,24,29,.84);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .foot-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(11,92,255,.18);
      box-shadow: 0 14px 30px rgba(18,22,33,.08);
    }
    .copyright{
      margin-top:14px;
      color: rgba(22,24,29,.62);
      font-size:12px;
      font-weight:900;
      line-height:1.6;
      display:flex; flex-wrap:wrap; gap:10px; align-items:center; justify-content:space-between;
    }
    .fine{
      display:flex; flex-wrap:wrap; gap:10px; align-items:center;
    }
    .fine .dot{
      width:4px; height:4px; border-radius:50%;
      background: rgba(22,24,29,.26);
    }
    .toTop{
      position:fixed;
      right:16px; bottom:16px;
      z-index:60;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 44px rgba(18,22,33,.16);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      opacity:0; pointer-events:none;
      transform: translateY(10px);
      transition: opacity .2s ease, transform .2s ease;
    }
    .toTop.show{
      opacity:1; pointer-events:auto;
      transform: translateY(0);
    }
    .toTop svg{width:20px; height:20px}
    .float-kefu{
      position:fixed;
      left:16px; bottom:16px;
      z-index:60;
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-start;
    }
    .kefu-btn{
      width:52px; height:52px;
      border-radius:22px;
      border:1px solid rgba(20,25,35,.10);
      background: linear-gradient(135deg, rgba(178,27,58,.96), rgba(255,61,107,.96));
      box-shadow: 0 22px 56px rgba(178,27,58,.32);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .15s ease;
      position:relative;
      overflow:hidden;
    }
    .kefu-btn:hover{transform: translateY(-1px)}
    .kefu-btn svg{width:22px; height:22px; fill:#fff}
    .kefu-tip{
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.82);
      box-shadow: 0 18px 44px rgba(18,22,33,.14);
      color: rgba(22,24,29,.86);
      font-weight:1000;
      font-size:12.5px;
      max-width: 210px;
      line-height:1.4;
      display:none;
    }
    .kefu-pop{
      display:none;
      width: 250px;
      border-radius: 22px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.90);
      box-shadow: 0 22px 56px rgba(18,22,33,.22);
      padding:12px;
      overflow:hidden;
      transform-origin: bottom left;
      animation: popIn .18s ease both;
    }
    @keyframes popIn{
      from{opacity:0; transform: translateY(8px) scale(.98)}
      to{opacity:1; transform: translateY(0) scale(1)}
    }
    .kefu-pop .head{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .kefu-pop .head .t{
      font-weight:1100; letter-spacing:-.3px; font-size:13.5px;
      color: rgba(22,24,29,.90);
    }
    .xbtn{
      width:36px; height:36px;
      border-radius:14px;
      border:1px solid rgba(20,25,35,.10);
      background: rgba(255,255,255,.78);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
    }
    .xbtn svg{width:16px; height:16px; fill: rgba(22,24,29,.78)}
    .kefu-pop img{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(20,25,35,.10);
      background:#fff;
      margin-top:10px;
    }
    .kefu-pop .sub{
      margin-top:10px;
      color: rgba(22,24,29,.68);
      font-size:12.5px;
      font-weight:900;
      line-height:1.6;
    }

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

    .sr-only{
      position:absolute;
      width:1px; height:1px;
      padding:0; margin:-1px;
      overflow:hidden; clip:rect(0,0,0,0);
      white-space:nowrap; border:0;
    }

    @media (max-width: 980px){
      h1{font-size:34px}
      .hero-grid{grid-template-columns: 1fr; }
      .hero-right{order:2}
      .grid-3{grid-template-columns: 1fr 1fr}
      .steps{grid-template-columns: 1fr 1fr}
      .two-col{grid-template-columns: 1fr}
      .review-grid{grid-template-columns: 1fr 1fr}
      .case-grid{grid-template-columns: 1fr 1fr}
      .timeline-grid{grid-template-columns: 1fr 1fr}
      .article-grid{grid-template-columns: 1fr}
      .score-card{grid-template-columns: 1fr}
      table{min-width: 700px}
      .footer-grid{grid-template-columns: 1fr}
    }
    @media (max-width: 720px){
      .nav{display:none}
      .nav-cta{display:none}
      .hamburger{display:flex}
      .mobile-panel{display:block}
      .hero{padding-top:18px}
      h1{font-size:30px}
      .grid-3{grid-template-columns: 1fr}
      .review-grid{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr}
      .stat-grid{grid-template-columns: 1fr 1fr}
      form{grid-template-columns: 1fr}
      table{min-width: 640px}
      .float-kefu{left:12px; bottom:12px}
      .toTop{right:12px; bottom:12px}
      .kefu-pop{width: 220px}
    }