:root{
      --bg: #f7faf7;
      --card: #ffffff;
      --text: #16221b;
      --muted:#51605a;
      --muted2:#6b7a72;
      --line:#e6efe7;
      --green:#25e06a;
      --green2:#16b85a;
      --greenDeep:#0c8f45;
      --blue:#1a7fff;
      --shadow: 0 18px 45px rgba(5, 32, 16, .10);
      --shadow2: 0 10px 25px rgba(5, 32, 16, .08);
      --radius: 18px;
      --radius2: 14px;
      --container: 1120px;
      --pad: 18px;
      --focus: 0 0 0 4px rgba(37,224,106,.22);
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    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", "Noto Sans SC", sans-serif;
      background: radial-gradient(900px 500px at 15% -10%, rgba(37,224,106,.20), transparent 55%),
                  radial-gradient(700px 380px at 85% 0%, rgba(26,127,255,.16), transparent 60%),
                  linear-gradient(#f8fbf8, #f5faf6);
      color:var(--text);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width: var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }
    .skip-link{
      position:absolute;
      left:-999px; top:10px;
      background:#fff;
      border:1px solid var(--line);
      padding:10px 12px;
      border-radius:10px;
      z-index:10000;
      color:var(--text);
    }
    .skip-link:focus{ left: 12px; outline:none; box-shadow: var(--focus); }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background: rgba(248, 251, 248, .76);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(230,239,231,.75);
    }
    .nav-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{display:flex; align-items:center; gap:12px; min-width: 250px;}
    .brand-link{display:flex; align-items:center; gap:12px}
    .ai-page-logo{width:44px}
    .brand-meta{display:flex; flex-direction:column; line-height:1.1}
    .brand-name{font-weight:900; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted2); margin-top:4px}

    .nav{display:flex; align-items:center; gap:12px; flex: 1}
    .nav-toggle{
      display:none;
      align-items:center;
      gap:10px;
      border:1px solid var(--line);
      background:#fff;
      padding:10px 12px;
      border-radius:12px;
      color:var(--text);
      cursor:pointer;
      box-shadow: 0 10px 20px rgba(0,0,0,.03);
    }
    .nav-toggle:focus{outline:none; box-shadow: var(--focus)}
    .nav-toggle-icon{
      width:18px; height:12px; position:relative; display:inline-block;
      background: linear-gradient(var(--text), var(--text)) 0 0/100% 2px no-repeat,
                  linear-gradient(var(--text), var(--text)) 0 5px/100% 2px no-repeat,
                  linear-gradient(var(--text), var(--text)) 0 10px/100% 2px no-repeat;
      border-radius:2px;
      opacity:.9;
    }
    .nav-menu{
      display:flex;
      align-items:center;
      gap:16px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .nav-item{
      font-size:14px;
      color: #24312a;
      padding:10px 8px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease;
    }
    .nav-item:hover{
      background: rgba(37,224,106,.10);
      transform: translateY(-1px);
    }
    .nav-highlight{
      background: rgba(37,224,106,.14);
      border:1px solid rgba(37,224,106,.25);
    }
    .nav-cta{display:flex; align-items:center; gap:10px; justify-content:flex-end; min-width: 230px;}

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border-radius: 14px;
      border:1px solid transparent;
      padding:11px 14px;
      cursor:pointer;
      font-weight:800;
      letter-spacing:.2px;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow: var(--focus)}
    .btn:active{transform: translateY(1px)}
    .btn-primary{
      background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1));
      border-color: rgba(0,0,0,.02);
      color:#072214;
      box-shadow: 0 14px 35px rgba(37,224,106,.20);
    }
    .btn-primary:hover{box-shadow: 0 18px 45px rgba(37,224,106,.26); transform: translateY(-1px)}
    .btn-ghost{
      background: rgba(255,255,255,.78);
      border-color: rgba(230,239,231,.95);
      color: var(--text);
      box-shadow: 0 12px 28px rgba(0,0,0,.05);
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      border-color: rgba(37,224,106,.35);
      box-shadow: 0 16px 34px rgba(0,0,0,.06);
    }
    .btn-lg{padding:13px 16px; border-radius: 16px; font-size:15px}
    .btn-md{padding:11px 14px}
    .btn-sm{padding:9px 12px; border-radius:12px; font-weight:800; font-size:13px}

    .hero{
      position:relative;
      padding: 44px 0 26px;
    }
    .hero-bg{
      position:absolute; inset:-1px 0 auto 0;
      height: 520px;
      background:
        radial-gradient(700px 300px at 18% 15%, rgba(37,224,106,.35), transparent 55%),
        radial-gradient(650px 260px at 82% 5%, rgba(26,127,255,.26), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,0));
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 24px;
      align-items:start;
    }
    .hero-left{padding: 10px 0}
    .hero-pill-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius: 999px;
      font-weight:800;
      font-size:12px;
      letter-spacing:.2px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.74);
      color:#1b2a22;
    }
    .pill-green{
      border-color: rgba(37,224,106,.30);
      background: rgba(37,224,106,.12);
      color:#0b3b1f;
    }
    .pill-outline{
      background: rgba(255,255,255,.65);
    }
    .hero-title{
      margin: 0 0 12px;
      font-size: clamp(26px, 3.2vw, 40px);
      line-height:1.12;
      letter-spacing: -0.4px;
      font-weight: 950;
    }
    .hero-desc{
      margin:0 0 18px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      max-width: 52ch;
    }
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin: 18px 0 20px}
    .hero-fast{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 14px;
    }
    .fast-item{
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(230,239,231,.95);
      border-radius: 16px;
      padding: 12px 12px;
      box-shadow: 0 14px 32px rgba(0,0,0,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .fast-item:hover{
      transform: translateY(-2px);
      border-color: rgba(37,224,106,.32);
      box-shadow: 0 20px 40px rgba(0,0,0,.07);
    }
    .fast-top{display:flex; align-items:center; gap:10px}
    .fast-icon{
      width:12px; height:12px; border-radius:4px;
      background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1));
      box-shadow: 0 10px 20px rgba(37,224,106,.22);
    }
    .fast-icon-2{
      background: linear-gradient(180deg, rgba(26,127,255,.95), rgba(26,127,255,.55));
      box-shadow: 0 10px 20px rgba(26,127,255,.18);
    }
    .fast-label{font-weight:900; font-size:13px}
    .fast-value{margin-top:6px; color:#1d2b25; font-weight:800; font-size:13px}

    .hero-right{display:flex; flex-direction:column; gap:12px}
    .hero-metrics{
      display:flex;
      flex-direction:column;
      gap: 12px;
    }
    .metric-card{
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(230,239,231,.95);
      border-radius: var(--radius);
      padding: 14px 14px;
      box-shadow: 0 18px 40px rgba(0,0,0,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .metric-card::after{
      content:"";
      position:absolute; inset:-1px auto auto -1px;
      width:110px; height:110px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.22), transparent 60%);
      transform: translate(-30px,-35px);
      pointer-events:none;
    }
    .metric-card:hover{transform: translateY(-2px); box-shadow: 0 24px 55px rgba(0,0,0,.07); border-color: rgba(37,224,106,.30)}
    .metric-card-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.18), transparent 60%)}
    .metric-card-3::after{background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.18), transparent 60%)}

    .metric-top{display:flex; align-items:center; gap:10px; margin-bottom:10px}
    .metric-icon{
      width:34px; height:34px; border-radius: 14px;
      background: rgba(37,224,106,.14);
      border:1px solid rgba(37,224,106,.25);
      position:relative;
      box-shadow: 0 14px 30px rgba(37,224,106,.10);
      flex:0 0 auto;
    }
    .metric-icon::before{
      content:"";
      position:absolute; inset:0;
      background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1));
      clip-path: polygon(25% 0, 100% 0, 76% 100%, 0 100%);
      opacity:.9;
    }
    .metric-icon-2{background: rgba(26,127,255,.12); border-color: rgba(26,127,255,.25); box-shadow: 0 14px 30px rgba(26,127,255,.10)}
    .metric-icon-2::before{background: linear-gradient(180deg, rgba(26,127,255,1), rgba(26,127,255,.55)); clip-path: polygon(0 20%, 100% 0, 85% 100%, 15% 80%)}
    .metric-icon-3{background: rgba(37,224,106,.10); border-color: rgba(37,224,106,.22); box-shadow: 0 14px 30px rgba(37,224,106,.10)}
    .metric-icon-3::before{background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1)); clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%)}

    .metric-title{font-weight:950; letter-spacing:.2px}
    .metric-value{font-size:14px; font-weight:900; margin-bottom:6px}
    .metric-sub{color:var(--muted2); font-size:12.5px; line-height:1.5}

    .hero-mini-panel{
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(230,239,231,.95);
      border-radius: var(--radius);
      padding: 14px 14px;
      box-shadow: 0 18px 40px rgba(0,0,0,.05);
    }
    .mini-header{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px}
    .mini-title{margin:0; font-size:16px; font-weight:950}
    .mini-tag{
      border:1px solid rgba(37,224,106,.28);
      background: rgba(37,224,106,.10);
      color:#0b3b1f;
      font-weight:900;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      white-space:nowrap;
    }
    .chip-row{display:flex; flex-wrap:wrap; gap:8px 8px}
    .chip{
      display:inline-flex; align-items:center; justify-content:center;
      border-radius: 999px;
      padding: 8px 10px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.75);
      font-size:12px;
      color:#22302a;
      font-weight:800;
    }
    .mini-footer{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:12px}
    .link-cta{color:#0f6b39; font-weight:950}
    .link-cta:hover{text-decoration:underline}
    .sep-dot{
      width:5px; height:5px; border-radius:50%;
      background: rgba(37,224,106,.65);
      flex:0 0 auto;
      margin:0 10px;
    }

    .section{padding: 44px 0}
    .section-muted{
      background: linear-gradient(180deg, rgba(37,224,106,.05), rgba(255,255,255,0));
      border-top: 1px solid rgba(230,239,231,.75);
      border-bottom: 1px solid rgba(230,239,231,.75);
    }
    .section-head{margin-bottom: 18px}
    .kicker{
      font-weight:950;
      color:#0b3b1f;
      letter-spacing:.18px;
      font-size:12px;
      text-transform:none;
      display:inline-flex;
      gap:10px;
      align-items:center;
      margin-bottom:10px;
    }
    .kicker::before{
      content:"";
      width:10px; height:10px;
      border-radius:4px;
      background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1));
      box-shadow: 0 10px 20px rgba(37,224,106,.22);
    }
    .section-title{
      margin:0 0 10px;
      font-weight: 1000;
      letter-spacing: -0.3px;
      font-size: clamp(20px, 2.3vw, 28px);
      line-height:1.25;
    }
    .section-desc{
      margin:0;
      color: var(--muted);
      line-height:1.7;
      font-size: 14.5px;
      max-width: 70ch;
    }

    .grid-2{display:grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items:start}
    .grid-3{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px}
    .mt-20{margin-top:20px}

    .card{
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(230,239,231,.95);
      border-radius: var(--radius);
      padding: 16px 16px;
      box-shadow: 0 18px 40px rgba(0,0,0,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      overflow:hidden;
    }
    .card-plain{background: rgba(255,255,255,.84)}
    .card:hover{transform: translateY(-2px); box-shadow: 0 26px 60px rgba(0,0,0,.07); border-color: rgba(37,224,106,.28)}
    .card-feature{position:relative}
    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .55s ease, transform .55s ease;
    }
    .reveal.is-visible{
      opacity:1;
      transform: translateY(0);
    }

    .card-top{display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom: 10px}
    .badge{
      border-radius: 999px;
      padding: 7px 10px;
      border: 1px solid rgba(37,224,106,.30);
      background: rgba(37,224,106,.12);
      color:#0b3b1f;
      font-weight:950;
      font-size:12px;
      white-space:nowrap;
    }
    .muted{color:var(--muted2); font-size:12.5px}
    .card-title{margin:0 0 10px; font-weight: 1000; letter-spacing: -0.2px}
    .card-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}

    .bullets{list-style:none; padding:0; margin:12px 0 0}
    .bullets li{
      display:flex; gap:10px; align-items:flex-start;
      color:#203027; margin:10px 0;
      font-weight:800;
      font-size:13.5px;
      line-height:1.55;
    }
    .check{
      width:18px; height:18px; border-radius:7px;
      background: rgba(37,224,106,.14);
      border: 1px solid rgba(37,224,106,.30);
      position:relative; flex:0 0 auto; margin-top:1px;
    }
    .check::after{
      content:"";
      position:absolute; left:5px; top:4px;
      width:6px; height:9px;
      border-right: 2px solid rgba(12,143,69,1);
      border-bottom: 2px solid rgba(12,143,69,1);
      transform: rotate(40deg);
    }
    .check-green{background: rgba(37,224,106,.16); border-color: rgba(37,224,106,.36)}

    .card-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}
    .card-actions .btn{flex: 0 0 auto}

    .feature-strip{
      background: linear-gradient(180deg, rgba(37,224,106,.14), rgba(255,255,255,.0));
      border: 1px solid rgba(37,224,106,.22);
      border-radius: 16px;
      padding: 12px 12px;
      margin-bottom: 12px;
    }
    .strip-title{font-weight:1000; margin-bottom:6px}
    .strip-sub{color:var(--muted); line-height:1.6; font-size:13.5px}

    .feature-items{display:flex; flex-direction:column; gap:12px}
    .feature-item{display:flex; gap:12px; align-items:flex-start}
    .feature-ico{
      width:40px; height:40px; border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      position:relative;
      flex:0 0 auto;
    }
    .ico-1{background: rgba(37,224,106,.12); border-color: rgba(37,224,106,.25)}
    .ico-1::after{
      content:""; position:absolute; inset:0; margin:auto;
      width:18px; height:18px; border-radius:6px;
      border:2px solid rgba(12,143,69,1);
      transform: rotate(20deg);
    }
    .ico-2{background: rgba(26,127,255,.10); border-color: rgba(26,127,255,.22)}
    .ico-2::after{
      content:""; position:absolute; left:10px; top:10px;
      width:20px; height:20px; border-radius:10px;
      background: linear-gradient(180deg, rgba(26,127,255,1), rgba(26,127,255,.5));
      clip-path: polygon(0 20%, 100% 0, 80% 100%, 0 80%);
      opacity:.9;
    }
    .ico-3{background: rgba(37,224,106,.10); border-color: rgba(37,224,106,.22)}
    .ico-3::after{
      content:""; position:absolute; inset:0; margin:auto;
      width:18px; height:18px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,1), rgba(22,184,90,1));
      opacity:.85;
    }
    .feature-name{font-weight:1000; margin-bottom:6px}
    .feature-desc{color:var(--muted); line-height:1.6; font-size:13.5px}

    .grid-chips{display:flex; flex-wrap:wrap; gap:10px; margin-top: 8px}
    .chip-solid{
      background: rgba(37,224,106,.10);
      border-color: rgba(37,224,106,.25);
      color:#0b3b1f;
      font-weight:1000;
    }
    .card-foot{margin-top:14px}
    .card-foot .link-cta{font-weight:1000}

    .callout{
      margin-top: 18px;
      display:flex;
      gap: 14px;
      align-items:center;
      justify-content:space-between;
      background: linear-gradient(180deg, rgba(37,224,106,.10), rgba(255,255,255,.0));
      border: 1px solid rgba(37,224,106,.20);
      border-radius: var(--radius);
      padding: 16px 16px;
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
    }
    .callout-title{margin:0 0 6px; font-weight:1000}
    .callout-desc{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .callout-right{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

    .card-service{
      padding: 16px 16px;
      position:relative;
    }
    .service-icon{
      width:46px; height:46px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      margin-bottom: 12px;
      position:relative;
      overflow:hidden;
    }
    .service-icon::after{
      content:"";
      position:absolute; inset:-20px -30px auto auto;
      width:90px; height:90px;
      border-radius: 40px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.35), transparent 60%);
      transform: rotate(18deg);
    }
    .s-1{border-color: rgba(37,224,106,.25); background: rgba(37,224,106,.10)}
    .s-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .s-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.28), transparent 60%)}
    .s-3{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .s-3::after{background: radial-gradient(circle at 30% 30%, rgba(12,143,69,.20), transparent 60%)}
    .service-icon::before{
      content:"";
      position:absolute; left:16px; top:16px;
      width:16px; height:16px;
      border-radius:6px;
      border:2px solid rgba(12,143,69,1);
      transform: rotate(15deg);
      opacity:.9;
    }
    .s-2::before{border-color: rgba(26,127,255,1); border-radius:7px; transform: rotate(-10deg)}
    .s-3::before{border-color: rgba(12,143,69,1)}
    .service-title{margin:0 0 8px; font-weight:1000; letter-spacing:-.2px}
    .service-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .service-tags{display:flex; gap:8px; flex-wrap:wrap; margin-top: 12px}
    .tag{
      padding:7px 10px;
      border-radius: 999px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      font-size:12px;
      font-weight:900;
      color:#25352e;
    }

    .timeline-wrap{display:flex; justify-content:center}
    .timeline{
      width:100%;
      display:grid;
      gap: 12px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      padding: 10px 0;
    }
    .t-step{position:relative}
    .t-step:not(:last-child)::after{
      content:"";
      position:absolute;
      right:-6px; top: 38px;
      width: 12px; height: 12px;
      border-right: 2px solid rgba(37,224,106,.45);
      border-top: 2px solid rgba(37,224,106,.45);
      transform: rotate(45deg);
      opacity:.6;
    }
    .t-dot{
      width:12px; height:12px; border-radius:6px;
      background: rgba(37,224,106,.22);
      border:1px solid rgba(37,224,106,.45);
      box-shadow: 0 16px 30px rgba(37,224,106,.15);
      margin: 2px 0 10px 0;
    }
    .t-card{
      background: rgba(255,255,255,.76);
      border:1px solid rgba(230,239,231,.95);
      border-radius: 16px;
      padding: 14px 14px;
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      height:100%;
      min-height: 120px;
      display:flex; flex-direction:column; justify-content:flex-start;
    }
    .t-top{display:flex; gap:10px; align-items:center; margin-bottom:10px}
    .t-no{
      width:28px; height:28px;
      border-radius: 12px;
      background: rgba(37,224,106,.12);
      border:1px solid rgba(37,224,106,.28);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:#0b3b1f;
      flex:0 0 auto;
      font-size:12px;
    }
    .t-title{font-weight:1000}
    .t-text{color:var(--muted); line-height:1.65; font-size:13.5px; margin:0}

    .solution-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .solution-ico{
      width:44px; height:44px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .solution-ico::after{
      content:"";
      position:absolute;
      inset:auto -10px -18px auto;
      width:80px; height:80px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.28), transparent 60%);
      transform: rotate(15deg);
    }
    .ico-a{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .ico-b{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .ico-c{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .ico-b::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .solution-title{margin:0; font-weight:1000; letter-spacing:-.2px}
    .solution-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .mini-list{list-style:none; padding:0; margin:12px 0 0}
    .mini-list li{margin:8px 0; font-weight:900; font-size:13.5px; color:#233128}

    .compare-top{display:grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items:start; margin: 10px 0 16px}
    .rating-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(230,239,231,.95);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 18px 40px rgba(0,0,0,.05);
    }
    .rating-hero{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .rating-star{color:#0b3b1f; letter-spacing:2px; font-weight:1000; font-size:16px}
    .rating-score-wrap{display:flex; align-items:baseline; gap:10px}
    .rating-score{font-size: 44px; line-height:1; font-weight:1000}
    .rating-max{color:var(--muted2); font-weight:900}
    .rating-text{margin-top:10px; font-weight:1000}
    .rating-sub{margin-top:6px; color:var(--muted); line-height:1.7; font-size:14px}

    .compare-legend{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(230,239,231,.95);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      display:flex; flex-direction:column; gap:10px; justify-content:center;
    }
    .legend-item{display:flex; align-items:center; gap:10px; font-weight:900; color:#233128}
    .legend-dot{width:10px; height:10px; border-radius:4px; background: rgba(230,239,231,.95); border:1px solid rgba(0,0,0,.05)}
    .legend-dot-green{background: rgba(37,224,106,.20); border-color: rgba(37,224,106,.40)}
    .legend-dot-blue{background: rgba(26,127,255,.18); border-color: rgba(26,127,255,.34)}
    .legend-dot-gray{background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.10)}

    .table-wrap{
      overflow:auto;
      border-radius: var(--radius);
      border:1px solid rgba(230,239,231,.95);
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      background: rgba(255,255,255,.80);
    }
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width: 880px;
    }
    .compare-table th, .compare-table td{
      padding: 14px 14px;
      border-bottom: 1px solid rgba(230,239,231,.95);
      text-align:left;
      vertical-align:top;
      font-size: 13.5px;
      line-height:1.55;
    }
    .compare-table thead th{
      position:sticky; top:0;
      background: rgba(248,251,248,.92);
      backdrop-filter: blur(8px);
      z-index:2;
      font-weight:1000;
      color:#1a271f;
      border-bottom: 1px solid rgba(230,239,231,.95);
    }
    .cell-good{font-weight:1000; color:#0b3b1f}
    .cell-mid{font-weight:1000; color:#3c4a44}
    .compare-actions{
      margin-top: 14px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(37,224,106,.18);
      border-radius: var(--radius);
      padding: 14px 14px;
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
    }
    .note-title{font-weight:1000; margin-bottom:6px}
    .note-desc{color:var(--muted); line-height:1.7; font-size:14px}
    .compare-btns{display:flex; gap:10px; flex-wrap:wrap}

    .card-cost{padding: 16px}
    .cost-header{display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:12px}
    .price-grid{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 8px 0 14px}
    .price-cell{
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      border-radius: 16px;
      padding: 12px 12px;
    }
    .price-title{font-weight:1000; margin-bottom:8px}
    .price-value{font-weight:1000}
    .price-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13.5px}
    .cost-actions{display:flex; gap:10px; flex-wrap:wrap}

    .banner-strip{
      margin-top: 14px;
      border-radius: var(--radius);
      padding: 16px 16px;
      border:1px solid rgba(37,224,106,.22);
      background: linear-gradient(180deg, rgba(37,224,106,.12), rgba(255,255,255,.0));
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .strip-title2{font-weight:1000; letter-spacing:-.2px}
    .strip-desc{color:var(--muted); margin-top:6px; line-height:1.7}
    .strip-right{display:flex; gap:10px; flex-wrap:wrap}

    .network-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .network-ico{
      width:44px; height:44px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      position:relative; overflow:hidden;
      flex:0 0 auto;
    }
    .network-ico::after{
      content:"";
      position:absolute; inset:-20px -20px auto auto;
      width:90px; height:90px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), transparent 60%);
      transform: rotate(20deg);
    }
    .net-1{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .net-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .net-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .net-3{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .network-title{margin:0; font-weight:1000}
    .network-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .network-meta{margin-top:10px; color:#0b3b1f; font-weight:950; font-size:13.5px}

    .flow-grid{display:flex; flex-direction:column; gap:10px}
    .flow-row{
      display:flex; align-items:flex-start; gap:12px;
      padding: 12px 12px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      border-radius: 16px;
    }
    .flow-step{
      width:54px; height:34px;
      border-radius: 14px;
      background: rgba(37,224,106,.12);
      border:1px solid rgba(37,224,106,.26);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color:#0b3b1f; flex:0 0 auto;
    }
    .flow-text{color:var(--muted); line-height:1.7; font-size:14px; font-weight:800}

    .card-soft{background: rgba(255,255,255,.82)}
    .principles{list-style:none; padding:0; margin: 10px 0 0}
    .principles li{display:flex; gap:10px; align-items:flex-start; margin: 12px 0; font-weight:900; color:#233128; line-height:1.6}
    .card-cta{
      background:
        radial-gradient(450px 220px at 10% 10%, rgba(37,224,106,.18), transparent 55%),
        radial-gradient(360px 210px at 90% 0%, rgba(26,127,255,.16), transparent 58%),
        rgba(255,255,255,.76);
      border-color: rgba(37,224,106,.18);
    }
    .cta-title{font-weight:1000; font-size:16px}
    .cta-desc{margin-top:8px; color:var(--muted); line-height:1.7; font-size:14px}
    .cta-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

    .case-head{display:flex; align-items:center; gap:12px; margin-bottom: 10px}
    .case-icon{
      width:44px; height:44px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      position:relative; overflow:hidden;
      flex:0 0 auto;
    }
    .case-icon::after{
      content:"";
      position:absolute; inset:auto -10px -18px auto;
      width:90px; height:90px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), transparent 60%);
      transform: rotate(15deg);
    }
    .case-1{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .case-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .case-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .case-3{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .case-title{margin:0; font-weight:1000}
    .case-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .case-meta{display:flex; flex-direction:column; gap:6px; margin-top:12px}
    .meta-item{color:#22332a; font-weight:900; font-size:13.5px}
    .case-actions{margin-top:14px}

    .card-form{padding: 16px}
    .form-head{margin-bottom: 12px}
    .form-title{font-weight:1000; font-size:16px}
    .form-sub{color:var(--muted); margin-top:6px; line-height:1.7; font-size:14px}
    .form{display:flex; flex-direction:column; gap: 12px}
    .form-row{display:grid; grid-template-columns: 1fr 1fr; gap: 12px}
    .field{display:flex; flex-direction:column; gap:8px}
    .field-label{font-weight:950; font-size:13px; color:#1e2d26}
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.86);
      padding: 11px 12px;
      font-size:14.5px;
      color: var(--text);
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
    }
    textarea{resize: vertical; min-height: 110px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(37,224,106,.45);
      box-shadow: var(--focus);
    }
    .form-foot{display:flex; flex-direction:column; gap:10px}
    .form-hint{color:var(--muted2); line-height:1.6; font-size:13.5px; font-weight:800}

    .card-side{background:
      radial-gradient(520px 260px at 10% 0%, rgba(37,224,106,.16), transparent 55%),
      rgba(255,255,255,.78);
      border-color: rgba(37,224,106,.18);
    }
    .side-head{margin-bottom: 10px}
    .side-title{font-weight:1000; font-size:16px}
    .side-sub{color:var(--muted); margin-top:6px; line-height:1.7; font-size:14px}
    .side-block{padding: 12px 12px; border-radius: 16px; border:1px solid rgba(230,239,231,.95); background: rgba(255,255,255,.78); margin-bottom: 10px}
    .side-chip{font-weight:1000; color:#0b3b1f; margin-bottom:6px}
    .side-text{margin:0; color:var(--muted); line-height:1.7; font-weight:800}
    .side-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px}
    .side-foot{display:flex; gap:12px; align-items:flex-start; margin-top: 14px; padding: 12px 12px; border-radius: 16px; border:1px solid rgba(230,239,231,.95); background: rgba(255,255,255,.78)}
    .side-ico{
      width:44px; height:44px; border-radius: 18px;
      background: rgba(37,224,106,.12);
      border:1px solid rgba(37,224,106,.28);
      position:relative; flex:0 0 auto;
      box-shadow: 0 14px 30px rgba(37,224,106,.10);
    }
    .side-ico::after{
      content:"";
      position:absolute; inset:0; margin:auto;
      width:18px; height:18px; border-radius:7px;
      border:2px solid rgba(12,143,69,1);
      transform: rotate(15deg);
      opacity:.9;
    }
    .side-foot-title{font-weight:1000}
    .side-foot-desc{color:var(--muted); line-height:1.7; margin-top:6px; font-weight:800}

    .card-train{padding: 16px}
    .train-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .train-ico{
      width:44px; height:44px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      position:relative; overflow:hidden;
      flex:0 0 auto;
    }
    .train-ico::after{
      content:"";
      position:absolute; inset:auto -10px -18px auto;
      width:90px; height:90px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), transparent 60%);
      transform: rotate(15deg);
    }
    .t-1{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .t-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .t-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .t-3{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .t-4{border-color: rgba(37,224,106,.20); background: rgba(37,224,106,.08)}
    .t-5{border-color: rgba(26,127,255,.18); background: rgba(26,127,255,.08)}
    .t-5::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.22), transparent 60%)}
    .t-6{border-color: rgba(37,224,106,.16); background: rgba(37,224,106,.06)}
    .train-title{margin:0; font-weight:1000}
    .train-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .train-meta{margin-top:12px; font-weight:950; color:#0b3b1f; font-size:13.5px}

    .train-cta{
      margin-top: 14px;
      border-radius: var(--radius);
      border:1px solid rgba(37,224,106,.20);
      background: linear-gradient(180deg, rgba(37,224,106,.12), rgba(255,255,255,.0));
      padding: 16px 16px;
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .train-cta-title{font-weight:1000}
    .train-cta-desc{margin-top:6px; color:var(--muted); line-height:1.7; font-weight:800}

    .help-list{display:flex; flex-direction:column; gap:10px}
    .help-item{
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      font-weight:950;
      color:#22332a;
      line-height:1.5;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .help-item:hover{
      transform: translateY(-2px);
      border-color: rgba(37,224,106,.32);
      box-shadow: 0 18px 40px rgba(0,0,0,.06);
    }

    .card-callout{background:
      radial-gradient(520px 260px at 12% 0%, rgba(37,224,106,.16), transparent 55%),
      rgba(255,255,255,.78);
      border-color: rgba(37,224,106,.18);
    }
    .callout-steps{margin-top: 12px; display:flex; flex-direction:column; gap:10px}
    .callout-step{
      display:flex; gap:12px; align-items:flex-start;
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
    }
    .callout-step-no{
      width:34px; height:34px; border-radius: 14px;
      background: rgba(37,224,106,.12);
      border:1px solid rgba(37,224,106,.28);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color:#0b3b1f;
      flex:0 0 auto;
    }
    .callout-step-title{font-weight:1000}
    .callout-step-text{margin-top:6px; color:var(--muted); line-height:1.7; font-weight:800; font-size:14px}
    .card-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}

    .faq-grid{display:grid; grid-template-columns: 1fr 1fr; gap: 14px}
    .faq-item{
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      border-radius: 18px;
      overflow:hidden;
      box-shadow: 0 12px 26px rgba(0,0,0,.04);
      margin-bottom: 10px;
    }
    .faq-q{
      width:100%;
      text-align:left;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      background: transparent;
      border:0;
      padding: 14px 14px;
      cursor:pointer;
      font-weight:1000;
      color:#1d2b24;
      font-size:14.5px;
    }
    .faq-q:focus{outline:none; box-shadow: var(--focus)}
    .faq-icon{
      width:20px; height:20px; border-radius:8px;
      border:1px solid rgba(37,224,106,.28);
      background: rgba(37,224,106,.10);
      position:relative;
      flex:0 0 auto;
      transition: transform .2s ease;
    }
    .faq-q[aria-expanded="false"] .faq-icon::after{opacity:0}
    .faq-icon::before, .faq-icon::after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:10px; height:2px;
      background: rgba(11,59,31,1);
      transform: translate(-50%,-50%);
      border-radius:2px;
    }
    .faq-icon::after{
      width:2px; height:10px;
      transition: opacity .2s ease;
    }
    .faq-q[aria-expanded="true"] .faq-icon::after{opacity:0}
    .faq-a{display:none}
    .faq-a-inner{
      padding: 0 14px 14px;
      color: var(--muted);
      line-height:1.75;
      font-size: 14px;
      font-weight:800;
    }

    .wiki-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .wiki-ico{
      width:44px; height:44px; border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      flex:0 0 auto; position:relative; overflow:hidden;
    }
    .wiki-ico::after{
      content:"";
      position:absolute; inset:auto -10px -18px auto;
      width:90px; height:90px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), transparent 60%);
      transform: rotate(15deg);
    }
    .w-1{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .w-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .w-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .w-3{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .wiki-title{margin:0; font-weight:1000}
    .wiki-text{margin:0; color:var(--muted); line-height:1.7; font-size:14px}
    .wiki-more{margin-top:12px}

    .article-grid{display:grid; grid-template-columns: 1fr 1fr; gap: 14px}
    .article-feature{
      height:100%;
      border-radius: var(--radius);
      padding: 18px 18px;
      border:1px solid rgba(37,224,106,.20);
      background:
        radial-gradient(520px 260px at 10% 0%, rgba(37,224,106,.18), transparent 55%),
        radial-gradient(420px 220px at 90% 10%, rgba(26,127,255,.16), transparent 60%),
        rgba(255,255,255,.78);
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      display:flex; flex-direction:column;
    }
    .feature-kicker{font-weight:1000; color:#0b3b1f; margin-bottom:10px}
    .feature-title{font-weight:1100; font-size:18px; letter-spacing:-.2px; line-height:1.3}
    .feature-desc{margin-top:10px; color:var(--muted); line-height:1.7; font-weight:850}
    .feature-actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; padding-top: 14px}

    .article-list{
      border-radius: var(--radius);
      padding: 16px 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      height:100%;
      display:flex; flex-direction:column;
    }
    .list-head{display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-bottom: 10px}
    .list-title{font-weight:1100}
    .list-sub{color:var(--muted2); font-weight:900}
    .list-items{display:flex; flex-direction:column; gap:10px; margin-top: 8px}
    .list-item{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .list-item:hover{
      transform: translateY(-2px);
      border-color: rgba(37,224,106,.32);
      box-shadow: 0 18px 40px rgba(0,0,0,.06);
    }
    .li-dot{
      width:10px; height:10px; border-radius:4px;
      background: rgba(37,224,106,.22);
      border:1px solid rgba(37,224,106,.40);
      flex:0 0 auto;
    }
    .li-text{font-weight:1000; color:#233128; line-height:1.4; flex:1 1 auto}
    .li-tag{
      font-size:12px;
      font-weight:1000;
      color:#0b3b1f;
      background: rgba(37,224,106,.10);
      border:1px solid rgba(37,224,106,.25);
      padding:6px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .list-more{display:flex; align-items:center; gap:10px; margin-top:auto; padding-top: 14px; justify-content:flex-start; flex-wrap:wrap}

    .card-contact{background:
      radial-gradient(520px 260px at 10% 0%, rgba(37,224,106,.16), transparent 55%),
      rgba(255,255,255,.78);
      border-color: rgba(37,224,106,.18);
    }
    .contact-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .contact-title{font-weight:1100; font-size:16px}
    .contact-sub{margin-top:6px; color:var(--muted); line-height:1.7; font-weight:850; font-size:14px}
    .contact-grid{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 12px}
    .contact-item{
      display:flex; gap:12px; align-items:flex-start;
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
    }
    .contact-ico{
      width:40px; height:40px; border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.82);
      box-shadow: 0 14px 30px rgba(0,0,0,.04);
      position:relative; overflow:hidden;
      flex:0 0 auto;
    }
    .contact-ico::after{
      content:"";
      position:absolute; inset:auto -12px -18px auto;
      width:90px; height:90px;
      background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), transparent 60%);
      transform: rotate(15deg);
    }
    .ci-1{border-color: rgba(37,224,106,.22); background: rgba(37,224,106,.09)}
    .ci-2{border-color: rgba(26,127,255,.20); background: rgba(26,127,255,.10)}
    .ci-2::after{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.24), transparent 60%)}
    .ci-3{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .ci-4{border-color: rgba(37,224,106,.18); background: rgba(37,224,106,.07)}
    .contact-label{color:var(--muted2); font-weight:900; font-size:12.5px}
    .contact-value{margin-top:6px; font-weight:1000}
    .inline-link{color:#0f6b39; font-weight:1000}
    .inline-link:hover{text-decoration:underline}
    .contact-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}

    .card-qr{background: rgba(255,255,255,.78)}
    .qr-top{margin-bottom: 10px}
    .qr-title{font-weight:1100; font-size:16px}
    .qr-sub{margin-top:6px; color:var(--muted); line-height:1.7; font-weight:850; font-size:14px}
    .qr-wrap{
      border-radius: 18px;
      border: 1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.88);
      padding: 12px;
      display:flex; justify-content:center; align-items:center;
    }
    .qr-img{width: 168px; height:auto}
    .qr-bottom{margin-top: 10px}
    .qr-line{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:900; line-height:1.7}
    .qr-dot{width:10px; height:10px; border-radius:4px; background: rgba(37,224,106,.20); border:1px solid rgba(37,224,106,.40)}

    .comments-block{margin-top: 26px}
    .comments-head{margin-bottom: 14px}
    .comments-title{margin:0; font-weight:1100; font-size:18px; letter-spacing:-.2px}
    .comments-grid{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px}
    .comment-card{padding: 16px}
    .comment-top{display:flex; gap:12px; align-items:flex-start}
    .avatar{
      width:44px; height:44px; border-radius: 18px;
      background:
        radial-gradient(circle at 30% 30%, rgba(37,224,106,.35), rgba(37,224,106,.12)),
        rgba(255,255,255,.78);
      border:1px solid rgba(37,224,106,.26);
      flex:0 0 auto;
    }
    .avatar-2{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.30), rgba(26,127,255,.10)), rgba(255,255,255,.78); border-color: rgba(26,127,255,.22)}
    .avatar-3{background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.28), rgba(37,224,106,.10)), rgba(255,255,255,.78); border-color: rgba(37,224,106,.22)}
    .avatar-4{background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.26), rgba(37,224,106,.10)), rgba(255,255,255,.78); border-color: rgba(37,224,106,.22)}
    .avatar-5{background: radial-gradient(circle at 30% 30%, rgba(26,127,255,.22), rgba(26,127,255,.10)), rgba(255,255,255,.78); border-color: rgba(26,127,255,.20)}
    .avatar-6{background: radial-gradient(circle at 30% 30%, rgba(37,224,106,.22), rgba(37,224,106,.09)), rgba(255,255,255,.78); border-color: rgba(37,224,106,.20)}
    .comment-name{font-weight:1100}
    .comment-role{margin-top:6px; color:var(--muted2); font-weight:900; font-size:12.5px; line-height:1.4}
    .comment-text{margin-top: 12px; color:var(--muted); line-height:1.75; font-weight:850; font-size:14px}
    .comment-foot{margin-top: 14px; display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}
    .star{color:#0b3b1f; letter-spacing:2px; font-weight:1000}
    
    .card-side2{background:
      radial-gradient(520px 260px at 10% 0%, rgba(26,127,255,.13), transparent 55%),
      radial-gradient(420px 220px at 90% 10%, rgba(37,224,106,.14), transparent 60%),
      rgba(255,255,255,.78);
      border-color: rgba(37,224,106,.18);
    }
    .side2-title{font-weight:1100; font-size:16px}
    .side2-sub{margin-top:6px; color:var(--muted); line-height:1.7; font-weight:850; font-size:14px}
    .accordion-mini{display:flex; flex-direction:column; gap:10px; margin-top: 12px}
    .mini-qa{
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      border-radius: 16px;
      padding: 12px 12px;
    }
    .mini-q{font-weight:1100; margin-bottom:8px}
    .mini-a{color:var(--muted); line-height:1.7; font-weight:850; font-size:14px}
    .side2-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}

    .partners-strip{
      margin-top: 18px;
      border-radius: var(--radius);
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 40px rgba(0,0,0,.04);
      padding: 16px 16px;
    }
    .partners-head{margin-bottom: 12px}
    .partners-title{font-weight:1100}
    .partners-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
    .partner-link{
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.78);
      font-weight:950;
      color:#22332a;
      text-align:center;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .partner-link:hover{
      transform: translateY(-2px);
      border-color: rgba(37,224,106,.30);
      box-shadow: 0 18px 40px rgba(0,0,0,.06);
    }

    .site-footer{
      background: #071a12;
      color: #e7f5ee;
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 26px 0;
    }
    .footer-inner{max-width: var(--container); margin:0 auto; padding:0 var(--pad)}
    .footer-top{display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .footer-brand{display:flex; align-items:center; gap:12px}
    .footer-logo{width:48px}
    .footer-brand-text{display:flex; flex-direction:column; gap:6px}
    .footer-brand-name{font-weight:1100}
    .footer-brand-sub{color: rgba(231,245,238,.78); font-weight:850; line-height:1.6; font-size:12.5px; max-width: 40ch}
    .footer-links{display:flex; gap: 18px; flex-wrap:wrap}
    .footer-col{min-width: 160px}
    .footer-col-title{font-weight:1100; margin-bottom:10px}
    .footer-link{
      display:block;
      color: rgba(231,245,238,.86);
      font-weight:850;
      padding: 7px 0;
    }
    .footer-link:hover{color:#ffffff; text-decoration:underline}
    .footer-bottom{
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
    }
    .footer-legal{font-weight:950; color: rgba(231,245,238,.92)}
    .footer-muted{color: rgba(231,245,238,.76); font-weight:850; line-height:1.7; font-size:13px}
    .site-footer .inline-link{color:#bff7d6}
    .site-footer .inline-link:hover{color:#ffffff}

    .floating{
      position:fixed;
      right: 14px;
      bottom: 14px;
      z-index:100;
      display:flex;
      flex-direction:column;
      gap: 10px;
      align-items:flex-end;
      pointer-events:none;
    }
    .float-item, .float-backtop{
      pointer-events:auto;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding: 12px 14px;
      border-radius: 18px;
      border:1px solid rgba(230,239,231,.95);
      background: rgba(255,255,255,.92);
      box-shadow: 0 18px 40px rgba(0,0,0,.12);
      font-weight:1000;
      cursor:pointer;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
    }
    .float-item:hover, .float-backtop:hover{
      transform: translateY(-2px);
      border-color: rgba(37,224,106,.32);
      box-shadow: 0 24px 60px rgba(0,0,0,.15);
    }
    .float-green{
      background: linear-gradient(180deg, rgba(37,224,106,1), rgba(22,184,90,1));
      border-color: rgba(0,0,0,.02);
      color:#072214;
    }
    .float-ico{
      width:18px; height:18px; border-radius:8px; position:relative; flex:0 0 auto;
      background: rgba(37,224,106,.14);
      border:1px solid rgba(37,224,106,.28);
    }
    .float-ico::after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:8px; height:8px;
      border-radius:4px;
      border:2px solid rgba(12,143,69,1);
      transform: translate(-50%,-50%) rotate(20deg);
      opacity:.9;
    }
    .float-ico-2{background: rgba(255,255,255,.28); border-color: rgba(0,0,0,.08)}
    .float-ico-2::after{border-color: rgba(7,34,20,1)}
    .float-backtop{
      opacity:0;
      pointer-events:none;
      padding: 10px 14px;
    }
    .backtop-ico{
      width:18px; height:18px; border-radius: 8px;
      position:relative;
      background: rgba(37,224,106,.14);
      border:1px solid rgba(37,224,106,.28);
      flex:0 0 auto;
    }
    .backtop-ico::after{
      content:"";
      position:absolute; left:50%; top:54%;
      width:8px; height:8px;
      border-right:2px solid rgba(12,143,69,1);
      border-top:2px solid rgba(12,143,69,1);
      transform: translate(-50%,-50%) rotate(-45deg);
    }
    .float-text{font-size:13px}

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; }
      .hero-right{order:2}
      .hero-left{order:1}
      .hero-bg{height: 640px}
      .grid-3{grid-template-columns: 1fr}
      .grid-2{grid-template-columns: 1fr}
      .timeline{grid-template-columns: 1fr; gap:10px}
      .compare-top{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .article-grid{grid-template-columns: 1fr}
      .comments-grid{grid-template-columns: 1fr}
      .partners-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
      .nav-toggle{display:inline-flex}
      .nav-menu{
        display:none;
        width:100%;
        margin-top: 10px;
        padding: 12px;
        background: rgba(255,255,255,.92);
        border:1px solid rgba(230,239,231,.95);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0,0,0,.08);
        flex-wrap:wrap;
        justify-content:flex-start;
      }
      .nav-menu.open{display:flex}
      .nav-container{align-items:flex-start}
      .nav-cta{min-width:auto}
      .brand{min-width:auto}
      .hero-fast{grid-template-columns: 1fr}
      .form-row{grid-template-columns: 1fr}
    }