:root {
    --bh-blue: #00a4e4;
    --bh-blue-dark: #0089bd;
    --bh-charcoal: #4b4f52;
    --bh-text: #555b60;
    --bh-light: #e9f7fd;
    --bh-grey: #e6e6e6;
    --bh-footer: #4c5053;
}

html {
    scroll-behavior: smooth;
}

.bausch-event,
.bausch-event * {
    box-sizing: border-box;
}

.bausch-event {
    overflow: hidden;
    color: var(--bh-text);
    background: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.event-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.event-brandbar {
    background: #fff;
}

.event-brandbar__inner {
    display: flex;
    align-items: center;
    min-height: 92px;
}

.event-brandbar__logo {
    display: block;
    width: 245px;
    height: auto;
}

.event-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, #078cbc 0%, #078cbc 46%, #8ec6dc 73%, #dce8ec 100%);
}

.event-hero__media {
    position: absolute;
    inset: 0 0 0 auto;
    width: 58%;
    height: 100%;
}

.event-hero__media::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #078cbc 0%, rgba(7, 140, 188, .72) 13%, rgba(7, 140, 188, 0) 45%);
}

.event-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 620px;
}

.event-hero__content {
    width: 58%;
    padding: 54px 0 48px;
}

.event-hero h1 {
    max-width: 650px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(24px, 2.6vw, 38px);
    font-weight: 800;
    letter-spacing: -.8px;
    line-height: 1.12;
}

.event-hero h1 span {
    font-weight: 400;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 24px;
}

.event-meta__item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.event-meta__icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 9px;
}

.event-meta__item:nth-child(2) .event-meta__icon {
    border: 0;
}

.event-meta__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.event-meta strong,
.event-meta small {
    display: block;
}

.event-meta strong {
    font-size: 20px;
    line-height: 1.15;
}

.event-meta small {
    margin-top: 3px;
    font-size: 14px;
}

.event-moderator {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.45;
}

.event-hero__actions {
    display: flex;
    gap: 14px;
}

.event-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 250px;
    min-height: 58px;
    padding: 0 22px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.event-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 62, 89, .2);
}

.event-action svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.event-action--outline {
    color: #fff;
    background: rgba(0, 164, 228, .24);
}

.event-action--light {
    border-color: #fff;
    color: var(--bh-blue-dark);
    background: #fff;
}

.event-intro {
    position: relative;
    background: linear-gradient(90deg, #fff 0%, #87d6fc 80%);

}

.event-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: stretch;
    min-height: 570px;
}

.event-copy {
    align-self: center;
    padding: 64px 0 64px 0;
}

.event-copy h2,
.event-agenda h2,
.event-experts h2 {
    margin: 0;
    color: var(--bh-charcoal);
    font-size: clamp(39px, 4vw, 62px);
    font-weight: 800;
    letter-spacing: -1.8px;
    line-height: 1.05;
}

.event-copy h2 span,
.event-agenda h2 span {
    color: var(--bh-blue);
    font-weight: 400;
}

.event-copy p {
    max-width: 520px;
    margin: 32px 0 0;
    font-size: 18px;
    line-height: 1.55;
}

.event-copy__lead {
    color: var(--bh-blue-dark);
    font-weight: 800;
}

.event-intro__visual {
    min-width: 0;
    margin: 0;
}

.event-intro__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-agenda {
    padding: 74px 0 82px;
    background: #fff;
}

.event-agenda h2 {
    margin-bottom: 58px;
}

.event-agenda__timeline {
    position: relative;
    max-width: 960px;
    margin-left: 42px;
}

.agenda-item:not(:last-child)::after {
    position: absolute;
    top: 25px;
    bottom: -7px;
    left: 8px;
    width: 2px;
    content: "";
    background: #8e9498;
}

.agenda-item {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    min-height: 82px;
    padding-left: 70px;
}

.agenda-item::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: var(--bh-blue);
}

