/* ==========================================================================
   1. REGULI GENERALE & VARIABILE
   ========================================================================== */
:root {
  --primary-color: #5d8a66; /* Verde cald, inspirat din logo */
  --primary-hover: #4a6f52;
  --dark-color: #2f3e33; /* Verde-gri închis pentru text */
  --light-bg: #f4f7f4; /* Fundal fin, deschis */
  --white: #ffffff;
  --gray: #777777;
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  html {
    scroll-behavior: smooth;
    font-size: 100%; /* Permite scalarea proporțională la mărire/micșorare */
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark-color);
  line-height: 1.6;
  background-color: var(--white);
  padding-top: 75px; /* Spațiu egal cu înălțimea noului header super-mic */
}
/* Clasa adăugată din JS pentru a bloca scroll-ul paginii când modalul e deschis */
body.modal-open {
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--primary-color);
  color: white;
  padding: 8px 15px;
  z-index: 3000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 0;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

/* ==========================================================================
   2. HEADER & NAVIGAȚIE (SUPER COMPACT)
   ========================================================================== */
header {
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0; /* Padding foarte mic pentru a face header-ul extrem de îngust */
}

/* Stilul textului de lângă Logo */
.logo-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; /* Îngroșat, pentru un aspect premium */
  font-size: 1.1rem;
  color: var(--dark-color); /* Folosește culoarea ta de brand verde închis */
  transition: var(--transition);
}

/* Când utilizatorul pune mouse-ul pe logo, textul își schimbă culoarea fin */
.logo-link:hover .logo-text {
  color: var(--primary-color);
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none; /* Elimină sublinierile automate de link */
  gap: 12px; /* Creează un spațiu elegant între logo și text */
}

.logo-img {
  height: 45px; /* Logo-ul este acum mic, discret și extrem de modern */
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 0.95rem; /* Text puțin mai mic pentru a se potrivi cu noul header */
  transition: var(--transition);
  padding: 5px 0;
  border-bottom: 3px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.burger {
  display: none; /* Ascuns implicit pe calculatoare */
  cursor: pointer;
  z-index: 1100; /* Se asigură că rămâne deasupra meniului când se deschide */
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: var(--dark-color); /* Culoarea verde închis a liniilor */
  margin: 5px;
  transition: var(--transition);
}

/* ==========================================================================
   3. SECȚIUNEA HERO (IMAGINE INTEGRALĂ ȘI IMPUNĂTOARE)
   ========================================================================== */
.hero {
  height: calc(
    100vh - 75px
  ); /* Ocupă exact 100% din înălțimea rămasă a ecranului */
  min-height: 650px; /* Am mărit puțin înălțimea minimă pentru a face loc cercurilor mai mari */
  background-color: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

/* Structura pe verticală a întregului ecran */
.hero-full-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Împinge scrisul sus și cercurile jos */
  height: 100%;
  width: 100%;
}

/* Zona de text - Aliniată SUS */
.hero-content-top {
  text-align: center;
  margin-top: 130px;
}

.hero-content-top h1 {
  font-size: 3.2rem;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-color);
}

.hero-content-top p {
  font-size: 1.25rem;
  max-width: 750px;
  margin: 0 auto 25px auto;
  font-weight: 400;
  color: var(--gray);
}

/* Zona de jos pentru cercuri (Stânga - Dreapta) */
.hero-bottom-row {
  display: flex;
  justify-content: space-between; /* Pune unul în stânga, celălalt în dreapta */
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px; /* Distanță față de marginea de jos a secțiunii */
}

/* Layout-ul care aliniază cercurile în stânga/dreapta și textul în mijloc */
.hero-container-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

/* Stilul cercurilor */
.hero-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--white);
  border: 4px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.8rem; /* Textul de rezervă "CH" va fi și el puțin mai mare */
  transition: var(--transition);
}

.hero-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hero-circle img {
  width: 110%;
  height: 110%;
  object-fit: contain;
}

/* Structura pentru partener (Text + Cerc așezate pe verticală) */
.hero-partner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; /* Spațiu elegant între textul "Partener" și cerc */
}

/* Stilul textului deasupra cercului */
.partner-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-color); /* Va folosi culoarea verde a brandului tău */
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-content {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 2.8rem; /* Dimensiune ușor redusă pentru echilibru vizual */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-color);
}

.hero-content p {
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-weight: 400;
  color: var(--gray);
}

/* ==========================================================================
   4. STRUCTURĂ ȘI SECȚIUNI GENERALE
   ========================================================================== */
.section {
  padding: 80px 0;
  scroll-margin-top: 110px;
}

