.conf-camels {
max-width: 1000px;
margin: 50px auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 22px rgba(0,0,0,0.06);
font-family: "GE Dinar One", "Tahoma", sans-serif;
direction: rtl;
color: #222;
overflow: hidden;
}
/* Hero video */
.conf-hero {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 */
background: #000;
overflow: hidden;
border-radius: 16px 16px 0 0;
}
.conf-hero iframe {
position: absolute; inset: 0;
width: 100%; height: 100%;
border: 0;
}
.conf-body {