    /* ─────────────────────────────────────────────────────────────
       Public org spotlight (logged-out only)  .dcci-org-pub
       Scoped, zero global overrides
    ───────────────────────────────────────────────────────────── */
    .dcci-org-pub {
        position: relative;
        width: 100%;
        overflow: hidden;
        background:
            radial-gradient(ellipse 65% 45% at 20% 10%, rgba(244, 191, 216, 0.10) 0%, transparent 55%),
            radial-gradient(ellipse 50% 50% at 85% 80%, rgba(80, 30, 120, 0.25) 0%, transparent 60%),
            linear-gradient(180deg,
              #d4bfe6 0%,
              #d0b8e4 15%,
              #c4a8dc 35%,
              #a07abf 55%,
              #7a4aa8 75%,
              #4e1f72 100%);
        padding: 80px 0 80px;
    }
    .dcci-org-pub *, .dcci-org-pub *::before, .dcci-org-pub *::after {
        box-sizing: border-box;
        font-family: var(--dcc-font, 'Montserrat', sans-serif);
    }
    .dcci-org-pub__blob {
        position: absolute; pointer-events: none; border-radius: 50%; z-index: 0;
    }
    .dcci-org-pub__blob--a {
        width: 480px; height: 380px; top: 0; left: -140px;
        background: radial-gradient(circle at 40% 50%, rgba(155,89,182,0.22), transparent 65%);
    }
    .dcci-org-pub__blob--b {
        width: 300px; height: 260px; bottom: -80px; right: 60px;
        background: radial-gradient(circle at 55% 40%, rgba(233,30,99,0.13), transparent 60%);
    }
    .dcci-org-pub__inner {
        position: relative; z-index: 1;
        max-width: 1280px; margin: 0 auto; padding: 0 48px;
        display: flex; align-items: flex-start; gap: 64px;
    }
    .dcci-org-pub__left {
        flex: 1 1 0; min-width: 0;
        display: flex; flex-direction: column; gap: 0;
        padding-top: 300px;
    }

    /* Tier row */
    .dcci-org-pub__tier-row {
        display: flex; flex-direction: column; align-items: flex-start; gap: 0; margin: 0 0 16px;
    }
    .dcci-org-pub__silver-pill {
        display: inline-flex; align-items: center; gap: 5px;
        font-size: 9.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase;
        color: #111; padding: 5px 12px; border-radius: 40px; white-space: nowrap;
        background: linear-gradient(160deg,#f0f0f0 0%,#c8c8c8 18%,#fafafa 32%,#a8a8a8 50%,#e0e0e0 68%,#b8b8b8 82%,#d8d8d8 100%);
        box-shadow: 0 2px 5px rgba(0,0,0,0.28), inset 0 1px 2px rgba(255,255,255,0.55), inset 0 -1px 2px rgba(0,0,0,0.16);
        text-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 -1px 1px rgba(0,0,0,0.22);
    }
    /* Pilot status line — own row, above heading */
    .dcci-org-pub__pilot-line {
        margin: 0 0 14px;
    }
    /* Green pilot pill — brand #2ecc71, status not tier */
    .dcci-org-pub__pilot-pill {
        display: inline-flex; align-items: center; gap: 6px;
        font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
        color: #0d3d1f;
        padding: 5px 12px; border-radius: 40px; white-space: nowrap;
        background: #2ecc71;
        box-shadow: 0 2px 8px rgba(46,204,113,0.30);
    }

    /* Heading */
    .dcci-org-pub__heading {
        font-size: clamp(28px, 3.8vw, 48px); font-weight: 800; color: #fff;
        line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 20px;
    }

    /* Body */
    .dcci-org-pub__body {
        font-size: clamp(14px, 1.2vw, 16px); font-weight: 500;
        color: rgba(255,255,255,0.72); line-height: 1.7;
        margin: 0 0 32px; max-width: 520px;
    }

    /* Trust strip */
    .dcci-org-pub__trust { margin: 0 0 36px; }
    .dcci-org-pub__trust-label {
        font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
        color: #ede0f8; margin: 0 0 12px;
    }
    .dcci-org-pub__org-chips {
        display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0;
    }
    .dcci-org-pub__org-chip {
        font-size: 11px; font-weight: 600; color: #3e1e67;
        background: #ede0f8; border: 1px solid #d4b8e8;
        border-radius: 40px; padding: 5px 13px; white-space: nowrap; line-height: 1.3;
    }

    /* CTAs */
    .dcci-org-pub__ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
    .dcci-org-pub__cta {
        display: inline-flex; align-items: center; gap: 7px;
        font-size: 13px; font-weight: 800; text-decoration: none;
        border-radius: 40px; padding: 11px 22px;
        transition: all 0.22s ease; white-space: nowrap;
    }
    .dcci-org-pub__cta svg { transition: transform 0.18s ease; flex-shrink: 0; }
    .dcci-org-pub__cta:hover svg { transform: translateX(3px); }
    .dcci-org-pub__cta--primary {
        color: #fff; background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%); box-shadow: 0 4px 16px rgba(233,30,99,0.28);
    }
    .dcci-org-pub__cta--primary:hover {
        background: linear-gradient(135deg, #a96bc4 0%, #f178a1 100%); box-shadow: 0 8px 24px rgba(233,30,99,0.36); transform: translateY(-2px);
    }
    .dcci-org-pub__cta--ghost {
        color: rgba(255,255,255,0.85); background: transparent; border: 1px solid rgba(255,255,255,0.35);
    }
    .dcci-org-pub__cta--ghost:hover {
        color: #fff; border-color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.06); transform: translateY(-2px);
    }

    /* RIGHT: image column */
    .dcci-org-pub__right {
        flex: 0 0 clamp(320px, 42vw, 580px);
        display: flex; align-items: center; justify-content: center;
        padding-top: 340px;
    }
    .dcci-org-pub__img {
        display: block; width: 100%; height: auto;
        object-fit: cover; object-position: top center;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.20);
    }
    /* Gracefully hide empty img — no broken icon shown while src is not yet set */
    .dcci-org-pub__img:not([src]),
    .dcci-org-pub__img[src=""] { display: none; }

    /* Responsive */
    @media (max-width: 1024px) {
        .dcci-org-pub__inner { gap: 40px; }
        .dcci-org-pub__right { flex: 0 0 clamp(200px, 30vw, 360px); }
    }
    @media (max-width: 768px) {
        .dcci-org-pub { padding: 56px 0 64px; }
        .dcci-org-pub__inner {
            flex-direction: column-reverse; padding: 0 24px; gap: 32px; text-align: center;
        }
        .dcci-org-pub__tier-row { justify-content: center; }
        .dcci-org-pub__body { margin-left: auto; margin-right: auto; }
        .dcci-org-pub__trust-label { text-align: center; }
        .dcci-org-pub__org-chips { justify-content: center; }
        .dcci-org-pub__ctas { justify-content: center; }
        .dcci-org-pub__right { flex: 0 0 auto; width: clamp(180px, 60vw, 320px); }
    }
    @media (prefers-reduced-motion: reduce) { .dcci-org-pub__cta { transition: none; } }
