/* =========================================================
   GLOBAL PAGE HEADER
========================================================= */
.page-header{
    position:relative;
    text-align:center;
    padding:150px 0 60px;
    background:#f7faf7 url("../img/webs/page-header-bg.webp") center bottom/cover no-repeat;
    overflow:hidden;
}

.page-header::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:55%;
    background:linear-gradient(
        to bottom,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.55) 45%,
        rgba(255,255,255,0) 100%
    );
    pointer-events:none;
    z-index:0;
}

.page-header > *{
    position:relative;
    z-index:1;
}

@media (max-width:768px){
    .page-header{
        padding:120px 0 40px;
    }

    .page-header::before{
        height:50%;
    }
}
.page-header .container{
    position:relative;
    z-index:1;
}
.page-header h1{
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
}
.page-header p{
    color:#555;
    font-size:1.1rem;
    margin-bottom:0;
}
/* =========================================================
   COMMON SECTION
========================================================= */
.genesis-section{
    padding:20px 0 60px;
    background:#fff;
}
/* =========================================================
   COMMON GREEN HEADING BAR
========================================================= */
.genesis-heading,
.committee-heading,
.brochure-heading,
.organizers-heading,
.sponsors-heading,
.registration-heading,
.abstract-heading,
.abstract-format-heading,
.presentation-heading,
.award-heading,
.faq-heading{
    background:#b7d43b;
    padding:8px 20px;
    font-size:26px;
    font-weight:700;
    color:#000;
    letter-spacing:1px;
    margin-bottom:25px;
    display:inline-block;
}
/* =========================================================
   GENESIS
========================================================= */
.genesis-intro{
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin-bottom:35px;
}
.genesis-intro strong{
    font-weight:700;
    color:#000;
}
.conference-item{
    position:relative;
    padding:0 0 35px 35px;
    margin-bottom:35px;
    border-left:3px solid #b7d43b;
}
.conference-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
}
.conference-year{
    display:inline-block;
    background:#d5006d;
    color:#fff;
    font-size:15px;
    font-weight:700;
    padding:6px 14px;
    border-radius:3px;
    margin-bottom:12px;
    letter-spacing:.5px;
}
.conference-title{
    font-size:23px;
    font-weight:700;
    color:#000;
    margin-bottom:12px;
    line-height:1.4;
}
.conference-item p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:12px;
}
.conference-item strong{
    color:#000;
    font-weight:700;
}
.collaborators{
    margin-top:15px;
    padding:18px 20px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
}
.collaborators-title{
    color:#d5006d;
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
}
.collaborators p{
    margin-bottom:0;
}
/* =========================================================
   COMMITTEE
========================================================= */
.committee-section{
    padding:20px 0;
    background:#fff;
}
.committee-heading{
    margin-bottom:15px;
}
.committee-role{
    color:#d5006d;
    font-weight:700;
    margin-top:20px;
    margin-bottom:5px;
    font-size:20px;
}
.committee-list p{
    margin:0 0 8px;
    font-size:16px;
    line-height:1.4;
}
.committee-name{
    font-weight:700;
    color:#000;
}
.national-members{
    column-count:2;
    column-gap:40px;
}
.national-members p{
    break-inside:avoid;
    margin:0 0 8px;
}
/* =========================================================
   BROCHURE
========================================================= */
.brochure-section{
    padding:20px 0 70px;
    background:#fff;
}
.brochure-heading{
    margin-bottom:25px;
}
.brochure-intro{
    max-width:900px;
    margin:0 auto 30px;
    text-align:center;
}
.brochure-intro p{
    color:#555;
    font-size:16px;
    line-height:1.8;
    margin-bottom:0;
}
.brochure-title{
    text-align:center;
    margin-bottom:20px;
}
.brochure-title h2{
    font-size:24px;
    font-weight:700;
    color:#000;
    margin-bottom:5px;
}
.brochure-title span{
    font-size:14px;
    color:#777;
}
.brochure-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:30px;
}
.brochure-download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:11px 24px;
    background:#d5006d;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:4px;
    transition:all .3s ease;
}
.brochure-download-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    opacity:.92;
}
.brochure-download-btn i{
    font-size:18px;
}
.brochure-viewer-wrapper{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    background:#f5f5f5;
    border:1px solid #e5e5e5;
    padding:12px;
    border-radius:6px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
}
.brochure-viewer{
    width:100%;
    height:850px;
    display:block;
    border:none;
    background:#fff;
    border-radius:3px;
}
.brochure-empty{
    max-width:850px;
    margin:20px auto 0;
    padding:50px 25px;
    text-align:center;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
}
.brochure-empty i{
    font-size:45px;
    color:#d5006d;
    margin-bottom:15px;
}
.brochure-empty h3{
    font-size:22px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
}
.brochure-empty p{
    color:#666;
    margin-bottom:0;
}
/* =========================================================
   ORGANIZERS
========================================================= */
.organizers-section{
    padding:20px 0 70px;
    background:#fff;
}
.organizers-heading{
    margin-bottom:35px;
}
.partner-section{
    margin-bottom:55px;
}
.partner-section:last-child{
    margin-bottom:0;
}
.partner-section-title{
    text-align:center;
    margin-bottom:30px;
}
.partner-section-title span{
    display:inline-block;
    background:#d5006d;
    color:#fff;
    padding:7px 20px;
    font-size:22px;
    font-weight:700;
    border-radius:3px;
}
.partner-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    align-items:stretch;
}
.partner-grid.technical-grid{
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}
.partner-card{
    height:100%;
    min-height:210px;
    padding:20px 15px;
    border:1px solid #e8e8e8;
    border-radius:6px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    transition:all .3s ease;
}
.partner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-color:#b7d43b;
}
.partner-logo{
    width:150px;
    height:110px;
    object-fit:contain;
    margin-bottom:15px;
}
.partner-name{
    font-size:16px;
    line-height:1.4;
    font-weight:700;
    color:#222;
    margin:0;
}
.publisher-wrapper{
    max-width:450px;
    margin:0 auto;
}
.publisher-card{
    min-height:260px;
}
.publisher-logo{
    width:170px;
    height:130px;
    object-fit:contain;
    margin-bottom:15px;
}
.publisher-name{
    font-size:20px;
    font-weight:700;
    color:#d5006d;
    margin-bottom:5px;
}
.publisher-url{
    font-size:15px;
    color:#555;
}
/* =========================================================
   SPONSORS
========================================================= */
.sponsors-section{
    padding:20px 0 80px;
    background:#fff;
}
.sponsors-heading{
    margin-bottom:35px;
}
.sponsor-content{
    max-width:900px;
    margin:0 auto;
    text-align:center;
}
.sponsor-card{
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fff;
    padding:55px 40px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}
