body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.hero {
    text-align: center;
    padding-top: 100px;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-size: 2.5em;
    color: #00A86B;
}

.hero p {
    font-size: 1.2em;
    margin: 20px 0;
}

.btn-start,
.btn-start-alt {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    font-size: 1em;
    border: 2px solid #00A86B;
    color: #00A86B;
    background: transparent;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.btn-start:hover,
.btn-start-alt:hover {
    background-color: #00A86B;
    color: black;
}

.centered-link {
  text-align: center;
  margin-top: 2rem;
}

.tuto-title {
  text-align: center;
  color: #00A86B;
  margin-top: 2rem;
}
.tuto-title.futuriste {
  font-family: "Orbitron", "Rajdhani", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4.2vw, 3.3rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow:
    0 0 2px rgba(0,168,107,.9),
    0 0 6px rgba(0,168,107,.5);

}
.footer-text {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.hero-logo {
  max-height: 200px;
  margin-bottom: 20px;
}

.intro-title {
  font-size: 2rem;
  color: #00ff88;
}

.intro-paragraph {
  max-width: 800px;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.intro-img-wrapper {
  margin-top: 2rem;
}

.intro-img {
  max-width: 90%;
  margin-bottom: 1rem;
  border-radius: 12px;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 1rem;
  z-index: 9999;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
}

.cookie-banner button {
  margin-left: 10px;
  padding: 0.5rem 1rem;
  background-color: #00A86B;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.cookie-buttons {
  margin-top: 0.5rem;
}

.btn-accept,
.btn-decline {
  margin: 0 10px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.btn-accept {
  background-color: #00A86B;
  color: white;
}

.btn-decline {
  background-color: #ccc;
  color: #000;
}


.cookie-text {
  margin-bottom: 0.5rem;
}

.cookie-banner button:hover {
  background-color: #008c5a;
}

.cookie-banner-buttons button.accept {
  background: #00A86B;
}

.cookie-banner-buttons button.decline {
  background: #888;
}

.title {
    text-align: center;
    color: #00A86B;
    margin-top: 50px;
}

.video-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px;
}

.video-section iframe {
    width: 320px;
    height: 180px;
    border: none;
}
.tutorial-category {
  padding: 1rem 2rem;
  border: 2px solid #00A86B;
  border-radius: 20px;
  background-color: #121212;
  margin-bottom: 3rem;
}

.video-block {
  margin: 2rem 0;
  text-align: center;
}

.video-title {
  font-size: 1.3em;
  color: #00A86B;
  margin-bottom: 1rem;
}

.video-container video {
  width: 55%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00A86B;
}

.propaganda {
    text-align: center;
    padding: 50px 20px;
}

.facts {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.fact {
    font-size: 2em;
    color: #00A86B;
}

.fact span {
    display: block;
    font-size: 0.6em;
    color: white;
}

.testimonials {
    margin-top: 30px;
}

blockquote {
    font-style: italic;
    margin: 20px auto;
    max-width: 600px;
    color: white;
}

blockquote span {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #00A86B;
}

footer {
  text-align: center;
  padding: 1rem;
  background: #121212;
  color: white;
}
footer img {
  height: 40px;
  vertical-align: middle;
}

.footer-links {
  margin-top: auto;
  text-align: center;
  padding: 1rem;
  background-color: #0e0e0e;
  color: white;
}

.footer-links a {
  color: #00A86B;
  text-decoration: none;
  margin: 0 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.intro-section {
  background-color: #000000;
  color: #ffffff;
  padding: 3rem 2rem;
  text-align: center;
}
.lang-selector {
  float: right;
  font-size: 0.9em;
  margin-top: 6px;
  position: relative;
  z-index: 10;  
}

.lang-selector a {
  text-decoration: none;
  margin: 0 4px;
  color: #00ff88;
  pointer-events: auto;
  position: relative; 
  z-index: 10;  
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  width: 100%;
  font-size: 1.1em;
  padding: 12px;
  box-sizing: border-box;
}

.contact-form button {
  background-color: transparent;
  border: 2px solid #00A86B;
  color: #00A86B;
  border-radius: 30px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #00A86B;
  color: black;
}

.about-section {
  background-color: #111;
  color: white;
  padding: 3rem 2rem;
  max-width: 800px;
  margin: 0 auto;
  border-top: 2px solid #00A86B;
}

.about-section h2,
.about-section h3 {
  color: #00A86B;
  text-align: center;
  margin-bottom: 1rem;
}

.about-section p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.widget-container {
  max-width: 100%;
  margin: 2rem auto;
  text-align: center;
  padding: 1rem;
}

.widget-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.iframe-wrapper {
  overflow: auto;
  margin: 1rem auto;
  max-width: 100%;
}

.iframe-wrapper iframe {
  width: 100%;
  max-width: 300px;
}

.social-link {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4267B2;
  text-decoration: none;
  display: block;
  margin-top: 1.5rem;
}

.logo-3n {
  height: 40px;
}

@media (max-width: 768px) {
  body {
    font-size: 1em;
    padding: 0 10px;
  }

  .hero {
    padding-top: 60px;
  }

  .hero h1 {
    font-size: 1.8em;
  }

  .hero p {
    font-size: 1.1em;
  }

  .btn-start,
  .btn-start-alt {
    font-size: 1.2em;
    padding: 14px 24px;
    width: 90%;
    max-width: 300px;
    margin: 1rem auto;
    display: block;
  }

  .video-section {
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
  }

  .video-section iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .facts {
    flex-direction: column;
    align-items: center;
  }

  .fact {
    font-size: 1.6em;
  }

  .lang-selector {
    float: none;
    text-align: center;
    margin-top: 1rem;
  }

  .navbar a {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form button {
    width: 90%;
    font-size: 1.1em;
    padding: 12px;
    box-sizing: border-box;
  }

  .title {
    font-size: 1.8em;
    text-align: center;
  }

  .logo-ai {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .about-section {
    padding: 2rem 1rem;
  }

  .about-section h2,
  .about-section h3 {
    font-size: 1.5em;
  }

  .about-section p {
    font-size: 1em;
    text-align: left;
  }


}
