@font-face {
  font-family: 'Roboto';
  src: url('Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: url('images/fundal-complet.webp') no-repeat center center fixed;
  background-size: cover;
}

.btn {
  display: inline-block;
  background-color: transparent;
  color: #00bfff;
  border: 2px solid #00bfff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #00bfff;
  color: #000;
}

.section {
  padding: 4rem 1rem;
}

.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.content.reverse {
  flex-direction: row-reverse;
}

.text, .image {
  flex: 1;
  padding: 1rem;
}

.image img {
  width: 100%;
  border-radius: 10px;
}

.text h2 {
  color: #00bfff;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    /* Am schimbat aici: 12px sus/jos, 25px dreapta, 12px stânga */
    padding: 12px 25px 12px 15px; 
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 4px solid #00bfff;
    border-radius: 0 15px 15px 0;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
    margin-bottom: 35px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 191, 255, 0.1);
    border-right: 1px solid rgba(0, 191, 255, 0.1);
    
    /* Adăugăm asta ca să fim siguri că nu există margini ascunse */
    margin-left: 0 !important;
}

/* Forțăm containerul de text să fie mereu la stânga */
.text {
    width: 100%;
    text-align: left;
    display: block;
}

/* Efect discret de puls la hover */
.text h2:hover {
    background: rgba(255, 255, 255, 0.06);
    text-shadow: 0 0 15px rgba(0, 191, 255, 0.8);
    transition: all 0.4s ease;
}

.text ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.text ul li::before {
  content: "✅ ";
}

/* --- FOOTER MODERNIZAT --- */
.custom-footer {
    position: relative;
    color: #eee;
    padding: 3rem 1rem 1.5rem;
    /* Folosim o culoare închisă dar cu transparență și Blur */
    background: rgba(0, 0, 0, 0.6) !important; 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    
    /* Bordura neon de sus */
    border-top: 2px solid rgba(0, 191, 255, 0.4);
    z-index: 1;
    margin-top: 50px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.footer-column {
    flex: 1 1 300px;
    padding: 1rem;
}

/* Titlurile din footer cu glow */
.footer-column h4 {
    color: #00bfff;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.3);
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.8rem;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Efect de hover discret */
.footer-column ul li a:hover {
    color: #00bfff;
    padding-left: 5px;
    text-decoration: none;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 0.85rem;
    color: #aaa;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
}

/* --- EFECTE SOCIAL ICONS --- */
.social-icons a {
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
}

.social-icons a img {
    width: 28px; /* Ajustează mărimea dacă e nevoie */
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(0, 191, 255, 0));
}

.social-icons a:hover img {
    transform: scale(1.2) translateY(-3px); /* Se mărește și se ridică puțin */
    filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.9));
}

/* Mini-footer local pentru pagini secundare */
.section-footer {
  text-align: center;
  margin-top: 4rem;
  color: #888;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

.button-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem auto;
}

.menu-btn {
  background-color: transparent;
  border: 2px solid #00bfff;
  color: #00bfff;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.menu-btn:hover {
  background-color: #00bfff;
  color: #000;
}

.contact-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-text,
.contact-map {
  flex: 1 1 400px;
}

.contact-map iframe {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  border: none;
}

@media (max-width: 600px) {
  #cookie-banner {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    gap: 0.6rem;
  }
}

#cookie-banner button {
  margin-top: 0.5rem;
}

/* Stiluri servicii */
#servicii {
  padding: 2rem 1rem;
  line-height: 1.6;
}

#servicii .container {
  max-width: 900px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  border-radius: 10px;
}

#servicii h1, #servicii h2 {
  color: #00bfff;
}

#servicii ul {
  list-style: none;
  padding-left: 0;
}

#servicii ul li {
  margin-bottom: 1rem;
  background-color: rgba(255,255,255,0.05);
  padding: 1rem;
  border-radius: 6px;
}

#servicii a {
  color: #00bfff;
  text-decoration: underline;
}

/* Stiluri Politica de Confidențialitate */
#confidentialitate {
  padding: 2rem 1rem;
  line-height: 1.6;
}

#confidentialitate .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
  padding: 2rem;
  border-radius: 10px;
}

#confidentialitate h1, #confidentialitate h2 {
  color: #00bfff;
}

#confidentialitate a {
  color: #00bfff;
  text-decoration: underline;
}

/* Stiluri Politica de Cookies */
#cookies {
  padding: 2rem 1rem;
  line-height: 1.6;
}

#cookies .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
  padding: 2rem;
  border-radius: 10px;
}

#cookies h1, #cookies h2 {
  color: #00bfff;
}

#cookies a {
  color: #00bfff;
  text-decoration: underline;
}

/* Stiluri Chestionar DPO */
#chestionar .container {
  max-width: 900px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  border-radius: 10px;
}