.sponsor-icon{
    width:75px;
    height:75px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sponsor-icon i{
    font-size:34px;
}
.sponsor-card h2{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}
.sponsor-card p{
    color:#555;
    font-size:17px;
    line-height:1.8;
    margin-bottom:25px;
}
.sponsor-invitation{
    font-size:19px!important;
    font-weight:600;
    color:#222!important;
    margin-bottom:25px!important;
}
.sponsor-email{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:12px 25px;
    background:#d5006d;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:17px;
    font-weight:600;
    transition:all .3s ease;
}
.sponsor-email:hover{
    color:#fff;
    transform:translateY(-2px);
    opacity:.92;
}
.sponsor-email i{
    font-size:19px;
}
.sponsor-note{
    margin-top:25px;
    color:#777;
    font-size:14px;
}
/* =========================================================
   REGISTRATION GUIDELINES
========================================================= */
.registration-guidline-section{
    padding:20px 0 80px;
    background:#fff;
}
.registration-heading{
    margin-bottom:35px;
}
.registration-content{
    max-width:1000px;
    margin:0 auto;
}
.guideline-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.guideline-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 22px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:6px;
    transition:all .3s ease;
}
.guideline-item:hover{
    transform:translateX(5px);
    border-color:#b7d43b;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}
.guideline-number{
    flex:0 0 45px;
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
}
.guideline-icon{
    flex:0 0 28px;
    color:#d5006d;
    font-size:22px;
}
.guideline-text{
    color:#222;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
}
.registration-note{
    margin-top:30px;
    padding:20px 25px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
    color:#555;
    font-size:15px;
    line-height:1.7;
}
/* =========================================================
   ABSTRACT GUIDELINES
========================================================= */
.abstract-section{
    padding:20px 0 80px;
    background:#fff;
}
.abstract-heading{
    margin-bottom:35px;
}
.abstract-content{
    max-width:1000px;
    margin:0 auto;
}
.abstract-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.abstract-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:18px 22px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:6px;
    transition:all .3s ease;
}
.abstract-item:hover{
    transform:translateX(5px);
    border-color:#b7d43b;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}
.abstract-number{
    flex:0 0 45px;
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
}
.abstract-text{
    color:#222;
    font-size:16px;
    font-weight:600;
    line-height:1.6;
}
.abstract-note{
    margin-top:30px;
    padding:20px 25px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
}
.abstract-note-title{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}
.abstract-note ul{
    margin:0;
    padding-left:20px;
}
.abstract-note li{
    color:#555;
    font-size:15px;
    line-height:1.7;
    margin-bottom:8px;
}
.abstract-note li:last-child{
    margin-bottom:0;
}
.abstract-limit{
    margin-top:25px;
    padding:18px 22px;
    background:#fff4f8;
    border-left:4px solid #d5006d;
    color:#222;
    font-size:16px;
    font-weight:600;
}
/* =========================================================
   ABSTRACT FORMAT
========================================================= */
.abstract-format-section{
    padding:20px 0 80px;
    background:#fff;
}
.abstract-format-heading{
    margin-bottom:35px;
}
.abstract-format-content{
    max-width:850px;
    margin:0 auto;
}
.abstract-format-card{
    text-align:center;
    padding:55px 40px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}
.abstract-format-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.abstract-format-icon i{
    font-size:38px;
}
.abstract-format-card h2{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}
.abstract-format-card p{
    max-width:650px;
    margin:0 auto 28px;
    color:#555;
    font-size:16px;
    line-height:1.7;
}
.download-word-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:13px 28px;
    background:#d5006d;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    transition:all .3s ease;
}
.download-word-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    opacity:.92;
}
.download-word-btn i{
    font-size:20px;
}
.format-note{
    margin-top:30px;
    padding:18px 22px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
    color:#555;
    font-size:14px;
    line-height:1.7;
    text-align:left;
}
/* =========================================================
   PRESENTATION GUIDELINES
========================================================= */
.presentation-section{
    padding:20px 0 80px;
    background:#fff;
}
.presentation-heading{
    margin-bottom:35px;
}
.presentation-content{
    max-width:1000px;
    margin:0 auto;
}
.presentation-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}
.presentation-card{
    padding:35px 30px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fff;
    text-align:center;
    transition:all .3s ease;
}
.presentation-card:hover{
    transform:translateY(-5px);
    border-color:#b7d43b;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
}
.presentation-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.presentation-icon i{
    font-size:32px;
}
.presentation-card h3{
    font-size:21px;
    font-weight:700;
    color:#222;
    margin:0;
}
.presentation-card p{
    margin:10px 0 0;
    color:#555;
    font-size:15px;
    line-height:1.6;
}
.presentation-date{
    max-width:700px;
    margin:30px auto 0;
    padding:18px 22px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
    text-align:center;
    color:#222;
    font-size:18px;
    font-weight:700;
}
.presentation-date i{
    color:#d5006d;
    margin-right:8px;
}
/* =========================================================
   AWARD
========================================================= */
.award-section{
    padding:20px 0 80px;
    background:#fff;
}
.award-heading{
    margin-bottom:35px;
}
.award-content{
    max-width:850px;
    margin:0 auto;
}
.award-card{
    text-align:center;
    padding:55px 40px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}
