:root{
      --bg:#f6f3ff;
      --card:#ffffff;
      --text:#1f2430;
      --muted:#5b6376;
      --line:rgba(24,34,56,.12);
      --shadow: 0 12px 30px rgba(17,24,39,.10);
      --shadow-soft: 0 10px 22px rgba(17,24,39,.08);
      --radius:18px;
      --radius-sm:14px;
      --primary:#8a2be2; /* 艳色潮流风 - 紫青 */
      --primary2:#ff3d81; /* 热艳粉 */
      --primary3:#2dd4bf; /* 青绿 */
      --focus:rgba(138,43,226,.25);
      --btnText:#0b0f1a;
      --footerBg:#0f172a;
      --footerText:#e5e7eb;
      --footerMuted:#a7b0c2;
      --link:#5b5cff;
    }
    *{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 CJK SC", sans-serif;
      background:
        radial-gradient(1000px 700px at 15% 5%, rgba(138,43,226,.18), transparent 55%),
        radial-gradient(900px 600px at 80% 0%, rgba(255,61,129,.14), transparent 50%),
        linear-gradient(180deg, #fbfafc 0%, var(--bg) 28%, #f8f7ff 100%);
      color:var(--text);
    }
    .skip-link{
      position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:9999;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
    .container{
      width:100%;
      max-width:1180px;
      margin:0 auto;
      padding:0 18px;
    }
    .site-header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(248,247,255,.72);
      border-bottom:1px solid rgba(24,34,56,.08);
    }
    .nav-container{
      min-height:70px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .brand{display:flex;align-items:center;gap:12px;min-width:260px}
    .ai-page-logo{width:46px}
    .brand-text{display:flex;flex-direction:column;line-height:1.1}
    .brand-name{font-weight:800;letter-spacing:.2px}
    .brand-sub{font-size:12px;color:var(--muted);margin-top:4px}
    .top-nav{
      display:flex; align-items:center; gap:18px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .nav-link{
      text-decoration:none;
      color:rgba(31,36,48,.86);
      font-size:14px;
      padding:10px 2px;
      border-radius:10px;
      transition:transform .15s ease, color .15s ease, background .15s ease;
      white-space:nowrap;
    }
    .nav-link:hover{color:var(--text);background:rgba(138,43,226,.08)}
    .nav-cta{
      color:#4b2a70;
      font-weight:700;
    }
    .nav-actions{display:flex;align-items:center;gap:10px;min-width:220px;justify-content:flex-end}
    .burger{
      display:none;
      width:44px;height:44px;
      border-radius:12px;
      border:1px solid rgba(24,34,56,.12);
      background:#fff;
      box-shadow:0 6px 14px rgba(17,24,39,.06);
      cursor:pointer;
    }
    .burger span{display:block;height:2px;background:rgba(31,36,48,.75);margin:7px 10px;border-radius:2px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      padding:11px 16px;
      border-radius:12px;
      border:1px solid transparent;
      text-decoration:none;
      color:var(--btnText);
      font-weight:700;
      cursor:pointer;
      transition:transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
      white-space:nowrap;
      user-select:none;
    }
    .btn:active{transform:translateY(1px)}
    .btn-primary{
      background:linear-gradient(135deg, var(--primary) 0%, var(--primary2) 50%, #ffb703 120%);
      color:#0b0f1a;
      border-color:rgba(0,0,0,.06);
      box-shadow:0 14px 30px rgba(138,43,226,.16);
    }
    .btn-primary:hover{box-shadow:0 16px 34px rgba(138,43,226,.22); transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,255,255,.6);
      border-color:rgba(24,34,56,.14);
      color:rgba(31,36,48,.9);
      box-shadow:0 10px 18px rgba(17,24,39,.06);
    }
    .btn-ghost:hover{background:#fff; transform:translateY(-1px)}
    .btn-soft{
      background:linear-gradient(180deg, rgba(45,212,191,.14), rgba(138,43,226,.08));
      border-color:rgba(45,212,191,.18);
      color:rgba(15,23,42,.95);
      box-shadow:0 10px 18px rgba(45,212,191,.10);
    }
    .btn-soft:hover{background:linear-gradient(180deg, rgba(45,212,191,.18), rgba(138,43,226,.10)); transform:translateY(-1px)}
    .btn-lg{padding:13px 18px;border-radius:14px}
    .hero{
      position:relative;
      overflow:hidden;
      padding:44px 0 26px;
    }
    .hero-bg{position:absolute;inset:0;pointer-events:none}
    .gridlines{
      position:absolute; inset:-40px -40px -40px -40px;
      background:
        linear-gradient(to right, rgba(24,34,56,.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(24,34,56,.06) 1px, transparent 1px);
      background-size:60px 60px;
      mask-image: radial-gradient(closest-side at 50% 20%, rgba(0,0,0,.9), rgba(0,0,0,.12));
      opacity:.55;
    }
    .orb{
      position:absolute;border-radius:999px; filter: blur(2px);
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 40%),
                  linear-gradient(135deg, rgba(138,43,226,.55), rgba(255,61,129,.35));
      opacity:.85;
      animation: floaty 10s ease-in-out infinite;
    }
    .orb-1{width:380px;height:380px;left:-130px;top:-120px;animation-duration:12s}
    .orb-2{width:430px;height:430px;right:-170px;top:-140px;animation-duration:14s; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.45), rgba(255,255,255,0) 40%), linear-gradient(135deg, rgba(45,212,191,.5), rgba(138,43,226,.35))}
    @keyframes floaty{
      0%,100%{transform:translate3d(0,0,0)}
      50%{transform:translate3d(0,14px,0)}
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      align-items:start;
    }
    .hero-left{padding:18px 0}
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.62);
      box-shadow:0 12px 24px rgba(17,24,39,.06);
    }
    .dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary2)); box-shadow:0 0 0 6px rgba(138,43,226,.14)}
    .kicker span{font-size:13px;color:rgba(31,36,48,.88);font-weight:650}
    .hero-title{
      margin:16px 0 10px;
      font-size:40px;
      letter-spacing:-.5px;
      line-height:1.08;
    }
    .hero-desc{
      margin:0;
      color:rgba(31,36,48,.78);
      font-size:16px;
      line-height:1.7;
      max-width:640px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
    .hero-badges{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:18px;
    }
    .badge{
      display:flex; align-items:center; gap:12px;
      padding:12px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.68);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 12px 26px rgba(17,24,39,.06);
      min-width:220px;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .badge:hover{transform:translateY(-2px); box-shadow:0 16px 32px rgba(17,24,39,.10)}
    .badge-icon{color:rgba(138,43,226,.95)}
    .badge-title{font-weight:800}
    .badge-sub{font-size:12px;color:var(--muted);margin-top:3px}
    .hero-fineprint{margin-top:16px;display:flex;flex-direction:column;gap:8px}
    .fine-item{display:flex;align-items:center;gap:10px;color:rgba(31,36,48,.76);font-weight:600;font-size:13px}
    .fine-mark{width:10px;height:10px;border-radius:4px;background:linear-gradient(135deg, rgba(45,212,191,.85), rgba(138,43,226,.75))}
    .hero-right{display:flex;flex-direction:column;gap:12px;padding-top:8px}
    .panel{
      border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(24,34,56,.12);
      box-shadow:0 18px 50px rgba(17,24,39,.10);
      overflow:hidden;
    }
    .panel-glass{
      background:
        radial-gradient(800px 240px at 30% 0%, rgba(138,43,226,.16), transparent 55%),
        radial-gradient(500px 200px at 90% 10%, rgba(255,61,129,.12), transparent 50%),
        rgba(255,255,255,.72);
    }
    .panel-head{
      padding:16px 16px 10px;
      display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
    }
    .panel-title{font-weight:900;letter-spacing:.2px}
    .panel-tag{
      padding:7px 10px;border-radius:999px;
      background:rgba(138,43,226,.10);
      border:1px solid rgba(138,43,226,.18);
      color:rgba(79,25,158,.95);
      font-weight:750;font-size:12px;white-space:nowrap;
    }
    .metrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      padding:0 16px 14px;
    }
    .metric{
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.62);
      transition:transform .16s ease, border-color .16s ease;
    }
    .metric:hover{transform:translateY(-2px); border-color:rgba(138,43,226,.25)}
    .metric-value{font-weight:950;font-size:15px}
    .metric-label{margin-top:4px;color:var(--muted);font-weight:650;font-size:12px}
    .divider{height:1px;background:rgba(24,34,56,.10);margin:0 16px}
    .mini-steps{padding:14px 16px 6px;display:flex;flex-direction:column;gap:10px}
    .mini-step{display:flex;align-items:flex-start;gap:12px}
    .mini-num{
      width:34px;height:34px;border-radius:12px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, rgba(138,43,226,.14), rgba(255,61,129,.10));
      border:1px solid rgba(138,43,226,.20);
      font-weight:900;
      color:rgba(49,20,93,.95);
      flex:0 0 auto;
    }
    .mini-title{font-weight:900}
    .mini-sub{margin-top:4px;color:var(--muted);font-size:12px;font-weight:650}
    .panel-actions{padding:12px 16px 16px;display:flex;gap:10px;flex-wrap:wrap}
    .hero-note{
      padding:14px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 12px 26px rgba(17,24,39,.06);
    }
    .note-title{font-weight:900}
    .note-text{margin-top:6px;color:var(--muted);font-weight:650;font-size:13px;line-height:1.6}

    .section{padding:34px 0}
    .section-inner{padding:0 0}
    .section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
    .section-title{margin:0;font-size:28px;letter-spacing:-.3px}
    .section-desc{margin:0;color:rgba(31,36,48,.76);font-size:15px;line-height:1.7;max-width:820px}

    .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .info-card{
      padding:18px 16px;
      border-radius:20px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 14px 30px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .info-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(17,24,39,.10)}
    .info-card.accent{
      background:
        radial-gradient(600px 220px at 0% 0%, rgba(255,61,129,.18), transparent 55%),
        radial-gradient(500px 200px at 90% 0%, rgba(45,212,191,.14), transparent 55%),
        rgba(255,255,255,.72);
    }
    .info-icon{color:rgba(138,43,226,.95)}
    .card-title{margin:12px 0 8px;font-size:17px;font-weight:900}
    .card-text{margin:0;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}

    .callout{
      margin-top:16px;
      padding:16px 16px;
      border-radius:22px;
      background:
        radial-gradient(900px 240px at 20% 10%, rgba(138,43,226,.20), transparent 50%),
        radial-gradient(680px 220px at 85% 20%, rgba(255,61,129,.16), transparent 52%),
        rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      display:flex;align-items:center;justify-content:space-between;gap:16px;
      box-shadow:0 18px 40px rgba(17,24,39,.08);
    }
    .callout-title{font-weight:950;font-size:16px}
    .callout-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6}
    .callout-right{display:flex;gap:10px;flex-wrap:wrap}

    .service-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .service-card{
      padding:18px 16px;
      border-radius:22px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.68);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .service-card:hover{
      transform:translateY(-4px);
      box-shadow:0 22px 46px rgba(17,24,39,.12);
      border-color:rgba(138,43,226,.22);
    }
    .service-card::after{
      content:"";
      position:absolute; inset:-40px -40px auto auto;
      width:140px;height:140px;border-radius:999px;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 45%),
                 linear-gradient(135deg, rgba(138,43,226,.18), rgba(255,61,129,.12));
      transform:translate3d(0,0,0);
      opacity:.9;
    }
    .service-top{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;z-index:1}
    .service-mark{
      padding:8px 10px;border-radius:14px;
      background:rgba(138,43,226,.12);
      border:1px solid rgba(138,43,226,.20);
      color:rgba(55,20,120,.95);
      font-weight:950;letter-spacing:.2px;
      font-size:13px;
    }
    .service-title{margin:12px 0 8px; font-size:18px; font-weight:950; letter-spacing:-.2px}
    .service-desc{margin:0;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px;position:relative;z-index:1}
    .service-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;position:relative;z-index:1}
    .chip{
      padding:7px 10px;border-radius:999px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(24,34,56,.10);
      color:rgba(31,36,48,.85);
      font-size:12px;font-weight:750;
    }
    .service-link{
      position:relative;z-index:1;
      display:inline-flex;align-items:center;gap:10px;
      margin-top:14px;
      text-decoration:none;
      color:rgba(58,40,170,.95);
      font-weight:850;
    }
    .service-link:hover{text-decoration:underline}
    .service-belt{
      margin-top:16px;
      display:flex;gap:10px;flex-wrap:wrap;
      padding:14px 14px;
      border-radius:22px;
      border:1px dashed rgba(24,34,56,.18);
      background:rgba(255,255,255,.55);
    }
    .belt-item{
      padding:8px 10px;border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(24,34,56,.10);
      font-weight:800;color:rgba(31,36,48,.82);
      font-size:13px;
    }

    .two-col{display:grid;grid-template-columns: .95fr 1.05fr;gap:14px;align-items:start}
    .timeline{
      padding:16px 16px;
      border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .timeline-row{display:flex;gap:12px;padding:12px 6px}
    .timeline-row + .timeline-row{border-top:1px solid rgba(24,34,56,.08)}
    .tl-dot{
      width:14px;height:14px;border-radius:5px;
      background:linear-gradient(135deg, rgba(138,43,226,.9), rgba(255,61,129,.8));
      box-shadow:0 0 0 6px rgba(138,43,226,.12);
      margin-top:4px;flex:0 0 auto;
    }
    .tl-title{font-weight:950}
    .tl-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:14px}
    .stack-cards{display:flex;flex-direction:column;gap:14px}
    .stack-card{
      padding:18px 16px;
      border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .stack-card.alt{
      background:
        radial-gradient(800px 260px at 10% 10%, rgba(45,212,191,.18), transparent 55%),
        radial-gradient(680px 220px at 90% 20%, rgba(138,43,226,.16), transparent 52%),
        rgba(255,255,255,.70);
    }
    .stack-head{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
    .stack-badge{
      align-self:flex-start;
      padding:7px 10px;border-radius:999px;
      background:rgba(45,212,191,.14);
      border:1px solid rgba(45,212,191,.22);
      color:rgba(6,95,70,.95);
      font-weight:900;font-size:12px;
    }
    .stack-title{font-size:18px;font-weight:950;letter-spacing:-.2px}
    .list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
    .li-check{
      width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;
      border-radius:6px;
      background:rgba(138,43,226,.12);
      border:1px solid rgba(138,43,226,.20);
      margin-right:8px;
      position:relative; top:4px;
      flex:0 0 auto;
    }
    .list li{display:flex;align-items:flex-start;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:14px}
    .list li::before{
      content:"";
      width:8px;height:8px;border-radius:3px;
      background:linear-gradient(135deg, rgba(138,43,226,.95), rgba(255,61,129,.85));
      position:absolute;
    }
    .list li{position:relative}
    .stack-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .micro-grid{
      margin-top:14px;
      display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
    }
    .micro{
      padding:14px 14px;border-radius:20px;
      background:rgba(255,255,255,.66);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 12px 26px rgba(17,24,39,.06);
    }
    .micro-title{font-weight:950}
    .micro-text{margin-top:8px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:13px}

    .industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .industry-card{
      padding:16px 14px;
      border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;flex-direction:column;gap:10px;
    }
    .industry-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(17,24,39,.12);border-color:rgba(255,61,129,.22)}
    .industry-top{display:flex;align-items:center;justify-content:space-between}
    .industry-icon{color:rgba(255,61,129,.95)}
    .industry-title{font-weight:950;font-size:16px}
    .industry-desc{margin:0;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .industry-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
    .industry-link{margin-top:6px;text-decoration:none;color:rgba(138,43,226,.95);font-weight:900}
    .industry-link:hover{text-decoration:underline}

    .network-grid{display:grid;grid-template-columns: 1fr 1fr;gap:14px;align-items:stretch}
    .map-card{
      height:100%;
      padding:16px 16px;
      border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      display:flex;flex-direction:column;gap:10px;
    }
    .map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
    .map-title{font-weight:950}
    .map-tag{
      padding:7px 10px;border-radius:999px;
      background:rgba(138,43,226,.12);
      border:1px solid rgba(138,43,226,.20);
      color:rgba(55,20,120,.95);
      font-weight:900;font-size:12px;white-space:nowrap
    }
    .map-visual{
      position:relative;
      border-radius:18px;
      background:
        radial-gradient(600px 240px at 30% 10%, rgba(138,43,226,.18), transparent 60%),
        radial-gradient(450px 220px at 80% 10%, rgba(255,61,129,.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,.35));
      border:1px solid rgba(24,34,56,.08);
      overflow:hidden;
      height:210px;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    }
    .map-strokes{
      position:absolute; inset:-40px -40px -40px -40px;
      background:
        radial-gradient(circle at 30% 35%, rgba(45,212,191,.18), transparent 45%),
        radial-gradient(circle at 70% 45%, rgba(138,43,226,.18), transparent 48%),
        linear-gradient(to right, rgba(24,34,56,.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(24,34,56,.05) 1px, transparent 1px);
      background-size:auto, auto, 58px 58px, 58px 58px;
      opacity:.75;
    }
    .map-dot{
      position:absolute;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary2));
      box-shadow:0 0 0 6px rgba(138,43,226,.14);
    }
    .d1{left:22%;top:45%}
    .d2{left:44%;top:30%}
    .d3{left:66%;top:58%}
    .d4{left:78%;top:38%}
    .map-ring{
      position:absolute;width:70px;height:70px;border-radius:999px;border:1px solid rgba(138,43,226,.30);
      background:rgba(138,43,226,.06);
      animation: pulse 2.8s ease-in-out infinite;
      opacity:.9;
    }
    .r1{left:18%;top:35%;animation-delay:0s}
    .r2{left:46%;top:18%;animation-delay:.4s;border-color:rgba(255,61,129,.28)}
    .r3{left:62%;top:48%;animation-delay:.9s;border-color:rgba(45,212,191,.26)}
    @keyframes pulse{
      0%,100%{transform:scale(.92);opacity:.75}
      50%{transform:scale(1.06);opacity:1}
    }
    .map-text{color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .cap-list{
      padding:16px 16px;
      border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      height:100%;
      display:flex;flex-direction:column;gap:12px;
    }
    .cap{display:flex;gap:12px;align-items:flex-start;padding:10px 10px;border-radius:18px;border:1px solid rgba(24,34,56,.08);background:rgba(255,255,255,.55)}
    .cap-icon{color:rgba(138,43,226,.95);margin-top:2px}
    .cap-title{font-weight:950}
    .cap-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:13.5px}
    .network-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}

    .flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .flow-col{display:flex;flex-direction:column;gap:12px}
    .flow-item{
      padding:16px 16px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .flow-item.accent{
      background:
        radial-gradient(650px 240px at 0% 0%, rgba(255,61,129,.14), transparent 55%),
        radial-gradient(520px 210px at 90% 10%, rgba(138,43,226,.14), transparent 55%),
        rgba(255,255,255,.70);
      border-color:rgba(255,61,129,.22);
    }
    .flow-step{
      width:56px;height:30px;border-radius:999px;
      display:flex;align-items:center;justify-content:center;
      background:rgba(138,43,226,.12);
      border:1px solid rgba(138,43,226,.20);
      color:rgba(55,20,120,.95);
      font-weight:950;
      letter-spacing:.4px;
      font-size:13px;
    }
    .flow-title{margin-top:10px;font-weight:950;font-size:16px}
    .flow-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .flow-bottom{
      margin-top:14px;
      padding:16px 16px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
    }
    .flow-bottom-title{font-weight:950;font-size:16px}
    .flow-bottom-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:14px}

    .case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .case-card{
      padding:16px 14px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;flex-direction:column;gap:10px;
      min-height:190px;
    }
    .case-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(17,24,39,.12);border-color:rgba(138,43,226,.22)}
    .case-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
    .case-pill{
      padding:7px 10px;border-radius:999px;
      background:rgba(255,61,129,.12);
      border:1px solid rgba(255,61,129,.20);
      color:rgba(124,16,62,.95);
      font-weight:950;font-size:12px;
    }
    .case-score{font-weight:900;color:rgba(31,36,48,.75);font-size:12.5px}
    .case-title{margin:0;font-size:16px;font-weight:950;letter-spacing:-.2px}
    .case-desc{margin:0;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .case-foot{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
    .case-chip{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(24,34,56,.10);font-size:12px;font-weight:850;color:rgba(31,36,48,.82)}
    .case-actions{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}

    .compare-layout{display:grid;grid-template-columns: 360px 1fr;gap:14px;align-items:start}
    .rating-card{
      padding:18px 16px;border-radius:22px;
      background:
        radial-gradient(620px 260px at 20% 0%, rgba(255,61,129,.16), transparent 55%),
        radial-gradient(520px 220px at 100% 10%, rgba(138,43,226,.16), transparent 55%),
        rgba(255,255,255,.72);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 18px 45px rgba(17,24,39,.10);
      position:sticky; top:86px;
    }
    .rating-top{display:flex;flex-direction:column;gap:10px}
    .star-row{color:rgba(255,168,0,.95);font-size:18px;letter-spacing:2px}
    .rating-badge{
      padding:7px 10px;border-radius:999px;
      background:rgba(255,168,0,.14);
      border:1px solid rgba(255,168,0,.22);
      color:rgba(128,67,0,.95);
      font-weight:950;font-size:12px;width:fit-content;
    }
    .rating-value{margin-top:14px;font-size:44px;font-weight:1000;letter-spacing:-1px}
    .rating-unit{font-size:16px;color:rgba(31,36,48,.75);font-weight:900}
    .rating-desc{margin-top:8px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:14px}
    .rating-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .compare-table-wrap{
      padding:16px 16px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .table-head{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
    .table-title{font-weight:1000;font-size:16px}
    .table-sub{color:rgba(31,36,48,.74);font-weight:650;font-size:13px}
    .table-scroll{overflow:auto;border-radius:16px;border:1px solid rgba(24,34,56,.08)}
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:760px;
      background:rgba(255,255,255,.55);
    }
    .compare-table th, .compare-table td{
      text-align:left;padding:14px 14px;border-bottom:1px solid rgba(24,34,56,.08);vertical-align:top
    }
    .compare-table th{
      font-size:13px;
      color:rgba(31,36,48,.88);
      background:rgba(138,43,226,.08);
      font-weight:1000;
      position:sticky;top:0
    }
    .compare-table td{font-size:14px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6}
    .compare-note{
      margin-top:12px;
      display:flex;gap:10px;align-items:center;
      color:rgba(31,36,48,.78);font-weight:700
    }
    .compare-dot{
      width:10px;height:10px;border-radius:4px;
      background:linear-gradient(135deg,var(--primary),var(--primary2));
      box-shadow:0 0 0 6px rgba(138,43,226,.14)
    }

    .match-grid{display:grid;grid-template-columns: 1.05fr .95fr;gap:14px;align-items:start}
    .form-card{
      padding:18px 16px;border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .form-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
    .form-title{font-weight:1000;font-size:16px}
    .form-sub{color:rgba(31,36,48,.74);font-weight:650;font-size:13px}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .field{display:flex;flex-direction:column;gap:8px}
    .field.full{grid-column:1/-1}
    label{font-weight:900;font-size:13px;color:rgba(31,36,48,.9)}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.8);
      font-weight:650;
      color:rgba(31,36,48,.92);
      outline:none;
      transition:border-color .14s ease, box-shadow .14s ease, transform .14s ease;
    }
    textarea{resize:vertical;min-height:110px}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(138,43,226,.35);
      box-shadow:0 0 0 4px var(--focus);
    }
    .form-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .form-foot{
      margin-top:12px;
      display:flex;align-items:center;gap:10px;
      color:rgba(31,36,48,.72);font-weight:650;font-size:13px
    }
    .lock{
      width:14px;height:14px;border-radius:6px;
      background:rgba(45,212,191,.18);
      border:1px solid rgba(45,212,191,.28);
      position:relative;
    }
    .lock::after{
      content:"";
      position:absolute; left:3px; top:4px;
      width:8px; height:6px; border-radius:3px;
      background:linear-gradient(135deg, rgba(45,212,191,.9), rgba(138,43,226,.75));
    }
    .match-side{display:flex;flex-direction:column;gap:14px}
    .side-card{
      padding:16px 14px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .side-card.accent{
      background:
        radial-gradient(700px 260px at 0% 0%, rgba(138,43,226,.18), transparent 55%),
        radial-gradient(540px 220px at 100% 10%, rgba(255,61,129,.14), transparent 55%),
        rgba(255,255,255,.72);
      border-color:rgba(138,43,226,.18);
    }
    .side-title{font-weight:1000;font-size:16px}
    .side-text{margin-top:8px;color:rgba(31,36,48,.74);font-weight:650;line-height:1.6;font-size:13.5px}
    .tags-wrap{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
    .tag{
      padding:9px 12px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.72);
      font-weight:900;color:rgba(31,36,48,.86);
      cursor:pointer;
      transition:transform .14s ease, background .14s ease, border-color .14s ease;
    }
    .tag:hover{transform:translateY(-2px);border-color:rgba(138,43,226,.25);background:#fff}
    .side-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}
    .side-list li{display:flex;gap:10px;align-items:flex-start;color:rgba(31,36,48,.76);font-weight:700;line-height:1.6;font-size:14px}
    .side-list li span{margin-top:2px}
    .side-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

    .ol{padding-left:18px;margin:10px 0 0;display:flex;flex-direction:column;gap:10px;color:rgba(31,36,48,.76);font-weight:700;line-height:1.6}
    .ol li{font-size:14px}

    .token-layout{display:grid;grid-template-columns: 1fr 1fr;gap:14px;align-items:start}
    .token-card{
      padding:18px 16px;border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .token-head{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
    .token-title{font-weight:1000;font-size:16px}
    .token-sub{color:rgba(31,36,48,.74);font-weight:650;font-size:13px}
    .token-list{display:flex;flex-direction:column;gap:12px}
    .token-item{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:12px 12px;border-radius:18px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.58);
    }
    .token-k{font-weight:1000}
    .token-v{margin-top:6px;color:rgba(31,36,48,.74);font-weight:650;line-height:1.6;font-size:13.5px}
    .token-range{font-weight:950;color:rgba(31,36,48,.88);text-align:right;white-space:nowrap;font-size:13.5px}
    .token-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .token-side{display:flex;flex-direction:column;gap:14px}
    .model-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
    .model{
      padding:8px 10px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.66);
      font-weight:900;color:rgba(31,36,48,.82);
      font-size:12.5px;
    }

    .training-grid{display:grid;grid-template-columns: 1fr 1fr;gap:14px;align-items:start}
    .training-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
    .t-badge{
      padding:9px 12px;border-radius:999px;
      background:rgba(138,43,226,.12);
      border:1px solid rgba(138,43,226,.20);
      color:rgba(55,20,120,.95);
      font-weight:1000;font-size:13px;
    }
    .comment-carousel{padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06)}
    .comment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
    .comment-title{font-weight:1000;font-size:16px}
    .comment-sub{margin-top:6px;color:rgba(31,36,48,.74);font-weight:650;font-size:13px}
    .comments-grid{
      display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
    }
    .comment-card{
      padding:14px 12px;border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 10px 22px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .comment-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(17,24,39,.10);border-color:rgba(255,61,129,.20)}
    .comment-top{display:flex;gap:12px;align-items:center}
    .avatar{
      width:40px;height:40px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, rgba(138,43,226,.18), rgba(255,61,129,.14));
      border:1px solid rgba(138,43,226,.22);
      font-weight:1000;color:rgba(55,20,120,.95);
      flex:0 0 auto;
    }
    .comment-name{font-weight:1000}
    .comment-role{margin-top:4px;color:rgba(31,36,48,.74);font-weight:700;font-size:12.5px}
    .comment-text{margin:12px 0 10px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .comment-foot{color:rgba(31,36,48,.78);font-weight:900;font-size:13px}
    .quote-mark{color:rgba(255,61,129,.95);font-size:20px;position:relative;top:2px;margin-right:6px}
    .tag-cloud{margin-top:14px;padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06)}
    .cloud-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
    .cloud-link{
      text-decoration:none;
      padding:9px 12px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.62);
      font-weight:950;color:rgba(31,36,48,.86);
      transition:transform .14s ease, background .14s ease, border-color .14s ease;
    }
    .cloud-link:hover{transform:translateY(-2px);background:#fff;border-color:rgba(138,43,226,.25)}

    .accordion-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .detail{
      padding:14px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .detail summary{
      cursor:pointer;font-weight:1000;color:rgba(31,36,48,.92);
      list-style:none; padding-right:20px; position:relative;
    }
    .detail summary::-webkit-details-marker{display:none}
    .detail summary::after{
      content:"＋"; position:absolute; right:0; top:0; color:rgba(138,43,226,.95); font-weight:1000;
      transform:translateY(2px);
      transition:transform .18s ease;
    }
    .detail[open] summary::after{content:"－";transform:translateY(1px)}
    .detail-body{margin-top:10px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .booklets{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .booklet{
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .booklet-title{font-weight:1000}
    .booklet-text{margin-top:8px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}

    .help-grid{display:grid;grid-template-columns: .9fr 1.1fr;gap:14px;align-items:start}
    .help-card{
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .help-card.alt{
      background:
        radial-gradient(700px 260px at 0% 0%, rgba(255,61,129,.12), transparent 55%),
        radial-gradient(560px 220px at 100% 10%, rgba(138,43,226,.14), transparent 55%),
        rgba(255,255,255,.70);
    }
    .help-title{font-weight:1000;font-size:16px}
    .help-text{margin-top:8px;color:rgba(31,36,48,.74);font-weight:650;line-height:1.6;font-size:13.5px}
    .help-links{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
    .help-a{
      text-decoration:none;padding:9px 12px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.62);
      font-weight:950;color:rgba(31,36,48,.86);
      transition:transform .14s ease, background .14s ease, border-color .14s ease;
    }
    .help-a:hover{transform:translateY(-2px);background:#fff;border-color:rgba(138,43,226,.25)}
    .article-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}
    .article-list li{
      padding:12px 12px;border-radius:18px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.60);
      display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;
    }
    .article-list a{color:rgba(58,40,170,.95);font-weight:950;text-decoration:none}
    .article-list a:hover{text-decoration:underline}
    .article-meta{color:rgba(31,36,48,.68);font-weight:750;font-size:12.5px}
    .help-more{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}

    .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .news-card{
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      display:flex;flex-direction:column;gap:10px;
    }
    .news-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(17,24,39,.12);border-color:rgba(255,61,129,.20)}
    .news-pill{
      width:fit-content;padding:7px 10px;border-radius:999px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.62);
      font-weight:1000;color:rgba(31,36,48,.86);font-size:12.5px
    }
    .news-title{margin:0;font-weight:1000;font-size:16px}
    .news-desc{margin:0;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .news-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
    .news-time{color:rgba(31,36,48,.66);font-weight:800;font-size:12.5px}
    .news-link{text-decoration:none;color:rgba(138,43,226,.95);font-weight:1000}
    .news-link:hover{text-decoration:underline}

    .faq-grid{display:grid;grid-template-columns: .9fr 1.1fr;gap:14px}
    .faq-intro{
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .faq-intro-title{font-weight:1000;font-size:16px}
    .faq-intro-text{margin-top:10px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .faq-intro-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .faq-quick{
      margin-top:14px;
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .quick-title{font-weight:1000}
    .quick-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
    .quick-a{
      text-decoration:none;padding:9px 12px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.62);
      font-weight:950;color:rgba(31,36,48,.86);
    }
    .quick-a:hover{border-color:rgba(138,43,226,.25);background:#fff}
    .faq-panel{
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .faq-item{
      border:1px solid rgba(24,34,56,.10);
      border-radius:18px;
      padding:12px 12px;
      background:rgba(255,255,255,.60);
      margin-bottom:12px;
      box-shadow:0 10px 22px rgba(17,24,39,.04);
    }
    .faq-item summary{
      cursor:pointer;font-weight:1000;color:rgba(31,36,48,.92);
      list-style:none; padding-right:20px; position:relative;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{
      content:"＋"; position:absolute; right:0; top:0; color:rgba(138,43,226,.95); font-weight:1000;
      transform:translateY(2px);
      transition:transform .18s ease;
    }
    .faq-item[open] summary::after{content:"－";transform:translateY(1px)}
    .faq-answer{margin-top:10px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}

    .contact-grid{display:grid;grid-template-columns: 1.05fr .95fr;gap:14px;align-items:start}
    .contact-card{
      padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .contact-title{font-weight:1000;font-size:16px}
    .contact-items{margin-top:12px;display:flex;flex-direction:column;gap:12px}
    .contact-item{display:flex;gap:12px;align-items:flex-start;padding:12px 12px;border-radius:18px;border:1px solid rgba(24,34,56,.10);background:rgba(255,255,255,.58)}
    .ci-icon{color:rgba(138,43,226,.95);margin-top:2px}
    .ci-k{font-weight:1000}
    .ci-v{margin-top:6px;color:rgba(31,36,48,.76);font-weight:800}
    .link{color:rgba(58,40,170,.95);text-decoration:none;font-weight:950}
    .link:hover{text-decoration:underline}
    .contact-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .qr-card{
      padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .qr-title{font-weight:1000;font-size:16px}
    .qr-sub{margin-top:8px;color:rgba(31,36,48,.74);font-weight:650;line-height:1.6;font-size:13.5px}
    .qr-img-wrap{
      margin-top:12px;
      border-radius:20px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.60);
      padding:14px;
      display:flex;align-items:center;justify-content:center;
    }
    .qr-img{max-width:240px;width:100%;height:auto;display:block}
    .qr-belt{margin-top:12px;display:flex;flex-direction:column;gap:10px}
    .qr-belt-item{display:flex;gap:10px;align-items:flex-start;color:rgba(31,36,48,.76);font-weight:750;line-height:1.6;font-size:13.5px}
    .friendly-note{
      margin-top:14px;
      padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.70);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .note-title{font-weight:1000}
    .note-text{margin-top:8px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}
    .note-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}

    .join-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start}
    .join-card{
      padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .join-title{font-weight:1000;font-size:16px}
    .join-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
    .pricing-card{
      padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(24,34,56,.10);box-shadow:0 16px 34px rgba(17,24,39,.06);
    }
    .pricing-head{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
    .pricing-title{font-weight:1000;font-size:16px}
    .pricing-sub{color:rgba(31,36,48,.74);font-weight:650;font-size:13.5px}
    .price-tl{display:flex;flex-direction:column;gap:12px;margin-top:6px}
    .pt-row{display:flex;gap:12px;align-items:flex-start}
    .pt-bullet{
      width:14px;height:14px;border-radius:6px;background:linear-gradient(135deg,var(--primary),var(--primary2));
      box-shadow:0 0 0 6px rgba(138,43,226,.14);
      margin-top:4px;flex:0 0 auto;
    }
    .pt-title{font-weight:1000}
    .pt-text{margin-top:6px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.6;font-size:14px}
    .pricing-cta{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

    .links-strip{
      margin-top:14px;
      padding:14px 14px;border-radius:22px;
      background:rgba(255,255,255,.62);
      border:1px dashed rgba(24,34,56,.18);
    }
    .links-head{font-weight:1000;margin-bottom:10px}
    .links-row{display:flex;flex-wrap:wrap;gap:10px}
    .links-row a{
      text-decoration:none;
      padding:9px 12px;border-radius:999px;
      border:1px solid rgba(24,34,56,.12);
      background:rgba(255,255,255,.66);
      font-weight:950;color:rgba(31,36,48,.86);
      transition:transform .14s ease, background .14s ease, border-color .14s ease;
    }
    .links-row a:hover{transform:translateY(-2px);background:#fff;border-color:rgba(138,43,226,.25)}

    .platform-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .p-card{
      padding:16px 14px;border-radius:22px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(24,34,56,.10);
      box-shadow:0 16px 34px rgba(17,24,39,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .p-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(17,24,39,.12);border-color:rgba(138,43,226,.22)}
    .p-icon{color:rgba(138,43,226,.95)}
    .p-title{margin-top:10px;font-weight:1000;font-size:15.5px}
    .p-text{margin-top:8px;color:rgba(31,36,48,.76);font-weight:650;line-height:1.7;font-size:14px}

    .site-footer{
      margin-top:10px;
      background:linear-gradient(180deg, #0b1224 0%, var(--footerBg) 100%);
      color:var(--footerText);
      border-top:1px solid rgba(255,255,255,.06);
    }
    .footer-inner{padding:28px 18px 18px}
    .footer-top{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
    .footer-brand{display:flex;gap:12px;align-items:center;min-width:260px}
    .footer-brand .ai-page-logo{width:46px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35))}
    .footer-brand-text{display:flex;flex-direction:column;line-height:1.1}
    .footer-title{font-weight:1000}
    .footer-sub{margin-top:6px;color:var(--footerMuted);font-weight:650;font-size:12.5px}
    .footer-cols{display:flex;gap:26px;flex-wrap:wrap}
    .footer-col{min-width:180px}
    .footer-col-title{font-weight:1000;margin-bottom:10px;color:rgba(229,231,235,.95)}
    .footer-link{
      display:block;
      text-decoration:none;
      color:var(--footerText);
      opacity:.92;
      padding:7px 0;
      font-weight:700;
      font-size:13.5px;
    }
    .footer-link:hover{opacity:1;text-decoration:underline}
    .footer-textline{cursor:default;opacity:.86}
    .footer-bottom{
      margin-top:18px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.06);
      display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
    }
    .foot-copy{color:rgba(229,231,235,.82);font-weight:700;font-size:13px}
    .foot-right{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
    .to-top{
      border:none;
      background:rgba(255,255,255,.10);
      color:var(--footerText);
      padding:10px 12px;
      border-radius:12px;
      cursor:pointer;
      font-weight:900;
      border:1px solid rgba(255,255,255,.12);
      transition:transform .14s ease, background .14s ease, border-color .14s ease;
    }
    .to-top:hover{background:rgba(255,255,255,.14);transform:translateY(-2px);border-color:rgba(255,255,255,.20)}

    .float-contact{
      position:fixed;
      right:14px;
      bottom:18px;
      z-index:60;
    }
    .float-btn{
      display:flex;align-items:center;gap:10px;
      padding:12px 14px;
      border-radius:16px;
      text-decoration:none;
      background:linear-gradient(135deg, rgba(138,43,226,.95), rgba(255,61,129,.85));
      color:#0b0f1a;
      font-weight:1000;
      border:1px solid rgba(0,0,0,.06);
      box-shadow:0 18px 50px rgba(138,43,226,.22);
      transform: translateY(0);
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .float-btn:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(138,43,226,.28)}
    .float-icon{color:#0b0f1a}
    .float-text{letter-spacing:.2px}

    .mobile-menu{
      display:none;
      position:absolute; left:0; right:0;
      top:70px;
      background:rgba(248,247,255,.96);
      border-bottom:1px solid rgba(24,34,56,.10);
      backdrop-filter: blur(10px) saturate(140%);
    }
    .mobile-menu-inner{
      padding:14px 18px 18px;
      display:flex;
      flex-direction:column;
      gap:10px;
      max-width:1180px;
      margin:0 auto;
    }
    .m-nav-link{
      text-decoration:none;
      color:rgba(31,36,48,.9);
      font-weight:900;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(24,34,56,.10);
      background:rgba(255,255,255,.65);
    }
    .m-nav-link:hover{background:#fff;border-color:rgba(138,43,226,.25)}
    .mobile-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

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

    @media (max-width: 980px){
      .top-nav{display:none}
      .burger{display:inline-flex; align-items:center; justify-content:center}
      .nav-actions .btn-ghost{display:none}
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .hero-title{font-size:34px}
      .about-grid{grid-template-columns:1fr; }
      .service-grid{grid-template-columns:1fr 1fr}
      .two-col{grid-template-columns:1fr}
      .micro-grid{grid-template-columns:1fr 1fr}
      .industry-grid{grid-template-columns:1fr 1fr}
      .network-grid{grid-template-columns:1fr}
      .flow-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr 1fr}
      .compare-layout{grid-template-columns:1fr}
      .rating-card{position:relative;top:auto}
      .match-grid{grid-template-columns:1fr}
      .token-layout{grid-template-columns:1fr}
      .training-grid{grid-template-columns:1fr}
      .comments-grid{grid-template-columns:1fr}
      .faq-grid{grid-template-columns:1fr}
      .help-grid{grid-template-columns:1fr}
      .news-grid{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .join-grid{grid-template-columns:1fr}
      .platform-grid{grid-template-columns:1fr 1fr}
      .accordion-grid{grid-template-columns:1fr}
      .booklets{grid-template-columns:1fr}
      .mobile-menu{display:block; transform: translateY(-8px); opacity:0; pointer-events:none; transition: opacity .18s ease, transform .18s ease}
      .mobile-menu.open{opacity:1; transform: translateY(0); pointer-events:auto}
      .nav-container{flex-wrap:nowrap}
      .brand{min-width:auto}
    }

    @media (max-width: 560px){
      .service-grid{grid-template-columns:1fr}
      .industry-grid{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .platform-grid{grid-template-columns:1fr}
      .hero-title{font-size:30px}
      .metrics{grid-template-columns:1fr 1fr}
      .form-grid{grid-template-columns:1fr}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .orb{animation:none}
      .reveal{transition:none}
    }