#chestionar h1, #chestionar h2 {
  color: #00bfff;
}

#chestionar label {
  display: block;
  margin: 1rem 0 0.5rem;
}

#chestionar input[type="text"],
#chestionar input[type="email"],
#chestionar input[type="tel"],
#chestionar textarea,
#chestionar select {
  width: 100%;
  padding: 0.6rem;
  border-radius: 5px;
  border: none;
  margin-bottom: 1rem;
  font-size: 1rem;
}

#chestionar .question {
  margin-top: 1.5rem;
}

#chestionar .checkbox-group {
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0;
}

#chestionar .submit-button {
  display: block;
  margin: 2rem auto 0;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  background-color: #00bfff;
  color: #000;
  cursor: pointer;
  transition: background 0.3s ease;
}

#chestionar .submit-button:hover {
  background-color: #00a2cc;
}

/* Mini-footer local pentru chestionar sau alte secțiuni */
#chestionar .section-footer {
  text-align: center;
  margin-top: 3rem;
  color: #aaa;
  font-size: 0.9rem;
}

/*Link de întoarcere*/
.back-button {
  display: inline-block;     /* doar cât textul */
  width: auto;               /* nu mai e full width */
  padding: 0.6rem 1.5rem;    /* mai mic decât Trimite */
  font-size: 0.95rem;        /* text puțin mai mic */
  border-radius: 20px;
  background-color: #00bfff;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease;
}
.back-button:hover {
  background-color: #00a2cc;
}

/* --- STILIZARE PAGINA CONTACT (VARIANTA FINALĂ ȘI CURATĂ) --- */

.contact-container {
    padding: 2rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-card {
    background-color: rgba(0, 0, 0, 0.75); /* Am pus 0.75 ca să fie exact ca restul site-ului tău */
    border-radius: 15px;
    border: 1px solid rgba(0, 191, 255, 0.3);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1 1 350px;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.1), rgba(0, 0, 0, 0.2));
}

.contact-info h2 {
    color: #00bfff;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-item .icon {
    font-size: 1.5rem;
    color: #00bfff;
    background: rgba(0, 191, 255, 0.1);
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-wrapper {
    flex: 1.5 1 400px;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.03);
}

.input-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-form-wrapper input, 
.contact-form-wrapper textarea {
    width: 100%;
    padding: 0.8rem;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

/* BUTONUL MODERN (O singură dată, corect) */
.btn-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 1rem;
    background-color: #00bfff;
    color: #000;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-modern:hover {
    background-color: #00a2cc;
    transform: translateY(-2px);
}

/* BIFA GDPR */
.gdpr-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #eee;
    text-align: left;
}

.gdpr-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    cursor: pointer;
    accent-color: #00bfff;
}

.gdpr-consent a {
    color: #00bfff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .input-row { flex-direction: column; }
    .contact-info, .contact-form-wrapper { padding: 2rem; }
}

/* --- TESTIMONIALE (VARIANTA FINALĂ OPTIMIZATĂ) --- */

.testimonial-section {
    padding: 80px 1rem;
    text-align: center; /* Aliniază totul pe centru: titlu, card, puncte */
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto; /* Îl centrează în pagină */
    min-height: 350px; /* Rezervă spațiul ca să nu sară restul paginii */
    /* NU folosim flex aici ca să nu încurcăm ordinea elementelor */
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 191, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    display: none; /* Ascuns implicit */
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

/* Scrollbar neon discret */
.testimonial-card::-webkit-scrollbar { width: 4px; }
.testimonial-card::-webkit-scrollbar-thumb { background: #00bfff; border-radius: 10px; }

.testimonial-card.active {
    display: block; /* Apare doar cel activ */
    animation: fadeIn 0.5s ease;
}

.quote-icon {
    color: #00bfff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

.testimonial-card p {
    font-style: italic;
    font-size: 1.05rem; /* Mărime optimă pentru lizibilitate */
    line-height: 1.7;
    color: #ddd;
    margin-bottom: 20px;
}

.client-name {
    color: #00bfff;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block; /* Să stea singur pe rând sub text */
}

/* Navigare puncte */
.slider-dots {
    margin-top: 10px;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dot.active {
    background-color: #00bfff;
    box-shadow: 0 0 10px #00bfff;
    transform: scale(1.2);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Punctele (dots) - forțăm să stea sub slider */
.slider-dots {
    display: block;
    width: 100%;
    margin-top: 30px; /* Spațiu clar între fundul cardului și puncte */
    text-align: center;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #00bfff;
    box-shadow: 0 0 10px #00bfff;
    transform: scale(1.2);
}

/* Forțează toate titlurile de secțiune să fie albastre */
.section h2, 
.recent-posts h2, 
.testimonial-section h2,
.section-title {
    color: #00bfff !important;
    text-align: left; /* Sau 'center' dacă vrei să fie toate pe mijloc */
    margin-bottom: 1.5rem;
}

/* Stilul general de Glass Card (pentru toate secțiunile) */
.glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 191, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    padding: 40px;
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: #00bfff;
    box-shadow: 0 0 20px rgba(0, 191, 255, 0.2);
}

/* Layout special pentru Despre Noi */
.despre-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Layout pentru Servicii (Grid) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 30px;
    height: 100%;
}

.service-item h3 {
    min-height: 55px;
}

.icon-box {
    font-size: 2.5rem;
    color: #00bfff;
    margin-bottom: 15px;
}

.icon-glow {
    font-size: 3.5rem;
    color: #00bfff; /* Albastrul tău neon */
    margin-bottom: 20px;
    display: inline-block;
    filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.6)); /* Efectul de halou */
    transition: transform 0.3s ease;
}

.service-item:hover .icon-glow {
    transform: scale(1.1) rotate(5deg); /* Se mișcă ușor la hover */
    filter: drop-shadow(0 0 20px rgba(0, 191, 255, 1));
}



/* Ajustare pentru mobil */
@media (max-width: 850px) {
    .contact-container {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .contact-map {
        height: 250px;
    }
}

/* Containerul principal */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 20px;
}

.services-header {
    text-align: center;
    margin-bottom: 3rem;
}

/* Grid-ul de servicii */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Cardul stil Glassmorphism */
.service-card {
    background: rgba(255, 255, 255, 0.05); /* Fundal transparent */
    backdrop-filter: blur(10px); /* Efectul de blur */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 191, 255, 0.2); /* Glow albastru subtil */
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    color: #00bfff;
    margin-bottom: 1rem;
}

