:root{
      --bg: #f6fbf7;
      --panel: #ffffff;
      --text: #16202a;
      --muted: #5a6a7a;
      --muted2:#7b8a9a;
      --line: rgba(12, 26, 40, .10);
      --shadow: 0 18px 45px rgba(0,0,0,.08);
      --shadow2: 0 10px 28px rgba(0,0,0,.10);
      --green: #16c172;
      --green2:#0aa45f;
      --lime:#b7ff5a;
      --teal:#12b8b3;
      --purple:#7c5cff;
      --focus: rgba(22, 193, 114, .25);
      --radius: 18px;
      --radius2: 26px;
      --max: 1160px;
    }

    *{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, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1000px 500px at 15% -10%, rgba(22,193,114,.18), transparent 60%),
        radial-gradient(900px 420px at 95% 0%, rgba(18,184,179,.18), transparent 55%),
        linear-gradient(180deg, #f6fbf7 0%, #f7fbfa 45%, #f6fbf7 100%);
    }

    .container{max-width:var(--max); margin:0 auto; padding:0 18px;}
    .section{padding:72px 0;}
    .section.alt{padding:72px 0; background: linear-gradient(180deg, rgba(22,193,114,.055) 0%, rgba(22,193,114,0) 60%);}
    .hero{position:relative; padding:46px 0 22px;}
    .hero-bottom{padding-top:18px;}
    .hero-bg{position:absolute; inset:-80px 0 auto 0; height:560px; pointer-events:none; overflow:hidden;}
    .glow{position:absolute; border-radius:999px; filter: blur(28px); opacity:.9;}
    .g1{width:560px; height:320px; left: -120px; top: 30px; background: radial-gradient(circle at 30% 30%, rgba(183,255,90,.60), rgba(22,193,114,.10) 58%, transparent 70%);}
    .g2{width:520px; height:300px; right: -120px; top: -10px; background: radial-gradient(circle at 45% 40%, rgba(18,184,179,.55), rgba(124,92,255,.10) 60%, transparent 72%);}
    .gridlines{
      position:absolute; inset:0;
      background:
        linear-gradient(to right, rgba(12,26,40,.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(12,26,40,.055) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: radial-gradient(closest-side at 50% 35%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 74%);
      opacity:.55;
      transform: translateY(10px);
    }

    .topline{height:6px; background: linear-gradient(90deg, rgba(22,193,114,1) 0%, rgba(18,184,179,1) 40%, rgba(183,255,90,1) 100%);}

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(246,251,247,.72);
      border-bottom: 1px solid rgba(12,26,40,.08);
    }

    .nav-wrap{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0;}
    .brand{display:flex; align-items:center; gap:12px; min-width: 260px;}
    .brand-link{display:flex; align-items:center; gap:12px; text-decoration:none;}
    .ai-page-logo{width:44px; height:44px; object-fit:contain; flex:0 0 auto; border-radius:12px; background: rgba(22,193,114,.08); padding:6px;}
    .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(--muted); margin-top:4px;}

    .nav-desktop{display:flex; gap:18px; align-items:center; justify-content:center; flex:1; flex-wrap:wrap;}
    .nav-item{
      text-decoration:none; color: #243244; font-weight:700; font-size:13px; padding:10px 6px;
      border-radius:12px; transition: background .2s ease, transform .2s ease, color .2s ease;
    }
    .nav-item:hover{background: rgba(22,193,114,.10); transform: translateY(-1px); color:#0f2a1c;}
    .nav-item-cta{background: rgba(22,193,114,.12); border: 1px solid rgba(22,193,114,.25);}

    .nav-actions{display:flex; align-items:center; gap:10px;}
    .icon-btn{
      width:44px; height:44px; border-radius:14px;
      border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.65);
      display:inline-flex; align-items:center; justify-content:center;
      cursor:pointer; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .icon-btn:focus{outline:none; box-shadow:0 0 0 6px var(--focus);}
    .icon-btn:hover{transform: translateY(-1px); box-shadow: 0 12px 24px rgba(0,0,0,.08); border-color: rgba(22,193,114,.28);}

    .icon-lines{
      width:18px; height:12px; position:relative; display:block;
    }
    .icon-lines::before,.icon-lines::after,.icon-lines span{
      content:""; position:absolute; left:0; right:0; height:2px; background: rgba(22,193,114,.95); border-radius:999px;
    }
    .icon-lines::before{top:0;}
    .icon-lines::after{bottom:0;}
    .icon-lines{background: linear-gradient(180deg, rgba(22,193,114,.95) 0 0) center/100% 2px no-repeat;}
    .icon-close{
      width:18px; height:18px; position:relative; display:block;
    }
    .icon-close::before,.icon-close::after{
      content:""; position:absolute; left:8px; top:2px; width:2px; height:14px; background: rgba(22,193,114,.95);
      border-radius:999px;
    }
    .icon-close::before{transform: rotate(45deg);}
    .icon-close::after{transform: rotate(-45deg);}

    .btn{
      appearance:none; border:1px solid rgba(12,26,40,.12);
      border-radius: 14px;
      padding: 12px 16px;
      font-weight:900; font-size:14px;
      text-decoration:none; color: #0f1b24;
      background: rgba(255,255,255,.72);
      cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:10px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
      white-space: nowrap;
    }
    .btn:focus{outline:none; box-shadow:0 0 0 6px var(--focus);}
    .btn:hover{transform: translateY(-1px); box-shadow: 0 16px 30px rgba(0,0,0,.10); border-color: rgba(22,193,114,.30);}
    .btn-primary{
      background: linear-gradient(135deg, rgba(22,193,114,1), rgba(18,184,179,1));
      border-color: rgba(0,0,0,.05);
      color: #062012;
    }
    .btn-primary:hover{box-shadow: 0 18px 35px rgba(22,193,114,.25);}
    .btn-secondary{
      background: linear-gradient(135deg, rgba(183,255,90,.95), rgba(22,193,114,.85));
      border-color: rgba(22,193,114,.25);
      color:#0a2512;
    }
    .btn-ghost{
      background: rgba(255,255,255,.55);
      border-color: rgba(12,26,40,.14);
      color:#142132;
    }
    .btn-lg{padding: 13px 18px; border-radius: 16px; font-size: 15px;}
    .btn-small{padding: 10px 12px; border-radius: 14px; font-size: 13px;}
    .btn-mini{padding:10px 12px; border-radius: 12px; font-size: 13px; font-weight:900;}
    .btn-block{width:100%;}
    .text-link{color:#0f3b25; font-weight:900; text-decoration:none; padding: 10px 6px; border-radius: 12px;}
    .text-link:hover{background: rgba(22,193,114,.10);}

    .hero-inner{display:grid; grid-template-columns: 1.22fr .78fr; gap:22px; align-items:start;}
    .hero-left{padding: 14px 0 8px;}
    .eyebrow{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-bottom:16px;}
    .pill{
      padding:8px 12px; border-radius:999px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(12,26,40,.10);
      font-size:12px; font-weight:900; color:#123024;
      box-shadow: 0 12px 22px rgba(0,0,0,.06);
    }
    .pill-2{background: rgba(22,193,114,.10); border-color: rgba(22,193,114,.22);}
    .pill-3{background: rgba(18,184,179,.10); border-color: rgba(18,184,179,.22);}

    .hero-title{
      font-size: clamp(28px, 3.4vw, 44px);
      line-height:1.05;
      letter-spacing:-.6px;
      margin: 10px 0 12px;
      font-weight: 1000;
    }
    .hero-desc{
      color: var(--muted);
      font-size: 15px;
      line-height:1.8;
      margin: 0 0 18px;
      max-width: 56ch;
      font-weight: 650;
    }
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-bottom:18px;}
    .hero-mini{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-top: 10px;}
    .mini-item{
      background: rgba(255,255,255,.58);
      border:1px solid rgba(12,26,40,.10);
      border-radius: 16px;
      padding: 12px 12px;
      box-shadow: 0 12px 22px rgba(0,0,0,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .mini-item:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 36px rgba(0,0,0,.10);}
    .mini-top{display:flex; align-items:center; gap:8px; margin-bottom:8px;}
    .mini-icon{font-size:16px;}
    .mini-label{font-weight:1000; font-size:12px; color:#0f2a1c;}
    .mini-value{font-weight:900; color:#152535;}

    .hero-right{display:flex; flex-direction:column; gap:14px; padding: 10px 0 0;}
    .stat-card{
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(12,26,40,.10);
      border-radius: var(--radius2);
      padding: 18px 16px;
      box-shadow: var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .stat-card::after{
      content:"";
      position:absolute; inset:-2px auto auto -2px; width:180px; height:180px;
      background: radial-gradient(circle at 40% 30%, rgba(183,255,90,.55), transparent 60%);
      opacity:.6; pointer-events:none;
    }
    .stat-head{display:flex; flex-direction:column; gap:6px; margin-bottom:10px; position:relative;}
    .stat-title{font-weight:1000; letter-spacing:.2px; font-size:16px;}
    .stat-sub{color:var(--muted); font-weight:700; font-size:13px;}
    .stat-grid{display:grid; grid-template-columns: 1fr 1fr; gap:10px;}
    .stat{
      background: rgba(22,193,114,.06);
      border:1px solid rgba(22,193,114,.16);
      border-radius: 16px;
      padding: 12px 12px;
    }
    .stat:nth-child(2){background: rgba(18,184,179,.07); border-color: rgba(18,184,179,.18);}
    .stat:nth-child(3){background: rgba(124,92,255,.06); border-color: rgba(124,92,255,.15);}
    .stat:nth-child(4){background: rgba(183,255,90,.08); border-color: rgba(183,255,90,.20);}
    .stat-num{font-weight:1000; font-size:14px; margin-bottom:6px;}
    .stat-text{color:var(--muted); font-weight:750; font-size:12.5px; line-height:1.4;}

    .stat-divider{height:1px; background: rgba(12,26,40,.10); margin:14px 0 12px;}
    .stat-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; position:relative;}
    .stat-badge{display:flex; align-items:center; gap:10px; color:#143026; font-weight:950; font-size:13px;}
    .badge-dot{width:10px; height:10px; border-radius:999px; background: linear-gradient(135deg, rgba(22,193,114,1), rgba(18,184,179,1)); box-shadow: 0 0 0 6px rgba(22,193,114,.16);}

    .token-strip{
      border-radius: 20px;
      padding: 14px 14px;
      background: linear-gradient(135deg, rgba(22,193,114,.12), rgba(18,184,179,.10));
      border: 1px solid rgba(22,193,114,.18);
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      box-shadow: 0 18px 34px rgba(0,0,0,.06);
    }
    .token-kicker{font-size:12px; color:#104124; font-weight:1000;}
    .token-title{font-size:15px; font-weight:1000; margin-top:6px;}
    .partners{display:flex; gap:18px; align-items:flex-start; padding: 10px 0;}
    .partners.right{justify-content:flex-end;}
    .partner-title{font-weight:1000; color:#0f2a1c; min-width:90px;}
    .chip-row{display:flex; flex-wrap:wrap; gap:8px;}
    .chip{
      padding:9px 12px;
      border-radius: 999px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.58);
      font-weight:950; font-size:12.5px; color:#142132;
      box-shadow: 0 12px 22px rgba(0,0,0,.04);
    }
    .chip-green{border-color: rgba(22,193,114,.20); background: rgba(22,193,114,.09);}

    .section-head{margin-bottom:20px;}
    .h2{
      font-size: clamp(22px, 2.2vw, 30px);
      margin: 0 0 10px;
      font-weight: 1100;
      letter-spacing:-.3px;
    }
    .lead{
      margin:0;
      color: var(--muted);
      font-weight: 720;
      line-height:1.8;
      max-width: 76ch;
    }

    .card{
      border-radius: var(--radius);
      background: var(--panel);
      border: 1px solid rgba(12,26,40,.10);
      box-shadow: 0 18px 45px rgba(0,0,0,.05);
      padding: 18px 16px;
    }
    .card.soft{background: rgba(255,255,255,.78);}
    .card.strong{background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.70));}
    .card.light{background: rgba(255,255,255,.72);}
    .card.mint{background: linear-gradient(135deg, rgba(183,255,90,.16), rgba(18,184,179,.10)); border-color: rgba(22,193,114,.16);}
    .card:hover{border-color: rgba(22,193,114,.24);}

    .card-kicker{font-weight:1100; color:#0f3b25; font-size:12px; letter-spacing:.4px; text-transform: uppercase;}
    .h3{font-size:18px; margin:10px 0 10px; font-weight:1100; letter-spacing:-.2px;}
    .p{color:var(--muted); margin: 0 0 12px; line-height:1.8; font-weight:720;}

    .about-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:stretch;}
    .card strong{}
    .bullets{margin-top:12px; display:flex; flex-direction:column; gap:10px;}
    .bullet{display:flex; gap:10px; align-items:flex-start; color:#193040; font-weight:820;}
    .bullet-dot{width:10px; height:10px; border-radius:999px; background: linear-gradient(135deg, rgba(22,193,114,1), rgba(183,255,90,1)); margin-top:6px; box-shadow: 0 0 0 6px rgba(22,193,114,.10);}
    .bullet span{color: #1a2b3a; font-weight:800;}

    .grid-2{display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; margin-top:14px;}
    .mini-badge{
      border-radius: 16px;
      border: 1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 12px 12px;
    }
    .mini-badge-title{font-weight:1000; margin-bottom:6px;}
    .mini-badge-text{color:var(--muted); font-weight:740; line-height:1.6; font-size:13px;}

    .cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; align-items:center;}
    .timeline{margin-top:10px; display:flex; flex-direction:column; gap:12px;}
    .t-item{display:flex; gap:12px; align-items:flex-start;}
    .t-dot{width:12px; height:12px; border-radius:999px; margin-top:7px; background: linear-gradient(135deg, rgba(22,193,114,1), rgba(18,184,179,1)); box-shadow: 0 0 0 6px rgba(22,193,114,.12);}
    .t-body{flex:1}
    .t-title{font-weight:1000; margin-bottom:6px;}
    .t-text{color:var(--muted); font-weight:750; line-height:1.7; font-size:13.5px;}

    .imageless-showcase{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:stretch; margin-top:14px;}
    .showcase-left{padding: 0;}
    .showcase-right{display:flex; flex-direction:column; gap:12px;}

    .cap-card{padding: 16px 16px;}
    .cap-head{display:flex; flex-direction:column; gap:6px; margin-bottom:10px;}
    .cap-title{font-weight:1100; font-size:16px;}
    .cap-sub{color:var(--muted); font-weight:760; font-size:13px; line-height:1.5;}
    .tag-cloud{display:flex; flex-wrap:wrap; gap:8px; margin: 10px 0 12px;}
    .tag{
      padding:8px 10px; border-radius: 999px;
      background: rgba(22,193,114,.09);
      border: 1px solid rgba(22,193,114,.18);
      color:#0f2a1c;
      font-weight:950; font-size:12.5px;
    }
    .cap-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;}
    .cap-tip{color:var(--muted); font-weight:800;}

    .cap-mini-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px;}
    .mini-card{
      border-radius: 16px;
      border: 1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 12px 12px;
      box-shadow: 0 12px 22px rgba(0,0,0,.04);
      transition: transform .18s ease, border-color .18s ease;
    }
    .mini-card:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.22);}
    .mini-card-icon{font-size:18px;}
    .mini-card-title{font-weight:1100; margin-top:8px; margin-bottom:6px;}
    .mini-card-text{color:var(--muted); font-weight:760; line-height:1.6; font-size:13px;}

    .service-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; align-items:stretch;}
    .hover-card{transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
    .hover-card:hover{transform: translateY(-3px); border-color: rgba(22,193,114,.28); box-shadow: var(--shadow2);}
    .card-top{display:flex; gap:12px; align-items:flex-start; margin-bottom:8px;}
    .icon-bubble{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.12);
      border: 1px solid rgba(22,193,114,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      box-shadow: 0 18px 35px rgba(22,193,114,.12);
      font-size:18px;
    }
    .icon-bubble-green{background: rgba(183,255,90,.18); border-color: rgba(183,255,90,.30);}
    .icon-bubble-teal{background: rgba(18,184,179,.14); border-color: rgba(18,184,179,.28);}
    .icon-bubble-purple{background: rgba(124,92,255,.14); border-color: rgba(124,92,255,.28);}
    .muted{color:var(--muted2); font-weight:750; font-size:13px; margin-top:6px;}

    .checklist{margin: 10px 0 0; padding-left: 0; list-style:none; display:flex; flex-direction:column; gap:8px;}
    .checklist li{padding-left: 0; color:#1b2b38; font-weight:820; position:relative; padding-left: 18px;}
    .checklist li::before{content:""; position:absolute; left:0; top:.62em; width:10px; height:10px; border-radius:3px; background: rgba(22,193,114,.22); border: 1px solid rgba(22,193,114,.35); transform: translateY(-50%);}

    .link-row{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px;}

    .meter-wrap{margin-top: 10px;}
    .meter-row{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px;}
    .meter-label{font-weight:1000;}
    .meter-value{color:var(--muted); font-weight:850;}
    .meter{
      height: 12px; border-radius: 999px;
      background: rgba(12,26,40,.08);
      overflow:hidden; border: 1px solid rgba(12,26,40,.10);
    }
    .meter-fill{
      height: 100%;
      background: linear-gradient(90deg, rgba(22,193,114,1), rgba(18,184,179,1));
      border-radius: 999px;
      box-shadow: 0 18px 35px rgba(22,193,114,.25);
      transition: width .5s ease;
    }

    .badge-row{display:flex; flex-wrap:wrap; gap:8px; margin-top: 10px;}
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius: 999px;
      background: rgba(22,193,114,.10);
      border:1px solid rgba(22,193,114,.20);
      color:#0f2a1c; font-weight:950; font-size:12.5px;
    }
    .badge-outline{
      background: rgba(255,255,255,.55);
      border:1px solid rgba(12,26,40,.14);
      color:#142132;
    }
    .badge-accent{
      background: rgba(183,255,90,.18);
      border-color: rgba(183,255,90,.34);
      color:#0a2512;
    }

    .steps-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; align-items:stretch;}
    .step{
      border-radius: 20px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.70);
      padding: 16px 14px;
      box-shadow: 0 14px 26px rgba(0,0,0,.04);
      transition: transform .18s ease, border-color .18s ease;
    }
    .step:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25);}
    .step-num{
      width: 44px; height: 44px;
      border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(22,193,114,.14), rgba(18,184,179,.10));
      border:1px solid rgba(22,193,114,.18);
      font-weight:1100;
      margin-bottom: 12px;
    }
    .step-title{font-weight:1100; margin-bottom:8px;}
    .step-text{color:var(--muted); font-weight:760; line-height:1.7; font-size:13.5px;}

    .two-col{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:stretch; margin-top: 14px;}
    .list-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-top: 10px;}
    .list-title{font-weight:1100; margin-bottom:8px;}
    .ul{margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:8px;}
    .ul li{color:var(--muted); font-weight:780; line-height:1.6; position:relative; padding-left:16px;}
    .ul li::before{content:""; position:absolute; left:0; top:.72em; width:10px; height:10px; border-radius:3px; background: rgba(18,184,179,.18); border: 1px solid rgba(18,184,179,.30); transform: translateY(-50%);}

    .callout{
      margin-top: 12px;
      border-radius: 20px;
      border:1px solid rgba(22,193,114,.18);
      background: linear-gradient(135deg, rgba(22,193,114,.10), rgba(255,255,255,.62));
      padding: 14px 14px;
      box-shadow: 0 18px 40px rgba(22,193,114,.10);
    }
    .callout-title{font-weight:1100; margin-bottom:8px;}
    .callout-text{color:var(--muted); font-weight:780; line-height:1.7; margin-bottom:12px;}

    .icon-list{display:flex; flex-direction:column; gap:10px; margin-top: 12px;}
    .icon-li{display:flex; gap:10px; align-items:flex-start; color:#182a3a; font-weight:850;}
    .li-ic{width:34px; height:34px; border-radius: 14px; background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20); display:flex; align-items:center; justify-content:center; flex:0 0 auto; box-shadow: 0 14px 26px rgba(0,0,0,.04);}

    .solution-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; align-items:stretch;}
    .solution-card{
      border-radius: 20px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.74);
      padding: 16px 14px;
      box-shadow: 0 18px 45px rgba(0,0,0,.04);
      transition: transform .18s ease, border-color .18s ease;
      display:flex; flex-direction:column;
      min-height: 240px;
    }
    .solution-card:hover{transform: translateY(-3px); border-color: rgba(22,193,114,.25);}
    .solution-head{display:flex; gap:12px; align-items:flex-start; margin-bottom:10px;}
    .solution-ic{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.10);
      border:1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center;
      font-size:18px;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
    }
    .solution-card:nth-child(2) .solution-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .solution-card:nth-child(3) .solution-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .solution-card:nth-child(4) .solution-ic{background: rgba(183,255,90,.14); border-color: rgba(183,255,90,.28);}
    .solution-tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:auto; padding-top: 10px;}

    .network-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:stretch;}
    .network-card{padding: 18px 16px;}
    .network-head{margin-bottom: 10px;}
    .network-list{display:flex; flex-direction:column; gap:12px; margin-top: 8px;}
    .n-item{display:flex; gap:12px; align-items:flex-start;}
    .n-ic{width:44px; height:44px; border-radius: 16px; display:flex; align-items:center; justify-content:center;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20);
      box-shadow: 0 14px 26px rgba(0,0,0,.04); flex:0 0 auto;}
    .network-list .n-item:nth-child(2) .n-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .network-list .n-item:nth-child(3) .n-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .network-list .n-item:nth-child(4) .n-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .n-title{font-weight:1100; margin-bottom:6px;}
    .n-text{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}

    .map-track{display:flex; flex-direction:column; gap:14px; margin-top: 12px;}
    .m-step{display:flex; gap:14px; align-items:flex-start;}
    .m-left{min-width: 120px;}
    .m-date{font-weight:1100; color:#0f2a1c; margin-top: 10px;}
    .m-ring{
      width: 44px; height: 44px; border-radius: 18px;
      background: linear-gradient(135deg, rgba(22,193,114,.14), rgba(18,184,179,.10));
      border:1px solid rgba(22,193,114,.18);
      position:relative;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
    }
    .m-ring::after{
      content:""; position:absolute; inset: 11px;
      border-radius: 999px;
      border:2px solid rgba(22,193,114,.55);
      opacity:.9;
    }
    .m-title{font-weight:1100; margin-bottom:6px;}
    .m-text{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}
    .map-footer{display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top: 14px;}

    .process-grid{display:grid; grid-template-columns: 1.12fr .88fr; gap:14px;}
    .process-steps{display:flex; flex-direction:column; gap:12px; margin-top: 12px;}
    .ps{display:flex; gap:12px; align-items:flex-start;}
    .ps-n{
      width:42px; height:42px; border-radius:16px;
      background: rgba(22,193,114,.10);
      border: 1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
      color:#0f2a1c;
    }
    .ps:nth-child(2) .ps-n{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .ps:nth-child(3) .ps-n{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .ps:nth-child(4) .ps-n{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .ps:nth-child(5) .ps-n{background: rgba(22,193,114,.10); border-color: rgba(22,193,114,.20);}
    .ps:nth-child(6) .ps-n{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .ps:nth-child(7) .ps-n{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .ps:nth-child(8) .ps-n{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}

    .ps-t{font-weight:1100; margin-bottom:6px;}
    .ps-d{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}

    .side-card{border-radius: var(--radius); border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.70); padding: 18px 16px; box-shadow: 0 18px 45px rgba(0,0,0,.05);}
    .side-head{margin-bottom: 12px;}
    .side-quote{
      margin: 10px 0 14px;
      border-radius: 20px;
      border:1px solid rgba(22,193,114,.18);
      background: linear-gradient(135deg, rgba(22,193,114,.10), rgba(255,255,255,.62));
      padding: 14px 14px;
    }
    .q-top{display:flex; align-items:center; gap:10px; margin-bottom:10px;}
    .q-mark{font-size:26px; color: rgba(22,193,114,1); font-weight:1100;}
    .q-title{font-weight:1100;}
    .q-text{color:var(--muted); font-weight:780; line-height:1.7;}

    .side-actions{display:flex; flex-direction:column; gap:10px;}
    .side-stats{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-top: 14px;}
    .scol{border-radius: 16px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); padding: 12px 12px;}
    .snum{font-weight:1100; margin-bottom:6px;}
    .sdesc{color:var(--muted); font-weight:780; line-height:1.6; font-size:13px;}
    .pill-grid{display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px;}
    .pill-soft{
      background: rgba(22,193,114,.08);
      border:1px solid rgba(22,193,114,.18);
      color:#0f2a1c;
      padding: 10px 12px;
      font-weight:1000;
    }

    .case-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px;}
    .case-card{
      border-radius: 20px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.72);
      padding: 16px 14px;
      box-shadow: 0 18px 45px rgba(0,0,0,.04);
      display:flex; flex-direction:column; gap:12px;
      min-height: 240px;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .case-card:hover{transform: translateY(-3px); border-color: rgba(22,193,114,.24); box-shadow: var(--shadow2);}
    .case-top{display:flex; gap:12px; align-items:flex-start;}
    .case-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(22,193,114,.10);
      border:1px solid rgba(22,193,114,.20);
      font-size:18px;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
    }
    .case-card:nth-child(2) .case-icon{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .case-card:nth-child(3) .case-icon{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .case-card:nth-child(4) .case-icon{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .case-title{font-weight:1100; margin-bottom:6px;}
    .case-sub{color:var(--muted); font-weight:780; font-size:13px;}
    .case-points{display:flex; flex-direction:column; gap:10px;}
    .point{color:var(--muted); font-weight:780; line-height:1.6; position:relative; padding-left: 18px;}
    .point::before{content:""; position:absolute; left:0; top:.70em; width:10px; height:10px; border-radius:3px; background: rgba(22,193,114,.18); border:1px solid rgba(22,193,114,.30);}
    .case-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:auto;}

    .case-media{display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top: 14px;}
    .media-card{padding: 18px 16px;}
    .media-row{display:flex; gap:12px; align-items:stretch;}
    .media-row.one{flex-direction:column;}
    .media-figure{margin:0; flex:1;}
    .media-wrap{
      border-radius: 18px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.60);
      overflow:hidden;
      box-shadow: 0 18px 35px rgba(0,0,0,.04);
    }
    .aspect-1-1{aspect-ratio: 1 / 1;}
    .media-img{width:100%; height:auto; display:block; object-fit: cover;}
    .media-cap{margin-top:10px; color:#1a2b3a; font-weight:950; font-size:13.5px;}
    .media-note{color:var(--muted2); font-weight:750; font-size:12.8px; margin-top: 10px; line-height:1.6;}
    .media-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px;}

    .media-strip{margin-top: 10px;}
    .strip-title{font-weight:1100; margin-bottom: 10px;}
    .strip-images{display:grid; grid-template-columns: 1fr 1fr; gap:10px;}
    .strip-img{
      width:100%; height:auto; display:block;
      border-radius: 16px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 18px 35px rgba(0,0,0,.04);
    }
    .contact-media-note{color:var(--muted2); font-weight:760; line-height:1.6; font-size:12.8px; margin-top: 10px;}

    .compare-grid{display:grid; grid-template-columns: .78fr 1.22fr; gap:14px; align-items:stretch;}
    .compare-score{padding: 18px 16px;}
    .score-top{display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap;}
    .stars{color: rgba(22,193,114,1); font-size: 20px; letter-spacing:2px;}
    .score-num{display:flex; align-items:baseline; gap:8px;}
    .score-value{font-size:46px; font-weight:1200; line-height:1;}
    .score-unit{color:var(--muted); font-weight:1000; font-size:14px;}
    .score-desc{color:var(--muted); font-weight:790; line-height:1.8; margin-top: 12px;}
    .score-badges{display:flex; flex-wrap:wrap; gap:8px; margin-top: 14px;}
    .score-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top: 16px;}

    .compare-table-card{padding: 18px 16px;}
    .table-wrap{overflow:auto; border-radius: 16px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .compare-table, .price-table{
      width:100%; border-collapse: collapse; min-width: 620px;
    }
    .compare-table th, .compare-table td, .price-table th, .price-table td{
      padding: 14px 14px;
      border-bottom: 1px solid rgba(12,26,40,.08);
      vertical-align: top;
    }
    .compare-table thead th{
      background: linear-gradient(180deg, rgba(22,193,114,.14), rgba(22,193,114,.06));
      font-weight:1100;
      color:#0f2a1c;
      position: sticky; top: 0;
      z-index:1;
    }
    .td-strong{font-weight:1100; margin-bottom:6px;}
    .td-muted{color:var(--muted); font-weight:780; line-height:1.6; font-size:13.5px;}
    .compare-table tbody tr:hover{background: rgba(22,193,114,.05);}

    .table-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px;}

    .match-grid{display:grid; grid-template-columns: 1.08fr .92fr; gap:14px; align-items:stretch;}
    .form{margin-top: 8px;}
    .form-row{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px; margin-bottom: 12px;}
    .field{display:flex; flex-direction:column; gap:8px; margin-bottom: 12px;}
    .label-text{font-weight:1000; color:#0f2a1c; font-size:13px;}
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border:1px solid rgba(12,26,40,.14);
      padding: 12px 12px;
      background: rgba(255,255,255,.75);
      font-weight:750;
      color:#122232;
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, background .15s ease;
    }
    textarea{resize: vertical; min-height: 104px;}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(22,193,114,.35);
      box-shadow: 0 0 0 6px var(--focus);
      background: rgba(255,255,255,.9);
    }
    .form-bottom{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-top: 6px;}
    .privacy{display:flex; align-items:center; gap:10px; color:var(--muted2); font-weight:780; font-size:12.8px;}
    .privacy-dot{width:10px; height:10px; border-radius:999px; background: rgba(22,193,114,.25); border:1px solid rgba(22,193,114,.35);}

    .form-footnote{margin-top: 10px; padding:10px 12px; border-radius: 14px; border:1px solid rgba(239,68,68,.25); background: rgba(239,68,68,.08); color:#7f1d1d; font-weight:900;}
    .form-footnote.err{display:block;}

    .seg-grid{display:flex; flex-direction:column; gap:12px; margin-top: 10px;}
    .seg{
      border-radius: 18px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 14px 14px;
    }
    .seg-title{font-weight:1100; margin-bottom:8px;}
    .seg-text{color:var(--muted); font-weight:780; line-height:1.8; font-size:13.5px;}
    .seg-actions{display:flex; gap:10px; flex-direction:column; margin-top: 14px;}
    .proof{
      margin-top: 14px;
      border-radius: 20px;
      border:1px solid rgba(22,193,114,.18);
      background: linear-gradient(135deg, rgba(22,193,114,.10), rgba(255,255,255,.62));
      padding: 14px 14px;
    }
    .proof-top{display:flex; align-items:center; gap:10px; margin-bottom:8px;}
    .proof-ic{width:34px; height:34px; border-radius: 14px; display:flex; align-items:center; justify-content:center; background: rgba(22,193,114,.12); border:1px solid rgba(22,193,114,.22);}
    .proof-title{font-weight:1100;}
    .proof-text{color:var(--muted); font-weight:790; line-height:1.7;}

    .price-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:stretch;}
    .price-table-wrap{overflow:auto; border-radius: 16px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); margin-top: 12px;}
    .price-table{min-width: 620px;}
    .price-card .price-actions{display:flex; flex-direction:column; gap:10px; margin-top: 14px;}
    .price-actions .btn{width:100%;}
    .token-card{padding: 18px 16px;}
    .guide-steps{display:flex; flex-direction:column; gap:12px; margin-top: 12px;}
    .gstep{display:flex; gap:12px; align-items:flex-start; padding: 14px 14px; border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .gnum{width:42px; height:42px; border-radius: 16px; display:flex; align-items:center; justify-content:center; font-weight:1100; background: rgba(183,255,90,.16); border:1px solid rgba(183,255,90,.28); color:#0a2512; box-shadow: 0 18px 35px rgba(183,255,90,.12); flex:0 0 auto;}
    .gstep:nth-child(2) .gnum{background: rgba(22,193,114,.12); border-color: rgba(22,193,114,.24);}
    .gstep:nth-child(3) .gnum{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.24);}
    .gtitle{font-weight:1100; margin-bottom:6px;}
    .gtext{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}
    .token-cta{
      margin-top: 14px;
      border-radius: 20px;
      border:1px solid rgba(22,193,114,.18);
      background: linear-gradient(135deg, rgba(22,193,114,.10), rgba(255,255,255,.62));
      padding: 14px 14px;
    }
    .token-cta-title{font-weight:1100; margin-bottom:8px;}
    .token-cta-text{color:var(--muted); font-weight:790; line-height:1.7; margin-bottom:12px;}
    .token-foot{display:flex; gap:12px; align-items:flex-start; margin-top: 14px;}
    .token-foot-ic{width:44px; height:44px; border-radius: 16px; background: rgba(22,193,114,.12); border:1px solid rgba(22,193,114,.22); display:flex; align-items:center; justify-content:center; font-size:18px; box-shadow: 0 18px 35px rgba(22,193,114,.10);}
    .token-foot-title{font-weight:1100; margin-bottom:6px;}
    .token-foot-text{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}

    .training-grid{display:grid; grid-template-columns: 1.02fr .98fr; gap:14px; align-items:stretch;}
    .train-list{display:flex; flex-direction:column; gap:12px; margin-top: 10px;}
    .train-item{display:flex; gap:12px; align-items:flex-start; padding: 14px 14px; border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .train-ic{
      width:44px; height:44px; border-radius: 16px; display:flex; align-items:center; justify-content:center;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20);
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
      font-size:18px;
    }
    .train-item:nth-child(2) .train-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .train-item:nth-child(3) .train-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .train-item:nth-child(4) .train-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .train-item:nth-child(5) .train-ic{background: rgba(22,193,114,.10); border-color: rgba(22,193,114,.20);}
    .train-title{font-weight:1100; margin-bottom:6px;}
    .train-text{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}
    .train-actions{display:flex; flex-direction:column; gap:10px; margin-top: 14px;}

    .value-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px; margin-top: 14px;}
    .vitem{border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); padding: 14px 14px;}
    .v-ic{font-size:20px;}
    .v-title{font-weight:1100; margin-top: 8px; margin-bottom:6px;}
    .v-text{color:var(--muted); font-weight:780; line-height:1.7; font-size:13.5px;}
    .trainer-note{
      margin-top: 14px;
      border-radius: 20px; border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62); padding: 14px 14px;
    }
    .note-title{font-weight:1100; margin-bottom:8px;}
    .note-text{color:var(--muted); font-weight:790; line-height:1.7;}

    .help-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px;}
    .help-list{display:flex; flex-direction:column; gap:12px; margin-top: 12px;}
    .help-item{display:flex; gap:12px; align-items:flex-start; padding: 14px 14px; border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .help-ic{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      font-size:18px;
    }
    .help-item:nth-child(2) .help-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .help-item:nth-child(3) .help-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .help-title{font-weight:1100; margin-bottom:6px;}
    .help-text{color:var(--muted); font-weight:790; line-height:1.7; font-size:13.5px;}
    .help-actions{display:flex; flex-direction:column; gap:10px; margin-top: 14px;}

    .quick-links{display:flex; flex-direction:column; gap:10px; margin-top: 12px;}
    .qcard{
      text-decoration:none;
      border-radius: 18px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .qcard:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 40px rgba(0,0,0,.08);}
    .qleft{display:flex; gap:12px; align-items:center;}
    .qic{width:44px; height:44px; border-radius: 16px; display:flex; align-items:center; justify-content:center;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20); font-size:18px;}
    .qcard:nth-child(2) .qic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .qcard:nth-child(3) .qic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .qcard:nth-child(4) .qic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .qtitle{font-weight:1100; margin-bottom:4px;}
    .qtext{color:var(--muted); font-weight:780; font-size:13px;}
    .qar{color:#0f3b25; font-weight:1100;}

    .help-mini{margin-top: 14px;}
    .help-mini-head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 10px;}
    .help-mini-title{font-weight:1100;}
    .linklist{display:flex; flex-wrap:wrap; gap:10px;}
    .linktag{
      text-decoration:none;
      padding: 10px 12px;
      border-radius: 999px;
      border:1px solid rgba(12,26,40,.12);
      background: rgba(255,255,255,.62);
      color:#152535;
      font-weight:950;
      font-size:12.8px;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .linktag:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 35px rgba(0,0,0,.08);}

    .faq-wrap{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start;}
    .faq-col{display:flex; flex-direction:column; gap:10px;}
    .faq-item{
      border-radius: 20px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.72);
      overflow:hidden;
      box-shadow: 0 18px 45px rgba(0,0,0,.04);
    }
    .faq-q{
      width:100%;
      border:0;
      background: transparent;
      cursor:pointer;
      padding: 14px 14px;
      text-align:left;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1100;
      color:#142132;
      transition: background .15s ease;
    }
    .faq-q:hover{background: rgba(22,193,114,.06);}
    .faq-q:focus{outline:none; box-shadow: inset 0 0 0 3px rgba(22,193,114,.25);}
    .faq-plus{
      width: 26px; height: 26px; border-radius: 12px;
      border: 1px solid rgba(12,26,40,.12);
      background: rgba(255,255,255,.62);
      position:relative; flex:0 0 auto;
    }
    .faq-plus::before, .faq-plus::after{
      content:""; position:absolute; left:50%; top:50%;
      width:12px; height:2px; background: rgba(22,193,114,1);
      border-radius: 999px; transform: translate(-50%,-50%);
      transition: transform .2s ease;
    }
    .faq-plus::after{transform: translate(-50%,-50%) rotate(90deg);}
    .faq-open .faq-plus::after{transform: translate(-50%,-50%) rotate(0deg); opacity:0;}
    .faq-a{padding: 0 14px 14px 14px;}
    .faq-text{color:var(--muted); font-weight:790; line-height:1.8; padding-top:6px; }

    .faq-bottom{margin-top: 14px;}
    .faq-bottom-card{display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;}
    .faq-bottom-left{flex:1; min-width: 240px;}
    .faq-bottom-actions{display:flex; gap:12px; flex-wrap:wrap;}

    .blog-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:stretch;}
    .article-list{display:flex; flex-direction:column; gap:10px; margin-top: 12px;}
    .article-item{
      text-decoration:none;
      border-radius: 18px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .article-item:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 40px rgba(0,0,0,.08);}
    .a-dot{width:12px; height:12px; border-radius:999px; background: rgba(22,193,114,.22); border:1px solid rgba(22,193,114,.35); margin-top: 6px;}
    .a-body{flex:1}
    .a-title{font-weight:1100; margin-bottom:6px; color:#142132; line-height:1.5;}
    .a-meta{color:var(--muted); font-weight:780; font-size:13px;}
    .a-arrow{color:#0f3b25; font-weight:1100; padding-top:2px;}

    .article-more{display:flex; gap:12px; flex-wrap:wrap; margin-top: 4px;}

    .wiki-grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-top: 12px;}
    .wiki-card{border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); padding: 14px 14px;}
    .wiki-top{display:flex; gap:12px; align-items:center; margin-bottom: 10px;}
    .wiki-ic{width:44px; height:44px; border-radius: 16px; display:flex; align-items:center; justify-content:center; background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20); font-size:18px;}
    .wiki-card:nth-child(2) .wiki-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .wiki-card:nth-child(3) .wiki-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .wiki-card:nth-child(4) .wiki-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .wiki-title{font-weight:1100;}
    .wiki-text{color:var(--muted); font-weight:790; line-height:1.8;}
    .wiki-foot{margin-top: 14px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;}
    .wiki-foot-title{font-weight:1100; color:#142132;}

    .articles-quicklinks{margin-top: 14px;}
    .link-wrap{display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px;}

    .testimonials .section-head{margin-bottom: 16px;}
    .testimonial-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px;}
    .tcard{
      border-radius: 20px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.72);
      padding: 16px 14px;
      box-shadow: 0 18px 45px rgba(0,0,0,.04);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      display:flex; flex-direction:column; gap:12px;
      min-height: 220px;
    }
    .tcard:hover{transform: translateY(-3px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 40px rgba(0,0,0,.10);}
    .t-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px;}
    .t-avatar{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.10);
      border:1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1200;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
    }
    .tcard:nth-child(2) .t-avatar{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .tcard:nth-child(3) .t-avatar{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .tcard:nth-child(4) .t-avatar{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .tcard:nth-child(5) .t-avatar{background: rgba(22,193,114,.10); border-color: rgba(22,193,114,.20);}
    .tcard:nth-child(6) .t-avatar{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}

    .t-name{font-weight:1100; margin-bottom:6px;}
    .t-role{color:var(--muted); font-weight:780; font-size:13px;}
    .t-stars{color: rgba(22,193,114,1); font-weight:1100; letter-spacing:1px;}
    .t-text{color:var(--muted); font-weight:790; line-height:1.85; font-size:14px; margin-top:auto;}

    .contact-grid{display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:stretch;}
    .contact-list{display:flex; flex-direction:column; gap:12px; margin-top: 14px;}
    .citem{display:flex; gap:12px; align-items:flex-start; padding: 14px 14px; border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .c-ic{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto;
      font-size:18px;
    }
    .citem:nth-child(2) .c-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .citem:nth-child(3) .c-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .citem:nth-child(4) .c-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .c-title{font-weight:1100; margin-bottom:6px;}
    .c-link{color:#0f3b25; font-weight:1000; text-decoration:none;}
    .c-link:hover{text-decoration:underline;}
    .c-text{color:var(--muted); font-weight:800; line-height:1.6;}

    .contact-qr{margin-top: 14px;}
    .qr-card{
      border-radius: 22px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.62);
      padding: 14px 14px;
      box-shadow: 0 18px 45px rgba(0,0,0,.04);
      display:flex; flex-direction:column; align-items:center;
      gap:10px;
    }
    .qr-title{font-weight:1100;}
    .qr-img{width: 170px; height:auto; border-radius: 16px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.7);}
    .qr-sub{color:var(--muted); font-weight:800; font-size:13.5px;}
    .contact-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px;}

    .contact-media{margin-top: 12px;}
    .contact-media .media-strip{margin-top: 0;}

    .join-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:stretch;}
    .join-bullets{display:flex; flex-direction:column; gap:12px; margin-top: 12px;}
    .jb{display:flex; gap:12px; align-items:flex-start; padding: 14px 14px; border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62);}
    .jb-ic{
      width:44px; height:44px; border-radius: 16px;
      background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20);
      display:flex; align-items:center; justify-content:center; box-shadow: 0 18px 35px rgba(22,193,114,.10);
      flex:0 0 auto; font-size:18px;
    }
    .jb:nth-child(2) .jb-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .jb:nth-child(3) .jb-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .jb:nth-child(4) .jb-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .jb-title{font-weight:1100; margin-bottom:6px;}
    .jb-text{color:var(--muted); font-weight:790; line-height:1.7; font-size:13.5px;}
    .join-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px;}

    .join-person{display:flex; flex-direction:column; gap:12px; margin-top: 12px;}
    .person{border-radius: 18px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); padding: 14px 14px; display:flex; gap:12px; align-items:flex-start;}
    .person-ic{width:44px; height:44px; border-radius: 16px; background: rgba(22,193,114,.10); border:1px solid rgba(22,193,114,.20); display:flex; align-items:center; justify-content:center; font-size:18px; box-shadow: 0 18px 35px rgba(22,193,114,.10); flex:0 0 auto;}
    .person:nth-child(2) .person-ic{background: rgba(18,184,179,.12); border-color: rgba(18,184,179,.22);}
    .person:nth-child(3) .person-ic{background: rgba(124,92,255,.12); border-color: rgba(124,92,255,.22);}
    .person:nth-child(4) .person-ic{background: rgba(183,255,90,.16); border-color: rgba(183,255,90,.28);}
    .person-title{font-weight:1100; margin-bottom:6px;}
    .person-text{color:var(--muted); font-weight:790; line-height:1.7; font-size:13.5px;}

    .join-form-mini{margin-top: 14px; border-radius: 22px; border:1px solid rgba(12,26,40,.10); background: rgba(255,255,255,.62); padding: 14px 14px;}
    .mini-head{margin-bottom: 10px;}
    .mini-kicker{font-weight:1100; color:#0f3b25; font-size:12px; text-transform:uppercase; letter-spacing:.4px;}
    .mini-title{font-weight:1100; font-size:16px; margin-top: 6px;}
    .mini-form .mini-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-bottom: 10px;}
    .mini-field{margin-bottom:0;}
    .mini-form .field{margin-bottom: 12px;}
    .mini-form input, .mini-form textarea{background: rgba(255,255,255,.75);}

    .partner-links{margin-top: 14px;}
    .friends{display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px;}
    .friend{
      text-decoration:none;
      padding: 10px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.62);
      border:1px solid rgba(12,26,40,.12);
      color:#152535;
      font-weight:950;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      font-size:13px;
    }
    .friend:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 35px rgba(0,0,0,.08);}

    .site-footer{
      background: linear-gradient(180deg, rgba(12,26,40,.96) 0%, rgba(12,26,40,.98) 100%);
      color: rgba(255,255,255,.92);
      border-top: 1px solid rgba(255,255,255,.10);
      padding: 34px 0 22px;
    }
    .footer-inner{padding: 0 0;}
    .footer-top{display:flex; align-items:flex-start; justify-content:space-between; gap:18px; flex-wrap:wrap; margin-bottom: 18px;}
    .footer-brand{display:flex; align-items:center; gap:12px;}
    .footer-logo{width:44px; height:44px; object-fit:contain; border-radius: 14px; background: rgba(22,193,114,.12); padding:6px; border:1px solid rgba(255,255,255,.14);}
    .footer-brand-name{font-weight:1100; letter-spacing:.2px;}
    .footer-brand-sub{color: rgba(255,255,255,.70); margin-top: 6px; font-weight:780;}
    .footer-links{display:flex; gap:22px; flex-wrap:wrap;}
    .fcol{min-width: 120px;}
    .f-title{font-weight:1100; margin-bottom:10px; color: rgba(255,255,255,.92);}
    .f-link{
      display:block;
      text-decoration:none;
      color: rgba(255,255,255,.72);
      font-weight:800;
      padding: 8px 0;
      transition: color .15s ease, transform .15s ease;
    }
    .f-link:hover{color:#d7ffe3; transform: translateY(-1px);}

    .footer-mid{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.10);}
    .footer-note-title{font-weight:1100; margin-bottom:10px;}
    .footer-note-row{display:flex; gap:10px; flex-wrap:wrap;}
    .btn.btn-small{border-radius: 12px;}
    .site-footer .btn{
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.92);
      border-color: rgba(255,255,255,.18);
      box-shadow:none;
    }
    .site-footer .btn:hover{border-color: rgba(183,255,90,.35); box-shadow: 0 18px 40px rgba(0,0,0,.25);}
    .site-footer .btn-primary{
      background: linear-gradient(135deg, rgba(22,193,114,1), rgba(18,184,179,1));
      color:#062012;
      border-color: rgba(0,0,0,.06);
    }
    .contact-chip{
      display:inline-flex;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      color: rgba(255,255,255,.82);
      font-weight:850;
      margin-right: 10px;
      margin-top: 8px;
    }

    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top: 16px;
      padding-top: 14px;
    }
    .copyright{color: rgba(255,255,255,.70); font-weight:820; font-size:13px;}
    .backtop-link{
      color:#d7ffe3; text-decoration:none;
      font-weight:1100;
      padding: 10px 12px;
      border-radius: 14px;
      border:1px solid rgba(215,255,227,.22);
      background: rgba(22,193,114,.12);
      transition: opacity .2s ease, transform .2s ease, background .15s ease, border-color .15s ease;
      opacity: 0;
      transform: translateY(6px);
      pointer-events:none;
    }
    .backtop-link:hover{background: rgba(22,193,114,.18); border-color: rgba(183,255,90,.35);}

    .float-kefu{
      position: fixed;
      right: 16px;
      bottom: 16px;
      z-index: 80;
      display:flex;
      gap:10px;
      align-items:center;
    }
    .float-btn{
      text-decoration:none;
      display:flex; align-items:center; gap:10px;
      padding: 12px 14px;
      border-radius: 18px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.75);
      box-shadow: 0 18px 45px rgba(0,0,0,.12);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      color:#0f2a1c;
      font-weight:1100;
    }
    .float-btn:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 22px 60px rgba(0,0,0,.18);}
    .float-btn-2{background: rgba(22,193,114,.12); border-color: rgba(22,193,114,.22); color:#0a2512;}
    .float-ic{font-size:16px;}
    .float-text{font-size:13px;}

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

    .mobile-menu{
      position: fixed;
      inset: 70px 0 auto 0;
      background: rgba(255,255,255,.92);
      border-top: 1px solid rgba(12,26,40,.10);
      border-bottom: 1px solid rgba(12,26,40,.10);
      z-index: 70;
      box-shadow: 0 30px 70px rgba(0,0,0,.18);
    }
    .mobile-menu .container{padding: 16px 18px;}
    .mobile-menu-head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 12px;}
    .mobile-title{font-weight:1100;}
    .mobile-menu-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; margin-top: 8px;}
    .mnav{
      text-decoration:none;
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(12,26,40,.10);
      background: rgba(255,255,255,.65);
      font-weight:950;
      color:#142132;
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      text-align:center;
    }
    .mnav:hover{transform: translateY(-2px); border-color: rgba(22,193,114,.25); box-shadow: 0 18px 35px rgba(0,0,0,.10);}
    .mobile-menu-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px;}

    @media (max-width: 980px){
      .nav-desktop{display:none;}
      .hero-inner{grid-template-columns: 1fr; gap:14px;}
      .hero-mini{grid-template-columns: 1fr; }
      .hero-right{padding:0;}
      .about-grid{grid-template-columns: 1fr;}
      .imageless-showcase{grid-template-columns: 1fr;}
      .service-grid{grid-template-columns: 1fr;}
      .steps-grid{grid-template-columns: 1fr 1fr;}
      .two-col{grid-template-columns: 1fr;}
      .solution-grid{grid-template-columns: 1fr 1fr;}
      .network-grid{grid-template-columns: 1fr;}
      .process-grid{grid-template-columns: 1fr;}
      .case-grid{grid-template-columns: 1fr 1fr;}
      .case-media{grid-template-columns: 1fr;}
      .compare-grid{grid-template-columns: 1fr;}
      .match-grid{grid-template-columns: 1fr;}
      .price-grid{grid-template-columns: 1fr;}
      .training-grid{grid-template-columns: 1fr;}
      .help-grid{grid-template-columns: 1fr;}
      .faq-wrap{grid-template-columns: 1fr;}
      .blog-grid{grid-template-columns: 1fr;}
      .testimonial-grid{grid-template-columns: 1fr;}
      .contact-grid{grid-template-columns: 1fr;}
      .join-grid{grid-template-columns: 1fr;}
      .mobile-menu-grid{grid-template-columns: 1fr;}
      .float-kefu{right: 12px; bottom: 12px;}
    }