:root{
      --bg0:#fbf6f7;
      --bg1:#f7f2ff;
      --card:#ffffff;
      --text:#1e2430;
      --muted:#5b6476;
      --line:rgba(22,27,38,.12);
      --shadow: 0 18px 50px rgba(20, 24, 35, .10);
      --shadow2: 0 10px 28px rgba(20, 24, 35, .10);
      --accent:#e23d7a;
      --accent2:#7b4dff;
      --accent3:#0e6bff;
      --accentSoft: rgba(226,61,122,.12);
      --radius:18px;
      --radius2:14px;
      --container: 1120px;
      --padX: 20px;
      --headerH: 72px;
      --focus: 0 0 0 4px rgba(123,77,255,.18);
    }

    *{ 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","Noto Sans", sans-serif;
      color:var(--text);
      background: linear-gradient(180deg, var(--bg0) 0%, #ffffff 45%, #fbfbfe 100%);
    }

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

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

    .site-header{
      position:sticky; top:0; z-index:50;
      background: rgba(255,255,255,.78);
      border-bottom: 1px solid rgba(20,24,35,.08);
      backdrop-filter: blur(10px);
    }
    .header-inner{
      min-height: var(--headerH);
      display:flex; align-items:center; justify-content:space-between;
      gap:16px;
    }

    .brand{ display:flex; align-items:center; gap:12px; min-width: 260px;}
    .brand-link{ display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; }
    .ai-page-logo{ width:44px; border-radius:12px; background: #fff; padding:6px; box-shadow: 0 8px 18px rgba(20,24,35,.10); }
    .brand-text{ line-height:1.1; }
    .brand-name{ font-weight:850; letter-spacing:.2px; font-size:16px; }
    .brand-sub{ margin-top:4px; font-size:12px; color:var(--muted); white-space:nowrap; }

    .nav{ display:flex; align-items:center; justify-content:flex-end; gap:14px; flex:1; }
    .nav-toggle{
      display:none;
      border:1px solid rgba(20,24,35,.12);
      background:#fff;
      border-radius:12px;
      padding:10px 10px;
      cursor:pointer;
      box-shadow: 0 10px 25px rgba(20,24,35,.06);
    }
    .nav-toggle:focus{ outline:none; box-shadow: var(--focus); }
    .bar{
      display:block; width:18px; height:2px; background:rgba(30,36,48,.75); margin:4px 0; border-radius:2px;
    }

    .nav-panel{
      display:flex; align-items:center; gap:14px;
      flex-wrap:nowrap;
    }
    .nav-item{
      text-decoration:none;
      color: rgba(30,36,48,.86);
      font-weight:650;
      font-size:13px;
      padding:10px 8px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease;
    }
    .nav-item:hover{
      background: rgba(123,77,255,.10);
      transform: translateY(-1px);
    }

    .header-cta{ display:flex; align-items:center; gap:10px; margin-left:8px; }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:10px 14px;
      border-radius:14px;
      text-decoration:none;
      font-weight:800;
      font-size:13px;
      border:1px solid transparent;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, background .2s ease, border-color .2s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{ outline:none; box-shadow: var(--focus); }
    .btn:hover{ transform: translateY(-1px); }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
      color:#fff;
      box-shadow: 0 16px 30px rgba(226,61,122,.18);
      border-color: rgba(255,255,255,.12);
    }
    .btn-primary:hover{ box-shadow: 0 18px 38px rgba(226,61,122,.24); }
    .btn-ghost{
      background: rgba(255,255,255,.75);
      color: rgba(30,36,48,.9);
      border-color: rgba(20,24,35,.12);
    }
    .btn-ghost:hover{
      background: #fff;
      border-color: rgba(123,77,255,.22);
    }
    .btn-soft{
      background: rgba(226,61,122,.10);
      color: rgba(30,36,48,.95);
      border-color: rgba(226,61,122,.18);
    }
    .btn-soft:hover{
      background: rgba(226,61,122,.14);
      border-color: rgba(226,61,122,.28);
    }
    .btn-dark{
      background: #111827;
      color:#fff;
      border-color: rgba(255,255,255,.06);
      box-shadow: 0 14px 26px rgba(17,24,39,.18);
    }
    .btn-light{
      background: #fff;
      border-color: rgba(20,24,35,.14);
      color: rgba(30,36,48,.95);
    }
    .btn-lg{ padding:12px 16px; font-size:14px; border-radius:16px; }

    .hero{
      position:relative;
      padding: 34px 0 18px;
      overflow:hidden;
    }
    .hero-bg{
      position:absolute; inset:-40px -40px auto -40px;
      height: 520px;
      background:
        radial-gradient(700px 260px at 18% 35%, rgba(226,61,122,.28), transparent 58%),
        radial-gradient(620px 240px at 60% 22%, rgba(123,77,255,.22), transparent 55%),
        radial-gradient(520px 220px at 80% 55%, rgba(14,107,255,.16), transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.10) 100%);
      filter: saturate(1.05);
      z-index:0;
      pointer-events:none;
    }

    .hero-inner{
      position:relative; z-index:1;
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 22px;
      align-items:start;
      padding: 16px 0 12px;
    }

    .eyebrow{
      display:flex; align-items:center; gap:10px;
      padding:8px 12px;
      border:1px solid rgba(20,24,35,.10);
      background: rgba(255,255,255,.72);
      border-radius: 999px;
      width: fit-content;
      box-shadow: 0 12px 30px rgba(20,24,35,.06);
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
      box-shadow: 0 10px 20px rgba(226,61,122,.25);
    }
    .eyebrow span{
      font-size:12px; color: rgba(30,36,48,.85); font-weight:750;
    }

    .hero-title{
      margin: 18px 0 10px;
      font-size: 40px;
      line-height:1.08;
      letter-spacing:-.5px;
      font-weight: 930;
    }
    .hero-desc{
      margin: 0;
      color: rgba(30,36,48,.78);
      font-size: 15px;
      line-height: 1.7;
      max-width: 54ch;
    }

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

    .hero-badges{
      margin-top: 18px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 12px;
    }
    .badge{
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(20,24,35,.10);
      border-radius: 16px;
      padding:12px 12px;
      display:flex; gap:12px; align-items:center;
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
      box-shadow: 0 10px 26px rgba(20,24,35,.06);
    }
    .badge:hover{
      transform: translateY(-2px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 16px 40px rgba(20,24,35,.10);
    }
    .badge-ic{
      width:34px; height:34px;
      border-radius: 12px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(226,61,122,.10);
      border:1px solid rgba(226,61,122,.18);
      font-size:16px;
    }
    .badge:nth-child(2) .badge-ic{ background: rgba(123,77,255,.10); border-color: rgba(123,77,255,.20); }
    .badge:nth-child(3) .badge-ic{ background: rgba(14,107,255,.10); border-color: rgba(14,107,255,.22); }
    .badge-title{ font-weight:900; font-size:13px; }
    .badge-sub{ color: rgba(30,36,48,.68); font-size:12px; margin-top:2px; font-weight:700; }

    .stat-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
    }
    .stat-card{
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 14px 14px;
      box-shadow: 0 12px 30px rgba(20,24,35,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 132px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .stat-card:hover{
      transform: translateY(-2px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 18px 44px rgba(20,24,35,.10);
    }
    .stat-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
    .stat-ic{
      width:34px; height:34px; border-radius: 14px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(226,61,122,.18);
      background: rgba(226,61,122,.10);
      font-size:16px;
    }
    .stat-card:nth-child(2) .stat-ic{ border-color: rgba(123,77,255,.22); background: rgba(123,77,255,.10); }
    .stat-card:nth-child(3) .stat-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .stat-card:nth-child(4) .stat-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }

    .stat-tag{
      font-size:12px; font-weight:900; color: rgba(30,36,48,.74);
      background: rgba(255,255,255,.60);
      padding: 6px 10px;
      border-radius: 999px;
      border:1px solid rgba(20,24,35,.08);
    }
    .stat-value{
      font-size: 18px;
      font-weight: 940;
      letter-spacing:-.2px;
      margin-top: 8px;
    }
    .stat-desc{ margin-top:8px; color: rgba(30,36,48,.70); font-size:12.5px; line-height:1.5; font-weight:700; }

    .quick-panel{
      margin-top: 12px;
      background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
      border: 1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 14px 14px;
      box-shadow: 0 14px 40px rgba(20,24,35,.08);
    }
    .quick-title{ font-weight:950; font-size:15px; }
    .quick-sub{ margin-top:8px; color: rgba(30,36,48,.72); font-size:12.8px; line-height:1.6; font-weight:720; }
    .quick-row{ display:flex; gap:10px; margin-top: 12px; flex-wrap:wrap; }
    .quick-hint{ margin-top:10px; color: rgba(30,36,48,.60); font-size:12px; font-weight:700; }

    .section{
      padding: 46px 0;
    }
    .section.compact{ padding: 20px 0 30px; }

    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between;
      gap:14px;
      margin-bottom: 18px;
    }
    .section-title{
      margin:0;
      font-size: 26px;
      letter-spacing:-.3px;
      font-weight: 950;
    }
    .section-desc{
      margin:0;
      color: rgba(30,36,48,.72);
      font-size: 14px;
      line-height: 1.6;
      max-width: 72ch;
      font-weight:700;
    }

    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:start;
    }
    .content-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .content-card.alt{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(247,242,255,.72));
      border-color: rgba(123,77,255,.18);
    }
    .card-title{ margin:0; font-size:16px; font-weight:950; }
    .card-text{ margin:10px 0 0; color: rgba(30,36,48,.74); font-size:13.5px; line-height:1.75; font-weight:720; }

    .list-check{ margin:14px 0 0; padding:0; list-style:none; display:grid; gap:10px; }
    .list-check li{ display:flex; gap:10px; align-items:flex-start; color: rgba(30,36,48,.78); font-weight:760; font-size:13px; line-height:1.5; }
    .li-ic{
      width:18px; height:18px; border-radius:8px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(123,77,255,.12);
      border:1px solid rgba(123,77,255,.18);
      color: rgba(43,35,100,.9);
      flex:0 0 auto;
      margin-top:1px;
      font-size:12px;
    }

    .chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px; }
    .chip{
      background: rgba(255,255,255,.7);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 999px;
      padding:8px 12px;
      font-size:12px;
      font-weight:850;
      color: rgba(30,36,48,.76);
      transition: transform .15s ease, border-color .2s ease, background .2s ease;
    }
    .chip:hover{ transform: translateY(-1px); border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.06); }

    .cta-row{ display:flex; gap:12px; margin-top: 14px; flex-wrap:wrap; }

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .service-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 180px;
      outline:none;
    }
    .service-card:hover{
      transform: translateY(-3px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 20px 55px rgba(20,24,35,.10);
    }
    .service-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .service-ic{
      width:38px; height:38px;
      border-radius: 16px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(226,61,122,.18);
      background: rgba(226,61,122,.10);
      font-size:16px;
      flex:0 0 auto;
    }
    .service-card:nth-child(2) .service-ic{ border-color: rgba(123,77,255,.22); background: rgba(123,77,255,.10); }
    .service-card:nth-child(3) .service-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .service-card:nth-child(4) .service-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }
    .service-card:nth-child(5) .service-ic{ border-color: rgba(123,77,255,.22); background: rgba(123,77,255,.10); }
    .service-card:nth-child(6) .service-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }

    .service-title{ margin:0; font-size:15px; font-weight:980; }
    .service-desc{ margin: 10px 0 0; color: rgba(30,36,48,.72); line-height:1.7; font-size:13px; font-weight:720; }
    .service-meta{ margin-top: 14px; color: rgba(30,36,48,.62); font-size:12.3px; font-weight:850; }

    .timeline{
      display:grid;
      grid-template-columns: repeat(5, minmax(0,1fr));
      gap: 12px;
    }
    .timeline-item{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 14px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      display:flex; gap:12px; align-items:flex-start;
      min-height: 148px;
    }
    .t-step{
      width:34px; height:34px; border-radius: 14px;
      display:flex; align-items:center; justify-content:center;
      font-weight:980;
      color:#fff;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
      box-shadow: 0 14px 30px rgba(226,61,122,.20);
      flex: 0 0 auto;
    }
    .t-title{ margin:0; font-size:14px; font-weight:980; }
    .t-text{ margin:8px 0 0; color: rgba(30,36,48,.70); line-height:1.65; font-size:12.7px; font-weight:720; }

    .callout{
      margin-top: 16px;
      background: linear-gradient(135deg, rgba(226,61,122,.12), rgba(123,77,255,.12));
      border: 1px solid rgba(123,77,255,.18);
      border-radius: var(--radius);
      padding: 16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      box-shadow: 0 18px 60px rgba(123,77,255,.08);
    }
    .callout-title{ font-weight:980; font-size:16px; }
    .callout-desc{ margin-top:8px; color: rgba(30,36,48,.72); font-weight:720; font-size:13px; line-height:1.6; }
    .callout-right{ display:flex; gap:12px; flex-wrap:wrap; }

    .two-col{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 14px;
    }
    .mini-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 238px;
    }
    .mini-card:hover{
      transform: translateY(-2px);
      border-color: rgba(226,61,122,.20);
      box-shadow: 0 20px 55px rgba(20,24,35,.10);
    }
    .mini-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .mini-ic{
      width:40px; height:40px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(226,61,122,.18);
      background: rgba(226,61,122,.10);
      font-size:16px;
      flex:0 0 auto;
    }
    .mini-card:nth-child(2) .mini-ic{ border-color: rgba(123,77,255,.22); background: rgba(123,77,255,.10); }
    .mini-card:nth-child(3) .mini-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .mini-card:nth-child(4) .mini-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }
    .mini-title{ margin:0; font-size:15px; font-weight:980; }
    .mini-text{ margin:10px 0 0; color: rgba(30,36,48,.72); font-weight:720; line-height:1.7; font-size:13px; }
    .mini-list{ margin: 14px 0 0; padding-left: 18px; color: rgba(30,36,48,.76); font-weight:750; line-height:1.7; font-size:12.8px; }
    .link-arrow{
      display:inline-flex; align-items:center; gap:8px;
      margin-top: 14px;
      text-decoration:none;
      color: rgba(123,77,255,.98);
      font-weight:900;
      font-size:13px;
    }
    .link-arrow::after{
      content:"→";
      font-weight:950;
      transition: transform .15s ease;
    }
    .mini-card:hover .link-arrow::after{ transform: translateX(2px); }

    .network-shell{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 14px;
      align-items:stretch;
    }
    .network-left, .network-right{ min-height: 340px; }
    .network-left{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .network-points{ margin-top: 12px; display:grid; gap:12px; }
    .np{ display:flex; gap:12px; align-items:flex-start; }
    .np-ic{
      width:40px; height:40px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(123,77,255,.20);
      background: rgba(123,77,255,.10);
      font-size:16px;
      flex:0 0 auto;
    }
    .np:nth-child(2) .np-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }
    .np:nth-child(3) .np-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .np-title{ font-weight:980; font-size:14px; }
    .np-desc{ margin-top:6px; color: rgba(30,36,48,.70); font-size:12.6px; font-weight:720; line-height:1.6; }

    .map-card{
      height:100%;
      background:
        radial-gradient(420px 200px at 30% 18%, rgba(226,61,122,.16), transparent 60%),
        radial-gradient(420px 200px at 70% 40%, rgba(123,77,255,.16), transparent 60%),
        rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      display:flex; flex-direction:column;
      overflow:hidden;
    }
    .map-title{ font-weight:980; font-size:15px; }
    .map-grid{
      margin-top: 14px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 10px;
      align-content:start;
      flex: 1 1 auto;
    }
    .map-node{
      background: rgba(255,255,255,.75);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 14px;
      padding:10px 10px;
      text-align:center;
      font-weight:950;
      color: rgba(30,36,48,.78);
      font-size:12.5px;
      box-shadow: 0 10px 26px rgba(20,24,35,.04);
    }
    .map-foot{
      color: rgba(30,36,48,.64);
      font-size:12px;
      font-weight:760;
      margin-top: 10px;
    }

    .accordion{
      display:grid;
      gap: 12px;
    }
    .acc-item{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 0;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      overflow:hidden;
    }
    .acc-summary{
      list-style:none;
      cursor:pointer;
      display:flex; align-items:center; gap:12px; justify-content:flex-start;
      padding: 14px 16px;
      user-select:none;
    }
    .acc-summary::-webkit-details-marker{ display:none; }
    .acc-num{
      width:36px; height:36px; border-radius: 16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(123,77,255,.12);
      border:1px solid rgba(123,77,255,.18);
      font-weight:980;
      color: rgba(64,49,161,.95);
      flex:0 0 auto;
    }
    .acc-title{ font-weight:980; font-size:14px; }
    .acc-arrow{ margin-left:auto; font-size:20px; color: rgba(30,36,48,.55); font-weight:900; transition: transform .2s ease; }
    .acc-item[open] .acc-arrow{ transform: rotate(90deg); }
    .acc-body{
      padding: 0 16px 14px 16px;
      color: rgba(30,36,48,.72);
      font-weight:720;
      line-height:1.7;
      font-size:13px;
    }

    .case-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .case-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 208px;
      display:flex; flex-direction:column;
    }
    .case-card:hover{
      transform: translateY(-2px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 20px 55px rgba(20,24,35,.10);
    }
    .case-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
    .case-tag{
      background: rgba(226,61,122,.10);
      border:1px solid rgba(226,61,122,.18);
      color: rgba(226,61,122,.96);
      padding:7px 10px;
      border-radius:999px;
      font-size:12px; font-weight:950;
    }
    .case-pill{
      background: rgba(123,77,255,.10);
      border:1px solid rgba(123,77,255,.20);
      color: rgba(84,54,193,.96);
      padding:7px 10px;
      border-radius:999px;
      font-size:12px; font-weight:950;
    }
    .case-title{ margin:12px 0 0; font-size:15px; font-weight:980; }
    .case-desc{ margin:10px 0 0; color: rgba(30,36,48,.72); font-weight:720; line-height:1.7; font-size:13px; }
    .case-meta{ margin-top:auto; padding-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }
    .case-meta span{
      background: rgba(255,255,255,.7);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 999px;
      padding:7px 10px;
      font-size:12px;
      color: rgba(30,36,48,.72);
      font-weight:900;
    }

    .section-footer-row{
      margin-top: 14px;
      display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
    }

    .compare-top{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 14px;
      align-items:stretch;
      margin-bottom: 14px;
    }
    .rating-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      overflow:hidden;
    }
    .rating-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
    .stars{ display:flex; gap:4px; color: #f6b73c; font-size:20px; filter: drop-shadow(0 10px 18px rgba(246,183,60,.18)); }
    .star{ transform: translateY(0); }
    .rating-score{ text-align:right; }
    .score-value{ font-size:40px; font-weight:1000; letter-spacing:-.8px; line-height:1; background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%); -webkit-background-clip: text; background-clip:text; color: transparent; }
    .score-sub{ margin-top:6px; color: rgba(30,36,48,.66); font-weight:900; }
    .rating-note{ margin-top: 12px; color: rgba(30,36,48,.78); font-weight:950; font-size:14px; }

    .compare-side{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(247,242,255,.74));
      border:1px solid rgba(123,77,255,.18);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      display:flex; flex-direction:column;
      gap: 12px;
    }
    .side-title{ font-weight:980; font-size:15px; }
    .side-list{ margin:0; padding:0; list-style:none; display:grid; gap:10px; }
    .side-list li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(30,36,48,.76);
      font-weight:780; font-size:13px; line-height:1.55;
    }

    .compare-cards{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 14px;
    }
    .token-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .token-card.alt{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(226,61,122,.06));
      border-color: rgba(226,61,122,.14);
    }
    .token-top{ display:flex; gap:12px; align-items:flex-start; }
    .token-ic{
      width:44px; height:44px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(226,61,122,.18);
      background: rgba(226,61,122,.10);
      font-size:18px;
      flex:0 0 auto;
    }
    .token-card:nth-child(2) .token-ic{ border-color: rgba(123,77,255,.20); background: rgba(123,77,255,.10); }
    .token-title{ font-size:15px; font-weight:980; }
    .token-sub{ margin-top:6px; color: rgba(30,36,48,.66); font-weight:820; font-size:12.7px; line-height:1.5; }

    .token-steps{
      margin: 14px 0 0;
      padding:0; list-style:none;
      display:grid; gap:10px;
    }
    .token-steps li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(30,36,48,.76);
      font-weight:800; font-size:13px; line-height:1.6;
    }
    .token-steps span{
      width:22px; height:22px; border-radius: 10px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(123,77,255,.12);
      border:1px solid rgba(123,77,255,.20);
      font-weight:980; color: rgba(64,49,161,.95);
      flex:0 0 auto;
      font-size:12px;
    }

    .metric-grid{
      margin-top: 14px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
    }
    .metric{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 14px;
      padding: 12px;
    }
    .metric-value{ font-weight:980; font-size:13px; }
    .metric-desc{ margin-top:8px; color: rgba(30,36,48,.66); font-weight:760; line-height:1.55; font-size:12.5px; }
    .token-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }

    .compare-table-wrap{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .table-title{ font-weight:980; font-size:15px; margin-bottom: 12px; }
    .table-scroll{
      overflow:auto;
      border-radius: 14px;
      border:1px solid rgba(20,24,35,.10);
      background: rgba(255,255,255,.65);
    }
    .compare-table{
      width: 100%;
      border-collapse: collapse;
      min-width: 720px;
    }
    .compare-table th, .compare-table td{
      padding: 12px 12px;
      border-bottom:1px solid rgba(20,24,35,.08);
      text-align:left;
      vertical-align:top;
      font-weight:800;
      font-size:13px;
    }
    .compare-table th{
      background: linear-gradient(135deg, rgba(226,61,122,.10), rgba(123,77,255,.10));
      color: rgba(30,36,48,.86);
      font-weight:950;
    }
    .compare-table td{
      color: rgba(30,36,48,.74);
      font-weight:780;
      line-height:1.6;
    }
    .compare-table tr:last-child td{ border-bottom:none; }
    .table-cta{ margin-top: 12px; display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }

    .form-shell{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:start;
    }
    .form-left, .form-right{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .form-left{ background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(247,242,255,.70)); border-color: rgba(123,77,255,.16); }
    .form-highlight{
      margin-top: 14px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 14px;
      padding: 12px;
    }
    .form-highlight-title{ font-weight:980; font-size:13px; }
    .chips-2{ margin-top:10px; }
    .chips-2 .chip{ padding:7px 10px; font-size:12px; }
    .form-features{
      margin-top: 14px;
      display:grid; gap:12px;
    }
    .ff{ display:flex; gap:12px; align-items:flex-start; }
    .ff-ic{
      width:38px; height:38px; border-radius: 16px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(226,61,122,.18);
      background: rgba(226,61,122,.10);
      font-size:16px;
      flex:0 0 auto;
    }
    .ff:nth-child(2) .ff-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .ff:nth-child(3) .ff-ic{ border-color: rgba(123,77,255,.22); background: rgba(123,77,255,.10); }
    .ff-title{ font-weight:980; font-size:13px; }
    .ff-desc{ margin-top:6px; color: rgba(30,36,48,.66); font-weight:760; font-size:12.5px; line-height:1.55; }

    .form-grid{ display:grid; gap:12px; }
    .field label{
      display:block;
      font-weight:950;
      font-size:13px;
      margin-bottom:8px;
      color: rgba(30,36,48,.86);
    }
    .field input, .field select, .field textarea{
      width:100%;
      padding: 12px 12px;
      border-radius: 14px;
      border:1px solid rgba(20,24,35,.12);
      background: rgba(255,255,255,.92);
      font-size:13px;
      font-weight:760;
      color: rgba(30,36,48,.92);
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease;
    }
    .field input:focus, .field select:focus, .field textarea:focus{
      border-color: rgba(123,77,255,.35);
      box-shadow: var(--focus);
    }
    .field textarea{ resize: vertical; min-height: 120px; }
    .field-full{ grid-column: 1 / -1; }
    .form-actions{ display:flex; align-items:flex-start; gap:12px; flex-wrap:wrap; margin-top: 2px; }
    .form-note{ color: rgba(30,36,48,.62); font-size:12px; font-weight:780; line-height:1.6; max-width: 28ch; }

    .friend-shell{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 14px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
    }
    .friend-title{ font-weight:980; font-size:14px; color: rgba(30,36,48,.86); }
    .friend-links{
      display:flex; gap:10px; flex-wrap:wrap;
      justify-content:flex-end;
    }
    .friend-links a{
      text-decoration:none;
      color: rgba(30,36,48,.80);
      font-weight:900;
      font-size:12.5px;
      border:1px solid rgba(20,24,35,.10);
      background: rgba(255,255,255,.7);
      padding: 8px 10px;
      border-radius: 999px;
      transition: transform .15s ease, border-color .2s ease;
    }
    .friend-links a:hover{ transform: translateY(-1px); border-color: rgba(226,61,122,.22); }

    .faq-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 14px;
      align-items:start;
    }
    .faq-panel, .faq-side{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .faq-panel{
      padding: 14px;
    }
    .faq-toolbar{
      display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 12px;
    }
    .faq-count{
      font-weight:1000;
      letter-spacing:.2px;
      background: linear-gradient(135deg, rgba(226,61,122,.12), rgba(123,77,255,.12));
      border:1px solid rgba(123,77,255,.16);
      color: rgba(64,49,161,.95);
      padding: 8px 12px;
      border-radius: 999px;
      font-size:12px;
    }
    .faq-search{
      width: min(360px, 100%);
      padding: 12px 12px;
      border-radius: 14px;
      border:1px solid rgba(20,24,35,.12);
      background: rgba(255,255,255,.92);
      font-size:13px;
      font-weight:800;
      outline:none;
    }
    .faq-search:focus{ box-shadow: var(--focus); border-color: rgba(123,77,255,.35); }

    .faq-items{ display:grid; gap:10px; }
    .faq-item{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 16px;
      padding: 0;
      overflow:hidden;
    }
    .faq-summary{
      list-style:none;
      cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding: 12px 14px;
      font-weight:980;
      color: rgba(30,36,48,.90);
      user-select:none;
      font-size:13px;
    }
    .faq-summary::-webkit-details-marker{ display:none; }
    .faq-arrow{
      width:28px; height:28px; border-radius: 12px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(20,24,35,.12);
      background: rgba(255,255,255,.85);
      color: rgba(30,36,48,.70);
      font-weight:1100;
      flex:0 0 auto;
    }
    .faq-answer{
      padding: 0 14px 12px 14px;
      color: rgba(30,36,48,.74);
      font-weight:750;
      line-height:1.7;
      font-size:13px;
    }

    .faq-side{
      padding: 14px;
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(226,61,122,.06));
      border-color: rgba(226,61,122,.14);
      display:grid;
      gap: 12px;
      align-content:start;
    }
    .side-box{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius2);
      padding: 14px;
      box-shadow: 0 12px 30px rgba(20,24,35,.04);
    }
    .side-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }
    .side-small{ margin-top: 12px; color: rgba(30,36,48,.62); font-size:12px; font-weight:780; line-height:1.6; }

    .side-mini{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius2);
      padding: 14px;
    }
    .side-mini-title{ font-weight:980; font-size:14px; margin-bottom: 10px; }
    .side-mini-tags{ display:flex; flex-wrap:wrap; gap:10px; }

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
    }
    .wiki-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height: 140px;
    }
    .wiki-card:hover{
      transform: translateY(-2px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 20px 55px rgba(20,24,35,.10);
    }
    .wiki-head{ display:flex; align-items:center; gap:12px; }
    .wiki-ic{
      width:44px; height:44px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(123,77,255,.20);
      background: rgba(123,77,255,.10);
      font-size:18px;
      flex:0 0 auto;
    }
    .wiki-card:nth-child(2) .wiki-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }
    .wiki-card:nth-child(3) .wiki-ic{ border-color: rgba(14,107,255,.22); background: rgba(14,107,255,.10); }
    .wiki-card:nth-child(4) .wiki-ic{ border-color: rgba(226,61,122,.22); background: rgba(226,61,122,.10); }
    .wiki-title{ margin:0; font-weight:980; font-size:14px; }
    .wiki-desc{ margin: 10px 0 0; color: rgba(30,36,48,.72); font-weight:760; line-height:1.7; font-size:13px; }

    .article-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 14px;
      align-items:start;
    }
    .article-list, .article-aside{ border-radius: var(--radius); }
    .article-list{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      padding: 14px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .article-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 10px; }
    .article-title{ font-weight:1000; font-size:15px; }
    .article-ul{ margin:0; padding:0; list-style:none; display:grid; gap:10px; }
    .article-ul li{
      display:flex; flex-direction:column; gap:6px;
      border:1px solid rgba(20,24,35,.10);
      background: rgba(255,255,255,.72);
      border-radius: 16px;
      padding: 12px;
      transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .article-ul li:hover{
      transform: translateY(-2px);
      border-color: rgba(123,77,255,.22);
      box-shadow: 0 20px 55px rgba(20,24,35,.08);
    }
    .article-ul a{
      text-decoration:none;
      color: rgba(30,36,48,.92);
      font-weight:980;
      font-size:13.5px;
      line-height:1.4;
    }
    .a-meta{ color: rgba(30,36,48,.62); font-weight:800; font-size:12px; }

    .article-aside{
      display:grid;
      gap: 14px;
      align-content:start;
    }
    .aside-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 14px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .aside-card.alt{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(226,61,122,.06));
      border-color: rgba(226,61,122,.14);
    }
    .aside-title{ font-weight:1000; font-size:14px; }
    .aside-text{ margin-top:10px; color: rgba(30,36,48,.72); font-weight:760; line-height:1.7; font-size:13px; }
    .aside-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }

    .cloud{ margin-top: 12px; display:flex; flex-wrap:wrap; gap:10px; }
    .cloud-item{
      border:1px solid rgba(20,24,35,.10);
      background: rgba(255,255,255,.72);
      border-radius: 999px;
      padding: 8px 10px;
      font-weight:900;
      font-size:12px;
      color: rgba(30,36,48,.76);
    }

    .contact-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:start;
    }
    .contact-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .contact-card.alt{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(123,77,255,.08));
      border-color: rgba(123,77,255,.16);
    }
    .contact-row{
      display:flex; align-items:center; justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px dashed rgba(20,24,35,.12);
    }
    .contact-row:last-of-type{ border-bottom:none; }
    .contact-label{ color: rgba(30,36,48,.62); font-weight:900; font-size:12.5px; }
    .contact-value{ font-weight:980; color: rgba(30,36,48,.90); font-size:13px; text-align:right; }
    .link{ color: rgba(123,77,255,.98); font-weight:1000; text-decoration:none; }
    .contact-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }
    .contact-legal{ margin-top: 14px; color: rgba(30,36,48,.62); font-weight:780; line-height:1.6; font-size:12px; }

    .qr-wrap{
      margin-top: 10px;
      display:flex; gap:14px; align-items:center;
      flex-wrap:wrap;
    }
    .qr-img{
      width: 140px;
      border-radius: 18px;
      border:1px solid rgba(20,24,35,.10);
      padding: 8px;
      background: rgba(255,255,255,.82);
      box-shadow: 0 16px 40px rgba(20,24,35,.08);
    }
    .qr-caption{ flex:1; min-width: 220px; }
    .qr-title{ font-weight:1000; font-size:14px; }
    .qr-sub{ margin-top:8px; color: rgba(30,36,48,.70); font-weight:780; line-height:1.6; font-size:12.8px; }
    .contact-network{ margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(20,24,35,.08); }
    .contact-network-title{ font-weight:1000; font-size:13px; color: rgba(30,36,48,.86); margin-bottom: 10px; }

    .agent-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:start;
    }
    .agent-card{
      background: rgba(255,255,255,.80);
      border:1px solid rgba(20,24,35,.10);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: 0 14px 40px rgba(20,24,35,.06);
    }
    .agent-card.alt{
      background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(226,61,122,.06));
      border-color: rgba(226,61,122,.14);
    }
    .agent-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }

    .review-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 12px;
    }
    .review-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,24,35,.10);
      border-radius: 16px;
      padding: 12px;
      box-shadow: 0 12px 30px rgba(20,24,35,.04);
      min-height: 168px;
      display:flex; flex-direction:column;
      gap: 10px;
    }
    .review-top{
      display:flex; gap:12px; align-items:center;
    }
    .avatar{
      width:44px; height:44px; border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(226,61,122,.14), rgba(123,77,255,.14));
      border:1px solid rgba(123,77,255,.18);
      font-weight:1100;
      color: rgba(64,49,161,.95);
      flex:0 0 auto;
      letter-spacing:.2px;
    }
    .review-name{ font-weight:1000; font-size:13px; }
    .review-stars{ color: #f6b73c; font-size:12px; margin-top:4px; letter-spacing:.5px; }
    .review-text{
      margin:0;
      color: rgba(30,36,48,.72);
      font-weight:760;
      line-height:1.7;
      font-size:12.8px;
    }

    .agent-bottom{
      margin-top: 14px;
      background: linear-gradient(135deg, rgba(226,61,122,.10), rgba(123,77,255,.10));
      border:1px solid rgba(123,77,255,.18);
      border-radius: var(--radius);
      padding: 16px;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      flex-wrap:wrap;
      box-shadow: 0 18px 60px rgba(123,77,255,.08);
    }
    .agent-bottom-title{ font-weight:1000; font-size:16px; }
    .agent-bottom-desc{ margin-top:8px; color: rgba(30,36,48,.72); font-weight:780; line-height:1.6; font-size:13px; }

    .site-footer{
      background: #0f172a;
      color: rgba(255,255,255,.92);
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 22px 0;
    }
    .footer-inner{
      display:flex; flex-direction:column; gap:14px;
    }
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
    }
    .footer-title{ font-weight:1000; font-size:16px; }
    .footer-desc{ margin-top:8px; color: rgba(255,255,255,.72); font-weight:780; line-height:1.6; font-size:12.8px; max-width: 52ch; }
    .footer-links{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:flex-end;
    }
    .footer-links a{
      color: rgba(255,255,255,.86);
      text-decoration:none;
      font-weight:900;
      font-size:12.5px;
      padding: 10px 10px;
      border-radius: 12px;
      border:1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      transition: transform .15s ease, border-color .2s ease, background .2s ease;
    }
    .footer-links a:hover{ transform: translateY(-1px); border-color: rgba(226,61,122,.28); background: rgba(226,61,122,.10); }

    .footer-bottom{
      display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
      border-top: 1px solid rgba(255,255,255,.08);
      padding-top: 14px;
    }
    .copyright{ font-weight:900; color: rgba(255,255,255,.86); font-size:12.8px; }
    .footer-small{ margin-top:6px; color: rgba(255,255,255,.68); font-weight:800; font-size:12px; }
    .footer-right .btn-ghost{
      border-color: rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.92);
    }
    .footer-right .btn-ghost:hover{ background: rgba(255,255,255,.10); }

    .to-top{
      position:fixed;
      right: 16px;
      bottom: 16px;
      width: 44px;
      height: 44px;
      border-radius: 16px;
      border:1px solid rgba(20,24,35,.12);
      background: rgba(255,255,255,.86);
      box-shadow: 0 18px 44px rgba(20,24,35,.14);
      cursor:pointer;
      font-weight:1000;
      color: rgba(30,36,48,.86);
      display:none;
      z-index:60;
      transition: transform .15s ease, opacity .2s ease;
    }
    .to-top.show{ display:flex; align-items:center; justify-content:center; }
    .to-top:hover{ transform: translateY(-2px); }

    .float-customer{
      position:fixed;
      left: 16px;
      bottom: 16px;
      z-index:60;
    }
    .float-btn{
      border-radius: 16px;
      border:1px solid rgba(226,61,122,.22);
      background: linear-gradient(135deg, rgba(226,61,122,.16), rgba(123,77,255,.14));
      box-shadow: 0 18px 44px rgba(226,61,122,.12);
      cursor:pointer;
      padding: 12px 14px;
      display:flex;
      align-items:center;
      gap:10px;
      color: rgba(30,36,48,.92);
      font-weight:1000;
      font-size:13px;
      transition: transform .15s ease, box-shadow .15s ease;
      user-select:none;
    }
    .float-btn:hover{ transform: translateY(-2px); box-shadow: 0 22px 60px rgba(226,61,122,.16); }
    .float-btn:focus{ outline:none; box-shadow: var(--focus); }
    .float-ic{ width:28px; height:28px; border-radius: 12px; display:flex; align-items:center; justify-content:center; background: rgba(255,255,255,.72); border:1px solid rgba(20,24,35,.10); }

    .modal{
      position:fixed; inset:0;
      background: rgba(10,14,22,.42);
      display:none;
      align-items:center;
      justify-content:center;
      z-index:80;
      padding: 18px;
    }
    .modal.open{ display:flex; }
    .modal-card{
      width: min(520px, 100%);
      background: #fff;
      border-radius: 22px;
      border:1px solid rgba(255,255,255,.18);
      box-shadow: 0 30px 100px rgba(0,0,0,.30);
      overflow:hidden;
      transform-origin: center;
      animation: pop .18s ease-out;
    }
    @keyframes pop{
      from{ transform: translateY(10px) scale(.98); opacity:.75; }
      to{ transform: translateY(0) scale(1); opacity:1; }
    }
    .modal-head{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding: 14px 16px;
      border-bottom: 1px solid rgba(20,24,35,.10);
      background: linear-gradient(135deg, rgba(226,61,122,.10), rgba(123,77,255,.10));
    }
    .modal-title{ font-weight:1000; font-size:14px; color: rgba(30,36,48,.92); }
    .modal-close{
      border:1px solid rgba(20,24,35,.12);
      background: #fff;
      width: 36px; height: 36px;
      border-radius: 14px;
      cursor:pointer;
      font-size:18px;
      font-weight:1000;
      color: rgba(30,36,48,.70);
    }
    .modal-close:focus{ outline:none; box-shadow: var(--focus); }
    .modal-body{ padding: 16px; }
    .modal-qr{ display:flex; align-items:center; justify-content:center; }
    .modal-qr img{
      width: 180px;
      height: auto;
      border-radius: 18px;
      border:1px solid rgba(20,24,35,.12);
      padding: 10px;
      background: rgba(255,255,255,.92);
    }
    .modal-desc{
      margin-top: 10px;
      text-align:center;
      color: rgba(30,36,48,.72);
      font-weight:780;
      line-height:1.6;
      font-size:13px;
    }
    #modalToMatch{ width:100%; margin-top: 12px; }

    /* Reveal */
    .reveal{ opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease; }
    .reveal.delay{ transition-delay: .08s; }
    .reveal.in-view{ opacity:1; transform: translateY(0); }

    /* Responsive */
    @media (max-width: 980px){
      .hero-inner{ grid-template-columns: 1fr; }
      .hero-right{ order:2; }
      .hero-title{ font-size: 34px; }
      .hero-badges{ grid-template-columns: 1fr; }
      .stat-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .service-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .timeline{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .split{ grid-template-columns: 1fr; }
      .compare-top{ grid-template-columns: 1fr; }
      .compare-cards{ grid-template-columns: 1fr; }
      .form-shell{ grid-template-columns: 1fr; }
      .faq-grid{ grid-template-columns: 1fr; }
      .wiki-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .article-grid{ grid-template-columns: 1fr; }
      .contact-grid{ grid-template-columns: 1fr; }
      .agent-grid{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr 1fr; }
      .network-shell{ grid-template-columns: 1fr; }
      .network-left, .network-right{ min-height: unset; }
    }

    @media (max-width: 720px){
      .site-header .brand-sub{ display:none; }
      .nav-toggle{ display:inline-flex; align-items:center; justify-content:center; }
      .nav-panel{
        position:absolute;
        left: 0; right: 0;
        top: calc(var(--headerH) - 2px);
        margin:0 auto;
        width: min(var(--container), calc(100% - var(--padX)*2));
        background: rgba(255,255,255,.94);
        border:1px solid rgba(20,24,35,.10);
        border-radius: 18px;
        box-shadow: 0 30px 80px rgba(0,0,0,.18);
        padding: 10px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:6px;
      }
      .nav-panel.open{ display:flex; }
      .nav-item{ padding: 12px 12px; }
      .header-cta{ display:none; }

      .service-grid{ grid-template-columns: 1fr; }
      .timeline{ grid-template-columns: 1fr; }
      .case-grid{ grid-template-columns: 1fr; }
      .two-col{ grid-template-columns: 1fr; }
      .wiki-grid{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr; }
      .hero-title{ font-size: 30px; }
      .stat-grid{ grid-template-columns: 1fr; }
      .hero-desc{ font-size:14.2px; }
      .to-top{ right: 12px; bottom: 88px; }
      .float-customer{ left: 12px; }
      .float-text{ display:none; }
    }