.service-icon i {
    font-size: 2.5rem;
    color: #00bfff; /* Albastrul tău principal */
    margin-bottom: 15px;
    display: inline-block;
}

/* Stiluri rapide pentru formulare care să fie adăugate în style.css sau aici */
.modern-input {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 8px;
    color: white;
    margin-top: 8px;
    outline: none;
    transition: all 0.3s;
}
.modern-input:focus {
    border-color: #00bfff;
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}
.radio-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.question-block label {
    font-weight: bold;
    display: block;
}

/* Stil pentru caseta dropdown */
.modern-input {
    background-color: rgba(255, 255, 255, 0.05); /* Fundalul de sticlă */
    color: white; /* Scrisul alb pe caseta închisă */
}

/* REPARAȚIA: Stil forțat pentru lista care coboară */
.modern-input option {
    background-color: #1a1a1a; /* Un gri foarte închis - forțează lista să nu mai fie albă */
    color: white !important;   /* Textul rămâne alb vizibil permanent */
    padding: 10px;
}

/* Opțional: Stil pentru când selectezi o opțiune */
.modern-input option:hover, 
.modern-input option:focus, 
.modern-input option:active {
    background-color: #00bfff !important; /* Albastru neon la selecție */
}

.text-site {
    white-space: pre-line; 
    line-height: 1.6; /* Face textul mai ușor de citit */
    margin-bottom: 20px;
}

/* Layout Desktop */
.despre-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.despre-container {
    display: flex !important;
    flex-direction: row; /* Stau unul lângă altul pe desktop */
    align-items: center;
    gap: 40px;
    width: 100%;
}

.despre-text { flex: 1.5; }
.despre-image { flex: 1; }

.despre-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

/*BUTON SETĂRI COOKIES (MECANISM RETRAGERE CONSIMȚĂMÂNT)*/
.cookie-settings-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 8px 15px;
    background: rgba(0, 191, 255, 0.1);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 20px;
    color: #00bfff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cookie-settings-btn:hover {
    background: rgba(0, 191, 255, 0.2);
    border-color: #00bfff;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.2);
    transform: translateY(-2px);
}

.cookie-settings-btn i {
    font-size: 0.9rem;
}

#homepage {
    /* Ajustează valoarea asta (120px - 150px) până când textul 'Despre noi' 
       este la distanța dorită de bordura albastră a meniului */
    padding-top: 130px; 
}

/* Titlul Neon Albastru */
.neon-title {
    color: #00bfff; /* Albastrul tău standard */
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5), 0 0 20px rgba(0, 191, 255, 0.3);
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Subtitlul */
.section-subtitle {
    color: #ffffff;
    opacity: 0.8;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Ajustare container să nu fie lipit de header */
.container {
    margin-top: 40px;
}

/* Stil pentru link-urile de contact din footer */
.footer-contact-link {
    color: #ccc !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-link:hover {
    color: #00bfff !important;
    padding-left: 5px; /* Mic efect de deplasare la hover */
}

/* Efectul de Puls pentru Iconițe */
.pulse-icon {
    color: #00bfff;
    font-size: 0.9rem;
    display: inline-block;
    animation: icon-pulse 2s infinite;
}

@keyframes icon-pulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 0 rgba(0, 191, 255, 0);
    }
    50% {
        transform: scale(1.1);
        text-shadow: 0 0 10px rgba(0, 191, 255, 0.8);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 0 rgba(0, 191, 255, 0);
    }
}

