/* =====================================
   PDP-LABAN National Assembly 2026
====================================== */

body{
    background:#eef2f7;
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
}

.pdp-container{
    max-width:1100px;
    margin:40px auto;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* ===========================
   HEADER
=========================== */

.pdp-header{

    background:linear-gradient(135deg,#003f8a,#005cc8);

    color:#fff;

    text-align:center;

    padding:60px 30px;

    position:relative;

}

.pdp-header:after{

    content:"";

    position:absolute;

    bottom:0;

    left:0;

    width:100%;

    height:8px;

    background:#d50000;

}

.pdp-logo{

    width:120px;

    margin-bottom:20px;

}

.pdp-header h1{

    margin:0;

    font-size:48px;

    font-weight:bold;

    letter-spacing:2px;

}

.pdp-header h2{

    margin-top:10px;

    font-size:34px;

    color:#ffffff;

}

.pdp-header h3{

    margin-top:15px;

    color:#ffe082;

    font-size:24px;

    font-weight:normal;

}

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

.pdp-card{

    padding:50px;

}

.pdp-card h2{

    color:#004ea8;

    margin-top:40px;

    margin-bottom:15px;

    border-left:6px solid #d50000;

    padding-left:12px;

}

.event-date{

    text-align:center;

    font-size:22px;

    margin-bottom:25px;

}

.venue{

    text-align:center;

    font-size:18px;

    line-height:1.8;

}

.pdp-info{

    width:100%;

    border-collapse:collapse;

}

.pdp-info td{

    padding:14px;

    border-bottom:1px solid #ececec;

}

.pdp-info td:first-child{

    width:220px;

    color:#004ea8;

}

hr{

    border:none;

    border-top:1px solid #ddd;

    margin:40px 0;

}

/* ===========================
   FORM
=========================== */

.pdp-registration{

    margin-top:35px;

}

.pdp-registration input,

.pdp-registration select{

    width:100%;

    padding:14px;

    margin-bottom:15px;

    border:1px solid #d8d8d8;

    border-radius:6px;

    font-size:16px;

}

.pdp-registration label{

    display:block;

    margin-bottom:8px;

    font-weight:bold;

}

.pdp-registration button{

    background:#004ea8;

    color:white;

    border:none;

    padding:16px 35px;

    border-radius:6px;

    cursor:pointer;

    font-size:18px;

    transition:.25s;

}

.pdp-registration button:hover{

    background:#d50000;

}

/* ===========================
   FOOTER
=========================== */

.pdp-footer{

    margin-top:40px;

}

.pdp-footer img{

    width:100%;

    display:block;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.pdp-card{

padding:25px;

}

.pdp-header{

padding:40px 20px;

}

.pdp-header h1{

font-size:32px;

}

.pdp-header h2{

font-size:24px;

}

.pdp-header h3{

font-size:18px;

}

.pdp-logo{

width:90px;

}

.event-date{

font-size:18px;

}

.venue{

font-size:16px;

}

}