.agenda-item time {
    color: var(--bh-blue);
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.agenda-item__content h3 {
    margin: 0;
    color: var(--bh-blue);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.agenda-item__content p {
    margin: 5px 0 0;
    color: #5d6367;
    font-size: 14px;
    line-height: 1.45;
}

.event-experts {
    padding: 68px 0 76px;
    background: var(--bh-grey);
}

.event-experts h2 {
    margin-bottom: 48px;
}

.event-experts__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.expert-card {
    padding: 24px;
    background: #fff;
}

.expert-card__header {
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.expert-card__header img {
    display: block;
    width: 164px;
    height: 164px;
    object-fit: cover;
    object-position: top center;
    background: #73c9eb;
}

.expert-card h3 {
    margin: 0 0 12px;
    color: var(--bh-charcoal);
    font-size: 19px;
    line-height: 1.18;
}

.expert-card__header p {
    margin: 0;
    color: var(--bh-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.expert-card__description {
    margin: 27px 0 0;
    color: #5d6367;
    font-size: 14px;
    line-height: 1.48;
}

.event-partners {
    padding: 58px 0 62px;
    background: #fff;
}

.event-partners__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-partners__item {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    text-align: center;
}

.event-partners__item + .event-partners__item {
    border-left: 2px solid #9b9fa2;
}

.event-partners__item span {
    color: var(--bh-charcoal);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
}

.event-partners__item img {
    display: block;
    width: auto;
    max-width: 82%;
    max-height: 84px;
    object-fit: contain;
}

.event-footer {
    padding: 0;
    color: #fff;
    background: var(--bh-footer);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.event-footer,
.event-footer * {
    box-sizing: border-box;
}

.event-footer > .event-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.event-footer__inner,
.event-footer__panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    min-height: 210px;
    padding: 48px 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.event-footer p,
.event-footer__support p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.event-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.event-footer__phone:hover,
.event-footer__phone:focus {
    color: #fff;
    text-decoration: none;
}

.event-footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.event-footer__info {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border: 3px solid currentColor;
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
}

.event-footer__links,
.event-footer__legal {
  display: flex;
  gap: 9px;
  font-size: 13px;
}

.event-footer__links a,
.event-footer__legal a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
}

.event-footer__links a + a::before,
.event-footer__legal a + a::before {
    margin: 0 6px;
    content: "|";
}

.event-footer__links a:hover,
.event-footer__legal a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1050px) {
    .event-hero__content {
        width: 65%;
    }

    .event-hero h1 {
        font-size: 37px;
    }

    .event-action {
        min-width: 220px;
    }

    .event-copy {
        padding-right: 38px;
    }

    .expert-card__header {
        grid-template-columns: 125px minmax(0, 1fr);
    }

    .expert-card__header img {
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 767px) {
    .event-container {
        width: min(100% - 30px, 1180px);
    }

    .event-brandbar__inner {
        min-height: 68px;
    }

    .event-brandbar__logo {
        width: 190px;
    }

    .event-hero,
    .event-hero__inner {
        min-height: 680px;
    }

    .event-hero__media {
        inset: auto 0 0;
        width: 100%;
        height: 48%;
    }

    .event-hero__media::before {
        background: linear-gradient(180deg, #078cbc 0%, rgba(7, 140, 188, .45) 38%, rgba(7, 140, 188, .08) 100%);
    }

    .event-hero__media img {
        object-position: center 32%;
    }

    .event-hero__inner {
        align-items: flex-start;
    }

    .event-hero__content {
        width: 100%;
        padding: 34px 0 0;
    }

    .event-hero h1 {
        margin-bottom: 22px;
        font-size: clamp(26px, 7.3vw, 37px);
        letter-spacing: -.4px;
    }

    .event-hero h1 br {
        display: none;
    }

    .event-meta {
        gap: 18px;
    }

    .event-meta__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .event-meta__icon svg {
        width: 28px;
        height: 28px;
    }

    .event-meta strong {
        font-size: 16px;
    }

    .event-meta small,
    .event-moderator {
        font-size: 13px;
    }

    .event-moderator {
        margin-bottom: 18px;
    }

    .event-hero__actions {
        gap: 9px;
    }

    .event-action {
        min-width: 0;
        min-height: 48px;
        padding: 0 13px;
        font-size: 13px;
    }

    .event-action svg {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
    }

    .event-intro__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .event-copy {
        padding: 52px 0 35px;
    }

    .event-copy h2,
    .event-agenda h2,
    .event-experts h2 {
        font-size: 40px;
    }

    .event-copy p {
        margin-top: 25px;
        font-size: 16px;
    }

    .event-intro__visual {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .event-intro__visual img {
        max-height: 520px;
    }

    .event-agenda {
        padding: 55px 0 62px;
    }

    .event-agenda h2 {
        margin-bottom: 42px;
    }

    .event-agenda__timeline {
        margin-left: 6px;
    }

    .agenda-item {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 0;
        padding: 0 0 32px 38px;
    }

    .agenda-item:last-child {
        padding-bottom: 0;
    }

    .agenda-item::before {
        width: 15px;
        height: 15px;
    }

    .agenda-item time {
        font-size: 17px;
    }

    .agenda-item__content h3 {
        font-size: 17px;
    }

    .event-experts {
        padding: 52px 0 58px;
    }

    .event-experts h2 {
        margin-bottom: 30px;
    }

    .event-experts__grid {
        grid-template-columns: 1fr;
    }

    .expert-card__header {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 17px;
    }

    .expert-card__header img {
        width: 112px;
        height: 112px;
    }

    .expert-card h3 {
        font-size: 17px;
    }

    .expert-card__description {
        margin-top: 22px;
    }

    .event-partners {
        padding: 40px 0;
    }

    .event-partners__grid {
        grid-template-columns: 1fr;
    }

    .event-partners__item {
        min-height: 150px;
        padding: 25px 10px;
    }

    .event-partners__item + .event-partners__item {
        border-top: 1px solid #b9bdc0;
        border-left: 0;
    }

    .event-footer > .event-container {
        width: min(100% - 30px, 1180px);
    }

    .event-footer__inner,
    .event-footer__panel {
        display: grid;
        gap: 32px;
        min-height: 0;
        padding: 38px 0;
    }

    .event-footer__phone {
        font-size: 27px;
    }

    .event-footer__links,
    .event-footer__legal {
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .event-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .event-hero__actions {
        display: grid;
    }

    .event-action {
        width: 100%;
    }

    .expert-card {
        padding: 18px;
    }

    .expert-card__header {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .expert-card__header img {
        width: 92px;
        height: 92px;
    }
}
/* Wklej ten fragment na samym końcu aktualnego pliku CSS. */

@media (max-width: 767px) {
    .event-brandbar__inner {
        min-height: 66px;
        padding-block: 12px;
    }

    .event-brandbar__logo {
        width: 185px;
        max-width: 62vw;
    }
    .event-hero {
        display: flex;
        min-height: 0;
        flex-direction: column;
        background: #078fbe;
    }

    .event-hero__inner {
        position: relative;
        order: 1;
        min-height: 0;
    }

    .event-hero__content {
        width: 100%;
        padding: 34px 0 32px;
    }

    .event-hero h1 {
        max-width: 680px;
        margin: 0 0 26px;
        font-size: clamp(27px, 6.2vw, 38px);
        letter-spacing: -.45px;
        line-height: 1.1;
    }

    .event-hero h1 br {
        display: block;
    }

    .event-hero h1 span {
        display: block;
        margin-top: 2px;
    }

    .event-meta {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 20px 34px;
        margin-bottom: 22px;
    }

    .event-meta__item {
        min-width: 0;
    }

    .event-meta__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .event-meta__icon svg {
        width: 29px;
        height: 29px;
    }

    .event-meta strong {
        font-size: 17px;
    }

    .event-meta small {
        font-size: 13px;
    }

    .event-moderator {
        max-width: 620px;
        margin: 0 0 22px;
        color: #fff;
        font-size: 14px;
        line-height: 1.45;
    }

    .event-hero__actions {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .event-hero__actions .event-action {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }

    .event-hero__media {
        position: relative;
        inset: auto;
        order: 2;
        width: 100%;
        height: clamp(290px, 62vw, 430px);
    }

    .event-hero__media::before {
        background: linear-gradient(180deg, rgba(7, 143, 190, .38) 0%, rgba(7, 143, 190, .08) 38%, rgba(7, 143, 190, 0) 70%);
    }

    .event-hero__media img {
        object-position: center 38%;
    }
}

@media (max-width: 520px) {
    .event-hero__content {
        padding-top: 28px;
    }

    .event-hero h1 {
        font-size: clamp(24px, 7.2vw, 31px);
        line-height: 1.08;
    }

    .event-meta {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .event-hero__actions {
        grid-template-columns: 1fr;
    }

    .event-hero__actions .event-action {
        min-height: 50px;
        font-size: 15px;
    }

    .event-hero__media {
        height: 330px;
    }
}

/* Wklej na końcu pliku triggerdoc-event.css. */

.event-hero__media {
    overflow: hidden;
}

.event-hero__media img {
    transform: scale(1.035);
    transform-origin: center center;
    animation: eventHeroBackground 16s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes eventHeroBackground {
    0% {
        transform: scale(1.035) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.09) translate3d(-1.4%, -.8%, 0);
    }
}

@media (max-width: 767px) {
    .event-hero__media img {
        animation-duration: 13s;
    }

    @keyframes eventHeroBackground {
        0% {
            transform: scale(1.045) translate3d(0, 0, 0);
        }

        100% {
            transform: scale(1.1) translate3d(-1%, -.6%, 0);
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-hero__media img {
        animation: none;
        transform: none;
    }
}

