    /* -------------------------------------- */
    /* CSS DLA WYDARZENIA (B2B CORPORATE UI)  */
    /* -------------------------------------- */
    .single-event-page-corporate {
        background-color: #f8fafc;
        font-family: inherit;
        padding-bottom: 0;
    }

    /* Hero Section */
    .event-hero-wrapper-corporate {
        position: relative;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .event-hero-bg-top-corporate {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--goz-primary, #0f172a);
        z-index: 0;
        overflow: hidden;
    }

    .event-blob-corporate {
        position: absolute;
        width: 800px;
        height: 400px;
        background: radial-gradient(circle, #c747e7 0%, #213361 100%);
        border-radius: 50%;
        filter: blur(150px);
        bottom: -150px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 0;
        opacity: 0.45;
    }

    .event-container-corporate {
        position: relative;
        z-index: 1;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    @media (max-width: 768px) {
        .event-container-corporate {
            padding: 0 16px;
        }
    }

    .event-breadcrumbs-corporate {
        padding: 24px 0;
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .event-breadcrumbs-corporate a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .event-breadcrumbs-corporate a:hover {
        color: #c747e7;
    }

    .event-header-corporate {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto 40px;
    }

    .event-hero-layout-corporate.has-image {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
        gap: 60px;
        align-items: center;
        margin-bottom: 40px;
    }

    .event-hero-layout-corporate.has-image .event-header-corporate {
        text-align: left;
        margin: 0;
        max-width: none;
    }

    .event-hero-layout-corporate.has-image .event-header-corporate .header-combined-meta-corporate,
    .event-hero-layout-corporate.has-image .event-header-corporate .header-buttons-corporate {
        justify-content: flex-start;
    }

    .event-hero-media-corporate {
        position: relative;
        z-index: 1;
    }

    .event-hero-image-corporate {
        display: block;
        width: 100%;
        height: auto;
        max-height: 420px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    }

    @media (max-width: 900px) {
        .event-hero-layout-corporate.has-image {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .event-hero-layout-corporate.has-image .event-header-corporate {
            text-align: center;
        }

        .event-hero-layout-corporate.has-image .event-header-corporate .header-combined-meta-corporate,
        .event-hero-layout-corporate.has-image .event-header-corporate .header-buttons-corporate {
            justify-content: center;
        }

        .event-hero-image-corporate {
            max-height: 280px;
        }
    }

    .event-title-corporate {
        color: #ffffff;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 16px;
        letter-spacing: -0.02em;
    }

    .event-subtitle-corporate {
        font-size: 1.15rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 24px;
        font-weight: 400;
        line-height: 1.5;
    }

    .header-combined-meta-corporate {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        gap: 24px;
        flex-wrap: wrap;
    }

    .event-meta-combined-pill {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 4px 0;
        transition: all 0.3s ease;
    }

    .event-meta-combined-pill:hover {
        /* No background on hover as per request */
    }

    .meta-icons-vertical-pill {
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: rgba(255, 255, 255, 0.08);
        padding: 14px 10px;
        border-radius: 40px;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .event-meta-combined-pill.meta-date-only .meta-icons-vertical-pill {
        padding: 12px;
    }

    .event-meta-combined-pill.meta-date-only .meta-text-vertical {
        justify-content: center;
    }

    .meta-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c747e7;
        opacity: 0.9;
    }

    .meta-text-vertical {
        display: flex;
        flex-direction: column;
        gap: 2px;
        text-align: left;
    }

    .meta-date {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .meta-time {
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.75);
        font-weight: 500;
    }

    .meta-separator-vertical {
        width: 1px;
        height: 60px;
        background: rgba(255, 255, 255, 0.15);
        margin: 0 10px;
    }

    @media (max-width: 768px) {
        .header-combined-meta-corporate {
            flex-direction: column;
            gap: 24px;
        }
        .meta-separator-vertical {
            display: none;
        }
        .event-meta-combined-pill {
            width: 100%;
            justify-content: center;
        }
    }

    .event-header-actions-corporate {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .btn-register-corporate {
        background-color: #c747e7;
        color: #ffffff;
        padding: 16px 36px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1.1rem;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
        box-shadow: 0 4px 15px rgba(199, 71, 231, 0.3);
        border: none;
        cursor: pointer;
    }

    .btn-register-corporate:hover {
        background-color: #b13dd4;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(199, 71, 231, 0.45);
        color: #ffffff;
    }

    /* Morphing Dropdown */
    .morphing-dropdown-container {
        position: relative;
        width: 230px;
        height: 50px;
        z-index: 50;
        margin-left: 20px;
    }

    .morphing-dropdown-container:hover {
        z-index: 100;
    }

    .morph-card {
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: left center;
        background-color: #ffffff;
        border: 1px solid transparent;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        user-select: none;
        border-radius: 50px;
        overflow: hidden;
        color: #0f172a;
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .morph-card:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
        .morphing-dropdown-container {
            margin-left: 0;
            margin-top: 10px;
        }
    }

    .collapsed-view {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
    }

    .collapsed-text {
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
    }

    .expanded-content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 310px;
        pointer-events: none;
        opacity: 0.12;
        transform: scale(0.92);
        filter: blur(16px);
        display: flex;
        flex-direction: column;
    }

    .expanded-header {
        height: 60px;
        display: flex;
        align-items: center;
        padding: 10px 10px 0;
    }

    .expanded-title {
        font-size: 18px;
        font-weight: 600;
        margin-left: 14px;
        color: rgb(31, 41, 55);
    }

    .close-btn {
        position: absolute;
        right: 14px;
        top: 14px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #6b7280;
        opacity: 0;
        transform: scale(0.3);
        filter: blur(4px);
        pointer-events: none;
        z-index: 20;
        transition: background 0.2s;
    }

    .close-btn:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .options-list {
        padding: 10px 14px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .option-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border-radius: 12px;
        background-color: transparent;
        transition: background-color 0.15s;
        opacity: 0;
        transform: translateY(8px);
        filter: blur(6px);
    }

    .options-list > .option-item.goz-no-underline {
        text-decoration: none;
    }

    .option-item:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .icon-box {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background-color: #ebebeb;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .icon-box svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke-width: 2;
    }

    .text-box {
        display: flex;
        flex-direction: column;
        min-width: 0;
        flex: 1;
        text-align: left;
    }

    .text-title {
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }

    .text-sub {
        font-size: 13px;
        margin-top: 2px;
        line-height: 1.2;
    }

    /* Video */
    .event-video-container-corporate {
        background: #fff;
        border-radius: 8px;
        /* Mały border-radius */
        padding: 12px;
        margin: 0 auto;
        max-width: 1000px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
        /* Płaski, korporacyjny cień */
        position: relative;
    }

    .event-video-wrapper-corporate {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        border-radius: 4px;
        /* Minimum rounded UI */
        overflow: hidden;
        background: #0f172a;
    }

    .event-video-wrapper-corporate iframe,
    .event-video-wrapper-corporate video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .event-container-corporate.event-video-centered {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    .event-video-centered {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 32px;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .event-video-max-width {
        width: 100%;
        max-width: 1000px;
    }

    /* Uproszczony Gated Content / Locked Box */
    .event-locked-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 — gwarantowana wysokosc niezaleznie od contentu */
        background: #0f172a;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
    }

    .event-locked-bg {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        filter: blur(18px);
        transform: scale(1.08);
    }

    .event-locked-wrapper.has-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(15, 23, 42, 0.55);
        z-index: 2;
    }

    .event-locked-content {
        position: absolute;
        inset: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-sizing: border-box;
    }

    /* Kontener treści — full width na bialym tle, bez chrome */
    .event-content-grid-corporate {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 60px;
        align-items: start;
        background: #ffffff;
        padding: 64px 0 80px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .event-content-grid-corporate::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        background: #ffffff;
        z-index: -1;
    }

    .event-content-grid-corporate.no-sidebar-corporate {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-icon-header-corporate {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 24px;
        height: 44px;
        padding: 0 0 16px;
        border-bottom: 1px solid #f1f5f9;
        box-sizing: border-box;
    }

    .content-icon-header-corporate h2 {
        font-size: 1.5rem;
        color: #1e293b;
        margin: 0;
        font-weight: 700;
        line-height: 1;
    }

    .content-icon-header-corporate svg {
        flex-shrink: 0;
        display: block;
        color: var(--goz-primary, #213361);
    }

    .event-locked-box {
        background: rgba(255, 255, 255, 0.88);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        padding: 3.5rem 2.5rem;
        max-width: 520px;
        width: 100%;
        text-align: center;
        box-shadow:
            0 25px 50px -12px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.5) inset;
        box-sizing: border-box;
    }

    .event-locked-box.wide {
        max-width: 600px;
    }

    .event-locked-box h2 {
        color: #1e293b;
        font-size: 1.5rem;
        margin-bottom: 12px;
        font-weight: 700;
        line-height: 1.3;
    }

    @media (max-width: 768px) {
        .event-hero-wrapper-corporate {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .event-locked-content {
            padding: 10px;
        }

        .event-locked-box {
            padding: 1.5rem 1rem;
            max-width: 90%;
            border-radius: 12px;
        }

        .event-locked-box h2 {
            font-size: 1.2rem;
            margin-bottom: 8px;
        }

        .event-locked-box p {
            font-size: 0.9rem;
            line-height: 1.4;
        }

        .lock-icon svg {
            width: 32px;
            height: 32px;
        }
        
        .event-locked-box .lock-icon {
            margin-bottom: 10px;
        }
    }

    .event-locked-box p {
        color: #475569;
        font-size: 1.05rem;
        margin-bottom: 24px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    .event-locked-box p:last-child {
        margin-bottom: 0;
    }

    .event-locked-box .lock-icon {
        background: white;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .event-locked-box .live-icon {
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        animation: live-heartbeat 2.5s infinite;
    }

    @keyframes live-heartbeat {
        0%, 28%, 70% { transform: scale(1); }
        14%, 42% { transform: scale(1.1); }
    }

    .event-locked-box .live-icon svg {
        filter: drop-shadow(0 4px 6px rgba(59, 130, 246, 0.4));
    }

    .event-locked-actions {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Live Countdown styles */
    .live-countdown-wrapper {
        margin: 0 auto 30px auto;
        max-width: 280px;
        text-align: center;
    }

    .live-countdown-label {
        margin: 0 0 12px 0;
        font-size: 0.75rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #64748b;
        letter-spacing: 0.05em;
    }

    .live-countdown-grid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-variant-numeric: tabular-nums;
        color: #0f172a;
    }

    .live-countdown-item {
        text-align: center;
    }

    .live-countdown-val {
        display: block;
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1;
    }

    .live-countdown-val.primary {
        color: #c747e7; /* Magenta dla licznika */
    }

    .live-countdown-unit {
        display: block;
        font-size: 0.65rem;
        color: #64748b;
        margin-top: 6px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .live-countdown-sep {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1;
        color: #cbd5e1;
        margin-bottom: 16px;
    }

    .live-meeting-btn {
        font-size: 1.1rem;
        padding: 16px 40px;
        box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
        border-radius: 6px;
    }

    @media (max-width: 768px) {
        .event-video-centered {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .event-locked-content {
            padding: 1rem 0;
        }

        .event-locked-box {
            padding: 1.5rem 1rem;
            border-radius: 12px;
        }

        .event-locked-box h2 {
            font-size: 1.4rem;
        }

        .event-locked-box p {
            font-size: 0.95rem;
            margin-bottom: 20px;
        }
    }

    .event-duration-corporate {
        text-align: center;
        margin-top: 24px;
        /* Odjazd na transformację cienia z video container */
        font-weight: 500;
        font-size: 0.95rem;
        color: #64748b;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    /* Usunięto zdublowany blok layoutu */


    /* WYSIWYG Styling Corporate */
    .event-wysiwyg-corporate {
        color: #334155;
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .event-wysiwyg-corporate p {
        margin-bottom: 20px;
    }

    /* Wypunktowanie profesjonalne - SVG Navy Blue Chevron/Check */
    /* Wypunktowanie profesjonalne - SVG Navy Blue Chevron/Check */
    .event-main-content-corporate .event-wysiwyg-corporate ul {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .event-wysiwyg-corporate ul li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        font-weight: 400;
        color: #1e293b;
    }

    .event-wysiwyg-corporate ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 18px;
        height: 18px;
        background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 13L9 17L19 7" stroke="%23213361" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* --- PRAWA KOLUMNA: EKSPERCI --- */
    .event-sidebar-experts-corporate {
        padding-top: 0;
    }

    .experts-section-title-corporate {
        font-size: 1.5rem;
        color: #1e293b;
        margin: 0 0 24px;
        height: 44px;
        padding: 0 0 16px;
        font-weight: 700;
        border-bottom: 1px solid #f1f5f9;
        display: flex;
        align-items: center;
        line-height: 1;
        box-sizing: border-box;
    }

    .experts-list-corporate {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .expert-card-corporate {
        background: transparent;
        padding: 14px 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .expert-card-corporate:first-child {
        padding-top: 0;
    }

    .expert-card-corporate:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .expert-card-header-corporate {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 10px;
    }

    /* Collapsible state — JS dodaje is-collapsible, gdy lista jest wyzsza niz content */
    .experts-list-corporate.is-collapsible {
        overflow: hidden;
        position: relative;
    }

    .experts-list-corporate.is-collapsible:not(.is-expanded)::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 64px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
        pointer-events: none;
    }

    .experts-toggle-corporate {
        margin-top: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        border: none;
        padding: 6px 0;
        color: var(--goz-primary, #213361);
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        font-family: inherit;
        transition: opacity 0.2s ease;
    }

    .experts-toggle-corporate:hover {
        opacity: 0.7;
    }

    .experts-toggle-corporate svg {
        transition: transform 0.2s ease;
    }

    .experts-toggle-corporate[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

    .expert-photo-container-corporate {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
    }

    .expert-photo-img-corporate {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .expert-avatar-fallback-corporate {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #f1f5f9;
        color: var(--goz-primary, #0f172a);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        font-weight: 600;
        border: 1px solid #e2e8f0;
    }

    .expert-title-wrap-corporate {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .expert-name-corporate {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--goz-primary, #0f172a);
        margin: 0;
    }

    .expert-role-corporate {
        font-size: 0.9rem;
        color: #64748b;
        font-weight: 500;
    }

    .expert-bio-box-corporate {
        font-size: 0.95rem;
        color: #475569;
        line-height: 1.6;
    }

    .expert-bio-box-corporate p {
        margin: 0;
    }

    /* Powiązane Materiały */
    .event-related-materials-corporate {
        margin-top: 0;
        margin-bottom: 40px;
        padding-top: 0;
        border-top: none;
    }

    .related-title-corporate {
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--goz-primary, #0f172a);
        margin-bottom: 32px;
    }

    .post-cards-grid-corporate {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /* Responsive */
    @media (max-width: 990px) {
        .event-content-grid-corporate {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .event-title-corporate {
            font-size: 2.2rem;
        }

        .post-cards-grid-corporate {
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        }
    }

    /* Event Registration Badge — interactive */
    .goz-event-registered-badge {
        display: inline-grid;
        grid-template-areas: "stack";
        place-items: center;
        background: #10b981;
        color: #ffffff;
        padding: 14px 28px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1rem;
        border: none;
        box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
        cursor: pointer;
        transition: all 0.25s ease;
        font-family: inherit;
        overflow: hidden;
        position: relative;
    }

    .goz-event-registered-badge .badge-default,
    .goz-event-registered-badge .badge-hover {
        grid-area: stack;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: opacity 0.25s ease, transform 0.25s ease;
        white-space: nowrap;
    }

    .goz-event-registered-badge .badge-hover {
        opacity: 0;
        transform: translateY(15px);
        pointer-events: none;
    }

    .goz-event-registered-badge:hover {
        background: #ef4444;
        color: #ffffff;
        box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
    }

    .goz-event-registered-badge:hover .badge-default {
        opacity: 0;
        transform: translateY(-15px);
        pointer-events: none;
    }

    .goz-event-registered-badge:hover .badge-hover {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .goz-register-webinar-btn {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .goz-register-webinar-btn:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

    .goz-unregister-webinar-btn.processing {
        opacity: 0.6;
        pointer-events: none;
    }

    @media (max-width: 768px) {
        .event-hero-wrapper-corporate {
            padding-top: 20px;
            padding-bottom: 40px;
        }

        .event-locked-wrapper {
            min-height: 280px;
        }

        .event-locked-box {
            padding: 1.5rem 1rem;
            margin: 0 10px;
        }

        .event-locked-box h2 {
            font-size: 1.3rem;
            margin-bottom: 8px;
        }

        .event-locked-box p {
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .event-video-container-corporate {
            padding: 0px;
        }

        .event-content-grid-corporate {
            grid-template-columns: 1fr;
            padding: 24px 20px 80px; /* Mniejszy padding na mobile */
            gap: 30px;
            margin-bottom: 0px;
            border-radius: 12px;
        }

        .event-video-centered {
            margin-top: -60px; /* Lżejszy overlap na mobile */
            margin-bottom: 20px;
        }
    }

    @media (max-width: 600px) {

        .event-registration-btn-corporate,
        .goz-event-registered-badge,
        .goz-register-webinar-btn {
            width: 100%;
            text-align: center;
            justify-content: center;
        }

        .restricted-gate-actions-corporate {
            flex-direction: column;
        }
    }

    /* ═══ TOAST NOTIFICATIONS ═══ */
    .goz-toast {
        position: fixed;
        bottom: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 24px;
        border-radius: 12px;
        font-size: 0.95rem;
        font-weight: 500;
        font-family: inherit;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        z-index: 10000;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
        max-width: 420px;
    }

    .goz-toast.visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .goz-toast-success {
        background: #f0fdf4;
        color: #15803d;
        border: 1px solid #bbf7d0;
    }

    .goz-toast-error {
        background: #fef2f2;
        color: #b91c1c;
        border: 1px solid #fecaca;
    }

    /* Przycisk → badge transition */
    .single-event-page-corporate button.goz-register-webinar-btn.registered {
        background: rgba(34, 197, 94, 0.15);
        color: #16a34a;
        border: 1px solid rgba(34, 197, 94, 0.3);
        cursor: default;
        pointer-events: none;
    }

    .goz-register-webinar-btn .loader {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: goz-spin 0.6s linear infinite;
    }

    @keyframes goz-spin {
        to {
            transform: rotate(360deg);
        }
    }

    @media (max-width: 600px) {
        .goz-toast {
            left: 16px;
            right: 16px;
            bottom: 16px;
            max-width: none;
        }
    }