/* Stil pentru link-urile de contact (Telefon & Email) */
.contact-active-link {
    color: #ffffff !important; /* Text alb curat */
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    z-index: 5; /* Îl scoatem în față să poată fi apăsat */
}

.contact-active-link:hover {
    color: #00bfff !important; /* Albastru neon la hover */
    transform: translateX(8px); /* Se mișcă puțin la dreapta */
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

/* Stilul exact pentru titlul CONTACT */
.contact-hero h1 {
    color: #00bfff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    /* Padding-ul tău specific: 12px sus/jos, 25px dreapta, 15px stânga */
    padding: 12px 25px 12px 15px; 
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 4px solid #00bfff;
    border-radius: 0 15px 15px 0;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
    margin-bottom: 35px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 191, 255, 0.1);
    border-right: 1px solid rgba(0, 191, 255, 0.1);
    text-align: left;
}

/* Efect discret de puls la hover pe titlul Contact */
.contact-hero h1:hover {
    background: rgba(255, 255, 255, 0.06);
    text-shadow: 0 0 15px rgba(0, 191, 255, 0.8);
    transition: all 0.4s ease;
}

/* --- CURSOR NEON-GLASS OPTIMIZAT --- */

/* 1. Săgeata Normală - Interior semi-transparent ca sticla, exterior neon */
html, body {
    cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 25L15 15L25 11L1 1Z' fill='rgba(0, 191, 255, 0.1)' stroke='%2300BFFF' stroke-width='1.5'/%3E%3Cpath d='M1 1L11 25L15 15L25 11L1 1Z' stroke='%2300BFFF' stroke-width='3' stroke-opacity='0.4' style='filter:blur(1px)'/%3E%3C/svg%3E"), auto !important;
}

/* 2. Aceeași Săgeată dar ROȘIE - când treci peste butoane/link-uri */
a, button, .view-all-btn, .c-link, .lang-link, .hamburger, input[type='submit'] {
    cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L13 27L17 17L27 13L3 3Z' fill='rgba(255, 0, 0, 0.1)' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M3 3L13 27L17 17L27 13L3 3Z' stroke='%23FF0000' stroke-width='4' stroke-opacity='0.3' style='filter:blur(2px)'/%3E%3C/svg%3E"), pointer !important;
}

/* 3. Text (I-Beam) - Neon clar */
textarea, input, [contenteditable] {
    cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8V24M12 8H20M12 24H20' stroke='%2300BFFF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 8V24' stroke='%2300BFFF' stroke-width='4' stroke-opacity='0.3' style='filter:blur(2px)'/%3E%3C/svg%3E") 16 16, text !important;
}

/* Containerul mare care ține cele 3 coloane */
.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; /* Aliniem coloanele de sus */
    flex-wrap: wrap;
    text-align: center; /* Magia pentru text */
}

/* Fiecare coloană în parte */
.footer-column {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrează logo, iconițe, butoane */
    padding: 20px;
}

/* Resetăm listele (scoatem punctele și padding-ul din stânga) */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Iconițele sociale să fie pe mijloc */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

/* Imaginile ANPC să fie una sub alta, fix pe centru */
.footer-legal-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer-legal-badges img {
    max-width: 180px;
    height: auto;
}

/* Reparăm paragrafele cu iconițe (adresa, tel, mail) */
.footer-column p {
    display: flex;
    align-items: center;
    justify-content: center; /* Pune iconița lângă text, dar pe centru */
    gap: 8px;
    width: 100%;
}

/* Stil special pentru butonul de Academie din Header */
/* Stil Enterprise - Fără punct, fin și profesional */
.nav-item {
    list-style: none !important; /* Elimină punctul alb definitiv */
}

.enterprise-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px !important;
    margin-left: 15px;
    background: transparent;
    border: 1px solid rgba(0, 191, 255, 0.4); /* Bordură foarte subțire albastră */
    border-radius: 4px; /* Rază mică pentru un look mai office/business */
    color: #fff !important;
    font-size: 12px !important; /* Font mic, elegant */
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    height: fit-content;
    align-self: center;
}

.enterprise-btn i {
    font-size: 11px;
    color: #00bfff;
}

.enterprise-btn:hover {
    background: rgba(0, 191, 255, 0.1);
    border-color: #00bfff;
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
    color: #00bfff !important;
}

/* Ajustare pentru a sta perfect la nivel cu restul meniului */
.nav-item {
    display: flex;
    align-items: center;
}