.award-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.award-icon i{
    font-size:38px;
}
.award-card h2{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
}
.award-date{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    background:#f8f9f2;
    border-left:4px solid #b7d43b;
    color:#222;
    font-size:18px;
    font-weight:700;
}
.award-date i{
    color:#d5006d;
    font-size:21px;
}
/* =========================================================
   FAQ
========================================================= */
.faq-section{
    padding:20px 0 80px;
    background:#fff;
}
.faq-heading{
    margin-bottom:35px;
}
.faq-content{
    max-width:1000px;
    margin:0 auto;
}
.faq-section .accordion{
    --bs-accordion-border-color:#e8e8e8;
    --bs-accordion-btn-focus-box-shadow:none;
}
.faq-section .accordion-item{
    border:1px solid #e8e8e8!important;
    border-radius:6px!important;
    overflow:hidden;
    margin-bottom:14px;
    background:#fff;
}
.faq-section .accordion-button{
    padding:18px 22px;
    color:#222;
    font-size:16px;
    font-weight:700;
    background:#fff;
}
.faq-section .accordion-button:not(.collapsed){
    color:#222;
    background:#f8f9f2;
    box-shadow:none;
}
.faq-section .accordion-button::after{
    background-size:16px;
}
.faq-number{
    min-width:38px;
    height:38px;
    margin-right:15px;
    border-radius:50%;
    background:#d5006d;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}
.faq-section .accordion-body{
    padding:0 25px 22px 75px;
    color:#555;
    font-size:15px;
    line-height:1.75;
    background:#f8f9f2;
}
.faq-answer-label{
    color:#d5006d;
    font-weight:700;
    margin-right:5px;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:991px){
    .partner-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .partner-grid.technical-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:768px){
    .page-header{
        padding:120px 0 40px;
        background-position:center bottom;
    }
    .page-header h1{
        font-size:30px;
    }
    .page-header p{
        font-size:1rem;
    }
    .genesis-heading,
    .committee-heading,
    .brochure-heading,
    .organizers-heading,
    .sponsors-heading,
    .registration-heading,
    .abstract-heading,
    .abstract-format-heading,
    .presentation-heading,
    .award-heading,
    .faq-heading{
        font-size:22px;
        padding:7px 16px;
    }
    .genesis-intro{
        font-size:16px;
        line-height:1.7;
    }
    .conference-item{
        padding-left:22px;
    }
    .conference-title{
        font-size:20px;
    }
    .conference-item p{
        font-size:15px;
        line-height:1.7;
    }
    .collaborators{
        padding:15px;
    }
    .national-members{
        column-count:1;
    }
    .brochure-intro p{
        font-size:15px;
        line-height:1.7;
    }
    .brochure-title h2{
        font-size:20px;
    }
    .brochure-viewer-wrapper{
        padding:6px;
    }
    .brochure-viewer{
        height:650px;
    }
    .brochure-download-btn{
        width:100%;
        max-width:280px;
    }
    .partner-grid,
    .partner-grid.technical-grid{
        grid-template-columns:1fr;
        gap:20px;
    }
    .partner-card{
        min-height:200px;
    }
    .partner-section-title span{
        font-size:19px;
        padding:6px 16px;
    }
    .sponsor-card{
        padding:40px 20px;
    }
    .sponsor-card h2{
        font-size:23px;
    }
    .sponsor-card p{
        font-size:15px;
    }
    .sponsor-invitation{
        font-size:17px!important;
    }
    .sponsor-email{
        width:100%;
        max-width:320px;
    }
    .guideline-item{
        gap:12px;
        padding:15px;
    }
    .guideline-number{
        flex:0 0 38px;
        width:38px;
        height:38px;
        font-size:15px;
    }
    .guideline-icon{
        flex:0 0 22px;
        font-size:19px;
    }
    .guideline-text{
        font-size:14px;
    }
    .abstract-item{
        gap:12px;
        padding:15px;
    }
    .abstract-number{
        flex:0 0 38px;
        width:38px;
        height:38px;
        font-size:15px;
    }
    .abstract-text{
        font-size:14px;
    }
    .abstract-format-card{
        padding:40px 20px;
    }
    .abstract-format-card h2{
        font-size:23px;
    }
    .abstract-format-card p{
        font-size:15px;
    }
    .download-word-btn{
        width:100%;
        max-width:300px;
    }
    .presentation-list{
        grid-template-columns:1fr;
        gap:20px;
    }
    .presentation-card{
        padding:30px 20px;
    }
    .presentation-card h3{
        font-size:19px;
    }
    .presentation-card p{
        font-size:14px;
    }
    .presentation-date{
        font-size:16px;
    }
    .award-card{
        padding:40px 20px;
    }
    .award-card h2{
        font-size:23px;
    }
    .award-date{
        font-size:16px;
        padding:11px 18px;
    }
    .faq-section .accordion-button{
        padding:15px;
        font-size:14px;
    }
    .faq-number{
        min-width:34px;
        height:34px;
        margin-right:10px;
        font-size:12px;
    }
    .faq-section .accordion-body{
        padding:0 18px 20px 59px;
        font-size:14px;
    }
}
@media(max-width:480px){
    .page-header{
        padding:105px 0 35px;
    }
    .page-header h1{
        font-size:26px;
    }
    .page-header p{
        font-size:.95rem;
    }
    .partner-logo{
        width:140px;
        height:105px;
    }
    .publisher-logo{
        width:155px;
        height:120px;
    }
}