/* ===== Medrom Logistics — stiluri site oficial (peste site.css) ===== */

/* bara de concepte din faza de preview — eliminata */
.switcher{display:none!important}

/* ----- bara alba de sus: fixa, vizibila permanent ----- */
.siteNav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  height:84px;
  border-bottom:1px solid var(--line);
  box-shadow:0 2px 14px rgba(16,24,32,.06);
}
body{padding-top:84px}
/* ancorele (#servicii etc.) nu se ascund sub bara fixa */
section[id]{scroll-margin-top:84px}

/* ----- logo mai mare + text cat logo-ul, pe o singura linie ----- */
.siteNav .brand{gap:14px}
.siteNav .brand img{width:auto;height:50px}
.siteNav .brand span{flex-direction:row;align-items:baseline;gap:.45em;line-height:1}
.siteNav .brand b,
.siteNav .brand small{
  font-size:34px;font-weight:800;letter-spacing:.04em;
  font-family:Arial,Helvetica,sans-serif;
}
.siteNav .brand small{letter-spacing:.04em}

/* ----- linkuri: aceeasi marime ca butonul ----- */
.siteNav>div{gap:32px;font-size:16px;font-weight:700;align-items:center}
.siteNav>div a{padding:6px 0;border-bottom:2px solid transparent;transition:border-color .2s}
.siteNav>div a:hover{border-bottom-color:var(--red)}

/* comutator limba */
.siteNav .lang{
  font-size:12px;font-weight:700;letter-spacing:.12em;
  border:1px solid var(--line);border-radius:4px;padding:6px 10px;
  color:#68717a;
}
.siteNav .lang:hover{border-color:var(--ink);color:var(--ink);border-bottom-color:var(--ink)}

/* ----- buton rosu ----- */
.siteNav .navCta{
  background:var(--red);color:#fff;border:0;border-radius:4px;
  padding:14px 24px;font-size:16px;font-weight:700;
  transition:background .2s;
}
.siteNav .navCta:hover{background:#b81f26}

/* ----- mobil ----- */
@media (width<=800px){
  .siteNav{height:72px;padding:0 4vw}
  body{padding-top:72px}
  section[id]{scroll-margin-top:72px}
  .siteNav .brand img{width:auto;height:40px}
  .siteNav .brand b,.siteNav .brand small{font-size:22px}
  .siteNav .navCta{padding:11px 16px;font-size:14px}
}

/* footer: logo complet cu certificarea AEO */
footer .brand-full img{width:220px;height:auto}

/* sigla veche (cu text inclus) in bara si footer */
.siteNav .brand-old img{height:66px;width:auto;image-rendering:auto}
footer .brand-full img{width:200px;height:auto}
@media (width<=800px){.siteNav .brand-old img{height:48px}}

/* hero: poza Medrom (angajat + utilaj agabaritic + containere) */
.gatewayHero{background-image:url(images/medrom-hero-ro.jpg);background-position:55% 40%}

/* titlu hero mai compact */
.heroContent h1{font-size:clamp(46px,5.8vw,84px);line-height:.92;letter-spacing:-.05em;white-space:nowrap}
.heroContent{max-width:800px}
@media (width<=800px){.heroContent h1{white-space:normal}}

/* paragraf hero pe doua randuri */
.heroContent>p:not(.eyebrow){max-width:none;white-space:nowrap}
@media (width<=900px){.heroContent>p:not(.eyebrow){white-space:normal}}

/* card hero simplificat */
.gatewayHero aside b{margin:0}

/* eyebrow mai mare in sectiunea Retea */
.route .eyebrow-lg{font-size:18px;letter-spacing:.12em;color:var(--red);margin-bottom:18px}

/* harta reala (Leaflet) in sectiunea Retea */
.route .mapReal{min-height:540px;height:100%;border:1px solid #afb8b2;background:#e6e9e6;z-index:1}
.leaflet-container{font-family:Arial,Helvetica,sans-serif}
.leaflet-tooltip.lbl{background:rgba(255,255,255,.85);border:0;border-radius:3px;box-shadow:none;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 6px;line-height:1.2}
.leaflet-tooltip.lbl:before{display:none}
.leaflet-tooltip.lbl-hub{color:var(--red)}
.leaflet-tooltip.lbl-partner{color:var(--ink);font-weight:600;text-transform:none;letter-spacing:0;font-size:11px}
@media (width<=800px){.route .mapReal{min-height:380px}}
