
    /* ===== ACTIVATION UI ===== */
    .wo-hero{
      border:1px solid var(--wo-line);
      background:
        radial-gradient(1200px 500px at 40% -10%, color-mix(in srgb, var(--wo-accent) 22%, transparent), transparent 55%),
        color-mix(in srgb, var(--wo-soft) 65%, var(--wo-panel));
      border-radius: 22px;
      padding: 16px;
      overflow:hidden;
      position:relative;
    }
    .wo-hero-top{
      display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
      margin-bottom:12px;
    }
    .wo-hero-kicker{
      display:flex;align-items:center;gap:10px;flex-wrap:wrap;
    }
    .wo-ghost-chip{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border-radius:999px;
      border:1px solid color-mix(in srgb, var(--wo-line) 70%, transparent);
      background: color-mix(in srgb, var(--wo-panel) 88%, transparent);
      font-size:11px;font-weight:1000;
    }
    .wo-ghost-chip i{color: var(--wo-accent);}
    .wo-hero-title{
      margin: 0;
      font-size: 18px;
      font-weight: 1000;
      letter-spacing: .2px;
      line-height:1.2;
    }
    .wo-hero-desc{
      margin: 8px 0 0;
      font-size: 13px;
      color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
      line-height: 1.7;
    }

    .wo-warn{
      margin-top:12px;
      display:grid;gap:10px;
    }
    .wo-warn-item{
      display:flex;gap:10px;align-items:flex-start;
      padding:10px 12px;border-radius:16px;
      border:1px solid color-mix(in srgb, var(--wo-line) 75%, transparent);
      background: color-mix(in srgb, var(--wo-panel) 88%, transparent);
    }
    .wo-warn-item i{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      border:1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      color: var(--wo-icon);
      flex:0 0 auto;
    }
    .wo-warn-item b{display:block;font-size:12px;}
    .wo-warn-item span{display:block;margin-top:2px;font-size:11px;color: var(--wo-muted);line-height:1.5;}

    .wo-steps{
      margin-top: 12px;
      display:grid;
      gap:10px;
    }
    .wo-step{
      display:grid;
      grid-template-columns: 44px 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px;
      border-radius:18px;
      border:1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-panel) 92%, transparent);
      position:relative;
      overflow:hidden;
    }
    .wo-step::before{
      content:"";
      position:absolute;left:0;top:0;bottom:0;width:3px;
      background: color-mix(in srgb, var(--wo-line) 70%, transparent);
    }
    .wo-step.wo-done::before{ background: rgba(34,197,94,.85); }
    .wo-step.wo-done{ background: color-mix(in srgb, rgba(34,197,94,.10) 45%, var(--wo-panel)); }
    .wo-step.wo-done .wo-step-ico{
      border-color: rgba(34,197,94,.35);
      color: rgba(22,101,52,.95);
      background: rgba(187,247,208,.55);
    }

    .wo-step-ico{
      width:44px;height:44px;border-radius:14px;border:1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      display:grid;place-items:center;color: var(--wo-icon);
    }
    .wo-step-body{min-width:0;}
    .wo-step-title{
      margin:0;
      font-size:12px;
      font-weight:1000;
      color: color-mix(in srgb, var(--wo-text) 92%, transparent);
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }
    .wo-step-sub{
      margin:4px 0 0;
      font-size:11px;
      color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
    }
    .wo-step-cta{
      display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;
    }
    .wo-mini{
      height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      color: var(--wo-text);
      font-weight:1000;font-size:11px;
      cursor:pointer;
      display:inline-flex;align-items:center;gap:8px;
      text-decoration:none;
      white-space:nowrap;
    }
    .wo-mini i{color: var(--wo-icon);}
    .wo-mini:hover{background: var(--wo-soft);}
    .wo-mini.wo-primary{border-color:transparent;background: color-mix(in srgb, var(--wo-accent) 92%, #fff);color:#111;}
    .wo-mini.wo-primary i{color:#111;}
    .wo-mini.wo-primary:hover{background: var(--wo-accent);}

    .wo-final{
      margin-top:12px;
      border:1px solid var(--wo-line);
      border-radius: 18px;
      background: color-mix(in srgb, var(--wo-soft) 55%, var(--wo-panel));
      padding: 12px;
      display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;
    }
    .wo-final .txt{
      font-size:11px;color: color-mix(in srgb, var(--wo-muted) 92%, transparent);line-height:1.6;
    }


    /* ==== GHOST NA HEADERZE ==== */


  .wrap { max-width: 900px; margin: 0 auto; }

  .woNotice {
    overflow: hidden;
    height: 0;
    transition: height 260ms ease;
    color: var(--wo-text);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    background: #111; /* fallback */
  }

  @supports (background: color-mix(in srgb, white 10%, transparent)) {
    .woNotice {
      border-bottom: 1px solid color-mix(in srgb, var(--wo-text) 12%, transparent);
      background:
        radial-gradient(1200px 600px at 10% 10%,
          color-mix(in srgb, var(--wo-accent) 18%, transparent),
          transparent 55%
        ),
        radial-gradient(900px 520px at 90% 0%,
          color-mix(in srgb, var(--wo-text) 8%, transparent),
          transparent 60%
        ),
        color-mix(in srgb, var(--wo-panel) 92%, transparent);
    }
  }

  .woNotice__inner {
    padding: 14px 16px;
    display: grid;
    gap: 12px;
  }

  .woNotice__topRow {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .woNotice__title {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
  }

  .woNotice__subtitle {
    margin: 8px 0 0;
    opacity: 0.95;
    font-size: 14px;
    line-height: 1.45;
  }

  .woNotice__close {
    border: 0;
    background: rgba(255,255,255,0.12);
    color: inherit;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    flex: 0 0 auto;
  }
  .woNotice__close:hover { background: rgba(255,255,255,0.18); }

  .woNotice__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .woNotice__hint {
    font-size: 12px;
    opacity: 0.9;
  }

  /* MAX UX BUTTON */
  .woNotice__cta {
    position: relative;
    border: 0;
    cursor: pointer;
    color: #0b0c10;
    font-weight: 900;
    letter-spacing: 0.01em;
    padding: 12px 16px;
    border-radius: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    user-select: none;

    /* czytelna baza */
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--wo-accent) 92%, white),
      color-mix(in srgb, var(--wo-accent) 68%, white)
    );

    /* “podniesienie” */
    transform: translateY(0);
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
  }

  /* świecąca poświata (glow) */
  .woNotice__cta::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 18px;
    background: radial-gradient(closest-side,
      color-mix(in srgb, var(--wo-accent) 55%, transparent),
      transparent 65%
    );
    opacity: 0.9;
    filter: blur(10px);
    z-index: -1;
    transition: opacity 120ms ease, filter 120ms ease;

  }

  /* błysk “shine” */
  .woNotice__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(120deg,
      rgba(255,255,255,0.55),
      rgba(255,255,255,0.05) 40%,
      rgba(255,255,255,0.0) 60%
    );
    opacity: 0.45;
    pointer-events: none;
  }

  .woNotice__cta:hover {
    transform: translateY(-1px);
    filter: saturate(1.05) brightness(1.02);
  }

  .woNotice__cta:hover::before {
    opacity: 1;
    filter: blur(12px);
  }

  .woNotice__cta:active {
    transform: translateY(1px);
    box-shadow:
      0 8px 18px rgba(0,0,0,0.26),
      0 2px 0 rgba(255,255,255,0.18) inset;
  }

  .woNotice__cta:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--wo-accent) 60%, white);
    outline-offset: 3px;
  }

  .woNotice__ctaIcon {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.45);
    box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset;
    font-size: 14px;
  }



  /* Disabled (gdybyś chciał blokować do czasu uzupełnienia danych) */
  .woNotice__cta[disabled]{
    cursor: not-allowed;
    opacity: 0.55;
    filter: grayscale(0.2);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  }
  .woNotice__cta[disabled]::before { opacity: 0.35; }

  @supports not (background: color-mix(in srgb, white 10%, transparent)) {
    .woNotice__cta {
      background: linear-gradient(135deg, #a896ff, #7c5cff);
    }
  }
