:root{
      --bg0:#ffffff;
      --bg1:#fff7fb;
      --bg2:#f7f8ff;
      --text:#0f172a;
      --muted:#556070;
      --muted2:#7a8696;
      --line:rgba(15,23,42,.10);
      --card:#ffffff;
      --shadow:0 16px 40px rgba(13,20,40,.10);
      --shadow2:0 10px 26px rgba(13,20,40,.08);
      --radius:18px;

      --brand1:#ff2d7a;
      --brand2:#7c3aed;
      --brand3:#00c2ff;
      --brand4:#ffb703;

      --btnText:#ffffff;
      --focus:rgba(124,58,237,.35);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1000px 600px at 12% -10%, rgba(255,45,122,.18), transparent 55%),
        radial-gradient(800px 520px at 88% 0%, rgba(0,194,255,.14), transparent 52%),
        radial-gradient(900px 560px at 70% 110%, rgba(124,58,237,.13), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #fff9fb 40%, #ffffff 100%);
    }

    .skip-link{
      position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
      background:#000;color:#fff;padding:10px;border-radius:10px;z-index:9999;
    }
    .skip-link:focus{left:16px;top:16px;width:auto;height:auto}

    .container{
      width:100%;
      max-width:1140px;
      padding:0 18px;
      margin:0 auto;
    }

    .site-header{
      position:sticky; top:0;
      z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,.72);
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .nav-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .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:42px;height:auto;display:block;border-radius:12px;background:linear-gradient(135deg, rgba(255,45,122,.18), rgba(124,58,237,.12))}
    .brand-meta{display:flex;flex-direction:column;gap:2px;line-height:1.1}
    .brand-name{font-weight:800;letter-spacing:.2px}
    .brand-sub{font-size:12px;color:var(--muted2)}

    .nav-desktop{
      display:flex;
      align-items:center;
      gap:16px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav-desktop a{
      text-decoration:none;
      color:rgba(15,23,42,.88);
      font-weight:600;
      font-size:14px;
      padding:8px 10px;
      border-radius:12px;
      transition: background .15s ease, color .15s ease, transform .15s ease;
    }
    .nav-desktop a:hover{
      background: rgba(255,45,122,.08);
      color:rgba(15,23,42,1);
      transform: translateY(-1px);
    }

    .nav-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;min-width:190px}
    .icon-btn{
      width:42px;height:42px;border-radius:14px;border:1px solid rgba(15,23,42,.12);
      background:rgba(255,255,255,.75);
      display:none;
      align-items:center;justify-content:center;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .icon-btn:hover{transform: translateY(-1px); box-shadow: 0 10px 22px rgba(13,20,40,.10)}
    .hamburger{
      width:18px;height:12px;position:relative;display:block;
    }
    .hamburger:before,.hamburger:after,.hamburger i{
      content:""; position:absolute; left:0; right:0; height:2px; border-radius:999px;
      background: rgba(15,23,42,.84);
    }
    .hamburger:before{top:0}
    .hamburger:after{bottom:0}
    .hamburger i{top:5px}

    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      text-decoration:none;
      border-radius:14px;
      padding:11px 14px;
      font-weight:800;
      border:1px solid transparent;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:focus{outline:none; box-shadow:0 0 0 4px var(--focus)}
    .btn-solid{
      background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 50%, var(--brand3) 120%);
      color:var(--btnText);
      box-shadow: 0 16px 30px rgba(124,58,237,.22);
      border-color: rgba(255,255,255,.16);
    }
    .btn-solid:hover{transform: translateY(-1px); box-shadow: 0 22px 44px rgba(124,58,237,.26)}
    .btn-ghost{
      background: rgba(255,255,255,.78);
      border-color: rgba(15,23,42,.14);
      color: rgba(15,23,42,.92);
      box-shadow: 0 10px 20px rgba(13,20,40,.06);
    }
    .btn-ghost:hover{transform: translateY(-1px); box-shadow: 0 18px 36px rgba(13,20,40,.10); border-color: rgba(15,23,42,.20)}
    .btn-sm{padding:9px 12px;border-radius:12px;font-size:13px;font-weight:800}
    .btn-ghost.btn-sm{box-shadow:none}

    .hero{
      padding:28px 0 0;
      position:relative;
      overflow:hidden;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:18px;
      align-items:start;
      padding:26px 0 44px;
    }
    .hero:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(700px 340px at 10% 10%, rgba(255,45,122,.26), transparent 60%),
        radial-gradient(680px 360px at 85% 0%, rgba(124,58,237,.23), transparent 55%),
        radial-gradient(780px 420px at 75% 90%, rgba(0,194,255,.18), transparent 55%);
      pointer-events:none;
      z-index:0;
    }
    .hero-grid > *{position:relative; z-index:1}

    .pill-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
    .pill{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.75);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 12px 26px rgba(13,20,40,.06);
      font-weight:800;
      font-size:13px;
      color: rgba(15,23,42,.92);
    }
    .pill-alt{background: rgba(124,58,237,.08); border-color: rgba(124,58,237,.20)}
    .pill-dot{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow: 0 0 0 4px rgba(255,45,122,.18);
    }

    h1{
      margin:0;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero-lead{
      margin:14px 0 18px;
      font-size:16px;
      color: rgba(15,23,42,.76);
      line-height:1.7;
      max-width:60ch;
      font-weight:600;
    }

    .hero-cta{display:flex;gap:12px;flex-wrap:wrap; align-items:center; margin-bottom:18px}
    .hero-badges{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:12px;
    }
    .badge{
      padding:14px 14px;
      border-radius:16px;
      background: rgba(255,255,255,.74);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 16px 30px rgba(13,20,40,.06);
      transition: transform .2s ease, box-shadow .2s ease;
      min-height:96px;
    }
    .badge:hover{transform: translateY(-3px); box-shadow: 0 26px 54px rgba(13,20,40,.10)}
    .badge-title{font-weight:900; letter-spacing:.2px}
    .badge-desc{margin-top:6px; color: rgba(15,23,42,.70); font-weight:650; font-size:13px; line-height:1.5}

    .hero-right{
      display:flex;
      flex-direction:column;
      gap:14px;
      align-items:stretch;
    }

    .hero-card{
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.12);
      border-radius:22px;
      box-shadow: var(--shadow2);
      padding:16px 16px 14px;
      position:relative;
      overflow:hidden;
    }
    .hero-card:after{
      content:"";
      position:absolute; inset:-80px -50px auto auto;
      width:160px;height:160px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,45,122,.30), transparent 60%),
                  radial-gradient(circle at 60% 60%, rgba(0,194,255,.22), transparent 55%);
      filter: blur(2px);
      pointer-events:none;
      transform: rotate(14deg);
    }
    .hero-card-top{display:flex;flex-direction:column;gap:5px; margin-bottom:10px}
    .hero-card-title{font-weight:950; font-size:15px}
    .hero-card-sub{color: rgba(15,23,42,.68); font-weight:650; font-size:13px}

    .metric-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      position:relative;
      z-index:1;
    }
    .metric{
      border-radius:16px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      padding:12px 12px;
      transition: transform .18s ease, box-shadow .18s ease;
      min-height:92px;
    }
    .metric:hover{transform: translateY(-2px); box-shadow: 0 18px 36px rgba(13,20,40,.10)}
    .metric-k{font-size:12px;color: rgba(15,23,42,.62); font-weight:800}
    .metric-v{margin-top:6px; font-weight:950; letter-spacing:-.2px}
    .metric-hint{margin-top:6px; font-size:12px; color: rgba(15,23,42,.66); font-weight:650; line-height:1.35}

    .hero-card-actions{display:flex;gap:10px; margin-top:12px; flex-wrap:wrap}
    .btn .arrow{display:inline-block; transition: transform .15s ease}
    .btn:hover .arrow{transform: translateX(2px)}

    .float-note{
      align-self:flex-end;
      width:100%;
      background: rgba(255,255,255,.62);
      border:1px dashed rgba(15,23,42,.16);
      border-radius:20px;
      padding:12px 14px;
      display:flex;
      align-items:center;
      gap:10px;
      box-shadow: 0 16px 30px rgba(13,20,40,.05);
      opacity:.95;
    }
    .float-note-line{
      width:26px;height:26px;border-radius:10px;
      background: linear-gradient(135deg, rgba(255,45,122,.26), rgba(124,58,237,.18));
      border:1px solid rgba(255,45,122,.22);
    }
    .float-note-dot{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand3), var(--brand2));
      box-shadow:0 0 0 4px rgba(0,194,255,.16);
    }
    .float-note-text{font-weight:900;color: rgba(15,23,42,.86); font-size:13px}

    .hero-divider{
      height:1px; background: linear-gradient(90deg, transparent, rgba(15,23,42,.14), transparent);
      margin:0;
    }

    .section{
      padding:54px 0;
    }
    .alt{
      background: linear-gradient(180deg, rgba(255,247,251,.65), rgba(255,255,255,0) 60%);
      padding:56px 0;
    }
    .alt2{
      background: linear-gradient(180deg, rgba(247,248,255,.72), rgba(255,255,255,0) 60%);
      padding:56px 0;
    }

    .section-head{
      margin-bottom:20px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:.3px;
      color: rgba(124,58,237,.92);
      background: rgba(124,58,237,.08);
      border:1px solid rgba(124,58,237,.18);
      padding:8px 12px;
      border-radius:999px;
      font-size:13px;
    }
    .section-head h2{
      margin:12px 0 0;
      font-size:28px;
      letter-spacing:-.4px;
      line-height:1.22;
    }
    .section-lead{
      margin:10px 0 0;
      color: rgba(15,23,42,.70);
      font-weight:650;
      line-height:1.75;
      max-width:78ch;
    }

    .feature-split{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:16px;
      align-items:start;
    }
    .feature-card, .value-side-card{
      background: rgba(255,255,255,.75);
      border:1px solid rgba(15,23,42,.10);
      border-radius:22px;
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .feature-title{font-weight:950; font-size:16px; margin-bottom:10px}

    .feature-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .feature-item{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background: rgba(255,255,255,.78);
      min-height:92px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .feature-item:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(13,20,40,.10)}
    .feature-ico{
      width:32px;height:32px;border-radius:12px;
      background: linear-gradient(135deg, rgba(255,45,122,.18), rgba(124,58,237,.14));
      border:1px solid rgba(255,45,122,.20);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      flex:0 0 auto;
      color: rgba(15,23,42,.88);
    }
    .feature-item-title{font-weight:950}
    .feature-item-desc{margin-top:5px;color: rgba(15,23,42,.70); font-weight:650; font-size:13px; line-height:1.45}

    .value-side{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .value-side-top{display:flex;flex-direction:column;gap:5px; margin-bottom:8px}
    .value-side-title{font-weight:950; font-size:15px}
    .value-side-sub{color: rgba(15,23,42,.68); font-weight:650; font-size:13px}

    .checklist{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px}
    .checklist li{
      display:flex; gap:10px; align-items:flex-start;
      color: rgba(15,23,42,.78);
      font-weight:700;
      line-height:1.5;
      font-size:14px;
    }
    .check{
      width:22px;height:22px;border-radius:10px;
      background: rgba(0,194,255,.12);
      border:1px solid rgba(0,194,255,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color: rgba(15,23,42,.88);
      flex:0 0 auto;
      margin-top:1px;
    }
    .checklist.compact li{font-size:13px}

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

    .mini-network{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(15,23,42,.10);
      border-radius:22px;
      box-shadow: var(--shadow2);
      padding:16px;
    }
    .mini-network-head{display:flex;flex-direction:column;gap:6px; margin-bottom:10px}
    .mini-network-title{font-weight:950}
    .mini-network-sub{color: rgba(15,23,42,.68); font-weight:650; font-size:13px}

    .tag-cloud{display:flex; flex-wrap:wrap; gap:10px}
    .tag{
      display:inline-flex; align-items:center; padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      color: rgba(15,23,42,.82);
      font-weight:800;
      font-size:12.5px;
    }
    .tag.strong{
      background: rgba(255,45,122,.10);
      border-color: rgba(255,45,122,.22);
    }

    .service-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
    }
    .card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(15,23,42,.10);
      border-radius:22px;
      box-shadow: 0 14px 28px rgba(13,20,40,.06);
    }
    .service-card{
      padding:16px;
      transition: transform .2s ease, box-shadow .2s ease;
      position:relative;
      overflow:hidden;
      min-height:190px;
    }
    .service-card:before{
      content:"";
      position:absolute; inset:-40px -60px auto auto;
      width:140px;height:140px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,45,122,.22), transparent 60%),
                  radial-gradient(circle at 60% 60%, rgba(0,194,255,.16), transparent 55%);
      pointer-events:none;
      transform: rotate(12deg);
    }
    .service-card > *{position:relative; z-index:1}
    .service-card:hover{
      transform: translateY(-4px);
      box-shadow: 0 24px 60px rgba(13,20,40,.12);
    }
    .service-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .service-ico{
      width:44px;height:44px;border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(135deg, rgba(255,45,122,.18), rgba(124,58,237,.16), rgba(0,194,255,.12));
      border:1px solid rgba(255,45,122,.18);
      font-size:18px;
    }
    .service-title{font-weight:950; font-size:16px}
    .service-desc{
      color: rgba(15,23,42,.72);
      font-weight:650; line-height:1.65;
      margin-bottom:12px;
    }
    .service-meta{display:flex; gap:8px; flex-wrap:wrap}
    .meta-chip{
      padding:8px 10px;border-radius:999px;
      background: rgba(124,58,237,.08);
      border:1px solid rgba(124,58,237,.16);
      font-weight:850; font-size:12.5px;
      color: rgba(15,23,42,.84);
    }

    .cta-band{
      margin-top:18px;
      border-radius:26px;
      padding:18px;
      background: linear-gradient(135deg, rgba(255,45,122,.12), rgba(124,58,237,.10), rgba(0,194,255,.10));
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 20px 50px rgba(13,20,40,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .cta-title{font-weight:1000; letter-spacing:-.2px; font-size:18px}
    .cta-desc{margin-top:6px;color: rgba(15,23,42,.72); font-weight:650; line-height:1.5}
    .cta-band-right{display:flex; gap:12px; flex-wrap:wrap}

    .two-col{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
      margin-top:14px;
    }
    .info-card{padding:16px}
    .info-card-title{font-weight:1000}
    .info-card-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .model-tags{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}

    .form-card{padding:16px}
    .form-card.compact{background: rgba(255,255,255,.78)}
    .form-card-title{font-weight:1000; font-size:16px}
    .form-card-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6; margin-bottom:12px}

    .quick-form .field-row{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
    .field{display:flex; flex-direction:column; gap:7px; margin-bottom:10px}
    label{font-size:13px; color: rgba(15,23,42,.74); font-weight:850}
    input, select, textarea{
      width:100%;
      padding:11px 12px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.14);
      background: rgba(255,255,255,.92);
      color: rgba(15,23,42,.92);
      outline:none;
      font-weight:650;
      transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
    }
    textarea{resize:vertical; min-height:96px}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(124,58,237,.34);
      box-shadow: 0 0 0 4px rgba(124,58,237,.16);
    }

    .form-actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
    .form-hint{color: rgba(15,23,42,.62); font-weight:650; font-size:12.5px; line-height:1.4}

    .timeline-wrap{margin-top:14px}
    .timeline{
      position:relative;
      padding:16px;
      border-radius:26px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.66);
      box-shadow: var(--shadow2);
      overflow:hidden;
    }
    .timeline:before{
      content:"";
      position:absolute; left:-20px; top:-60px;
      width:220px; height:220px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,45,122,.20), transparent 62%),
                  radial-gradient(circle at 70% 70%, rgba(124,58,237,.14), transparent 60%);
      pointer-events:none;
    }
    .timeline{display:flex; gap:12px; flex-wrap:wrap; position:relative}
    .t-item{
      flex: 1 1 180px;
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:20px;
      border:1px solid rgba(15,23,42,.08);
      background: rgba(255,255,255,.78);
      min-height:104px;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .t-item:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(13,20,40,.10)}
    .t-dot{
      width:14px;height:14px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow: 0 0 0 4px rgba(255,45,122,.14);
      margin-top:6px;
      flex:0 0 auto;
    }
    .t-title{font-weight:1000; letter-spacing:-.2px}
    .t-desc{margin-top:6px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.5; font-size:13.5px}

    .solution-grid{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .solution-card{padding:16px; min-height:200px; transition: transform .2s ease, box-shadow .2s ease}
    .solution-card:hover{transform: translateY(-4px); box-shadow: 0 26px 60px rgba(13,20,40,.12)}
    .solution-top{display:flex; align-items:center; gap:12px; margin-bottom:10px}
    .solution-ico{
      width:44px;height:44px;border-radius:16px; display:flex; align-items:center; justify-content:center;
      background: rgba(0,194,255,.10);
      border:1px solid rgba(0,194,255,.20);
      font-size:18px;
    }
    .solution-title{font-weight:1000}
    .solution-desc{color: rgba(15,23,42,.70); font-weight:650; line-height:1.65}
    .solution-actions{margin-top:14px}
    .link-cta{
      text-decoration:none;
      font-weight:950;
      color: rgba(124,58,237,.95);
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;border-radius:14px;
      background: rgba(124,58,237,.08);
      border:1px solid rgba(124,58,237,.18);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .link-cta:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(124,58,237,.18)}
    .inline-link{color: rgba(124,58,237,.95); font-weight:900; text-decoration:none}
    .inline-link:hover{text-decoration:underline}

    .split-callout{
      margin-top:16px;
      display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:stretch;
    }
    .callout-card{
      padding:18px;
      border-radius:26px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: var(--shadow2);
    }
    .callout-title{font-weight:1000; font-size:18px}
    .callout-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.7}
    .callout-points{
      display:flex; gap:10px; flex-wrap:wrap; margin-top:14px;
    }
    .callout-point{
      flex: 1 1 180px;
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background: rgba(255,255,255,.82);
      font-weight:900;
      color: rgba(15,23,42,.86);
    }
    .mini-check{
      width:22px;height:22px;border-radius:10px;
      background: rgba(255,45,122,.10);
      border:1px solid rgba(255,45,122,.22);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color: rgba(15,23,42,.88);
      flex:0 0 auto;
    }

    .callout-form{
      padding:18px;
      border-radius:26px;
      background: linear-gradient(135deg, rgba(255,45,122,.10), rgba(124,58,237,.10), rgba(0,194,255,.08));
      border:1px solid rgba(15,23,42,.10);
      box-shadow: var(--shadow2);
      display:flex; flex-direction:column; gap:12px;
      justify-content:center;
      align-items:flex-start;
    }
    .callout-form-title{font-weight:1000; font-size:18px}
    .callout-form-desc{color: rgba(15,23,42,.70); font-weight:650; line-height:1.7}
    .callout-form-foot{margin-top:2px; display:flex; gap:10px; flex-wrap:wrap; align-items:center}
    .sep{opacity:.5}

    .muted{color: rgba(15,23,42,.62); font-weight:700}
    .mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}

    .network-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
      margin-top:14px;
    }
    .network-card{padding:16px}
    .network-card.alt{background: rgba(255,255,255,.70)}
    .network-title{font-weight:1000; font-size:16px}
    .network-sub{color: rgba(15,23,42,.70); font-weight:650; margin-top:8px; line-height:1.6}

    .numbered{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
    .numbered li{display:flex;gap:12px;align-items:flex-start}
    .num{
      width:36px;height:36px;border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      display:flex;align-items:center;justify-content:center;
      font-weight:1000;
      color: rgba(15,23,42,.88);
      flex:0 0 auto;
    }
    .numbered-title{font-weight:1000}
    .numbered-desc{margin-top:5px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.5; font-size:13.5px}
    .network-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
    .mini-stat{padding:12px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background: rgba(255,255,255,.82)}
    .mini-stat-k{color: rgba(15,23,42,.62); font-weight:900; font-size:12.5px}
    .mini-stat-v{margin-top:6px; font-weight:1000; line-height:1.35; font-size:13.5px}
    .network-badges{display:grid; grid-template-columns: 1fr; gap:10px; margin-top:12px}

    .table-wrap{margin-top:12px}
    .table-title{font-weight:1000; margin-bottom:10px}
    .scroll-x{overflow:auto; -webkit-overflow-scrolling:touch}
    .data-table, .compare-table, .reference-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:620px;
    }
    .data-table th, .data-table td,
    .compare-table th, .compare-table td,
    .reference-table th, .reference-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(15,23,42,.10);
      text-align:left;
      vertical-align:top;
      font-weight:700;
      color: rgba(15,23,42,.86);
    }
    .data-table thead th, .compare-table thead th, .reference-table thead th{
      background: rgba(124,58,237,.08);
      border-bottom:1px solid rgba(15,23,42,.10);
      font-weight:1000;
      color: rgba(15,23,42,.92);
      position:sticky;
      top:0;
      z-index:1;
    }
    .good{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;border-radius:999px;
      background: rgba(0,194,255,.10);
      border:1px solid rgba(0,194,255,.22);
      font-weight:1000;
    }
    .warn{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;border-radius:999px;
      background: rgba(255,183,3,.10);
      border:1px solid rgba(255,183,3,.22);
      font-weight:1000;
    }
    .small-muted{display:inline-block;margin-left:8px;color: rgba(15,23,42,.64); font-weight:650; font-size:12.5px; line-height:1.3}

    .compare-actions{display:flex;gap:12px; flex-wrap:wrap; margin-top:12px}
    .compare-grid{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; align-items:start; margin-top:14px}
    .compare-card{padding:16px}
    .compare-title{font-weight:1000; font-size:16px}
    .compare-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .compare-table td{line-height:1.5}
    .compare-side{padding:16px}
    .compare-side-title{font-weight:1000; font-size:16px}
    .compare-side-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .side-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .side-item{display:flex; gap:12px; align-items:flex-start; padding:12px 12px; border-radius:18px; border:1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.82)}
    .side-dot{width:14px;height:14px;border-radius:50%; background: linear-gradient(135deg, var(--brand1), var(--brand2)); box-shadow:0 0 0 4px rgba(124,58,237,.14); margin-top:6px; flex:0 0 auto}
    .side-item-title{font-weight:1000}
    .side-item-desc{margin-top:5px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.5; font-size:13.5px}
    .side-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
    .side-faq-link{margin-top:10px}

    .rating-band{
      margin-top:10px;
      display:flex;
      gap:14px;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
      padding:18px;
      border-radius:26px;
      border:1px solid rgba(15,23,42,.10);
      background: linear-gradient(135deg, rgba(255,45,122,.12), rgba(124,58,237,.10), rgba(0,194,255,.10));
      box-shadow: 0 24px 60px rgba(13,20,40,.10);
    }
    .rating-main{display:flex;flex-direction:column;gap:8px}
    .rating-stars{font-size:22px; letter-spacing:2px; color: rgba(255,183,3,.98); text-shadow: 0 10px 22px rgba(255,183,3,.22)}
    .rating-title{font-weight:1000; font-size:16px}
    .rating-score{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
    .score-circle{
      width:120px;height:120px;border-radius:50%;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(15,23,42,.10);
      display:flex; flex-direction:column; align-items:center; justify-content:center;
      box-shadow: 0 16px 40px rgba(13,20,40,.10);
    }
    .score-num{font-size:34px;font-weight:1000; letter-spacing:-.6px}
    .score-den{font-weight:950;color: rgba(15,23,42,.65)}
    .score-note{max-width:260px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.55}

    .price-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; margin-top:14px; align-items:start}
    .price-card{padding:16px}
    .price-card.alt{background: rgba(255,255,255,.70)}
    .price-title{font-weight:1000; font-size:16px}
    .price-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .logic-steps{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .logic-step{display:flex; gap:12px; align-items:flex-start; padding:12px 12px; border-radius:18px; border:1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.84)}
    .logic-num{
      width:36px;height:36px;border-radius:16px; background: rgba(0,194,255,.10); border:1px solid rgba(0,194,255,.22);
      display:flex; align-items:center; justify-content:center; font-weight:1000;
      color: rgba(15,23,42,.88); flex:0 0 auto;
    }
    .logic-title{font-weight:1000}
    .logic-desc{margin-top:5px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.5; font-size:13.5px}
    .price-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
    .price-mini{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-top:12px}
    .mini-call-title{font-weight:1000}
    .mini-call-desc{margin-top:6px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}

    .brand-row{margin-top:16px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px}
    .brand-row-item{
      padding:14px 14px;border-radius:22px;
      background: rgba(255,255,255,.68);
      border:1px solid rgba(15,23,42,.10);
      box-shadow: 0 18px 40px rgba(13,20,40,.07);
    }
    .brand-row-title{font-weight:1000}
    .brand-row-desc{margin-top:8px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.6}

    .match-grid{
      display:grid;
      grid-template-columns: .9fr 1.1fr;
      gap:14px;
      margin-top:14px;
      align-items:start;
    }
    .match-card{padding:16px}
    .match-card.alt{background: rgba(255,255,255,.70)}
    .match-title{font-weight:1000; font-size:16px}
    .match-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .match-choices{
      margin-top:12px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .choice{
      text-align:left;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
      padding:12px 12px;
      cursor:pointer;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      font-weight:950;
      color: rgba(15,23,42,.90);
      display:flex; align-items:center; gap:10px;
      user-select:none;
    }
    .choice:hover{transform: translateY(-2px); box-shadow: 0 22px 48px rgba(13,20,40,.10)}
    .choice[aria-pressed="true"]{
      border-color: rgba(124,58,237,.35);
      box-shadow: 0 0 0 4px rgba(124,58,237,.14);
      background: linear-gradient(135deg, rgba(124,58,237,.10), rgba(255,45,122,.08));
    }
    .choice-ico{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(0,194,255,.08);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .match-foot{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .match-checks{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .match-check{
      display:flex; gap:10px; align-items:center;
      padding:11px 12px;border-radius:18px;
      border:1px solid rgba(15,23,42,.08);
      background: rgba(255,255,255,.84);
      color: rgba(15,23,42,.84);
      font-weight:950;
    }
    .divider-soft{height:1px;background: rgba(15,23,42,.10); margin:16px 0}

    .match-photo-row{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:10px;
      margin-top:12px;
    }
    .media-tile{
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.85);
      box-shadow: 0 18px 40px rgba(13,20,40,.07);
      display:flex; flex-direction:column;
    }
    .tile-img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
    }
    .tile-cap{
      padding:10px 12px;
      font-weight:950;
      color: rgba(15,23,42,.86);
      font-size:12.8px;
    }

    .faq-wrap{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:14px;
      margin-top:14px;
      align-items:start;
    }
    .faq-col{display:flex; flex-direction:column; gap:10px}
    .faq-item{
      border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.74);
      box-shadow: 0 14px 28px rgba(13,20,40,.06);
      overflow:hidden;
      transition: transform .18s ease;
    }
    .faq-item:hover{transform: translateY(-2px)}
    .faq-q{
      width:100%;
      text-align:left;
      border:0;
      background: transparent;
      cursor:pointer;
      padding:14px 16px;
      font-weight:1000;
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      color: rgba(15,23,42,.92);
    }
    .faq-q:focus{outline:none; box-shadow: inset 0 0 0 3px rgba(124,58,237,.20)}
    .faq-icon{
      width:28px;height:28px;border-radius:12px;
      border:1px solid rgba(15,23,42,.12);
      background: rgba(255,255,255,.74);
      position:relative;
      flex:0 0 auto;
    }
    .faq-icon:before, .faq-icon:after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:14px;height:2px;border-radius:999px;
      background: rgba(15,23,42,.74);
      transform: translate(-50%,-50%);
      transition: transform .18s ease, opacity .18s ease;
    }
    .faq-icon:after{
      transform: translate(-50%,-50%) rotate(90deg);
      opacity:1;
    }
    .faq-q[aria-expanded="true"] .faq-icon:after{
      transform: translate(-50%,-50%) rotate(0deg);
      opacity:0;
    }
    .faq-a{
      padding:0 16px 0;
      max-height:0;
      overflow:hidden;
      transition: max-height .22s ease;
      color: rgba(15,23,42,.72);
      font-weight:650;
      line-height:1.75;
    }
    .faq-a.open{
      padding-top:0;
      padding-bottom:14px;
    }

    .faq-side{display:flex; flex-direction:column; gap:14px}
    .faq-side-card{padding:16px}
    .faq-side-card.alt{background: rgba(255,255,255,.70)}
    .faq-side-title{font-weight:1000; font-size:16px}
    .faq-side-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .faq-side-foot{margin-top:12px; display:flex; flex-direction:column; gap:8px}
    .foot-line{display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .friendly-links{margin-top:12px; display:flex; flex-direction:column; gap:8px}
    .friendly-links a{
      text-decoration:none;
      color: rgba(124,58,237,.95);
      font-weight:950;
      padding:10px 12px;border-radius:14px;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.08);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .friendly-links a:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(124,58,237,.18)}

    .training-grid{
      display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; margin-top:14px;
    }
    .training-main{padding:16px}
    .training-title{font-weight:1000; font-size:16px}
    .training-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .course-grid{
      margin-top:12px;
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
    }
    .course{
      padding:14px 14px; border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
      transition: transform .18s ease, box-shadow .18s ease;
      min-height:138px;
    }
    .course:hover{transform: translateY(-3px); box-shadow: 0 26px 60px rgba(13,20,40,.10)}
    .course-ico{
      width:40px;height:40px;border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(255,45,122,.10);
      border:1px solid rgba(255,45,122,.18);
      font-size:18px;
    }
    .course-name{margin-top:10px; font-weight:1000}
    .course-desc{margin-top:6px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.55; font-size:13.5px}
    .training-foot{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .training-side{padding:16px}
    .training-side.alt{background: rgba(255,255,255,.70)}
    .training-side-title{font-weight:1000; font-size:16px}
    .training-side-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}

    .side-block{margin-top:14px; padding-top:14px; border-top:1px solid rgba(15,23,42,.10)}
    .side-block-title{font-weight:1000}
    .side-block-desc{margin-top:8px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.6}
    .chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}

    .help-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top:14px;
    }
    .help-card{padding:16px}
    .help-card.alt{background: rgba(255,255,255,.70)}
    .help-title{font-weight:1000; font-size:16px}
    .help-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .help-links{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .help-links div a{
      display:block;
      text-decoration:none;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
      font-weight:950;
      color: rgba(15,23,42,.88);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .help-links div a:hover{transform: translateY(-2px); box-shadow: 0 22px 48px rgba(13,20,40,.10); border-color: rgba(124,58,237,.26)}
    .q-list{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .q-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px; border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
    }
    .q-idx{
      width:40px;height:40px;border-radius:16px;
      background: rgba(124,58,237,.10);
      border:1px solid rgba(124,58,237,.20);
      display:flex;align-items:center;justify-content:center;
      font-weight:1000; color: rgba(15,23,42,.88);
      flex:0 0 auto;
    }
    .q-title{font-weight:1000}
    .q-desc{margin-top:6px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.55; font-size:13.5px}
    .help-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .wiki-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .wiki-card{padding:16px; min-height:150px; transition: transform .2s ease, box-shadow .2s ease}
    .wiki-card:hover{transform: translateY(-4px); box-shadow: 0 26px 60px rgba(13,20,40,.12)}
    .wiki-title{font-weight:1000; font-size:16px}
    .wiki-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.65}
    .wiki-tag{margin-top:12px; display:inline-flex; padding:9px 11px; border-radius:999px; background: rgba(0,194,255,.10); border:1px solid rgba(0,194,255,.20); font-weight:950; color: rgba(15,23,42,.86); font-size:12.5px}

    .articles-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:14px;
      margin-bottom:12px;
    }
    .articles-title{font-weight:1000; font-size:18px}
    .articles-actions{display:flex; gap:12px; flex-wrap:wrap}
    .article-list{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px}
    .article-card{
      padding:14px 14px;
      border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 14px 28px rgba(13,20,40,.06);
      display:flex; gap:12px; align-items:flex-start;
      transition: transform .18s ease, box-shadow .18s ease;
      min-height:128px;
    }
    .article-card:hover{transform: translateY(-3px); box-shadow: 0 26px 60px rgba(13,20,40,.12)}
    .article-dot{
      width:14px;height:14px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow:0 0 0 4px rgba(255,45,122,.14);
      margin-top:6px; flex:0 0 auto;
    }
    .article-meta{color: rgba(15,23,42,.60); font-weight:900; font-size:12px}
    .article-title{margin-top:6px; font-weight:1000; line-height:1.4}
    .article-link-row{margin-top:10px}
    .article-card a{
      text-decoration:none; color: rgba(124,58,237,.95); font-weight:950;
      padding:10px 12px; border-radius:14px;
      border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.08);
      display:inline-flex;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .article-card a:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(124,58,237,.18)}

    .articles-more{
      margin-top:12px;
      padding:14px 14px;border-radius:22px;
      background: rgba(255,255,255,.68);
      border:1px solid rgba(15,23,42,.10);
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
    }
    .link-row{display:flex; gap:10px; flex-wrap:wrap}
    .articles-more a{
      text-decoration:none; color: rgba(124,58,237,.95); font-weight:950;
      padding:10px 12px; border-radius:14px; border:1px solid rgba(124,58,237,.18);
      background: rgba(124,58,237,.08);
    }

    .case-grid{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .case-card{
      padding:0; overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease;
      background: rgba(255,255,255,.78);
    }
    .case-card:hover{transform: translateY(-4px); box-shadow: 0 26px 60px rgba(13,20,40,.12)}
    .case-media{
      height:86px;
      background: linear-gradient(135deg, rgba(255,45,122,.22), rgba(124,58,237,.18), rgba(0,194,255,.14));
      border-bottom:1px solid rgba(15,23,42,.10);
      position:relative;
    }
    .case-media:after{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(220px 60px at 20% 60%, rgba(255,255,255,.40), transparent 60%),
        radial-gradient(160px 70px at 70% 20%, rgba(255,255,255,.30), transparent 60%);
      opacity:.9;
    }
    .case-media.media-2{background: linear-gradient(135deg, rgba(124,58,237,.22), rgba(0,194,255,.16), rgba(255,183,3,.14))}
    .case-media.media-3{background: linear-gradient(135deg, rgba(0,194,255,.20), rgba(255,45,122,.15), rgba(124,58,237,.14))}
    .case-media.media-4{background: linear-gradient(135deg, rgba(255,183,3,.20), rgba(255,45,122,.14), rgba(124,58,237,.14))}
    .case-body{padding:14px 14px 16px}
    .case-topline{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
    .case-type{font-weight:1000; color: rgba(15,23,42,.90)}
    .case-chip{
      padding:8px 10px; border-radius:999px;
      background: rgba(0,194,255,.10);
      border:1px solid rgba(0,194,255,.20);
      font-weight:950; font-size:12.5px;
      color: rgba(15,23,42,.84);
    }
    .case-title{margin-top:10px; font-weight:1000; line-height:1.4}
    .case-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6; min-height:48px}
    .case-foot{margin-top:12px}

    .news-grid{
      display:grid; grid-template-columns: repeat(4, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .news-card{
      padding:16px; border-radius:26px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.76);
      box-shadow: 0 14px 28px rgba(13,20,40,.06);
      transition: transform .2s ease, box-shadow .2s ease;
      min-height:170px;
    }
    .news-card:hover{transform: translateY(-4px); box-shadow: 0 26px 60px rgba(13,20,40,.12)}
    .news-dot{
      width:14px;height:14px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow:0 0 0 4px rgba(124,58,237,.14);
      margin-bottom:10px;
    }
    .news-title{font-weight:1000; line-height:1.4}
    .news-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .news-body a{display:inline-flex; margin-top:10px}

    .contact-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:14px;
      margin-top:14px;
      align-items:start;
    }
    .contact-card{padding:16px}
    .contact-title{font-weight:1000; font-size:16px}
    .contact-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}

    .contact-side{display:flex; flex-direction:column; gap:14px}
    .contact-side-card{padding:16px}
    .contact-side-card.alt{background: rgba(255,255,255,.70)}
    .contact-side-title{font-weight:1000; font-size:16px}
    .contact-side-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .contact-methods{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .method{display:flex; justify-content:space-between; gap:12px; align-items:baseline; border:1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.84); padding:10px 12px; border-radius:18px}
    .method-k{color: rgba(15,23,42,.62); font-weight:900; font-size:12.5px}
    .method-v{font-weight:1000; text-decoration:none; color: rgba(15,23,42,.90)}
    .qr-wrap{margin-top:12px; padding:12px 12px; border-radius:22px; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.84)}
    .qr-title{font-weight:1000}
    .qr-img{width:160px; height:auto; display:block; margin:12px auto 0; border-radius:16px; border:1px solid rgba(15,23,42,.10)}
    .qr-note{margin-top:10px; text-align:center; color: rgba(15,23,42,.68); font-weight:700; font-size:12.5px}
    .side-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}
    .review-card{padding:16px}
    .review-title{font-weight:1000; font-size:16px}
    .review-sub{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .reviews{margin-top:12px; display:flex; flex-direction:column; gap:10px}
    .review-item{
      padding:12px 12px; border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
    }
    .review-who{font-weight:1000}
    .review-text{margin-top:6px; color: rgba(15,23,42,.70); font-weight:650; line-height:1.6; font-size:13.5px}
    .review-actions{margin-top:12px; display:flex; gap:12px; flex-wrap:wrap}

    .join-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; margin-top:14px}
    .join-main{padding:16px}
    .join-title{font-weight:1000; font-size:16px}
    .join-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .join-list{margin-top:12px; display:flex; flex-direction:column; gap:12px}
    .join-item{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px; border-radius:22px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.84);
    }
    .join-ico{
      width:40px;height:40px;border-radius:16px;
      background: rgba(255,45,122,.10);
      border:1px solid rgba(255,45,122,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color: rgba(15,23,42,.88);
      flex:0 0 auto;
    }
    .join-item-title{font-weight:1000}
    .join-item-desc{margin-top:6px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.6; font-size:13.5px}
    .join-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

    .join-side{padding:16px}
    .join-side.alt{background: rgba(255,255,255,.70)}
    .join-side-title{font-weight:1000; font-size:16px}
    .join-side-desc{margin-top:8px;color: rgba(15,23,42,.70); font-weight:650; line-height:1.6}
    .join-form .field-row{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
    .join-side-foot{margin-top:12px; padding-top:12px; border-top:1px solid rgba(15,23,42,.10); display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .site-footer{
      border-top:1px solid rgba(15,23,42,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.90));
      padding:26px 0 20px;
    }
    .footer-inner{display:grid; grid-template-columns: 1.05fr .95fr; gap:14px; align-items:start}
    .footer-left{display:flex; flex-direction:column; gap:14px}
    .footer-brand{display:flex; gap:12px; align-items:center}
    .footer-logo{width:44px;height:auto;border-radius:14px;background:linear-gradient(135deg, rgba(255,45,122,.18), rgba(124,58,237,.12)); border:1px solid rgba(15,23,42,.10)}
    .footer-title{font-weight:1000}
    .footer-sub{margin-top:4px;color: rgba(15,23,42,.68); font-weight:650; line-height:1.5}
    .footer-actions{display:flex; gap:12px; flex-wrap:wrap}

    .footer-right{display:flex; flex-direction:column; gap:12px}
    .footer-cols{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px}
    .footer-col{padding:12px 12px; border-radius:22px; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.70)}
    .footer-col-title{font-weight:1000; margin-bottom:10px}
    .footer-col a{
      display:block; text-decoration:none; color: rgba(15,23,42,.86);
      font-weight:800; padding:8px 0; border-bottom:1px dashed rgba(15,23,42,.10);
    }
    .footer-col a:last-child{border-bottom:0}
    .footer-text{color: rgba(15,23,42,.70); font-weight:700; margin-top:8px}
    .footer-bottom{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; padding-top:6px}
    .footer-small{color: rgba(15,23,42,.62); font-weight:700}
    .footer-bottom a{color: rgba(124,58,237,.95); text-decoration:none; font-weight:950}

    .floating-kefu{
      position:fixed;
      right:14px;
      bottom:90px;
      z-index:60;
    }
    .kefu-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 14px;
      border-radius:18px;
      text-decoration:none;
      background: linear-gradient(135deg, rgba(255,45,122,.18), rgba(124,58,237,.16), rgba(0,194,255,.12));
      border:1px solid rgba(15,23,42,.12);
      box-shadow: 0 22px 48px rgba(13,20,40,.14);
      color: rgba(15,23,42,.92);
      font-weight:1000;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .kefu-btn:hover{transform: translateY(-3px); box-shadow: 0 30px 70px rgba(13,20,40,.18)}
    .kefu-dot{
      width:12px;height:12px;border-radius:50%;
      background: linear-gradient(135deg, var(--brand1), var(--brand2));
      box-shadow:0 0 0 4px rgba(255,45,122,.16);
    }
    .kefu-text{font-size:13.5px}

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; padding:20px 0 30px}
      h1{font-size:34px}
      .hero-badges{grid-template-columns: 1fr; }
      .hero-card-actions{justify-content:flex-start}
      .feature-split{grid-template-columns: 1fr}
      .service-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .two-col{grid-template-columns: 1fr}
      .solution-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .split-callout{grid-template-columns: 1fr}
      .network-grid{grid-template-columns: 1fr}
      .compare-grid{grid-template-columns: 1fr}
      .price-grid{grid-template-columns: 1fr}
      .match-grid{grid-template-columns: 1fr}
      .faq-wrap{grid-template-columns: 1fr}
      .training-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .case-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .news-grid{grid-template-columns: repeat(2, minmax(0,1fr))}
      .contact-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .footer-inner{grid-template-columns: 1fr}
      .footer-cols{grid-template-columns: 1fr}
      .icon-btn{display:flex}
      .nav-desktop{display:none}
      .floating-kefu{bottom:86px}
    }

    @media (max-width: 520px){
      .container{padding:0 14px}
      h1{font-size:30px}
      .service-grid{grid-template-columns: 1fr}
      .solution-grid{grid-template-columns: 1fr}
      .service-card{min-height:auto}
      .article-list{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .news-grid{grid-template-columns: 1fr}
      .wiki-grid{grid-template-columns: 1fr}
      .hero-badges{gap:10px}
      .match-choices{grid-template-columns: 1fr}
      .match-photo-row{grid-template-columns: 1fr}
      .metric-grid{grid-template-columns: 1fr}
      .quick-form .field-row, .join-form .field-row, .field-row{grid-template-columns: 1fr}
      .floating-kefu{right:10px; bottom:92px}
      .to-top{right:10px}
      .qr-img{width:140px}
      .nav-actions{min-width:auto}
      .brand{min-width:auto}
      .btn{width:auto}
    }

    .mobile-menu{
      display:none;
      border-top:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.86);
      backdrop-filter: blur(10px);
    }
    .mobile-menu.open{display:block}
    .mobile-menu-inner{
      padding:12px 14px 16px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .mobile-menu-inner a{
      text-decoration:none;
      color: rgba(15,23,42,.92);
      font-weight:1000;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(15,23,42,.10);
      background: rgba(255,255,255,.80);
    }
    .mobile-cta{background: rgba(124,58,237,.10) !important; border-color: rgba(124,58,237,.20) !important}
    .mobile-links{display:flex; gap:12px; flex-wrap:wrap}

    [data-reveal]{opacity:0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease}
    [data-reveal].revealed{opacity:1; transform: translateY(0)}