footer {
  background-color: var(--dark-color);
  color: var(--white);
  padding: 60px 0;
  text-align: left;
  scroll-margin-top: 75px; /* Ajustat la 75px */
}
.bg-light {
  background-color: var(--light-bg);
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-subtitle {
  text-align: center;
  color: var(--gray);
  margin-bottom: 45px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
}

/* Layout Grid */
.grid {
  display: grid;
  gap: 30px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* ==========================================================================
   5. CARDURI ȘI BUTOANE
   ========================================================================== */
.card {
  background: var(--white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-accent {
  border-top: 4px solid var(--primary-color);
}

.card h3 {
  margin-bottom: 15px;
  color: var(--dark-color);
}

.project-card {
  text-align: center;
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.project-details {
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 10px;
  border-top: 1px dashed #e2e8f0;
  padding-top: 10px;
}

/* Liste cu iconițe */
.bullet-list {
  list-style: none;
}

.bullet-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  font-size: 1.05rem;
}

.bullet-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

/* Butoane */
.btn {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-hover);
}

.btn-small {
  padding: 8px 18px;
  font-size: 0.85rem;
}

/* ==========================================================================
   6. RUBRICA RAPOARTE (.DOCX)
   ========================================================================== */
.reports-container {
  max-width: 800px;
  margin: 0 auto;
}

.report-item {
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: var(--transition);
}

.report-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-color: var(--primary-color);
}

.report-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.file-icon {
  font-size: 2rem;
}

/* ==========================================================================
   7. SECȚIUNEA CONTACT & ELEMENTE GDPR
   ========================================================================== */
.contact-list {
  list-style: none;
  margin-top: 20px;
}

.contact-list li {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.contact-list a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-form-container form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-container input,
.contact-form-container textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(93, 138, 102, 0.3);
}

/* Caseta de acceptare GDPR din formular */
.gdpr-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.gdpr-container input[type='checkbox'] {
  width: auto;
  margin-top: 5px;
  cursor: pointer;
}

.gdpr-container label {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.4;
}

.gdpr-container label a {
  color: var(--primary-color);
  text-decoration: underline;
}

.form-feedback {
  margin-top: 15px;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Stil pentru link-ul Facebook din secțiunea de Contact */
.facebook-contact-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.facebook-contact-link:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

/* Stil pentru link-ul Facebook din Footer */
.facebook-footer-link {
  color: #a3b8a8; /* Un verde deschis elegant */
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center; /* Aliniază perfect logo-ul cu textul pe orizontală */
}

.facebook-footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

/* ==========================================================================
   8. FOOTER CU HARTĂ ȘI TEXT LEGAL (STRUCTURĂ PE 2 COLOANE)
   ========================================================================== */
footer {
  background-color: var(--dark-color);
  color: var(--white);
  padding: 60px 0;
  text-align: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.footer-info h3 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.footer-info p {
  font-size: 0.9rem;
  color: #a3b8a8;
  margin-bottom: 10px;
}

.footer-links {
  margin-top: 25px;
}

.footer-link {
  color: var(--white);
  font-size: 0.85rem;
  text-decoration: underline;
  transition: var(--transition);
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-map iframe {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   9. MODALUL DE CONFIDENȚIALITATE (GDPR)
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: var(--white);
  width: 90%;
  max-width: 650px;
  max-height: 80vh;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-50px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  font-size: 1.3rem;
  color: var(--dark-color);
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--gray);
  transition: var(--transition);
}

.close-btn:hover {
  color: #ff4d4d;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
  font-size: 0.95rem;
  color: var(--dark-color);
  text-align: left;
}

.modal-date {
  color: var(--gray);
  margin-bottom: 15px;
}

.modal-body h3 {
  margin: 20px 0 10px 0;
  font-size: 1.1rem;
  color: var(--primary-color);
}

.modal-body ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.modal-body li {
  margin-bottom: 8px;
}

.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
}

/* ==========================================================================
   10. DESIGN RESPONSIV (ADAPTAT PENTRU MOBIL)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .nav-links {
    position: absolute;
    right: 0px;
    height: calc(100vh - 75px); /* Ajustat la 75px */
    top: 75px; /* Ajustat la 75px */
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.05);
  }

  .nav-links li {
    opacity: 0;
    margin: 15px 0;
  }

  .burger {
    display: block;
  }

  .hero {
    height: auto;
    padding: 30px 0;
    margin-top: 0 !important;
  }

  .hero-full-layout {
    gap: 40px;
  }

  .hero-content-top h1 {
    font-size: 2.2rem;
  }

  .hero-content-top p {
    font-size: 1.1rem;
  }

  .hero-bottom-row {
    justify-content: center; /* Centrează ambele cercuri pe mobil */
    gap: 20px; /* Lasă spațiu între ele */
  }

  .hero-container-layout {
    flex-direction: column;
    gap: 20px;
  }

  .hero-circle {
    width: 110px;
    height: 110px;
    order: 2; /* Pune cercurile după text pe mobil */
  }

  .hero-content {
    order: 1; /* Pune textul primul */
  }

  .hero-content h2,
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .report-item {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .gdpr-container {
    align-items: flex-start;
  }
}

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* ==========================================================================
   11. STILURI PROPRII PENTRU GALERIE FOTO (IMAGINI EGALE)
   ========================================================================== */
.img-wrapper {
  width: 100%;
  height: 220px; /* Setează înălțimea fixă dorită pentru toate cardurile */
  overflow: hidden;
  border-radius: 6px;
  background-color: #eee;
  transition:
    box-shadow 0.2s ease,
    outline 0.2s ease;
}

.galerie-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Taie și încadrează imaginea perfect fără să o lungească */
  cursor: pointer;
  transition: transform 0.3s ease;
}

