/* =========================
   GLOBAL
========================= */

body{
    font-family: 'Segoe UI', Arial, sans-serif;
    background:#f4f6f9;
    margin:0;
    padding:0;
    color:#222;
}

.container{
    max-width:1200px;
    margin:30px auto;
    padding:0 15px;
    display:flex;
    gap:25px;
    align-items:flex-start;
}

.main-content{ flex:3; }
.sidebar{ flex:1; }

.sidebar{
position:relative;
}

.sidebar .card{
position:sticky;
top:100px;
}

/* =========================
   CARDS
========================= */

.card{
    background:#fff;
    padding:22px;
    margin-bottom:25px;
    border-radius:10px;
    box-shadow:0 4px 18px rgba(0,0,0,0.06);
}

.card h2{
    font-size:20px;
    border-left:4px solid #0d47a1;
    padding-left:10px;
    margin-bottom:15px;
}

/* =========================
   TYPOGRAPHY
========================= */

h1{
    font-size:30px;
    margin-bottom:10px;
}

.meta{
    color:#666;
    font-size:14px;
    margin-bottom:20px;
}

/* =========================
   BUTTONS
========================= */

.btn{
    display:inline-block;
    padding:10px 18px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    margin-right:10px;
    transition:.3s ease;
}

.btn-primary{ background:#0d47a1; color:#fff; }
.btn-primary:hover{ background:#093579; }

.btn-green{ background:#25D366; color:#fff; }
.btn-blue{ background:#0088cc; color:#fff; }

/* =========================
   HIGHLIGHT BOX
========================= */

.highlight{
    background:#fff3cd;
    padding:15px;
    border-left:5px solid #ff9800;
    margin-bottom:20px;
    font-weight:600;
}

/* =========================
   TABLE
========================= */

.table{
    width:100%;
    border-collapse:collapse;
}

.table th{
    background:#0d47a1;
    color:#fff;
    padding:10px;
}

.table td{
    padding:10px;
    border:1px solid #eee;
}

/* =========================
   RELATED SECTION
========================= */

.related-section h2{
    border-left:4px solid #ff5722;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:15px;
}

.related-item{
    background:#f9fafc;
    padding:15px;
    border-radius:8px;
    border:1px solid #eee;
    transition:.3s;
}

.related-item:hover{
    transform:translateY(-4px);
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* =========================
   HEADER
========================= */

.brand-header{
background: linear-gradient(135deg,#0f172a,#1e293b);
position:relative;
display:flex;
align-items:center;
padding:30px 50px;
color:#fff;
box-shadow:0 4px 20px rgba(0,0,0,0.15);
}

.brand-logo{
font-size:50px;
font-weight:900;
letter-spacing:1px;
}

.brand-subtitle{
background:#ffcc00;
color:#000;
font-size:28px;
font-weight:700;
padding:10px 20px;
border-radius:8px;
box-shadow:0 3px 12px rgba(0,0,0,0.2);
}

/* =========================
   NAVBAR
========================= */

.main-navbar{
background:#0b1c63;
position:sticky;
top:0;
z-index:999;
transition:all .3s ease;
}

.main-navbar{
background:#0b1c63;
position:sticky;
top:0;
z-index:999;
transition:all .3s ease;
}

.nav-container{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:12px 15px;
}

.main-navbar a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.main-navbar a:hover{
    color:#ffcc00;
}

.nav-special{
    background:#ff5722;
    padding:6px 12px;
    border-radius:4px;
}

.nav-cta{
    background:#0066ff;
    padding:6px 12px;
    border-radius:4px;
}

.nav-highlight{
    color:#00ffcc !important;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

.container{
    flex-direction:column;
}

.brand-header{
    flex-direction:column;
    text-align:center;
}

.brand-center{
    position:static;
    transform:none;
    margin-top:10px;
}

.brand-logo{
    font-size:36px;
}

.brand-subtitle{
    font-size:20px;
}

.nav-container{
    flex-direction:column;
    gap:10px;
}

}

.hamburger{
display:none;
color:#fff;
font-size:22px;
cursor:pointer;
}

@media(max-width:768px){

.nav-container a,
.dropdown{
display:none;
}

.hamburger{
display:block;
}

.nav-container.active a,
.nav-container.active .dropdown{
display:block;
margin:10px 0;
}

.mega-menu{
position:static;
width:100%;
flex-direction:column;
}
}

.job-content{
overflow:visible;
}

/* ===== Cookie Banner ===== */

.cookie-banner{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0f172a;
color:#fff;
padding:18px;
display:none;
z-index:99999;
box-shadow:0 -5px 20px rgba(0,0,0,0.2);
}

.cookie-content{
max-width:1100px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.cookie-buttons button{
padding:8px 18px;
border:none;
border-radius:6px;
cursor:pointer;
font-weight:600;
}

.cookie-accept{
background:#22c55e;
color:#fff;
}

.cookie-reject{
background:#ef4444;
color:#fff;
}

@media(max-width:768px){
.cookie-content{
flex-direction:column;
text-align:center;
}
}
/* ===== Cookie Banner ===== */

.cookie-banner{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0f172a;
color:#fff;
padding:18px;
display:none;
z-index:99999;
box-shadow:0 -5px 20px rgba(0,0,0,0.2);
}

.cookie-content{
max-width:1100px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.cookie-buttons button{
padding:8px 18px;
border:none;
border-radius:6px;
cursor:pointer;
font-weight:600;
}

.cookie-accept{
background:#22c55e;
color:#fff;
}

.cookie-reject{
background:#ef4444;
color:#fff;
}

@media(max-width:768px){
.cookie-content{
flex-direction:column;
text-align:center;
}
}

.job-hero img{
    width:100%;
    max-height:350px;
    object-fit:cover;
}

.job-image{
    width:100%;
    max-height:500px;
    object-fit:contain; /* full image show */
    border-radius:10px;
    background:#f5f5f5;
}

