:root {
    --td-blue: #0962ee;
    --td-navy: #03183f;
    --td-text: #102343;
    --td-soft: #f3f7fc;
    --td-border: #d5e1ef;
}

html {
    scroll-behavior: smooth;
}

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

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

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

.event-hero {
    position: relative;
    min-height: 600px;
    background: #eef5fb;
}

.event-hero__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
}

.event-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 600px;
    padding-top: 14px;
}

.event-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 118px;
    padding: 22px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 5px 20px rgba(22, 49, 81, .16);
    backdrop-filter: blur(10px);
}

.event-header__logo {
    width: 270px;
    height: auto;
}

.event-header__actions,
.event-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.event-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid #d9e2ed;
    border-radius: 8px;
    color: #18345d;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 2px 7px rgba(28, 53, 83, .1);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.event-action:hover,
.event-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(19, 55, 105, .16);
}

.event-action svg,
.event-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.event-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 64%;
    min-height: 550px;
    padding: 55px 8px 80px;
}

.event-stream-placeholder {
    margin-bottom: 38px;
    padding: 11px 24px;
    border-radius: 6px;
    color: #fff;
    background: var(--td-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.event-kicker {
    margin: 0 0 14px;
    font-size: clamp(18px, 1.6vw, 28px);
    font-weight: 400;
}

.event-hero h1 {
    max-width: 750px;
    margin: 0 0 50px;
    color: #061a3d;
    font-size: clamp(20px, 2.6vw, 32px);
    font-weight: 800;
    letter-spacing: -0.6px;
    line-height: 1.04;
}

.event-date {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
    color: var(--td-blue);
}

.event-date__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 0;
}

.event-date__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
}

.event-date__icon svg {
    width: 58px;
    height: 58px;
}

.event-action svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.event-date__icon svg,
.event-action svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.event-date__icon svg path,
.event-date__icon svg rect,
.event-action svg path,
.event-action svg rect {
    display: block;
    fill: none;
    stroke: currentColor;
}

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

.event-date strong {
    font-size: 29px;
    line-height: 1.1;
}

.event-date small {
    margin-top: 3px;
    font-size: 18px;
}

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

.event-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--td-navy);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.event-button--primary {
    gap: 12px;
    border-color: var(--td-blue);
    color: #fff;
    background: var(--td-blue);
}

.event-button--secondary {
    color: var(--td-navy);
    background: rgba(255, 255, 255, .7);
}

.event-partners {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 55px;
    min-height: 150px;
    margin-top: -42px;
    padding: 22px 38px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(27, 61, 103, .16);
}

.event-partners__group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #cfd8e4;
}

.event-partners__label {
    position: absolute;
    top: -10px;
    left: 50%;
    padding: 0 14px;
    background: #fff;
    color: #51617b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.event-partners__logos {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.event-partners img {
    display: block;
    width: 100%;
    max-width: 180px;
    max-height: 72px;
    margin-inline: auto;
    object-fit: contain;
}

.event-intro {
    padding: 65px 0 24px;
}

.event-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
    gap: 70px;
}

.event-copy h2,
.event-agenda h2,
.event-cta h2 {
    margin: 0 0 28px;
    color: #061a3d;
    font-size: clamp(27px, 2.4vw, 37px);
    font-weight: 800;
    letter-spacing: -.8px;
}

.event-copy p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.45;
}

.event-promo {
    position: relative;
    height: 340px;
    margin: 0;
    overflow: hidden;
    border-radius: 36px;
}

.event-promo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-agenda {
    padding: 28px 0 52px;
    background: var(--td-soft);
}

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

.event-agenda__list {
    display: grid;
    gap: 18px;
}

.agenda-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: center;
    min-height: 170px;
    overflow: hidden;
    border-left: 4px solid var(--td-blue);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(12, 74, 165, .16);
}

.agenda-card__portrait {
    position: relative;
    display: grid;
    align-self: stretch;
    place-items: center;
//    background: radial-gradient(circle, #fff 0 45%, #e7f0ff 46% 68%, transparent 69%);
}

.agenda-card__portrait img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    object-fit: cover;
}

.agenda-card__portrait--discussion {
//    background: radial-gradient(circle, #eff5ff 0 65%, transparent 66%);
}

.agenda-card__content {
    padding: 22px 30px 22px 0;
}

