:root{
      --bg0:#070815;
      --bg1:#0b0f2a;
      --card:#101431;
      --card2:#0d122e;
      --text:#0b1020;
      --text2:#2a3352;
      --muted:#5c6787;
      --line:rgba(255,255,255,.12);
      --shadow: 0 14px 40px rgba(0,0,0,.18);
      --shadow2: 0 10px 26px rgba(24, 0, 52, .18);
      --pink:#ff3bd7;
      --purple:#7c3cff;
      --cyan:#34d3ff;
      --violet:#a855f7;
      --lime:#7CFF6B;
      --btn:#ff2fcf;
      --btn2:#7c3cff;
      --focus: rgba(255, 59, 215, .35);
      --radius:16px;
      --radius2:22px;
      --container:1140px;
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; }
    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:#0e1633;
      background:
        radial-gradient(1200px 600px at 20% -10%, rgba(124,60,255,.22), transparent 55%),
        radial-gradient(900px 480px at 90% 10%, rgba(255,59,215,.18), transparent 55%),
        radial-gradient(700px 420px at 50% 20%, rgba(52,211,255,.10), transparent 50%),
        linear-gradient(180deg, #f6f7ff 0%, #f3f5fb 35%, #f7f6ff 100%);
    }

    .skip-link{
      position:absolute; left:-999px; top:10px;
      background:#fff; color:#111; padding:10px 12px;
      border-radius:12px; z-index:9999;
      box-shadow:0 8px 20px rgba(0,0,0,.15);
    }
    .skip-link:focus{ left:12px; outline:3px solid var(--focus); }

    .container{
      width: min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(246, 247, 255, .72);
      border-bottom: 1px solid rgba(15, 23, 42, .06);
    }
    .nav-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:14px 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width: 240px;
    }
    .brand-link{ display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; }
    .ai-page-logo{ width:42px; height:auto; display:block; }
    .brand-meta{ display:flex; flex-direction:column; line-height:1.1; }
    .brand-name{ font-weight:850; letter-spacing:.2px; font-size:16px; color:#0f172a; }
    .brand-sub{ margin-top:4px; font-size:12px; color:rgba(15, 23, 42, .62); }

    .desktop-nav{
      display:flex;
      align-items:center;
      gap:16px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .nav-link{
      text-decoration:none;
      color: rgba(15,23,42,.78);
      font-weight:650;
      font-size:13px;
      padding:8px 10px;
      border-radius:999px;
      transition: transform .15s ease, background .2s ease, color .2s ease;
    }
    .nav-link:hover{
      background: rgba(124,60,255,.10);
      color:#1f2a52;
      transform: translateY(-1px);
    }

    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      min-width: 270px;
      justify-content:flex-end;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      text-decoration:none;
      border:1px solid rgba(15,23,42,.12);
      padding:10px 14px;
      border-radius:12px;
      font-weight:780;
      font-size:13px;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      color:#0f172a;
      background:#fff;
      white-space:nowrap;
      cursor:pointer;
    }
    .btn:hover{ transform: translateY(-1px); box-shadow: 0 12px 30px rgba(17,24,39,.10); }
    .btn:active{ transform: translateY(0px); box-shadow:none; }
    .btn:focus{ outline:3px solid var(--focus); outline-offset:2px; }

    .btn-primary{
      border-color: rgba(255,47,207,.35);
      background: linear-gradient(135deg, rgba(255,47,207,.92), rgba(124,60,255,.90));
      color:#fff;
      box-shadow: 0 16px 36px rgba(124,60,255,.22);
    }
    .btn-primary:hover{ box-shadow: 0 20px 46px rgba(124,60,255,.26); }
    .btn-ghost{
      background: rgba(255,255,255,.68);
      border-color: rgba(15,23,42,.12);
      color:#0f172a;
    }
    .btn-soft{
      background: rgba(124,60,255,.10);
      border-color: rgba(124,60,255,.18);
      color:#4c2cff;
    }
    .btn-ghost:hover{ border-color: rgba(124,60,255,.24); }
    .btn-lg{ padding:12px 16px; border-radius:14px; font-size:14px; }
    .w100{ width:100%; }

    .menu-btn{
      display:none;
      align-items:center;
      gap:10px;
      border:1px solid rgba(15,23,42,.12);
      background: rgba(255,255,255,.76);
      border-radius:14px;
      padding:10px 12px;
      cursor:pointer;
      font-weight:800;
      color:#0f172a;
      transition: transform .15s ease, box-shadow .2s ease;
    }
    .menu-btn:hover{ transform: translateY(-1px); box-shadow: 0 12px 30px rgba(17,24,39,.10); }
    .menu-icon{
      width:18px; height:12px; position:relative; display:inline-block;
    }
    .menu-icon::before,.menu-icon::after, .menu-icon{
      background:transparent;
    }
    .menu-icon::before, .menu-icon::after{
      content:"";
      position:absolute; left:0; right:0;
      height:2px; background: rgba(15,23,42,.85);
      border-radius:2px;
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .menu-icon::before{ top:2px; }
    .menu-icon::after{ bottom:2px; }
    .menu-text{ font-size:13px; }

    .mobile-menu{
      border-top:1px solid rgba(15,23,42,.06);
      background: rgba(246,247,255,.92);
      backdrop-filter: blur(10px);
    }
    .mobile-menu-inner{ padding:14px 0 18px; }
    .mobile-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .mobile-link{
      text-decoration:none;
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(15,23,42,.10);
      border-radius:14px;
      padding:12px 12px;
      color:#0f172a;
      font-weight:800;
      font-size:13px;
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
      text-align:center;
    }
    .mobile-link:hover{
      transform: translateY(-1px);
      box-shadow: 0 16px 40px rgba(17,24,39,.10);
      border-color: rgba(124,60,255,.22);
    }
    .mobile-highlight{
      background: linear-gradient(135deg, rgba(255,47,207,.92), rgba(124,60,255,.90));
      color:#fff;
      border-color: rgba(255,47,207,.25);
    }
    .mobile-cta{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }

    .hero{
      position:relative;
      overflow:hidden;
      padding: 54px 0 30px;
      background: linear-gradient(180deg, rgba(255,255,255,.0) 0%, rgba(247,246,255,.95) 70%, rgba(246,247,255,1) 100%);
    }

    .hero-inner{
      display:grid;
      grid-template-columns: 1.25fr 0.95fr;
      gap:22px;
      align-items: start;
      position:relative;
      z-index:2;
      padding: 12px 0 10px;
    }

    .hero-copy{ padding-top: 6px; }
    .pill-row{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 14px; }
    .pill{
      display:inline-flex;
      align-items:center;
      padding:8px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:820;
      color: rgba(15,23,42,.80);
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.65);
    }
    .pill-2{
      border-color: rgba(124,60,255,.20);
      background: rgba(124,60,255,.08);
      color:#3d2bdc;
    }

    .hero-title{
      margin: 10px 0 14px;
      font-size: 40px;
      line-height: 1.08;
      letter-spacing: -.6px;
      color:#0b1020;
      font-weight: 920;
    }
    .hero-desc{
      margin:0;
      color: rgba(15, 23, 42, .78);
      font-size: 15px;
      line-height: 1.7;
      max-width: 56ch;
      font-weight: 650;
    }

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

    .hero-fast{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      align-items:stretch;
      margin-top: 6px;
    }
    .fast-item{
      flex: 1 1 200px;
      min-width: 200px;
      display:flex;
      align-items:center;
      gap:12px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 10px 26px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .fast-item:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 18px 42px rgba(124,60,255,.14);
    }
    .fast-icon{
      width:34px; height:34px;
      border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,59,215,.14), rgba(124,60,255,.14));
      color: rgba(124,60,255,.95);
      border: 1px solid rgba(124,60,255,.18);
    }
    .fast-title{ font-weight:900; color:#0b1020; font-size:13px; }
    .fast-sub{ margin-top:3px; font-weight:680; color: rgba(15,23,42,.68); font-size:12px; }

    .hero-panel{
      border-radius: var(--radius2);
      background: linear-gradient(180deg, rgba(16,20,49,.92), rgba(10,14,40,.92));
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-panel::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(800px 280px at 20% 0%, rgba(255,59,215,.25), transparent 55%),
        radial-gradient(600px 240px at 90% 20%, rgba(124,60,255,.26), transparent 55%),
        radial-gradient(520px 220px at 50% 70%, rgba(52,211,255,.12), transparent 55%);
      opacity:.9;
      pointer-events:none;
    }

    .panel-top, .panel-bottom, .metrics-grid{ position:relative; z-index:1; }
    .panel-top{
      padding:18px 18px 12px;
      border-bottom: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.03);
    }
    .panel-title{
      font-weight:920;
      color: rgba(255,255,255,.94);
      letter-spacing:.2px;
      font-size:14px;
    }
    .panel-hint{
      margin-top:6px;
      font-weight:680;
      color: rgba(255,255,255,.70);
      font-size:12px;
      line-height:1.5;
    }

    .metrics-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      padding:16px 18px 10px;
    }
    .metric-card{
      border-radius: 16px;
      padding: 13px 12px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.10);
      transition: transform .18s ease, background .22s ease, border-color .22s ease;
    }
    .metric-card:hover{
      transform: translateY(-2px);
      background: rgba(255,255,255,.08);
      border-color: rgba(255,59,215,.22);
    }
    .metric-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
    .metric-kicker{
      color: rgba(255,255,255,.72);
      font-size:12px;
      font-weight:770;
    }
    .metric-dot{
      width:10px; height:10px;
      border-radius:50%;
      background: rgba(255,59,215,.95);
      box-shadow: 0 0 0 4px rgba(255,59,215,.16);
    }
    .metric-dot-2{ background: rgba(124,60,255,.95); box-shadow: 0 0 0 4px rgba(124,60,255,.16); }
    .metric-dot-3{ background: rgba(52,211,255,.95); box-shadow: 0 0 0 4px rgba(52,211,255,.16); }
    .metric-dot-4{ background: rgba(124,255,107,.95); box-shadow: 0 0 0 4px rgba(124,255,107,.14); }

    .metric-value{
      color: rgba(255,255,255,.94);
      font-size:16px;
      font-weight:940;
      margin-bottom:5px;
    }
    .metric-desc{
      color: rgba(255,255,255,.68);
      font-size:12px;
      font-weight:680;
      line-height:1.45;
    }

    .panel-bottom{
      padding: 12px 18px 18px;
      border-top:1px solid rgba(255,255,255,.10);
      background: rgba(0,0,0,.06);
    }
    .mini-list{ display:flex; flex-direction:column; gap:10px; margin-bottom:14px; }
    .mini-item{
      display:flex; align-items:flex-start; gap:10px;
      color: rgba(255,255,255,.72);
      font-weight:700;
      font-size:12.5px;
      line-height:1.5;
    }
    .mini-item span{ color: inherit; }
    .mini-bullet{
      width:10px; height:10px;
      border-radius:6px;
      margin-top:4px;
      background: linear-gradient(135deg, rgba(255,59,215,.92), rgba(124,60,255,.92));
      box-shadow: 0 0 0 3px rgba(255,59,215,.14);
      flex: 0 0 auto;
    }

    .btn-soft{
      font-weight:900;
      border-radius:14px;
    }

    .hero-bg{
      position:absolute; inset:0;
      pointer-events:none;
      z-index:0;
    }
    .glow{
      position:absolute;
      width: 760px; height: 420px;
      border-radius: 999px;
      filter: blur(50px);
      opacity: .60;
      background: radial-gradient(circle at 30% 30%, rgba(255,59,215,.9), rgba(124,60,255,.2) 45%, transparent 66%);
    }
    .glow-1{ left:-260px; top:-140px; background: radial-gradient(circle at 30% 30%, rgba(255,59,215,.95), rgba(124,60,255,.22) 50%, transparent 70%); }
    .glow-2{ right:-280px; top:-80px; background: radial-gradient(circle at 40% 30%, rgba(124,60,255,.95), rgba(52,211,255,.22) 45%, transparent 70%); }
    .grid-lines{
      position:absolute; inset:-10%;
      background:
        linear-gradient(to right, rgba(15,23,42,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15,23,42,.06) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: .45;
      mask-image: radial-gradient(closest-side at 50% 10%, rgba(0,0,0,1), rgba(0,0,0,0));
    }
    .ring{
      position:absolute;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 999px;
      width: 520px; height: 520px;
      left: 50%; top: 18%;
      transform: translateX(-50%);
      opacity: .50;
      box-shadow: inset 0 0 0 1px rgba(255,59,215,.08);
    }
    .ring-1{ transform: translateX(-50%) translateY(-20px); border-color: rgba(124,60,255,.18); }
    .ring-2{ width: 720px; height: 720px; top: 10%; opacity:.22; border-color: rgba(255,59,215,.14); }

    .section{
      padding: 48px 0;
    }
    .section.compact{ padding: 24px 0; }
    .section.alt{
      background: linear-gradient(180deg, rgba(124,60,255,.06), rgba(124,60,255,.0));
      border-top: 1px solid rgba(15,23,42,.04);
      border-bottom: 1px solid rgba(15,23,42,.04);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom: 18px;
    }
    .h2{
      margin:0;
      font-size: 28px;
      letter-spacing: -.3px;
      font-weight: 930;
      color:#0b1020;
    }
    .lead{
      margin:8px 0 0;
      max-width: 70ch;
      font-size: 14.5px;
      line-height:1.7;
      color: rgba(15,23,42,.74);
      font-weight: 680;
    }

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

    .two-col{
      display:grid;
      grid-template-columns: 1.08fr .92fr;
      gap:16px;
      align-items:start;
    }

    .card{
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(15,23,42,.10);
      border-radius: var(--radius2);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      padding:18px;
    }
    .card.big{ padding:20px; }
    .card.medium{ padding:18px; }

    .card-eyebrow{
      font-weight:900;
      letter-spacing:.2px;
      font-size:12px;
      color: rgba(124,60,255,.95);
      text-transform: uppercase;
    }
    .card-title{
      margin-top:10px;
      font-size:20px;
      font-weight:950;
      color:#0b1020;
      letter-spacing:-.2px;
    }
    .card-text{
      margin: 12px 0 0;
      color: rgba(15,23,42,.76);
      line-height:1.75;
      font-weight:680;
      font-size:14px;
    }

    .check-list{ display:flex; flex-direction:column; gap:12px; margin-top: 14px; }
    .check-item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color: rgba(15,23,42,.78);
      font-weight:720;
      line-height:1.55;
      font-size:13.5px;
    }
    .check{ color: rgba(124,60,255,.95); margin-top:2px; }

    .list-row{ margin-top: 10px; }

    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:16px;
    }
    .grid-2{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:16px;
    }

    .feature-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 210px;
    }
    .feature-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .feature-icon{
      width:44px; height:44px;
      border-radius:16px;
      background: linear-gradient(135deg, rgba(255,59,215,.14), rgba(124,60,255,.14));
      border: 1px solid rgba(124,60,255,.18);
      display:flex; align-items:center; justify-content:center;
      color: rgba(124,60,255,.98);
    }
    .feature-icon-2{
      background: linear-gradient(135deg, rgba(52,211,255,.14), rgba(124,60,255,.14));
      border-color: rgba(52,211,255,.18);
      color: rgba(52,211,255,.96);
    }
    .feature-icon-3{
      background: linear-gradient(135deg, rgba(124,255,107,.12), rgba(255,59,215,.12));
      border-color: rgba(255,59,215,.16);
      color: rgba(255,59,215,.95);
    }
    .h3{
      margin:14px 0 8px;
      font-size:16.5px;
      font-weight:930;
      color:#0b1020;
      letter-spacing:-.2px;
    }
    .p{ margin:0; color: rgba(15,23,42,.75); line-height:1.75; font-weight:680; font-size:13.8px; }
    .chip-row{ margin-top: 12px; display:flex; gap:10px; flex-wrap:wrap; }
    .chip{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius: 999px;
      font-size:12px;
      font-weight:860;
      color: rgba(15,23,42,.78);
      background: rgba(124,60,255,.08);
      border: 1px solid rgba(124,60,255,.16);
    }

    .callout{
      margin-top:16px;
      border-radius: var(--radius2);
      background:
        radial-gradient(900px 240px at 20% 0%, rgba(255,59,215,.18), transparent 55%),
        radial-gradient(700px 220px at 90% 20%, rgba(124,60,255,.18), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 20px 60px rgba(124,60,255,.10);
      padding:18px;
      display:flex;
      gap:18px;
      align-items:flex-start;
      justify-content:space-between;
    }
    .callout-title{ font-weight:950; font-size:18px; letter-spacing:-.2px; color:#0b1020; }
    .callout-desc{ margin-top:8px; color: rgba(15,23,42,.75); line-height:1.75; font-weight:690; font-size:14px; max-width: 62ch; }
    .callout-right{ min-width: 340px; display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
    .callout-badges{ display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
    .badge{
      padding:8px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.60);
      color:#0b1020;
    }

    .split-grid{
      margin-top: 14px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .split-item{
      border-radius: 16px;
      padding: 12px 12px;
      background: rgba(124,60,255,.06);
      border: 1px solid rgba(124,60,255,.12);
    }
    .split-title{ font-weight:950; color:#0b1020; font-size:14px; }
    .split-text{ margin-top:6px; color: rgba(15,23,42,.73); font-weight:690; font-size:13.5px; line-height:1.6; }

    .note-row{
      margin-top: 14px;
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding: 12px 12px;
      border-radius: 16px;
      background: rgba(255,255,255,.65);
      border: 1px solid rgba(15,23,42,.10);
    }
    .note-icon{
      width:36px; height:36px; border-radius: 14px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,59,215,.14), rgba(124,60,255,.14));
      border: 1px solid rgba(124,60,255,.18);
      color: rgba(124,60,255,.95);
      flex:0 0 auto;
    }
    .note-text{
      color: rgba(15,23,42,.76);
      font-weight:690;
      line-height:1.65;
      font-size:13.8px;
    }

    .timeline{ margin-top: 10px; display:flex; flex-direction:column; gap:14px; }
    .time-item{ display:flex; gap:12px; align-items:flex-start; }
    .time-dot{
      width:12px; height:12px; border-radius: 8px;
      margin-top: 6px;
      background: linear-gradient(135deg, rgba(255,59,215,.95), rgba(124,60,255,.95));
      box-shadow: 0 0 0 4px rgba(124,60,255,.14);
      flex: 0 0 auto;
    }
    .time-dot-2{ background: rgba(52,211,255,.95); box-shadow: 0 0 0 4px rgba(52,211,255,.14); }
    .time-dot-3{ background: rgba(124,255,107,.95); box-shadow: 0 0 0 4px rgba(124,255,107,.12); }
    .time-dot-4{ background: rgba(255,59,215,.85); box-shadow: 0 0 0 4px rgba(255,59,215,.12); }
    .time-title{ font-weight:960; color:#0b1020; font-size:14.5px; }
    .time-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:690; font-size:13.6px; line-height:1.6; }
    .card-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }
    .small-divider{ height:1px; background: rgba(15,23,42,.08); margin: 14px 0; }
    .subtle-list{ display:flex; flex-direction:column; gap:12px; }
    .subtle-item{ display:flex; gap:10px; color: rgba(15,23,42,.76); font-weight:690; line-height:1.6; font-size:13.4px; }
    .subtle-dot{ width:10px; height:10px; border-radius:999px; margin-top:5px; background: rgba(124,60,255,.95); box-shadow: 0 0 0 4px rgba(124,60,255,.14); flex:0 0 auto; }

    .card.medium #needMatchCard{ }

    .form-inline{ display:grid; grid-template-columns: 1fr; gap:10px; margin-top: 12px; }
    .inline-item{ padding: 12px 12px; border-radius: 16px; background: rgba(255,255,255,.65); border:1px solid rgba(15,23,42,.10); }
    .inline-label{ font-weight:900; color: rgba(124,60,255,.95); font-size:12px; }
    .inline-value{ margin-top:6px; font-weight:950; color:#0b1020; font-size:14px; }

    .sector-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .sector-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .sector-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 10px; }
    .sector-title{ font-weight:960; font-size:16px; color:#0b1020; }
    .sector-chip{
      font-size:12px; font-weight:920;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(124,60,255,.18);
      background: rgba(124,60,255,.08);
      color:#4c2cff;
      white-space:nowrap;
    }
    .sector-chip-2{ border-color: rgba(255,59,215,.18); background: rgba(255,59,215,.08); color:#b91aa0; }
    .sector-chip-3{ border-color: rgba(52,211,255,.18); background: rgba(52,211,255,.08); color:#0a7db0; }
    .sector-chip-4{ border-color: rgba(124,255,107,.18); background: rgba(124,255,107,.10); color:#1d8b2a; }

    .ul{ margin:0; padding-left: 18px; display:flex; flex-direction:column; gap:8px; color: rgba(15,23,42,.78); font-weight:690; }
    .ul li{ line-height:1.6; font-size:13.8px; }
    .sector-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
      margin-top: 18px;
    }
    .step-card{
      padding:16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 160px;
    }
    .step-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .step-index{
      width: 44px; height: 44px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      color:#fff;
      background: linear-gradient(135deg, rgba(255,47,207,.92), rgba(124,60,255,.90));
      box-shadow: 0 18px 44px rgba(124,60,255,.24);
      margin-bottom: 10px;
    }
    .step-title{ font-weight:970; color:#0b1020; font-size:15px; }
    .step-text{ margin-top:8px; color: rgba(15,23,42,.73); font-weight:690; line-height:1.7; font-size:13.6px; }

    .process-cta{
      margin-top: 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding: 16px;
      border-radius: var(--radius2);
      background:
        radial-gradient(900px 260px at 15% 0%, rgba(255,59,215,.15), transparent 55%),
        radial-gradient(700px 240px at 90% 30%, rgba(124,60,255,.16), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
      border:1px solid rgba(15,23,42,.10);
    }
    .process-cta-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .process-cta-desc{ margin-top:6px; color: rgba(15,23,42,.73); font-weight:700; font-size:13.8px; line-height:1.6; }
    .process-cta-right{ display:flex; gap:10px; flex-wrap:wrap; }

    .network-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 190px;
    }
    .network-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .network-top{ display:flex; align-items:center; gap:10px; margin-bottom: 10px; }
    .network-dot{
      width:12px; height:12px; border-radius: 8px;
      background: linear-gradient(135deg, rgba(255,59,215,.95), rgba(124,60,255,.95));
      box-shadow: 0 0 0 4px rgba(124,60,255,.14);
    }
    .network-dot-2{ background: rgba(52,211,255,.95); box-shadow: 0 0 0 4px rgba(52,211,255,.14); }
    .network-dot-3{ background: rgba(124,255,107,.95); box-shadow: 0 0 0 4px rgba(124,255,107,.12); }
    .network-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .network-meta{ margin-top: 12px; display:flex; gap:10px; flex-wrap:wrap; }
    .meta-item{
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      background: rgba(124,60,255,.08);
      border: 1px solid rgba(124,60,255,.16);
      color:#3d2bdc;
    }

    .partner-bar{
      margin-top:16px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      padding:16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .partner-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .partner-desc{ margin-top:6px; color: rgba(15,23,42,.73); font-weight:690; line-height:1.6; font-size:13.8px; }
    .partner-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
      max-width: 640px;
    }
    .partner-links a{
      text-decoration:none;
      padding:8px 11px;
      border-radius:999px;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.66);
      color: rgba(15,23,42,.76);
      font-weight:900;
      font-size:12.5px;
      transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
      white-space:nowrap;
    }
    .partner-links a:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 18px 44px rgba(124,60,255,.12);
      color:#2d1fae;
    }

    .case-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 240px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .case-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .case-badge{
      font-size:12px; font-weight:940;
      padding:7px 10px;
      border-radius:999px;
      background: rgba(124,60,255,.10);
      border:1px solid rgba(124,60,255,.18);
      color:#4c2cff;
    }
    .case-badge-2{ background: rgba(255,59,215,.09); border-color: rgba(255,59,215,.18); color:#b91aa0; }
    .case-badge-3{ background: rgba(52,211,255,.10); border-color: rgba(52,211,255,.18); color:#0a7db0; }
    .case-time{ color: rgba(15,23,42,.62); font-size:12px; font-weight:860; }
    .case-title{ margin-top:12px; font-weight:980; font-size:16.5px; color:#0b1020; letter-spacing:-.2px; }
    .case-text{ margin-top:10px; color: rgba(15,23,42,.74); font-weight:690; line-height:1.75; font-size:13.8px; }
    .case-tags{ margin-top:auto; display:flex; gap:10px; flex-wrap:wrap; padding-top:12px; }
    .case-link{
      margin-top: 12px;
      display:inline-flex;
      align-self:flex-start;
      color: #4c2cff;
      font-weight:950;
      text-decoration:none;
      padding:10px 12px;
      border-radius: 14px;
      background: rgba(124,60,255,.08);
      border:1px solid rgba(124,60,255,.18);
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .case-link:hover{ transform: translateY(-1px); box-shadow: 0 18px 44px rgba(124,60,255,.12); border-color: rgba(124,60,255,.28); }

    .case-note{
      margin-top: 16px;
      border-radius: var(--radius2);
      border:1px solid rgba(15,23,42,.10);
      background:
        radial-gradient(900px 260px at 15% 0%, rgba(124,60,255,.18), transparent 55%),
        radial-gradient(700px 240px at 90% 30%, rgba(255,59,215,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
      padding:16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .case-note-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .case-note-desc{ margin-top:6px; color: rgba(15,23,42,.73); font-weight:700; font-size:13.8px; line-height:1.6; }

    .compare-grid{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:16px;
      align-items:start;
    }
    .rating-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .rating-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .rating-stars{ color:#ffb400; letter-spacing:2px; font-size:16px; }
    .rating-kicker{ font-weight:980; color:#0b1020; font-size:13px; }
    .rating-value{ margin-top: 10px; font-size: 34px; font-weight: 980; letter-spacing:-.6px; color:#0b1020; }
    .rating-sub{ margin-top: 6px; color: rgba(15,23,42,.72); font-weight:760; font-size:13.8px; }

    .bar-list{ margin-top: 14px; display:flex; flex-direction:column; gap:12px; }
    .bar-row{ display:grid; grid-template-columns: 1fr 1.2fr auto; gap:12px; align-items:center; }
    .bar-label{ color: rgba(15,23,42,.74); font-weight:780; font-size:13.2px; }
    .bar-outer{ height:10px; border-radius:999px; background: rgba(15,23,42,.08); overflow:hidden; border:1px solid rgba(15,23,42,.08); }
    .bar-inner{
      height:100%;
      border-radius:999px;
      background: linear-gradient(90deg, rgba(255,59,215,.95), rgba(124,60,255,.95));
    }
    .bar-num{ color: rgba(15,23,42,.70); font-weight:920; font-size:13px; }

    .rating-actions{ margin-top: 16px; display:flex; gap:10px; flex-wrap:wrap; }

    .compare-table-wrap{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .table-head{ margin-bottom: 12px; }
    .table-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .table-sub{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; font-size:13.8px; line-height:1.6; }

    .table-scroll{ overflow:auto; border-radius: 16px; }
    .compare-table{
      width: 100%;
      border-collapse: collapse;
      min-width: 560px;
      background: rgba(255,255,255,.60);
      border: 1px solid rgba(15,23,42,.10);
    }
    .compare-table th, .compare-table td{
      padding: 12px 12px;
      border-bottom: 1px solid rgba(15,23,42,.08);
      vertical-align: top;
      text-align:left;
      font-weight:720;
      color: rgba(15,23,42,.82);
      font-size:13.6px;
    }
    .compare-table th{
      position:sticky;
      top:0;
      background: linear-gradient(180deg, rgba(124,60,255,.12), rgba(124,60,255,.06));
      color:#0b1020;
      font-weight:950;
    }
    .compare-table tr:last-child td{ border-bottom:none; }

    .table-footer{
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px solid rgba(15,23,42,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .table-footer-title{ font-weight:980; color:#0b1020; }
    .table-footer-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; font-size:13.6px; line-height:1.6; }

    .price-grid{
      display:grid;
      grid-template-columns: .98fr 1.02fr;
      gap:16px;
      align-items:start;
    }
    .price-card, .price-table-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .price-top{ margin-bottom: 12px; }
    .price-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .price-kicker{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:720; font-size:13.6px; line-height:1.6; }

    .price-steps{ display:flex; flex-direction:column; gap:12px; margin-top: 10px; }
    .price-step{ display:flex; gap:12px; align-items:flex-start; padding:12px; border-radius:16px; background: rgba(124,60,255,.06); border:1px solid rgba(124,60,255,.12); }
    .ps-idx{
      width:30px; height:30px; border-radius: 12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,60,255,.14);
      color:#4c2cff;
      font-weight:980;
      flex:0 0 auto;
      margin-top:2px;
    }
    .ps-title{ font-weight:980; color:#0b1020; font-size:14px; }
    .ps-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:690; font-size:13.4px; line-height:1.6; }

    .price-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }

    .price-table-head{ margin-bottom: 12px; }
    .price-table-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .price-table-sub{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; font-size:13.6px; line-height:1.6; }

    .mini-price-table{
      width: 100%;
      min-width: 700px;
      border-collapse: collapse;
      border: 1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.60);
    }
    .mini-price-table th, .mini-price-table td{
      padding: 12px 12px;
      border-bottom: 1px solid rgba(15,23,42,.08);
      text-align:left;
      font-weight:720;
      color: rgba(15,23,42,.82);
      font-size:13.5px;
      vertical-align: top;
    }
    .mini-price-table th{
      background: linear-gradient(180deg, rgba(255,59,215,.10), rgba(124,60,255,.06));
      font-weight:980;
      color:#0b1020;
    }
    .mini-price-table tr:last-child td{ border-bottom:none; }
    .price-disclaimer{
      margin-top: 12px;
      padding: 12px 12px;
      border-radius: 16px;
      background: rgba(15,23,42,.04);
      border: 1px solid rgba(15,23,42,.08);
      color: rgba(15,23,42,.72);
      font-weight:680;
      line-height:1.6;
      font-size:13.4px;
    }

    .training-grid{
      display:grid;
      grid-template-columns: .98fr 1.02fr;
      gap:16px;
      align-items:start;
    }
    .train-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .train-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .train-sub{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.6; font-size:13.6px; }
    .train-list{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }
    .train-item{
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:16px;
      background: rgba(124,60,255,.06);
      border:1px solid rgba(124,60,255,.12);
      color: rgba(15,23,42,.80);
      font-weight:860;
    }
    .train-check{
      width:24px; height:24px;
      border-radius:10px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,60,255,.14);
      color:#4c2cff;
      font-weight:980;
      flex:0 0 auto;
    }
    .train-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }

    .train-right{
      padding:18px;
      border-radius: var(--radius2);
      background:
        radial-gradient(900px 260px at 10% 0%, rgba(124,60,255,.18), transparent 55%),
        radial-gradient(700px 240px at 90% 30%, rgba(255,59,215,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .train-right-title{ font-weight:980; color:#0b1020; font-size:18px; }
    .train-right-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.9px; }
    .skills-grid{
      margin-top: 14px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .skill-card{
      padding:14px 14px;
      border-radius: 18px;
      background: rgba(255,255,255,.62);
      border:1px solid rgba(15,23,42,.10);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 120px;
    }
    .skill-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.10);
    }
    .skill-top{ display:flex; align-items:center; gap:10px; }
    .skill-icon{
      width:38px; height:38px; border-radius: 16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,60,255,.10);
      border:1px solid rgba(124,60,255,.18);
      color:#4c2cff;
    }
    .skill-icon-2{
      background: rgba(52,211,255,.10);
      border-color: rgba(52,211,255,.18);
      color:#0a7db0;
    }
    .skill-icon-3{
      background: rgba(255,59,215,.09);
      border-color: rgba(255,59,215,.18);
      color:#b91aa0;
    }
    .skill-title{ font-weight:980; color:#0b1020; font-size:14px; }
    .skill-desc{ margin-top:10px; color: rgba(15,23,42,.72); font-weight:690; line-height:1.6; font-size:13.2px; }

    .train-cta{
      margin-top: 14px;
      padding: 14px 14px;
      border-radius: 18px;
      background: rgba(15,23,42,.04);
      border: 1px solid rgba(15,23,42,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .train-cta-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .train-cta-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; font-size:13.6px; line-height:1.6; }

    .help-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .help-card{
      padding:16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 170px;
    }
    .help-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .help-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .help-desc{ margin-top:10px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.65; font-size:13.6px; }
    .help-tags{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }

    .faq-wrap{
      padding: 8px;
      border-radius: var(--radius2);
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .faq-item{
      border-radius: 18px;
      border:1px solid rgba(15,23,42,.08);
      background: rgba(255,255,255,.64);
      margin: 10px;
      overflow:hidden;
      transition: border-color .2s ease, transform .2s ease;
    }
    .faq-item:hover{ border-color: rgba(124,60,255,.18); }
    .faq-q{
      width:100%;
      text-align:left;
      padding: 14px 14px;
      border:none;
      background: transparent;
      cursor:pointer;
      font-weight:930;
      color:#0b1020;
      font-size:14.2px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .faq-q:focus{ outline:3px solid var(--focus); outline-offset:2px; }
    .faq-plus{
      width: 28px; height: 28px;
      border-radius: 12px;
      background: rgba(124,60,255,.10);
      border:1px solid rgba(124,60,255,.18);
      position:relative;
      flex:0 0 auto;
    }
    .faq-plus::before, .faq-plus::after{
      content:"";
      position:absolute;
      left:50%; top:50%;
      width: 12px; height:2px;
      background: rgba(124,60,255,.98);
      transform: translate(-50%,-50%);
      border-radius:2px;
      transition: transform .25s ease, opacity .25s ease;
    }
    .faq-plus::after{
      width:2px; height:12px;
    }
    .faq-q.open .faq-plus::after{
      transform: translate(-50%,-50%) rotate(90deg);
      opacity: .35;
    }
    .faq-a{
      padding: 0 14px 14px 14px;
      color: rgba(15,23,42,.76);
      font-weight:720;
      line-height:1.75;
      font-size:13.8px;
    }

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .wiki-card{
      padding:16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 160px;
    }
    .wiki-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .wiki-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .wiki-desc{ margin-top:10px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.6px; }
    .wiki-footer{ margin-top: 14px; }
    .wiki-pill{
      display:inline-flex;
      padding:8px 11px;
      border-radius:999px;
      background: rgba(124,60,255,.08);
      border:1px solid rgba(124,60,255,.16);
      color:#4c2cff;
      font-weight:930;
      font-size:12.5px;
    }

    .latest-grid{
      display:grid;
      grid-template-columns: 1.18fr .82fr;
      gap:16px;
      align-items:start;
    }
    .article-list, .side-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .article-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 12px; }
    .article-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .article-more{
      text-decoration:none;
      color:#4c2cff;
      font-weight:930;
      padding:8px 11px;
      border-radius:14px;
      background: rgba(124,60,255,.08);
      border:1px solid rgba(124,60,255,.18);
      transition: transform .15s ease, box-shadow .2s ease;
    }
    .article-more:hover{ transform: translateY(-1px); box-shadow: 0 18px 44px rgba(124,60,255,.12); }
    .article-items{ display:flex; flex-direction:column; gap:10px; }
    .article-item{
      text-decoration:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding: 12px 12px;
      border-radius: 18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.62);
      transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .article-item:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.10);
    }
    .article-dot{
      width:12px; height:12px; border-radius: 8px;
      background: linear-gradient(135deg, rgba(255,59,215,.95), rgba(124,60,255,.95));
      box-shadow: 0 0 0 4px rgba(124,60,255,.14);
      flex:0 0 auto;
    }
    .article-body{ flex:1; }
    .article-name{ font-weight:980; color:#0b1020; font-size:14.2px; }
    .article-meta{ margin-top:4px; color: rgba(15,23,42,.68); font-weight:720; font-size:12.8px; }
    .article-arrow{ color:#4c2cff; font-weight:980; }

    .side-title{ font-weight:980; color:#0b1020; font-size:16px; }
    .side-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.8px; }
    .link-grid{ margin-top: 14px; display:flex; flex-wrap:wrap; gap:10px; }
    .link-pill{
      text-decoration:none;
      padding:9px 11px;
      border-radius:999px;
      background: rgba(255,255,255,.62);
      border:1px solid rgba(15,23,42,.10);
      color: rgba(15,23,42,.78);
      font-weight:930;
      font-size:12.8px;
      transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
      white-space:nowrap;
    }
    .link-pill:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.10);
      color:#2d1fae;
    }
    .side-divider{ height:1px; background: rgba(15,23,42,.08); margin: 14px 0; }
    .side-cta-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .side-cta-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.65; font-size:13.6px; }
    .side-cta{ display:flex; flex-direction:column; gap:10px; }

    .form-wrap{
      display:grid;
      grid-template-columns: .98fr 1.02fr;
      gap:16px;
      align-items:start;
      padding: 16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .form-left-title{ font-weight:980; color:#0b1020; font-size:18px; }
    .form-left-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.8px; }
    .form-benefits{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }
    .fb-item{ display:flex; align-items:center; gap:10px; color: rgba(15,23,42,.80); font-weight:850; }
    .fb-icon{
      width:26px; height:26px;
      border-radius: 12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,60,255,.14);
      color:#4c2cff;
      font-weight:980;
      flex:0 0 auto;
      border:1px solid rgba(124,60,255,.18);
    }
    .form-left-mini{ margin-top: 14px; }
    .mini-card{
      padding:12px 12px;
      border-radius: 18px;
      background: rgba(124,60,255,.06);
      border:1px solid rgba(124,60,255,.12);
    }
    .mini-card-title{ font-weight:980; color:#0b1020; font-size:14px; }
    .mini-card-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.6; font-size:13.4px; }

    form.form-right{ }
    .fields-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{ display:flex; flex-direction:column; gap:8px; }
    .field label{
      font-weight:920;
      color: rgba(15,23,42,.80);
      font-size:13px;
    }
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border:1px solid rgba(15,23,42,.12);
      background: rgba(255,255,255,.78);
      padding: 12px 12px;
      font-size:14px;
      font-weight:720;
      color:#0f172a;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    textarea{ resize: vertical; min-height: 120px; }
    input:focus, select:focus, textarea:focus{
      outline:3px solid rgba(255,59,215,.22);
      border-color: rgba(255,59,215,.28);
      box-shadow: 0 0 0 6px rgba(124,60,255,.10);
    }
    .field-full{ grid-column: 1 / -1; }

    .form-actions{
      margin-top: 12px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .form-foot{ margin-top: 12px; }
    .fineprint{
      color: rgba(15,23,42,.68);
      font-weight:700;
      font-size:12.8px;
      line-height:1.6;
    }
    .privacy-row{
      margin-top: 10px;
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
      color: rgba(15,23,42,.68);
      font-weight:720;
      font-size:12.8px;
    }
    .privacy-sep{
      width:6px; height:6px; border-radius: 50%;
      background: rgba(124,60,255,.45);
      display:inline-block;
    }

    .form-toast{
      margin-top: 12px;
      padding: 12px 12px;
      border-radius: 16px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      color: rgba(15,23,42,.82);
      font-weight:900;
    }
    .toast-ok{
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 18px 44px rgba(124,60,255,.14);
      background: rgba(124,60,255,.08);
    }
    .toast-err{
      border-color: rgba(255,47,207,.24);
      box-shadow: 0 18px 44px rgba(255,47,207,.12);
      background: rgba(255,47,207,.08);
    }

    .contact-grid{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:16px;
      align-items:start;
    }
    .contact-card{
      padding:18px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
    }
    .contact-card-2{
      background:
        radial-gradient(900px 260px at 20% 0%, rgba(124,60,255,.18), transparent 55%),
        radial-gradient(700px 240px at 90% 30%, rgba(255,59,215,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
    }
    .contact-title{ font-weight:980; color:#0b1020; font-size:17px; }
    .contact-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.8px; }
    .qr-wrap{
      margin-top: 14px;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }
    .qr-img{
      width: 170px; height:auto;
      border-radius: 18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      padding: 10px;
    }
    .contact-meta{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }
    .meta-line{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding: 10px 12px; border-radius: 16px; background: rgba(255,255,255,.62); border:1px solid rgba(15,23,42,.08); }
    .meta-key{ color: rgba(15,23,42,.66); font-weight:780; font-size:12.8px; }
    .meta-val{ color:#0b1020; font-weight:980; font-size:13.2px; }

    .contact-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }
    .contact-divider{ height:1px; background: rgba(15,23,42,.08); margin: 14px 0; }
    .contact-section{ padding: 12px 0; }
    .contact-section-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .contact-section-desc{ margin-top:8px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.65; font-size:13.7px; }

    .reviews-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin: 22px 0 12px; }
    .reviews-title{ font-weight:980; color:#0b1020; font-size:18px; }
    .reviews-sub{ color: rgba(15,23,42,.70); font-weight:700; font-size:13.6px; }

    .review-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review-card{
      padding:16px;
      border-radius: var(--radius2);
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
      min-height: 180px;
      display:flex; flex-direction:column;
      gap:12px;
    }
    .review-card:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.12);
    }
    .review-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .avatar{
      width:38px; height:38px;
      border-radius: 16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(124,60,255,.12);
      border:1px solid rgba(124,60,255,.18);
      color:#4c2cff;
      font-weight:980;
      flex:0 0 auto;
    }
    .review-name{ font-weight:980; color:#0b1020; font-size:14.1px; }
    .review-meta{ margin-top:4px; color: rgba(15,23,42,.65); font-weight:720; font-size:12.6px; }
    .review-rate span{ color:#ffb400; font-size:14px; letter-spacing:1px; }
    .review-text{
      color: rgba(15,23,42,.75);
      font-weight:720;
      line-height:1.7;
      font-size:13.6px;
      margin-top:auto;
    }

    .contact-bottom-links{
      margin-top: 18px;
      padding:16px;
      border-radius: var(--radius2);
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.66);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .bottom-title{ font-weight:980; color:#0b1020; font-size:15.5px; }
    .bottom-desc{ margin-top:6px; color: rgba(15,23,42,.72); font-weight:700; font-size:13.6px; line-height:1.6; }
    .bottom-links-right{ display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }

    .agent-card{
      padding: 18px;
      border-radius: var(--radius2);
      background:
        radial-gradient(900px 260px at 12% 0%, rgba(255,59,215,.14), transparent 55%),
        radial-gradient(700px 240px at 88% 35%, rgba(124,60,255,.18), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.62));
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 50px rgba(17,24,39,.06);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
    }
    .agent-kicker{ font-weight:980; color:#4c2cff; font-size:12px; text-transform:uppercase; letter-spacing:.2px; }
    .agent-title{ margin-top:8px; font-weight:1000; color:#0b1020; font-size:18px; letter-spacing:-.2px; }
    .agent-desc{ margin-top:10px; color: rgba(15,23,42,.72); font-weight:700; line-height:1.7; font-size:13.8px; max-width: 72ch; }
    .agent-bullets{ margin-top: 12px; display:flex; flex-direction:column; gap:8px; }
    .agent-bullet{ display:flex; align-items:flex-start; gap:10px; color: rgba(15,23,42,.78); font-weight:750; font-size:13.6px; line-height:1.6; }
    .agent-bullet-dot{ width:10px; height:10px; border-radius: 8px; margin-top:5px; background: rgba(255,59,215,.85); box-shadow: 0 0 0 4px rgba(255,59,215,.12); flex:0 0 auto; }
    .agent-right{ display:flex; flex-direction:column; gap:10px; align-items:flex-end; min-width: 260px; }
    .agent-right-note{ color: rgba(15,23,42,.66); font-weight:720; font-size:12.8px; line-height:1.5; text-align:right; }

    .site-footer{
      margin-top: 26px;
      background: linear-gradient(180deg, rgba(11,15,42,.98), rgba(9,12,34,1));
      color: rgba(255,255,255,.88);
      border-top: 1px solid rgba(255,255,255,.08);
    }
    .footer-inner{ padding: 30px 0 18px; }
    .footer-top{
      display:grid;
      grid-template-columns: 1fr 1.6fr;
      gap:16px;
      align-items:start;
      margin-bottom: 18px;
    }
    .footer-brand{ display:flex; align-items:center; gap:12px; }
    .footer-logo .ai-page-logo{ width:44px; }
    .footer-brand-name{ font-weight:1000; letter-spacing:.2px; }
    .footer-brand-sub{ margin-top:6px; color: rgba(255,255,255,.70); font-weight:700; font-size:12.8px; }

    .footer-links{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .footer-col-title{
      font-weight:980;
      margin-bottom: 10px;
      color: rgba(255,255,255,.95);
      font-size:13.5px;
    }
    .footer-col a{
      display:block;
      color: rgba(255,255,255,.78);
      text-decoration:none;
      font-weight:720;
      padding: 7px 0;
      font-size:13.2px;
      transition: color .2s ease;
    }
    .footer-col a:hover{ color: rgba(255,255,255,.98); }

    .footer-muted{
      display:block;
      color: rgba(255,255,255,.70);
      font-weight:700;
      font-size:13px;
      padding: 7px 0;
    }

    .footer-mid{
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom: 14px;
    }
    .footer-mid-title{ font-weight:980; font-size:13.8px; color: rgba(255,255,255,.95); }
    .footer-mid-desc{ margin-top:6px; color: rgba(255,255,255,.72); font-weight:700; font-size:12.8px; line-height:1.6; }
    .footer-mid-right{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-mid-right a{
      text-decoration:none;
      padding:8px 11px;
      border-radius:999px;
      border: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.82);
      font-weight:900;
      font-size:12.4px;
      transition: transform .15s ease, border-color .2s ease, background .2s ease;
      background: rgba(255,255,255,.06);
      white-space:nowrap;
    }
    .footer-mid-right a:hover{
      transform: translateY(-2px);
      border-color: rgba(255,59,215,.30);
      background: rgba(255,59,215,.10);
    }

    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.10);
    }
    .copy{ color: rgba(255,255,255,.70); font-weight:700; font-size:12.8px; }

    .footer-actions{ display:flex; align-items:center; gap:12px; }
    .footer-home{
      color:#fff;
      text-decoration:none;
      font-weight:950;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
    }
    .footer-home:hover{
      transform: translateY(-2px);
      background: rgba(255,255,255,.10);
      border-color: rgba(255,59,215,.30);
    }

    .to-top{
      cursor:pointer;
      border-radius:14px;
      padding:10px 12px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color:#fff;
      font-weight:950;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
    }
    .to-top:hover{
      transform: translateY(-2px);
      background: rgba(255,255,255,.10);
      border-color: rgba(124,60,255,.30);
    }

    .float-actions{
      position:fixed;
      right: 16px;
      bottom: 18px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:12px;
      align-items:flex-end;
    }
    .float-chat{
      text-decoration:none;
      display:flex;
      align-items:center;
      gap:10px;
      padding: 12px 14px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(255,47,207,.95), rgba(124,60,255,.95));
      color:#fff;
      border: 1px solid rgba(255,255,255,.18);
      box-shadow: 0 22px 60px rgba(124,60,255,.26);
      font-weight:980;
      transition: transform .18s ease, box-shadow .25s ease;
    }
    .float-chat:hover{
      transform: translateY(-3px);
      box-shadow: 0 28px 76px rgba(124,60,255,.32);
    }
    .float-icon{ display:flex; align-items:center; justify-content:center; }
    .float-text{ font-size:13.5px; }
    .float-qr{
      width: 200px;
      padding: 12px;
      border-radius: 18px;
      background: rgba(255,255,255,.88);
      border:1px solid rgba(15,23,42,.12);
      box-shadow: 0 26px 80px rgba(0,0,0,.14);
      transform: translateY(10px) scale(.98);
      opacity: 0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
    }
    .float-qr-head{
      font-weight:980;
      color:#0b1020;
      font-size:13.5px;
      margin-bottom:10px;
      text-align:center;
    }
    .float-qr-img{
      width:100%;
      height:auto;
      border-radius: 14px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.70);
      padding: 8px;
      display:block;
    }
    .float-qr-foot{
      margin-top:10px;
      text-align:center;
      color: rgba(15,23,42,.68);
      font-weight:760;
      font-size:12.6px;
      line-height:1.4;
    }

    .skip-link{ }

    .tag-cloud{
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }
    .tag-title{
      font-weight:980;
      color:#0b1020;
      font-size:13.5px;
      white-space:nowrap;
    }
    .tags{ display:flex; flex-wrap:wrap; gap:10px; }
    .tag{
      cursor:pointer;
      border:none;
      padding:9px 11px;
      border-radius:999px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      color: rgba(15,23,42,.78);
      font-weight:900;
      font-size:12.8px;
      transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .tag:hover{
      transform: translateY(-2px);
      border-color: rgba(124,60,255,.22);
      box-shadow: 0 26px 70px rgba(124,60,255,.10);
    }
    .tag-active{
      background: rgba(124,60,255,.10);
      border-color: rgba(124,60,255,.26);
      color:#3d2bdc;
      box-shadow: 0 18px 44px rgba(124,60,255,.12);
    }

    @media (max-width: 980px){
      .hero-inner{ grid-template-columns: 1fr; }
      .metrics-grid{ grid-template-columns: 1fr 1fr; }
      .desktop-nav{ display:none; }
      .menu-btn{ display:flex; }
      .nav-actions{ min-width: unset; }
      .two-col{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .steps{ grid-template-columns: 1fr 1fr; }
      .compare-grid{ grid-template-columns: 1fr; }
      .price-grid{ grid-template-columns: 1fr; }
      .training-grid{ grid-template-columns: 1fr; }
      .help-grid{ grid-template-columns: 1fr 1fr; }
      .wiki-grid{ grid-template-columns: 1fr 1fr; }
      .latest-grid{ grid-template-columns: 1fr; }
      .form-wrap{ grid-template-columns: 1fr; }
      .fields-grid{ grid-template-columns: 1fr; }
      .contact-grid{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr; }
      .footer-top{ grid-template-columns: 1fr; }
      .footer-links{ grid-template-columns: 1fr; }
      .footer-mid{ flex-direction:column; align-items:flex-start; }
      .footer-mid-right{ justify-content:flex-start; }
      .footer-bottom{ flex-direction:column; align-items:flex-start; }
      .partner-bar{ flex-direction:column; align-items:flex-start; }
      .partner-links{ justify-content:flex-start; }
      .callout{ flex-direction:column; align-items:flex-start; }
      .callout-right{ align-items:flex-start; min-width: unset; width:100%; }
      .callout-badges{ justify-content:flex-start; }
      .agent-card{ flex-direction:column; }
      .agent-right{ align-items:flex-start; min-width: unset; width:100%; }
    }

    @media (max-width: 520px){
      .hero-title{ font-size: 30px; }
      .metrics-grid{ grid-template-columns: 1fr; }
      .steps{ grid-template-columns: 1fr; }
      .help-grid{ grid-template-columns: 1fr; }
      .wiki-grid{ grid-template-columns: 1fr; }
      .mobile-grid{ grid-template-columns: 1fr; }
      .float-actions{ right: 10px; bottom: 12px; }
      .float-chat{ padding: 12px 12px; }
      .float-text{ display:none; }
    }

    @media (prefers-reduced-motion: reduce){
      .reveal{ transition:none; }
      .btn, .nav-link, .feature-card, .sector-card, .step-card, .case-card, .review-card, .tag, .metric-card, .network-card{
        transition:none !important;
      }
      html:focus-within{ scroll-behavior:auto; }
    }