:root{
      --bg0:#f6fbf7;
      --bg1:#f1f7f4;
      --card:#ffffff;
      --text:#1f2937;
      --muted:#5b6b7a;
      --muted2:#7c8b9b;
      --line:rgba(17,24,39,.10);
      --shadow: 0 10px 30px rgba(16, 185, 129, .10), 0 2px 8px rgba(17, 24, 39, .06);
      --shadow2: 0 14px 40px rgba(15, 118, 110, .12), 0 2px 10px rgba(17, 24, 39, .07);
      --brand:#17b06a;
      --brand2:#0ea5a4;
      --brand3:#36c27a;
      --accent:#0f766e;
      --danger:#dc2626;
      --radius:18px;
      --radius2:24px;
      --max:1120px;
      --pad:20px;
      --focus: 0 0 0 4px rgba(23,176,106,.18);
      --btn:#0f766e;
      --btn2:#0ea5a4;
      --pill:#ecfdf5;
      --pill2:#e6ffef;
      --heroText:#0b3a2a;
    }
    *{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 CJK SC", "WenQuanYi Micro Hei", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1100px 620px at 12% 0%, rgba(23,176,106,.18), transparent 58%),
        radial-gradient(900px 540px at 80% 16%, rgba(14,165,164,.16), transparent 60%),
        linear-gradient(180deg, var(--bg0), #ffffff 52%, #f7fbf8 100%);
    }
    a{color:inherit}
    .container{max-width:var(--max); margin:0 auto; padding:0 var(--pad)}
    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:16px; top:16px; width:auto; height:auto; z-index:9999;
      background:#ffffff; padding:10px 12px; border-radius:12px; border:1px solid var(--line);
      box-shadow:var(--shadow2);
    }

    header{
      position:sticky; top:0; z-index:50;
      background: rgba(246, 251, 247, .72);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(17,24,39,.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:220px;
    }
    .brand img{width:44px; height:44px; border-radius:14px; object-fit:contain; background:#fff; padding:6px; border:1px solid rgba(17,24,39,.08)}
    .brand .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand .brand-name{font-weight:860; letter-spacing:.2px; font-size:15px}
    .brand .brand-sub{font-size:12px; color:var(--muted)}
    nav{display:flex; align-items:center; gap:10px}
    .nav-links{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      padding:0; margin:0; list-style:none;
    }
    .nav-links a{
      text-decoration:none;
      font-size:13px;
      color:rgba(31,41,55,.88);
      padding:8px 10px;
      border-radius:999px;
      border:1px solid transparent;
      transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
      display:inline-flex; align-items:center; gap:8px;
    }
    .nav-links a:hover{
      background:rgba(23,176,106,.07);
      border-color:rgba(23,176,106,.22);
      transform: translateY(-1px);
      box-shadow: 0 10px 26px rgba(23,176,106,.10);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px; flex-shrink:0;
    }
    .btn{
      appearance:none; border:none; cursor:pointer;
      border-radius:14px;
      padding:11px 14px;
      font-weight:720;
      letter-spacing:.2px;
      transition: transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      text-decoration:none;
      white-space:nowrap;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn-primary{
      background: linear-gradient(135deg, var(--btn), var(--btn2));
      color:#fff;
      box-shadow: 0 16px 40px rgba(15, 118, 110, .22);
    }
    .btn-primary:hover{transform: translateY(-1px); box-shadow: 0 20px 54px rgba(15, 118, 110, .26)}
    .btn-ghost{
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(17,24,39,.10);
      color: rgba(31,41,55,.92);
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      border-color: rgba(23,176,106,.30);
      background: rgba(255,255,255,.92);
      box-shadow: 0 18px 44px rgba(23,176,106,.10);
    }
    .icon-dot{
      width:10px; height:10px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #bfffe0, var(--brand));
      box-shadow: 0 0 0 6px rgba(23,176,106,.12);
      flex-shrink:0;
    }

    .mobile-toggle{
      display:none;
      width:44px; height:44px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
      flex-shrink:0;
    }
    .mobile-toggle:hover{transform: translateY(-1px); border-color: rgba(23,176,106,.30); box-shadow: 0 16px 40px rgba(23,176,106,.12)}
    .burger{
      width:18px; height:12px; position:relative;
    }
    .burger span{
      position:absolute; left:0; right:0; height:2px; border-radius:2px; background:rgba(15,118,110,.95);
      transition: transform .18s ease, top .18s ease, opacity .18s ease;
    }
    .burger span:nth-child(1){top:0}
    .burger span:nth-child(2){top:5px}
    .burger span:nth-child(3){top:10px}
    .mobile-toggle[aria-expanded="true"] .burger span:nth-child(1){top:5px; transform: rotate(45deg)}
    .mobile-toggle[aria-expanded="true"] .burger span:nth-child(2){opacity:0}
    .mobile-toggle[aria-expanded="true"] .burger span:nth-child(3){top:5px; transform: rotate(-45deg)}

    .mobile-panel{
      display:none;
      padding: 0 0 16px;
    }
    .mobile-panel-inner{
      border: 1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.80);
      border-radius: 18px;
      padding: 10px;
      box-shadow: var(--shadow);
    }
    .mobile-panel .mobile-links{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      padding:10px;
    }
    .mobile-panel .mobile-links a{
      text-decoration:none;
      font-size:13px;
      border-radius:14px;
      padding:10px 10px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(246,251,247,.65);
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }
    .mobile-panel .mobile-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(23,176,106,.30);
      background: rgba(236,253,245,.9);
      box-shadow: 0 16px 40px rgba(23,176,106,.10);
    }
    .mobile-panel .mobile-links a .arrow{
      width:26px; height:26px; border-radius:10px;
      border:1px solid rgba(23,176,106,.25);
      display:flex; align-items:center; justify-content:center;
      color: rgba(15,118,110,.95);
      background: rgba(23,176,106,.06);
      flex-shrink:0;
    }
    .hero{
      padding: 34px 0 18px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-left{
      border-radius: var(--radius2);
      border: 1px solid rgba(17,24,39,.08);
      background:
        radial-gradient(900px 520px at 0% 0%, rgba(54,194,122,.30), transparent 55%),
        radial-gradient(700px 420px at 100% 5%, rgba(14,165,164,.22), transparent 54%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
      box-shadow: 0 22px 70px rgba(23,176,106,.12);
      padding: 22px;
      position:relative;
      overflow:hidden;
      min-height: 360px;
    }
    .hero-left:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        conic-gradient(from 200deg at 50% 45%,
          rgba(23,176,106,.0),
          rgba(23,176,106,.22),
          rgba(14,165,164,.18),
          rgba(23,176,106,.0)
        );
      opacity:.35;
      filter: blur(18px);
      pointer-events:none;
      transform: translate3d(0,0,0);
    }
    .hero-left > *{position:relative}
    .eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(23,176,106,.22);
      background: rgba(236,253,245,.70);
      color: rgba(15,118,110,.96);
      font-weight:760;
      font-size:13px;
      letter-spacing:.2px;
      margin-bottom:14px;
    }
    .hero h1{
      margin:0;
      font-size:34px;
      letter-spacing:-.5px;
      line-height:1.12;
      color: #083326;
    }
    .hero p{
      margin:12px 0 18px;
      color: rgba(31,41,55,.82);
      font-size:15px;
      line-height:1.7;
      max-width: 56ch;
    }
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-top: 8px;
    }
    .hero-meta{
      display:flex; gap:14px; flex-wrap:wrap; margin-top:18px;
      padding-top:16px;
      border-top: 1px solid rgba(17,24,39,.08);
    }
    .meta-chip{
      display:flex; align-items:flex-start; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border: 1px solid rgba(17,24,39,.09);
      background: rgba(255,255,255,.68);
      min-width: 190px;
      flex: 1 1 190px;
    }
    .meta-chip .num{
      font-weight:900; font-size:18px; color: rgba(15,118,110,.95); letter-spacing:-.3px; margin-top:2px;
    }
    .meta-chip .lbl{
      font-size:12.5px; color: rgba(31,41,55,.72); line-height:1.5;
    }

    .hero-right{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow);
      padding: 18px;
      display:flex; flex-direction:column; gap:12px;
      min-height: 360px;
    }
    .mini-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .mini-title h2{
      margin:0; font-size:14px; letter-spacing:.2px;
      color: rgba(31,41,55,.92);
      font-weight:860;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(23,176,106,.08);
      border: 1px solid rgba(23,176,106,.22);
      color: rgba(15,118,110,.95);
      font-size:12px;
      font-weight:780;
      white-space:nowrap;
    }
    .badge .spark{
      width:10px; height:10px; border-radius:3px;
      background: linear-gradient(135deg, rgba(23,176,106,.9), rgba(14,165,164,.9));
      transform: rotate(12deg);
      box-shadow: 0 10px 20px rgba(23,176,106,.20);
    }

    .progress-card{
      border-radius: 20px;
      border:1px solid rgba(17,24,39,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.60));
      padding:14px;
      overflow:hidden;
      position:relative;
    }
    .progress-card:after{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(500px 260px at 10% 10%, rgba(23,176,106,.18), transparent 55%),
                  radial-gradient(420px 220px at 90% 20%, rgba(14,165,164,.16), transparent 58%);
      pointer-events:none;
    }
    .progress-card > *{position:relative}
    .progress-row{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .progress-row .big{
      font-size:28px; font-weight:920; letter-spacing:-.6px; color: rgba(7,54,39,.98);
    }
    .progress-row .small{
      font-size:12.5px; color: rgba(31,41,55,.74); line-height:1.4;
      text-align:right;
    }
    .bar{
      height:10px;
      background: rgba(17,24,39,.06);
      border-radius:999px;
      overflow:hidden;
      margin-top:12px;
      border: 1px solid rgba(17,24,39,.06);
    }
    .bar > span{
      display:block; height:100%;
      width: 74%;
      background: linear-gradient(90deg, rgba(23,176,106,.95), rgba(14,165,164,.92));
      border-radius:999px;
      box-shadow: 0 10px 30px rgba(23,176,106,.25);
      transition: width .6s ease;
    }

    .path-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .path-item{
      border-radius: 18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      padding:12px;
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
      min-height: 86px;
    }
    .path-item:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      background: rgba(236,253,245,.90);
      box-shadow: 0 18px 48px rgba(23,176,106,.12);
    }
    .path-item .t{
      display:flex; align-items:center; gap:10px; font-weight:860; font-size:13px; color: rgba(31,41,55,.92);
    }
    .path-item .d{
      margin-top:8px;
      font-size:12.5px;
      color: rgba(31,41,55,.72);
      line-height:1.55;
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, rgba(23,176,106,.95), rgba(14,165,164,.92));
      box-shadow: 0 0 0 6px rgba(23,176,106,.12);
      flex-shrink:0;
    }

    .section{
      padding: 26px 0;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom: 14px;
    }
    .section-title{
      margin:0;
      font-size:22px;
      letter-spacing:-.3px;
      color: rgba(8,51,38,.98);
      font-weight:920;
    }
    .section-desc{
      margin:0;
      color: rgba(31,41,55,.76);
      font-size:14px;
      line-height:1.6;
      max-width: 66ch;
    }
    .kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .kicker .tag{
      padding:8px 10px;
      border-radius:999px;
      border: 1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
      color: rgba(31,41,55,.78);
      font-size:12.5px;
      font-weight:760;
    }

    .cards-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      align-items:stretch;
    }
    .card{
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(17,24,39,.10);
      border-radius: var(--radius);
      padding:16px;
      box-shadow: 0 14px 40px rgba(17,24,39,.06);
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      box-shadow: 0 20px 70px rgba(23,176,106,.12);
      background: rgba(255,255,255,.86);
    }
    .card .h{
      display:flex; align-items:center; gap:12px;
      margin-bottom:10px;
    }
    .glyph{
      width:42px; height:42px;
      border-radius:16px;
      background: linear-gradient(135deg, rgba(23,176,106,.14), rgba(14,165,164,.12));
      border: 1px solid rgba(23,176,106,.22);
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 16px 40px rgba(23,176,106,.10);
      flex-shrink:0;
    }
    .glyph svg{width:20px; height:20px; color: rgba(15,118,110,.95)}
    .card h3{
      margin:0;
      font-size:15px;
      font-weight:910;
      letter-spacing:-.2px;
      color: rgba(8,51,38,.98);
    }
    .card p{
      margin:0;
      color: rgba(31,41,55,.74);
      line-height:1.7;
      font-size:13.5px;
    }

    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .panel{
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .panel:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 240px at 12% 0%, rgba(23,176,106,.20), transparent 58%),
        radial-gradient(420px 240px at 92% 10%, rgba(14,165,164,.16), transparent 56%);
      pointer-events:none;
      opacity:.65;
    }
    .panel > *{position:relative}
    .panel h2{
      margin:0 0 8px;
      font-size:16px;
      font-weight:930;
      color: rgba(8,51,38,.98);
      letter-spacing:-.2px;
    }
    .list{
      margin:12px 0 0;
      padding:0; list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .li{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius: 16px;
      border: 1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.62);
    }
    .li .check{
      width:22px; height:22px; border-radius:10px;
      background: rgba(23,176,106,.10);
      border: 1px solid rgba(23,176,106,.25);
      display:flex; align-items:center; justify-content:center;
      flex-shrink:0;
      margin-top:1px;
    }
    .li .check svg{width:14px; height:14px; color: rgba(15,118,110,.95)}
    .li b{
      display:block; font-size:13.5px; color: rgba(31,41,55,.92);
      margin-bottom:4px;
    }
    .li span{
      font-size:12.8px; color: rgba(31,41,55,.72); line-height:1.55;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      border-radius: var(--radius);
      border: 1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      padding:16px;
      position:relative;
      overflow:hidden;
      box-shadow: 0 14px 40px rgba(17,24,39,.06);
    }
    .step:after{
      content:"";
      position:absolute; right:-30px; top:-30px;
      width:90px; height:90px; border-radius:28px;
      background: rgba(23,176,106,.10);
      transform: rotate(18deg);
      pointer-events:none;
    }
    .step .top{
      display:flex; align-items:center; justify-content:space-between; gap:10px; position:relative;
    }
    .step .n{
      width:40px; height:40px; border-radius:16px;
      background: linear-gradient(135deg, rgba(23,176,106,.14), rgba(14,165,164,.12));
      border: 1px solid rgba(23,176,106,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:950; color: rgba(15,118,110,.95);
      box-shadow: 0 16px 40px rgba(23,176,106,.10);
    }
    .step h3{
      margin:10px 0 8px;
      font-size:14.5px; font-weight:930; color: rgba(8,51,38,.98); letter-spacing:-.2px;
      position:relative;
    }
    .step p{
      margin:0; font-size:13px; color: rgba(31,41,55,.72); line-height:1.65; position:relative;
    }

    .table-wrap{
      overflow:auto;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      box-shadow: var(--shadow);
    }
    table{
      width:100%;
      border-collapse: separate;
      border-spacing:0;
      min-width: 860px;
    }
    th, td{
      padding:14px 14px;
      border-bottom: 1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:middle;
      font-size:13.5px;
    }
    th{
      background: linear-gradient(180deg, rgba(236,253,245,.95), rgba(255,255,255,.80));
      position:sticky; top:0;
      z-index:1;
      font-weight:920;
      color: rgba(8,51,38,.98);
    }
    tr:last-child td{border-bottom:none}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border: 1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
      font-weight:780;
      color: rgba(31,41,55,.84);
      white-space:nowrap;
    }
    .star{
      color:#f59e0b;
      font-weight:900;
      letter-spacing:.5px;
    }
    .score{
      display:flex; align-items:baseline; gap:8px; flex-wrap:wrap;
    }
    .score .v{
      font-size:28px; font-weight:980; letter-spacing:-.8px; color: rgba(8,51,38,.98);
    }
    .score .m{
      color: rgba(31,41,55,.72);
      font-size:12.5px;
      font-weight:780;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
    }
    .good{color: rgba(7,54,39,.95); font-weight:860}
    .muted{color: rgba(31,41,55,.62)}
    .bad{color: rgba(220,38,38,.92); font-weight:860}

    .faq-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .faq-list{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .accordion{
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .accordion:last-child{border-bottom:none}
    .acc-btn{
      width:100%;
      text-align:left;
      background: transparent;
      border:none;
      cursor:pointer;
      padding:14px 16px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      color: rgba(8,51,38,.98);
    }
    .acc-btn:focus{outline:none; box-shadow: var(--focus)}
    .acc-q{
      font-weight:930; font-size:13.8px; line-height:1.55; letter-spacing:-.1px;
      padding-right:10px;
    }
    .acc-ico{
      width:34px; height:34px; border-radius:14px;
      background: rgba(23,176,106,.08);
      border:1px solid rgba(23,176,106,.22);
      display:flex; align-items:center; justify-content:center;
      flex-shrink:0;
      color: rgba(15,118,110,.95);
      transform: rotate(0deg);
      transition: transform .18s ease;
      margin-top:-2px;
    }
    .acc-btn[aria-expanded="true"] .acc-ico{transform: rotate(45deg)}
    .acc-panel{
      max-height: 0;
      overflow:hidden;
      transition: max-height .28s ease;
    }
    .acc-inner{
      padding: 0 16px 14px;
      color: rgba(31,41,55,.72);
      font-size:13.4px;
      line-height:1.75;
    }
    .faq-side{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:18px;
      position:sticky;
      top:92px;
    }
    .faq-side h2{
      margin:0 0 8px;
      font-size:16px; font-weight:930; color: rgba(8,51,38,.98);
    }
    .faq-side p{
      margin:0 0 14px;
      color: rgba(31,41,55,.72);
      font-size:13.5px; line-height:1.7;
    }
    .side-bullets{
      display:flex; flex-direction:column; gap:10px; margin:0; padding:0;
      list-style:none;
    }
    .side-bullets li{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.62);
    }
    .side-bullets .t{
      width:26px; height:26px; border-radius:12px;
      background: rgba(14,165,164,.10);
      border: 1px solid rgba(14,165,164,.22);
      display:flex; align-items:center; justify-content:center;
      flex-shrink:0;
      color: rgba(15,118,110,.95);
    }
    .side-bullets b{
      display:block; font-size:13.2px; color: rgba(31,41,55,.92); margin-bottom:4px;
    }
    .side-bullets span{
      font-size:12.7px; color: rgba(31,41,55,.72); line-height:1.55;
      display:block;
    }

    .reviews{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 40px rgba(17,24,39,.06);
      padding:16px;
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
      display:flex; flex-direction:column; gap:12px;
      min-height: 214px;
    }
    .review:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      box-shadow: 0 22px 70px rgba(23,176,106,.12);
      background: rgba(255,255,255,.86);
    }
    .review .head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:44px; height:44px; border-radius:18px;
      background: linear-gradient(135deg, rgba(23,176,106,.16), rgba(14,165,164,.12));
      border:1px solid rgba(23,176,106,.22);
      display:flex; align-items:center; justify-content:center;
      color: rgba(15,118,110,.95);
      font-weight:960;
      letter-spacing:-.4px;
      flex-shrink:0;
    }
    .who b{
      display:block; font-size:13.7px; font-weight:950; color: rgba(8,51,38,.98);
      margin-bottom:4px;
    }
    .who span{
      display:block; font-size:12.5px; color: rgba(31,41,55,.72);
      line-height:1.4;
    }
    .review .text{
      margin:0;
      color: rgba(31,41,55,.74);
      font-size:13.3px;
      line-height:1.75;
    }
    .review .footer{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      padding-top:10px;
      border-top: 1px solid rgba(17,24,39,.08);
      color: rgba(31,41,55,.70);
      font-size:12.8px;
    }

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      align-items:stretch;
    }
    .case{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 40px rgba(17,24,39,.06);
      overflow:hidden;
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
      display:flex; flex-direction:column;
      min-height: 260px;
    }
    .case:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      box-shadow: 0 22px 70px rgba(23,176,106,.12);
      background: rgba(255,255,255,.86);
    }
    .case .cover{
      padding:16px;
      position:relative;
      background:
        radial-gradient(420px 220px at 10% 0%, rgba(23,176,106,.18), transparent 55%),
        radial-gradient(380px 210px at 90% 10%, rgba(14,165,164,.16), transparent 56%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .case .cover .k{
      display:flex; align-items:center; gap:10px; justify-content:space-between;
    }
    .case .cover .k .cat{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
      color: rgba(31,41,55,.78);
      font-size:12.5px; font-weight:820;
      white-space:nowrap;
    }
    .case .cover .k .state{
      font-size:12px; color: rgba(31,41,55,.70);
      background: rgba(23,176,106,.08);
      border:1px solid rgba(23,176,106,.22);
      padding:7px 10px; border-radius:999px; font-weight:820;
      white-space:nowrap;
    }
    .case .cover .title{
      margin:12px 0 0;
      font-weight:980;
      letter-spacing:-.3px;
      color: rgba(8,51,38,.98);
      font-size:15.5px;
      line-height:1.35;
    }
    .case .body{
      padding:14px 16px 16px;
      display:flex; flex-direction:column; gap:10px;
      flex:1;
    }
    .case .body p{
      margin:0;
      color: rgba(31,41,55,.72);
      font-size:13.3px;
      line-height:1.75;
    }
    .case .chips{
      display:flex; flex-wrap:wrap; gap:8px;
      margin-top:auto;
      padding-top:10px;
      border-top: 1px dashed rgba(17,24,39,.12);
    }
    .chip{
      font-size:12.2px;
      color: rgba(31,41,55,.74);
      background: rgba(236,253,245,.65);
      border:1px solid rgba(23,176,106,.18);
      padding:7px 9px;
      border-radius:999px;
      font-weight:780;
    }

    .two-col{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:stretch;
    }
    .media-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      overflow:hidden;
      display:flex; flex-direction:column;
      min-height: 300px;
    }
    .media-head{
      padding:16px 16px 10px;
      border-bottom:1px solid rgba(17,24,39,.08);
      background:
        radial-gradient(520px 260px at 0% 0%, rgba(23,176,106,.18), transparent 60%),
        radial-gradient(420px 220px at 100% 15%, rgba(14,165,164,.16), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.66));
    }
    .media-head h2{
      margin:0; font-size:16px; font-weight:960; color: rgba(8,51,38,.98);
      letter-spacing:-.2px;
    }
    .media-head p{
      margin:8px 0 0;
      color: rgba(31,41,55,.72);
      font-size:13.5px; line-height:1.7;
    }
    .media-row{
      padding:14px 16px 16px;
      display:flex; flex-direction:column; gap:12px;
      flex:1;
    }
    .thumb-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      align-items:stretch;
    }
    .thumb{
      border-radius: 18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      overflow:hidden;
      display:flex; flex-direction:column;
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
    }
    .thumb:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      background: rgba(255,255,255,.86);
      box-shadow: 0 22px 70px rgba(23,176,106,.12);
    }
    .thumb .imgbox{
      width:100%;
      aspect-ratio: 16/10;
      background: linear-gradient(180deg, rgba(236,253,245,.7), rgba(255,255,255,.65));
      border-bottom:1px solid rgba(17,24,39,.08);
      display:flex; align-items:center; justify-content:center;
      padding:10px;
    }
    .thumb img{width:100%; height:100%; object-fit:cover; border-radius: 12px}
    .thumb .cap{
      padding:10px 12px 12px;
    }
    .thumb .cap b{display:block; font-size:13.2px; color: rgba(8,51,38,.98); font-weight:950; margin-bottom:4px}
    .thumb .cap span{display:block; font-size:12.7px; color: rgba(31,41,55,.72); line-height:1.55}
    .links-grid{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:10px;
    }
    .text-link{
      text-decoration:none;
      padding:12px;
      border-radius: 18px;
      border: 1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.65);
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      min-height: 74px;
    }
    .text-link:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      background: rgba(236,253,245,.90);
      box-shadow: 0 20px 60px rgba(23,176,106,.12);
    }
    .text-link b{
      display:block; font-size:13.5px; font-weight:950; color: rgba(8,51,38,.98);
      line-height:1.35;
      margin-bottom:5px;
    }
    .text-link span{
      display:block; font-size:12.7px; color: rgba(31,41,55,.72); line-height:1.55;
    }
    .text-link .go{
      width:30px; height:30px; border-radius:14px;
      border:1px solid rgba(23,176,106,.22);
      background: rgba(23,176,106,.08);
      color: rgba(15,118,110,.95);
      display:flex; align-items:center; justify-content:center;
      flex-shrink:0;
      margin-top:2px;
    }

    .price-line{
      display:flex; gap:12px; flex-wrap:wrap;
      align-items:stretch;
      margin-top:12px;
    }
    .price-card{
      flex: 1 1 240px;
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .price-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(520px 240px at 0% 0%, rgba(23,176,106,.18), transparent 60%),
                  radial-gradient(420px 220px at 100% 12%, rgba(14,165,164,.14), transparent 60%);
      opacity:.55;
      pointer-events:none;
    }
    .price-card > *{position:relative}
    .price-card h2{
      margin:0 0 8px;
      font-size:16px; font-weight:960; color: rgba(8,51,38,.98);
    }
    .price-card p{margin:0; color: rgba(31,41,55,.72); font-size:13.5px; line-height:1.7}
    .mini-table{
      margin-top:12px;
      border-radius: 16px;
      border:1px solid rgba(17,24,39,.10);
      overflow:hidden;
      background: rgba(255,255,255,.62);
    }
    .mini-table .row{
      display:flex; justify-content:space-between; gap:10px;
      padding:10px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      font-size:13px;
      color: rgba(31,41,55,.78);
    }
    .mini-table .row:last-child{border-bottom:none}
    .mini-table .row b{font-weight:950; color: rgba(8,51,38,.98)}
    .mini-table .row .em{color: rgba(15,118,110,.95); font-weight:920}

    .form-card{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.74);
      box-shadow: var(--shadow);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .form-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(620px 320px at 10% 0%, rgba(23,176,106,.18), transparent 60%),
                  radial-gradient(520px 260px at 92% 18%, rgba(14,165,164,.14), transparent 60%);
      pointer-events:none;
      opacity:.6;
    }
    .form-card > *{position:relative}
    .form-card h2{
      margin:0 0 8px;
      font-size:16px; font-weight:960; color: rgba(8,51,38,.98);
    }
    .form-card p{
      margin:0 0 14px;
      color: rgba(31,41,55,.72); font-size:13.5px; line-height:1.7;
    }
    form{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    .field{display:flex; flex-direction:column; gap:8px}
    label{
      font-size:12.8px;
      color: rgba(31,41,55,.72);
      font-weight:800;
    }
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border: 1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.78);
      padding:11px 12px;
      font-size:13.5px;
      color: rgba(31,41,55,.92);
      outline:none;
      transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }
    textarea{min-height:112px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(23,176,106,.40);
      box-shadow: var(--focus);
      background: rgba(255,255,255,.95);
    }
    .span2{grid-column: 1 / -1}
    .form-actions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      grid-column: 1 / -1;
      margin-top:2px;
    }
    .note{
      color: rgba(31,41,55,.66);
      font-size:12.6px;
      line-height:1.6;
      flex:1;
      min-width: 220px;
    }
    .btn-submit{
      padding:12px 16px;
      border-radius: 16px;
      min-width: 170px;
    }

    .article-list{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .article{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 40px rgba(17,24,39,.06);
      padding:16px;
      display:flex; flex-direction:column; gap:10px;
      min-height: 210px;
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
    }
    .article:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      box-shadow: 0 22px 70px rgba(23,176,106,.12);
      background: rgba(255,255,255,.86);
    }
    .article .meta{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color: rgba(31,41,55,.66);
      font-size:12.5px; font-weight:800;
    }
    .article h3{
      margin:0;
      font-size:14.7px;
      color: rgba(8,51,38,.98);
      letter-spacing:-.2px;
      line-height:1.4;
      font-weight:960;
    }
    .article p{
      margin:0;
      color: rgba(31,41,55,.72);
      font-size:13.3px;
      line-height:1.7;
    }
    .article a.read{
      margin-top:auto;
      text-decoration:none;
      display:inline-flex; align-items:center; gap:10px;
      color: rgba(15,118,110,.98);
      font-weight:900;
      font-size:13.2px;
      padding:10px 12px;
      border-radius: 14px;
      border:1px solid rgba(23,176,106,.22);
      background: rgba(236,253,245,.65);
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease;
      width: fit-content;
    }
    .article a.read:hover{
      transform: translateY(-2px);
      box-shadow: 0 20px 60px rgba(23,176,106,.12);
      border-color: rgba(23,176,106,.32);
      background: rgba(236,253,245,.92);
    }

    .timeline{
      border-radius: var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .timeline:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 240px at 12% 0%, rgba(23,176,106,.18), transparent 60%),
        radial-gradient(420px 240px at 92% 10%, rgba(14,165,164,.14), transparent 58%);
      opacity:.6;
      pointer-events:none;
    }
    .timeline > *{position:relative}
    .timeline h2{margin:0 0 10px; font-size:16px; font-weight:960; color: rgba(8,51,38,.98)}
    .time-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    .titem{
      border-radius: 18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:12px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .tmark{
      width:34px; height:34px; border-radius:16px;
      background: rgba(23,176,106,.08);
      border:1px solid rgba(23,176,106,.22);
      display:flex; align-items:center; justify-content:center;
      color: rgba(15,118,110,.98);
      font-weight:950;
      flex-shrink:0;
    }
    .titem b{display:block; font-weight:950; color: rgba(8,51,38,.98); font-size:13.5px; margin-bottom:4px}
    .titem span{display:block; color: rgba(31,41,55,.72); font-size:12.9px; line-height:1.55}

    .footer{
      margin-top: 18px;
      background: linear-gradient(180deg, rgba(8,51,38,.96), rgba(4,30,22,.98));
      color: rgba(255,255,255,.92);
      border-top: 1px solid rgba(255,255,255,.10);
      padding: 22px 0 18px;
    }
    .footer .foot-grid{
      display:grid;
      grid-template-columns: 1.3fr 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .foot-brand{
      display:flex; flex-direction:column; gap:10px;
      padding-right: 10px;
    }
    .foot-brand .row{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
    }
    .foot-brand img{
      width:40px; height:40px; object-fit:contain;
      border-radius:16px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.16);
      padding:6px;
    }
    .foot-brand b{font-size:15px; letter-spacing:-.2px}
    .foot-brand p{margin:0; color: rgba(255,255,255,.78); font-size:13.2px; line-height:1.7}
    .foot-col h3{
      margin:0 0 10px;
      font-size:13.5px;
      color: rgba(255,255,255,.95);
      font-weight:950;
      letter-spacing:.2px;
    }
    .foot-links{
      display:flex; flex-direction:column; gap:9px;
    }
    .foot-links a{
      text-decoration:none;
      color: rgba(255,255,255,.78);
      font-size:13.2px;
      padding:8px 10px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      transition: transform .16s ease, background .2s ease, border-color .2s ease;
      width: fit-content;
    }
    .foot-links a:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
    }
    .copyright{
      margin-top:14px;
      padding-top:14px;
      border-top: 1px solid rgba(255,255,255,.10);
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
      color: rgba(255,255,255,.70);
      font-size:12.8px;
    }
    .copyright a{color: rgba(255,255,255,.84); text-decoration:none}
    .copyright a:hover{text-decoration:underline}

    .float-contact{
      position:fixed;
      right: 14px;
      bottom: 16px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .float-btn{
      width:48px; height:48px;
      border-radius: 18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.80);
      box-shadow: 0 18px 48px rgba(17,24,39,.12);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .16s ease, box-shadow .22s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
      color: rgba(15,118,110,.98);
    }
    .float-btn:hover{
      transform: translateY(-2px);
      border-color: rgba(23,176,106,.30);
      background: rgba(255,255,255,.95);
      box-shadow: 0 22px 60px rgba(23,176,106,.14);
    }
    .qrcode-pop{
      position:absolute;
      right: 0;
      bottom: 58px;
      width: 240px;
      border-radius: 18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow2);
      overflow:hidden;
      transform-origin: 100% 100%;
      transform: scale(.98);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
    }
    .float-contact[data-open="true"] .qrcode-pop{
      opacity:1; transform: scale(1); pointer-events:auto;
    }
    .qrcode-pop .top{
      padding:12px 12px 0;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .qrcode-pop .top b{
      font-size:13.2px; font-weight:950; color: rgba(8,51,38,.98);
      letter-spacing:-.2px;
    }
    .close-x{
      width:32px; height:32px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(236,253,245,.65);
      color: rgba(15,118,110,.98);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
    }
    .qrcode-pop .body{
      padding:12px;
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-start;
    }
    .qrcode-pop img{
      width:100%; height:auto;
      border-radius: 14px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
    }
    .qrcode-pop .hint{
      color: rgba(31,41,55,.72);
      font-size:12.7px; line-height:1.6;
      margin:0;
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .hero-right{min-height: unset}
      .cards-grid{grid-template-columns: repeat(2, 1fr);}
      .steps{grid-template-columns: repeat(2, 1fr);}
      .split{grid-template-columns: 1fr;}
      .faq-grid{grid-template-columns: 1fr;}
      .faq-side{position:relative; top:auto}
      .reviews{grid-template-columns: 1fr 1fr;}
      .case-grid{grid-template-columns: 1fr 1fr;}
      .article-list{grid-template-columns: 1fr 1fr;}
      .two-col{grid-template-columns: 1fr;}
      .footer .foot-grid{grid-template-columns: 1fr; }
    }
    @media (max-width: 760px){
      nav{display:none}
      .nav-cta{display:none}
      .mobile-toggle{display:flex}
      .mobile-panel{display:block}
      .cards-grid{grid-template-columns: 1fr;}
      .steps{grid-template-columns: 1fr;}
      .reviews{grid-template-columns: 1fr;}
      .case-grid{grid-template-columns: 1fr;}
      .article-list{grid-template-columns: 1fr;}
      .thumb-grid{grid-template-columns: 1fr 1fr;}
      form{grid-template-columns: 1fr;}
      .span2{grid-column: auto}
      table{min-width: 760px}
      .float-contact{right: 10px; bottom: 12px}
      .qrcode-pop{width: 220px}
    }