.agenda-card time {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    color: #fff;
    background: var(--td-navy);
    font-size: 20px;
    font-weight: 800;
}

.agenda-card h3 {
    margin: 0 0 14px;
    color: var(--td-blue);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.agenda-card p {
    margin: 0;
    color: #102343;
    font-size: 16px;
    line-height: 1.25;
}

.agenda-card__description {
    margin-top: 3px !important;
    font-size: 14px !important;
    font-style: italic;
}

.event-cta {
    padding: 42px 0 70px;
    text-align: center;
    background: var(--td-soft);
}

.event-cta h2 {
    margin-bottom: 12px;
}

.event-cta p {
    margin: 0 0 32px;
}

.event-cta__actions {
    justify-content: center;
}

.event-action--blue,
.event-cta .event-action {
    border-color: var(--td-blue);
    color: #fff;
    background: var(--td-blue);
}

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

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

.event-footer__panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 180px;
    padding: 36px 44px;
    border-radius: 9px;
    background: var(--td-navy);
}

.event-footer__support p {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.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__phone:hover {
    color: #fff;
}

.event-footer__info {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 700;
}

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

.event-footer__legal a {
    color: #fff;
    text-decoration: none;
}

.event-footer__legal a:hover {
    text-decoration: underline;
}

@media (max-width: 1050px) {
    .event-header__logo {
        width: 220px;
    }

    .event-header__actions .event-action {
        min-width: 54px;
        padding-inline: 14px;
    }

    .event-header__actions .event-action span {
        display: none;
    }

    .event-hero__content {
        width: 76%;
    }

    .event-partners {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .event-intro__grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 35px;
    }
}

@media (max-width: 760px) {
    .event-container {
        width: min(100% - 28px, 1400px);
    }

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

    .event-hero__background {
        height: 300px;
        object-position: 62% center;
    }

    .event-header {
        max-height: 56px;
		min-height: 56px;
        padding: 15px;
        border-radius: 15px;
    }

    .event-header__logo {
        width: 155px;
    }

    .event-header__actions {
        gap: 7px;
    }

    .event-header__actions .event-action {
        min-width: 42px;
        min-height: 42px;
        padding: 8px;
    }

    .event-header__actions svg {
        width: 21px;
        height: 21px;
    }

    .event-hero__content {
        width: 100%;
        min-height: auto;
        padding: 235px 0 90px;
    }

    .event-stream-placeholder {
        margin-bottom: 24px;
        font-size: 10px;
    }

    .event-kicker {
        font-size: 18px;
    }

    .event-hero h1 {
        margin-bottom: 30px;
        font-size: clamp(17px, 5vw, 24px);
    }

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

    .event-date strong {
        font-size: 24px;
    }

    .event-partners {
        margin-top: -45px;
        padding: 28px 20px;
    }

    .event-partners__logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

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

    .event-promo {
        max-width: 420px;
        width: 100%;
        margin-inline: auto;
    }

    .agenda-card {
        grid-template-columns: 125px minmax(0, 1fr);
        min-height: 150px;
    }

    .agenda-card__portrait img {
        width: 84px;
        height: 84px;
    }

    .agenda-card__content {
        padding: 18px 16px 18px 0;
    }

    .agenda-card time {
        margin-bottom: 9px;
        font-size: 15px;
    }

    .agenda-card h3 {
        margin-bottom: 9px;
        font-size: 17px;
    }

    .agenda-card p {
        font-size: 14px;
    }

    .agenda-card__description {
        font-size: 12px !important;
    }

    .event-footer__panel {
        display: grid;
        gap: 34px;
        padding: 30px 25px;
    }

    .event-footer__legal {
        flex-wrap: wrap;
    }

}

@media (max-width: 440px) {
    .event-header__logo {
        width: 132px;
    }

    .event-hero__actions,
    .event-hero__actions .event-button {
        width: 100%;
    }

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

    .agenda-card {
        grid-template-columns: 1fr;
    }

    .agenda-card__portrait {
        min-height: 125px;
    }

    .agenda-card__content {
        padding: 0 20px 22px;
    }

    .event-cta__actions {
        display: grid;
    }

    .event-footer__phone {
        font-size: 20px;
    }
}
.event-hero__picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.event-hero__background {
    display: block;
    width: 100%;
    object-fit: cover;
}
