.ilp-event-page{
    max-width:1200px;
    margin:auto;
    color:#fff;
    font-family:Arial, sans-serif;
}

.ilp-hero{
    background:#1b1b1b;
    border-radius:15px;
    padding:40px;
    margin-bottom:30px;

    display:block;
    text-align:center;
}

.ilp-poster{
    margin-bottom:30px;
}

.ilp-poster img{
    max-width:500px;
    width:100%;
    height:auto;

    border-radius:10px;

    box-shadow:0 0 25px rgba(0,0,0,.4);
}

.event-subtitle{
    color:#ffd400;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:15px;
}

.ilp-hero-info h1{
    font-size:64px;
    line-height:1;
    margin-bottom:30px;
}

.ilp-facts{
    margin-bottom:30px;
}

.fact{
    margin-bottom:15px;
    font-size:20px;
}

.ilp-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-top:30px;
    margin-bottom:10px;
    flex-wrap:wrap;
}

.btn-primary{
    display:inline-block;
    background:#d80000;
    color:#fff !important;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    line-height:1.2;
    border:none;
    box-shadow:none;
}

.btn-secondary{
    display:inline-block;
    background:#004ecb;
    color:#fff !important;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    line-height:1.2;
    border:none;
    box-shadow:none;
}

.event-banner{
    background:#ffd400;
    color:#111;
    text-align:center;
    font-weight:bold;
    padding:15px;
    border-radius:10px;
    margin:20px 0 30px;
}

.ilp-box-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-bottom:30px;
}

.info-box{
    background:#222;
    padding:25px;
    border-left:5px solid #ffd400;
    border-radius:10px;
}

.section{
    background:#1b1b1b;
    margin-bottom:30px;
    padding:30px;
    border-radius:15px;
}

.section h2{
    color:#ffd400;
    text-align:center;
    font-size:36px;
    line-height:1.2;
    margin-bottom:35px;
}

.two-columns > div{
    background:#252525;
    padding:25px;
    border-radius:10px;
    border-top:4px solid #ffd400;
}

.highlight-box{
    background:#252525;
    border-left:6px solid #d80000;
    padding:25px;
    border-radius:10px;
    max-width:800px;
    margin:0 auto;
}

.highlight-box ul{
    max-width:700px;
    margin:0 auto;
}

.highlight-box li{
    margin-bottom:12px;
}

.price-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.price-card{
    background:#252525;
    text-align:center;
    padding:25px;
    border-radius:10px;
    border-top:5px solid #ffd400;
}

.price-card p{
    font-size:36px;
    color:#ffd400;
    margin:10px 0;
}

.ilp-table{
    width:100%;
    border-collapse:collapse;
}

.ilp-table th{
    background:#004ecb;
    color:#fff;
    padding:15px;
}

.ilp-table td{
    padding:15px;
    border-bottom:1px solid #444;
}

@media(max-width:768px){

    .ilp-hero{
        flex-direction:column;
    }

    .two-columns{
        grid-template-columns:1fr;
    }

    .ilp-hero-info h1{
        font-size:32px;
    }

}
.ilp-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:200px;
	height:46px;
	padding:0 25px;

    border-radius:8px !important;
    text-decoration:none !important;

    position:static !important;
    float:none !important;

    overflow:hidden;
}

.ilp-buttons a::before,
.ilp-buttons a::after{
    display:none !important;
    content:none !important;
}