
          .aict-int-cm-hero { color:#fff; padding:48px 24px; border-radius:20px; margin:8px 0 28px; text-align:center; box-shadow:0 14px 40px rgba(15,23,42,.18); }
          .aict-int-cm-logos { display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:22px; }
          .aict-int-cm-logo-aict, .aict-int-cm-logo-partner { display:inline-flex; align-items:center; justify-content:center; }
          .aict-int-cm-logo-bubble { width:88px; height:88px; border-radius:22px; display:inline-flex; align-items:center; justify-content:center; font-weight:800; color:#fff; letter-spacing:.04em; font-size:1.25rem; box-shadow:0 6px 18px rgba(0,0,0,.25); }
          .aict-int-cm-logo-partner img, .aict-int-cm-logo-partner > div { box-shadow:0 6px 18px rgba(0,0,0,.25); }
          .aict-int-cm-plus { font-size:2.4rem; font-weight:300; color:rgba(255,255,255,.85); display:inline-flex; }
          .aict-int-cm-title { color:#fff; font-size:clamp(1.6rem, 4.5vw, 2.4rem); margin:0 0 10px; line-height:1.1; }
          .aict-int-cm-x { font-weight:300; opacity:.85; }
          .aict-int-cm-tagline { color:rgba(255,255,255,.92); font-size:clamp(1rem, 2vw, 1.2rem); max-width:780px; margin:0 auto; line-height:1.45; }
          .aict-int-cm-section { background:#fff; border:1px solid #e2e8f0; border-radius:16px; padding:24px; margin-bottom:18px; }
          .aict-int-cm-section h2 { margin:0 0 16px; font-size:1.3rem; color:#0f172a; }
          .aict-int-cm-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; }
          .aict-int-cm-card { padding:18px; border:1px solid #eef2ff; border-radius:14px; background:#f8fafc; }
          .aict-int-cm-card-icon { font-size:2rem; line-height:1; margin-bottom:10px; }
          .aict-int-cm-card-title { margin:0 0 6px; font-size:1.05rem; color:#1e293b; }
          .aict-int-cm-card-body { margin:0; color:#475569; line-height:1.5; font-size:.95rem; }
          .aict-int-cm-steps { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; counter-reset:cmstep; }
          .aict-int-cm-step { position:relative; padding:18px; padding-left:64px; border:1px dashed #c7d2fe; border-radius:14px; background:#ffffff; }
          .aict-int-cm-step-num { position:absolute; top:18px; left:18px; width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,#4338ca,#7c3aed); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-weight:700; }
          .aict-int-cm-step-title { margin:0 0 4px; font-size:1rem; color:#1e293b; }
          .aict-int-cm-step p { margin:0; color:#475569; line-height:1.5; font-size:.93rem; }
          .aict-int-cm-cta-row { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:8px; }
          .aict-int-cm-setup-link a { color:#4338ca; text-decoration:none; font-size:.92rem; }
          .aict-int-cm-setup-link a:hover { text-decoration:underline; }
          .aict-int-cm-share { display:flex; gap:10px; flex-wrap:wrap; }
          .aict-int-cm-share-btn { display:inline-flex; align-items:center; gap:6px; padding:8px 14px; border-radius:10px; border:1px solid #e2e8f0; background:#f8fafc; color:#1e293b; text-decoration:none; font-size:.92rem; cursor:pointer; }
          .aict-int-cm-share-btn:hover { background:#eef2ff; border-color:#c7d2fe; }
          .aict-int-cm-share-btn svg { display:inline-block; }
          [data-theme="dark"] .aict-int-cm-section { background:#0f172a; border-color:#1e293b; }
          [data-theme="dark"] .aict-int-cm-section h2 { color:#f1f5f9; }
          [data-theme="dark"] .aict-int-cm-card { background:#020617; border-color:#1e293b; }
          [data-theme="dark"] .aict-int-cm-card-title { color:#f1f5f9; }
          [data-theme="dark"] .aict-int-cm-card-body, [data-theme="dark"] .aict-int-cm-step p { color:#cbd5e1; }
          [data-theme="dark"] .aict-int-cm-step { background:#020617; border-color:#312e81; }
          [data-theme="dark"] .aict-int-cm-step-title { color:#f1f5f9; }
          [data-theme="dark"] .aict-int-cm-share-btn { background:#0f172a; border-color:#1e293b; color:#e2e8f0; }
          [data-theme="dark"] .aict-int-cm-share-btn:hover { background:#1e293b; border-color:#312e81; }
          @media (max-width:540px) {
            .aict-int-cm-logo-bubble { width:64px; height:64px; font-size:.95rem; }
            .aict-int-cm-plus { font-size:1.6rem; }
          }
        