.container{width:min(100% - 32px,var(--container-width));margin-inline:auto}
.site-main{min-height:60vh;padding:2.5rem 0 4rem}
.site-main>section{width:min(100% - 32px,var(--container-width));margin:0 auto 4rem}

.top-utility-bar{background:var(--color-secondary);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);font-size:.84rem}
.top-utility-bar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.language-switcher,.utility-links{display:flex;align-items:center;gap:1rem}
.top-utility-bar a{color:rgba(255,255,255,.82);font-weight:600}.top-utility-bar a:hover,.top-utility-bar a.active{color:#fff}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--color-border);backdrop-filter:saturate(160%) blur(12px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.site-branding{flex:0 0 auto}.site-branding a{display:inline-flex;align-items:center}.site-branding img{width:auto;max-width:190px;max-height:48px}
.main-navigation{flex:1}.main-navigation ul{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,2rem);margin:0;padding:0;list-style:none}.main-navigation a{display:inline-flex;align-items:center;min-height:44px;color:var(--color-text-main);font-size:.94rem;font-weight:700;white-space:nowrap}.main-navigation a:hover{color:var(--color-primary)}
.header-actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}.saved-jobs-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-main);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
.menu-toggle:hover{background:var(--color-primary-soft);border-color:var(--color-primary)}
.menu-toggle:focus-visible{outline:3px solid rgba(255,145,0,.35);outline-offset:2px}
.menu-toggle-lines{display:flex;width:28px;height:20px;flex-direction:column;align-items:center;justify-content:space-between;margin:0 auto}
.menu-toggle-lines span{display:block;width:28px;height:3px;flex:0 0 3px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .2s ease,opacity .15s ease}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}

.site-footer{background:#0f1b33;color:#cbd5e1;padding:4rem 0 1.5rem;border-top:1px solid #22314d}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-logo{width:180px;height:auto;margin-bottom:1rem}.footer-brand p{max-width:420px;color:#9fb0c8}.footer-links h3{color:#fff;font-size:1rem;margin-bottom:1rem}.footer-links ul{padding:0;margin:0;list-style:none}.footer-links li{margin-bottom:.65rem}.footer-links a{color:#9fb0c8}.footer-links a:hover{color:#fff}.footer-language-switcher{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:1.25rem}.footer-language-switcher a{color:#9fb0c8}.footer-language-switcher a.active{color:#ffb04d;font-weight:700}.footer-bottom{padding-top:1.5rem;border-top:1px solid #263754;text-align:center;font-size:.85rem}.footer-bottom p{margin:0;color:#8192aa}

@media (prefers-color-scheme:dark){.site-header{background:rgba(23,32,51,.96)}.site-footer{background:#0b1220}}

.footer-language-icon{width:20px!important;height:20px!important;color:#9fb0c8}
.main-navigation.toggled{display:block!important;position:absolute;left:0;right:0;top:100%;padding:.75rem 16px 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md)}
@media (max-width:1199px){.site-header{position:sticky}.main-navigation.toggled ul{display:grid;gap:.25rem;max-width:1240px;margin:0 auto}.main-navigation.toggled a{display:flex;padding:.7rem .8rem;border-radius:8px}.main-navigation.toggled a:hover{background:var(--color-primary-soft)}}

/* Language switcher */
.language-switcher a,
.footer-language-switcher a { text-decoration: none; }
.language-switcher a.active,
.footer-language-switcher a.active { font-weight: 700; }

/* WCAG contrast fix: alert links on the dark footer background */
.site-footer .text-alert,
.site-footer a.text-alert{color:#ffb04d!important}
.site-footer .text-alert:hover,
.site-footer a.text-alert:hover,
.site-footer .text-alert:focus-visible,
.site-footer a.text-alert:focus-visible{color:#fff!important}
