/* public/css/site-chrome.css
   Chrome-ul site-ului public (header + meniu mobil + footer, paleta Petrol &
   Chihlimbar) — versiune SCOPED pentru SPA. Randat de HubCheckoutView din
   markup-ul primit prin GET /api/site/chrome (views/site/chrome.js).

   Nu importă public/css/site.css direct: acel fișier resetează global
   *, html, body, a, img și redefinește variabile precum --amber/--ink/--line
   pe :root — nume deja folosite de public/css/style.css cu ALTE valori
   (indigo/teal). Fișierul de față conține DOAR selectoarele de clasă ale
   chrome-ului (.site-header, .mobile-menu, .foot, .cta), cu valorile de
   culoare scrise direct, ca zero coliziune cu restul aplicației (vezi
   public/css/style.css — rămâne intenționat indigo/teal, redesign separat). */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 64px;
  transition: background .4s cubic-bezier(.32,.72,0,1), box-shadow .4s cubic-bezier(.32,.72,0,1), border-color .4s cubic-bezier(.32,.72,0,1);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,34,39,.92);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 30px -20px rgba(0,0,0,.6);
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Gloock', Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -.005em;
  white-space: nowrap;
  text-decoration: none;
}
.site-logo img { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto; display: block; }
.site-nav { display: flex; gap: 32px; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.78); }
.site-nav a { position: relative; padding-bottom: 3px; transition: color .35s cubic-bezier(.32,.72,0,1); text-decoration: none; color: inherit; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #E4B95B; transition: width .5s cubic-bezier(.32,.72,0,1); }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { width: 100%; }
.site-nav a.active { color: #E4B95B; }
.site-nav a.active::after { width: 100%; background: #E4B95B; }
.site-auth { display: flex; align-items: center; gap: 20px; }
.site-signin { font-size: 13px; font-weight: 600; color: #fff; border: 1px solid rgba(255,255,255,.3); padding: 9px 20px; border-radius: 10px; transition: all .4s cubic-bezier(.32,.72,0,1); text-decoration: none; }
.site-signin:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.hamburger { display: none; flex-direction: column; gap: 5px; width: 38px; height: 38px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 1.6px; background: #fff; transition: transform .4s cubic-bezier(.32,.72,0,1), opacity .3s cubic-bezier(.32,.72,0,1); }

.mobile-menu { position: fixed; inset: 0; z-index: 70; background: #0F2E33; display: flex; flex-direction: column; padding: 26px 22px 40px; transform: translateY(-100%); transition: transform .5s cubic-bezier(.32,.72,0,1); visibility: hidden; }
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.mobile-menu-close { background: none; border: 0; color: #fff; font-size: 30px; line-height: 1; cursor: pointer; width: 40px; height: 40px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.mobile-menu nav a { font-family: 'Gloock', Georgia, serif; font-size: 32px; letter-spacing: -.01em; color: #fff; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; display: block; }
.mobile-menu nav a.active { color: #E4B95B; }
.mobile-menu-auth { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.mobile-menu-auth .cta { justify-content: center; }
.mobile-menu-auth .site-signin { text-align: center; }
body.menu-open { overflow: hidden; }

.cta { display: inline-flex; align-items: center; gap: 12px; background: #D9A441; color: #0F2E33; font-size: 14.5px; font-weight: 600; letter-spacing: .01em; padding: 16px 30px; border-radius: 10px; transition: transform .5s cubic-bezier(.32,.72,0,1), background .35s cubic-bezier(.32,.72,0,1), box-shadow .5s cubic-bezier(.32,.72,0,1); box-shadow: 0 16px 34px -20px rgba(217,164,65,.6); text-decoration: none; }
.cta:hover { transform: translateY(-2px); background: #E4B95B; }
.cta svg { width: 17px; height: 17px; stroke: #0F2E33; fill: none; stroke-width: 1.8; }
.cta.sm { padding: 11px 20px; font-size: 13.5px; }

.foot { background: #0F2E33; color: rgba(255,255,255,.7); padding: 0 0 34px; border-top: 1px solid rgba(255,255,255,.14); }
.foot-in { display: grid; grid-template-columns: minmax(0,4fr) minmax(0,2fr) minmax(0,2fr) minmax(0,2fr); gap: 40px; padding: 70px 64px 50px; max-width: 1280px; margin: 0 auto; }
.foot .site-logo { font-size: 22px; margin-bottom: 16px; }
.foot .site-logo img { width: 52px; height: 52px; }
.foot .tag { font-size: 14px; color: rgba(244,236,220,.75); max-width: 34ch; line-height: 1.6; margin: 0; }
.foot h4 { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: #E4B95B; margin-bottom: 20px; }
.foot-col a, .foot-cookie { display: block; font-size: 14.5px; color: rgba(255,255,255,.72); padding: 7px 0; transition: color .3s cubic-bezier(.32,.72,0,1); background: none; border: 0; font-family: inherit; cursor: pointer; text-align: left; text-decoration: none; }
.foot-col a:hover, .foot-cookie:hover { color: #fff; }
.foot-bottom { max-width: 1280px; margin: 0 auto; padding: 24px 64px 0; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: rgba(255,255,255,.5); }
.foot-bottom nav { display: flex; gap: 24px; }
.foot-bottom nav a { text-decoration: none; color: inherit; }

@media (max-width: 980px) {
  .site-header { padding-left: 22px; padding-right: 22px; padding-top: 14px; padding-bottom: 14px; }
  .site-nav, .site-auth .site-signin, .site-auth .cta { display: none; }
  .hamburger { display: flex; }
  .foot-in { grid-template-columns: 1fr 1fr; padding: 56px 22px 40px; }
  .foot .tag { max-width: none; }
  .foot-bottom { flex-direction: column; gap: 14px; padding: 24px 22px 0; text-align: center; }
}
@media (max-width: 560px) {
  .foot-in { grid-template-columns: 1fr; }
  .mobile-menu nav a { font-size: 26px; }
}
