/**
 * Single Event Page Template Styles
 * Based on Figma design: MRNA-292-AMM Events Page Redesign
 */

/* ============================================
   HERO SECTION
   ============================================ */
.event-hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: #fff;
}

.event-hero__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.event-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.5);
    transform-origin: center;
}

.event-hero__content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    max-width: 566px;
    padding: 40px 50px;
    margin-left: 138px;
    margin-top: 80px;
}

.event-hero__breadcrumb {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(102, 102, 102, 0.8);
    margin-bottom: 20px;
}

.event-hero__breadcrumb a {
    color: rgba(102, 102, 102, 0.8);
    text-decoration: none;
}

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

.event-hero__format-badge {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-hero__title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 44px;
    color: #000;
    margin-bottom: 20px;
}

.event-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}

.event-hero__date-location {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.event-hero__separator {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0;
}

.event-hero__cohost {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-hero__cohost-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.event-hero__cohost-logos img {
    max-height: 50px;
    width: auto;
}

/* ============================================
   CTA BUTTONS (below hero content)
   ============================================ */
.event-cta-bar {
    display: flex;
    gap: 20px;
    margin: 30px 0 40px 181px;
    flex-wrap: wrap;
}

.event-cta-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 312px;
    height: 122px;
    border-radius: 10px;
    border: 2px solid #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 26.6px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 30px;
    transition: opacity 0.2s ease;
}

.event-cta-bar__btn:hover {
    opacity: 0.9;
    color: #fff;
}

.event-cta-bar__btn--primary {
    background: #ff6a39;
}

.event-cta-bar__btn--secondary {
    background: #18a1a4;
}

/* ============================================
   QUICK INFO BAR
   ============================================ */
.event-info-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 40px 181px;
    border-top: 1px solid #eee;
}

.event-info-bar__item {
    padding-right: 30px;
    border-left: 3px solid #000;
    padding-left: 20px;
}

.event-info-bar__label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.event-info-bar__value {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

/* ============================================
   ABOUT THIS EVENT
   ============================================ */
.event-about {
    position: relative;
    padding: 60px 181px;
    overflow: hidden;
}

.event-about__section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 26.6px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-about__section-title::after {
    content: '';
    display: block;
    width: 216px;
    height: 5px;
    background: #000;
    margin-top: 10px;
}

.event-about__intro {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 41px;
    color: #000;
    margin-bottom: 20px;
    max-width: 1058px;
}

.event-about__intro strong {
    font-weight: 700;
}

.event-about__body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
    max-width: 1058px;
}

.event-about__list {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    padding-left: 33px;
    max-width: 518px;
}

.event-about__list li {
    margin-bottom: 12px;
}

.event-about__decorative {
    position: absolute;
    top: 100px;
    right: -50px;
    width: 400px;
    height: auto;
    opacity: 0.8;
    transform: rotate(-45deg);
}

.event-about__agenda-link {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #015d7b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.event-about__agenda-link:hover {
    text-decoration: underline;
    color: #015d7b;
}

.event-about__agenda-link::after {
    content: '→';
    font-size: 22px;
}

/* ============================================
   SPEAKERS SECTION
   ============================================ */
.event-speakers {
    padding: 60px 181px;
}

.event-speakers__title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 26.6px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-speakers__title::after {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    background: #000;
    margin-top: 10px;
}

.event-speakers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    margin-top: 40px;
}

.event-speaker-card {
    text-align: center;
}

.event-speaker-card__photo {
    width: 303px;
    height: 303px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid #e0e0e0;
}

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

.event-speaker-card__name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #ff6a39;
    margin-bottom: 0;
}

.event-speaker-card__role {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 0;
}

.event-speaker-card__company {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

/* ============================================
   WHY ATTEND SECTION
   ============================================ */
.event-why-attend {
    padding: 60px 181px;
}

.event-why-attend__title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 26.6px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-why-attend__title::after {
    content: '';
    display: block;
    width: 151px;
    height: 5px;
    background: #000;
    margin-top: 10px;
}

.event-why-attend__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 40px;
}

