body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f7fbff;
  font-family: 'Inter', sans-serif;
  color: #0a1b32;
}

html {
  overflow-x: hidden;
}

.pagina-serviciu {
  padding: 140px 48px 80px;
  background: linear-gradient(to bottom, #f7fbff, #e8f0ff);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 100%;
}

.header-blur-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 40px 30px;
  margin: 0 auto 60px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 1200px;
}

.header-blur-box h1 {
  font-size: 2.4rem;
  margin: 10px 0 20px;
  color: #1f4ba5;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.header-blur-box h3 {
  font-weight: 400;
  color: #3a4b6b;
  font-size: 1.2rem;
  margin-top: 10px;
}

.badge {
  display: inline-block;
  background-color: #1f4ba5;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.continut-serviciu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.continut-serviciu h3 {
  font-size: 1.6rem;
  color: #1f4ba5;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-left: 5px solid #1f4ba5;
  padding-left: 16px;
  background: #eef4ff;
  border-radius: 6px;
}

.continut-serviciu h3::after {
  display: none;
}

.continut-serviciu ul,
.continut-serviciu ol {
  margin: 20px 0;
  padding-left: 24px;
}

.continut-serviciu ul li,
.continut-serviciu ol li {
  margin-bottom: 12px;
  padding-left: 4px;
  list-style-type: disc;
  color: #1f2f45;
}

.continut-serviciu p {
  margin-bottom: 24px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #2a2e42;
}

.continut-serviciu strong {
  color: #1f4ba5;
  font-weight: 700;
}

.continut-serviciu a {
  color: #1f4ba5;
  font-weight: 600;
  text-decoration: none;
}

.continut-serviciu a:hover {
  text-decoration: underline;
}

.imagine-centru {
  text-align: center;
  margin: 50px 0;
}

.imagine-centru img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.imagine-centru img:hover {
  transform: scale(1.02);
}

.footer {
  background-color: #0a1b32;
  color: #e0e0e0;
  padding: 60px 20px 30px;
  text-align: center;
}

.footer a {
  color: #aad4ff;
  text-decoration: none;
  font-weight: 500;
}

.footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer .footer-bottom {
  font-size: 0.85rem;
  margin-top: 30px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  background-color: #1f4ba5;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.4s ease;
}

#btn-back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .pagina-serviciu {
    padding: 120px 16px 60px;
    font-size: 0.98rem;
  }

  .header-blur-box {
    padding: 24px;
    border-radius: 12px;
  }

  .header-blur-box h1 {
    font-size: 1.8rem;
  }

  .header-blur-box h3 {
    font-size: 1rem;
  }

  .continut-serviciu h3 {
    font-size: 1.4rem;
  }

  .imagine-centru {
    margin: 30px 0;
  }

  .imagine-centru img {
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  }
}
