:root{
      --bg0:#f7fbf7;
      --bg1:#eef7f0;
      --card:#ffffff;
      --text:#13221a;
      --muted:#5a6b61;
      --muted2:#7a8a80;
      --line:rgba(19,34,26,.10);
      --line2:rgba(19,34,26,.14);
      --green:#2dbf7a;
      --green2:#1aa965;
      --mint:#b7f7d1;
      --teal:#0ea5a4;
      --blue:#2f6fed;
      --shadow: 0 14px 40px rgba(17, 43, 29, .10);
      --shadow2: 0 10px 26px rgba(17, 43, 29, .12);
      --radius:18px;
      --radius2:14px;
      --container:1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC",
        Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 520px at 10% -10%, rgba(45,191,122,.14), transparent 55%),
        radial-gradient(780px 520px at 85% 0%, rgba(14,165,164,.14), transparent 55%),
        linear-gradient(180deg, var(--bg0), #ffffff 46%, #fbfdfb 100%);
    }
    a{color:inherit; text-decoration:none}
    img{max-width:100%; height:auto; display:block}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(247,251,247,.75);
      backdrop-filter:saturate(160%) blur(10px);
      border-bottom:1px solid rgba(19,34,26,.08);
    }
    .nav-wrap{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0;}
    .brand{
      display:flex; align-items:center; gap:12px; min-width:230px;
    }
    .logo{
      width:40px; height:40px; border-radius:12px;
      background:linear-gradient(135deg, rgba(45,191,122,.18), rgba(14,165,164,.14));
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(19,34,26,.10);
      overflow:hidden;
    }
    .brand .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand .brand-name{font-weight:850; letter-spacing:.2px}
    .brand .brand-sub{color:var(--muted); font-size:12px; margin-top:3px}
    .brand img{width:100%; height:100%; object-fit:contain}

    .nav-right{display:flex; align-items:center; gap:10px; flex-wrap:nowrap}
    .nav-links{display:flex; align-items:center; gap:14px}
    .nav-links a{
      font-size:13px;
      color:rgba(19,34,26,.86);
      padding:10px 10px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{background:rgba(45,191,122,.10); color:rgba(19,34,26,1); transform:translateY(-1px)}
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:8px;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.72);
      color:rgba(19,34,26,.92);
      font-weight:700;
      font-size:14px;
      transition: transform .15s ease, box-shadow .15s ease, background .2s ease, border-color .2s ease;
      box-shadow: 0 10px 22px rgba(16, 68, 41, .06);
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform: translateY(-1px); box-shadow: 0 16px 34px rgba(16, 68, 41, .12); border-color: rgba(45,191,122,.35)}
    .btn:active{transform: translateY(0px); box-shadow:none}
    .btn-primary{
      background:linear-gradient(135deg, var(--green), #62e6a1);
      border-color: rgba(255,255,255,.2);
      color:#08301d;
      box-shadow: 0 16px 34px rgba(45,191,122,.20);
    }
    .btn-primary:hover{box-shadow: 0 22px 46px rgba(45,191,122,.25)}
    .btn-ghost{
      background:rgba(255,255,255,.5);
    }
    .icon-dot{
      width:10px; height:10px; border-radius:999px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.8), rgba(255,255,255,.2) 35%, rgba(255,255,255,0) 60%),
        linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.0));
      box-shadow: 0 0 0 3px rgba(45,191,122,.14), 0 0 0 1px rgba(19,34,26,.12) inset;
      background-color: var(--green);
    }

    .mobile-toggle{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.66);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .mobile-toggle:hover{transform: translateY(-1px); box-shadow: 0 16px 34px rgba(16, 68, 41, .12);}
    .hamburger{width:18px; height:12px; position:relative}
    .hamburger span{position:absolute; left:0; right:0; height:2px; background:rgba(19,34,26,.85); border-radius:999px; transition: transform .2s ease, top .2s ease, opacity .2s ease}
    .hamburger span:nth-child(1){top:0}
    .hamburger span:nth-child(2){top:5px}
    .hamburger span:nth-child(3){top:10px}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(1){top:5px; transform: rotate(45deg)}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(2){opacity:0}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(3){top:5px; transform: rotate(-45deg)}

    .mobile-panel{
      display:none;
      padding:8px 0 16px;
    }
    .mobile-panel.open{display:block}
    .mobile-links{
      display:flex; flex-direction:column; gap:8px;
      padding:10px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 40px rgba(17, 43, 29, .08);
    }
    .mobile-links a{
      padding:12px 12px;
      border-radius:14px;
      font-weight:700;
      font-size:14px;
      color:rgba(19,34,26,.90);
      border:1px solid transparent;
      transition: background .2s ease, border-color .2s ease, transform .15s ease;
    }
    .mobile-links a:hover{background:rgba(45,191,122,.10); border-color:rgba(45,191,122,.22); transform: translateY(-1px)}

    main{padding:18px 0 0}
    section{padding:44px 0}
    .hero{
      padding:28px 0 18px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .hero-card{
      border-radius:var(--radius);
      border:1px solid rgba(19,34,26,.10);
      background:
        radial-gradient(700px 360px at 20% 0%, rgba(45,191,122,.18), transparent 62%),
        radial-gradient(560px 320px at 85% 10%, rgba(14,165,164,.16), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
      box-shadow: 0 22px 60px rgba(17, 43, 29, .10);
      overflow:hidden;
      position:relative;
      padding:26px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:360px;
    }
    .hero-badges{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-bottom:14px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.12);
      background:rgba(255,255,255,.65);
      color:rgba(19,34,26,.88);
      font-size:13px;
      font-weight:750;
      box-shadow: 0 14px 30px rgba(16, 68, 41, .06);
      transform: translateY(0);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .badge:hover{transform: translateY(-2px); box-shadow: 0 18px 40px rgba(16, 68, 41, .10)}
    .badge .spark{
      width:12px; height:12px; border-radius:4px;
      background:linear-gradient(135deg, rgba(45,191,122,.9), rgba(14,165,164,.55));
      box-shadow: 0 0 0 3px rgba(45,191,122,.15);
    }

    .hero-title{
      margin:0;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.8px;
      font-weight:900;
    }
    .hero-title .accent{
      background: linear-gradient(135deg, rgba(45,191,122,1), rgba(14,165,164,1));
      -webkit-background-clip:text; background-clip:text; color:transparent;
      text-shadow: 0 10px 30px rgba(45,191,122,.18);
    }
    .hero-desc{
      margin:14px 0 18px;
      color:rgba(19,34,26,.82);
      font-size:16px;
      line-height:1.75;
      max-width:58ch;
    }
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-top:10px;
    }
    .trust-row{
      display:flex; gap:16px; flex-wrap:wrap; align-items:center;
      margin-top:18px;
      padding-top:14px;
      border-top:1px dashed rgba(19,34,26,.16);
    }
    .trust-item{
      display:flex; gap:10px; align-items:center;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.58);
    }
    .trust-item strong{font-size:14px; letter-spacing:.2px}
    .trust-item span{display:block; color:var(--muted); font-size:12px; margin-top:2px}
    .trust-ico{
      width:34px; height:34px; border-radius:12px;
      background:linear-gradient(135deg, rgba(45,191,122,.18), rgba(14,165,164,.14));
      border:1px solid rgba(19,34,26,.10);
      display:flex; align-items:center; justify-content:center;
      color:rgba(19,34,26,.85);
    }
    .trust-ico svg{width:18px; height:18px; fill:none; stroke:rgba(19,34,26,.85); stroke-width:2; stroke-linecap:round; stroke-linejoin:round}

    .hero-side{
      border-radius:var(--radius);
      border:1px solid rgba(19,34,26,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
      box-shadow: 0 22px 60px rgba(17, 43, 29, .08);
      padding:18px;
      min-height:360px;
      display:flex;
      flex-direction:column;
      gap:14px;
      overflow:hidden;
      position:relative;
    }
    .side-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .side-top .kicker{
      font-size:12px; letter-spacing:.22em; color:rgba(19,34,26,.62); font-weight:850; text-transform:uppercase;
      margin-top:2px;
    }
    .side-title{
      margin:8px 0 0;
      font-weight:950;
      letter-spacing:-.3px;
      font-size:18px;
    }
    .chip{
      display:inline-flex; align-items:center; gap:8px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(183,247,209,.32);
      color:rgba(19,34,26,.92);
      font-weight:850;
      font-size:13px;
      white-space:nowrap;
    }
    .chip .pulse{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(180deg, var(--green), var(--teal));
      box-shadow: 0 0 0 0 rgba(45,191,122,.45);
      animation:pulse 2.2s infinite ease-in-out;
    }
    @keyframes pulse{
      0%{box-shadow: 0 0 0 0 rgba(45,191,122,.35)}
      60%{box-shadow: 0 0 0 10px rgba(45,191,122,0)}
      100%{box-shadow: 0 0 0 0 rgba(45,191,122,0)}
    }
    .side-metrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:2px;
    }
    .metric{
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
      padding:14px 14px 12px;
      position:relative;
      overflow:hidden;
      transform: translateY(0);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .metric:hover{transform: translateY(-2px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.30)}
    .metric:before{
      content:"";
      position:absolute; inset:-1px auto auto -1px;
      width:110px; height:110px;
      background: radial-gradient(circle at 30% 30%, rgba(45,191,122,.22), transparent 60%);
      pointer-events:none;
    }
    .metric .num{font-size:22px; font-weight:1000; letter-spacing:-.4px}
    .metric .label{margin-top:6px; color:var(--muted); font-size:12px; line-height:1.5; font-weight:750}
    .side-list{
      margin-top:auto;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
      padding:14px;
    }
    .side-list h3{
      margin:0 0 10px;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .small-tags{
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .small-tags span{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.55);
      font-size:12px;
      font-weight:800;
      color:rgba(19,34,26,.84);
    }

    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px;
    }
    .section-head h2{
      margin:0;
      font-size:26px;
      letter-spacing:-.5px;
      font-weight:950;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:14px;
      max-width:64ch;
    }

    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      border-radius:var(--radius2);
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 16px 40px rgba(17, 43, 29, .06);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .card:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.28)}
    .card .toprow{display:flex; align-items:flex-start; gap:12px}
    .card .ico{
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:linear-gradient(135deg, rgba(45,191,122,.16), rgba(14,165,164,.12));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .card .ico svg{width:22px; height:22px; fill:none; stroke:rgba(19,34,26,.84); stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round}
    .card h3{margin:2px 0 8px; font-size:16px; font-weight:950; letter-spacing:-.3px}
    .card p{margin:0; color:rgba(19,34,26,.78); line-height:1.7; font-size:13.5px; font-weight:650}
    .card .list{
      margin:12px 0 0;
      padding:0; list-style:none;
      display:flex; flex-direction:column; gap:8px;
    }
    .card .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(19,34,26,.80);
      font-size:13px; font-weight:700; line-height:1.5;
    }
    .tick{
      width:18px; height:18px; border-radius:6px;
      background:rgba(45,191,122,.14);
      border:1px solid rgba(45,191,122,.30);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .tick svg{width:12px; height:12px; stroke:rgba(19,34,26,.86); fill:none; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round}

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .step{
      padding:18px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      position:relative;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column; gap:10px;
      min-height:170px;
    }
    .step:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.28)}
    .step .no{
      width:44px; height:44px; border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:linear-gradient(135deg, rgba(45,191,122,.16), rgba(14,165,164,.12));
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; letter-spacing:-.6px;
    }
    .step h3{margin:0; font-size:16px; font-weight:950; letter-spacing:-.3px}
    .step p{margin:0; color:rgba(19,34,26,.78); line-height:1.7; font-size:13.5px; font-weight:650}

    .compare{
      border-radius:20px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      box-shadow: 0 18px 46px rgba(17, 43, 29, .07);
    }
    .compare-wrap{overflow:auto; -webkit-overflow-scrolling:touch}
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:840px;
    }
    thead th{
      text-align:left;
      font-size:13px;
      color:rgba(19,34,26,.80);
      padding:14px 14px;
      background:linear-gradient(180deg, rgba(183,247,209,.28), rgba(255,255,255,.60));
      border-bottom:1px solid rgba(19,34,26,.12);
      font-weight:950;
      letter-spacing:-.2px;
      white-space:nowrap;
    }
    tbody td{
      padding:14px 14px;
      border-bottom:1px solid rgba(19,34,26,.08);
      color:rgba(19,34,26,.82);
      font-weight:700;
      font-size:13px;
      vertical-align:top;
      line-height:1.6;
    }
    tbody tr:last-child td{border-bottom:none}
    .yes{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(45,191,122,.30);
      background:rgba(45,191,122,.12);
      color:rgba(19,34,26,.92);
      font-weight:950;
      white-space:nowrap;
    }
    .no{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.58);
      color:rgba(19,34,26,.74);
      font-weight:900;
      white-space:nowrap;
    }
    .score{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      padding:16px;
      background:linear-gradient(135deg, rgba(45,191,122,.14), rgba(14,165,164,.10));
      border-bottom:1px solid rgba(19,34,26,.10);
    }
    .score-left{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
    .stars{
      display:flex; gap:6px; align-items:center;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
    }
    .star{
      width:18px; height:18px;
      background:linear-gradient(135deg, rgba(45,191,122,1), rgba(14,165,164,1));
      clip-path: polygon(50% 0%, 62% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 72%, 21% 92%, 32% 57%, 2% 35%, 38% 35%);
      box-shadow: 0 10px 22px rgba(45,191,122,.18);
    }
    .score .rate{
      display:flex; flex-direction:column; gap:2px;
    }
    .score .rate strong{
      font-size:26px; letter-spacing:-.6px; font-weight:1000;
    }
    .score .rate span{color:var(--muted); font-weight:850; font-size:12px}
    .score-right{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .pill{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
      font-weight:950;
      font-size:13px;
      color:rgba(19,34,26,.86);
    }

    .timeline{
      border-radius:20px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .07);
      padding:16px;
    }
    .timeline-grid{
      display:grid;
      grid-template-columns: 160px 1fr;
      gap:14px;
      align-items:start;
    }
    .timeline-title{
      position:sticky; top:92px;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(183,247,209,.24);
    }
    .timeline-title h3{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.3px}
    .timeline-title p{margin:8px 0 0; color:rgba(19,34,26,.76); font-weight:750; font-size:13.5px; line-height:1.7}
    .tl-items{display:flex; flex-direction:column; gap:12px}
    .tl-item{
      display:grid;
      grid-template-columns: 44px 1fr;
      gap:12px;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .tl-item:hover{transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16, 68, 41, .10)}
    .tl-bullet{
      width:44px; height:44px; border-radius:16px;
      background:linear-gradient(135deg, rgba(45,191,122,.16), rgba(14,165,164,.12));
      border:1px solid rgba(19,34,26,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      letter-spacing:-.3px;
    }
    .tl-item h4{margin:1px 0 6px; font-size:15px; font-weight:1000; letter-spacing:-.2px}
    .tl-item p{margin:0; color:rgba(19,34,26,.78); line-height:1.7; font-size:13.5px; font-weight:720}

    .cards-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .media-card{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      box-shadow: 0 18px 46px rgba(17, 43, 29, .06);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex;
      flex-direction:column;
      gap:12px;
      min-height:260px;
    }
    .media-card:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.28)}
    .media-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .media-card h3{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.3px}
    .media-card p{margin:0; color:rgba(19,34,26,.78); line-height:1.7; font-size:13.5px; font-weight:700}
    .tag-row{display:flex; gap:8px; flex-wrap:wrap}
    .tag{
      font-size:12px; font-weight:950;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.58);
      color:rgba(19,34,26,.84);
      white-space:nowrap;
    }
    .thumb{
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:linear-gradient(135deg, rgba(183,247,209,.26), rgba(14,165,164,.12));
      overflow:hidden;
      position:relative;
    }
    .thumb:after{
      content:"";
      position:absolute; inset:-40% -40%;
      background:radial-gradient(circle at 30% 30%, rgba(45,191,122,.22), transparent 55%);
      transform: rotate(8deg);
      pointer-events:none;
    }
    .thumb .thumb-img{
      width:100%;
      aspect-ratio: 16 / 10;
      object-fit:cover;
      position:relative;
      z-index:1;
    }
    .thumb-square .thumb-img{aspect-ratio: 1 / 1}
    .media-actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap}
    .btn-small{
      padding:10px 12px; font-size:13px; border-radius:14px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.64);
      font-weight:950;
    }
    .btn-small.primary{
      background:linear-gradient(135deg, rgba(45,191,122,.95), rgba(98,230,161,.95));
      border-color: rgba(255,255,255,.2);
      color:#06301b;
      box-shadow: 0 18px 36px rgba(45,191,122,.22);
    }

    .list-2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .panel{
      border-radius:20px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .06);
      overflow:hidden;
    }
    .panel .panel-head{
      padding:16px;
      border-bottom:1px solid rgba(19,34,26,.10);
      background:linear-gradient(180deg, rgba(183,247,209,.22), rgba(255,255,255,.62));
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .panel .panel-head h3{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.3px}
    .panel .panel-head p{margin:8px 0 0; color:rgba(19,34,26,.76); line-height:1.7; font-weight:750; font-size:13.5px}
    .panel .panel-body{padding:14px 16px 16px}
    .model-grid{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .model-pill{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.58);
      font-weight:950;
      color:rgba(19,34,26,.86);
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .model-pill:hover{transform: translateY(-2px); border-color: rgba(45,191,122,.28); background:rgba(45,191,122,.08)}
    .mini{
      color:var(--muted);
      font-size:12.5px;
      font-weight:800;
      line-height:1.6;
      margin:10px 0 0;
    }

    .form{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{display:flex; flex-direction:column; gap:8px}
    .field label{font-weight:950; font-size:13.5px; color:rgba(19,34,26,.88)}
    .input, select.input, textarea.input{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.72);
      color:rgba(19,34,26,.92);
      font-size:14px;
      font-weight:750;
      outline:none;
      transition: border-color .18s ease, box-shadow .18s ease;
    }
    textarea.input{min-height:110px; resize:vertical}
    .input:focus{
      border-color: rgba(45,191,122,.45);
      box-shadow: 0 0 0 4px rgba(45,191,122,.14);
    }
    .form .full{grid-column: 1 / -1}
    .form-actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:10px}
    .hint{
      color:rgba(19,34,26,.66);
      font-size:12.5px;
      line-height:1.6;
      font-weight:800;
    }

    .faq{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    details.faq-item{
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      box-shadow: 0 16px 40px rgba(17, 43, 29, .05);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    details.faq-item:hover{transform: translateY(-2px); box-shadow: 0 18px 46px rgba(17, 43, 29, .09); border-color: rgba(45,191,122,.26)}
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      letter-spacing:-.2px;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{font-size:14px; line-height:1.45; color:rgba(19,34,26,.92)}
    .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(183,247,209,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition: transform .2s ease;
    }
    details[open] .chev{transform: rotate(180deg)}
    .chev svg{width:16px; height:16px; stroke:rgba(19,34,26,.84); fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round}
    .faq-a{
      padding:0 14px 14px;
      color:rgba(19,34,26,.78);
      font-weight:760;
      line-height:1.8;
      font-size:13.5px;
    }

    .reviews{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius:20px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .06);
      padding:16px;
      display:flex; flex-direction:column; gap:12px;
      min-height:210px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .review:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.28)}
    .review-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
    .review-who{
      display:flex; gap:12px; align-items:center;
    }
    .avatar{
      width:44px; height:44px; border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:linear-gradient(135deg, rgba(45,191,122,.16), rgba(14,165,164,.12));
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      letter-spacing:-.3px;
      color:rgba(19,34,26,.88);
    }
    .who-text strong{font-weight:1000; letter-spacing:-.2px}
    .who-text span{display:block; margin-top:4px; color:var(--muted); font-weight:850; font-size:12.5px}
    .review .starsline{display:flex; gap:6px; align-items:center; margin-top:2px}
    .review .starsline i{
      width:12px; height:12px; border-radius:4px;
      background:linear-gradient(135deg, rgba(45,191,122,1), rgba(14,165,164,1));
      display:inline-block;
      clip-path: polygon(50% 0%, 62% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 72%, 21% 92%, 32% 57%, 2% 35%, 38% 35%);
      box-shadow: 0 10px 22px rgba(45,191,122,.18);
    }
    .review p{margin:0; color:rgba(19,34,26,.78); line-height:1.8; font-size:13.5px; font-weight:760}

    .article-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .article-item{
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .05);
      padding:14px;
      display:flex; flex-direction:column; gap:10px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .article-item:hover{transform: translateY(-3px); box-shadow: var(--shadow2); border-color: rgba(45,191,122,.28)}
    .article-item .meta{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      color:var(--muted);
      font-weight:850; font-size:12.5px;
    }
    .article-item a.title{
      font-weight:1000;
      letter-spacing:-.2px;
      font-size:15px;
      color:rgba(19,34,26,.94);
    }
    .article-item p{margin:0; color:rgba(19,34,26,.78); line-height:1.75; font-weight:760; font-size:13.5px}
    .article-item .go{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .arrow{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(183,247,209,.18);
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease;
    }
    .article-item:hover .arrow{transform: translateX(3px)}
    .arrow svg{width:16px; height:16px; stroke:rgba(19,34,26,.84); fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round}

    .contact-grid{
      display:grid;
      grid-template-columns: 1fr .95fr;
      gap:14px;
      align-items:start;
    }
    .contact-points{
      display:flex; flex-direction:column; gap:12px;
    }
    .point{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .05);
    }
    .point h3{margin:0; font-size:15px; font-weight:1000; letter-spacing:-.2px}
    .point .row{display:flex; gap:12px; align-items:flex-start; margin-top:10px}
    .point .row p{margin:0; color:rgba(19,34,26,.78); line-height:1.8; font-weight:780; font-size:13.5px}
    .kefu-wrap{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
      margin-top:10px;
    }
    .kefu-qr{
      width:108px; border-radius:18px; border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62); padding:8px;
    }
    .kefu-qr img{width:100%; height:auto}
    .kefu-actions{display:flex; flex-direction:column; gap:10px}
    .kefu-actions .small{
      color:var(--muted); font-weight:850; font-size:12.5px; line-height:1.6
    }
    .network{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:10px;
    }

    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .tag-cloud a{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.62);
      font-weight:950;
      color:rgba(19,34,26,.86);
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      cursor:pointer;
    }
    .tag-cloud a:hover{transform: translateY(-2px); border-color: rgba(45,191,122,.28); background:rgba(45,191,122,.08)}

    .footer{
      background: linear-gradient(180deg, rgba(238,247,240,.60), rgba(255,255,255,.75));
      border-top:1px solid rgba(19,34,26,.10);
      margin-top:22px;
      padding:22px 0 14px;
    }
    .footer-grid{
      display:grid; grid-template-columns: 1.1fr 1fr; gap:14px; align-items:start;
    }
    .foot-card{
      border-radius:20px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.72);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .05);
      padding:16px;
    }
    .foot-card h3{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.2px}
    .foot-card p{margin:10px 0 0; color:rgba(19,34,26,.78); line-height:1.8; font-weight:780; font-size:13.5px}
    .friend-links{
      display:flex; flex-wrap:wrap; gap:10px; margin-top:12px;
    }
    .friend-links a{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(183,247,209,.18);
      font-weight:950;
      color:rgba(19,34,26,.86);
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .friend-links a:hover{transform: translateY(-2px); border-color: rgba(45,191,122,.28)}
    .copyright{
      margin-top:12px;
      color:rgba(19,34,26,.64);
      font-size:12.5px;
      font-weight:850;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .backtop{
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.14);
      background:rgba(255,255,255,.72);
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 16px 34px rgba(17, 43, 29, .10);
      cursor:pointer;
      transition: transform .18s ease;
      flex:0 0 auto;
    }
    .backtop:hover{transform: translateY(-2px)}
    .backtop svg{width:18px; height:18px; stroke:rgba(19,34,26,.84); fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round}

    .float-kefu{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
      pointer-events:none;
    }
    .float-kefu .btn{
      pointer-events:auto;
    }
    .float-pill{
      pointer-events:auto;
      max-width:240px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.80);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .10);
      color:rgba(19,34,26,.86);
      font-weight:950;
      font-size:13px;
      display:flex; gap:10px; align-items:center;
      transform: translateY(0);
      opacity:0;
      animation: floatIn 3.6s ease forwards;
      animation-delay: .4s;
    }
    @keyframes floatIn{
      from{opacity:0; transform: translateY(10px)}
      to{opacity:1; transform: translateY(0)}
    }
    .float-pill .dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(180deg, var(--green), var(--teal));
      box-shadow: 0 0 0 4px rgba(45,191,122,.14);
    }
    .float-qr{
      width:118px;
      border-radius:18px;
      border:1px solid rgba(19,34,26,.10);
      background:rgba(255,255,255,.78);
      box-shadow: 0 18px 46px rgba(17, 43, 29, .12);
      overflow:hidden;
      display:none;
      pointer-events:auto;
    }
    .float-qr.open{display:block}
    .float-qr img{
      width:100%;
      height:auto;
      padding:10px;
      display:block;
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .hero-side{min-height:auto}
      .steps{grid-template-columns: repeat(2, 1fr)}
      .grid-3{grid-template-columns: 1fr}
      .cards-grid{grid-template-columns: 1fr}
      .list-2{grid-template-columns: 1fr}
      .timeline-grid{grid-template-columns: 1fr}
      .timeline-title{position:relative; top:auto}
      .compare-wrap table{min-width:720px}
      .faq{grid-template-columns: 1fr}
      .reviews{grid-template-columns: 1fr}
      .article-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .footer-grid{grid-template-columns: 1fr}
      .nav-links{display:none}
      .mobile-toggle{display:flex}
      .mobile-panel{display:none}
      .float-kefu{right:10px; bottom:10px}
    }
    @media (max-width: 520px){
      .hero-title{font-size:30px}
      .hero-card{padding:18px; min-height:320px}
      .side-metrics{grid-template-columns: 1fr 1fr}
      .steps{grid-template-columns: 1fr}
      .form{grid-template-columns: 1fr}
      .thumb .thumb-img{aspect-ratio: 16/11}
      table{min-width:680px}
    }