:root{
      --bg0:#ffffff;
      --bg1:#f7f8ff;
      --card:#ffffff;
      --text:#1f2430;
      --muted:#5a6476;
      --border:rgba(20,28,40,.10);
      --shadow:0 18px 50px rgba(18,35,61,.10);
      --shadow2:0 10px 28px rgba(18,35,61,.10);
      --brand1:#2b7cff;
      --brand2:#6a5cff;
      --brand3:#00b8a9;
      --accent:#1c7dff;
      --accent2:#6b5bff;
      --ok:#10b981;
      --warn:#f59e0b;
      --radius:18px;
      --radius2:12px;
      --container:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      background: linear-gradient(180deg, #fbfcff 0%, #f7f9ff 40%, #ffffff 100%);
      color:var(--text);
    }
    img{max-width:100%; height:auto; display:block}
    a{color:inherit; text-decoration:none}
    .container{max-width:var(--container); margin:0 auto; padding:0 20px}

    .skip-link{
      position:absolute; left:10px; top:-40px;
      background:#0b1220; color:#fff; padding:10px 12px; border-radius:10px;
      z-index:9999; transition:top .2s ease;
    }
    .skip-link:focus{top:10px}

    .bg-accents{
      position:fixed; inset:0; pointer-events:none; z-index:-1;
      overflow:hidden;
    }
    .orb{
      position:absolute; width:520px; height:520px; border-radius:50%;
      filter: blur(35px);
      opacity:.35;
      transform: translateZ(0);
      animation: floaty 10s ease-in-out infinite;
      background: radial-gradient(circle at 30% 30%, rgba(43,124,255,.55), rgba(106,92,255,.20) 40%, rgba(0,184,169,.10) 70%, transparent 72%);
    }
    .orb-a{left:-200px; top:70px}
    .orb-b{right:-240px; top:320px; animation-duration:12s; opacity:.28}
    .gridlines{
      position:absolute; inset:-20px;
      background:
        linear-gradient(rgba(20,28,40,.05) 1px, transparent 1px) 0 0 / 46px 46px,
        linear-gradient(90deg, rgba(20,28,40,.05) 1px, transparent 1px) 0 0 / 46px 46px;
      mask-image: radial-gradient(circle at 40% 10%, rgba(0,0,0,1), rgba(0,0,0,0) 60%);
      opacity:.55;
    }
    @keyframes floaty{
      0%,100%{transform:translate3d(0,0,0)}
      50%{transform:translate3d(0,-18px,0)}
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.70);
      border-bottom: 1px solid rgba(20,28,40,.08);
    }
    .header-inner{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{display:flex; align-items:center; gap:12px; min-width:240px}
    .brand-link{display:flex; align-items:center; gap:12px}
    .ai-page-logo{width:44px}
    .brand-meta{display:flex; flex-direction:column; line-height:1.1}
    .brand-name{font-weight:850; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); margin-top:4px; white-space:nowrap}

    .nav-desktop{
      display:flex; align-items:center; gap:18px;
      flex:1; justify-content:center;
    }
    .nav-link{
      font-size:14px; color:rgba(31,36,48,.86);
      padding:8px 10px; border-radius:12px;
      border:1px solid transparent;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }
    .nav-link:hover{
      border-color: rgba(43,124,255,.20);
      background: rgba(43,124,255,.06);
      transform: translateY(-1px);
    }

    .header-actions{display:flex; align-items:center; gap:10px; min-width:210px; justify-content:flex-end}
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      border-radius:14px;
      padding:11px 14px;
      border:1px solid rgba(20,28,40,.10);
      background:#fff;
      color:var(--text);
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
      font-weight:700;
      font-size:14px;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform: translateY(1px)}
    .btn-primary{
      border-color: rgba(43,124,255,.35);
      background: linear-gradient(135deg, rgba(43,124,255,.95) 0%, rgba(106,92,255,.95) 45%, rgba(0,184,169,.95) 100%);
      color:#fff;
      box-shadow: 0 18px 36px rgba(43,124,255,.18);
    }
    .btn-primary:hover{box-shadow:0 22px 52px rgba(43,124,255,.22); transform: translateY(-1px)}
    .btn-ghost{
      background: rgba(255,255,255,.75);
      border-color: rgba(20,28,40,.12);
      color: rgba(31,36,48,.94);
    }
    .btn-ghost:hover{
      background:#fff;
      border-color: rgba(43,124,255,.25);
      transform: translateY(-1px);
    }
    .btn-lg{padding:13px 16px; border-radius:16px; font-size:15px}
    .btn-full{width:100%}

    .icon-btn{
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(20,28,40,.12);
      background: rgba(255,255,255,.85);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .15s ease, border-color .15s ease;
    }
    .icon-btn:hover{border-color: rgba(43,124,255,.25); transform: translateY(-1px)}
    .hamburger{
      width:18px; height:12px; position:relative; display:block;
    }
    .hamburger:before, .hamburger:after, .hamburger i{
      content:"";
      position:absolute; left:0; right:0;
      height:2px; background: rgba(31,36,48,.86);
      border-radius:2px;
    }
    .hamburger:before{top:0}
    .hamburger:after{bottom:0}
    .hamburger i{top:5px}
    .hamburger{background:transparent}
    .hamburger::after{content:""}
    .hamburger::before{content:""}
    .hamburger i{display:none}
    .xmark{width:18px; height:18px; position:relative}
    .xmark:before, .xmark:after{
      content:""; position:absolute; left:8px; top:1px; width:2px; height:16px;
      background: rgba(31,36,48,.86); border-radius:2px;
    }
    .xmark:before{transform: rotate(45deg)}
    .xmark:after{transform: rotate(-45deg)}

    .mobile-menu-btn{display:none}
    .mobile-nav-wrap{display:none}

    .hero{
      padding:34px 0 18px;
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.08fr .92fr;
      gap:22px;
      align-items:start;
      padding: 22px 0 12px;
    }
    .hero-left{
      padding:8px 0;
    }
    .pill-row{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:16px}
    .pill{
      font-size:13px;
      color: rgba(31,36,48,.88);
      border:1px solid rgba(20,28,40,.10);
      padding:8px 10px;
      border-radius:999px;
      background: rgba(255,255,255,.72);
    }
    .pill-accent{
      border-color: rgba(43,124,255,.25);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.10));
    }

    .hero-title{
      margin:0 0 14px;
      font-size:38px;
      line-height:1.12;
      letter-spacing:-.6px;
      font-weight:900;
    }
    .hero-desc{
      margin:0 0 18px;
      color: rgba(31,36,48,.78);
      font-size:16px;
      line-height:1.7;
      max-width: 56ch;
    }
    .hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-bottom:18px}
    .hero-mini{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:6px;
    }
    .mini-item{
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      border-radius:16px;
      padding:12px 12px;
      box-shadow: 0 14px 40px rgba(18,35,61,.06);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .mini-item:hover{transform: translateY(-2px); box-shadow: 0 18px 60px rgba(18,35,61,.10)}
    .mini-kpi{display:flex; align-items:center; gap:10px; font-weight:850}
    .kpi-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2), var(--brand3));
      box-shadow: 0 10px 24px rgba(43,124,255,.25);
    }
    .mini-note{color:var(--muted); font-size:12.5px; margin-top:8px; line-height:1.4}

    .hero-right{
      display:flex; flex-direction:column; gap:14px;
    }
    .data-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      overflow:hidden;
      position:relative;
    }
    .data-card-a{padding:16px 16px 14px}
    .data-card-b{padding:16px}
    .data-card-head{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px}
    .data-title{font-weight:900}
    .data-tag{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(43,124,255,.22);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.10));
      color: rgba(31,36,48,.86);
      font-weight:750;
      white-space:nowrap;
    }
    .data-icon{
      color: rgba(31,36,48,.86);
      width:42px; height:42px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.12), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
    }
    .data-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px 12px;
      margin-bottom:14px;
    }
    .data-stat{padding:10px 10px; border-radius:14px; border:1px solid rgba(20,28,40,.08); background: rgba(255,255,255,.65)}
    .data-number{
      font-size:26px; font-weight:950; letter-spacing:-.4px;
      background: linear-gradient(135deg, rgba(43,124,255,.95), rgba(106,92,255,.95), rgba(0,184,169,.95));
      -webkit-background-clip:text; background-clip:text; color:transparent;
    }
    .data-label{margin-top:6px; color:var(--muted); font-size:12.8px; line-height:1.3}
    .data-cta-row{
      display:flex; align-items:center; gap:10px;
      color: rgba(31,36,48,.80);
      font-size:13px;
    }
    .link-cta{
      color: rgba(31,36,48,.88);
      font-weight:800;
      position:relative;
      padding-bottom:2px;
      border-bottom:1px solid rgba(43,124,255,.22);
    }
    .link-cta:hover{border-bottom-color: rgba(43,124,255,.55)}
    .dot-sep{color: rgba(31,36,48,.35)}

    .sparkline{display:flex; gap:6px; align-items:flex-end; height:28px; margin-bottom:10px}
    .sparkline-bar{
      width:10px; border-radius:10px;
      background: linear-gradient(180deg, rgba(43,124,255,.85), rgba(0,184,169,.55));
      animation: bounce 2.2s ease-in-out infinite;
      opacity:.9;
    }
    .sparkline-bar:nth-child(1){height:14px; animation-delay:0s}
    .sparkline-bar:nth-child(2){height:24px; animation-delay:.1s}
    .sparkline-bar:nth-child(3){height:18px; animation-delay:.2s}
    .sparkline-bar:nth-child(4){height:26px; animation-delay:.3s}
    .sparkline-bar:nth-child(5){height:16px; animation-delay:.4s}
    .sparkline-bar:nth-child(6){height:22px; animation-delay:.5s}
    .sparkline-bar:nth-child(7){height:20px; animation-delay:.6s}
    @keyframes bounce{
      0%,100%{transform: translateY(0); filter:saturate(1)}
      50%{transform: translateY(-5px); filter:saturate(1.2)}
    }

    .quote-mark{
      width:34px; height:34px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color: rgba(43,124,255,.95);
      border:1px solid rgba(43,124,255,.22);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.08));
      margin-bottom:10px;
    }
    .quote-text{color: rgba(31,36,48,.82); line-height:1.7; font-weight:750}
    .quote-author{margin-top:10px; color:var(--muted); font-size:12.8px; font-weight:700}

    .hero-brands{padding:10px 0 0}
    .brand-strip{
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.62);
      border-radius:20px;
      padding:14px 14px;
      box-shadow: 0 18px 60px rgba(18,35,61,.06);
      display:flex; align-items:center; gap:14px;
    }
    .strip-title{font-weight:900; white-space:nowrap}
    .chip-row{display:flex; flex-wrap:wrap; gap:10px}
    .chip{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      font-size:13px;
      color: rgba(31,36,48,.84);
      font-weight:750;
      transition: transform .15s ease;
    }
    .chip:hover{transform: translateY(-1px); border-color: rgba(43,124,255,.25)}

    .section{padding:56px 0}
    .section-alt{
      background: linear-gradient(180deg, rgba(247,249,255,.80), rgba(255,255,255,.55));
      border-top: 1px solid rgba(20,28,40,.06);
      border-bottom: 1px solid rgba(20,28,40,.06);
    }
    .section-head{margin-bottom:26px}
    .section-kicker{
      font-weight:900;
      font-size:13px;
      letter-spacing:.22px;
      color: rgba(43,124,255,.92);
      text-transform: none;
    }
    .section-title{
      margin:10px 0 10px;
      font-size:28px;
      line-height:1.25;
      letter-spacing:-.4px;
      font-weight:950;
    }
    .section-desc{
      margin:0;
      color: rgba(31,36,48,.76);
      line-height:1.75;
      max-width: 80ch;
    }

    .three-cards{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .feature-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:18px 16px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .feature-card:hover{
      transform: translateY(-3px);
      border-color: rgba(43,124,255,.22);
      box-shadow: 0 24px 70px rgba(18,35,61,.12);
    }
    .feature-top{display:flex; align-items:flex-start; gap:12px; margin-bottom:10px}
    .feature-icon{
      width:46px; height:46px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
      color: rgba(31,36,48,.88);
      flex:0 0 auto;
    }
    .feature-title{margin:0; font-size:16px; font-weight:930}
    .feature-text{margin:0; color: rgba(31,36,48,.76); line-height:1.75; font-weight:650}

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .service-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:18px 16px;
      position:relative;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height: 220px;
      display:flex; flex-direction:column;
      gap:10px;
    }
    .service-card:hover{
      transform: translateY(-3px);
      border-color: rgba(43,124,255,.22);
      box-shadow: 0 24px 70px rgba(18,35,61,.12);
    }
    .service-badge{
      font-size:13px;
      display:inline-flex; align-items:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(43,124,255,.22);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.08));
      color: rgba(31,36,48,.88);
      font-weight:850;
      width:max-content;
    }
    .service-title{margin:0; font-size:17px; font-weight:950; letter-spacing:-.2px}
    .service-text{margin:0; color: rgba(31,36,48,.76); line-height:1.75; font-weight:650}
    .service-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:auto}
    .tag{
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.7);
      font-size:12.5px;
      font-weight:800;
      color: rgba(31,36,48,.82);
    }

    .service-strip{
      margin-top:18px;
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 18px 60px rgba(18,35,61,.06);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:16px;
    }
    .strip-left{min-width:0}
    .strip-kicker{font-weight:900; color: rgba(43,124,255,.92); margin-bottom:6px}
    .strip-text{color: rgba(31,36,48,.76); line-height:1.65; font-weight:650}
    .strip-right{flex:0 0 auto}

    .steps-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .step-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:16px 16px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height: 166px;
    }
    .step-card:hover{
      transform: translateY(-3px);
      border-color: rgba(43,124,255,.22);
      box-shadow: 0 24px 70px rgba(18,35,61,.12);
    }
    .step-num{
      width:54px; height:54px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      background: linear-gradient(135deg, rgba(43,124,255,.14), rgba(106,92,255,.10), rgba(0,184,169,.10));
      border:1px solid rgba(43,124,255,.20);
      margin-bottom:12px;
      color: rgba(31,36,48,.92);
    }
    .step-title{margin:0 0 8px; font-weight:950; font-size:16px}
    .step-text{margin:0; color: rgba(31,36,48,.76); line-height:1.7; font-weight:650}

    .solution-layout{display:grid; grid-template-columns: 360px 1fr; gap:14px}
    .solution-sidebar{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:16px 16px;
      height: fit-content;
      position:sticky;
      top:92px;
    }
    .sidebar-title{font-weight:950; margin-bottom:12px}
    .sidebar-list{display:flex; flex-direction:column; gap:12px}
    .side-item{display:flex; gap:12px; align-items:flex-start}
    .side-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2), var(--brand3));
      margin-top:4px;
      box-shadow: 0 14px 30px rgba(43,124,255,.18);
      flex:0 0 auto;
    }
    .side-name{font-weight:950}
    .side-desc{color:var(--muted); font-size:12.8px; margin-top:4px; line-height:1.35}
    .sidebar-cta{margin-top:14px; display:flex; flex-direction:column; gap:10px}

    .solution-main{display:flex; flex-direction:column; gap:14px}
    .highlight-banner{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 18px 60px rgba(18,35,61,.06);
      padding:16px;
      display:flex; gap:14px; align-items:stretch;
      overflow:hidden;
      position:relative;
    }
    .highlight-banner:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(circle at 20% 20%, rgba(43,124,255,.18), transparent 55%),
                  radial-gradient(circle at 85% 40%, rgba(106,92,255,.14), transparent 55%),
                  radial-gradient(circle at 60% 110%, rgba(0,184,169,.12), transparent 55%);
      pointer-events:none;
    }
    .hl-left{position:relative; z-index:1; flex: 1 1 auto}
    .hl-kicker{font-weight:900; color: rgba(43,124,255,.92); margin-bottom:8px}
    .hl-title{margin:0 0 10px; font-weight:980; font-size:18px; letter-spacing:-.25px}
    .hl-text{margin:0 0 14px; color: rgba(31,36,48,.76); line-height:1.75; font-weight:650; max-width: 60ch}
    .hl-actions{display:flex; flex-wrap:wrap; gap:12px}

    .hl-right{position:relative; z-index:1; flex:0 0 220px; display:flex; align-items:center; justify-content:flex-end}
    .hl-matrix{width:190px; height:160px; border-radius:22px;
      border:1px solid rgba(43,124,255,.20);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(255,255,255,.70));
      display:grid; grid-template-columns: repeat(3, 1fr); gap:10px;
      padding:12px;
    }
    .mcell{
      border-radius:14px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 10px 26px rgba(18,35,61,.06);
      transform: translateY(0);
      animation: cellGlow 5.2s ease-in-out infinite;
    }
    .mcell:nth-child(1){animation-delay:.1s}
    .mcell:nth-child(2){animation-delay:.3s}
    .mcell:nth-child(3){animation-delay:.6s}
    .mcell:nth-child(4){animation-delay:.2s}
    .mcell:nth-child(5){animation-delay:.4s}
    .mcell:nth-child(6){animation-delay:.8s}
    @keyframes cellGlow{
      0%,100%{transform: translateY(0); filter:saturate(1)}
      50%{transform: translateY(-3px); filter:saturate(1.2)}
    }

    .two-col{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .mini-panel{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:16px;
    }
    .mini-panel-title{font-weight:950; margin-bottom:12px}
    .check-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px}
    .check-list li{display:flex; gap:10px; align-items:flex-start; color: rgba(31,36,48,.80); font-weight:700}
    .check-icon{
      width:18px; height:18px; border-radius:6px;
      background: linear-gradient(135deg, rgba(43,124,255,.16), rgba(0,184,169,.12));
      border:1px solid rgba(43,124,255,.22);
      margin-top:2px;
      position:relative;
      flex:0 0 auto;
    }
    .check-icon:after{
      content:"";
      position:absolute; left:5px; top:4px;
      width:7px; height:4px;
      border-left:2px solid rgba(43,124,255,.95);
      border-bottom:2px solid rgba(43,124,255,.95);
      transform: rotate(-45deg);
    }
    .compact li{font-weight:750}

    .network-strip{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 18px 60px rgba(18,35,61,.06);
      padding:16px;
    }
    .strip-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:14px}
    .network-title{font-weight:980; font-size:18px}
    .network-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .network-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
      display:flex; flex-direction:column; gap:8px;
    }
    .network-num{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      background: linear-gradient(135deg, rgba(43,124,255,.14), rgba(0,184,169,.10));
      border:1px solid rgba(43,124,255,.20);
    }
    .network-text{font-weight:950}
    .network-sub{color:var(--muted); font-size:12.6px; line-height:1.35}

    .process-steps{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .process-col{display:flex; flex-direction:column; gap:12px}
    .process-item{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:14px 14px;
      display:flex; gap:12px; align-items:flex-start;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .process-item:hover{transform: translateY(-2px); box-shadow: 0 22px 70px rgba(18,35,61,.10)}
    .process-dot{
      width:14px; height:14px; border-radius:50%;
      margin-top:4px;
      background: linear-gradient(135deg, var(--brand1), var(--brand2), var(--brand3));
      box-shadow: 0 14px 30px rgba(43,124,255,.18);
      flex:0 0 auto;
    }
    .process-title{font-weight:980; margin-bottom:6px}
    .process-desc{color: rgba(31,36,48,.76); line-height:1.7; font-weight:650}

    .process-cta{
      margin-top:16px;
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      box-shadow: 0 18px 60px rgba(18,35,61,.06);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .cta-title{font-weight:980; font-size:18px}
    .cta-sub{color: rgba(31,36,48,.76); margin-top:6px; line-height:1.6; font-weight:650}

    .compare-top{display:grid; grid-template-columns: 360px 1fr; gap:14px; align-items:start}
    .rating-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .rating-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(circle at 20% 10%, rgba(43,124,255,.22), transparent 55%),
                  radial-gradient(circle at 90% 60%, rgba(0,184,169,.18), transparent 55%);
      pointer-events:none;
    }
    .rating-card > *{position:relative; z-index:1}
    .rating-head{display:flex; flex-direction:column; gap:10px}
    .rating-stars{color: rgba(245,158,11,.95); font-size:18px; letter-spacing:2px}
    .rating-label{font-weight:950; color: rgba(31,36,48,.88)}
    .rating-score{margin-top:14px; padding-top:14px; border-top:1px solid rgba(20,28,40,.10)}
    .score-number{
      font-size:44px; font-weight:1000; letter-spacing:-1px;
      background: linear-gradient(135deg, rgba(43,124,255,.95), rgba(106,92,255,.95), rgba(0,184,169,.95));
      -webkit-background-clip:text; background-clip:text; color:transparent;
      line-height:1;
    }
    .score-text{margin-top:6px; color: rgba(31,36,48,.74); font-weight:800}
    .rating-foot{margin-top:12px; color:var(--muted); line-height:1.6; font-weight:650; font-size:13px}

    .compare-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .compare-title{font-weight:1000; font-size:18px; margin-bottom:12px}
    .table-wrap{overflow:auto; border-radius:16px; border:1px solid rgba(20,28,40,.10); background: rgba(255,255,255,.72)}
    table{width:100%; border-collapse:collapse; min-width:680px}
    th, td{padding:12px 12px; border-bottom:1px solid rgba(20,28,40,.08); text-align:left}
    th{font-size:13.5px; color: rgba(31,36,48,.86); background: rgba(247,249,255,.8); font-weight:950}
    td{font-weight:750; color: rgba(31,36,48,.84); font-size:14px}
    tr:last-child td{border-bottom:none}
    .good{color: rgba(16,185,129,.95)}
    .muted{color: rgba(90,100,118,.95)}
    .compare-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:14px; justify-content:flex-start}

    .compare-bottom{
      margin-top:14px;
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
    }
    .impact-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .impact-title{font-weight:1000; font-size:18px; margin-bottom:12px}
    .impact-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
    .impact-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
    }
    .impact-icon{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.12), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
      color: rgba(31,36,48,.88);
      margin-bottom:10px;
    }
    .impact-text{font-weight:1000}
    .impact-sub{color:var(--muted); margin-top:6px; line-height:1.5; font-weight:650; font-size:12.8px}

    .timeline-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      display:flex; flex-direction:column;
    }
    .timeline-title{font-weight:1000; font-size:18px; margin-bottom:12px}
    .timeline{display:flex; flex-direction:column; gap:12px}
    .titem{display:flex; gap:12px}
    .tdate{
      width:74px; flex:0 0 auto;
      padding:8px 10px; border-radius:14px;
      border:1px solid rgba(43,124,255,.22);
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.08));
      font-weight:980; color: rgba(31,36,48,.88);
      text-align:center;
      height: fit-content;
      margin-top:2px;
    }
    .tname{font-weight:1000; margin-bottom:6px}
    .tdesc{color: var(--muted); line-height:1.6; font-weight:650; font-size:13.2px}
    .timeline-foot{margin-top:auto; padding-top:12px; border-top:1px solid rgba(20,28,40,.08); display:flex; align-items:center; gap:10px; flex-wrap:wrap}

    .token-layout{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; align-items:start}
    .token-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .token-title{font-weight:1000; font-size:18px}
    .token-sub{color:var(--muted); margin-top:8px; line-height:1.6; font-weight:650; font-size:13.2px; margin-bottom:14px}
    .token-table-wrap{overflow:auto; border-radius:16px; border:1px solid rgba(20,28,40,.10); background: rgba(255,255,255,.72)}
    .token-table{min-width:720px}
    .token-table th{background: rgba(247,249,255,.82)}
    .price-chip{
      display:inline-flex; align-items:center; padding:7px 10px; border-radius:999px;
      background: rgba(245,158,11,.10);
      border:1px solid rgba(245,158,11,.25);
      color: rgba(179,98,0,.95);
      font-weight:900;
      white-space:nowrap;
    }
    .price-good{
      background: rgba(16,185,129,.10);
      border-color: rgba(16,185,129,.25);
      color: rgba(10,120,80,.98);
    }
    .token-actions{display:flex; flex-direction:column; gap:10px; margin-top:14px}

    .token-side{display:flex; flex-direction:column; gap:14px}
    .token-side-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .side-kicker{font-weight:950; color: rgba(43,124,255,.92); margin-bottom:8px; font-size:13px}
    .side-title{font-weight:1000; font-size:18px; margin-bottom:10px}
    .who-grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
    .who-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
    }
    .who-title{font-weight:1000}
    .who-desc{color:var(--muted); margin-top:6px; line-height:1.5; font-weight:650; font-size:12.8px}
    .token-side-card a{font-weight:900}

    .training-layout{display:grid; grid-template-columns: 1fr 1.1fr; gap:14px; align-items:start}
    .training-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .training-title{font-weight:1000; font-size:18px; margin-bottom:12px}
    .training-grid{display:flex; flex-wrap:wrap; gap:10px}
    .train-pill{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      font-weight:900;
      color: rgba(31,36,48,.86);
    }
    .training-note{margin-top:12px; color:var(--muted); line-height:1.7; font-weight:650}
    .training-cta{margin-top:14px; display:flex; flex-wrap:wrap; gap:12px}
    .training-right{display:flex; flex-direction:column; gap:14px}
    .training-quote{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .training-quote:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(circle at 15% 15%, rgba(43,124,255,.20), transparent 55%),
                  radial-gradient(circle at 90% 65%, rgba(106,92,255,.15), transparent 55%);
      pointer-events:none;
    }
    .training-quote > *{position:relative; z-index:1}
    .training-quote-text{font-weight:900; color: rgba(31,36,48,.82); line-height:1.7}
    .training-quote-author{margin-top:10px; color:var(--muted); font-weight:750; font-size:13px}
    .training-benefits{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .benefit-row{display:flex; gap:12px; align-items:flex-start; padding:10px 0}
    .benefit-row + .benefit-row{border-top:1px solid rgba(20,28,40,.08)}
    .benefit-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.12), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
      color: rgba(31,36,48,.88);
      flex:0 0 auto;
    }
    .benefit-title{font-weight:1000; margin-bottom:6px}
    .benefit-desc{color:var(--muted); line-height:1.6; font-weight:650}
    .training-bottom{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      display:flex; flex-direction:column; gap:12px;
    }
    .tag-cloud{display:flex; flex-wrap:wrap; gap:10px}
    .tag-cloud .tag{background: rgba(255,255,255,.72)}

    .case-grid{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .case-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      overflow:hidden;
      display:flex; flex-direction:column;
      min-height: 360px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .case-card:hover{transform: translateY(-3px); border-color: rgba(43,124,255,.22); box-shadow: 0 26px 80px rgba(18,35,61,.14)}
    .case-media{
      background: linear-gradient(135deg, rgba(43,124,255,.10), rgba(106,92,255,.08));
      border-bottom:1px solid rgba(20,28,40,.08);
    }
    .case-media img{width:100%; aspect-ratio: 16/10; object-fit: cover}
    .case-body{padding:16px; display:flex; flex-direction:column; gap:10px; flex:1}
    .case-top{display:flex; gap:10px; align-items:center}
    .case-type{
      font-weight:950;
      color: rgba(43,124,255,.92);
      font-size:13px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(43,124,255,.20);
      background: rgba(255,255,255,.70);
      width:max-content;
    }
    .case-pill{
      font-weight:900;
      font-size:12.5px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      color: rgba(31,36,48,.82);
      width:max-content;
    }
    .case-title{margin:0; font-size:16px; font-weight:1000; letter-spacing:-.2px}
    .case-desc{margin:0; color: rgba(31,36,48,.76); line-height:1.7; font-weight:650}
    .case-link{
      margin-top:auto;
      display:inline-flex; align-items:center;
      font-weight:1000;
      color: rgba(31,36,48,.92);
      padding-bottom:2px;
      border-bottom:1px solid rgba(43,124,255,.25);
      width:max-content;
    }
    .case-link:hover{border-bottom-color: rgba(43,124,255,.6)}
    .case-foot{
      margin-top:14px;
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .foot-title{font-weight:1000; font-size:18px}
    .foot-desc{color:var(--muted); margin-top:6px; line-height:1.6; font-weight:650}
    .case-foot-right{display:flex; gap:12px; flex-wrap:wrap}

    .article-layout{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px}
    .article-grid{
      display:flex; flex-direction:column; gap:10px;
    }
    .article-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .article-item:hover{transform: translateY(-2px); border-color: rgba(43,124,255,.22); box-shadow: 0 26px 80px rgba(18,35,61,.12)}
    .article-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2), var(--brand3));
      box-shadow: 0 14px 30px rgba(43,124,255,.18);
      flex:0 0 auto;
    }
    .article-text{flex:1; min-width:0}
    .article-title{font-weight:1000; margin-bottom:6px}
    .article-desc{color:var(--muted); line-height:1.55; font-weight:650; font-size:13.2px}
    .article-more{font-weight:1000; color: rgba(43,124,255,.95); padding:8px 10px; border-radius:999px; border:1px solid rgba(43,124,255,.18); background: rgba(255,255,255,.70)}
    .article-aside{display:flex; flex-direction:column; gap:14px}
    .aside-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:16px;
    }
    .aside-card-soft{background: rgba(255,255,255,.65)}
    .aside-title{font-weight:1000; font-size:16px; margin-bottom:12px}
    .aside-links{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:12px}
    .aside-link{
      border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      padding:9px 12px;
      font-weight:900;
      color: rgba(31,36,48,.86);
      transition: transform .15s ease, border-color .15s ease;
    }
    .aside-link:hover{transform: translateY(-1px); border-color: rgba(43,124,255,.22)}
    .aside-note-title{font-weight:1000}
    .aside-note-text{color:var(--muted); margin-top:6px; line-height:1.6; font-weight:650; font-size:13.2px}

    .news-list{display:flex; flex-direction:column; gap:10px}
    .news-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      padding:12px;
    }
    .news-date{font-weight:1000; color: rgba(43,124,255,.92); font-size:12.8px}
    .news-title{font-weight:1000; margin-top:8px}
    .news-desc{color:var(--muted); margin-top:6px; line-height:1.6; font-weight:650; font-size:13.2px}

    .form-layout{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:start}
    .form-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .form-head{margin-bottom:14px}
    .form-title{font-weight:1000; font-size:18px}
    .form-sub{color:var(--muted); margin-top:6px; font-weight:650; line-height:1.6; font-size:13.2px}
    .form-grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
    .field{display:flex; flex-direction:column; gap:8px}
    .field-full{grid-column:1 / -1}
    .label-text{font-weight:900; font-size:13.2px; color: rgba(31,36,48,.86)}
    .input, .textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,28,40,.12);
      background: rgba(255,255,255,.85);
      color: var(--text);
      outline:none;
      font-weight:700;
      transition: border-color .15s ease, box-shadow .15s ease;
    }
    .textarea{resize:vertical; min-height:118px; max-height:260px}
    .input:focus, .textarea:focus{
      border-color: rgba(43,124,255,.35);
      box-shadow: 0 0 0 4px rgba(43,124,255,.14);
    }
    .form-foot{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .form-foot-note{color:var(--muted); font-size:13.2px; font-weight:650; line-height:1.55}
    .consent{margin-top:12px; padding-top:12px; border-top:1px solid rgba(20,28,40,.08)}
    .check{display:flex; gap:10px; align-items:flex-start; color: rgba(31,36,48,.78); font-weight:700}
    .check input{margin-top:3px; width:18px; height:18px}

    .form-side{display:flex; flex-direction:column; gap:14px}
    .side-banner{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .side-banner:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(circle at 10% 10%, rgba(43,124,255,.18), transparent 55%),
                  radial-gradient(circle at 90% 70%, rgba(0,184,169,.14), transparent 55%);
      pointer-events:none;
    }
    .side-banner > *{position:relative; z-index:1}
    .side-banner-kicker{font-weight:950; color: rgba(43,124,255,.92); margin-bottom:8px; font-size:13px}
    .side-banner-title{margin:0; font-weight:1000; font-size:18px; letter-spacing:-.25px}
    .side-banner-text{margin-top:10px; color: rgba(31,36,48,.76); line-height:1.75; font-weight:650}
    .intro-bullets{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .intro-item{display:flex; gap:10px; align-items:center; font-weight:900; color: rgba(31,36,48,.86)}
    .bullet-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2), var(--brand3));
      box-shadow: 0 14px 30px rgba(43,124,255,.18);
      flex:0 0 auto;
    }

    .price-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .price-title{font-weight:1000; font-size:16px; margin-bottom:12px}
    .price-choices{display:flex; flex-direction:column; gap:10px}
    .choice-item{
      display:flex; gap:12px; align-items:flex-start;
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .choice-item:hover{transform: translateY(-2px); border-color: rgba(43,124,255,.22); box-shadow: 0 26px 80px rgba(18,35,61,.10)}
    .choice-num{
      width:40px; height:40px; border-radius:16px;
      background: linear-gradient(135deg, rgba(43,124,255,.14), rgba(106,92,255,.10));
      border:1px solid rgba(43,124,255,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .choice-name{font-weight:1000}
    .choice-desc{color:var(--muted); margin-top:6px; line-height:1.5; font-weight:650; font-size:12.8px}

    .faq-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
    .faq-col{display:flex; flex-direction:column; gap:10px}
    .faq-item{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      text-align:left;
      padding:14px 14px;
      background: transparent;
      border:none;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      font-weight:1000;
      color: rgba(31,36,48,.92);
      font-size:14.8px;
    }
    .faq-icon{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      position:relative;
      flex:0 0 auto;
      transition: transform .2s ease, border-color .2s ease;
    }
    .faq-icon:before, .faq-icon:after{
      content:""; position:absolute; left:50%; top:50%;
      width:14px; height:2px;
      background: rgba(31,36,48,.82);
      border-radius:2px;
      transform: translate(-50%,-50%);
      transition: transform .2s ease, opacity .2s ease;
    }
    .faq-icon:after{transform: translate(-50%,-50%) rotate(90deg)}
    .faq-item[data-open="true"] .faq-icon:after{opacity:0}
    .faq-a{
      padding:0 14px 14px;
      color: rgba(31,36,48,.76);
      line-height:1.75;
      font-weight:650;
      font-size:13.8px;
    }
    .faq-more{margin-top:14px}
    .faq-more-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .faq-more-title{font-weight:1000; font-size:18px}
    .faq-more-desc{color:var(--muted); margin-top:8px; line-height:1.6; font-weight:650}
    .faq-more-actions{display:flex; gap:12px; flex-wrap:wrap}

    .wiki-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .wiki-item{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 44px rgba(18,35,61,.06);
      padding:16px;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .wiki-item:hover{transform: translateY(-2px); border-color: rgba(43,124,255,.22); box-shadow: 0 26px 80px rgba(18,35,61,.10)}
    .wiki-title{font-weight:1000; margin-bottom:10px}
    .wiki-desc{color: rgba(31,36,48,.76); line-height:1.7; font-weight:650}

    .contact-grid{display:grid; grid-template-columns: 1fr 360px; gap:14px; align-items:start}
    .contact-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .contact-card-soft{background: rgba(255,255,255,.62)}
    .contact-title{font-weight:1000; font-size:18px; margin-bottom:10px}
    .contact-list{display:flex; flex-direction:column; gap:10px}
    .contact-row{display:flex; justify-content:space-between; gap:12px; align-items:flex-start; border-bottom:1px solid rgba(20,28,40,.08); padding-bottom:10px}
    .contact-row:last-child{border-bottom:none; padding-bottom:0}
    .contact-label{color:var(--muted); font-weight:800; width:120px}
    .contact-value a{color: rgba(43,124,255,.95); font-weight:900}
    .contact-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}
    .qr-wrap{
      display:flex; align-items:center; justify-content:flex-start;
      padding:12px;
      border-radius:18px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.80);
      margin-top:12px;
    }
    .qr-img{width:180px}
    .qr-note{color:var(--muted); margin-top:10px; line-height:1.7; font-weight:650}
    .contact-fast{margin-top:14px; display:flex; gap:10px; align-items:center; flex-wrap:wrap}

    .help-net{
      margin-top:14px;
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .help-head{display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:14px}
    .help-title{font-weight:1000; font-size:18px}
    .help-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px}
    .help-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
    }
    .help-item-title{font-weight:1000; margin-bottom:8px}
    .help-item-desc{color:var(--muted); line-height:1.6; font-weight:650; font-size:13.2px}

    .links-strip{
      margin-top:14px;
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:16px;
    }
    .links-head{font-weight:1000; font-size:16px; margin-bottom:10px}
    .links-list{display:flex; flex-wrap:wrap; gap:10px}
    .links-list a{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      font-weight:900;
      color: rgba(31,36,48,.86);
      transition: transform .15s ease, border-color .15s ease;
    }
    .links-list a:hover{transform: translateY(-1px); border-color: rgba(43,124,255,.22)}

    .join-layout{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start}
    .join-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .join-title{font-weight:1000; font-size:18px; margin-bottom:12px}
    .join-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px}
    .join-item{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
      display:flex; gap:12px; align-items:flex-start;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .join-item:hover{transform: translateY(-2px); border-color: rgba(43,124,255,.22); box-shadow: 0 26px 80px rgba(18,35,61,.10)}
    .join-icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.12), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
      color: rgba(31,36,48,.88);
      flex:0 0 auto;
    }
    .join-name{font-weight:1000; margin-bottom:6px}
    .join-sub{color:var(--muted); line-height:1.55; font-weight:650; font-size:13.2px}
    .join-cta{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}

    .join-side{display:flex; flex-direction:column; gap:14px}
    .join-side-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 18px 60px rgba(18,35,61,.08);
      padding:18px;
    }
    .join-side-card-soft{background: rgba(255,255,255,.62)}
    .join-side-title{font-weight:1000; font-size:16px; margin-bottom:12px}
    .join-side-foot{margin-top:12px; display:flex; gap:10px; align-items:center; flex-wrap:wrap}
    .join-shortlinks{display:flex; flex-direction:column; gap:10px; margin:10px 0 14px}
    .shortlink{
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.70);
      padding:12px;
      font-weight:1000;
      color: rgba(31,36,48,.88);
      transition: transform .2s ease, border-color .2s ease;
    }
    .shortlink:hover{transform: translateY(-2px); border-color: rgba(43,124,255,.22)}

    .site-footer{
      background: linear-gradient(180deg, #0e1726 0%, #0b1220 100%);
      color:#e7edf7;
      border-top:1px solid rgba(255,255,255,.10);
      padding:30px 0 26px;
      margin-top:10px;
    }
    .footer-inner{padding:0 0}
    .footer-top{
      display:grid; grid-template-columns: 1.2fr .9fr .9fr;
      gap:18px;
      align-items:start;
      padding-bottom:18px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{display:flex; gap:12px; align-items:flex-start}
    .footer-logo .ai-page-logo{width:48px}
    .footer-name{font-weight:1000; font-size:16px}
    .footer-desc{color: rgba(231,237,247,.78); margin-top:8px; line-height:1.7; font-weight:650}
    .footer-links{display:flex; flex-wrap:wrap; gap:10px}
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color:#e7edf7;
      font-weight:900;
      font-size:13px;
      transition: transform .15s ease, border-color .15s ease;
    }
    .footer-links a:hover{transform: translateY(-1px); border-color: rgba(43,124,255,.45)}
    .footer-contact-title{font-weight:1000; margin-bottom:10px}
    .footer-contact-line{color: rgba(231,237,247,.82); margin-top:8px; line-height:1.55; font-weight:650}
    .footer-contact-line a{color:#cfe0ff; font-weight:1000; border-bottom:1px solid rgba(207,224,255,.25)}
    .footer-contact-line a:hover{border-bottom-color: rgba(207,224,255,.55)}
    .footer-contact-k{color: rgba(231,237,247,.72)}
    .footer-social{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
    .social-pill{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color:#e7edf7;
      font-weight:1000;
      font-size:13px;
    }
    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding-top:16px;
      color: rgba(231,237,247,.78);
      font-weight:650;
      font-size:13px;
    }
    .footer-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
    .ai-page-home-link{
      color:#e7edf7;
      border-bottom:1px solid rgba(231,237,247,.25);
      padding-bottom:2px;
      font-weight:1000;
    }
    .ai-page-home-link:hover{border-bottom-color: rgba(43,124,255,.55)}

    .to-top{
      position:fixed;
      right:16px; bottom:88px;
      width:46px; height:46px;
      border-radius:16px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.86);
      backdrop-filter: blur(8px);
      box-shadow: 0 18px 60px rgba(18,35,61,.14);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      color: rgba(31,36,48,.92);
      transition: transform .15s ease, opacity .2s ease;
      opacity:0;
      pointer-events:none;
      z-index:60;
    }
    .to-top.show{opacity:1; pointer-events:auto}
    .to-top span{font-weight:1000}
    .to-top-text{display:none}

    .float-help{
      position:fixed;
      right:16px; bottom:28px;
      z-index:60;
      width:auto;
      border-radius:999px;
      padding:12px 14px;
      border:1px solid rgba(20,28,40,.10);
      background: rgba(255,255,255,.90);
      backdrop-filter: blur(8px);
      box-shadow: 0 18px 60px rgba(18,35,61,.16);
      display:flex; align-items:center; gap:10px;
      font-weight:1000;
      color: rgba(31,36,48,.92);
      transition: transform .15s ease;
    }
    .float-help:hover{transform: translateY(-2px)}
    .float-help-icon{
      width:36px; height:36px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(43,124,255,.12), rgba(0,184,169,.08));
      border:1px solid rgba(43,124,255,.18);
    }
    .float-help-text{font-size:13.8px}

    .reveal{
      opacity:0;
      transform: translateY(14px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.show{
      opacity:1; transform: translateY(0);
    }

    @media (max-width: 980px){
      .nav-desktop{display:none}
      .mobile-menu-btn{display:flex}
      .mobile-nav-wrap{
        display:block;
        position:fixed; inset:0;
        background: rgba(10,16,28,.40);
        z-index:80;
      }
      .mobile-nav{
        background: rgba(255,255,255,.96);
        border-top-left-radius:22px;
        border-top-right-radius:22px;
        border:1px solid rgba(255,255,255,.35);
        padding:14px 14px 18px;
        position:absolute; left:0; right:0; bottom:0;
        max-height: 86vh;
        overflow:auto;
      }
      .mobile-nav-head{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px}
      .mobile-nav-title{font-weight:1000}
      .mobile-nav-grid{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
      .mobile-nav-link{
        border-radius:16px;
        border:1px solid rgba(20,28,40,.10);
        background: rgba(255,255,255,.72);
        padding:12px;
        font-weight:1000;
        font-size:13.8px;
      }
      .mobile-nav-foot{margin-top:14px; display:flex; flex-direction:column; gap:10px}
      .mobile-linkbar{margin-top:6px}
      .hero-inner{grid-template-columns: 1fr; gap:14px}
      .hero-title{font-size:32px}
      .hero-mini{grid-template-columns: 1fr}
      .solution-layout{grid-template-columns: 1fr}
      .solution-sidebar{position:relative; top:auto}
      .service-grid{grid-template-columns: 1fr 1fr}
      .steps-grid{grid-template-columns: 1fr 1fr}
      .three-cards{grid-template-columns: 1fr}
      .compare-top{grid-template-columns: 1fr}
      .compare-bottom{grid-template-columns: 1fr}
      .token-layout{grid-template-columns: 1fr}
      .training-layout{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr 1fr}
      .article-layout{grid-template-columns: 1fr}
      .form-layout{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr 1fr}
      .network-grid{grid-template-columns: 1fr 1fr}
      .join-layout{grid-template-columns: 1fr}
      .footer-top{grid-template-columns: 1fr}
      .to-top-text{display:none}
      .to-top{right:12px}
      .float-help{right:12px}
    }

    @media (max-width: 520px){
      .container{padding:0 16px}
      .hero-title{font-size:28px}
      .service-grid{grid-template-columns: 1fr}
      .steps-grid{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .two-col{grid-template-columns: 1fr}
      .network-grid{grid-template-columns: 1fr}
      table{min-width:600px}
      .mobile-nav-grid{grid-template-columns: 1fr}
      .form-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .impact-grid{grid-template-columns: 1fr}
      .faq-col{gap:10px}
    }