:root{
      --bg:#fbf7ff;
      --surface:#ffffff;
      --text:#1f2430;
      --muted:#5a6376;
      --muted2:#7b8499;
      --border:rgba(24,30,46,.10);
      --shadow:0 10px 30px rgba(16,24,40,.10);
      --shadow2:0 8px 20px rgba(16,24,40,.08);
      --primary:#2c5bff;
      --primary2:#7a5cff;
      --accent:#00b3a4;
      --accent2:#ff6b7a;
      --soft:rgba(44,91,255,.10);
      --soft2:rgba(122,92,255,.10);
      --soft3:rgba(0,179,164,.10);
      --radius:18px;
      --radius2:14px;
      --container:1120px;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
      background:
        radial-gradient(1000px 600px at 10% -10%, rgba(44,91,255,.14), transparent 60%),
        radial-gradient(900px 540px at 90% 10%, rgba(122,92,255,.12), transparent 62%),
        radial-gradient(900px 700px at 40% 110%, rgba(0,179,164,.10), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 70%, #ffffff 130%);
      color:var(--text);
      overflow-x:hidden;
    }

    .skip-link{
      position:absolute; left:12px; top:-60px;
      padding:10px 12px; background:var(--text); color:#fff; border-radius:10px;
      z-index:9999; transition:top .2s ease;
    }
    .skip-link:focus{top:12px}

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

    .sr-only{
      position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
    }

    .muted{color:var(--muted)}
    .mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

    .site-header{
      position:sticky; top:0; z-index:50;
      background:rgba(255,255,255,.75);
      backdrop-filter:saturate(140%) blur(10px);
      border-bottom:1px solid rgba(20,25,38,.08);
    }
    .header-inner{
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand-link{display:inline-flex; align-items:center; text-decoration:none}
    .ai-page-logo{display:block; width:120px; border-radius:12px}

    .nav-desktop{
      display:flex; gap:18px; align-items:center;
      flex:1; justify-content:center;
      flex-wrap:nowrap;
    }
    .nav-link{
      text-decoration:none; color:rgba(31,36,48,.86);
      font-weight:650; font-size:14px;
      padding:10px 10px; border-radius:12px;
      transition:background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .nav-link:hover{
      background:rgba(44,91,255,.08);
      color:var(--primary);
      transform:translateY(-1px);
    }

    .header-actions{display:flex; align-items:center; gap:10px; justify-content:flex-end}
    .nav-toggle{
      display:none;
      width:44px; height:44px; border-radius:14px;
      border:1px solid rgba(20,25,38,.12);
      background:rgba(255,255,255,.7);
      cursor:pointer;
      transition:transform .15s ease, background .15s ease;
    }
    .nav-toggle:active{transform:scale(.98)}
    .hamburger{
      width:18px; height:12px; margin:0 auto; position:relative; display:block;
    }
    .hamburger::before,.hamburger::after,.hamburger{
      background:transparent;
    }
    .hamburger::before, .hamburger::after{
      content:""; position:absolute; left:0; right:0; height:2px;
      background:rgba(31,36,48,.85); border-radius:999px;
      transition:transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .hamburger::before{top:0}
    .hamburger::after{top:10px}

    .top-banner{
      padding:10px 0;
      background:linear-gradient(90deg, rgba(44,91,255,.08), rgba(122,92,255,.08), rgba(0,179,164,.08));
      border-bottom:1px solid rgba(20,25,38,.06);
    }
    .banner-inner{display:flex; align-items:center; justify-content:space-between; gap:14px}
    .banner-left{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
    .banner-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .banner-sep{color:rgba(31,36,48,.25)}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(20,25,38,.08);
      padding:8px 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      color:rgba(31,36,48,.88);
    }
    .dot{
      width:9px; height:9px; border-radius:50%;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow:0 0 0 3px rgba(44,91,255,.12);
    }
    .banner-note{font-size:13px; font-weight:650; color:rgba(31,36,48,.78)}
    .text-link{
      color:var(--primary);
      font-weight:750;
      text-decoration:none;
      border-radius:10px;
      padding:6px 10px;
      transition:background .2s ease, transform .2s ease;
      display:inline-block;
    }
    .text-link:hover{
      background:rgba(44,91,255,.10);
      transform:translateY(-1px);
    }

    .hero{
      padding:34px 0 10px;
    }
    .hero-inner{
      display:grid; grid-template-columns: 1.05fr .95fr; gap:22px;
      align-items:start;
    }
    .hero-copy{
      padding:16px 0 6px;
    }
    .hero-kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
      color:rgba(31,36,48,.76);
      font-weight:750; font-size:13px;
    }
    .kicker-icon{
      width:14px; height:14px; border-radius:5px;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow:0 10px 20px rgba(44,91,255,.18);
    }

    .hero-title{
      margin:12px 0 0;
      font-size:40px;
      letter-spacing:-.02em;
      line-height:1.1;
    }
    .hero-sub{
      margin:12px 0 0;
      color:rgba(31,36,48,.78);
      font-size:16px;
      line-height:1.7;
      max-width:56ch;
    }

    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap; margin-top:18px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:12px 16px;
      border-radius:14px;
      border:1px solid rgba(20,25,38,.12);
      cursor:pointer;
      text-decoration:none;
      font-weight:800;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform:scale(.99)}
    .btn-primary{
      background:linear-gradient(135deg, var(--primary) 0%, var(--primary2) 100%);
      color:#fff;
      border-color:rgba(44,91,255,.35);
      box-shadow:0 18px 35px rgba(44,91,255,.22);
    }
    .btn-primary:hover{transform:translateY(-2px); box-shadow:0 22px 46px rgba(44,91,255,.26)}
    .btn-soft{
      background:rgba(44,91,255,.08);
      border-color:rgba(44,91,255,.25);
      color:rgba(31,36,48,.95);
    }
    .btn-soft:hover{background:rgba(44,91,255,.12); transform:translateY(-2px)}
    .btn-ghost{
      background:rgba(255,255,255,.78);
      border-color:rgba(20,25,38,.12);
      color:rgba(31,36,48,.92);
    }
    .btn-ghost:hover{background:rgba(255,255,255,.95); transform:translateY(-2px)}
    .btn-lg{padding:14px 18px; border-radius:16px}
    .btn-full{width:100%}

    .hero-mini{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:12px; margin-top:18px;
    }
    .mini-item{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.08);
      border-radius:16px;
      padding:14px 14px;
      box-shadow:0 12px 26px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:86px;
    }
    .mini-item:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 40px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.22);
    }
    .mini-top{display:flex; align-items:center; gap:10px}
    .mini-icon{
      width:28px; height:28px; border-radius:11px;
      background:linear-gradient(135deg, rgba(44,91,255,.18), rgba(122,92,255,.18));
      border:1px solid rgba(44,91,255,.22);
    }
    .icon-1{background:linear-gradient(135deg, rgba(44,91,255,.20), rgba(122,92,255,.20))}
    .icon-2{background:linear-gradient(135deg, rgba(122,92,255,.20), rgba(0,179,164,.20))}
    .icon-3{background:linear-gradient(135deg, rgba(0,179,164,.20), rgba(255,107,122,.18))}
    .mini-title{font-weight:900; font-size:14px}
    .mini-text{margin-top:8px; color:rgba(31,36,48,.72); font-size:13px; font-weight:650}

    .hero-right{position:relative}
    .data-stack{
      display:flex; flex-direction:column; gap:14px;
    }

    .data-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:var(--radius);
      box-shadow:var(--shadow2);
      padding:16px 16px;
      overflow:hidden;
      position:relative;
      transform:translateY(0);
    }
    .data-card::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(500px 240px at 20% 0%, rgba(44,91,255,.16), transparent 55%),
        radial-gradient(400px 220px at 90% 30%, rgba(122,92,255,.14), transparent 60%),
        radial-gradient(420px 240px at 60% 120%, rgba(0,179,164,.10), transparent 55%);
      pointer-events:none;
      opacity:.8;
    }
    .data-card > *{position:relative}
    .data-card.alt{
      background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.70));
    }

    .data-header{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .data-badge{
      font-weight:900;
      background:rgba(44,91,255,.10);
      border:1px solid rgba(44,91,255,.18);
      color:rgba(31,36,48,.94);
      padding:8px 10px;
      border-radius:999px;
      font-size:13px;
    }
    .data-status{color:rgba(31,36,48,.72); font-weight:750; font-size:13px}
    .data-grid{
      display:grid; grid-template-columns: repeat(2, 1fr);
      gap:12px;
      margin:8px 0 12px;
    }
    .data-item{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.08);
      border-radius:16px;
      padding:12px 12px;
      min-height:64px;
      display:flex; flex-direction:column; justify-content:center;
    }
    .data-num{
      font-weight:950;
      font-size:22px;
      letter-spacing:-.02em;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      filter:saturate(110%);
    }
    .data-label{margin-top:4px; font-weight:800; color:rgba(31,36,48,.78); font-size:13px}
    .data-foot{display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}
    .mini-link{color:var(--primary); font-weight:900; text-decoration:none; padding:6px 10px; border-radius:12px; background:rgba(44,91,255,.08); border:1px solid rgba(44,91,255,.16)}
    .mini-link:hover{transform:translateY(-1px); background:rgba(44,91,255,.12)}

    .alt-top{margin-bottom:10px}
    .alt-title{font-weight:950; font-size:16px}
    .alt-sub{margin-top:6px; color:rgba(31,36,48,.72); font-weight:700; font-size:13px; line-height:1.5}
    .quick-form .row{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
    .field{display:block; margin:10px 0 0}
    .field-label{display:block; font-size:12px; font-weight:900; color:rgba(31,36,48,.72); margin:0 0 6px}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,25,38,.14);
      background:rgba(255,255,255,.86);
      color:rgba(31,36,48,.94);
      outline:none;
      font-weight:700;
      transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
      -webkit-appearance:none;
      appearance:none;
    }
    textarea{resize:vertical; min-height:92px}
    input::placeholder, textarea::placeholder{color:rgba(90,99,118,.70); font-weight:650}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(44,91,255,.42);
      box-shadow:0 0 0 4px rgba(44,91,255,.12);
      background:#fff;
    }
    .quick-form button{margin-top:12px}
    .form-hint{margin-top:10px; color:rgba(90,99,118,.78); font-size:12px; font-weight:650; line-height:1.5}

    .ticker{
      margin-top:12px;
      border-radius:18px;
      background:rgba(255,255,255,.65);
      border:1px solid rgba(20,25,38,.08);
      overflow:hidden;
      box-shadow:0 12px 26px rgba(16,24,40,.06);
    }
    .ticker-track{
      display:flex; gap:18px;
      padding:10px 12px;
      width:max-content;
      animation: marquee 18s linear infinite;
    }
    .ticker-item{
      font-weight:900;
      color:rgba(31,36,48,.78);
      font-size:13px;
      white-space:nowrap;
    }
    @keyframes marquee{
      0%{transform:translateX(0)}
      100%{transform:translateX(-50%)}
    }

    .section{padding:56px 0}
    .alt-bg{
      background:
        radial-gradient(900px 400px at 10% 0%, rgba(44,91,255,.12), transparent 60%),
        radial-gradient(900px 520px at 95% 20%, rgba(122,92,255,.10), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.74));
      border-top:1px solid rgba(20,25,38,.06);
      border-bottom:1px solid rgba(20,25,38,.06);
    }

    .section-head{max-width:820px}
    .h2{
      margin:0;
      font-size:30px;
      letter-spacing:-.02em;
    }
    .lead{
      margin:10px 0 0;
      color:rgba(31,36,48,.75);
      font-weight:720;
      line-height:1.75;
      font-size:16px;
    }

    .feature-grid{
      margin-top:22px;
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .feature-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(20,25,38,.10);
      border-radius:var(--radius2);
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:146px;
    }
    .feature-card:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 40px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.20);
    }
    .feature-icon{
      width:38px; height:38px; border-radius:16px;
      border:1px solid rgba(20,25,38,.10);
      background:linear-gradient(135deg, rgba(44,91,255,.20), rgba(122,92,255,.16));
      margin-bottom:10px;
      position:relative;
      overflow:hidden;
    }
    .feature-icon::after{
      content:""; position:absolute; inset:-40%;
      background:conic-gradient(from 200deg, rgba(44,91,255,.25), rgba(122,92,255,.22), rgba(0,179,164,.18), rgba(255,107,122,.18), rgba(44,91,255,.25));
      opacity:.5;
      animation: swirl 7s linear infinite;
    }
    @keyframes swirl{to{transform:rotate(360deg)}}
    .icon-a{background:linear-gradient(135deg, rgba(44,91,255,.22), rgba(122,92,255,.16))}
    .icon-b{background:linear-gradient(135deg, rgba(122,92,255,.18), rgba(0,179,164,.18))}
    .icon-c{background:linear-gradient(135deg, rgba(0,179,164,.18), rgba(44,91,255,.18))}
    .icon-d{background:linear-gradient(135deg, rgba(255,107,122,.16), rgba(122,92,255,.16))}

    .h3{margin:0; font-size:16px; letter-spacing:-.01em}
    .p{margin:10px 0 0; color:rgba(31,36,48,.72); line-height:1.7; font-weight:680; font-size:13.8px}

    .highlight-bar{
      margin-top:18px;
      background:linear-gradient(135deg, rgba(44,91,255,.08), rgba(122,92,255,.08), rgba(0,179,164,.06));
      border:1px solid rgba(20,25,38,.08);
      border-radius:20px;
      padding:16px 16px;
      display:flex; align-items:center; justify-content:space-between;
      gap:14px;
    }
    .highlight-title{font-weight:950; font-size:16px}
    .highlight-sub{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720}
    .highlight-right{display:flex; gap:10px; flex-wrap:wrap}

    .divider-row{display:flex; align-items:center; gap:12px; justify-content:center; margin:22px 0 8px}
    .divider-line{height:1px; flex:1; background:rgba(20,25,38,.10)}
    .divider-dot{width:10px; height:10px; border-radius:50%; background:linear-gradient(135deg, var(--primary), var(--primary2)); box-shadow:0 0 0 4px rgba(44,91,255,.14)}

    .text-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
    .chip{
      display:inline-flex; align-items:center;
      padding:10px 12px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(20,25,38,.10);
      border-radius:999px;
      font-weight:900;
      font-size:13px;
      color:rgba(31,36,48,.82);
    }
    .chip-soft{
      background:rgba(255,255,255,.66);
      border-color:rgba(20,25,38,.08);
      color:rgba(31,36,48,.80);
    }

    .service-cards{
      margin-top:18px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .svc-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:18px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:230px;
      display:flex; flex-direction:column;
    }
    .svc-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.20);
    }
    .svc-top{display:flex; flex-direction:column; gap:10px}
    .svc-tag{
      width:max-content;
      background:rgba(44,91,255,.10);
      border:1px solid rgba(44,91,255,.18);
      padding:8px 10px;
      border-radius:999px;
      font-weight:950;
      font-size:13px;
      color:rgba(31,36,48,.90);
    }
    .check-list{
      margin:12px 0 0;
      padding-left:18px;
      color:rgba(31,36,48,.76);
      font-weight:720;
      line-height:1.7;
      font-size:13.8px;
    }
    .svc-foot{margin-top:auto; padding-top:14px}
    .two-col{
      display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:start;
      margin-top:18px;
    }

    .timeline{
      background:rgba(255,255,255,.75);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .timeline-item{
      display:flex; gap:12px;
      padding:14px 0;
      border-bottom:1px dashed rgba(20,25,38,.10);
      align-items:flex-start;
    }
    .timeline-item:last-child{border-bottom:none}
    .tl-dot{
      width:14px; height:14px; border-radius:6px;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow:0 0 0 4px rgba(44,91,255,.12);
      margin-top:4px;
      flex:0 0 auto;
    }
    .tl-title{font-weight:950}
    .tl-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:700; line-height:1.65}

    .steps-card{
      background:linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.70));
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 18px 40px rgba(16,24,40,.08);
    }
    .steps-card-head{display:flex; justify-content:space-between; align-items:flex-start; gap:12px}
    .steps-title{font-weight:980; font-size:16px}
    .steps-sub{margin-top:8px; color:rgba(31,36,48,.72); font-weight:720; font-size:13px; line-height:1.5}
    .callout-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .callout{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .callout-icon{
      width:38px; height:38px; border-radius:16px;
      border:1px solid rgba(20,25,38,.10);
      background:linear-gradient(135deg, rgba(44,91,255,.16), rgba(122,92,255,.14));
      position:relative; overflow:hidden;
      flex:0 0 auto;
    }
    .callout-icon.icon-safe{background:linear-gradient(135deg, rgba(0,179,164,.14), rgba(44,91,255,.14))}
    .callout-icon.icon-deliver{background:linear-gradient(135deg, rgba(255,107,122,.14), rgba(122,92,255,.14))}
    .callout-icon.icon-qa{background:linear-gradient(135deg, rgba(44,91,255,.14), rgba(0,179,164,.14))}
    .callout-title{font-weight:950}
    .callout-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:700; line-height:1.6; font-size:13.5px}
    .steps-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

    .industry-grid{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .industry-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:18px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:180px;
      display:flex; flex-direction:column;
    }
    .industry-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.20);
    }
    .industry-tags{margin-top:auto; display:flex; flex-wrap:wrap; gap:10px; padding-top:12px}
    .cta-band{
      margin-top:18px;
      border-radius:20px;
      border:1px solid rgba(20,25,38,.10);
      background:linear-gradient(135deg, rgba(44,91,255,.10), rgba(122,92,255,.08), rgba(0,179,164,.07));
      padding:16px 16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .cta-band-title{font-weight:980; font-size:16px}
    .cta-band-sub{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720}

    .network-grid{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .network-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(20,25,38,.10);
      border-radius:18px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      min-height:140px;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .network-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.18);
    }
    .net-title{font-weight:980}
    .net-text{margin-top:8px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.7; font-size:13.8px}

    .banner-links{
      margin-top:18px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      padding:14px 14px;
      border-radius:20px;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.72);
    }
    .banner-links-left{font-weight:900}
    .links-row{display:flex; gap:12px; flex-wrap:wrap}
    .links-row a{
      text-decoration:none;
      font-weight:900;
      color:rgba(31,36,48,.86);
      background:rgba(255,255,255,.80);
      border:1px solid rgba(20,25,38,.10);
      padding:8px 10px;
      border-radius:999px;
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .links-row a:hover{
      transform:translateY(-2px);
      border-color:rgba(44,91,255,.20);
      background:rgba(44,91,255,.08);
      color:var(--primary);
    }

    .process-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
      align-items:start;
    }
    .process-col{display:flex; flex-direction:column; gap:14px}
    .process-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:18px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:150px;
    }
    .process-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.18);
    }
    .process-step{
      font-weight:980;
      color:rgba(31,36,48,.72);
      font-size:12px;
      letter-spacing:.08em;
      text-transform:uppercase;
    }
    .process-meta{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
    .meta-pill{
      padding:8px 10px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:999px;
      font-weight:900;
      color:rgba(31,36,48,.78);
      font-size:13px;
    }
    .process-foot{
      margin-top:18px;
      border-radius:20px;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.75);
      padding:16px 16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .process-foot-title{font-weight:980}
    .process-foot-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720}

    .case-grid{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .case-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:18px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:240px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.20);
    }
    .case-top{display:flex; flex-direction:column; gap:10px}
    .case-pill{
      width:max-content;
      background:rgba(0,179,164,.10);
      border:1px solid rgba(0,179,164,.18);
      padding:8px 10px;
      border-radius:999px;
      font-weight:950;
      font-size:13px;
    }
    .case-body{margin-top:10px}
    .case-stats{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .stat{
      padding:8px 10px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:999px;
      font-weight:900;
      color:rgba(31,36,48,.78);
      font-size:13px;
    }
    .case-actions{margin-top:auto; padding-top:14px}

    .article-row{
      margin-top:18px;
      padding:16px 16px;
      border-radius:20px;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.72);
    }
    .article-head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .article-title{font-weight:980; font-size:16px}
    .article-sub{margin-top:6px}
    .article-links{
      margin-top:12px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:10px 12px;
    }
    .article-link{
      display:block;
      text-decoration:none;
      color:rgba(31,36,48,.86);
      font-weight:850;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.74);
      border-radius:14px;
      padding:12px 12px;
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
      line-height:1.35;
    }
    .article-link:hover{
      transform:translateY(-2px);
      border-color:rgba(44,91,255,.20);
      background:rgba(44,91,255,.08);
      color:var(--primary);
    }

    .rating-grid{
      margin-top:18px;
      display:grid; grid-template-columns: .9fr 1.1fr; gap:14px;
      align-items:start;
    }
    .rating-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .rating-top{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
    .rating-star{
      font-size:18px;
      letter-spacing:2px;
      color:rgba(255,183,0,.98);
      text-shadow:0 12px 26px rgba(255,183,0,.18);
      font-weight:900;
    }
    .rating-score-wrap{display:flex; align-items:baseline; gap:10px; flex-wrap:wrap}
    .rating-label{color:rgba(31,36,48,.72); font-weight:850}
    .rating-score{
      font-size:40px; font-weight:980; letter-spacing:-.02em;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      -webkit-background-clip:text; background-clip:text; color:transparent;
    }
    .rating-max{color:rgba(31,36,48,.72); font-weight:900}
    .rating-reco{margin-top:12px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .reco-title{font-weight:950}
    .reco-value{
      padding:10px 12px;
      border-radius:999px;
      background:rgba(44,91,255,.10);
      border:1px solid rgba(44,91,255,.18);
      font-weight:980;
    }
    .rating-note{margin-top:10px; font-size:12.5px; font-weight:700; line-height:1.6}

    .compare-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .compare-title{font-weight:980; font-size:16px}
    .table-wrap{margin-top:12px; overflow:auto; border-radius:16px}
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:560px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      overflow:hidden;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,25,38,.08);
      text-align:left;
      font-weight:800;
      color:rgba(31,36,48,.86);
      font-size:13.5px;
    }
    .compare-table th{
      background:linear-gradient(135deg, rgba(44,91,255,.10), rgba(122,92,255,.08));
      position:sticky; top:0;
      z-index:1;
    }
    .compare-table tr:last-child td{border-bottom:none}
    .good{font-weight:980; color:rgba(0,140,110,.95)}
    .mid{font-weight:980; color:rgba(120,130,150,.95)}
    .compare-foot{
      margin-top:14px;
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
      justify-content:flex-start;
    }

    .match-grid{
      margin-top:18px;
      display:grid; grid-template-columns: .98fr 1.02fr; gap:14px;
      align-items:start;
    }
    .match-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .match-title{font-weight:980; font-size:16px}
    .match-sub{margin-top:8px; font-weight:720}
    .match-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .match-item{
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.72);
      border-radius:16px;
      padding:12px 12px;
      display:flex; gap:12px; align-items:center; justify-content:space-between;
    }
    .match-btn{
      border:none;
      background:rgba(44,91,255,.08);
      border:1px solid rgba(44,91,255,.18);
      color:rgba(31,36,48,.92);
      font-weight:980;
      padding:10px 12px;
      border-radius:14px;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
      text-align:left;
      width:100%;
    }
    .match-item .match-desc{color:rgba(31,36,48,.70); font-weight:720; font-size:13px; margin-top:8px}
    .match-btn[aria-pressed="true"]{
      background:rgba(0,179,164,.12);
      border-color:rgba(0,179,164,.28);
    }
    .match-tip{
      margin-top:14px;
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      border:1px dashed rgba(44,91,255,.24);
      background:rgba(44,91,255,.06);
    }
    .tip-badge{
      width:34px; height:34px; border-radius:16px;
      background:linear-gradient(135deg, rgba(44,91,255,.18), rgba(0,179,164,.14));
      border:1px solid rgba(44,91,255,.18);
      flex:0 0 auto;
    }
    .tip-text{color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.8px}

    .match-form-wrap .match-form-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .match-form-title{font-weight:980; font-size:16px}
    .match-form-sub{margin-top:8px; font-weight:720}
    .form{margin-top:12px}
    .form-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
    .form-actions{margin-top:14px}

    .pricing-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .pricing-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .pricing-title{font-weight:980; font-size:16px}
    .pricing-sub{margin-top:8px; font-weight:720; line-height:1.6}
    .segmented{
      display:flex; gap:10px; margin-top:14px; flex-wrap:wrap;
    }
    .seg-btn{
      flex:1;
      min-width:140px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(20,25,38,.12);
      background:rgba(255,255,255,.78);
      font-weight:980;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .seg-btn:hover{transform:translateY(-2px)}
    .seg-btn.is-active{
      background:linear-gradient(135deg, rgba(44,91,255,.14), rgba(122,92,255,.12));
      border-color:rgba(44,91,255,.26);
    }
    .pricing-table-wrap{margin-top:14px; overflow:auto}
    .pricing-table{
      width:100%;
      min-width:720px;
      border-collapse:separate;
      border-spacing:0;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      overflow:hidden;
    }
    .pricing-table th, .pricing-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,25,38,.08);
      text-align:left;
      font-weight:900;
      font-size:13.5px;
      color:rgba(31,36,48,.88);
    }
    .pricing-table th{
      background:linear-gradient(135deg, rgba(44,91,255,.10), rgba(122,92,255,.08));
    }
    .pricing-table tr:last-child td{border-bottom:none}
    .tag{
      display:inline-flex; align-items:center;
      padding:8px 10px; border-radius:999px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(20,25,38,.12);
      font-weight:980;
    }
    .cost{font-weight:980; color:rgba(31,36,48,.88)}
    .cost.high{color:rgba(122,92,255,.95)}
    .cost.low{color:rgba(0,140,110,.95)}
    .pricing-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .token-side{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .token-side-title{font-weight:980; font-size:16px}
    .token-side-sub{margin-top:8px; font-weight:720}
    .advice-list{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .advice{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .advice-ico{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(44,91,255,.18), rgba(0,179,164,.14));
      border:1px solid rgba(44,91,255,.18);
      flex:0 0 auto;
    }
    .advice-title{font-weight:980}
    .advice-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}
    .side-cta{margin-top:14px; padding-top:14px; border-top:1px solid rgba(20,25,38,.10)}
    .side-cta-text{font-weight:980; margin-bottom:10px}

    .train-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .train-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .train-title{font-weight:980; font-size:16px}
    .train-sub{margin-top:8px}
    .train-tags{margin-top:14px; display:flex; flex-wrap:wrap; gap:10px}
    .tag2{
      padding:10px 12px;
      border-radius:999px;
      background:rgba(122,92,255,.10);
      border:1px solid rgba(122,92,255,.18);
      font-weight:980;
      color:rgba(31,36,48,.88);
    }
    .train-bullets{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .bullet{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .bullet-ico{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(0,179,164,.16), rgba(44,91,255,.14));
      border:1px solid rgba(0,179,164,.22);
      flex:0 0 auto;
    }
    .bullet-title{font-weight:980}
    .bullet-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}
    .train-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .learn-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .learn-title{font-weight:980; font-size:16px}
    .learn-sub{margin-top:8px; font-weight:720}
    .learn-steps{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .learn-step{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .learn-num{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(44,91,255,.14), rgba(122,92,255,.12));
      border:1px solid rgba(44,91,255,.22);
      font-weight:980;
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .learn-ttl{font-weight:980}
    .learn-txt{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}
    .learn-note{margin-top:14px; font-size:12.8px; font-weight:720; line-height:1.6}

    .faq-grid{
      margin-top:18px;
      display:grid; grid-template-columns: .85fr 1.15fr;
      gap:14px;
      align-items:start;
    }
    .faq-side-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      position:sticky; top:92px;
    }
    .faq-side-title{font-weight:980; font-size:16px}
    .faq-side-sub{margin-top:8px}
    .faq-side-links{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .side-link{
      text-decoration:none;
      font-weight:980;
      color:rgba(31,36,48,.88);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      padding:12px 12px;
      border-radius:16px;
      transition:transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .side-link:hover{
      transform:translateY(-2px);
      border-color:rgba(44,91,255,.20);
      background:rgba(44,91,255,.08);
      color:var(--primary);
    }

    .faq-side-contact{margin-top:14px; padding-top:14px; border-top:1px solid rgba(20,25,38,.10); display:flex; flex-direction:column; gap:10px}
    .contact-row{display:flex; align-items:center; justify-content:space-between; gap:12px}
    .contact-label{color:rgba(31,36,48,.70); font-weight:900}
    .faq-accordion{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .faq-item{
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:0;
      background:rgba(255,255,255,.72);
      margin-bottom:12px;
      overflow:hidden;
      transition:border-color .2s ease, transform .2s ease;
    }
    .faq-item:last-child{margin-bottom:0}
    .faq-q{
      width:100%;
      text-align:left;
      padding:14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      border:none; background:transparent; cursor:pointer;
      font-weight:980;
      color:rgba(31,36,48,.90);
    }
    .faq-q:hover{background:rgba(44,91,255,.06)}
    .faq-icon{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.75);
      position:relative;
      flex:0 0 auto;
    }
    .faq-icon::before,.faq-icon::after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:16px; height:2px;
      background:rgba(31,36,48,.70);
      border-radius:999px;
      transform:translate(-50%,-50%);
      transition:transform .2s ease, opacity .2s ease;
    }
    .faq-icon::after{
      width:2px; height:16px;
    }
    .faq-item[data-open="true"] .faq-icon::after{
      opacity:0;
      transform:translate(-50%,-50%) scale(.6);
    }
    .faq-a{
      padding:0 14px 14px 14px;
    }
    .faq-a-inner{
      color:rgba(31,36,48,.72);
      font-weight:720;
      line-height:1.75;
      padding-top:2px;
      font-size:14px;
    }

    .kb-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .kb-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .kb-card.alt2{
      background:
        radial-gradient(600px 260px at 20% 0%, rgba(44,91,255,.12), transparent 55%),
        rgba(255,255,255,.78);
    }
    .kb-title{font-weight:980; font-size:16px}
    .kb-sub{margin-top:8px; font-weight:720; line-height:1.6}
    .kb-list{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .kb-item{
      text-decoration:none;
      color:rgba(31,36,48,.88);
      font-weight:950;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
      line-height:1.45;
    }
    .kb-item:hover{
      transform:translateY(-2px);
      border-color:rgba(122,92,255,.20);
      background:rgba(122,92,255,.08);
      color:var(--primary2);
    }
    .kb-more{margin-top:12px}

    .join-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .join-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .join-title{font-weight:980; font-size:16px}
    .join-sub{margin-top:8px; font-weight:720; line-height:1.6}
    .join-benefits{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .benefit{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .benefit-ico{
      width:38px; height:38px; border-radius:16px;
      background:linear-gradient(135deg, rgba(122,92,255,.16), rgba(44,91,255,.14));
      border:1px solid rgba(122,92,255,.22);
      flex:0 0 auto;
    }
    .benefit-title{font-weight:980}
    .benefit-text{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}
    .join-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .side-mini-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .mini-hd{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .side-mini-title{font-weight:980}
    .mini-pill{
      padding:8px 10px;
      border-radius:999px;
      background:rgba(0,179,164,.10);
      border:1px solid rgba(0,179,164,.18);
      font-weight:980;
      color:rgba(31,36,48,.88);
      font-size:13px;
    }
    .side-flow{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .flow-item{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .flow-num{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(0,179,164,.14), rgba(44,91,255,.12));
      border:1px solid rgba(0,179,164,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      flex:0 0 auto;
    }
    .flow-text{color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}

    .review-grid{
      margin-top:18px;
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      min-height:220px;
      display:flex; flex-direction:column;
    }
    .review-card:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 46px rgba(16,24,40,.10);
      border-color:rgba(44,91,255,.18);
    }
    .review-top{display:flex; align-items:center; gap:12px}
    .review-avatar{
      width:44px; height:44px; border-radius:18px;
      background:
        radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.85), rgba(255,255,255,0)),
        linear-gradient(135deg, rgba(44,91,255,.22), rgba(122,92,255,.18));
      border:1px solid rgba(20,25,38,.10);
      flex:0 0 auto;
    }
    .review-name{font-weight:980}
    .review-role{margin-top:4px; color:rgba(31,36,48,.70); font-weight:720; font-size:13px; line-height:1.3}
    .review-stars{margin-top:12px; color:rgba(255,183,0,.98); letter-spacing:2px; font-weight:900}
    .review-text{margin-top:12px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.75; font-size:14px}

    .contact-section .section-head{max-width:820px}
    .contact-grid{
      margin-top:18px;
      display:grid; grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .contact-card, .contact-side-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:16px 16px;
      box-shadow:0 14px 28px rgba(16,24,40,.06);
    }
    .contact-card-head .contact-card-title{font-weight:980; font-size:16px}
    .contact-card-sub{margin-top:8px; font-weight:720; line-height:1.6}
    .contact-card-head{margin-bottom:8px}
    .contact-side-card{position:relative; overflow:hidden}
    .contact-side-card::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(520px 240px at 10% 0%, rgba(44,91,255,.16), transparent 55%),
        radial-gradient(520px 260px at 90% 30%, rgba(122,92,255,.14), transparent 60%),
        radial-gradient(560px 300px at 50% 120%, rgba(0,179,164,.10), transparent 55%);
      pointer-events:none;
      opacity:.9;
    }
    .contact-side-card > *{position:relative}
    .side-title{font-weight:980; font-size:16px}
    .side-sub{margin-top:8px; font-weight:720; line-height:1.6}
    .contact-methods{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .method{
      display:flex; gap:12px; align-items:flex-start;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:16px;
      padding:12px 12px;
    }
    .method-ico{
      width:38px; height:38px; border-radius:16px;
      border:1px solid rgba(20,25,38,.10);
      background:linear-gradient(135deg, rgba(44,91,255,.14), rgba(122,92,255,.12));
      flex:0 0 auto;
    }
    .icon-mail{background:linear-gradient(135deg, rgba(44,91,255,.16), rgba(122,92,255,.12))}
    .icon-qq{background:linear-gradient(135deg, rgba(122,92,255,.14), rgba(0,179,164,.12))}
    .icon-wx{background:linear-gradient(135deg, rgba(0,179,164,.14), rgba(44,91,255,.12))}
    .icon-video{background:linear-gradient(135deg, rgba(255,107,122,.12), rgba(122,92,255,.12))}
    .method-label{color:rgba(31,36,48,.70); font-weight:900; font-size:12.8px}
    .qr-card{
      margin-top:14px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,25,38,.10);
      border-radius:20px;
      padding:14px 14px;
    }
    .qr-title{font-weight:980}
    .qr-sub{margin-top:6px; font-weight:720; line-height:1.6; font-size:13px}
    .qr-img{
      margin-top:12px;
      width:160px;
      max-width:100%;
      height:auto;
      display:block;
      border-radius:16px;
      border:1px solid rgba(20,25,38,.10);
      box-shadow:0 12px 26px rgba(16,24,40,.10);
    }
    .qr-link{
      display:inline-block;
      margin-top:12px;
      text-decoration:none;
      font-weight:980;
      color:var(--primary);
      padding:8px 10px;
      border-radius:12px;
      background:rgba(44,91,255,.08);
      border:1px solid rgba(44,91,255,.18);
    }
    .qr-link:hover{transform:translateY(-2px)}

    .site-footer{
      padding:30px 0 26px;
      border-top:1px solid rgba(20,25,38,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.94));
    }
    .footer-inner{}
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:18px; flex-wrap:wrap;
      padding-bottom:16px;
      border-bottom:1px solid rgba(20,25,38,.08);
    }
    .footer-brand{display:flex; gap:14px; align-items:flex-start}
    .footer-text{max-width:360px}
    .footer-title{font-weight:1000; font-size:16px}
    .footer-sub{margin-top:6px; color:rgba(31,36,48,.72); font-weight:720; line-height:1.6; font-size:13.5px}
    .footer-cols{display:flex; gap:18px; flex-wrap:wrap}
    .footer-col{
      min-width:160px;
    }
    .footer-head{font-weight:980; margin-bottom:10px; color:rgba(31,36,48,.92)}
    .footer-link{
      display:block;
      text-decoration:none;
      color:rgba(31,36,48,.76);
      font-weight:850;
      padding:8px 0;
      transition:color .18s ease, transform .18s ease;
    }
    .footer-link:hover{color:var(--primary); transform:translateY(-1px)}
    .footer-bottom{
      padding-top:14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
    }
    .footer-bottom-left, .footer-bottom-right{display:flex; gap:10px; flex-wrap:wrap; align-items:center}
    .footer-dot{color:rgba(31,36,48,.25)}
    .footer-bottom a{
      text-decoration:none;
      color:rgba(31,36,48,.76);
      font-weight:900;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,25,38,.10);
      background:rgba(255,255,255,.78);
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .footer-bottom a:hover{
      transform:translateY(-2px);
      border-color:rgba(44,91,255,.20);
      background:rgba(44,91,255,.08);
      color:var(--primary);
    }

    .to-top{
      position:fixed; right:16px; bottom:16px;
      width:46px; height:46px;
      border-radius:16px;
      border:1px solid rgba(20,25,38,.12);
      background:rgba(255,255,255,.86);
      backdrop-filter: blur(10px);
      box-shadow:0 18px 40px rgba(16,24,40,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .2s ease, opacity .2s ease;
      opacity:0;
      pointer-events:none;
      z-index:90;
    }
    .to-top.show{opacity:1; pointer-events:auto}
    .to-top:hover{transform:translateY(-3px)}
    .float-customer{
      position:fixed; left:16px; bottom:16px;
      z-index:95;
    }
    .float-btn{
      width:auto;
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(20,25,38,.12);
      background:rgba(255,255,255,.86);
      box-shadow:0 18px 40px rgba(16,24,40,.12);
      cursor:pointer;
      display:flex; align-items:center; gap:10px;
      transition:transform .2s ease, background .2s ease;
      font-weight:980;
    }
    .float-btn:hover{transform:translateY(-3px)}
    .float-ico{
      width:34px; height:34px; border-radius:16px;
      background:linear-gradient(135deg, rgba(44,91,255,.16), rgba(122,92,255,.14));
      border:1px solid rgba(44,91,255,.22);
      position:relative;
    }
    .float-ico::after{
      content:"";
      position:absolute; inset:10px 11px 11px 11px;
      border-radius:8px;
      background:linear-gradient(135deg, rgba(44,91,255,.35), rgba(0,179,164,.25));
      opacity:.9;
    }
    .float-panel{
      position:absolute; left:0; bottom:56px;
      width:280px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(20,25,38,.12);
      border-radius:20px;
      box-shadow:0 20px 60px rgba(16,24,40,.18);
      padding:14px 14px;
      transform-origin:bottom left;
      animation: pop .18s ease;
    }
    @keyframes pop{
      from{transform:translateY(6px) scale(.98); opacity:.6}
      to{transform:translateY(0) scale(1); opacity:1}
    }
    .panel-title{font-weight:980; margin-bottom:10px}
    .panel-qr{width:160px; max-width:100%; height:auto; border-radius:16px; border:1px solid rgba(20,25,38,.10); display:block}
    .panel-meta{margin-top:10px; display:flex; flex-direction:column; gap:6px}
    .panel-link{text-decoration:none; color:var(--primary); font-weight:980}
    .panel-mono{color:rgba(31,36,48,.72); font-weight:820; font-size:13px}
    .panel-actions{margin-top:12px}

    [data-reveal]{
      opacity:0;
      transform:translateY(10px);
      transition:opacity .55s ease, transform .55s ease;
    }
    [data-reveal].is-visible{
      opacity:1;
      transform:translateY(0);
    }

    @media (max-width: 980px){
      .nav-desktop{display:none}
      .nav-toggle{display:block}
      .hero-inner{grid-template-columns: 1fr; gap:14px}
      .hero-title{font-size:34px}
      .hero-mini{grid-template-columns: 1fr; }
      .feature-grid{grid-template-columns: repeat(2, 1fr)}
      .service-cards{grid-template-columns: 1fr}
      .two-col{grid-template-columns: 1fr}
      .industry-grid{grid-template-columns: 1fr}
      .network-grid{grid-template-columns: repeat(2, 1fr)}
      .process-grid{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .rating-grid{grid-template-columns: 1fr}
      .match-grid{grid-template-columns: 1fr}
      .pricing-grid{grid-template-columns: 1fr}
      .train-grid{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .faq-side-card{position:relative; top:auto}
      .kb-grid{grid-template-columns: 1fr}
      .review-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .form-row{grid-template-columns: 1fr}
      .article-links{grid-template-columns: 1fr}
      .hero-right{order:2}
      .mobile-menu{display:block}
      .mobile-menu{position:fixed; inset:64px 0 auto 0; z-index:80; background:rgba(255,255,255,.92); border-bottom:1px solid rgba(20,25,38,.08); backdrop-filter: blur(10px)}
      .mobile-menu-inner{padding:14px 18px}
      .mobile-grid{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
      .mobile-link{
        text-decoration:none;
        padding:12px 12px;
        border-radius:16px;
        border:1px solid rgba(20,25,38,.10);
        background:rgba(255,255,255,.76);
        font-weight:980;
        color:rgba(31,36,48,.88);
      }
      .mobile-link:active{transform:scale(.99)}
      .mobile-cta{display:flex; flex-direction:column; gap:10px; margin-top:14px}
      .divider-row{display:none}
      .float-panel{width:260px}
      .to-top{right:14px; bottom:14px}
      .float-customer{left:14px; bottom:14px}
    }

    .mobile-menu{display:none}
    .nav-toggle[aria-expanded="true"] + .dummy{display:none}

    .mobile-menu{
      display:none;
    }
    .mobile-menu.show{display:block}

    @media (prefers-reduced-motion: reduce){
      .ticker-track{animation:none}
      [data-reveal]{transition:none}
      [data-reveal]{transform:none}
    }