/* Încărcare instant — fără flash meniu / text neformatat */
html, body {
  margin: 0;
  background: #0c1624;
  color: #e8f0f7;
  font-family: system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}
script, script[type="application/ld+json"] {
  display: none !important;
}
body.call-first-active {
  padding-top: 3.5rem;
  padding-bottom: 5.35rem;
}
body.call-first-active .top {
  top: 3.5rem;
}
.call-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #0f2438, #152a40);
  color: #e8f0f7 !important;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.8rem, 2.5vw, 0.95rem);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.call-top-bar strong {
  color: #86efac;
  font-weight: 800;
}
.top {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 22, 36, 0.95);
  border-bottom: 1px solid rgba(2, 173, 234, 0.25);
}
body.call-first-active .top {
  top: 3.5rem;
}
.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #e8f0f7;
}
.brand-logo {
  width: 52px;
  height: 52px;
}
.nav-toggle {
  display: inline-flex;
  background: transparent;
  border: 1px solid rgba(2, 173, 234, 0.35);
  color: #e8f0f7;
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.nav-panel {
  display: none;
  position: absolute;
  right: 1rem;
  top: 100%;
  background: #111d2e;
  border: 1px solid rgba(2, 173, 234, 0.25);
  border-radius: 10px;
  padding: 0.75rem;
  min-width: 12rem;
}
.nav-panel.open {
  display: block;
}
.nav-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-panel li {
  margin: 0.35rem 0;
}
.nav-panel a {
  color: #e8f0f7;
  text-decoration: none;
}
.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.hero-phone-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 1rem 1.35rem;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 28px rgba(22, 163, 74, 0.35);
}
.hero-phone-label {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-phone-number {
  font-size: clamp(1.65rem, 6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
}
.sticky-mobile-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0.65rem 1rem;
  background: #070d14;
  text-decoration: none;
  color: #fff !important;
  box-sizing: border-box;
}
.sticky-mobile-call-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 28rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #16a34a;
  font-weight: 700;
  color: #fff !important;
}
@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .nav-panel {
    display: block;
    position: static;
    background: transparent;
    border: none;
    padding: 0;
    min-width: 0;
  }
  .nav-panel ul {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .nav-panel li { margin: 0; }
}
@media (min-width: 1100px) {
  body.call-first-active { padding-bottom: 0; }
  .sticky-mobile-call { display: none; }
}