.event-why-attend__item {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.event-why-attend__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 501px;
    max-width: 100%;
    height: 1px;
    background: #000;
}

.event-why-attend__item:nth-last-child(-n+2)::after {
    display: none;
}

.event-why-attend__icon {
    width: 135px;
    height: 135px;
    margin: 0 auto 30px;
}

.event-why-attend__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-why-attend__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: center;
    max-width: 358px;
    margin: 0 auto;
}

/* Vertical divider between columns */
.event-why-attend__grid::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
}

.event-why-attend__grid {
    position: relative;
}

/* ============================================
   STAY INFORMED / NEWSLETTER SECTION
   ============================================ */
.event-stay-informed {
    position: relative;
    padding: 80px 181px;
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 600px;
}

.event-stay-informed__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 30, 50, 0.85);
    z-index: 0;
}

.event-stay-informed__content {
    position: relative;
    z-index: 1;
}

.event-stay-informed__title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 49px;
    line-height: 59.7px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.event-stay-informed__form {
    max-width: 876px;
    margin: 0 auto;
}

.event-stay-informed__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.event-stay-informed__row--full {
    grid-template-columns: 1fr;
}

.event-stay-informed__field label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.event-stay-informed__field input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding: 8px 0;
    outline: none;
}

.event-stay-informed__field input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.event-stay-informed__checkboxes {
    display: flex;
    gap: 40px;
    margin: 30px 0;
    justify-content: center;
}

.event-stay-informed__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.event-stay-informed__checkbox input[type="checkbox"] {
    width: 23px;
    height: 23px;
    background: #fff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.event-stay-informed__checkbox input[type="checkbox"]:checked {
    background: #18a1a4;
}

.event-stay-informed__submit {
    display: block;
    margin: 30px auto 0;
    background: #18a1a4;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    border: none;
    border-radius: 3.4px;
    padding: 14px 40px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.event-stay-informed__submit:hover {
    opacity: 0.9;
}

.event-stay-informed__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.event-stay-informed__social-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.event-stay-informed__social img {
    width: 37px;
    height: 37px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
    .event-hero__content {
        margin-left: 60px;
        max-width: 500px;
    }

    .event-cta-bar,
    .event-info-bar,
    .event-about,
    .event-speakers,
    .event-why-attend {
        padding-left: 60px;
        padding-right: 60px;
    }

    .event-cta-bar {
        margin-left: 60px;
    }
}

@media (max-width: 992px) {
    .event-hero__content {
        margin-left: 30px;
        max-width: 100%;
        padding: 30px;
    }

    .event-hero__title {
        font-size: 32px;
        line-height: 36px;
    }

    .event-info-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 30px;
    }

    .event-speakers__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-cta-bar {
        margin-left: 30px;
        flex-direction: column;
    }

    .event-cta-bar__btn {
        min-width: 250px;
        height: 80px;
        font-size: 18px;
    }

    .event-about,
    .event-speakers,
    .event-why-attend,
    .event-stay-informed {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .event-hero {
        min-height: auto;
    }

    .event-hero__background {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .event-hero__content {
        margin: -50px 20px 0;
        padding: 30px 20px;
    }

    .event-hero__title {
        font-size: 28px;
        line-height: 32px;
    }

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

    .event-info-bar {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .event-info-bar__item {
        border-left: none;
        border-bottom: 1px solid #eee;
        padding: 0 0 20px 0;
    }

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

    .event-speaker-card__photo {
        width: 200px;
        height: 200px;
    }

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

    .event-why-attend__grid::before {
        display: none;
    }

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

    .event-stay-informed__title {
        font-size: 32px;
        line-height: 40px;
    }

    .event-about__intro {
        font-size: 22px;
        line-height: 32px;
    }
}
