
/* ============================= CSS ============================= */


/* ===================================================== */
/* USEFUL LINKS                                            */
/* ===================================================== */

.main-section-link-useful {margin-top:50px;padding-top:35px;border-top:2px solid rgba(0,0,0,0.08);}

.main-section-link-useful h3 {margin:0px 0px 25px 0px;font-size:24px;color:var(--maincolor1);text-align:center;}

.main-section-link-useful-grid {display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;}

.main-section-link-useful-grid a {padding:12px 20px;border-radius:12px;background:rgba(107,92,141,0.08);color:var(--maincolor1);font-weight:600;text-decoration:none;transition:all .25s ease;}

.main-section-link-useful-grid a:hover {transform:translateY(-2px);background:var(--maincolor1);color:white;}

.main-section-link-useful-active {padding:12px 20px;border-radius:12px;background:var(--maincolor1);color:white;font-weight:700;cursor:default;}

@media all and (max-width:768px) {

    .main-section-link-useful-grid {flex-direction:column;align-items:stretch;}

    .main-section-link-useful-grid a {text-align:center;}

    .main-section-link-useful-active {text-align:center;}
}
/* =============================================================== */




/* ===================================================== */
/* EVENT HOME                                             */
/* ===================================================== */

.event-home-main-content {background:var(--bodycolor);min-height:600px;padding:0px 5px 50px 5px;}


/* ===================================================== */
/* EVENT TOP MENU                                         */
/* ===================================================== */
.event-top-menu {width:100%;background:linear-gradient(135deg,var(--maincolor1),var(--maincolor2));box-shadow:0px 10px 30px rgba(0,0,0,0.12);box-sizing:border-box;}

.event-top-menu-container {width:100%;max-width:1400px;margin:0 auto;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;box-sizing:border-box;}

.event-top-brand {display:flex;align-items:center;gap:15px;}

.event-top-logo {width:70px;height:70px;padding:6px;background:white;border-radius:14px;box-shadow:0px 5px 15px rgba(0,0,0,0.15);}

.event-top-title {font-size:26px;font-weight:700;color:white;letter-spacing:1px;}

.event-top-links {display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;}

.event-top-links a {display:flex;align-items:center;gap:10px;text-decoration:none;padding:12px 15px;border-radius:14px;background:rgba(255,255,255,0.12);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.20);color:white;font-weight:400;letter-spacing:0.3px;transition:all .25s ease;box-sizing:border-box;}

.event-top-links a:hover {transform:translateY(-4px);background:white;color:var(--maincolor1);box-shadow:0px 10px 25px rgba(0,0,0,0.15);}

