:root{
      --bg0:#ffffff;
      --bg1:#fbfaf7;
      --bg2:#f4f6fb;
      --text:#1f2937;
      --muted:#5b6777;
      --muted2:#7a8797;
      --border:rgba(17,24,39,.10);
      --border2:rgba(17,24,39,.14);
      --card:#ffffff;
      --shadow:0 12px 30px rgba(17,24,39,.08);
      --shadow2:0 8px 18px rgba(17,24,39,.08);
      --primary:#175cff;
      --primary2:#0d3fbf;
      --accent:#17b4a6;
      --accent2:#0a7f75;
      --warn:#f59e0b;
      --success:#10b981;
      --radius:18px;
      --radius2:14px;
      --radius3:12px;
      --container:1120px;
      --pad:20px;
      --focus:0 0 0 4px rgba(23,92,255,.16);
    }
    *{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 SC", "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(900px 420px at 20% -10%, rgba(23,92,255,.10), transparent 60%),
        radial-gradient(700px 360px at 80% 0%, rgba(23,180,166,.10), transparent 55%),
        linear-gradient(180deg, #fff, var(--bg1) 55%, #fff);
      overflow-x:hidden;
    }
    .sr-only{
      position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;
    }

    .container{max-width:var(--container); margin:0 auto; padding:0 var(--pad);}
    .section{padding:66px 0;}
    .section-tight{padding:44px 0;}
    .section-alt{
      background:
        radial-gradient(700px 300px at 20% 10%, rgba(23,92,255,.08), transparent 60%),
        radial-gradient(640px 260px at 80% 0%, rgba(23,180,166,.08), transparent 55%),
        linear-gradient(180deg, rgba(244,246,251,.9), rgba(244,246,251,.45));
      border-top:1px solid rgba(17,24,39,.06);
      border-bottom:1px solid rgba(17,24,39,.06);
    }

    .bg-aurora{
      position:fixed; inset:-40px;
      background:
        radial-gradient(600px 280px at 15% 15%, rgba(23,92,255,.11), transparent 60%),
        radial-gradient(540px 260px at 85% 8%, rgba(23,180,166,.10), transparent 58%),
        radial-gradient(520px 260px at 70% 55%, rgba(245,158,11,.08), transparent 60%);
      pointer-events:none;
      filter:saturate(1.1);
      z-index:-1;
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.75);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .header-inner{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:16px;
    }
    .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:44px; border-radius:12px; box-shadow:0 8px 18px rgba(23,92,255,.12)}
    .brand-meta{display:flex; flex-direction:column; line-height:1.1;}
    .brand-name{font-weight:800; letter-spacing:.2px; font-size:14px}
    .brand-sub{font-size:12px; color:var(--muted2); margin-top:4px}

    .nav-desktop{display:flex; align-items:center; gap:18px; flex:1; justify-content:center;}
    .nav-item{
      text-decoration:none; color:var(--muted);
      font-size:14px; padding:10px 6px; border-radius:10px;
      transition: background .2s ease, color .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .nav-item:hover{background:rgba(23,92,255,.08); color:var(--text); transform:translateY(-1px)}

    .header-actions{display:flex; align-items:center; gap:10px;}
    .nav-toggle{
      display:none;
      width:42px; height:42px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.85);
      border-radius:12px;
      cursor:pointer;
      padding:10px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .nav-toggle:focus{outline:none; box-shadow:var(--focus)}
    .nav-toggle span{
      display:block; height:2px; background:rgba(31,41,55,.85);
      margin:5px 0; border-radius:2px;
    }

    .nav-mobile{display:none;}
    .nav-mobile-inner{padding:14px 0 18px;}
    .nav-mobile-item{
      display:block;
      padding:12px 14px;
      margin:8px 0;
      border:1px solid rgba(17,24,39,.08);
      border-radius:14px;
      text-decoration:none; color:var(--text);
      background:rgba(255,255,255,.85);
      transition: transform .2s ease, border-color .2s ease;
    }
    .nav-mobile-item:hover{transform:translateY(-1px); border-color:rgba(23,92,255,.28)}
    [hidden]{display:none !important}

    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:12px 16px;
      border-radius:14px;
      text-decoration:none;
      border:1px solid transparent;
      cursor:pointer;
      font-weight:700;
      font-size:14px;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:var(--focus)}
    .btn:active{transform:translateY(1px)}
    .btn-primary{
      background: linear-gradient(135deg, var(--primary), #1b7cff);
      border-color: rgba(23,92,255,.30);
      color:#fff;
      box-shadow:0 14px 30px rgba(23,92,255,.22);
    }
    .btn-primary:hover{box-shadow:0 18px 40px rgba(23,92,255,.28); transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,255,255,.75);
      border-color:rgba(17,24,39,.12);
      color:var(--text);
    }
    .btn-ghost:hover{background:#fff; transform:translateY(-1px); border-color:rgba(23,92,255,.25)}
    .btn-soft{
      background: linear-gradient(135deg, rgba(23,180,166,.14), rgba(23,92,255,.10));
      border-color: rgba(23,180,166,.26);
      color: #0f2b2a;
    }
    .btn-soft:hover{transform:translateY(-1px); border-color:rgba(23,92,255,.25); box-shadow:0 12px 24px rgba(23,92,255,.10)}
    .btn-sm{padding:9px 12px; border-radius:12px; font-size:13px}
    .btn-block{width:100%}

    .hero{padding:40px 0 22px;}
    .hero-grid{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:20px; align-items:start;
    }
    .hero-left{padding:18px 0;}
    .chip-row{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:14px;}
    .chip{
      padding:8px 12px;
      border-radius:999px;
      font-weight:700;
      font-size:13px;
      color:#0f2b2a;
      background: rgba(23,180,166,.12);
      border:1px solid rgba(23,180,166,.22);
    }
    .hero-title{
      font-size:38px; line-height:1.1; letter-spacing:-.4px; margin:10px 0 14px;
    }
    .hero-desc{
      color:var(--muted);
      font-size:16px; line-height:1.7;
      max-width:56ch;
      margin:0 0 18px;
    }
    .hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 14px;}
    .hero-quick{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
      margin-top:18px;
    }
    .quick-item{
      border:1px solid rgba(17,24,39,.08);
      border-radius:16px;
      padding:14px 14px;
      background: rgba(255,255,255,.72);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .quick-item:hover{transform:translateY(-2px); box-shadow:0 14px 28px rgba(17,24,39,.08)}
    .quick-top{display:flex; align-items:center; gap:10px; margin-bottom:10px;}
    .icon-dot{width:10px;height:10px;border-radius:50%; background:rgba(23,92,255,.95); box-shadow:0 0 0 4px rgba(23,92,255,.16)}
    .icon-dot.alt{background:rgba(23,180,166,.95); box-shadow:0 0 0 4px rgba(23,180,166,.16)}
    .quick-label{font-weight:900; font-size:13px}
    .quick-text{color:var(--muted); font-size:13px; line-height:1.5}

    .hero-right{display:flex; flex-direction:column; gap:14px; padding-top:6px;}
    .hero-panel{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(900px 300px at 20% 0%, rgba(23,92,255,.10), transparent 55%),
        radial-gradient(800px 300px at 95% 20%, rgba(23,180,166,.10), transparent 55%),
        rgba(255,255,255,.78);
      box-shadow:var(--shadow2);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        linear-gradient(120deg, rgba(23,92,255,.16), transparent 40%),
        linear-gradient(220deg, rgba(23,180,166,.12), transparent 45%);
      opacity:.8;
      pointer-events:none;
    }
    .panel-head{position:relative}
    .panel-title{font-weight:900; letter-spacing:.2px; font-size:15px}
    .panel-sub{color:var(--muted); margin-top:6px; font-size:13px; line-height:1.5}
    .stats-grid{
      position:relative;
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
      margin-top:14px;
    }
    .stat-card{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.70);
      padding:14px 14px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      outline:none;
    }
    .stat-card:hover{transform:translateY(-2px); box-shadow:0 16px 28px rgba(17,24,39,.10); border-color:rgba(23,92,255,.22)}
    .stat-icon{color:rgba(23,92,255,.95); margin-bottom:10px}
    .stat-value{font-weight:900; font-size:14px; margin-bottom:6px}
    .stat-desc{color:var(--muted); font-size:12.8px; line-height:1.5}
    .panel-foot{
      position:relative;
      margin-top:14px;
      padding-top:14px;
      border-top:1px dashed rgba(17,24,39,.14);
      display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
    }
    .tiny-title{font-weight:900; font-size:13px}
    .tiny-desc{color:var(--muted); font-size:12.5px; line-height:1.5; margin-top:6px; max-width:48ch}

    .hero-badges{
      display:flex; flex-wrap:wrap; gap:10px;
      justify-content:flex-start;
    }
    .badge{
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.75);
      padding:9px 12px;
      display:flex; align-items:center; gap:10px;
      font-weight:800; font-size:13px;
      color:var(--text);
      transition: transform .2s ease;
    }
    .badge:hover{transform:translateY(-2px)}
    .badge-dot{width:9px;height:9px;border-radius:50%; background:rgba(23,180,166,.95); box-shadow:0 0 0 4px rgba(23,180,166,.16)}

    .section-head{margin-bottom:18px;}
    .section-head h2{
      margin:0 0 8px;
      font-size:28px;
      letter-spacing:-.2px;
    }
    .section-head p{margin:0; color:var(--muted); line-height:1.7; font-size:15px}

    .card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      box-shadow:0 10px 24px rgba(17,24,39,.06);
      padding:18px;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .card.glow{
      background:
        radial-gradient(700px 260px at 10% 0%, rgba(23,92,255,.10), transparent 55%),
        radial-gradient(660px 240px at 96% 10%, rgba(23,180,166,.10), transparent 55%),
        rgba(255,255,255,.84);
      border-color:rgba(23,92,255,.18);
    }
    .card:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(17,24,39,.08); border-color:rgba(23,92,255,.20)}
    .card-title{font-weight:950; font-size:15px; margin-bottom:10px}
    .card-text{color:var(--muted); line-height:1.7; font-size:14px; margin-bottom:12px}

    .list{margin:10px 0 0; padding-left:0; list-style:none; display:flex; flex-direction:column; gap:10px}
    .list.small{gap:8px; font-size:13.2px}
    .check{display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; border-radius:6px; background:rgba(16,185,129,.12); color:rgba(16,185,129,1); font-weight:1000}

    .about-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:16px; align-items:stretch;}
    .two-col{display:grid; grid-template-columns:1fr 1fr; gap:16px; align-items:start;}
    .card-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .timeline{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .timeline-item{display:flex; gap:12px; align-items:flex-start}
    .t-dot{width:10px;height:10px;border-radius:50%; background:rgba(23,92,255,.95); box-shadow:0 0 0 4px rgba(23,92,255,.16); margin-top:6px}
    .t-title{font-weight:950; font-size:14px}
    .t-desc{color:var(--muted); font-size:13.2px; line-height:1.55; margin-top:5px}

    .service-cards{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
    .service-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.80);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      outline:none;
    }
    .service-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.09); border-color:rgba(23,92,255,.20)}
    .service-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .service-icon{color:rgba(23,92,255,.95)}
    .service-title{font-weight:1000; letter-spacing:-.1px}
    .service-text{color:var(--muted); line-height:1.7; font-size:13.8px; min-height:46px}
    .tag-row{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
    .tag{
      font-size:12.5px; font-weight:850;
      padding:7px 10px; border-radius:999px;
      background:rgba(23,92,255,.10);
      border:1px solid rgba(23,92,255,.18);
      color:#103065;
    }

    .scene-list{display:flex; flex-direction:column; gap:12px; margin-top:10px}
    .scene{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      padding:14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .scene:hover{transform:translateY(-2px); box-shadow:0 16px 30px rgba(17,24,39,.08)}
    .scene-left{display:flex; align-items:center; gap:12px}
    .scene-icon{font-size:18px}
    .scene-title{font-weight:1000}
    .scene-desc{color:var(--muted); font-size:13.2px; line-height:1.55; text-align:right; max-width:40ch}

    .tool-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px}
    .tool-pill{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      padding:12px 12px;
      font-weight:900; font-size:13.2px;
      color:var(--text);
      display:flex; align-items:center; gap:10px;
    }
    .cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .solution-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
    .solution-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:168px;
    }
    .solution-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.09); border-color:rgba(23,92,255,.20)}
    .solution-title{font-weight:1000; margin-bottom:10px; letter-spacing:-.1px}
    .solution-text{color:var(--muted); line-height:1.7; font-size:13.6px}
    .solution-list{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
    .small-badge{
      font-size:12.5px; font-weight:850;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      color:rgba(31,41,55,.92);
    }

    .network-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .network-map{
      height:200px; border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:
        radial-gradient(500px 160px at 20% 10%, rgba(23,92,255,.12), transparent 55%),
        radial-gradient(480px 160px at 85% 20%, rgba(23,180,166,.12), transparent 55%),
        rgba(255,255,255,.65);
      position:relative;
      overflow:hidden;
      margin-bottom:12px;
    }
    .map-ring{
      position:absolute; left:50%; top:50%;
      width:220px; height:220px;
      transform:translate(-50%,-50%);
      border-radius:50%;
      border:1px dashed rgba(23,92,255,.25);
      opacity:.9;
      animation: ring 6s linear infinite;
    }
    @keyframes ring{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}
    .map-dot{position:absolute; width:10px; height:10px; border-radius:50%; background:rgba(23,92,255,.95); box-shadow:0 0 0 5px rgba(23,92,255,.14)}
    .map-dot.d1{left:24%; top:40%}
    .map-dot.d2{left:44%; top:26%}
    .map-dot.d3{left:60%; top:46%}
    .map-dot.d4{left:72%; top:30%}
    .map-dot.d5{left:36%; top:64%; background:rgba(23,180,166,.95); box-shadow:0 0 0 5px rgba(23,180,166,.14)}
    .map-line{
      position:absolute; inset:0;
      background:
        linear-gradient(120deg, transparent 40%, rgba(23,92,255,.20) 50%, transparent 60%),
        linear-gradient(55deg, transparent 46%, rgba(23,180,166,.18) 50%, transparent 56%);
      opacity:.22;
      transform:skewX(-18deg);
    }

    .support-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
    .support-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background: rgba(255,255,255,.72);
      padding:14px;
    }
    .support-k{font-weight:1000; font-size:13.5px; margin-bottom:6px}
    .support-v{color:var(--muted); font-size:13.2px; line-height:1.5}

    .step-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
    .step-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .step-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(260px 120px at 0% 0%, rgba(23,92,255,.14), transparent 60%),
        radial-gradient(260px 120px at 100% 0%, rgba(23,180,166,.12), transparent 60%);
      opacity:.8;
      pointer-events:none;
    }
    .step-num{font-weight:1000; color:rgba(23,92,255,.95); margin-bottom:10px; position:relative}
    .step-title{font-weight:1000; margin-bottom:8px; position:relative}
    .step-desc{color:var(--muted); line-height:1.7; font-size:13.6px; position:relative}

    .case-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px}
    .case-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:220px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.10); border-color:rgba(23,92,255,.20)}
    .case-top{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .case-badge{
      font-weight:950; font-size:13px;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(23,92,255,.18);
      background: rgba(23,92,255,.10);
      color:#11326f;
    }
    .case-dot{width:10px;height:10px;border-radius:50%; background:rgba(23,180,166,.95); box-shadow:0 0 0 5px rgba(23,180,166,.14)}
    .case-title{font-weight:1100; margin-top:12px; letter-spacing:-.1px}
    .case-desc{color:var(--muted); line-height:1.7; font-size:13.6px; margin-top:8px}
    .case-meta{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
    .meta-pill{
      font-size:12.5px; font-weight:850;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.70);
      color:rgba(31,41,55,.92);
    }
    .case-actions{margin-top:auto; padding-top:14px}
    .link-btn{
      color:var(--primary2);
      text-decoration:none;
      font-weight:950;
      display:inline-flex; align-items:center; gap:10px;
    }
    .link-btn:after{
      content:"";
      width:7px; height:7px;
      border-right:2px solid currentColor;
      border-top:2px solid currentColor;
      transform:rotate(45deg);
      margin-top:1px;
      transition: transform .2s ease;
    }
    .link-btn:hover:after{transform:rotate(45deg) translate(2px,-2px)}

    .split-cta{
      margin-top:16px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(700px 240px at 15% 0%, rgba(23,92,255,.12), transparent 55%),
        radial-gradient(700px 240px at 90% 20%, rgba(23,180,166,.10), transparent 55%),
        rgba(255,255,255,.82);
      padding:18px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .split-cta-title{font-weight:1100; margin-bottom:6px}
    .split-cta-desc{color:var(--muted); line-height:1.6; font-size:14px}
    .split-cta-right{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}

    .rating-top{display:grid; grid-template-columns: .95fr 1.05fr; gap:14px; align-items:stretch;}
    .rating-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.86);
      padding:18px;
      box-shadow:0 16px 36px rgba(17,24,39,.08);
    }
    .rating-row{display:flex; align-items:center; gap:12px}
    .rating-star{color:rgba(245,158,11,1)}
    .rating-title{font-weight:1000}
    .rating-value{margin-top:14px; font-weight:1200; font-size:44px; letter-spacing:-.6px}
    .rating-value span{font-size:16px; color:var(--muted); font-weight:950}
    .rating-sub{color:var(--muted2); margin-top:6px}

    .compare-mini{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
      align-content:start;
    }
    .mini-item{display:flex; justify-content:space-between; gap:10px; border:1px solid rgba(17,24,39,.08); background:rgba(255,255,255,.70); border-radius:14px; padding:12px 12px;}
    .mini-k{color:var(--muted); font-weight:900; font-size:13px}
    .mini-v{font-weight:1100; color:rgba(23,92,255,.95)}

    .compare-table-wrap{margin-top:14px; border-radius:var(--radius); border:1px solid rgba(17,24,39,.10); background:rgba(255,255,255,.82); padding:18px;}
    .compare-table-head{margin-bottom:12px}
    .table-title{font-weight:1100; font-size:16px}
    .table-sub{color:var(--muted); margin-top:6px; line-height:1.6; font-size:14px}

    .table-scroll{overflow:auto; border-radius:16px; border:1px solid rgba(17,24,39,.08); background:rgba(255,255,255,.72); outline:none}
    .compare-table{width:100%; border-collapse:collapse; min-width:720px}
    .compare-table th, .compare-table td{
      padding:14px 14px;
      border-bottom:1px solid rgba(17,24,39,.08);
      vertical-align:top;
      font-size:14px;
      line-height:1.6;
    }
    .compare-table th{
      text-align:left;
      background: rgba(23,92,255,.08);
      color:#0f2a63;
      font-weight:1100;
      position:sticky; top:0;
      z-index:1;
    }
    .compare-table td{color:var(--muted)}
    .compare-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .pricing-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .price-legend{display:flex; flex-wrap:wrap; gap:12px; margin:10px 0 14px}
    .legend-item{display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:900; font-size:13px}
    .legend-dot{width:10px;height:10px;border-radius:50%}
    .legend-dot.low{background:rgba(16,185,129,1)}
    .legend-dot.mid{background:rgba(245,158,11,1)}
    .legend-dot.high{background:rgba(239,68,68,1)}
    .mini-table{border-radius:16px; border:1px solid rgba(17,24,39,.08); overflow:hidden; background:rgba(255,255,255,.74)}
    .mini-row{display:grid; grid-template-columns: 1.1fr .55fr 1.1fr; gap:12px; padding:12px 14px; border-bottom:1px solid rgba(17,24,39,.08); align-items:center}
    .mini-row:last-child{border-bottom:none}
    .mini-head{background:rgba(23,92,255,.08); font-weight:1100; color:#0f2a63}
    .cost-chip{
      display:inline-flex; align-items:center; justify-content:center;
      padding:7px 10px; border-radius:999px;
      font-weight:1100; font-size:12.5px;
      border:1px solid rgba(17,24,39,.10);
    }
    .cost-chip.low{background:rgba(16,185,129,.10); color:rgba(10,120,90,1); border-color:rgba(16,185,129,.22)}
    .cost-chip.mid{background:rgba(245,158,11,.12); color:rgba(150,88,0,1); border-color:rgba(245,158,11,.26)}

    .help-steps{display:flex; flex-direction:column; gap:12px; margin-top:10px}
    .help-step{
      display:flex; gap:12px; align-items:flex-start;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
    }
    .hs-num{
      width:34px; height:34px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      font-weight:1200; background:rgba(23,92,255,.12); color:rgba(23,92,255,.95);
      border:1px solid rgba(23,92,255,.20);
    }
    .hs-title{font-weight:1100; margin-bottom:6px}
    .hs-desc{color:var(--muted); line-height:1.6; font-size:13.6px}
    .callout{
      margin-top:14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(23,180,166,.10);
      padding:14px;
    }
    .callout-title{font-weight:1100; margin-bottom:8px}
    .callout-text{color:rgba(14,60,56,1); line-height:1.7; font-size:13.6px; margin-bottom:10px}

    .training-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .direction-list{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}
    .direction{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(23,92,255,.20);
      background:rgba(23,92,255,.08);
      color:#0f2a63;
      font-weight:1000;
      font-size:13.6px;
    }
    .who-grid{display:grid; grid-template-columns:1fr; gap:12px; margin-top:12px}
    .who-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
    }
    .who-ico{font-size:18px; margin-bottom:8px}
    .who-title{font-weight:1100; margin-bottom:6px}
    .who-desc{color:var(--muted); line-height:1.6; font-size:13.6px}
    .cert-callout{
      margin-top:14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.72);
      padding:14px;
    }
    .cert-title{font-weight:1100; margin-bottom:10px}

    .banner-row{
      margin-top:16px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(680px 260px at 20% 0%, rgba(23,92,255,.14), transparent 55%),
        rgba(255,255,255,.86);
      padding:18px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .banner-title{font-weight:1200; margin-bottom:6px}
    .banner-desc{color:var(--muted); line-height:1.6; font-size:14px}

    .help-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
    .help-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:140px;
    }
    .help-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.09); border-color:rgba(23,92,255,.20)}
    .help-card-title{font-weight:1100; margin-bottom:10px; font-size:16px}
    .help-card-text{color:var(--muted); line-height:1.7; font-size:14px; margin-bottom:14px}

    .faq-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; align-items:start}
    .faq-column{display:flex; flex-direction:column; gap:12px}
    .faq-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      overflow:hidden;
      transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .faq-item:hover{border-color:rgba(23,92,255,.22); box-shadow:0 18px 40px rgba(17,24,39,.08); transform:translateY(-2px)}
    .faq-q{
      width:100%;
      text-align:left;
      background:transparent;
      border:none;
      padding:14px 14px;
      cursor:pointer;
      font-weight:1050;
      color:var(--text);
      display:flex; align-items:center; justify-content:space-between; gap:12px;
    }
    .faq-q:focus{outline:none; box-shadow:var(--focus)}
    .faq-icon{
      width:26px; height:26px; border-radius:10px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.75);
      position:relative;
      flex:0 0 auto;
    }
    .faq-icon:before, .faq-icon:after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:12px; height:2px; background:rgba(31,41,55,.78);
      transform:translate(-50%,-50%);
      border-radius:2px;
    }
    .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg); transition: transform .2s ease}
    .faq-item[data-open="true"] .faq-icon:after{transform:translate(-50%,-50%) rotate(0deg)}
    .faq-a{
      padding:0 14px 14px;
      color:var(--muted);
      line-height:1.75;
      font-size:14px;
    }

    .ai-bible-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
    .b-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:150px;
    }
    .b-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.09); border-color:rgba(23,92,255,.20)}
    .b-title{font-weight:1200; margin-bottom:10px}
    .b-desc{color:var(--muted); line-height:1.7; font-size:14px; min-height:56px}

    .articles-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .article-links{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .article-link{
      text-decoration:none;
      color:var(--text);
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      font-weight:900;
      line-height:1.4;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .article-link:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(17,24,39,.08); border-color:rgba(23,92,255,.20)}
    .tip-list{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .tip{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .tip-ico{
      width:30px;height:30px;border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(23,92,255,.12);
      border:1px solid rgba(23,92,255,.20);
      font-weight:1200; color:rgba(23,92,255,.95);
      flex:0 0 auto;
    }
    .tip-title{font-weight:1100; margin-bottom:6px}
    .tip-desc{color:var(--muted); line-height:1.6; font-size:13.6px}

    .submit-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:16px}
    .form{margin-top:12px}
    .form-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
    .field{display:flex; flex-direction:column; gap:8px; margin-bottom:12px}
    .field-label{font-weight:950; font-size:13.2px}
    input, select, textarea{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.82);
      padding:12px 12px;
      color:var(--text);
      font-size:14px;
      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{
      box-shadow:var(--focus);
      border-color:rgba(23,92,255,.35);
    }
    .form-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:6px; flex-wrap:wrap}
    .form-note{color:var(--muted); font-size:13px; line-height:1.6}
    .form-hidden-links{display:none}

    .benefit-list{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .benefit{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .benefit-ico{
      width:34px;height:34px;border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(23,92,255,.10);
      border:1px solid rgba(23,92,255,.18);
      color:rgba(23,92,255,.95);
      flex:0 0 auto;
    }
    .benefit-title{font-weight:1100; margin-bottom:6px}
    .benefit-desc{color:var(--muted); line-height:1.6; font-size:13.6px}

    .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .contact-row{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:14px}
    .contact-row.bottom{margin-top:12px; margin-bottom:0}
    .contact-item{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
    }
    .contact-k{color:var(--muted2); font-weight:950; font-size:12.8px; margin-bottom:8px}
    .contact-v{font-weight:1000; font-size:14px}
    .contact-link{color:var(--text); text-decoration:none; border-bottom:1px dashed rgba(23,92,255,.35)}
    .contact-link:hover{border-bottom-style:solid; color:rgba(23,92,255,.95)}

    .contact-qrcode{margin-top:10px}
    .q-title{font-weight:1100; margin-bottom:10px}
    .q-wrap{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      padding:12px;
      display:flex; align-items:center; justify-content:center;
    }
    .q-wrap img{max-width:220px; width:100%; height:auto; display:block}
    .q-sub{color:var(--muted); margin-top:10px; line-height:1.6; font-size:13.6px}
    .contact-links{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
    .company-block{margin-top:14px; border-radius:16px; border:1px solid rgba(17,24,39,.10); background:rgba(255,255,255,.72); padding:14px}
    .company-k{color:var(--muted2); font-weight:950; font-size:12.8px; margin-bottom:8px}
    .company-v{font-weight:1000; color:var(--text); line-height:1.6; font-size:14px}

    .join-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
    .join-bullets{display:flex; flex-direction:column; gap:12px; margin-top:12px}
    .jb{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px;
      display:flex; gap:12px; align-items:flex-start;
    }
    .jb-ico{
      width:34px;height:34px;border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(23,180,166,.12);
      border:1px solid rgba(23,180,166,.22);
      color:rgba(9,93,82,1);
      font-weight:1200;
      flex:0 0 auto;
    }
    .jb-title{font-weight:1100; margin-bottom:6px}
    .jb-desc{color:var(--muted); line-height:1.6; font-size:13.6px}
    .friend-links{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .friend-links a{
      color:var(--primary2);
      text-decoration:none;
      font-weight:1000;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .friend-links a:hover{transform:translateY(-2px); box-shadow:0 18px 40px rgba(17,24,39,.08); border-color:rgba(23,92,255,.20)}
    .card-divider{height:1px; background:rgba(17,24,39,.10); margin:14px 0}
    .join-mini .mini-k{color:var(--muted2); font-weight:950; font-size:12.8px; margin-bottom:8px}
    .join-mini .mini-v{color:var(--muted); line-height:1.7; font-size:13.8px; margin-bottom:10px}

    .review-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
    .review-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.82);
      padding:18px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:190px;
      outline:none;
    }
    .review-card:hover{transform:translateY(-3px); box-shadow:0 20px 44px rgba(17,24,39,.09); border-color:rgba(23,92,255,.20)}
    .review-top{display:flex; align-items:center; gap:12px; margin-bottom:12px}
    .avatar{
      width:44px; height:44px; border-radius:16px;
      background:linear-gradient(135deg, rgba(23,92,255,.18), rgba(23,180,166,.14));
      border:1px solid rgba(23,92,255,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:1200;
    }
    .review-role{font-weight:1100}
    .review-stars{color:rgba(245,158,11,1); font-weight:1000; margin-top:4px}
    .review-text{color:var(--muted); line-height:1.7; font-size:14px}
    .review-foot{margin-top:14px; font-weight:1000; color:rgba(23,92,255,.95)}

    .platform-intro{display:grid; grid-template-columns:1.05fr .95fr; gap:16px}
    .intro-bullets{display:flex; flex-direction:column; gap:10px; margin-top:12px}
    .intro-bullet{
      border-radius:16px; border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.72);
      padding:14px; display:flex; gap:12px; align-items:flex-start;
    }
    .ib-ico{
      width:34px; height:34px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(23,92,255,.10);
      border:1px solid rgba(23,92,255,.18);
      color:rgba(23,92,255,.95);
      font-weight:1200; flex:0 0 auto;
    }
    .ib-title{font-weight:1100; margin-bottom:6px}
    .ib-desc{color:var(--muted); line-height:1.6; font-size:13.6px}

    .cloud-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
    .cloud-tag{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      font-weight:1000;
      color:rgba(31,41,55,.92);
      transition: transform .2s ease, border-color .2s ease;
    }
    .cloud-tag:hover{transform:translateY(-2px); border-color:rgba(23,92,255,.24)}
    .side-callout{
      margin-top:14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(23,92,255,.08);
      padding:14px;
    }
    .side-callout-title{font-weight:1200; margin-bottom:8px}
    .side-callout-text{color:var(--muted); line-height:1.7; font-size:13.6px; margin-bottom:10px}

    .site-footer{
      margin-top:20px;
      background: #0b1220;
      color:#e5e7eb;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-inner{
      padding:44px 0 22px;
      display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:start;
    }
    .footer-brand{display:flex; align-items:flex-start; gap:12px}
    .footer-logo{width:46px; height:auto; border-radius:14px; box-shadow:0 10px 20px rgba(23,92,255,.20)}
    .footer-brand-text{display:flex; flex-direction:column; gap:6px}
    .footer-name{font-weight:1200; font-size:16px}
    .footer-desc{color:rgba(229,231,235,.78); line-height:1.6; font-size:13.8px; max-width:54ch}
    .footer-links-row{display:flex; flex-wrap:wrap; gap:12px; margin-top:16px}
    .footer-link{
      color:rgba(229,231,235,.86);
      text-decoration:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.04);
      padding:10px 12px;
      border-radius:999px;
      font-weight:900;
      font-size:13px;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .footer-link:hover{transform:translateY(-2px); background:rgba(255,255,255,.07); border-color:rgba(23,92,255,.35)}
    .footer-right{display:flex; flex-direction:column; gap:14px; align-items:flex-end}
    .footer-contact{display:flex; gap:10px; align-items:baseline}
    .footer-k{color:rgba(229,231,235,.7); font-weight:950; font-size:12.8px}
    .footer-v{color:#fff; font-weight:1100; font-size:14px; text-decoration:none}
    .footer-actions{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}
    .footer-actions .btn{border-radius:14px}
    .footer-actions .btn-primary{box-shadow:0 18px 46px rgba(23,92,255,.28)}
    .footer-sub{width:100%; text-align:right}
    .footer-sub > div:first-child{color:rgba(229,231,235,.7); font-weight:950; font-size:12.8px; margin-bottom:10px}
    .footer-sublinks{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .footer-sublinks a{
      color:rgba(229,231,235,.86);
      text-decoration:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.04);
      padding:10px 12px;
      border-radius:999px;
      font-weight:900;
      font-size:13px;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .footer-sublinks a:hover{transform:translateY(-2px); background:rgba(255,255,255,.07); border-color:rgba(23,92,255,.35)}

    .footer-bottom{
      padding:18px 0 28px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      color:rgba(229,231,235,.78);
      font-weight:900;
    }
    .copyright{font-size:13px}
    .footer-bottom .ai-page-home-link{
      color:#fff;
      text-decoration:none;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.06);
      padding:10px 12px;
      border-radius:999px;
      font-weight:1000;
      font-size:13px;
    }
    .footer-bottom .ai-page-home-link:hover{background:rgba(255,255,255,.10)}

    .float-customer{
      position:fixed; right:16px; bottom:16px;
      z-index:60;
      display:flex; flex-direction:column; gap:10px; align-items:flex-end;
    }
    .float-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.86);
      box-shadow:0 16px 34px rgba(17,24,39,.14);
      cursor:pointer;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      font-weight:1100;
    }
    .float-btn:hover{transform:translateY(-2px); border-color:rgba(23,92,255,.24); box-shadow:0 20px 44px rgba(17,24,39,.18)}
    .float-btn:focus{outline:none; box-shadow:var(--focus)}
    .float-dot{width:10px;height:10px;border-radius:50%; background:rgba(23,180,166,.95); box-shadow:0 0 0 4px rgba(23,180,166,.16)}
    .float-text{color:var(--text)}

    .float-pop{
      width:min(320px, calc(100vw - 32px));
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.92);
      box-shadow:0 24px 60px rgba(17,24,39,.18);
      overflow:hidden;
      padding:14px;
      animation: popIn .18s ease both;
    }
    @keyframes popIn{from{opacity:0; transform:translateY(8px)} to{opacity:1; transform:translateY(0)}}
    .pop-title{font-weight:1200; margin-bottom:10px}
    .pop-body{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.75);
      padding:12px;
      display:flex; align-items:center; justify-content:center;
    }
    .pop-body img{width:100%; max-width:220px; height:auto; display:block}
    .pop-foot{margin-top:10px; display:flex; flex-direction:column; gap:10px}
    .pop-note{color:var(--muted); line-height:1.6; font-size:13.4px}

    .to-top{
      position:fixed; left:16px; bottom:16px;
      z-index:60;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.86);
      box-shadow:0 16px 34px rgba(17,24,39,.14);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
      opacity:0; pointer-events:none;
    }
    .to-top.show{opacity:1; pointer-events:auto}
    .to-top:hover{transform:translateY(-2px); box-shadow:0 20px 44px rgba(17,24,39,.18)}
    .to-top:focus{outline:none; box-shadow:var(--focus)}

    @media (max-width: 980px){
      .nav-desktop{display:none}
      .nav-toggle{display:inline-block}
      .nav-mobile{display:block}
      .nav-mobile-inner{padding:0 0 18px}
      .nav-mobile.show{display:block}
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .hero-title{font-size:30px}
      .hero-quick{grid-template-columns:1fr; }
      .stats-grid{grid-template-columns:1fr 1fr}
      .service-cards{grid-template-columns:1fr 1fr}
      .about-grid{grid-template-columns:1fr}
      .two-col{grid-template-columns:1fr}
      .solution-grid{grid-template-columns:1fr 1fr}
      .network-grid{grid-template-columns:1fr}
      .step-grid{grid-template-columns:1fr 1fr}
      .case-grid{grid-template-columns:1fr 1fr}
      .rating-top{grid-template-columns:1fr}
      .pricing-grid{grid-template-columns:1fr}
      .training-grid{grid-template-columns:1fr}
      .help-grid{grid-template-columns:1fr}
      .faq-grid{grid-template-columns:1fr}
      .ai-bible-grid{grid-template-columns:1fr 1fr}
      .articles-grid{grid-template-columns:1fr}
      .submit-grid{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .join-grid{grid-template-columns:1fr}
      .review-grid{grid-template-columns:1fr}
      .platform-intro{grid-template-columns:1fr}
      .footer-inner{grid-template-columns:1fr}
      .footer-right{align-items:flex-start}
      .footer-sub{text-align:left}
      .footer-sublinks{justify-content:flex-start}
      .footer-bottom{flex-direction:column; align-items:flex-start}
    }
    @media (max-width: 520px){
      .container{padding:0 14px}
      .service-cards{grid-template-columns:1fr}
      .solution-grid{grid-template-columns:1fr}
      .step-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .ai-bible-grid{grid-template-columns:1fr}
      .form-row{grid-template-columns:1fr}
      .stats-grid{grid-template-columns:1fr}
      .hero-badges .badge{width:fit-content}
      .split-cta{flex-direction:column; align-items:flex-start}
      .split-cta-right{justify-content:flex-start}
      .banner-row{flex-direction:column; align-items:flex-start}
      .banner-right{width:100%}
      .banner-right .btn{width:100%}
    }
    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important}
      .map-ring{animation:none}
    }