:root{
      --bg: #f6fbf7;
      --bg2:#f2faf4;
      --card:#ffffff;
      --text:#1f2937;
      --muted:#5b6776;
      --muted2:#7a8797;
      --line: rgba(16,24,40,.10);
      --shadow: 0 10px 30px rgba(16,24,40,.08);
      --shadow2: 0 8px 18px rgba(16,24,40,.10);
      --green:#22c55e;
      --mint:#34d399;
      --teal:#10b981;
      --mint2:#a7f3d0;
      --blue:#2563eb;
      --focus: rgba(16,185,129,.35);
      --radius: 18px;
      --radius2: 26px;
      --container: 1120px;
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; }
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans", Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1200px 500px at 10% -10%, rgba(52,211,153,.18), transparent 55%),
        radial-gradient(900px 420px at 95% 0%, rgba(34,197,94,.12), transparent 55%),
        linear-gradient(180deg, var(--bg) 0%, #ffffff 48%, var(--bg2) 100%);
      overflow-x:hidden;
    }

    .skip-link{
      position:absolute;
      left:-999px;
      top:10px;
      background:#fff;
      border:1px solid var(--line);
      padding:10px 12px;
      border-radius:12px;
      z-index:9999;
      color:var(--text);
      text-decoration:none;
    }
    .skip-link:focus{ left:12px; outline:3px solid var(--focus); }

    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:60;
      background: rgba(246, 251, 247, .78);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(16,24,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:240px;
    }
    .brand-link{
      display:flex;
      align-items:center;
      justify-content:center;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.08);
      background:rgba(255,255,255,.8);
      box-shadow: 0 6px 18px rgba(16,24,40,.06);
      flex:0 0 auto;
      text-decoration:none;
    }
    .ai-page-logo{ display:block; width:28px; height:auto; }

    .brand-text{ line-height:1.1; }
    .brand-name{
      font-weight:800;
      letter-spacing:.2px;
      font-size:15px;
    }
    .brand-tag{
      color:var(--muted2);
      font-size:12px;
      margin-top:4px;
    }

    .nav-desktop{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:18px;
      flex:1 1 auto;
      min-width:320px;
    }
    .nav-item{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .nav-item:hover{
      background:rgba(34,197,94,.08);
      border-color: rgba(34,197,94,.22);
      color: #0f3d22;
      transform: translateY(-1px);
    }

    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
      justify-content:flex-end;
      min-width:200px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:10px 14px;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.12);
      background:#fff;
      color:var(--text);
      text-decoration:none;
      font-weight:700;
      font-size:14px;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{ outline: 3px solid var(--focus); outline-offset: 2px; }
    .btn:hover{ transform: translateY(-1px); box-shadow: 0 12px 22px rgba(16,24,40,.10); }
    .btn:active{ transform: translateY(0px); box-shadow:none; }

    .btn-primary{
      background: linear-gradient(135deg, rgba(16,185,129,1) 0%, rgba(34,197,94,1) 100%);
      border-color: rgba(16,185,129,.35);
      color:#062014;
      box-shadow: 0 14px 28px rgba(16,185,129,.18);
    }
    .btn-primary:hover{ box-shadow: 0 18px 40px rgba(16,185,129,.22); }
    .btn-ghost{
      background: rgba(255,255,255,.78);
      border-color: rgba(16,24,40,.14);
      color:var(--text);
    }
    .btn-outline{
      background:#fff;
      border-color: rgba(16,24,40,.14);
    }
    .btn-soft{
      background: rgba(34,197,94,.10);
      border-color: rgba(34,197,94,.20);
      color:#0f3d22;
    }
    .btn-small{ padding:9px 12px; border-radius:12px; font-size:13px; }
    .btn-lg{ padding:12px 16px; border-radius:16px; font-size:15px; }
    .btn-block{ width:100%; }

    .nav-toggle{
      display:none;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.14);
      background: rgba(255,255,255,.78);
      cursor:pointer;
      font-weight:800;
      color:var(--text);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .nav-toggle:hover{ transform: translateY(-1px); box-shadow: 0 12px 22px rgba(16,24,40,.10); }
    .hamburger{
      width:22px; height:14px; position:relative; display:inline-block;
    }
    .hamburger::before,.hamburger::after,.hamburger span{
      content:"";
      position:absolute; left:0; right:0;
      height:2px; border-radius:2px;
      background: rgba(16,24,40,.78);
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .hamburger::before{ top:0; }
    .hamburger::after{ bottom:0; }
    .hamburger span{ top:6px; opacity:1; }
    .nav-toggle.is-open .hamburger::before{ top:6px; transform: rotate(45deg); }
    .nav-toggle.is-open .hamburger::after{ bottom:6px; transform: rotate(-45deg); }
    .nav-toggle.is-open .hamburger span{ opacity:0; }
    .nav-toggle-text{ font-size:14px; }

    .mobile-menu{
      display:none;
      border-top:1px solid rgba(16,24,40,.08);
      background: rgba(246, 251, 247, .98);
      padding:14px 0 18px;
    }
    .mobile-menu-inner{ display:flex; flex-direction:column; gap:14px; }
    .mobile-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .mnav-item{
      text-decoration:none;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.8);
      padding:12px 12px;
      border-radius:16px;
      color:var(--text);
      font-weight:800;
      font-size:14px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    }
    .mnav-item:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 22px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.25);
      background: rgba(34,197,94,.08);
    }
    .mobile-ctas{ display:flex; gap:10px; }
    .mobile-ctas .btn{ flex:1; }

    .hero{
      position:relative;
      padding:46px 0 10px;
    }
    .hero-bg{
      position:absolute; inset:-40px 0 auto 0;
      height:560px;
      overflow:hidden;
      pointer-events:none;
    }
    .blob{
      position:absolute;
      width:520px; height:520px;
      border-radius:50%;
      filter: blur(10px);
      opacity:.8;
      background: radial-gradient(circle at 30% 30%, rgba(52,211,153,.60), rgba(16,185,129,.15) 55%, transparent 70%);
      transform: translate3d(0,0,0);
      animation: floaty 10s ease-in-out infinite;
    }
    .blob-1{ left:-240px; top:60px; }
    .blob-2{
      right:-260px; top:-40px;
      width:480px; height:480px;
      background: radial-gradient(circle at 30% 30%, rgba(34,197,94,.55), rgba(16,185,129,.12) 60%, transparent 75%);
      animation-duration: 12s;
    }
    @keyframes floaty{
      0%,100%{ transform: translateY(0px) translateX(0px); }
      50%{ transform: translateY(16px) translateX(12px); }
    }
    .gridlines{
      position:absolute; inset:0;
      background:
        linear-gradient(to right, rgba(16,24,40,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(16,24,40,.05) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: radial-gradient(circle at 20% 20%, rgba(0,0,0,1), transparent 65%);
      opacity:.65;
      transform: translateY(20px);
    }

    .hero-inner{
      display:grid;
      grid-template-columns: 1.25fr .85fr;
      gap:18px;
      align-items:start;
      position:relative;
      z-index:1;
    }

    .hero-copy{ padding:8px 0; }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border:1px solid rgba(16,185,129,.22);
      background: rgba(255,255,255,.78);
      padding:10px 12px;
      border-radius:999px;
      color:#0f3d22;
      font-weight:900;
      letter-spacing:.2px;
      font-size:13px;
      box-shadow: 0 12px 26px rgba(16,185,129,.10);
    }
    .dot{
      width:10px; height:10px;
      border-radius:50%;
      background: linear-gradient(135deg, rgba(16,185,129,1), rgba(34,197,94,1));
      box-shadow: 0 0 0 6px rgba(34,197,94,.16);
    }

    .hero-title{
      margin:14px 0 0;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.6px;
      font-weight:920;
      color:#0b2a18;
      max-width: 560px;
    }
    .hero-sub{
      margin:14px 0 0;
      color:var(--muted);
      font-size:16px;
      line-height:1.75;
      max-width: 610px;
      font-weight:600;
    }
    .hero-ctas{ display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }

    .hero-snapshot{
      margin-top:20px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .snap-card{
      background: rgba(255,255,255,.82);
      border:1px solid rgba(16,24,40,.10);
      border-radius:18px;
      padding:14px 14px;
      box-shadow: 0 12px 30px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:104px;
    }
    .snap-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.28);
    }
    .snap-icon{
      color:#0f3d22;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }
    .snap-title{
      margin-top:10px;
      font-weight:950;
      font-size:14px;
      color:#0b2a18;
    }
    .snap-desc{
      margin-top:6px;
      color:var(--muted2);
      font-weight:650;
      font-size:13px;
      line-height:1.5;
    }

    .hero-panel{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:16px;
      box-shadow: var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-panel::after{
      content:"";
      position:absolute; inset:-1px -1px auto -1px;
      height:120px;
      background: radial-gradient(700px 120px at 20% 0%, rgba(34,197,94,.20), transparent 60%);
      pointer-events:none;
    }

    .panel-top{ position:relative; z-index:1; }
    .panel-title{
      font-weight:950;
      font-size:16px;
      letter-spacing:-.2px;
      color:#0b2a18;
    }
    .panel-sub{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:13px; }
    .panel-list{
      margin-top:12px;
      display:flex;
      flex-direction:column;
      gap:10px;
      position:relative; z-index:1;
    }
    .panel-row{
      text-decoration:none;
      background: rgba(246, 251, 247, .8);
      border:1px solid rgba(16,24,40,.10);
      border-radius:16px;
      padding:12px 12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    }
    .panel-row:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
      background: rgba(34,197,94,.08);
    }
    .row-left{ display:flex; align-items:center; gap:10px; }
    .pill{
      width:26px; height:26px;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      background: rgba(34,197,94,.12);
      border:1px solid rgba(34,197,94,.22);
      font-weight:950;
      color:#0f3d22;
      font-size:13px;
    }
    .row-title{ font-weight:950; color:#0b2a18; font-size:14px; }
    .row-desc{ margin-top:4px; color:var(--muted2); font-size:12.5px; font-weight:650; line-height:1.4; }
    .chev{ color:rgba(16,24,40,.55); font-weight:900; font-size:20px; }

    .panel-bottom{ position:relative; z-index:1; margin-top:14px; }
    .btn-block{ width:100%; }
    .panel-bottom .micro-note{
      margin-top:10px;
      color:var(--muted2);
      font-size:12.5px;
      font-weight:650;
      line-height:1.5;
    }

    .section{
      padding:56px 0;
    }
    .section.alt{
      background: linear-gradient(180deg, rgba(34,197,94,.06) 0%, rgba(16,185,129,.03) 100%);
      border-top: 1px solid rgba(16,24,40,.06);
      border-bottom: 1px solid rgba(16,24,40,.06);
    }
    .section.no-gap{ padding-bottom:26px; }

    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .h2{
      margin:0;
      font-size:28px;
      letter-spacing:-.4px;
      font-weight:980;
      color:#0b2a18;
    }
    .lead{
      margin:0;
      color:var(--muted);
      font-weight:650;
      line-height:1.75;
      max-width:720px;
      font-size:15px;
    }

    .about-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .about-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 14px 28px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .about-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 22px 50px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .about-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(34,197,94,.06) 100%);
    }
    .about-icon{ color:#0f3d22; }
    .h3{
      margin:12px 0 0;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.2px;
      color:#0b2a18;
    }
    .p{
      margin:10px 0 0;
      color:var(--muted);
      font-weight:650;
      line-height:1.8;
      font-size:14.5px;
    }
    .checklist{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .checklist li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#243244;
      font-weight:750;
      font-size:13.5px;
    }
    .checklist li::before{
      content:"";
      width:10px; height:10px;
      border-radius:4px;
      background: rgba(34,197,94,.18);
      border:1px solid rgba(34,197,94,.34);
      margin-top:4px;
      flex:0 0 auto;
    }

    .mini-badges{ display:flex; flex-wrap:wrap; gap:10px; }
    .badge{
      display:inline-flex;
      align-items:center;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(16,24,40,.12);
      background: rgba(255,255,255,.9);
      font-weight:850;
      font-size:12.5px;
      color:var(--text);
    }
    .badge-green{
      border-color: rgba(16,185,129,.28);
      background: rgba(16,185,129,.10);
      color:#0f3d22;
    }
    .metric-row{
      margin-top:16px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .metric{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:16px;
      padding:12px;
    }
    .metric-num{ font-weight:980; color:#0b2a18; font-size:14px; }
    .metric-label{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:12.5px; line-height:1.45; }

    .timeline{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap:12px;
    }
    .timeline-item{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.82);
      border-radius:18px;
      padding:14px 14px;
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
    }
    .t-dot{
      width:12px; height:12px;
      border-radius:50%;
      background: linear-gradient(135deg, rgba(16,185,129,1), rgba(34,197,94,1));
      box-shadow: 0 0 0 6px rgba(34,197,94,.12);
    }
    .timeline-item .t-dot{ margin-bottom:10px; }
    .t-title{ font-weight:980; color:#0b2a18; font-size:14px; }
    .t-desc{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:12.5px; line-height:1.5; }

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .service-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;
      flex-direction:column;
      min-height: 270px;
    }
    .service-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .service-top{ display:flex; align-items:center; gap:10px; }
    .service-icon{ color:#0f3d22; display:flex; }
    .tag-row{ margin-top:12px; display:flex; flex-wrap:wrap; gap:10px; }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(16,24,40,.12);
      background: rgba(246, 251, 247, .8);
      color:var(--text);
      font-size:12.5px;
      font-weight:850;
    }
    .tag-green{
      border-color: rgba(16,185,129,.28);
      background: rgba(16,185,129,.10);
      color:#0f3d22;
    }
    .link-row{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      text-decoration:none;
      padding-top:14px;
      color:#0f3d22;
      font-weight:900;
      font-size:14px;
    }
    .chevSmall{ color: rgba(16,24,40,.55); font-weight:900; }

    .split-cards{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
    }
    .split-left{ display:flex; flex-direction:column; gap:14px; }
    .split-right{ display:flex; flex-direction:column; gap:14px; }

    .card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
    }
    .card-outline{
      border-style:dashed;
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(16,185,129,.04));
    }
    .card-glass{
      background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(34,197,94,.06) 100%);
      position:relative;
      overflow:hidden;
    }
    .card-glass::after{
      content:"";
      position:absolute; inset:-40px -80px auto -80px;
      height:140px;
      background: radial-gradient(400px 120px at 40% 20%, rgba(16,185,129,.22), transparent 60%);
      pointer-events:none;
    }
    .card-muted{ background: rgba(255,255,255,.80); }
    .card-title-row{
      display:flex;
      align-items:baseline;
      justify-content:space-between;
      gap:12px;
    }
    .card-note{
      color:var(--muted2);
      font-weight:800;
      font-size:12.5px;
      white-space:nowrap;
    }

    .chips{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .chip{
      padding:9px 12px;
      background: rgba(246, 251, 247, .86);
      border:1px solid rgba(16,24,40,.10);
      border-radius:999px;
      font-weight:850;
      font-size:13px;
      color:#243244;
      transition: transform .16s ease, border-color .16s ease, background .16s ease;
    }
    .chip:hover{
      transform: translateY(-1px);
      border-color: rgba(16,185,129,.24);
      background: rgba(16,185,129,.08);
    }

    .mini-split{
      margin-top:14px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .mini-col{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .72);
      border-radius:16px;
      padding:12px;
    }
    .mini-head{ font-weight:980; color:#0b2a18; font-size:13.5px; }
    .mini-body{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:12.5px; line-height:1.5; }

    .steps{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:12px;
      position:relative; z-index:1;
    }
    .step{
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .step-num{
      width:34px; height:34px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.25);
      color:#0f3d22;
      font-weight:980;
      flex:0 0 auto;
    }
    .step-title{ font-weight:980; color:#0b2a18; font-size:14px; }
    .step-desc{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:12.5px; line-height:1.5; }

    .card-action{ margin-top:16px; position:relative; z-index:1; }
    .micro-note{
      margin-top:10px;
      color:var(--muted2);
      font-weight:650;
      font-size:12.5px;
      line-height:1.5;
    }

    .price-row{
      margin-top:12px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .price-item{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .76);
      border-radius:16px;
      padding:12px;
    }
    .price-k{ font-weight:980; color:#0b2a18; font-size:13.5px; }
    .price-v{ margin-top:6px; color:var(--muted2); font-weight:650; font-size:12.5px; line-height:1.5; }

    .industry-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .industry-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;
      flex-direction:column;
      min-height: 260px;
    }
    .industry-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .industry-head{ display:flex; align-items:center; gap:10px; }
    .industry-icon{ color:#0f3d22; display:flex; }
    .small-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .small-list li{
      color:#243244;
      font-weight:760;
      font-size:13.5px;
      line-height:1.5;
    }
    .industry-card .link-row{ margin-top:auto; }

    .network-grid{
      display:grid;
      grid-template-columns: 1fr 1.3fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .net-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
    }
    .net-card-split{ display:grid; grid-template-columns: 1fr .95fr; gap:14px; align-items:center; }
    .net-title{ font-weight:980; color:#0b2a18; font-size:16px; }
    .net-desc{ margin-top:8px; color:var(--muted); font-weight:650; line-height:1.7; font-size:14px; }
    .net-actions{ margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; }
    .net-list{ margin-top:14px; display:flex; flex-direction:column; gap:10px; }
    .net-item{ display:flex; align-items:center; gap:10px; color:#243244; font-weight:800; font-size:13.5px; }
    .net-bullet{
      width:10px; height:10px; border-radius:4px;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.26);
      flex:0 0 auto;
    }
    .qr-wrap{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .76);
      border-radius:18px;
      padding:12px;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
    }
    .qr-img{
      width:120px; height:auto;
      border-radius:14px;
      display:block;
      border:1px solid rgba(16,24,40,.10);
      background:#fff;
    }
    .qr-caption{ font-weight:950; color:#0b2a18; font-size:13px; }

    .net-logos{ margin-top:14px; display:flex; flex-wrap:wrap; gap:10px; }
    .small-pill{
      padding:9px 12px;
      border-radius:999px;
      background: rgba(246, 251, 247, .86);
      border:1px solid rgba(16,24,40,.10);
      font-weight:900;
      font-size:12.5px;
      color:#243244;
    }
    .small-pill-green{
      border-color: rgba(16,185,129,.28);
      background: rgba(16,185,129,.10);
      color:#0f3d22;
    }

    .process-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .process-step{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .process-step::after{
      content:"";
      position:absolute;
      width:140px; height:140px;
      border-radius:50%;
      right:-70px; top:-70px;
      background: radial-gradient(circle at 40% 40%, rgba(16,185,129,.22), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .process-step:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .ps-num{
      font-weight:980;
      color:#0f3d22;
      letter-spacing:.3px;
      font-size:13px;
    }
    .ps-title{
      margin-top:12px;
      font-weight:980;
      color:#0b2a18;
      font-size:15px;
    }
    .ps-desc{
      margin-top:8px;
      color:var(--muted);
      font-weight:650;
      line-height:1.7;
      font-size:14px;
    }

    .process-cta{
      margin-top:16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:18px;
      border-radius: var(--radius2);
      background: linear-gradient(135deg, rgba(16,185,129,.10), rgba(34,197,94,.06));
      border:1px solid rgba(16,185,129,.18);
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      flex-wrap:wrap;
    }
    .cta-title{ font-weight:980; color:#0b2a18; font-size:16px; }
    .cta-desc{ margin-top:6px; color:var(--muted); font-weight:650; line-height:1.7; }
    .cta-right{ display:flex; gap:12px; flex-wrap:wrap; }

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .case-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius);
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;
      flex-direction:column;
      min-height: 340px;
    }
    .case-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .case-media{
      padding:16px;
      background: linear-gradient(180deg, rgba(34,197,94,.08), rgba(255,255,255,.0));
      border-bottom:1px solid rgba(16,24,40,.08);
    }
    .case-placeholder{
      height:120px;
      border-radius:18px;
      border:1px dashed rgba(16,24,40,.14);
      background:
        radial-gradient(220px 120px at 20% 20%, rgba(16,185,129,.22), transparent 60%),
        radial-gradient(220px 120px at 80% 30%, rgba(34,197,94,.18), transparent 60%),
        rgba(246, 251, 247, .85);
      position:relative;
      overflow:hidden;
    }
    .case-placeholder::after{
      content:"";
      position:absolute; inset:-40px -40px auto -40px;
      height:130px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
      transform: rotate(10deg) translateX(-60%);
      animation: shimmer 3.2s ease-in-out infinite;
      opacity:.6;
    }
    .case-placeholder-2{ background:
      radial-gradient(220px 120px at 15% 30%, rgba(37,99,235,.16), transparent 60%),
      radial-gradient(220px 120px at 70% 30%, rgba(16,185,129,.20), transparent 60%),
      rgba(246, 251, 247, .85); }
    .case-placeholder-2::after{ animation-duration: 3.8s; }
    .case-placeholder-3{ background:
      radial-gradient(220px 120px at 25% 20%, rgba(34,197,94,.22), transparent 60%),
      radial-gradient(220px 120px at 85% 20%, rgba(16,185,129,.16), transparent 60%),
      rgba(246, 251, 247, .85); }
    .case-placeholder-3::after{ animation-duration: 4.2s; }
    @keyframes shimmer{
      0%,100%{ transform: rotate(10deg) translateX(-60%); }
      50%{ transform: rotate(10deg) translateX(60%); }
    }
    .case-body{ padding:16px 18px 18px; display:flex; flex-direction:column; gap:10px; flex:1; }
    .case-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
    .case-type{
      display:inline-flex;
      align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(16,185,129,.10);
      border:1px solid rgba(16,185,129,.24);
      color:#0f3d22;
      font-weight:950;
      font-size:12.5px;
    }
    .case-level{
      color:var(--muted2);
      font-weight:850;
      font-size:12.5px;
      background: rgba(246, 251, 247, .86);
      border:1px solid rgba(16,24,40,.10);
      padding:8px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .case-title{ margin:0; font-size:16px; font-weight:980; letter-spacing:-.2px; color:#0b2a18; line-height:1.35; }
    .case-desc{ margin:0; color:var(--muted); font-weight:650; line-height:1.75; font-size:14px; }

    .case-bottom{
      margin-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      padding:16px 18px;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.86);
      border-radius: var(--radius2);
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }

    .compare-top{
      display:grid;
      grid-template-columns: .9fr 1.1fr;
      gap:14px;
      align-items:start;
    }
    .rating-card{
      background: rgba(255,255,255,.92);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .rating-row{ display:flex; align-items:center; justify-content:space-between; gap:14px; }
    .stars{ font-size:20px; color:#0f3d22; letter-spacing:2px; }
    .rating-num-wrap{ text-align:right; }
    .rating-num{
      font-size:34px;
      font-weight:990;
      color:#0b2a18;
      letter-spacing:-.8px;
      line-height:1.1;
    }
    .rating-max{ color:var(--muted2); font-weight:800; margin-top:6px; font-size:13px; }
    .rating-label{
      margin-top:12px;
      color:#0f3d22;
      font-weight:950;
      font-size:14px;
    }

    .compare-intro{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 16px 34px rgba(16,24,40,.06);
    }
    .compare-bullets{
      margin-top:12px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:10px;
    }
    .cb{
      background: rgba(246, 251, 247, .86);
      border:1px solid rgba(16,24,40,.10);
      border-radius:16px;
      padding:10px 12px;
      font-weight:900;
      color:#243244;
      font-size:13.5px;
    }

    .compare-table-wrap{ margin-top:14px; }
    .table-hint{ color:var(--muted2); font-weight:750; font-size:12.5px; margin-bottom:8px; }
    .compare-table{
      border-radius: var(--radius2);
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      overflow:auto;
    }
    .compare-table::-webkit-scrollbar{ height:10px; }
    .compare-table::-webkit-scrollbar-thumb{ background: rgba(16,24,40,.18); border-radius:999px; }
    .t-row{
      display:grid;
      grid-template-columns: 1.2fr 1fr 1.1fr;
      gap:0;
      border-bottom:1px solid rgba(16,24,40,.08);
      min-width: 760px;
    }
    .t-row:last-child{ border-bottom:none; }
    .t-head{ background: rgba(16,185,129,.08); }
    .t-cell{
      padding:12px 14px;
      color:var(--text);
      font-weight:700;
      font-size:13.5px;
      border-right:1px solid rgba(16,24,40,.06);
    }
    .t-cell:last-child{ border-right:none; }
    .t-key{ color:#0b2a18; font-weight:980; }
    .cell-main{ font-weight:980; color:#0b2a18; }
    .cell-sub{ margin-top:6px; color:var(--muted2); font-weight:750; font-size:12.5px; }
    .cell-muted{ color:var(--muted); font-weight:650; line-height:1.6; }

    .compare-cta{
      margin-top:14px;
      padding:18px;
      border-radius: var(--radius2);
      border:1px solid rgba(16,185,129,.18);
      background: linear-gradient(135deg, rgba(16,185,129,.10), rgba(34,197,94,.06));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }

    .pricing-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .price-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .price-card-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap; }
    .price-card-title{ font-weight:980; color:#0b2a18; font-size:16px; }
    .price-card-sub{ color:var(--muted2); font-weight:800; margin-top:6px; font-size:13px; }

    .price-table{
      margin-top:14px;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .72);
    }
    .p-row{ display:grid; grid-template-columns: 1.05fr 1.1fr 1fr; border-bottom:1px solid rgba(16,24,40,.08); min-width: 680px; }
    .p-row:last-child{ border-bottom:none; }
    .p-cell{
      padding:12px 12px;
      border-right:1px solid rgba(16,24,40,.06);
      font-weight:700;
      color:var(--text);
      font-size:13.5px;
      line-height:1.6;
    }
    .p-cell:last-child{ border-right:none; }
    .p-head .p-cell{ background: rgba(16,185,129,.10); font-weight:980; color:#0b2a18; }

    .price-card-actions{ margin-top:14px; display:flex; gap:10px; flex-direction:column; }

    .price-side{ display:flex; flex-direction:column; gap:14px; }
    .side-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .side-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(16,185,129,.05));
    }
    details.detail{
      margin-top:12px;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:16px;
      padding:12px 12px;
      transition: border-color .18s ease;
    }
    details.detail[open]{ border-color: rgba(16,185,129,.26); }
    details.detail summary{
      cursor:pointer;
      font-weight:950;
      color:#0b2a18;
      list-style:none;
      font-size:14px;
      padding-right:22px;
      position:relative;
    }
    details.detail summary::-webkit-details-marker{ display:none; }
    details.detail summary::after{
      content:"＋";
      position:absolute; right:0; top:0;
      color:rgba(16,24,40,.55);
      font-weight:900;
      transition: transform .2s ease;
    }
    details.detail[open] summary::after{ content:"－"; }
    .detail-body{
      margin-top:10px;
      color:var(--muted);
      font-weight:650;
      line-height:1.75;
      font-size:14px;
    }

    .side-points{
      margin-top:12px;
      display:flex; flex-direction:column; gap:10px;
    }
    .sp{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:16px;
      padding:12px;
      color:#243244;
      font-weight:800;
      line-height:1.6;
      font-size:13.5px;
    }

    .training-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .train-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .train-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(34,197,94,.06));
    }
    .train-list{
      margin-top:12px;
      border:1px solid rgba(16,24,40,.10);
      border-radius:18px;
      overflow:hidden;
      background: rgba(246, 251, 247, .72);
    }
    .train-item{
      padding:12px 12px;
      border-bottom:1px solid rgba(16,24,40,.08);
      font-weight:900;
      color:#0b2a18;
      font-size:14px;
    }
    .train-item:last-child{ border-bottom:none; }
    .train-note{ color:var(--muted2); font-weight:750; font-size:12.5px; margin-top:auto; line-height:1.6; }

    .train-qa{ margin-top:12px; display:flex; flex-direction:column; gap:12px; }
    .train-q{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:18px;
      padding:12px;
    }
    .tq-head{ font-weight:980; color:#0b2a18; font-size:14px; }
    .tq-body{ margin-top:6px; color:var(--muted); font-weight:650; line-height:1.75; font-size:14px; }
    .train-actions{ margin-top:auto; display:flex; flex-direction:column; gap:10px; }

    .training-adjacent{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .adj-item{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:16px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .adj-k{ color:var(--muted2); font-weight:900; font-size:12.5px; }
    .adj-v{ margin-top:8px; font-weight:980; color:#0b2a18; font-size:15px; letter-spacing:-.2px; }

    .help-grid{
      display:grid;
      grid-template-columns: .95fr 1.1fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .help-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      display:flex; flex-direction:column;
      gap:12px;
    }
    .help-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(16,185,129,.05));
    }

    .tag-cloud{ margin-top:10px; display:flex; flex-wrap:wrap; gap:10px; }
    .cloud-tag{
      text-decoration:none;
      font-weight:900;
      font-size:13px;
      color:#0b2a18;
      padding:10px 12px;
      background: rgba(246, 251, 247, .86);
      border:1px solid rgba(16,24,40,.10);
      border-radius:999px;
      transition: transform .16s ease, border-color .16s ease, background .16s ease;
    }
    .cloud-tag:hover{
      transform: translateY(-1px);
      border-color: rgba(16,185,129,.26);
      background: rgba(16,185,129,.09);
    }

    .article-list{ display:flex; flex-direction:column; gap:10px; margin-top:4px; }
    .article-row{
      text-decoration:none;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .74);
      border-radius:18px;
      padding:12px;
      display:flex; align-items:flex-start; gap:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .article-row:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .article-dot{
      width:10px; height:10px; border-radius:4px;
      background: rgba(16,185,129,.18);
      border:1px solid rgba(16,185,129,.26);
      margin-top:6px;
      flex:0 0 auto;
    }
    .article-title{ font-weight:980; color:#0b2a18; font-size:14px; line-height:1.45; }
    .article-meta{ margin-top:6px; color:var(--muted2); font-weight:800; font-size:12.5px; }

    .help-cta-row{ display:flex; gap:10px; margin-top:auto; }
    .help-cta-row .btn{ flex:1; }
    .help-mini{ margin-top:6px; display:flex; flex-direction:column; gap:10px; }
    .mini-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .mini-ic{ color:var(--muted2); font-weight:900; font-size:12.5px; }
    .mini-val{ color:#0b2a18; font-weight:980; font-size:13.5px; }

    .faq-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .faq-left{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .faq-filter{ }
    .filter-row{ display:flex; flex-wrap:wrap; gap:10px; }
    .filter-pill{
      cursor:pointer;
      border:1px solid rgba(16,24,40,.12);
      background: rgba(246, 251, 247, .86);
      border-radius:999px;
      padding:9px 12px;
      font-weight:950;
      font-size:13px;
      color:#243244;
      transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
    }
    .filter-pill:hover{ transform: translateY(-1px); border-color: rgba(16,185,129,.26); }
    .filter-pill.is-active{
      background: rgba(16,185,129,.10);
      border-color: rgba(16,185,129,.28);
      color:#0f3d22;
      box-shadow: 0 14px 30px rgba(16,185,129,.12);
    }

    .faq-list{
      margin-top:14px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    details.faq-item{
      border:1px solid rgba(16,24,40,.10);
      border-radius:18px;
      background: rgba(246, 251, 247, .78);
      padding:12px 12px;
      transition: border-color .18s ease, transform .18s ease;
    }
    details.faq-item:hover{
      border-color: rgba(16,185,129,.24);
    }
    details.faq-item summary{
      cursor:pointer;
      font-weight:980;
      color:#0b2a18;
      list-style:none;
      font-size:14px;
      position:relative;
      padding-right:22px;
    }
    details.faq-item summary::-webkit-details-marker{ display:none; }
    details.faq-item summary::after{
      content:"＋";
      position:absolute; right:0; top:0;
      color:rgba(16,24,40,.55);
      font-weight:900;
    }
    details.faq-item[open] summary::after{ content:"－"; }

    .faq-body{
      margin-top:10px;
      color:var(--muted);
      font-weight:650;
      line-height:1.8;
      font-size:14px;
    }

    .faq-right{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .faq-right-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .faq-right-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(34,197,94,.06));
    }
    .faq-mini-list{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }
    .fmini{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:18px;
      padding:12px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .fmini-k{ color:var(--muted2); font-weight:950; font-size:12.5px; }
    .fmini-v{ color:#243244; font-weight:850; font-size:13.5px; line-height:1.5; text-align:right; }

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .wiki-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .wiki-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .wiki-cta{
      margin-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      padding:18px;
      border-radius: var(--radius2);
      border:1px solid rgba(16,185,129,.18);
      background: linear-gradient(135deg, rgba(16,185,129,.10), rgba(34,197,94,.06));
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }

    .news-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
    }
    .news-card{
      text-decoration:none;
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:120px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap:10px;
    }
    .news-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .news-title{ font-weight:980; color:#0b2a18; font-size:15px; line-height:1.45; }
    .news-meta{ color:var(--muted2); font-weight:850; font-size:12.5px; }

    .form-wrap{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .form-left{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .form-intro{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .form-badges{ margin-top:12px; display:flex; flex-wrap:wrap; gap:10px; }

    .sample-arts{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
    }
    .art-slot{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.86);
      border-radius: var(--radius);
      padding:10px;
      box-shadow: 0 14px 28px rgba(16,24,40,.05);
    }
    .art-img{
      width:100%;
      height:auto;
      display:block;
      border-radius:14px;
      border:1px solid rgba(16,24,40,.08);
      background:#fff;
    }
    .art-caption{
      margin-top:10px;
      text-align:center;
      font-weight:900;
      font-size:12.5px;
      color:var(--muted2);
    }

    .form-right{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .form-card{
      background: rgba(255,255,255,.92);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .form-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap; }
    .form-title{ font-weight:990; color:#0b2a18; font-size:18px; }
    .form-sub{ margin-top:6px; color:var(--muted2); font-weight:800; font-size:13px; }
    .field{ display:flex; flex-direction:column; gap:8px; margin-top:12px; }
    .label{ font-weight:950; color:#0b2a18; font-size:13.5px; }
    input,select,textarea{
      width:100%;
      border:1px solid rgba(16,24,40,.14);
      border-radius:16px;
      padding:12px 12px;
      font-size:14.5px;
      font-weight:650;
      background: rgba(246, 251, 247, .78);
      color:var(--text);
      outline:none;
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    textarea{ resize: vertical; min-height:110px; }
    input:focus,select:focus,textarea:focus{
      border-color: rgba(16,185,129,.45);
      box-shadow: 0 0 0 4px rgba(16,185,129,.16);
      background: rgba(255,255,255,.95);
    }

    .field-row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:8px;
    }

    .form-foot{ margin-top:14px; }
    .form-agree{
      margin-top:10px;
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted2);
      font-weight:700;
      font-size:12.5px;
      line-height:1.6;
    }
    .check{
      width:18px; height:18px; border-radius:6px;
      border:1px solid rgba(16,185,129,.35);
      background: rgba(16,185,129,.10);
      position:relative; flex:0 0 auto;
      margin-top:1px;
    }
    .check::after{
      content:"";
      position:absolute;
      left:4px; top:6px;
      width:8px; height:4px;
      border-left:2px solid rgba(15,61,34,1);
      border-bottom:2px solid rgba(15,61,34,1);
      transform: rotate(-45deg);
    }
    .form-security{
      margin-top:12px;
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--muted2);
      font-weight:800;
      font-size:12.5px;
    }
    .lock{ font-size:14px; }

    .join-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .join-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .join-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(16,185,129,.05));
    }
    .checklist-tight{ gap:9px; }
    .join-points{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:10px;
    }
    .jp{
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:18px;
      padding:12px;
    }
    .jp-k{ color:var(--muted2); font-weight:900; font-size:12.5px; }
    .jp-v{ margin-top:8px; font-weight:900; color:#0b2a18; font-size:14px; line-height:1.5; }

    .join-steps{
      margin-top:10px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .jstep{
      display:flex;
      gap:12px;
      align-items:flex-start;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(246, 251, 247, .78);
      border-radius:18px;
      padding:12px;
    }
    .jstep-num{
      width:34px; height:34px;
      border-radius:14px;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.26);
      color:#0f3d22;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:980;
      flex:0 0 auto;
    }
    .jstep-title{ font-weight:980; color:#0b2a18; font-size:14px; }
    .jstep-desc{ margin-top:6px; color:var(--muted2); font-weight:650; line-height:1.6; font-size:12.5px; }

    .join-cta{ margin-top:auto; display:flex; flex-direction:column; gap:10px; }

    .review-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .review-card{
      background: rgba(255,255,255,.88);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 220px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .review-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 60px rgba(16,24,40,.10);
      border-color: rgba(16,185,129,.26);
    }
    .review-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .review-role{ font-weight:980; color:#0b2a18; font-size:13.5px; }
    .review-stars{ color:#0f3d22; font-weight:900; letter-spacing:1px; }
    .review-title{ margin:0; font-weight:990; color:#0b2a18; font-size:15px; line-height:1.4; }
    .review-text{ margin:0; color:var(--muted); font-weight:650; line-height:1.75; font-size:14px; }

    .contact-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .contact-card{
      background: rgba(255,255,255,.92);
      border:1px solid rgba(16,24,40,.10);
      border-radius: var(--radius2);
      padding:18px;
      box-shadow: 0 18px 50px rgba(16,24,40,.06);
    }
    .contact-card-soft{
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(34,197,94,.06));
    }
    .contact-lines{ margin-top:12px; display:flex; flex-direction:column; gap:12px; }
    .cline{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; border:1px solid rgba(16,24,40,.08); border-radius:16px; background: rgba(246, 251, 247, .78); }
    .ckey{ color:var(--muted2); font-weight:900; font-size:12.5px; }
    .cval{ color:#0b2a18; font-weight:980; text-decoration:none; }
    .cval:hover{ text-decoration:underline; }
    .contact-quick{ margin-top:14px; display:flex; gap:12px; flex-wrap:wrap; }
    .contact-links{ margin-top:18px; border-top:1px solid rgba(16,24,40,.08); padding-top:14px; }
    .section-mini-title{ font-weight:980; color:#0b2a18; font-size:14px; margin-bottom:10px; }
    .friend-links{ display:flex; flex-wrap:wrap; gap:10px; }
    .friend-links a{
      text-decoration:none;
      color:#0f3d22;
      font-weight:950;
      font-size:13px;
      border:1px solid rgba(16,185,129,.22);
      background: rgba(16,185,129,.08);
      padding:9px 12px;
      border-radius:999px;
      transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }
    .friend-links a:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(16,185,129,.12);
      border-color: rgba(16,185,129,.35);
    }

    .contact-qr{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:14px;
      align-items:center;
      margin-top:12px;
    }
    .contact-qr-img{
      width:140px; height:auto;
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background:#fff;
      display:block;
    }
    .contact-qr-title{ font-weight:990; color:#0b2a18; font-size:16px; }
    .contact-qr-desc{ margin-top:8px; color:var(--muted); font-weight:650; line-height:1.7; font-size:14px; }

    .contact-small{ margin-top:14px; display:flex; flex-direction:column; gap:10px; }
    .small-row{
      border:1px solid rgba(16,24,40,.08);
      background: rgba(246, 251, 247, .78);
      border-radius:18px;
      padding:12px;
      display:flex;
      align-items:center;
      gap:12px;
      justify-content:flex-start;
    }
    .small-ic{ width:50px; color:var(--muted2); font-weight:900; font-size:12.5px; }
    .small-txt{ color:#243244; font-weight:800; font-size:13.5px; line-height:1.5; }

    .site-footer{
      background: #f2faf4;
      border-top:1px solid rgba(16,24,40,.08);
      padding:26px 0;
    }
    .footer-inner{
      display:flex;
      flex-direction:column;
      gap:18px;
    }
    .footer-top{
      display:grid;
      grid-template-columns: 1.2fr .9fr .9fr;
      gap:14px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .footer-logo{
      width:54px; height:54px;
      border-radius:18px;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.85);
      display:flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      box-shadow: 0 12px 26px rgba(16,24,40,.06);
      flex:0 0 auto;
    }
    .footer-img{ width:30px; height:auto; display:block; }
    .footer-name{ font-weight:990; color:#0b2a18; font-size:16px; }
    .footer-desc{ margin-top:8px; color:var(--muted); font-weight:650; line-height:1.7; font-size:14px; }
    .footer-col{ }
    .footer-title{ font-weight:980; color:#0b2a18; font-size:14px; margin-bottom:10px; }
    .footer-links{ display:flex; flex-direction:column; gap:10px; }
    .footer-links a{
      text-decoration:none;
      color:#243244;
      font-weight:850;
      font-size:13.5px;
      padding:8px 10px;
      border-radius:14px;
      border:1px solid transparent;
      transition: border-color .16s ease, background .16s ease, transform .16s ease;
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(16,185,129,.25);
      background: rgba(16,185,129,.08);
    }
    .footer-contact{
      margin-top:14px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .fline{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; border:1px solid rgba(16,24,40,.08); border-radius:16px; background: rgba(255,255,255,.78); }
    .fkey{ color:var(--muted2); font-weight:900; font-size:12.5px; }
    .fval{ color:#0b2a18; font-weight:980; text-decoration:none; }
    .fval:hover{ text-decoration:underline; }

    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      padding-top:12px;
      border-top:1px solid rgba(16,24,40,.08);
    }
    .copyright{
      color:var(--muted2);
      font-weight:800;
      font-size:12.5px;
    }
    .footer-legal{
      color:var(--muted2);
      font-weight:800;
      font-size:12.5px;
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
    }
    .footer-legal a{
      text-decoration:none;
      color:#243244;
      border:1px solid rgba(16,24,40,.10);
      background: rgba(255,255,255,.78);
      padding:8px 10px;
      border-radius:999px;
      transition: transform .16s ease, border-color .16s ease, background .16s ease;
    }
    .footer-legal a:hover{
      transform: translateY(-1px);
      border-color: rgba(16,185,129,.25);
      background: rgba(16,185,129,.08);
    }
    .sep{ opacity:.7; }

    .float-customer{
      position:fixed;
      right:16px;
      bottom:92px;
      z-index:80;
    }
    .float-btn{
      text-decoration:none;
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(16,185,129,.26);
      background: rgba(255,255,255,.92);
      box-shadow: 0 16px 40px rgba(16,24,40,.14);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .float-btn:hover{
      transform: translateY(-2px);
      border-color: rgba(16,185,129,.40);
      box-shadow: 0 22px 60px rgba(16,24,40,.18);
    }
    .float-ic{
      width:34px; height:34px;
      border-radius:14px;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.28);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:980;
      color:#0f3d22;
      font-size:13px;
    }
    .float-txt{ font-weight:980; color:#0b2a18; font-size:13.5px; }

    .to-top{
      position:fixed;
      right:16px;
      bottom:18px;
      z-index:80;
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(16,24,40,.12);
      background: rgba(255,255,255,.92);
      box-shadow: 0 16px 40px rgba(16,24,40,.14);
      cursor:pointer;
      font-weight:990;
      color:#0b2a18;
      opacity:0;
      pointer-events:none;
      transition: opacity .2s ease, transform .18s ease;
    }
    .to-top:hover{ transform: translateY(-2px); }
    .toast{
      position:fixed;
      left:50%;
      top:14px;
      transform: translateX(-50%);
      background: rgba(255,255,255,.95);
      border:1px solid rgba(16,24,40,.10);
      border-radius:18px;
      padding:10px 14px;
      box-shadow: 0 20px 60px rgba(16,24,40,.18);
      color:#0b2a18;
      font-weight:900;
      font-size:13.5px;
      opacity:0;
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
      z-index:120;
    }
    .toast.is-show{
      opacity:1;
      transform: translateX(-50%) translateY(8px);
    }

    @media (max-width: 980px){
      .hero-inner{ grid-template-columns: 1fr; }
      .hero-title{ font-size:34px; }
      .hero-snapshot{ grid-template-columns: 1fr; }
      .about-grid{ grid-template-columns: 1fr; }
      .timeline{ grid-template-columns: 1fr 1fr; }
      .service-grid{ grid-template-columns: 1fr; }
      .split-cards{ grid-template-columns: 1fr; }
      .industry-grid{ grid-template-columns: 1fr 1fr; }
      .network-grid{ grid-template-columns: 1fr; }
      .net-card-split{ grid-template-columns: 1fr; }
      .process-grid{ grid-template-columns: 1fr 1fr; }
      .case-grid{ grid-template-columns: 1fr; }
      .compare-top{ grid-template-columns: 1fr; }
      .pricing-grid{ grid-template-columns: 1fr; }
      .training-grid{ grid-template-columns: 1fr; }
      .training-adjacent{ grid-template-columns: 1fr; }
      .help-grid{ grid-template-columns: 1fr; }
      .faq-grid{ grid-template-columns: 1fr; }
      .wiki-grid{ grid-template-columns: 1fr; }
      .news-grid{ grid-template-columns: 1fr; }
      .form-wrap{ grid-template-columns: 1fr; }
      .sample-arts{ grid-template-columns: 1fr 1fr; }
      .join-grid{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr; }
      .contact-grid{ grid-template-columns: 1fr; }
      .footer-top{ grid-template-columns: 1fr; }
      .float-customer{ bottom:88px; }
      .nav-desktop{ display:none; }
      .nav-toggle{ display:inline-flex; }
      .hero{ padding-top:32px; }
      .site-header{ position:sticky; }
    }

    @media (prefers-reduced-motion: reduce){
      *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
    }