/* ==========================================
   BASE
========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #151515;
    background: #ffffff;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.pageContainer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.contentSection {
    padding: 36px 0;
}

.sectionTitle {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

.primaryButton {
    min-height: 44px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: #08a9c5;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.primaryButton:hover {
    background: #078fa7;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(8, 169, 197, .22);
}

/* ==========================================
   HEADER
========================================== */

.siteHeader {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #ededed;
}

.headerContainer {
    width: min(1120px, calc(100% - 40px));
    min-height: 104px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px minmax(280px, 450px) 1fr;
    align-items: center;
    gap: 32px;
}

.headerLogo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.headerLogo img {
    width: 174px;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.headerSearch,
.mobileSearch {
    position: relative;
}

.headerSearch input,
.mobileSearch input {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 50px;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-size: 14px;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.headerSearch input:focus,
.mobileSearch input:focus {
    border-color: #08a9c5;
    box-shadow: 0 0 0 3px rgba(8, 169, 197, .11);
}

.searchIcon {
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 2;
    color: #1d1d1d;
    transform: translateY(-50%);
    pointer-events: none;
}

.desktopNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.desktopNav a {
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.desktopNav a:hover {
    color: #08a9c5;
}

.helpLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.helpLink span,
.mobileHelp span {
    color: #08a9c5;
    font-size: 17px;
}

.mobileHeaderActions,
.mobileSearch,
.mobileMenu {
    display: none;
}

/* ==========================================
   BARRA FIXA DO EVENTO
========================================== */

.stickyEventBar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 950;
    padding: 12px 0;
    color: #ffffff;
    background: #111111;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        transform .3s ease,
        opacity .3s ease,
        visibility .3s ease;
}

.stickyEventBar.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.stickyEventContainer {
    width: min(1120px, calc(100% - 40px));
    min-height: 58px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.stickyEventInfo {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.stickyEventDate {
    font-size: 13px;
    font-weight: 700;
}

.stickyEventInfo strong {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stickyBuyButton {
    min-width: 125px;
    min-height: 48px;
    padding: 0 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: #08a9c5;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform .2s ease,
        background .2s ease;
}

.stickyBuyButton:hover {
    background: #078fa7;
    transform: translateY(-2px);
}

/* ==========================================
   HERO
========================================== */

.eventHero {
    color: #ffffff;
    background: #111111;
}

.eventHeroContainer {
    width: min(1120px, 100%);
    min-height: 330px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
}

.eventHeroInfo {
    padding: 50px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #121212;
}

.eventDate {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
}

.eventHeroInfo h1 {
    max-width: 430px;
    margin-bottom: 28px;
    font-size: clamp(25px, 2.2vw, 38px);
    line-height: 1.08;
    font-weight: 800;
}

.eventHeroBanner {
    min-width: 0;
    background: #9d0000;
}

.eventHeroBanner img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

/* ==========================================
   SOBRE
========================================== */

.eventDescription {
    max-width: 1120px;
    color: #353535;
    font-size: 14px;
    line-height: 1.65;
}

.eventDescription p + p {
    margin-top: 12px;
}

.importantNotice {
    margin-top: 20px;
}

.importantNotice strong {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
}

.importantNotice p {
    font-size: 13px;
}

/* ==========================================
   GALERIA
========================================== */

.gallerySection {
    padding-top: 12px;
}

.galleryTrack {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 245px;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.galleryTrack::-webkit-scrollbar {
    height: 7px;
}

.galleryTrack::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #bdbdbd;
}

.galleryItem {
    height: 175px;
    overflow: hidden;
    border-radius: 3px;
    scroll-snap-align: start;
    background: #eeeeee;
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.galleryItem:hover img {
    transform: scale(1.04);
}

/* ==========================================
   LINE-UP
========================================== */

.lineupSection {
    padding-top: 18px;
}

.sectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.lineupArrows {
    display: flex;
    gap: 8px;
}

.lineupArrows button {
    width: 36px;
    height: 36px;
    border: 0;
    color: #08a9c5;
    background: transparent;
    font-size: 34px;
    line-height: 1;
}

.lineupTabs {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    padding: 6px 0 18px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.lineupTabs::-webkit-scrollbar {
    display: none;
}

.lineupTab {
    min-height: 44px;
    padding: 0 20px;
    flex-shrink: 0;
    border: 0;
    border-radius: 999px;
    color: #5b5b5b;
    background: transparent;
    font-size: 14px;
    white-space: nowrap;
    transition:
        color .2s ease,
        background .2s ease;
}

.lineupTab:hover {
    color: #111111;
    background: #f2f2f2;
}

.lineupTab.active {
    color: #ffffff;
    background: #272727;
    font-weight: 700;
}

.lineupList {
    border-top: 1px solid #ededed;
}

.lineupShow {
    min-height: 45px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    color: #555555;
    font-size: 13px;
    line-height: 1.45;
}

.lineupEmpty {
    padding: 28px 0;
    color: #666666;
    font-size: 14px;
}

/* ==========================================
   LOCALIZAÇÃO
========================================== */

.locationSection {
    padding-right: 0;
    padding-left: 0;
}

.locationSection .pageContainer {
    margin-bottom: 22px;
}

.locationAddress {
    color: #484848;
    font-size: 13px;
    line-height: 1.65;
}

.locationAddress strong {
    display: block;
    margin-bottom: 4px;
}

.mapContainer {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #eeeeee;
}

.mapContainer iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* ==========================================
   MAIS INFORMAÇÕES
========================================== */

.moreInfoSection {
    padding-top: 48px;
    padding-bottom: 60px;
}

.accordion {
    border-top: 1px solid #e5e5e5;
}

.accordionItem {
    border-bottom: 1px solid #e5e5e5;
}

.accordionButton {
    width: 100%;
    min-height: 58px;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    color: #333333;
    background: transparent;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.accordionButton span {
    color: #555555;
    font-size: 16px;
    transition: transform .25s ease;
}

.accordionItem.open .accordionButton span {
    transform: rotate(180deg);
}

.accordionContent {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height .35s ease,
        opacity .25s ease,
        padding .35s ease;
}

.accordionContent p {
    padding: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.65;
}

.accordionItem.open .accordionContent {
    max-height: 500px;
    opacity: 1;
}

.accordionItem.open .accordionContent p {
    padding: 0 0 20px;
}
.accordionContent > * {
    overflow: hidden;
}

.accordionItem.open .accordionContent {
    grid-template-rows: 1fr;
}

.accordionContent p {
    padding: 0 0 20px;
    color: #555555;
    font-size: 13px;
    line-height: 1.65;
}

/* ==========================================
   COMPRA
========================================== */

.purchaseSection {
    padding: 52px 0;
    background: #f6f6f6;
}

.purchaseCard {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
}

.purchaseCard span {
    display: block;
    margin-bottom: 7px;
    color: #08a9c5;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.purchaseCard h2 {
    font-size: 25px;
    line-height: 1.2;
}

/* ==========================================
   FOOTER
========================================== */

.siteFooter {
    padding: 54px 0 30px;
    color: #696969;
    background: #f4f4f4;
    border-top: 1px solid #e8e8e8;
}

.footerContainer {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.footerLogo {
    width: 170px;
    max-height: 55px;
    margin-bottom: 24px;
    object-fit: contain;
    object-position: left center;
}

.siteFooter p {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.6;
}

.footerLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 28px;
}

.footerLinks a {
    color: #08a9c5;
    font-size: 12px;
    text-decoration: none;
}

.footerLinks a:hover {
    text-decoration: underline;
}

.siteFooter small {
    font-size: 10px;
}