.event-top-links .btn-download-app {background:linear-gradient(135deg,#00c978,#00a060);border:none;color:white;}

.event-top-links .btn-download-app:hover {background:white;color:#00a060;}


@media all and (max-width:1024px){

    .event-top-menu-container {flex-direction:column;}

    .event-top-brand {justify-content:center;}

    .event-top-links {width:100%;justify-content:center;}

    .event-top-title {font-size:22px;}

}




/* ===================================================== */
/* HERO EVENT                                             */
/* ===================================================== */
.event-hero {max-width:1300px;margin:10px auto;padding:50px 40px;position:relative;overflow:hidden;text-align:left;border-radius:20px;background:linear-gradient(135deg,var(--maincolor1),var(--maincolor2));color:white;box-shadow:0px 10px 30px rgba(0,0,0,0.15);display:flex;flex-direction:column;gap:40px;}
.event-hero::before {content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,0.10) 2px,transparent 2px);background-size:40px 40px;opacity:0.6;}
.event-hero * {position:relative;z-index:2;}

.event-hero-top {display:flex;align-items:center;gap:40px;width:100%;}
.event-logo-wrapper {flex:0 0 50%;display:flex;justify-content:center;box-sizing:border-box;}
.event-logo {width:100%;max-width:420px;height:auto;padding:10px;background:white;border-radius:15px;object-fit:contain;box-shadow:0px 10px 25px rgba(0,0,0,0.20);box-sizing:border-box;}
.event-hero-text {flex:0 0 50%;padding-left:20px;box-sizing:border-box;}

.event-hero h1 {margin:0px 0px 15px 0px;font-size:52px;line-height:1.2;color:white;}
.event-subtitle {margin:0px 0px 12px 0px;max-width:100%;font-size:22px;line-height:1.6;color:rgba(255,255,255,0.90);}
.event-portal-tag {font-size:18px;opacity:0.7;margin:0px;}
.event-hero-bottom {display:flex;flex-direction:column;gap:25px;border-top:1px solid rgba(255,255,255,0.15);padding-top:30px;}
.event-meta {display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:20px;margin:0px;}
.event-meta-item {flex:1 1 220px;max-width:280px;padding:22px;background:rgba(255,255,255,0.12);border:solid 1px rgba(255,255,255,0.20);border-radius:12px;backdrop-filter:blur(4px);}
.event-meta-item strong {display:block;margin-bottom:10px;color:white;font-size:18px;}
.event-meta-item span {font-size:17px;line-height:1.6;}

/* ===================================================== */
/* ACTION BUTTONS                                         */
/* ===================================================== */
.event-actions {display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin:0px;}
.event-actions a {text-decoration:none;padding:15px 45px;border-radius:8px;font-weight:bold;transition:0.2s;text-align:center;}
.event-actions .btn-primary {background:white;color:var(--maincolor1);}
.event-actions .btn-primary:hover {transform:translateY(-2px);box-shadow:0px 5px 15px rgba(0,0,0,0.1);}
.event-actions .btn-secondary {background:rgba(255,255,255,0.15);color:white;border:solid 1px rgba(255,255,255,0.25);}
.event-actions .btn-secondary:hover {background:rgba(255,255,255,0.25);}


/* ===================================================== */
/* CONTENT SECTIONS                                       */
/* ===================================================== */

.event-presentation-section,
.event-information-section {max-width:1300px;margin:30px auto;padding:35px;background:white;border-radius:15px;box-shadow:0px 5px 20px rgba(0,0,0,0.08);}

.event-presentation-section h2,
.event-information-section h2 {margin:0px 0px 35px 0px;padding-bottom:15px;font-size:40px;color:var(--maincolor1);border-bottom:3px solid rgba(107,92,141,0.5);}

.event-presentation-section p,
.event-information-section p {line-height:1.8;font-size:17px;}

.event-presentation-section a,
.event-information-section a {color:var(--maincolor1);font-weight:bold;text-decoration:none;}

.event-presentation-section a:hover,
.event-information-section a:hover {text-decoration:underline;}


/* ===================================================== */
/* INFO CARDS                                             */
/* ===================================================== */

.event-info-grid {display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:25px;margin-top:30px;}

.event-info-card {background:linear-gradient(180deg,#ffffff,#f8f9fc);padding:30px;border-radius:18px;border:1px solid rgba(0,0,0,0.05);box-shadow:0px 5px 20px rgba(0,0,0,0.06);transition:0.25s;}

.event-info-card:hover {transform:translateY(-8px);box-shadow:0px 15px 35px rgba(0,0,0,0.12);}

.event-info-icon {width:65px;height:65px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(135deg,#33406f,#6d5b8d);color:white;font-size:26px;margin-bottom:20px;}

.event-info-card h3 {margin:0px 0px 15px 0px;color:var(--maincolor1);font-size:34px;}

.event-info-card p {margin:0px;line-height:1.8;color:#444444;font-size:18px;word-break:break-word;}


/* ===================================================== */
/* RESPONSIVE                                             */
/* ===================================================== */

@media all and (max-width:1024px) {

    .event-home-main-content {padding:0px 10px 30px 10px;}

    .event-top-menu {padding:15px 10px;}

    .event-top-menu a {width:100%;box-sizing:border-box;text-align:center;}


    .event-logo-wrapper {flex:0 0 100%;width:100%;}
    .event-hero-text {flex:0 0 100%;width:100%;padding-left:0px;}
    .event-hero {margin:20px auto;padding:35px 20px;gap:30px;}
    .event-hero-top {flex-direction:column;text-align:center;gap:20px;}
    .event-logo {width:180px;height:180px;}
    .event-hero h1 {font-size:34px;line-height:1.4;}
    .event-subtitle {font-size:16px;line-height:1.7;}
    .event-hero-bottom {padding-top:20px;}
    .event-meta {flex-direction:column;align-items:center;width:100%;}
    .event-meta-item {width:100%;max-width:100%;box-sizing:border-box;}
    .event-actions {flex-direction:column;align-items:stretch;width:100%;}
    .event-actions a {width:100%;max-width:100%;box-sizing:border-box;}



    .event-presentation-section,
    .event-information-section {padding:25px 20px;}

    .event-presentation-section h2,
    .event-information-section h2 {font-size:28px;}

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

    .event-info-card {padding:25px;}

    .event-info-card h3 {font-size:28px;}

}





