:root{
      --bg0:#ffffff;
      --bg1:#f7f9ff;
      --bg2:#eef3ff;
      --text:#121826;
      --muted:#526174;
      --muted2:#6b7b92;
      --line:rgba(17,24,39,.10);
      --line2:rgba(17,24,39,.14);
      --brand:#0b3dff;
      --brand2:#0a55ff;
      --brand3:#1b87ff;
      --brandDark:#072a9a;
      --gold:#f6c945;
      --card:#ffffff;
      --shadow: 0 12px 28px rgba(12, 45, 120, .12);
      --shadow2: 0 8px 18px rgba(12,45,120,.10);
      --radius:18px;
      --radius2:12px;
      --container:1120px;
      --padX:20px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans", sans-serif;
      color:var(--text);
      background: radial-gradient(1200px 700px at 10% -10%, rgba(11,61,255,.14), transparent 45%),
                  radial-gradient(900px 600px at 90% 5%, rgba(27,135,255,.14), transparent 48%),
                  linear-gradient(180deg, #ffffff 0%, var(--bg1) 42%, #ffffff 100%);
      line-height:1.55;
    }

    .skip-link{
      position:absolute; left:12px; top:-48px;
      padding:10px 12px; border-radius:12px;
      background:#0f2b7a; color:#fff;
      z-index:9999;
      transition:top .2s ease;
      text-decoration:none;
      font-weight:700;
    }
    .skip-link:focus{top:12px}

    .container{
      width:min(var(--container), 100%);
      margin:0 auto;
      padding:0 var(--padX);
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(17,24,39,.08);
    }

    .nav-container{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }

    .brand{display:flex; align-items:center; gap:12px; min-width:240px}
    .brand-link{display:flex; align-items:center; gap:12px; text-decoration:none}
    .ai-page-logo{width:46px; height:auto; border-radius:14px; background:#fff}
    .brand-meta{display:flex; flex-direction:column; gap:2px}
    .brand-name{font-weight:900; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted2)}

    .desktop-nav{
      display:flex; align-items:center; gap:18px;
      flex-wrap:nowrap;
    }
    .desktop-nav a{
      color:var(--muted);
      text-decoration:none;
      font-weight:650;
      font-size:14px;
      padding:10px 10px;
      border-radius:12px;
      transition: background .2s ease, color .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .desktop-nav a:hover{
      background:rgba(11,61,255,.08);
      color:#0a2d85;
      transform: translateY(-1px);
    }

    .nav-right{display:flex; align-items:center; gap:12px; min-width:220px; justify-content:flex-end}
    .burger{
      width:44px; height:44px; border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.75);
      display:none; align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .burger:active{transform:scale(.98)}
    .burger span{
      display:block; width:18px; height:2px; background:#102040; border-radius:2px;
      margin:3px 0;
    }

    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border-radius:14px;
      padding:11px 14px;
      text-decoration:none;
      font-weight:850;
      border:1px solid transparent;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform:translateY(1px)}
    .btn-primary{
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 45%, var(--brand3) 100%);
      color:#fff;
      box-shadow: 0 10px 20px rgba(11,61,255,.18);
    }
    .btn-primary:hover{box-shadow: 0 14px 26px rgba(11,61,255,.24)}
    .btn-secondary{
      background: rgba(11,61,255,.10);
      border-color: rgba(11,61,255,.20);
      color:#0a2d85;
    }
    .btn-secondary:hover{background: rgba(11,61,255,.14)}
    .btn-ghost{
      background: rgba(255,255,255,.70);
      border-color: rgba(17,24,39,.12);
      color:#12213a;
      box-shadow: none;
    }
    .btn-ghost:hover{
      border-color: rgba(11,61,255,.22);
      background: rgba(11,61,255,.06);
      transform: translateY(-1px);
    }

    .mobile-menu{
      border-top:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.88);
      padding:12px 0 18px;
    }
    .mobile-menu-inner{display:flex; flex-direction:column; gap:14px}
    .mobile-links{
      display:flex; flex-direction:column; gap:10px;
    }
    .mobile-links a{
      text-decoration:none;
      color:var(--text);
      font-weight:800;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.65);
    }
    .mobile-links a:active{transform:scale(.99)}
    .mobile-cta{display:flex; gap:10px; flex-wrap:wrap}

    .hero{
      position:relative;
      padding:26px 0 26px;
      overflow:hidden;
    }
    .bg-grid{
      position:absolute; inset:-120px -120px auto -120px;
      height:520px;
      background:
        radial-gradient(800px 420px at 20% 30%, rgba(11,61,255,.20), transparent 55%),
        radial-gradient(620px 340px at 80% 20%, rgba(27,135,255,.18), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.55));
      pointer-events:none;
      z-index:0;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:22px;
      align-items:start;
      padding:18px 0 6px;
    }

    .hero-left{padding:14px 0}
    .pill{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.18);
      color:#0a2d85;
      font-weight:850;
      margin-bottom:14px;
    }
    .pill-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand3) 100%);
      box-shadow: 0 0 0 4px rgba(11,61,255,.15);
      animation: pulse 2.2s ease-in-out infinite;
    }
    @keyframes pulse{
      0%,100%{transform:scale(1); opacity:1}
      50%{transform:scale(1.06); opacity:.85}
    }

    .hero-title{
      font-size: clamp(28px, 3.6vw, 44px);
      margin:0 0 14px;
      letter-spacing:-.6px;
      line-height:1.15;
      font-weight:950;
    }
    .hero-desc{
      color:var(--muted);
      margin:0 0 18px;
      font-size:15.5px;
      max-width:54ch;
    }

    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin:8px 0 18px;
    }

    .hero-note{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:10px;
    }
    .hero-note-item{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 10px 24px rgba(12,45,120,.06);
      transition: transform .18s ease, box-shadow .2s ease;
    }
    .hero-note-item:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(12,45,120,.10);
    }
    .icon-badge{
      color: #0a2d85;
      width:34px; height:34px;
      border-radius:12px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.18);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .hero-note-title{font-weight:950; font-size:13.5px; margin-bottom:2px}
    .hero-note-sub{color:var(--muted2); font-size:12.5px}

    .hero-micro-links{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
      margin-top:16px;
      color:var(--muted2);
      font-weight:750;
      font-size:13px;
    }
    .micro-link{color:#0a2d85; text-decoration:none; border-bottom:1px dashed rgba(11,61,255,.35); padding-bottom:2px}
    .micro-link:hover{border-bottom-style:solid}

    .hero-right{padding:10px 0}
    .hero-surface{
      border-radius:22px;
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.70));
      border:1px solid rgba(17,24,39,.10);
      box-shadow: var(--shadow2);
      overflow:hidden;
    }
    .hero-surface-compact{margin-top:14px}
    .surface-top{
      padding:18px 18px 10px;
      border-bottom:1px solid rgba(17,24,39,.08);
      background: radial-gradient(600px 240px at 20% 0%, rgba(11,61,255,.16), transparent 55%);
    }
    .surface-title{font-weight:950; letter-spacing:-.2px}
    .surface-sub{color:var(--muted); font-size:13.5px; margin-top:6px}
    .surface-cards{
      padding:16px 18px 12px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
    }
    .stat-card{
      padding:14px 12px;
      border-radius:18px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column; gap:8px; align-items:flex-start;
      min-height:110px;
    }
    .stat-card:hover{
      transform: translateY(-3px);
      border-color: rgba(11,61,255,.20);
      box-shadow: 0 18px 40px rgba(11,61,255,.14);
    }
    .stat-icon{color:#0a2d85}
    .stat-value{font-weight:980; letter-spacing:-.2px; font-size:15.5px}
    .stat-desc{color:var(--muted2); font-size:12.8px; font-weight:700}

    .surface-bottom{
      position:relative;
      padding:14px 18px 18px;
      display:flex; flex-direction:column; gap:12px;
    }
    .pulse-band{
      position:absolute; right:-80px; bottom:-120px;
      width:220px; height:220px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(11,61,255,.26), transparent 60%);
      filter: blur(2px);
      pointer-events:none;
      opacity:.9;
    }
    .mini-row{display:flex; gap:14px; align-items:flex-start}
    .mini-label{font-weight:920; min-width:92px; color:#0a2d85}
    .mini-tags{display:flex; gap:8px; flex-wrap:wrap}
    .tag{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.14);
      color:#0a2d85;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .mini-text{color:var(--muted); font-weight:720; font-size:13px; line-height:1.4}

    .hero-surface-compact .surface-bottom{padding:14px 18px 16px}
    .hero-surface-compact{
      display:flex; justify-content:space-between; align-items:center;
      padding:16px 18px;
      gap:16px;
    }
    .compact-left{flex:1}
    .compact-title{font-weight:980; letter-spacing:-.2px}
    .compact-sub{color:var(--muted); font-size:13.5px; margin-top:6px; font-weight:720}
    .compact-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

    .section{padding:64px 0}
    .section-arc{padding-top:54px}
    .section-soft{
      background: linear-gradient(180deg, rgba(11,61,255,.05) 0%, rgba(255,255,255,0) 60%);
      border-top:1px solid rgba(17,24,39,.06);
      border-bottom:1px solid rgba(17,24,39,.06);
    }
    .section-soft-2{
      background: linear-gradient(180deg, rgba(11,61,255,.06) 0%, rgba(255,255,255,0) 70%);
      border-top:1px solid rgba(17,24,39,.06);
      border-bottom:1px solid rgba(17,24,39,.06);
    }

    .section-head{margin-bottom:22px}
    .section-title{
      margin:0 0 10px;
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight:980;
      letter-spacing:-.35px;
      line-height:1.25;
    }
    .section-desc{margin:0; color:var(--muted); font-size:15.5px; max-width:80ch}

    .feature-grid{
      margin-top:18px;
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .feature-card{
      background: rgba(255,255,255,.75);
      border:1px solid rgba(17,24,39,.08);
      border-radius:20px;
      padding:16px 16px 14px;
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:170px;
    }
    .feature-card:hover{
      transform: translateY(-3px);
      border-color: rgba(11,61,255,.18);
      box-shadow: 0 22px 44px rgba(11,61,255,.12);
    }
    .feature-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .feature-icon{
      width:44px; height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      flex:0 0 auto;
    }
    .feature-title{font-weight:980; letter-spacing:-.2px; font-size:15px}
    .feature-text{color:var(--muted); margin:0; font-size:13.5px; font-weight:700; line-height:1.5}

    .pill-row{display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin:10px 0 18px}
    .pill-strong{
      font-weight:980; color:#0a2d85;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      padding:9px 12px; border-radius:999px;
    }
    .pill-chip{
      padding:9px 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(17,24,39,.10);
      color:var(--text);
      font-weight:900;
      font-size:12.5px;
      box-shadow: 0 10px 24px rgba(12,45,120,.04);
    }

    .services-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:14px;
      align-items:stretch;
    }
    .service-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      border-radius:22px;
      padding:18px 16px;
      box-shadow: 0 12px 26px rgba(12,45,120,.06);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column; gap:12px;
    }
    .service-card:hover{
      transform: translateY(-3px);
      border-color: rgba(11,61,255,.18);
      box-shadow: 0 22px 44px rgba(11,61,255,.12);
    }
    .service-head{display:flex; align-items:center; gap:12px}
    .service-icon{
      width:46px; height:46px;
      border-radius:18px;
      background: linear-gradient(180deg, rgba(11,61,255,.12), rgba(11,61,255,.06));
      border:1px solid rgba(11,61,255,.18);
      color:#0a2d85;
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .service-title{font-weight:990; letter-spacing:-.3px; margin:0; font-size:16px}
    .service-list{margin:0; padding-left:18px; color:var(--muted); font-weight:750; font-size:13.5px}
    .service-list li{margin:8px 0}
    .service-foot{margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:10px}
    .micro-muted{color:var(--muted2); font-weight:720; font-size:12.5px}
    .link-btn{
      color:#0a2d85;
      font-weight:950;
      text-decoration:none;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      padding:9px 12px;
      border-radius:14px;
      display:inline-flex; align-items:center;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
      white-space:nowrap;
    }
    .link-btn:hover{
      transform: translateY(-1px);
      border-color: rgba(11,61,255,.26);
      background: rgba(11,61,255,.12);
    }
    .link-btn.subtle{
      background: rgba(17,24,39,.04);
      border-color: rgba(17,24,39,.10);
      color:var(--text);
    }

    .models-panel{
      margin-top:18px;
      border-radius:24px;
      background:
        radial-gradient(900px 260px at 20% 0%, rgba(11,61,255,.14), transparent 60%),
        rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
      padding:18px;
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:16px;
      align-items:start;
    }
    .panel-title{margin:0 0 8px; font-weight:990; letter-spacing:-.25px}
    .panel-desc{margin:0; color:var(--muted); font-weight:740; font-size:13.8px}
    .tag-cloud{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
    .panel-actions{display:flex; gap:12px; flex-wrap:wrap}

    .section .split{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:18px;
      align-items:start;
    }
    .split-reverse{direction:ltr}
    .split-left{direction:ltr}
    .split-reverse .split-left{order:2}
    .split-reverse .split-right{order:1}

    .timeline{margin-top:18px; display:flex; flex-direction:column; gap:12px}
    .timeline-item{
      display:flex; gap:14px; align-items:flex-start;
      padding:12px 12px;
      border-radius:18px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .timeline-dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand3) 100%);
      box-shadow: 0 0 0 5px rgba(11,61,255,.14);
      margin-top:6px;
      flex:0 0 auto;
    }
    .timeline-title{font-weight:980; letter-spacing:-.2px}
    .timeline-text{color:var(--muted); font-weight:740; font-size:13.5px; margin-top:6px}

    .stack-card{
      border-radius:24px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
      padding:18px;
    }
    .stack-top{padding-bottom:14px; border-bottom:1px solid rgba(17,24,39,.08); margin-bottom:14px}
    .stack-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:980;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .stack-title{margin:0 0 8px; font-weight:1000; letter-spacing:-.25px}
    .stack-sub{color:var(--muted); margin:0; font-weight:740; font-size:13.5px}
    .stack-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .mini-card{
      padding:14px 12px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      transition: transform .18s ease, box-shadow .2s ease;
      box-shadow: 0 10px 24px rgba(12,45,120,.04);
    }
    .mini-card:hover{transform: translateY(-2px); box-shadow: 0 18px 34px rgba(11,61,255,.10)}
    .mini-card-title{font-weight:980; margin-bottom:8px}
    .mini-card-text{color:var(--muted); font-weight:740; font-size:13px}
    .stack-bottom{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .notice-card{
      margin-top:14px;
      padding:14px 14px;
      border-radius:22px;
      background: linear-gradient(180deg, rgba(11,61,255,.08), rgba(255,255,255,.70));
      border:1px solid rgba(11,61,255,.14);
      box-shadow: 0 12px 26px rgba(12,45,120,.04);
    }
    .notice-title{font-weight:1000; letter-spacing:-.2px}
    .notice-text{color:var(--muted); font-weight:740; margin-top:8px}

    .solution-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .solution-card{
      padding:16px 16px 14px;
      border-radius:22px;
      background: rgba(255,255,255,.76);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:170px;
    }
    .solution-card:hover{transform: translateY(-3px); border-color: rgba(11,61,255,.18); box-shadow: 0 22px 44px rgba(11,61,255,.12)}
    .solution-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:10px}
    .solution-text{color:var(--muted); font-weight:760; margin:0; font-size:13.6px}
    .solution-meta{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px}
    .meta-pill{
      padding:8px 10px;
      border-radius:999px;
      background: rgba(17,24,39,.04);
      border:1px solid rgba(17,24,39,.10);
      font-weight:900;
      font-size:12px;
      color:var(--text);
    }

    .network-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .network-card{
      padding:16px;
      border-radius:22px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .network-card:hover{transform: translateY(-3px); border-color: rgba(11,61,255,.18); box-shadow: 0 22px 44px rgba(11,61,255,.10)}
    .network-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:8px}
    .network-text{color:var(--muted); font-weight:760; margin-bottom:12px; font-size:13.6px}
    .network-bar{height:10px; border-radius:999px; background: rgba(17,24,39,.06); overflow:hidden; border:1px solid rgba(17,24,39,.08)}
    .network-bar span{display:block; height:100%; border-radius:999px; background: linear-gradient(90deg, var(--brand), var(--brand3))}
    .network-foot{margin-top:10px; color:var(--muted2); font-weight:820; font-size:12.8px}

    .steps-grid{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .step-card{
      padding:16px 16px 14px;
      border-radius:24px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
      min-height:210px;
    }
    .step-card::after{
      content:"";
      position:absolute; inset:auto -60px -90px auto;
      width:180px; height:180px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(11,61,255,.22), transparent 60%);
      opacity:0;
      transition: opacity .2s ease;
      pointer-events:none;
    }
    .step-card:hover{
      transform: translateY(-4px);
      border-color: rgba(11,61,255,.18);
      box-shadow: 0 24px 52px rgba(11,61,255,.14);
    }
    .step-card:hover::after{opacity:1}
    .step-no{
      font-weight:1000; color:#0a2d85;
      font-size:13.5px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      display:inline-flex;
    }
    .step-title{margin:12px 0 10px; font-weight:1000; letter-spacing:-.25px}
    .step-text{margin:0; color:var(--muted); font-weight:760; font-size:13.6px; line-height:1.5}

    .callout{
      margin-top:18px;
      border-radius:26px;
      padding:16px 16px;
      border:1px solid rgba(11,61,255,.14);
      background: linear-gradient(135deg, rgba(11,61,255,.12), rgba(255,255,255,.70) 55%);
      box-shadow: 0 14px 30px rgba(11,61,255,.10);
      display:flex; justify-content:space-between; align-items:center; gap:14px;
    }
    .callout-title{font-weight:1000; letter-spacing:-.2px}
    .callout-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .case-card{
      border-radius:24px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px 16px 14px;
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column;
      min-height:260px;
    }
    .case-card:hover{transform: translateY(-3px); border-color: rgba(11,61,255,.18); box-shadow: 0 24px 52px rgba(11,61,255,.12)}
    .case-top{margin-bottom:10px}
    .case-chip{
      display:inline-flex;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:980;
      font-size:12.5px;
    }
    .case-title{margin:10px 0 0; font-weight:1000; letter-spacing:-.25px}
    .case-list{margin:10px 0 0; padding-left:18px; color:var(--muted); font-weight:760; font-size:13.6px}
    .case-list li{margin:8px 0}
    .case-actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .section-compare .container{padding-bottom:2px}
    .compare-wrap{
      display:grid;
      grid-template-columns: .9fr 1.1fr;
      gap:14px;
      align-items:start;
    }
    .rating-card{
      border-radius:26px;
      background: radial-gradient(600px 260px at 20% 0%, rgba(11,61,255,.18), transparent 60%), rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
      padding:18px;
      overflow:hidden;
      position:relative;
    }
    .rating-card::before{
      content:"";
      position:absolute; top:-120px; right:-120px;
      width:240px; height:240px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(11,61,255,.22), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .rating-top{position:relative}
    .rating-stars{
      display:flex; gap:4px; align-items:center;
      color: #0a2d85;
      font-size:16px;
      letter-spacing:.6px;
      font-weight:1000;
    }
    .star-half{opacity:.65}
    .rating-num{
      margin-top:10px;
      font-size:34px;
      font-weight:1100;
      letter-spacing:-.8px;
    }
    .rating-note{color:var(--muted); font-weight:760; margin-top:6px}
    .rating-actions{margin-top:16px; display:flex; gap:10px; flex-wrap:wrap}

    .compare-table-wrap{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px;
    }
    .table-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:12px}
    .table-scroll{overflow:auto; border-radius:16px; border:1px solid rgba(17,24,39,.08)}
    .compare-table, .ref-table{
      width:100%;
      border-collapse:collapse;
      min-width:680px;
      background:#fff;
    }
    .compare-table th, .compare-table td, .ref-table th, .ref-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      text-align:left;
      vertical-align:top;
      font-size:14px;
    }
    .compare-table th{
      background: linear-gradient(180deg, rgba(11,61,255,.10), rgba(11,61,255,.04));
      color:#0a2d85;
      font-weight:1000;
      position:sticky; top:0;
      z-index:1;
    }
    .good{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.18);
      color:#0a2d85;
      font-weight:1000;
      white-space:nowrap;
    }
    .compare-table tr:last-child td{border-bottom:none}
    .table-foot{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding-top:12px;
    }
    .table-foot-left{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:760; font-size:13.2px}
    .muted-dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--brand), var(--brand3));
      box-shadow: 0 0 0 4px rgba(11,61,255,.14);
    }
    .table-foot-right{display:flex; gap:10px; align-items:center}

    .meter{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(17,24,39,.04);
      font-weight:1000;
      white-space:nowrap;
      font-size:13px;
    }
    .meter-high{border-color: rgba(11,61,255,.18); background: rgba(11,61,255,.10); color:#0a2d85}
    .meter-mid{color:#15326f}
    .meter-low{color:#2a3c66}

    .pricing-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .pricing-card{
      border-radius:26px;
      padding:18px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
    }
    .pricing-title{font-weight:1000; letter-spacing:-.2px; margin-bottom:12px}
    .pricing-steps{display:flex; flex-direction:column; gap:12px}
    .pr-step{display:flex; gap:12px; align-items:flex-start}
    .pr-no{
      width:34px; height:34px;
      border-radius:14px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .pr-head{font-weight:1000; letter-spacing:-.15px}
    .pr-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}
    .pricing-actions{margin-top:16px; display:flex; gap:10px; flex-wrap:wrap}

    .price-table-card{
      border-radius:26px;
      padding:18px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
    }
    .pricing-small-title{font-weight:1000; letter-spacing:-.2px}
    .pricing-small-desc{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}
    .ref-table th{
      background: linear-gradient(180deg, rgba(11,61,255,.10), rgba(11,61,255,.04));
      color:#0a2d85;
      font-weight:1000;
      position:sticky; top:0;
    }
    .price-table-foot{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-top:12px;
      flex-wrap:wrap;
    }

    .form-card{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:18px;
    }
    .form-card-compact{padding:16px}
    .form-head{margin-bottom:14px}
    .form-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .form-title{margin:0 0 8px; font-weight:1100; letter-spacing:-.25px}
    .form-sub{margin:0; color:var(--muted); font-weight:760; font-size:13.6px}

    .form{display:flex; flex-direction:column; gap:12px}
    .field{display:flex; flex-direction:column; gap:8px}
    .label-text{font-weight:950; color:#132244; font-size:13.2px}
    input, select, textarea{
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.85);
      outline:none;
      font-size:14px;
      color:var(--text);
      transition: box-shadow .2s ease, border-color .2s ease, transform .15s ease;
    }
    input:focus, select:focus, textarea:focus{
      border-color: rgba(11,61,255,.35);
      box-shadow: 0 0 0 5px rgba(11,61,255,.12);
    }
    textarea{resize:vertical; min-height:112px}
    .field-grid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .form-actions{
      display:flex; flex-direction:column; gap:8px;
      margin-top:2px;
    }
    .form-disclaimer{
      color:var(--muted2);
      font-weight:740;
      font-size:12.8px;
    }

    .quick-links{
      margin-top:12px;
      display:grid;
      grid-template-columns: 1fr;
      gap:10px;
    }
    .quick-link{
      display:flex; align-items:center; gap:12px;
      padding:12px 12px;
      border-radius:20px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
      text-decoration:none;
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      color:var(--text);
      font-weight:950;
    }
    .quick-link:hover{transform: translateY(-2px); border-color: rgba(11,61,255,.18); box-shadow: 0 22px 44px rgba(11,61,255,.10)}
    .quick-ico{
      width:38px; height:38px;
      border-radius:16px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .quick-text{font-size:14px}

    .match-steps{margin-top:16px; display:flex; flex-direction:column; gap:12px}
    .match-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:20px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .match-ico{
      width:42px; height:42px; border-radius:18px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .match-title{font-weight:1100; letter-spacing:-.2px}
    .match-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.5px}
    .match-note{
      margin-top:14px;
      border-radius:22px;
      padding:14px 14px;
      background: linear-gradient(135deg, rgba(11,61,255,.10), rgba(255,255,255,.70));
      border:1px solid rgba(11,61,255,.14);
    }
    .match-note-title{font-weight:1100; letter-spacing:-.2px}
    .match-note-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}

    .section-training .train-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .train-card{
      border-radius:26px;
      padding:18px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
    }
    .train-head{padding-bottom:14px; border-bottom:1px solid rgba(17,24,39,.08); margin-bottom:14px}
    .train-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .train-title{margin:0 0 8px; font-weight:1100; letter-spacing:-.25px}
    .train-sub{margin:0; color:var(--muted); font-weight:760; font-size:13.6px}
    .train-list-grid{
      display:flex; flex-direction:column; gap:10px;
    }
    .train-item{
      padding:12px 12px;
      border-radius:18px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
      font-weight:1000;
      color:#132244;
    }
    .train-actions{margin-top:16px; display:flex; gap:10px; flex-wrap:wrap}

    .badge-cloud{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
    .soft-tag{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.75);
      font-weight:950;
      color:var(--text);
      box-shadow: 0 10px 24px rgba(12,45,120,.04);
      font-size:12.5px;
    }

    .intro-card{
      border-radius:26px;
      padding:18px;
      background: radial-gradient(700px 300px at 10% 0%, rgba(11,61,255,.18), transparent 60%), rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
    }
    .intro-head{padding-bottom:14px; border-bottom:1px solid rgba(17,24,39,.08); margin-bottom:14px}
    .intro-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .intro-title{margin:0 0 8px; font-weight:1100; letter-spacing:-.25px}
    .intro-desc{margin:0; color:var(--muted); font-weight:760; font-size:13.6px}
    .intro-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
      margin-top:14px;
    }
    .intro-item{
      padding:14px 12px;
      border-radius:20px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .intro-item-title{font-weight:1100; letter-spacing:-.2px}
    .intro-item-text{color:var(--muted); font-weight:760; margin-top:8px; font-size:13.3px}
    .intro-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .help-grid{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .help-card{
      padding:16px 16px 14px;
      border-radius:24px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex; flex-direction:column; gap:12px;
      min-height:190px;
    }
    .help-card:hover{transform: translateY(-3px); border-color: rgba(11,61,255,.18); box-shadow: 0 24px 52px rgba(11,61,255,.10)}
    .help-title{font-weight:1100; letter-spacing:-.2px}
    .help-text{color:var(--muted); font-weight:760; margin:0; font-size:13.6px}
    
    .faq-wrap{
      border-radius:26px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:10px;
    }
    .faq-item{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.70);
      margin:10px 0;
      overflow:hidden;
      transition: border-color .2s ease, transform .18s ease;
    }
    .faq-item:hover{border-color: rgba(11,61,255,.18); transform: translateY(-1px)}
    .faq-q{
      width:100%;
      padding:14px 14px;
      background: transparent;
      border:0;
      text-align:left;
      font-weight:980;
      letter-spacing:-.2px;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between;
      gap:12px;
    }
    .faq-q span:first-child{color:#12213a}
    .faq-icon{
      width:18px; height:18px;
      border-radius:6px;
      position:relative;
      flex:0 0 auto;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.14);
    }
    .faq-icon::before, .faq-icon::after{
      content:""; position:absolute; left:50%; top:50%;
      width:10px; height:2px;
      background:#0a2d85;
      border-radius:2px;
      transform: translate(-50%,-50%);
      transition: transform .2s ease, opacity .2s ease;
    }
    .faq-icon::after{
      transform: translate(-50%,-50%) rotate(90deg);
      opacity:1;
    }
    .faq-item[data-open="true"] .faq-icon::after{
      transform: translate(-50%,-50%) rotate(0deg);
      opacity:0;
    }
    .faq-a{
      padding:0 14px 14px;
      color:var(--muted);
      font-weight:760;
      font-size:14px;
    }
    .faq-cta{
      margin-top:14px;
      border-radius:26px;
      padding:16px;
      border:1px solid rgba(11,61,255,.14);
      background: linear-gradient(135deg, rgba(11,61,255,.12), rgba(255,255,255,.70) 55%);
      box-shadow: 0 14px 30px rgba(11,61,255,.10);
      display:flex; justify-content:space-between; align-items:center; gap:14px;
      flex-wrap:wrap;
    }
    .faq-cta-title{font-weight:1100; letter-spacing:-.2px}
    .faq-cta-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}
    .faq-cta-right{display:flex; gap:10px; flex-wrap:wrap}

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .wiki-card{
      padding:16px 16px 14px;
      border-radius:24px;
      background: rgba(255,255,255,.80);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .wiki-card:hover{transform: translateY(-3px); border-color: rgba(11,61,255,.18); box-shadow: 0 24px 52px rgba(11,61,255,.10)}
    .wiki-title{margin:0 0 10px; font-weight:1100; letter-spacing:-.2px; font-size:15.5px}
    .wiki-text{margin:0; color:var(--muted); font-weight:760; font-size:13.6px}
    .wiki-card a{margin-top:12px}

    .news-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .article-list{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px;
    }
    .list-head{display:flex; justify-content:space-between; align-items:baseline; gap:10px; margin-bottom:10px; flex-wrap:wrap}
    .list-title{font-weight:1100; letter-spacing:-.2px}
    .list-sub{color:var(--muted2); font-weight:760; font-size:13.2px}
    .article-ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px}
    .article-li{
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      display:flex; justify-content:space-between; align-items:flex-start; gap:12px;
      transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .article-li:hover{
      transform: translateY(-2px);
      border-color: rgba(11,61,255,.18);
      box-shadow: 0 22px 44px rgba(11,61,255,.10);
    }
    .article-left{display:flex; flex-direction:column; gap:6px}
    .article-title{
      font-weight:1100; letter-spacing:-.2px;
      text-decoration:none; color:#0a2d85;
    }
    .article-meta{color:var(--muted2); font-weight:760; font-size:12.8px}
    .list-more{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-start; margin-top:12px}

    .news-aside{display:flex; flex-direction:column; gap:14px}
    .aside-card{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px;
    }
    .aside-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:10px}
    .aside-tags{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:10px}
    .aside-text{color:var(--muted); font-weight:760; margin:0 0 12px; font-size:13.6px}
    .aside-card-2{
      background: radial-gradient(700px 260px at 10% 0%, rgba(11,61,255,.16), transparent 60%), rgba(255,255,255,.82);
    }

    .review-card{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px;
    }
    .review-head{margin-bottom:12px}
    .review-title{font-weight:1100; letter-spacing:-.2px}
    .review-sub{color:var(--muted2); font-weight:760; margin-top:6px; font-size:13.2px}
    .reviews-grid{
      display:grid; grid-template-columns: repeat(2, minmax(0,1fr));
      gap:12px;
      align-items:stretch;
    }
    .review-item{
      padding:14px 14px;
      border-radius:22px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:170px;
    }
    .review-item:hover{transform: translateY(-2px); border-color: rgba(11,61,255,.18); box-shadow: 0 22px 44px rgba(11,61,255,.10)}
    .review-role{font-weight:1000; letter-spacing:-.2px; margin-bottom:8px}
    .review-stars{color:#0a2d85; letter-spacing:1px; margin-bottom:10px; font-weight:1000}
    .review-text{color:var(--muted); font-weight:760; font-size:13.6px; margin:0}
    .review-foot{
      margin-top:12px;
      display:flex; gap:10px; align-items:center; justify-content:space-between;
      flex-wrap:wrap;
    }

    .join-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .join-card{
      border-radius:26px;
      background: radial-gradient(700px 300px at 10% 0%, rgba(11,61,255,.18), transparent 60%), rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.06);
      padding:18px;
    }
    .join-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .join-title{margin:0 0 10px; font-weight:1100; letter-spacing:-.25px}
    .join-list{display:flex; flex-direction:column; gap:12px; margin-top:10px}
    .join-item{display:flex; gap:12px; align-items:flex-start}
    .join-ico{
      width:38px; height:38px;
      border-radius:16px;
      background: rgba(11,61,255,.10);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
      margin-top:2px;
    }
    .join-item-title{font-weight:1100; letter-spacing:-.2px}
    .join-item-text{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}
    .join-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .contact-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .contact-card{
      border-radius:26px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:16px;
    }
    .contact-head{margin-bottom:12px}
    .contact-badge{
      display:inline-flex; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(11,61,255,.08);
      border:1px solid rgba(11,61,255,.16);
      color:#0a2d85;
      font-weight:1000;
      font-size:12.5px;
      margin-bottom:10px;
    }
    .contact-title{font-weight:1100; letter-spacing:-.2px; font-size:18px}
    .contact-sub{color:var(--muted); font-weight:760; margin-top:6px; font-size:13.6px}
    .contact-lines{display:flex; flex-direction:column; gap:10px}
    .contact-line{display:flex; justify-content:space-between; gap:12px; align-items:center; flex-wrap:wrap}
    .contact-label{color:var(--muted2); font-weight:900; font-size:13px}
    .contact-value{font-weight:1000; color:#0a2d85; text-decoration:none}
    .qr-wrap{
      display:flex; gap:14px; align-items:stretch; margin-top:14px; flex-wrap:wrap;
    }
    .qr-card{
      flex:0 0 210px;
      padding:12px 12px;
      border-radius:24px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
      display:flex; flex-direction:column; align-items:center;
      justify-content:center;
      text-align:center;
      gap:10px;
    }
    .qr-img{width:170px; max-width:100%; height:auto; border-radius:18px}
    .qr-caption{color:var(--muted); font-weight:850; font-size:13px}
    .qr-side{
      flex:1;
      padding:14px 14px;
      border-radius:24px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .qr-side-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:10px}
    .qr-list{margin:0; padding-left:18px; color:var(--muted); font-weight:760; font-size:13.6px}
    .contact-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

    .partner-card{
      margin-top:14px;
      border-radius:26px;
      padding:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .partner-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:10px}
    .partner-links{display:flex; flex-wrap:wrap; gap:10px}
    .partner-links a{
      text-decoration:none;
      font-weight:950;
      color:#0a2d85;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      padding:9px 12px;
      border-radius:14px;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
    }
    .partner-links a:hover{transform: translateY(-1px); background: rgba(11,61,255,.12); border-color: rgba(11,61,255,.26)}

    .media-card{
      border-radius:26px;
      padding:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.82);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      margin-top:14px;
    }
    .media-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:12px}
    .media-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
    .media-item{
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.70);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
    }
    .media-img{width:100%; height:auto; display:block}
    .media-cap{padding:10px 12px; color:var(--muted); font-weight:850; font-size:13.2px}
    .media-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}

    .section-footer-logos{padding-top:26px; padding-bottom:40px}
    .logo-strip{
      border-radius:30px;
      background: radial-gradient(900px 300px at 15% 0%, rgba(11,61,255,.16), transparent 60%), rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.08);
      box-shadow: 0 12px 28px rgba(12,45,120,.05);
      padding:18px;
    }
    .strip-head{display:flex; justify-content:space-between; align-items:flex-end; gap:12px; flex-wrap:wrap; margin-bottom:12px}
    .strip-title{font-weight:1100; letter-spacing:-.2px}
    .strip-sub{color:var(--muted2); font-weight:760; font-size:13.2px; margin-top:6px}
    .strip-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:start}
    .strip-card{
      border-radius:26px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 28px rgba(12,45,120,.04);
      padding:14px;
    }
    .strip-card-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:10px}
    .strip-img-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px}
    .strip-img-grid.single{grid-template-columns:1fr}
    .strip-img{
      width:100%; height:auto; display:block;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.08);
      background:#fff;
    }
    .strip-links{
      margin-top:14px;
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
      justify-content:center;
    }
    .strip-links a{
      text-decoration:none;
      font-weight:980;
      color:#0a2d85;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      padding:9px 12px;
      border-radius:14px;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
      font-size:13px;
    }
    .strip-links a:hover{transform: translateY(-1px); background: rgba(11,61,255,.12); border-color: rgba(11,61,255,.26)}

    .site-footer{
      background: linear-gradient(180deg, rgba(11,61,255,.10), rgba(255,255,255,.70) 60%), #ffffff;
      border-top:1px solid rgba(17,24,39,.08);
      padding:26px 0 18px;
    }
    .footer-grid{
      display:grid; grid-template-columns: 1.05fr .85fr 1fr;
      gap:14px;
      align-items:start;
      padding-bottom:14px;
    }
    .footer-left{display:flex; flex-direction:column; gap:12px}
    .footer-brand{display:flex; gap:12px; align-items:center}
    .footer-logo{width:44px; height:auto; border-radius:14px; background:#fff}
    .footer-name{font-weight:1100; letter-spacing:-.2px}
    .footer-sub{color:var(--muted2); font-weight:760; margin-top:6px; font-size:13.2px}
    .footer-copy{color:var(--muted); font-weight:760; max-width:42ch; font-size:13.6px}

    .footer-title{font-weight:1100; letter-spacing:-.2px; margin-bottom:10px}
    .footer-links{display:flex; flex-wrap:wrap; gap:10px}
    .footer-links a{
      text-decoration:none;
      color:#0a2d85;
      font-weight:980;
      padding:9px 12px;
      border-radius:14px;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
      font-size:13px;
    }
    .footer-links a:hover{transform: translateY(-1px); background: rgba(11,61,255,.12); border-color: rgba(11,61,255,.26)}
    .footer-home{margin-top:12px}
    .ai-page-home-link{
      text-decoration:none;
      font-weight:1100;
      color:#0a2d85;
      border:1px solid rgba(11,61,255,.18);
      background: rgba(11,61,255,.08);
      padding:10px 14px;
      border-radius:14px;
      display:inline-flex;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
    }
    .ai-page-home-link:hover{transform: translateY(-1px); background: rgba(11,61,255,.12); border-color: rgba(11,61,255,.26)}

    .footer-contacts{display:flex; flex-direction:column; gap:10px}
    .footer-contact{color:#0a2d85; font-weight:950; text-decoration:none; font-size:13.6px}
    .footer-contact:not(a){color:#132244}
    .footer-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .footer-bottom{
      display:flex; justify-content:space-between; align-items:center; gap:12px;
      border-top:1px solid rgba(17,24,39,.08);
      padding-top:14px;
      flex-wrap:wrap;
    }
    .footer-legal{color:var(--muted2); font-weight:760; font-size:13.2px}
    .footer-right-links{display:flex; gap:12px; flex-wrap:wrap}
    .footer-right-links a{
      text-decoration:none;
      color:var(--muted2);
      font-weight:900;
      font-size:13.2px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.65);
      transition: transform .15s ease, border-color .2s ease;
    }
    .footer-right-links a:hover{transform: translateY(-1px); border-color: rgba(11,61,255,.18); color:#0a2d85}

    .floating-kefu{
      position:fixed;
      right:16px;
      bottom:18px;
      z-index:80;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .float-btn{
      display:flex; align-items:center; gap:10px;
      text-decoration:none;
      border-radius:999px;
      padding:12px 14px;
      background: rgba(11,61,255,.92);
      border:1px solid rgba(11,61,255,.38);
      color:#fff;
      box-shadow: 0 18px 40px rgba(11,61,255,.26);
      transition: transform .18s ease, box-shadow .2s ease;
      font-weight:1000;
    }
    .float-btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 26px 58px rgba(11,61,255,.30);
    }
    .float-ico{display:flex; align-items:center; justify-content:center}
    .float-text{font-size:14px}

    @media (prefers-reduced-motion: reduce){
      *{animation:none !important; transition:none !important; scroll-behavior:auto !important}
    }

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; gap:14px}
      .hero-note{grid-template-columns: 1fr; }
      .feature-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .services-grid{grid-template-columns: 1fr; }
      .models-panel{grid-template-columns: 1fr}
      .split{grid-template-columns: 1fr}
      .split-reverse .split-left{order:1}
      .split-reverse .split-right{order:2}
      .solution-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .network-grid{grid-template-columns: 1fr}
      .steps-grid{grid-template-columns: 1fr 1fr}
      .case-grid{grid-template-columns: 1fr}
      .compare-wrap{grid-template-columns: 1fr}
      .pricing-grid{grid-template-columns: 1fr}
      .section-training .train-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .wiki-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .news-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .reviews-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .strip-grid{grid-template-columns: 1fr}
      .footer-grid{grid-template-columns: 1fr; }
      .desktop-nav{display:none}
      .burger{display:flex}
    }

    @media (max-width: 560px){
      .field-grid{grid-template-columns: 1fr}
      .hero-surface-compact{flex-direction:column; align-items:flex-start}
      .surface-cards{grid-template-columns: 1fr}
      .steps-grid{grid-template-columns: 1fr}
      .solution-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: 1fr}
      .intro-grid{grid-template-columns: 1fr}
      .reviews-grid{grid-template-columns: 1fr}
      .media-row{grid-template-columns: 1fr}
      .floating-kefu{right:12px; bottom:12px}
      .float-text{display:none}
    }