:root{
      --bg0:#f7fbf8;
      --bg1:#f2f7f4;
      --card:#ffffff;
      --text:#1f2937;
      --muted:#5b6b66;
      --brand:#1aa36a;
      --brand2:#78d6ad;
      --line:rgba(17, 24, 39, .10);
      --shadow: 0 10px 30px rgba(16, 185, 129, .10);
      --shadow2: 0 14px 42px rgba(16, 185, 129, .14);
      --radius:18px;
      --radius2:24px;
      --focus: 0 0 0 4px rgba(26,163,106,.18);
      --max:1120px;
    }
    *{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;
      color:var(--text);
      background:
        radial-gradient(900px 420px at 12% 0%, rgba(120,214,173,.26), transparent 55%),
        radial-gradient(720px 360px at 86% 18%, rgba(26,163,106,.14), transparent 58%),
        linear-gradient(180deg, var(--bg0), #ffffff 56%, var(--bg1));
    }
    a{color:inherit}
    .container{max-width:var(--max); margin:0 auto; padding:0 18px;}
    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(1.1) blur(10px);
      background:rgba(247,251,248,.72);
      border-bottom:1px solid rgba(17,24,39,.06);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:220px;
    }
    .brand img{width:42px; height:42px; object-fit:contain; display:block}
    .brand .brand-txt{display:flex; flex-direction:column; line-height:1.1}
    .brand .name{font-weight:800; letter-spacing:.2px; font-size:14px}
    .brand .sub{font-size:12px; color:var(--muted); margin-top:4px}
    nav{display:flex; align-items:center; gap:18px}
    nav a{
      text-decoration:none; font-size:13px; color:rgba(31,41,55,.82);
      padding:8px 10px; border-radius:12px;
      transition: background .2s ease, color .2s ease, transform .2s ease;
      outline:none;
    }
    nav a:hover{background:rgba(26,163,106,.10); color:rgba(17,24,39,.98); transform:translateY(-1px)}
    nav a:focus-visible{box-shadow:var(--focus)}
    .nav-ctas{display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      text-decoration:none; border-radius:14px;
      padding:10px 14px; font-size:13px; font-weight:700;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.75);
      color:rgba(17,24,39,.92);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 10px 22px rgba(16,185,129,.16); border-color:rgba(26,163,106,.30)}
    .btn:focus-visible{outline:none; box-shadow:var(--focus)}
    .btn-primary{
      border-color:rgba(26,163,106,.35);
      background: linear-gradient(135deg, rgba(26,163,106,.98), rgba(120,214,173,.92));
      color:white;
      box-shadow:0 10px 22px rgba(16,185,129,.22);
    }
    .btn-primary:hover{box-shadow:0 16px 40px rgba(16,185,129,.28)}
    .btn-ghost{
      background:rgba(255,255,255,.55);
    }
    .burger{display:none}
    .burger button{
      width:42px; height:42px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .burger button:hover{transform:translateY(-1px); box-shadow:0 10px 22px rgba(16,185,129,.16); border-color:rgba(26,163,106,.30)}
    .burger button:focus-visible{outline:none; box-shadow:var(--focus)}
    .burger .lines{
      width:18px; height:12px; margin:0 auto; position:relative;
    }
    .burger .lines span{
      position:absolute; left:0; right:0; height:2px; border-radius:2px;
      background:rgba(31,41,55,.86);
      transition: transform .2s ease, opacity .2s ease, top .2s ease;
    }
    .burger .lines span:nth-child(1){top:0}
    .burger .lines span:nth-child(2){top:5px}
    .burger .lines span:nth-child(3){top:10px}
    .burger[aria-expanded="true"] .lines span:nth-child(1){top:5px; transform:rotate(45deg)}
    .burger[aria-expanded="true"] .lines span:nth-child(2){opacity:0}
    .burger[aria-expanded="true"] .lines span:nth-child(3){top:5px; transform:rotate(-45deg)}
    .mobile-drawer{
      display:none;
      padding-bottom:14px;
    }
    .mobile-drawer.open{display:block}
    .mobile-drawer .menu{
      display:flex; flex-direction:column; gap:6px;
      padding:10px 0 8px 0;
    }
    .mobile-drawer a{
      text-decoration:none;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.66);
      font-weight:700; font-size:13px; color:rgba(17,24,39,.92);
    }
    .mobile-drawer a:focus-visible{outline:none; box-shadow:var(--focus)}
    main{padding:18px 0 0}
    .hero{
      position:relative;
      padding:34px 0 18px;
    }
    .hero-grid{
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:18px; align-items:stretch;
    }
    .hero-card{
      border-radius:var(--radius2);
      background:
        radial-gradient(900px 360px at 0% 0%, rgba(120,214,173,.40), transparent 55%),
        radial-gradient(720px 260px at 92% 16%, rgba(26,163,106,.20), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.65));
      border:1px solid rgba(26,163,106,.20);
      box-shadow:var(--shadow);
      padding:22px;
      overflow:hidden;
      position:relative;
    }
    .hero-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(380px 180px at 16% 0%, rgba(120,214,173,.34), transparent 62%),
        radial-gradient(420px 200px at 100% 40%, rgba(26,163,106,.22), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .hero-inner{position:relative; z-index:1}
    .kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-bottom:10px;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(26,163,106,.22);
      background:rgba(255,255,255,.62);
      color:rgba(16,185,129,.96);
      font-weight:800; font-size:12px;
      letter-spacing:.2px;
    }
    .dot{
      width:8px; height:8px; border-radius:50%;
      background:linear-gradient(180deg, var(--brand), var(--brand2));
      box-shadow:0 0 0 4px rgba(26,163,106,.14);
    }
    .hero h1{
      margin:8px 0 10px;
      font-size:32px; line-height:1.16;
      letter-spacing:-.6px;
    }
    .hero p{margin:0; color:rgba(31,41,55,.78); font-size:14px; line-height:1.8; max-width:60ch}
    .hero-cta{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      margin-top:16px;
    }
    .hero-meta{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:18px;
      padding-top:14px;
      border-top:1px dashed rgba(17,24,39,.12);
    }
    .meta-item{
      display:flex; flex-direction:column; gap:6px;
      min-width:140px;
    }
    .meta-item .label{color:var(--muted); font-size:12px}
    .meta-item .value{font-weight:900; font-size:14px}
    .meta-item .value span{color:rgba(26,163,106,.98)}
    .hero-side{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      box-shadow:0 14px 40px rgba(17,24,39,.06);
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:12px;
      overflow:hidden;
      position:relative;
    }
    .hero-side:after{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(420px 240px at 10% 0%, rgba(120,214,173,.26), transparent 60%),
        radial-gradient(420px 240px at 100% 88%, rgba(26,163,106,.14), transparent 62%);
      pointer-events:none;
      opacity:.95;
    }
    .hero-side > *{position:relative; z-index:1}
    .side-title{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      padding-bottom:4px;
    }
    .side-title h2{
      margin:0;
      font-size:15px; letter-spacing:-.2px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:999px;
      background:rgba(26,163,106,.10);
      border:1px solid rgba(26,163,106,.22);
      color:rgba(16,185,129,.98);
      font-weight:900; font-size:12px;
      white-space:nowrap;
    }
    .data-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:10px;
    }
    .data-card{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .data-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(16,185,129,.16);
      border-color: rgba(26,163,106,.28);
    }
    .data-card .big{font-weight:1000; font-size:18px; letter-spacing:-.4px}
    .data-card .small{margin-top:6px; color:rgba(31,41,55,.72); font-size:12px; line-height:1.4}
    .mini-rail{
      border-top:1px solid rgba(17,24,39,.08);
      padding-top:12px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .rail-row{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.68);
    }
    .rail-row .left{
      display:flex; align-items:center; gap:10px;
      min-width:0;
    }
    .icon{
      width:34px; height:34px; border-radius:12px;
      background: linear-gradient(135deg, rgba(26,163,106,.16), rgba(120,214,173,.24));
      border:1px solid rgba(26,163,106,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .rail-row .t1{font-weight:900; font-size:13px}
    .rail-row .t2{color:rgba(31,41,55,.70); font-size:12px; margin-top:2px}
    .chiplist{display:flex; flex-wrap:wrap; gap:8px}
    .chip{
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.65);
      font-size:12px;
      color:rgba(31,41,55,.80);
      white-space:nowrap;
    }

    section{padding:36px 0}
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .section-head h2{
      margin:0; font-size:22px; letter-spacing:-.4px;
    }
    .section-head p{
      margin:0; color:rgba(31,41,55,.72); font-size:13px; line-height:1.7; max-width:66ch;
    }
    .grid-3{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px}
    .grid-4{display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:12px}
    .card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      padding:16px;
      box-shadow:0 10px 26px rgba(17,24,39,.04);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 44px rgba(16,185,129,.12);
      border-color: rgba(26,163,106,.26);
    }
    .card h3{margin:10px 0 6px; font-size:15px; letter-spacing:-.2px}
    .card p{margin:0; color:rgba(31,41,55,.74); font-size:13px; line-height:1.7}
    .service-hero{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .list{
      margin:0; padding-left:18px;
      color:rgba(31,41,55,.76);
      font-size:13px; line-height:1.85;
    }
    .list li{margin:6px 0}
    .steps{
      display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:12px;
    }
    .step{
      padding:14px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      position:relative;
      overflow:hidden;
    }
    .step .n{
      width:36px; height:36px; border-radius:14px;
      background: rgba(26,163,106,.12);
      border:1px solid rgba(26,163,106,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:rgba(16,185,129,.98);
      letter-spacing:-.4px;
    }
    .step h3{margin:10px 0 6px; font-size:14px}
    .step p{margin:0; color:rgba(31,41,55,.72); font-size:12.8px; line-height:1.7}
    .compare-wrap{
      background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.62));
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius2);
      padding:16px;
      box-shadow:0 16px 46px rgba(17,24,39,.05);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      font-size:13px;
      text-align:left;
      vertical-align:top;
    }
    th{
      background: rgba(26,163,106,.08);
      color:rgba(17,24,39,.96);
      font-weight:900;
    }
    tr:last-child td{border-bottom:none}
    .score{
      display:flex; align-items:center; gap:10px;
      justify-content:flex-start;
      flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:4px; align-items:center;
    }
    .star{
      width:18px; height:18px; display:inline-block;
      background: conic-gradient(from 180deg, rgba(26,163,106,.98), rgba(120,214,173,.98));
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      box-shadow:0 0 0 4px rgba(26,163,106,.12) inset;
      border-radius:2px;
    }
    .kpi{
      display:flex; flex-direction:column; gap:4px;
      font-weight:1000;
    }
    .kpi small{
      font-weight:800; color:rgba(31,41,55,.70); font-size:12px;
    }
    .meter{
      height:10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(26,163,106,.06);
      overflow:hidden;
      margin-top:6px;
    }
    .meter > span{
      display:block; height:100%;
      width:92%;
      background: linear-gradient(90deg, rgba(26,163,106,.95), rgba(120,214,173,.95));
    }
    .form{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
    }
    .field{display:flex; flex-direction:column; gap:7px}
    label{font-weight:900; font-size:12.5px; color:rgba(31,41,55,.82)}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.82);
      color:rgba(17,24,39,.95);
      font-size:13px;
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease, background .18s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      box-shadow: var(--focus);
      border-color: rgba(26,163,106,.35);
      background:#fff;
    }
    .form-actions{
      grid-column: 1 / -1;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:2px;
    }
    .form-note{
      font-size:12.5px; color:rgba(31,41,55,.70); line-height:1.6;
      max-width:46ch;
    }
    .form-note strong{color:rgba(16,185,129,.98)}
    .case-grid{display:grid; grid-template-columns: 1fr 1fr 1fr; gap:12px}
    .case-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      overflow:hidden;
      display:flex; flex-direction:column;
      min-height:240px;
    }
    .case-media{
      padding:14px;
      background:
        radial-gradient(240px 120px at 10% 0%, rgba(120,214,173,.35), transparent 60%),
        radial-gradient(240px 120px at 100% 30%, rgba(26,163,106,.18), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.55));
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .case-media .tagline{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .case-media .tag{
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(26,163,106,.22);
      background:rgba(26,163,106,.08);
      color:rgba(16,185,129,.98);
      font-weight:900; font-size:12px;
    }
    .case-media .topic{
      margin-top:10px;
      font-weight:1000;
      letter-spacing:-.3px;
      font-size:15px;
    }
    .case-body{padding:14px; display:flex; flex-direction:column; gap:10px; flex:1}
    .case-body p{margin:0; color:rgba(31,41,55,.74); font-size:13px; line-height:1.7}
    .case-actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap}
    .btn-small{
      padding:9px 12px; border-radius:14px; font-size:12.8px; font-weight:900;
    }
    .tabrow{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .seg{
      display:flex; gap:8px; flex-wrap:wrap;
      padding:6px; border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.70);
    }
    .seg button{
      border:0; cursor:pointer;
      padding:10px 12px;
      border-radius:12px;
      font-weight:1000;
      background:transparent;
      color:rgba(31,41,55,.78);
      transition: background .18s ease, color .18s ease, transform .18s ease;
    }
    .seg button:hover{transform:translateY(-1px)}
    .seg button.active{
      background:rgba(26,163,106,.12);
      color:rgba(16,185,129,.98);
      box-shadow: inset 0 0 0 1px rgba(26,163,106,.22);
    }
    .articles{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start;
    }
    .article-list{display:flex; flex-direction:column; gap:10px}
    .article-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      padding:12px 12px;
      display:flex; gap:12px; align-items:flex-start; justify-content:space-between;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .article-item:hover{transform:translateY(-2px); box-shadow:0 16px 40px rgba(16,185,129,.12); border-color:rgba(26,163,106,.26)}
    .article-item .meta{display:flex; flex-direction:column; gap:6px; min-width:0}
    .article-item .title{
      font-weight:1000; font-size:13.8px; letter-spacing:-.2px;
      white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
      max-width:48ch;
    }
    .article-item .desc{color:rgba(31,41,55,.70); font-size:12.8px; line-height:1.6; margin-top:2px}
    .article-item .time{color:rgba(31,41,55,.62); font-size:12px; font-weight:900; white-space:nowrap}
    .side-panel{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(460px 220px at 0% 0%, rgba(120,214,173,.26), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.62));
      padding:16px;
      box-shadow:0 16px 46px rgba(17,24,39,.05);
    }
    .side-panel h3{margin:0 0 8px; font-size:15px}
    .side-panel .p{margin:0; color:rgba(31,41,55,.74); font-size:13px; line-height:1.7}
    .tag-cloud{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .tag2{
      font-size:12.3px; font-weight:900;
      padding:9px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      color:rgba(31,41,55,.78);
    }

    .faq-grid{
      display:grid; grid-template-columns: 1fr .9fr; gap:14px; align-items:start;
    }
    .faq-list{display:flex; flex-direction:column; gap:10px}
    details.faq{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      overflow:hidden;
    }
    details.faq > summary{
      list-style:none;
      cursor:pointer;
      padding:14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      font-size:13.6px;
      color:rgba(17,24,39,.95);
    }
    details.faq > summary::-webkit-details-marker{display:none}
    .chev{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(26,163,106,.08);
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease, background .2s ease;
      flex:0 0 auto;
    }
    details.faq[open] .chev{transform:rotate(180deg); background:rgba(26,163,106,.12)}
    details.faq .ans{
      padding:0 14px 14px 14px;
      color:rgba(31,41,55,.74);
      font-size:13px; line-height:1.8;
    }

    .review-grid{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:12px}
    .review{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .review:before{
      content:"";
      position:absolute; inset:-1px;
      background: radial-gradient(320px 160px at 10% 0%, rgba(120,214,173,.22), transparent 62%);
      pointer-events:none;
    }
    .review > *{position:relative}
    .review .who{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .who .name{font-weight:1000; font-size:13.6px}
    .who .role{color:rgba(31,41,55,.70); font-size:12.5px; margin-top:4px; font-weight:800}
    .avatar{
      width:40px; height:40px; border-radius:16px;
      border:1px solid rgba(26,163,106,.22);
      background: linear-gradient(135deg, rgba(26,163,106,.14), rgba(120,214,173,.22));
      display:flex; align-items:center; justify-content:center;
      color:rgba(16,185,129,.98);
      font-weight:1000;
      flex:0 0 auto;
    }
    .review .text{margin:0; color:rgba(31,41,55,.74); font-size:13px; line-height:1.8}
    .network{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;
    }
    .timeline{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      padding:16px;
      box-shadow:0 16px 46px rgba(17,24,39,.05);
    }
    .tl-item{
      display:flex; gap:12px; padding:12px 0; border-bottom:1px dashed rgba(17,24,39,.10);
    }
    .tl-item:last-child{border-bottom:none}
    .tl-dot{
      width:14px; height:14px; margin-top:4px;
      border-radius:6px;
      background: linear-gradient(180deg, rgba(26,163,106,.95), rgba(120,214,173,.95));
      box-shadow:0 0 0 6px rgba(26,163,106,.10);
      flex:0 0 auto;
    }
    .tl-body{min-width:0}
    .tl-title{font-weight:1000; font-size:13.8px}
    .tl-desc{color:rgba(31,41,55,.72); font-size:12.8px; margin-top:4px; line-height:1.7}
    footer{
      margin-top:18px;
      background: rgba(255,255,255,.70);
      border-top:1px solid rgba(17,24,39,.08);
    }
    .footer-wrap{
      padding:26px 0 18px;
      display:grid;
      grid-template-columns: 1.2fr 1fr;
      gap:14px;
      align-items:start;
    }
    .footer-brand{
      display:flex; gap:12px; align-items:flex-start;
    }
    .footer-brand img{width:44px; height:44px; object-fit:contain}
    .footer-brand h3{margin:0; font-size:15px}
    .footer-brand p{margin:8px 0 0; color:rgba(31,41,55,.72); font-size:13px; line-height:1.8}
    .footer-links{
      display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end;
    }
    .linkcol{min-width:150px}
    .linkcol h4{margin:0 0 10px; font-size:13px; font-weight:1000}
    .linkcol a{
      display:block; text-decoration:none;
      color:rgba(31,41,55,.76);
      font-size:13px; font-weight:800;
      padding:7px 0;
      transition: color .18s ease, transform .18s ease;
    }
    .linkcol a:hover{color:rgba(16,185,129,.98); transform:translateY(-1px)}
    .footer-bottom{
      padding:14px 0 20px;
      border-top:1px solid rgba(17,24,39,.08);
      color:rgba(31,41,55,.68);
      font-size:12.5px;
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
    }
    .to-top{
      position:fixed;
      right:16px; bottom:18px;
      z-index:60;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      box-shadow: 0 14px 36px rgba(17,24,39,.10);
      transform: translateY(18px);
      opacity:0;
      pointer-events:none;
      transition: transform .25s ease, opacity .25s ease;
    }
    .to-top.show{transform: translateY(0); opacity:1; pointer-events:auto}
    .to-top:focus-visible{outline:none; box-shadow:var(--focus)}
    .float-kefu{
      position:fixed;
      left:16px; bottom:18px;
      z-index:60;
      width:52px; height:52px;
      border-radius:20px;
      border:1px solid rgba(26,163,106,.28);
      background: linear-gradient(135deg, rgba(26,163,106,.14), rgba(120,214,173,.18));
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      box-shadow: 0 18px 46px rgba(16,185,129,.18);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .float-kefu:hover{transform: translateY(-2px)}
    .float-pop{
      position:fixed;
      left:16px; bottom:78px;
      z-index:61;
      width:280px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.90);
      box-shadow: 0 22px 60px rgba(17,24,39,.14);
      padding:12px;
      transform: translateY(10px);
      opacity:0;
      pointer-events:none;
      transition: transform .22s ease, opacity .22s ease;
    }
    .float-pop.show{transform: translateY(0); opacity:1; pointer-events:auto}
    .pop-head{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .pop-head .t{
      font-weight:1000; font-size:13.6px;
    }
    .close-x{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.82);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
    }
    .close-x:focus-visible{outline:none; box-shadow:var(--focus)}
    .pop-body{
      display:flex; gap:12px; align-items:center;
    }
    .pop-body img{
      width:74px; height:74px; border-radius:16px;
      object-fit:cover;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      flex:0 0 auto;
    }
    .pop-body .tip{
      color:rgba(31,41,55,.72); font-size:12.8px; line-height:1.7;
      font-weight:800;
    }
    .pop-actions{
      margin-top:10px;
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .divider{
      height:1px; background:rgba(17,24,39,.08); margin:10px 0;
    }

    .marquee{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      padding:12px;
      overflow:hidden;
    }
    .marquee .row{
      display:flex; gap:10px; white-space:nowrap; align-items:center;
      animation: slide 18s linear infinite;
    }
    .marquee:hover .row{animation-play-state:paused}
    @keyframes slide{
      from{transform: translateX(0)}
      to{transform: translateX(-40%)}
    }
    .marquee .item{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.66);
      font-size:12.6px; font-weight:900; color:rgba(31,41,55,.78);
    }
    .marquee .miniDot{
      width:10px; height:10px; border-radius:4px;
      background: linear-gradient(180deg, rgba(26,163,106,.95), rgba(120,214,173,.95));
      box-shadow:0 0 0 5px rgba(26,163,106,.10);
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr; }
      nav{display:none}
      .burger{display:block}
      .mobile-drawer.open{display:block}
      .grid-3{grid-template-columns:1fr}
      .grid-4{grid-template-columns:1fr 1fr}
      .steps{grid-template-columns:1fr 1fr}
      .service-hero{grid-template-columns:1fr}
      .articles{grid-template-columns:1fr}
      .faq-grid{grid-template-columns:1fr}
      .review-grid{grid-template-columns:1fr}
      .network{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .form{grid-template-columns:1fr}
      .footer-wrap{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .hero h1{font-size:28px}
      .data-grid{grid-template-columns:1fr 1fr}
      table{display:block; overflow:auto; white-space:nowrap}
    }
    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .marquee .row{animation:none}
      .reveal{transition:none}
    }