.galerie-img:hover {
  transform: scale(1.05); /* Efect subtil de zoom la trecerea mouse-ului */
}

.galerie-img:focus-visible {
  outline: 3px solid #0056b3 !important; /* Sau var(--primary-color) */
  outline-offset: -3px !important; /* Trage conturul ÎN INTERIORUL imaginii pentru a nu fi tăiat de overflow */
  box-shadow:
    inset 0 0 0 3px #ffffff,
    0 0 10px rgba(0, 0, 0, 0.5) !important;
}

/* Alternativă: Evidențiere pe containerul părintelui când imaginea are focus */
.project-card:has(.galerie-img:focus-visible) {
  outline: 3px solid var(--primary-color);
  outline-offset: 4px;
  border-radius: 8px;
}

/* ==========================================================================
   12. STILURI ÎMBUNĂTĂȚITE PENTRU MODAL GALERIE (SĂGEȚI & NAVIGARE)
   ========================================================================== */
#foto-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Fundal foarte închis pentru contrast */
  z-index: 2500;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#foto-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-img-container {
  max-width: 80%;
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#foto-marita {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  user-select: none; /* Previne selectarea accidentală a imaginii la click-uri rapide */
}

/* Butonul de închidere (X) */
#foto-modal .close-btn {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
  z-index: 2600;
  line-height: 1;
}

#foto-modal .close-btn:hover {
  color: var(--primary-color);
  transform: scale(1.1);
}

/* Săgețile de navigare */
.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: none;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  z-index: 2600;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.modal-arrow:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/* Asigură contur vizibil când utilizatorul navighează cu Tasta TAB */
:focus-visible {
  outline: 3px solid var(--primary-color) !important;
  outline-offset: 3px !important;
}

/* Ajustări pentru ecrane de Mobil */
@media screen and (max-width: 768px) {
  .modal-img-container {
    max-width: 90%;
  }

  .modal-arrow {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .prev-btn {
    left: 10px;
  }

  .next-btn {
    right: 10px;
  }

  #foto-modal .close-btn {
    top: 15px;
    right: 20px;
    font-size: 2.5rem;
  }
}

/* --- WIDGET ACCESIBILITATE (DREAPTA PAGINII) --- */
.acc-widget {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.acc-widget,
.acc-widget * {
  /* Blochează moștenirea scalării procentuale de pe html/body */
  font-size: initial;
}

.acc-btn {
  background-color: #0056b3;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.acc-btn:hover,
.acc-btn:focus {
  background-color: #003d80;
  transform: scale(1.1);
}

.acc-menu {
  display: none;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 2px solid #0056b3;
  border-radius: 8px;
  padding: 15px;
  width: 220px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.acc-menu.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acc-menu h3 {
  font-size: 15px !important;
  margin-bottom: 8px;
  color: #1a251c;
  text-align: center;
  line-height: 1.3;
}

.acc-menu-btn {
  background-color: #f4f7f4;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px !important; /* Dimensiune fixă în pixeli */
  text-align: left;
  transition: background 0.2s ease;
  line-height: 1.2;
}

.acc-menu-btn:hover,
.acc-menu-btn:focus {
  background-color: #0056b3;
  color: #ffffff;
}

/* Stiluri aplicate din JS pentru Contrast Ridicat */
body.high-contrast {
  background-color: #000000 !important;
  color: #ffff00 !important;
}

body.high-contrast * {
  background-color: #000000 !important;
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
