@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

/* ============================================================
   OUTLINE BUTTON
   ============================================================ */
.outline-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    padding: 10px 16px;
    background-color: #fff;
    color: #FE6B02;
    border: 2px solid #FE6B02;
    cursor: pointer;
    white-space: nowrap;
}

.outline-button:hover {
    background-color: #1B1C13;
    color: #fff;
    transition: .3s;
    border: 2px solid #1B1C13;
}

.outline-button a {
    text-decoration: none;
    color: #FE6B02;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.outline-button a:hover {
    color: #fff;
    transition: .3s;
}

/* ============================================================
   HEADER / HERO
   ============================================================ */
header {
    min-height: 95vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

header .text-area {
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
}

header .text-area .top-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    background: rgba(0, 0, 0, .7);
    color: #FE6B02;
    padding: 8px 12px;
    border-radius: 20px;
}

header .text-area .bold-text .first-text {
    font-size: clamp(36px, 6vw, 80px);
    font-weight: 700;
    line-height: 1.15;
}

header .text-area .bold-text .second-text {
    font-family: 'DM Serif Text', serif;
    font-size: clamp(36px, 6vw, 80px);
    font-style: italic;
    line-height: 1.15;
    color: #FE6B02;
}

header .text-area .text-desc {
    font-size: clamp(14px, 2vw, 18px);
    width: min(100%, 500px);
    line-height: 1.6;
}

header .text-area .cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

header .event-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    background-color: #fe6b0265;
    color: #fff;
    border-radius: 8px;
    padding: 3px;
}

header .event-details .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: #1b1c13c1;
    padding: 16px;
    margin: 3px;
    border-radius: 5px;
}

header .event-details .items .material-icons {
    font-size: 24px;
}

header .event-details .items .label {
    font-family: 'DM Serif Text', serif;
    font-size: 12px;
}

header .event-details .items .content {
    font-size: 14px;
}

/* ============================================================
   SHARED SECTION STYLES
   ============================================================ */
section {
    padding: 48px 5%;
}

section .top-text-light {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title {
    font-size: clamp(24px, 3.5vw, 40px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px;
}

/* ============================================================
   ABOUT US
   ============================================================ */
.about-us {
    background-color: #fe6b021e;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}

.about-us .left {
    flex: 1;
}

.about-us .right {
    flex: 1;
    font-size: clamp(15px, 1.8vw, 20px);
}

.about-us .big-text {
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1.2;
}

.about-us .big-text span {
    color: #FE6B02;
}

.about-us .right .desc-proof {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 20px;
    flex-wrap: wrap;
}

.about-us .right .desc-proof .numeral {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 700;
}

.about-us .right .desc-proof .numeral-desc {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
}

/* ============================================================
   AGENDA
   ============================================================ */
.agenda {
    background-color: #fe6b021e;
}

.agenda .agenda-card {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 16px;
    align-items: flex-start;
}

.agenda .agenda-card .card-title {
    font-weight: 700;
    font-size: 15px;
}

.agenda .agenda-card .card-subtitle {
    font-size: 12px;
}

.agenda .agenda-card .card-left,
.agenda .agenda-card .card-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agenda .agenda-card .card-left {
    min-width: 130px;
}

.agenda .agenda-card .card-left .card-subtitle {
    background-color: #fe6b021e;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fe6b02;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.agenda .agenda-card .card-divider {
    width: 2px;
    background-color: #e0e0e0;
    align-self: stretch;
    flex-shrink: 0;
}

/* ============================================================
   SPEAKERS
   ============================================================ */
.speakers-section .speakers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
}

.speakers-section .speakers .speaker {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 16px;
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 12px;
}

.speakers-section .speakers .speaker img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.speakers-section .speakers .speaker .speaker-name {
    font-size: 16px;
    font-family: 'DM Serif Text', serif;
    color: #d25903;
}

.speakers-section .speakers .speaker .speaker-title {
    font-size: 13px;
    font-weight: 700;
}

.speakers-section .speakers .speaker .speaker-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

/* ============================================================
   TICKETS
   ============================================================ */
.tickets {
    background-color: #fe6b021e;
}

.tickets .ticket-types {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 20px;
}

.tickets .ticket-type {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    flex: 1 1 260px;
    max-width: 360px;
    text-align: center;
}

.tickets .ticket-type .ticket-title {
    font-family: 'DM Serif Text', serif;
    color: #FE6B02;
    font-size: 22px;
    font-weight: 700;
}

.tickets .ticket-type .ticket-price {
    font-size: 22px;
    font-weight: 700;
}

.tickets .ticket-type ul {
    font-size: 15px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* ============================================================
   BREAKPOINTS
   ============================================================ */

/* --- Tablet landscape (≤ 1024px) --- */
@media (max-width: 1024px) {
    .speakers-section .speakers .speaker {
        flex: 0 0 50%;
    }
}

/* --- Tablet portrait (≤ 768px) --- */
@media (max-width: 768px) {
    header {
        min-height: 100svh;
    }

    header .text-area {
        padding-top: 80px;
        padding-bottom: 32px;
        gap: 16px;
    }

    header .event-details {
        flex-direction: column;
        gap: 0;
        background-color: transparent;
        padding: 0;
    }

    header .event-details .items {
        margin: 3px 0;
        border-radius: 8px;
        width: 100%;
    }

    .about-us {
        flex-direction: column;
        gap: 24px;
    }

    .about-us .left,
    .about-us .right {
        width: 100%;
        flex: unset;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda .agenda-card {
        gap: 16px;
    }

    .agenda .agenda-card .card-left {
        min-width: 100px;
    }

    .speakers-section .speakers .speaker {
        flex: 0 0 50%;
    }

    .tickets .ticket-type {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* --- Mobile (≤ 480px) --- */
@media (max-width: 480px) {
    section {
        padding: 36px 4%;
    }

    header .text-area {
        padding-left: 4%;
        padding-right: 4%;
    }

    header .text-area .text-desc {
        width: 100%;
    }

    header .event-details .items {
        padding: 12px;
        gap: 8px;
    }

    .about-us .big-text {
        font-size: 28px;
    }

    .agenda .agenda-card {
        flex-direction: column;
        gap: 12px;
    }

    .agenda .agenda-card .card-divider {
        width: 100%;
        height: 1px;
    }

    .speakers-section .speakers .speaker {
        flex: 0 0 100%;
    }

    .speakers-section .speakers .speaker img {
        max-height: 220px;
    }

    .tickets .ticket-types {
        flex-direction: column;
        align-items: stretch;
    }
}