:root {
    --primary: #0a192f;
    --accent: #64ffda;
    --text-main: #ccd6f6;
    --text-light: #8892b0;
    --background: #020c1b;
    --section-bg: #112240;
  }
  
  body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: var(--background);
    color: var(--text-main);
    scroll-behavior: smooth;
  }
  
  header {
    background-color: var(--primary);
    padding: 2rem;
    text-align: center;
    animation: fadeInDown 1s ease-out;
  }
  
  header img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 0;
    animation: zoomIn 1.2s ease-out;
  }
  
  .subtitle {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    font-weight: 300;
    color: var(--text-light);
    animation: fadeIn 2s ease-out;
  }
  
  .subtitle span {
    font-weight: bold;
    color: var(--accent);
    font-size: 1.5rem;
  }
  
  .section {
    background-color: var(--section-bg);
    padding: 3rem 1rem;
    max-width: 900px;
    margin: 2rem auto;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(100, 255, 218, 0.1);
    animation: fadeInUp 1s ease-out;
  }
  
  .section h2 {
    color: var(--accent);
    margin-bottom: 1rem;
    animation: fadeIn 1.5s ease-out;
  }
  
  .btn-register {
    background-color: var(--accent);
    color: var(--primary);
    padding: 1rem 2rem;
    border: none;
    border-radius: 999px;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 2rem 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: pulse 2s infinite;
  }
  
  .btn-register:hover {
    background-color: #52e0c4;
    transform: scale(1.05);
  }
  
  .quote {
    font-style: italic;
    margin-top: 2rem;
    color: var(--text-light);
    animation: fadeIn 2s ease-out;
  }
  
  footer {
    background-color: var(--primary);
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
    animation: fadeIn 2s ease-out;
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  
  .gallery img {
    width: 300px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
  }
  
  .gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(100, 255, 218, 0.3);
  }
  
  
  
  /* === animatii === */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes zoomIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }
  
  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
  }
  
  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes revealLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
  }
  
  .reveal-left.active {
    opacity: 1;
    transform: translateX(0);
    animation: revealLeft 0.8s ease-out;
  }
  

  .share-instagram button {
  background-color: var(--accent);
  color: var(--primary);
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.share-instagram {
  margin-top: 2rem;
  text-align: center;
}

.share-instagram button {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
  padding: 0.6rem 1.5rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.share-instagram button:hover {
  background-color: var(--accent);
  color: var(--primary);
  transform: scale(1.04);
  box-shadow: 0 4px 12px rgba(100, 255, 218, 0.3);
}

.share-instagram p {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--text-light);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float::after {
  content: "Contactați-ne în privat";
  position: absolute;
  right: 70px;
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.whatsapp-float:hover::after {
  opacity: 1;
}

.team-description span {
  color: var(--accent);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.instagram-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.instagram-float img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1); /* Face iconița albă pe gradient colorat */
}

.instagram-float:hover {
  transform: scale(1.1);
}

.instagram-float::after {
  content: "Urmărește-ne pe Instagram";
  position: absolute;
  left: 70px;
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.instagram-float:hover::after {
  opacity: 1;
}




  