:root{
      --bg:#f7f8fc;
      --panel:#ffffff;
      --text:#1f2328;
      --muted:#5b6570;
      --muted2:#7a8796;
      --line:rgba(25,35,45,.10);
      --shadow:0 14px 40px rgba(12,19,28,.08);
      --shadow2:0 8px 22px rgba(12,19,28,.10);
      --radius:18px;
      --radius2:22px;
      --brand:#1a73ff;
      --brand2:#5b3cff;
      --brand3:#00bcd4;
      --accent:#16a34a;
      --warn:#f59e0b;
      --danger:#ef4444;
      --focus:0 0 0 3px rgba(26,115,255,.22);
      --container:1140px;
      --gutter:20px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Microsoft YaHei","Noto Sans SC", Arial, sans-serif;
      background: linear-gradient(180deg, #fbfcff 0%, var(--bg) 55%, #ffffff 100%);
      color:var(--text);
      letter-spacing:0.2px;
    }

    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
      background:var(--panel); border:1px solid var(--line); border-radius:12px; z-index:9999;
      box-shadow:var(--shadow2);
    }

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

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

    .site-header{
      position:sticky; top:0; z-index:50;
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(20,35,50,.08);
    }
    .nav-container{
      min-height:70px;
      display:flex; align-items:center; justify-content:space-between;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      min-width:220px;
    }
    .ai-page-logo{width:42px; height:42px; object-fit:contain}
    .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand-name{font-weight:800; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); margin-top:3px}

    .nav-desktop{
      display:flex; gap:18px; align-items:center;
    }
    .nav-link{
      text-decoration:none; color:#29313a; font-size:14px; font-weight:600;
      padding:10px 8px; border-radius:12px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
    }
    .nav-link:hover{
      background: rgba(26,115,255,.08);
      color: var(--brand);
      transform: translateY(-1px);
    }

    .nav-actions{display:flex; align-items:center; gap:12px}
    .nav-toggle{
      width:44px; height:44px; border-radius:14px;
      border:1px solid rgba(20,35,50,.12);
      background: rgba(255,255,255,.8);
      display:none;
      align-items:center; justify-content:center;
      cursor:pointer;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .nav-toggle:hover{
      transform: translateY(-1px);
      box-shadow: 0 10px 28px rgba(26,115,255,.12);
      border-color: rgba(26,115,255,.25);
    }
    .hamburger{
      width:18px; height:12px; position:relative; display:block;
    }
    .hamburger::before, .hamburger::after, .hamburger span{
      content:""; position:absolute; left:0; right:0; height:2px; background:#24303a; border-radius:2px;
    }
    .hamburger::before{top:0}
    .hamburger::after{bottom:0}
    .hamburger span{top:5px}
    .hamburger{background:transparent}
    .hamburger::before, .hamburger::after{
      box-shadow: 0 5px 0 rgba(36,48,58,.85);
    }
    /* above uses shadow trick; ensure layout stable */

    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      border-radius:14px;
      border:1px solid transparent;
      text-decoration:none;
      cursor:pointer;
      font-weight:800;
      letter-spacing:.2px;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn-block{width:100%}
    .btn-lg{padding:14px 18px; min-height:48px}
    .btn-primary{
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);
      color:#fff;
      box-shadow: 0 16px 40px rgba(26,115,255,.18);
    }
    .btn-primary:hover{
      transform: translateY(-1px);
      box-shadow: 0 18px 48px rgba(26,115,255,.24);
    }
    .btn-ghost{
      background: rgba(255,255,255,.8);
      color:#24303a;
      border-color: rgba(20,35,50,.14);
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      border-color: rgba(26,115,255,.28);
      box-shadow: 0 16px 40px rgba(26,115,255,.10);
    }
    .btn-outline{
      background: rgba(26,115,255,.06);
      color: var(--brand);
      border-color: rgba(26,115,255,.18);
    }
    .btn-outline:hover{
      transform: translateY(-1px);
      background: rgba(26,115,255,.10);
      border-color: rgba(26,115,255,.30);
      box-shadow: 0 16px 40px rgba(26,115,255,.10);
    }
    .btn-soft{
      background: rgba(255,255,255,.75);
      color: var(--brand);
      border-color: rgba(26,115,255,.18);
    }
    .btn-soft:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.95);
      border-color: rgba(26,115,255,.35);
      box-shadow: 0 16px 40px rgba(26,115,255,.10);
    }
    .btn-quiet{
      background: rgba(26,115,255,.08);
      border-color: rgba(26,115,255,.16);
      color: var(--brand);
      border-radius:14px;
      padding:12px 14px;
      font-weight:900;
      min-height:44px;
    }
    .btn-quiet:hover{
      transform: translateY(-1px);
      background: rgba(26,115,255,.12);
      box-shadow: 0 16px 36px rgba(26,115,255,.12);
    }
    .btn-linkish{
      background: transparent;
      border-color: rgba(20,35,50,.12);
      color:#24303a;
      border-radius:14px;
      padding:12px 14px;
      min-height:44px;
      font-weight:900;
    }
    .btn-linkish:hover{
      transform: translateY(-1px);
      border-color: rgba(26,115,255,.22);
      box-shadow: 0 16px 36px rgba(26,115,255,.08);
    }

    .hero{
      position:relative;
      overflow:hidden;
      padding:54px 0 22px;
    }
    .hero-bg{
      position:absolute; inset:-40px -40px auto -40px; height:520px;
      pointer-events:none;
    }
    .grid-glow{
      position:absolute; left:50%; top:110px; transform:translateX(-50%);
      width:min(980px, 92vw); height:360px;
      background:
        radial-gradient(circle at 20% 30%, rgba(26,115,255,.28), transparent 55%),
        radial-gradient(circle at 80% 40%, rgba(91,60,255,.24), transparent 55%),
        radial-gradient(circle at 55% 80%, rgba(0,188,212,.18), transparent 55%),
        repeating-linear-gradient(90deg, rgba(16,24,40,.06) 0px, rgba(16,24,40,.06) 1px, transparent 1px, transparent 18px),
        repeating-linear-gradient(0deg, rgba(16,24,40,.06) 0px, rgba(16,24,40,.06) 1px, transparent 1px, transparent 18px);
      mask-image: radial-gradient(circle at 50% 45%, rgba(0,0,0,1), rgba(0,0,0,0) 72%);
      filter: saturate(1.1);
      opacity:.95;
    }
    .orb{
      position:absolute; border-radius:999px;
      filter: blur(0px);
      opacity:.85;
      animation: floaty 7s ease-in-out infinite;
    }
    .orb-a{
      width:190px; height:190px;
      left:calc(50% - 540px);
      top:40px;
      background: radial-gradient(circle at 30% 30%, rgba(26,115,255,.55), rgba(26,115,255,.0) 60%);
      animation-duration: 8.5s;
    }
    .orb-b{
      width:220px; height:220px;
      left:calc(50% + 250px);
      top:90px;
      background: radial-gradient(circle at 40% 35%, rgba(91,60,255,.50), rgba(91,60,255,.0) 62%);
      animation-duration: 10s;
    }
    @keyframes floaty{
      0%,100%{transform: translateY(0)}
      50%{transform: translateY(-12px)}
    }

    .hero-inner{
      display:grid;
      grid-template-columns: 1.22fr .78fr;
      gap:22px;
      align-items:start;
      position:relative;
      z-index:1;
    }

    .hero-badge{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,35,50,.10);
      box-shadow: 0 18px 45px rgba(12,19,28,.08);
      font-weight:800;
      color:#2a333d;
      font-size:13px;
    }
    .dot{
      width:10px; height:10px; border-radius:99px;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);
      box-shadow: 0 10px 18px rgba(26,115,255,.25);
    }

    .hero-title{
      margin:16px 0 10px;
      font-size:44px;
      line-height:1.08;
      letter-spacing:-.6px;
    }
    .hero-lead{
      margin:0;
      color: var(--muted);
      font-size:16px;
      line-height:1.75;
      max-width:620px;
      font-weight:600;
    }
    .hero-cta{
      margin-top:18px;
      display:flex; gap:12px; flex-wrap:wrap;
      align-items:center;
    }
    .hero-meta{
      margin-top:18px;
      display:grid; gap:12px;
      grid-template-columns: 1fr;
    }
    .meta-item{
      background: rgba(255,255,255,.68);
      border:1px solid rgba(20,35,50,.10);
      border-radius:16px;
      padding:12px 14px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .meta-item:hover{
      transform: translateY(-2px);
      border-color: rgba(26,115,255,.20);
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
    }
    .meta-top{
      display:flex; align-items:center; gap:10px;
      margin-bottom:6px;
    }
    .meta-icon{
      width:28px; height:28px; border-radius:10px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.10);
      color: var(--brand);
      font-weight:900;
      border:1px solid rgba(26,115,255,.18);
    }
    .meta-title{font-weight:900}
    .meta-sub{color:var(--muted); font-weight:650; font-size:13px}

    .card{
      background: rgba(255,255,255,.86);
      border:1px solid rgba(20,35,50,.10);
      border-radius: var(--radius);
      box-shadow: 0 14px 40px rgba(12,19,28,.06);
      overflow:hidden;
    }
    .grad-card{
      background:
        radial-gradient(1200px 420px at 10% 0%, rgba(26,115,255,.16), transparent 45%),
        radial-gradient(900px 420px at 90% 15%, rgba(91,60,255,.15), transparent 50%),
        rgba(255,255,255,.86);
      border-color: rgba(26,115,255,.16);
    }
    .card-head{
      padding:16px 16px 0;
    }
    .card-kicker{
      font-weight:900; color:rgba(26,115,255,.95);
      letter-spacing:.2px; font-size:12px;
    }
    .card-title{
      margin-top:8px;
      font-weight:1000;
      font-size:18px;
      line-height:1.3;
    }
    .card-body{padding:14px 16px 16px}
    .stats{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-bottom:14px;
    }
    .stat{
      padding:12px 12px;
      border-radius:14px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(20,35,50,.10);
    }
    .stat-num{font-weight:1000}
    .stat-label{margin-top:4px; color:var(--muted); font-weight:650; font-size:12px}
    .card-note{
      display:grid; gap:10px;
      margin-bottom:14px;
    }
    .check-row{
      display:flex; gap:10px; align-items:flex-start;
      color:#2a333d;
      font-weight:750;
      font-size:13px;
    }
    .check{
      width:22px; height:22px; border-radius:10px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(22,163,74,.10);
      border:1px solid rgba(22,163,74,.22);
      color: var(--accent);
      font-weight:1000;
      flex:0 0 auto;
      margin-top:-1px;
    }
    .lightweight{
      margin-top:14px;
      background: rgba(255,255,255,.72);
    }
    .lite-top{padding:16px 16px 0}
    .lite-title{font-weight:1000}
    .lite-sub{margin-top:6px; color:var(--muted); font-weight:650; font-size:13px}
    .lite-actions{
      display:flex; flex-wrap:wrap; gap:10px;
      padding:12px 16px 10px;
    }
    .pill{
      background: rgba(26,115,255,.08);
      border:1px solid rgba(26,115,255,.16);
      color: var(--brand);
      padding:8px 10px;
      border-radius:999px;
      text-decoration:none;
      font-weight:850;
      font-size:13px;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .pill:hover{transform: translateY(-1px); background: rgba(26,115,255,.12); border-color: rgba(26,115,255,.28)}
    .lite-foot{
      display:flex; align-items:center; gap:10px;
      padding:8px 16px 16px;
      color:var(--muted);
      font-weight:700;
      font-size:13px;
    }
    .sep{opacity:.55}
    .ai-page-home-link{
      color: var(--brand);
      text-decoration:none;
      font-weight:950;
    }
    .ai-page-home-link:hover{text-decoration:underline}

    .section{
      padding:64px 0;
    }
    .section.compact{padding:44px 0}
    .section.alt{
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(26,115,255,.03) 100%);
      border-top:1px solid rgba(20,35,50,.06);
      border-bottom:1px solid rgba(20,35,50,.06);
    }
    .container .mt-18{margin-top:18px}

    .section-head{
      display:flex; flex-direction:column; gap:12px;
      margin-bottom:22px;
    }
    .section-head.split{
      flex-direction:row; align-items:flex-end; justify-content:space-between;
      gap:18px;
    }
    .section-title-wrap{min-width:280px}
    .kicker{
      font-weight:1000;
      color: rgba(26,115,255,.95);
      font-size:12px;
      letter-spacing:.24px;
      text-transform:none;
    }
    .section-title{
      margin:0;
      font-size:30px;
      line-height:1.2;
      letter-spacing:-.4px;
    }
    .section-desc{max-width:560px}
    .muted{color:var(--muted)}
    .grid-2{display:grid; grid-template-columns:1fr 1fr; gap:18px}
    .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
    .grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
    .grid-3.mt-18, .grid-4.mt-18, .grid-2.mt-18{margin-top:18px}

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

    .feature-card{
      padding:18px 16px;
    }
    .feature-icon{
      width:44px; height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      margin-bottom:12px;
      font-size:18px;
    }
    .feature-card h3, .mini-service h3, .sector-card h3, .intro-card h3{
      margin:0;
      font-size:16px;
      font-weight:1000;
      letter-spacing:-.1px;
    }
    .feature-card p{margin:8px 0 0; line-height:1.65; font-weight:650; font-size:13.5px}

    .callout{
      margin-top:18px;
      padding:16px 16px;
      border-radius: var(--radius2);
      border:1px solid rgba(26,115,255,.18);
      background:
        radial-gradient(700px 240px at 0% 0%, rgba(26,115,255,.15), transparent 55%),
        radial-gradient(700px 240px at 100% 20%, rgba(91,60,255,.12), transparent 55%),
        rgba(255,255,255,.82);
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; flex-wrap:wrap;
    }
    .callout-title{font-weight:1100; font-size:18px}
    .callout-sub{margin-top:6px; font-weight:650}
    .callout-right{display:flex; gap:12px; flex-wrap:wrap}

    .mini-service{padding:16px 14px}
    .mini-top{display:flex; align-items:center; gap:10px; margin-bottom:10px}
    .mini-ico{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(91,60,255,.10);
      border:1px solid rgba(91,60,255,.18);
      color: #5b3cff;
      font-weight:1100;
    }
    .mini-list{margin:0; padding-left:18px; color:var(--muted); font-weight:650; line-height:1.7; font-size:13.5px}
    .service-wide{padding:18px 16px}
    .wide-head{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .badge{
      padding:8px 10px;
      border-radius:999px;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      font-weight:1000;
      font-size:12px;
      white-space:nowrap;
    }
    .badge-soft{
      background: rgba(91,60,255,.08);
      border-color: rgba(91,60,255,.18);
      color: #5b3cff;
    }
    .wide-body p{margin:0; line-height:1.75; font-weight:650; font-size:13.8px}
    .tag-row{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .tag{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,35,50,.12);
      color:#2a333d;
      padding:8px 10px;
      border-radius:999px;
      font-weight:850;
      font-size:13px;
      white-space:nowrap;
    }
    .tag-outline{
      background: rgba(26,115,255,.06);
      border-color: rgba(26,115,255,.18);
      color: var(--brand);
    }

    .timeline{
      display:flex; flex-direction:column;
      gap:12px;
    }
    .timeline-item{
      display:flex; gap:14px; align-items:flex-start;
      padding:16px 16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border:1px solid rgba(20,35,50,.10);
    }
    .t-marker{
      width:42px; height:42px; border-radius:16px;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .t-content h3{margin:0; font-weight:1100; font-size:16px}
    .t-content p{margin:6px 0 0; line-height:1.65; font-weight:650; font-size:13.6px}

    .value-card{padding:18px 16px}
    .value-top{display:flex; gap:10px; align-items:center; margin-bottom:10px}
    .value-ico{
      width:44px; height:44px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(0,188,212,.10);
      border:1px solid rgba(0,188,212,.18);
      color: #0ea5e9;
      font-weight:1100;
      font-size:18px;
    }
    .value-card h3{margin:0; font-weight:1100; font-size:16px}

    .sector-card{padding:18px 16px}
    .sector-head{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .sector-ico{width:44px; height:44px; border-radius:18px; display:flex; align-items:center; justify-content:center;
      background: rgba(245,158,11,.10);
      border:1px solid rgba(245,158,11,.22);
      font-size:18px; font-weight:1100;
    }
    .sector-card:nth-child(2) .sector-ico{
      background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.20);
    }
    .sector-card:nth-child(3) .sector-ico{
      background: rgba(26,115,255,.10); border-color: rgba(26,115,255,.20);
    }
    .check-list{margin:10px 0 14px; padding-left:18px; color:var(--muted); font-weight:650; line-height:1.8; font-size:13.6px}

    .compare-card .compare-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:18px 16px 0;
    }
    .compare-card .compare-body{padding:12px 16px 16px}
    .net-row{
      display:grid; grid-template-columns:repeat(3,1fr); gap:12px;
      margin:10px 0 10px;
    }
    .net-item{
      padding:12px 12px;
      border-radius:14px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(20,35,50,.10);
    }
    .net-num{font-weight:1100}
    .net-label{margin-top:4px; color:var(--muted); font-weight:650; font-size:12px}
    .cta-inline{display:flex; gap:12px; flex-wrap:wrap; margin-top:10px}
    .map-card{padding:18px 16px}
    .map-visual{
      margin-top:12px; position:relative;
      height:180px;
      border-radius:16px;
      background:
        radial-gradient(700px 230px at 20% 30%, rgba(26,115,255,.14), transparent 55%),
        radial-gradient(600px 240px at 80% 40%, rgba(91,60,255,.12), transparent 55%),
        rgba(255,255,255,.65);
      border:1px solid rgba(20,35,50,.10);
      overflow:hidden;
    }
    .map-ring{
      position:absolute; left:50%; top:50%;
      border-radius:999px; border:1px solid rgba(26,115,255,.18);
      transform: translate(-50%,-50%);
      animation: spin 10s linear infinite;
      opacity:.9;
    }
    .ring-1{width:210px; height:210px; animation-duration: 12s}
    .ring-2{width:150px; height:150px; animation-duration: 9s; border-color: rgba(91,60,255,.18)}
    @keyframes spin{
      from{transform: translate(-50%,-50%) rotate(0deg)}
      to{transform: translate(-50%,-50%) rotate(360deg)}
    }
    .map-dot{
      position:absolute; width:10px; height:10px; border-radius:99px;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);
      box-shadow: 0 12px 22px rgba(26,115,255,.25);
    }
    .dot-1{left:22%; top:46%}
    .dot-2{left:55%; top:30%}
    .dot-3{left:72%; top:62%}
    .dot-4{left:38%; top:70%}
    .map-line{
      position:absolute;
      height:2px;
      background: linear-gradient(90deg, rgba(26,115,255,.0), rgba(26,115,255,.26), rgba(26,115,255,.0));
      transform-origin:left center;
      opacity:.9;
      filter: blur(.2px);
    }
    .line-1{left:18%; top:55%; width:50%; transform: rotate(-12deg)}
    .line-2{left:40%; top:40%; width:40%; transform: rotate(22deg)}
    .map-tags{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}

    .steps{
      display:grid; grid-template-columns:repeat(4,1fr); gap:14px;
    }
    .step{
      padding:18px 16px;
      background: rgba(255,255,255,.76);
      border:1px solid rgba(20,35,50,.10);
      border-radius: var(--radius);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .step:hover{
      transform: translateY(-3px);
      border-color: rgba(26,115,255,.22);
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
    }
    .step-num{
      font-weight:1100; color: rgba(26,115,255,.95);
      font-size:12px; letter-spacing:.28px;
    }
    .step-title{margin-top:10px; font-weight:1100; font-size:16px}
    .step p{margin:8px 0 0; line-height:1.65; font-weight:650; font-size:13.6px}

    .table-card{padding:18px 16px}
    .table-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .table-head h3{margin:0; font-size:16px; font-weight:1100}
    .table-scroll{overflow:auto; border-radius:14px}
    table.table{
      width:100%;
      min-width:660px;
      border-collapse:separate;
      border-spacing:0;
      border:1px solid rgba(20,35,50,.10);
      background: rgba(255,255,255,.78);
    }
    .alt-table{min-width:720px}
    .table thead th{
      text-align:left;
      padding:12px 12px;
      font-size:13px;
      font-weight:1000;
      color:#2a333d;
      background: rgba(26,115,255,.07);
      border-bottom:1px solid rgba(20,35,50,.10);
    }
    .table tbody td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,35,50,.08);
      color:var(--muted);
      font-weight:650;
      font-size:13.5px;
      line-height:1.55;
    }
    .table tbody tr:last-child td{border-bottom:none}
    .table-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}

    .case-card{padding:18px 16px}
    .case-top{display:flex; flex-direction:column; gap:10px; margin-bottom:10px}
    .case-badge{
      display:inline-flex; align-items:center; justify-content:flex-start;
      width:max-content;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      font-weight:1000;
      font-size:12px;
    }
    .case-badge-soft{
      background: rgba(91,60,255,.08); border-color: rgba(91,60,255,.18); color:#5b3cff;
    }
    .case-badge-accent{
      background: rgba(0,188,212,.08); border-color: rgba(0,188,212,.18); color:#0ea5e9;
    }
    .case-title{font-weight:1100; font-size:16px; letter-spacing:-.2px; line-height:1.25}
    .case-spot{padding:18px 16px}
    .spot-head{display:flex; justify-content:space-between; gap:12px; align-items:flex-start; margin-bottom:12px}
    .spot-head h3{margin:0; font-size:16px; font-weight:1100}
    .spot-body{display:grid; grid-template-columns: 1fr; gap:10px}
    .spot-mock{
      border-radius:16px;
      background: rgba(255,255,255,.70);
      border:1px solid rgba(20,35,50,.10);
      padding:12px;
      min-height:140px;
      display:flex; align-items:center; justify-content:center;
      flex-direction:column;
      gap:10px;
    }
    .mock-item{
      width:92%; height:14px; border-radius:999px;
      background: linear-gradient(90deg, rgba(26,115,255,.18), rgba(91,60,255,.12));
      border:1px solid rgba(26,115,255,.14);
      opacity:.9;
    }
    .case-grid{margin-top:14px; display:grid; grid-template-columns: 1fr 1fr; gap:14px}

    .mock-row{width:100%; display:flex; gap:10px; justify-content:space-between}
    .mock-pill{
      width:30%; height:18px; border-radius:999px;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
    }
    .mock-line{width:100%; height:10px; border-radius:12px; background: rgba(20,35,50,.06); border:1px solid rgba(20,35,50,.08)}
    .mock-line:nth-child(2){width:86%}
    .mock-line:nth-child(3){width:76%}

    .eval-card{padding:18px 16px}
    .eval-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
    .rating-badge{
      display:flex; align-items:baseline; gap:8px;
      padding:10px 12px;
      border-radius:18px;
      background: rgba(245,158,11,.10);
      border:1px solid rgba(245,158,11,.22);
    }
    .rating-num{font-weight:1200; font-size:34px; line-height:1}
    .rating-max{font-weight:1000; color:var(--muted); margin-bottom:6px}
    .stars{
      font-size:18px;
      color:#f59e0b;
      letter-spacing:2px;
      padding-top:8px;
    }
    .eval-list{margin-top:14px; display:grid; gap:10px}
    .eval-row{padding:12px 12px; border-radius:14px; background: rgba(255,255,255,.72); border:1px solid rgba(20,35,50,.10)}
    .eval-key{font-weight:1000; font-size:13.8px}
    .eval-val{margin-top:6px; color:var(--muted); font-weight:700; font-size:13.2px}
    .eval-actions{margin-top:14px; display:grid; gap:10px}

    .eval-table-card{padding:18px 16px}

    .form-card{padding:18px 16px}
    .form-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .form-head h3{margin:0; font-size:16px; font-weight:1100}
    .form-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
    .field{display:flex; flex-direction:column; gap:7px}
    .field.full{grid-column:1 / -1}
    .field-label{font-weight:950; font-size:13px; color:#2a333d}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(20,35,50,.14);
      background: rgba(255,255,255,.86);
      color:var(--text);
      font-weight:700;
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
    }
    textarea{resize:vertical; min-height:120px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(26,115,255,.35);
      box-shadow: var(--focus);
    }
    .form-foot{display:flex; flex-direction:column; gap:10px}
    .fineprint{font-size:12.8px; line-height:1.55}

    .side-ad{padding:18px 16px}
    .side-head h3{margin:0; font-size:16px; font-weight:1100}
    .accordion{margin-top:10px; display:flex; flex-direction:column; gap:10px}
    .acc-item{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,35,50,.10);
      border-radius:16px;
      overflow:hidden;
    }
    .acc-btn{
      width:100%;
      background: transparent;
      border:0;
      display:flex; align-items:center; justify-content:space-between;
      padding:12px 14px;
      cursor:pointer;
      font-weight:1000;
      color:#2a333d;
    }
    .acc-btn:focus{outline:none; box-shadow: var(--focus)}
    .acc-panel{padding:0 14px 12px}
    .acc-icon{
      width:28px; height:28px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.08);
      border:1px solid rgba(26,115,255,.16);
      color: var(--brand);
      font-weight:1100;
    }
    .side-box{
      margin-top:14px;
      padding:14px 14px;
      border-radius:16px;
      background: radial-gradient(700px 260px at 0% 0%, rgba(26,115,255,.15), transparent 55%),
        rgba(255,255,255,.70);
      border:1px solid rgba(26,115,255,.16);
    }
    .side-box-title{font-weight:1100}
    .side-box-sub{margin-top:6px}
    .side-box-actions{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .side-logos{margin-top:14px; display:flex; flex-wrap:wrap; gap:10px}
    .logo-chip{
      padding:10px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(20,35,50,.10);
      font-weight:950;
      font-size:13px;
      color:#2a333d;
    }

    .token-card{padding:18px 16px}
    .token-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
    .token-head h3{margin:0; font-size:16px; font-weight:1100}
    .token-steps{margin-top:14px; display:flex; flex-direction:column; gap:12px}
    .tstep{display:flex; gap:12px; align-items:flex-start}
    .ticon{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(91,60,255,.10);
      border:1px solid rgba(91,60,255,.18);
      color:#5b3cff;
      font-weight:1100;
      flex:0 0 auto;
    }
    .tstep-title{font-weight:1100}
    .token-callout{
      margin-top:14px;
      padding:14px 14px;
      border-radius:16px;
      background: rgba(26,115,255,.08);
      border:1px solid rgba(26,115,255,.16);
    }
    .token-callout-title{font-weight:1100}
    .token-table-wrap{padding:18px 16px}

    .training-card{padding:18px 16px}
    .training-head{display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:10px}
    .training-head h3{margin:0; font-size:16px; font-weight:1100}
    .pill-grid{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
    .training-body p{margin:0; line-height:1.75; font-weight:650}
    .training-side{padding:18px 16px}
    .service-mini{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .service-mini-row{display:flex; gap:12px; align-items:flex-start}
    .mini-dot{
      width:12px; height:12px; border-radius:99px;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);
      box-shadow: 0 12px 22px rgba(26,115,255,.18);
      margin-top:6px;
      flex:0 0 auto;
    }
    .service-mini-title{font-weight:1100}
    .side-quote{
      margin-top:16px;
      padding:14px 14px;
      border-radius:16px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,35,50,.10);
    }
    .quote-mark{font-size:34px; line-height:1; color: rgba(26,115,255,.9); font-weight:1100}
    .quote-text{margin-top:6px; font-weight:800; line-height:1.6; color:#2a333d}
    .quote-by{margin-top:10px; font-weight:700}

    .help-card{padding:18px 16px}
    .help-top{display:flex; align-items:center; gap:12px}
    .help-ico{
      width:44px; height:44px; border-radius:18px; display:flex; align-items:center; justify-content:center;
      background: rgba(0,188,212,.10);
      border:1px solid rgba(0,188,212,.18);
      font-weight:1100; font-size:18px;
    }
    .help-card h3{margin:0; font-size:16px; font-weight:1100}
    .help-card p{margin:10px 0 14px; line-height:1.7; font-weight:650; font-size:13.6px}

    .faq-grid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
      align-items:flex-start;
    }
    .faq-item{
      background: rgba(255,255,255,.76);
      border:1px solid rgba(20,35,50,.10);
      border-radius:16px;
      margin-bottom:12px;
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      text-align:left;
      background: transparent;
      border:0;
      padding:13px 14px;
      cursor:pointer;
      font-weight:1100;
      color:#2a333d;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .faq-q:focus{outline:none; box-shadow: var(--focus)}
    .faq-plus{
      width:30px; height:30px;
      border-radius:12px;
      background: rgba(26,115,255,.08);
      border:1px solid rgba(26,115,255,.16);
      color: var(--brand);
      font-weight:1100;
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .faq-a{padding:0 14px 14px}
    .faq-a p{margin:0; line-height:1.75; font-weight:650; font-size:13.8px}
    .faq-bottom{
      margin-top:16px;
    }
    .faq-bottom-inner{
      padding:16px 16px;
      border-radius: var(--radius2);
      background:
        radial-gradient(820px 260px at 0% 0%, rgba(26,115,255,.14), transparent 55%),
        rgba(255,255,255,.78);
      border:1px solid rgba(26,115,255,.16);
      display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;
    }
    .faq-bottom-title{font-weight:1200; font-size:16px}
    .faq-bottom-actions{display:flex; gap:12px; flex-wrap:wrap}

    .wiki-card{padding:18px 16px}
    .wiki-top{display:flex; gap:12px; align-items:center}
    .wiki-ico{
      width:44px; height:44px; border-radius:18px; display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      font-weight:1100; font-size:18px;
      color: var(--brand);
    }
    .wiki-card h3{margin:0; font-weight:1100; font-size:16px}
    .wiki-card p{margin:10px 0 14px; line-height:1.7; font-weight:650; font-size:13.6px}

    .articles-card{padding:18px 16px}
    .articles-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .articles-head h3{margin:0; font-size:16px; font-weight:1100}
    .articles-list{display:flex; flex-direction:column; gap:10px}
    .article-row{
      text-decoration:none;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(20,35,50,.10);
      border-radius:16px;
      padding:12px 12px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    }
    .article-row:hover{
      transform: translateY(-2px);
      border-color: rgba(26,115,255,.22);
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
      background: rgba(255,255,255,.92);
    }
    .article-dot{
      width:10px; height:10px; border-radius:99px;
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);
      box-shadow: 0 10px 18px rgba(26,115,255,.22);
      flex:0 0 auto;
    }
    .article-text{display:flex; flex-direction:column; gap:6px; min-width:0}
    .article-title{font-weight:1100; color:#2a333d; font-size:14px; line-height:1.35; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden}
    .article-meta{font-size:12.5px; font-weight:750}
    .article-arrow{color:var(--brand); font-weight:1100; font-size:18px; flex:0 0 auto}

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

    .reviews-card{padding:18px 16px}
    .reviews-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .reviews-head h3{margin:0; font-size:16px; font-weight:1100}
    .review-list{display:grid; grid-template-columns: 1fr; gap:10px}
    .review-item{
      padding:14px 14px;
      border-radius:16px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(20,35,50,.10);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .review-item:hover{
      transform: translateY(-2px);
      border-color: rgba(26,115,255,.22);
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
    }
    .review-top{display:flex; gap:12px; align-items:center}
    .avatar{
      width:44px; height:44px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      font-weight:1200;
      color: var(--brand);
      flex:0 0 auto;
    }
    .review-name{font-weight:1100}
    .review-tags{margin-top:4px; font-weight:750; font-size:12.5px}
    .review-item p{margin:10px 0 0; line-height:1.75; font-weight:650; font-size:13.6px}

    .contact-card{padding:18px 16px}
    .contact-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .contact-head h3{margin:0; font-size:16px; font-weight:1100}
    .contact-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
      margin-top:12px;
    }
    .contact-item{
      padding:12px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,35,50,.10);
      display:flex; gap:12px; align-items:flex-start;
    }
    .contact-ico{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      font-weight:1100;
      flex:0 0 auto;
    }
    .contact-title{font-weight:1000; font-size:13.5px}
    .contact-link{
      margin-top:6px;
      display:inline-block;
      color: var(--brand);
      font-weight:950;
      text-decoration:none;
      word-break:break-word;
    }
    .contact-link:hover{text-decoration:underline}
    .contact-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap}

    .qr-card{padding:18px 16px}
    .qr-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .qr-head h3{margin:0; font-size:16px; font-weight:1100}
    .qr-wrap{
      margin-top:10px;
      padding:14px 14px;
      border-radius:18px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(20,35,50,.10);
      display:flex; align-items:center; justify-content:center;
    }
    .qr-img{
      width:190px; height:auto; max-width:100%;
      display:block;
    }
    .qr-note{margin-top:10px; font-weight:700; font-size:13.5px; line-height:1.6}
    .qr-mini-links{margin-top:14px; display:flex; flex-direction:column; gap:10px}

    .join-card{padding:18px 16px}
    .join-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
    .join-head h3{margin:0; font-size:16px; font-weight:1100}
    .join-side{padding:18px 16px}
    .mini-flow{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .mini-flow-item{display:flex; gap:12px; align-items:flex-start}
    .mini-flow-ico{
      width:40px; height:40px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(91,60,255,.10);
      border:1px solid rgba(91,60,255,.18);
      color:#5b3cff;
      font-weight:1100;
      flex:0 0 auto;
    }
    .mini-flow-title{font-weight:1100}
    .join-side-note{
      margin-top:14px;
      padding:14px 14px;
      border-radius:16px;
      background: rgba(26,115,255,.06);
      border:1px solid rgba(26,115,255,.14);
    }

    .links-card{padding:18px 16px}
    .links-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px}
    .links-head h3{margin:0; font-size:16px; font-weight:1100}
    .links-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:10px;
      margin-top:10px;
    }
    .links-grid a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,35,50,.10);
      color:#2a333d;
      font-weight:900;
      font-size:13.2px;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
      display:flex; align-items:center;
    }
    .links-grid a:hover{
      transform: translateY(-2px);
      border-color: rgba(26,115,255,.22);
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
      background: rgba(255,255,255,.92);
    }
    .links-foot{margin-top:12px; font-size:12.8px; font-weight:700}

    .site-footer{
      background: #0f172a;
      color:#e8eefb;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-inner{padding:34px 0 20px}
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap;
    }
    .footer-brand{display:flex; gap:12px; align-items:center}
    .footer-logo{width:44px; height:44px; object-fit:contain}
    .footer-name{font-weight:1100}
    .footer-sub{margin-top:6px; font-weight:700; font-size:13px}
    .footer-links{display:flex; gap:20px; flex-wrap:wrap}
    .footer-col{min-width:160px}
    .footer-col-title{
      font-weight:1200;
      margin-bottom:10px;
      color:#cfe0ff;
    }
    .footer-col a{
      display:block;
      color:#e6ecfb;
      text-decoration:none;
      margin:8px 0;
      font-weight:750;
      font-size:13.4px;
      opacity:.92;
    }
    .footer-col a:hover{opacity:1; text-decoration:underline}
    .footer-bottom{
      margin-top:18px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap;
    }
    .footer-copy{font-weight:750; font-size:13px}
    .footer-contact{font-weight:850; font-size:13.4px}
    .footer-mini-link{color:#dbeafe; text-decoration:none}
    .footer-mini-link:hover{text-decoration:underline}
    .float-customer{
      position:fixed; right:18px; bottom:18px;
      z-index:60;
    }
    .float-btn{
      display:flex; align-items:center; gap:10px;
      background: linear-gradient(135deg, rgba(26,115,255,.95), rgba(91,60,255,.95));
      color:#fff; text-decoration:none;
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.22);
      box-shadow: 0 18px 48px rgba(26,115,255,.22);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .float-btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 24px 60px rgba(26,115,255,.28);
    }
    .float-icon{
      width:34px; height:34px; border-radius:14px;
      background: rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:1100;
      flex:0 0 auto;
    }
    .float-text{font-weight:1100; letter-spacing:.2px}

    .to-top{
      position:fixed; right:18px; bottom:84px;
      width:46px; height:46px; border-radius:18px;
      border:1px solid rgba(20,35,50,.12);
      background: rgba(255,255,255,.84);
      color:#24303a;
      box-shadow: 0 18px 45px rgba(12,19,28,.10);
      cursor:pointer;
      font-weight:1100;
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease, opacity .18s ease;
      opacity:0;
      pointer-events:none;
    }
    .to-top.show{
      opacity:1;
      pointer-events:auto;
    }
    .to-top:hover{transform: translateY(-2px)}

    .intro-card{padding:18px 16px}
    .intro-ico{
      width:44px; height:44px; border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(26,115,255,.10);
      border:1px solid rgba(26,115,255,.18);
      color: var(--brand);
      font-weight:1100;
      font-size:18px;
      margin-bottom:12px;
    }
    .intro-card:nth-child(2) .intro-ico{background: rgba(91,60,255,.10); border-color: rgba(91,60,255,.18); color:#5b3cff}
    .intro-card:nth-child(3) .intro-ico{background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.22); color:#d97706}
    .intro-card:nth-child(4) .intro-ico{background: rgba(0,188,212,.10); border-color: rgba(0,188,212,.18); color:#0ea5e9}
    .intro-card p{margin:8px 0 0; line-height:1.7; font-weight:650; color:var(--muted); font-size:13.6px}

    @media (max-width: 980px){
      .hero-inner{grid-template-columns: 1fr; gap:14px}
      .hero-title{font-size:38px}
      .nav-desktop{display:none}
      .nav-toggle{display:flex}
      .mobile-menu{
        position:fixed; inset:0; z-index:80;
        background: rgba(15,23,42,.25);
        display:none;
      }
      .mobile-menu.show{display:block}
      .mobile-menu-inner{
        position:absolute; right:0; top:0; width:min(420px, 92vw); height:100%;
        background: rgba(255,255,255,.92);
        backdrop-filter: blur(10px);
        border-left:1px solid rgba(20,35,50,.10);
        padding:14px;
        display:flex; flex-direction:column; gap:14px;
      }
      .mobile-menu-head{display:flex; align-items:center; justify-content:space-between}
      .mobile-menu-title{font-weight:1100}
      .nav-close{
        width:44px; height:44px; border-radius:16px;
        border:1px solid rgba(20,35,50,.12);
        background: rgba(255,255,255,.8);
        cursor:pointer;
        font-size:22px;
        line-height:1;
      }
      .mobile-menu-links{display:grid; gap:10px}
      .mobile-link{
        text-decoration:none;
        padding:12px 12px;
        border-radius:16px;
        background: rgba(26,115,255,.06);
        border:1px solid rgba(26,115,255,.16);
        color:#24303a;
        font-weight:950;
      }
      .mobile-link:hover{border-color: rgba(26,115,255,.28)}
      .mobile-menu-actions{display:grid; gap:10px; margin-top:auto}
      .grid-4{grid-template-columns: repeat(2, 1fr)}
      .grid-3{grid-template-columns: repeat(2, 1fr)}
      .grid-2{grid-template-columns: 1fr}
      .steps{grid-template-columns: repeat(2, 1fr)}
      .faq-grid{grid-template-columns: 1fr; }
      .links-grid{grid-template-columns: repeat(2, 1fr)}
      table.table{min-width:560px}
      .case-grid{grid-template-columns: 1fr}
      .grid-3.mt-18{grid-template-columns: repeat(2,1fr)}
    }

    @media (max-width: 520px){
      .hero-title{font-size:32px}
      .hero-lead{font-size:15px}
      .grid-4{grid-template-columns: 1fr}
      .grid-3{grid-template-columns: 1fr}
      .grid-3.mt-18{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr}
      .links-grid{grid-template-columns: 1fr}
      .form-grid{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      table.table{min-width:480px}
      .float-text{display:none}
      .to-top{right:14px; bottom:84px}
      .float-customer{right:14px}
    }

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