* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #111;
  background: #fff;
}

/* HERO */
#hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  
}

#hero button {
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  background: #007BFF; /* bleu */
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

#hero button:hover {
  background: #0056b3; /* bleu plus foncé */
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}


.hero-logo {
  width: 80px;
  margin-bottom: 20px;
}

#hero h1 {
    color: rgb(131,77,192);
  font-size: 2.5rem;
  margin-bottom: 10px;
}

#hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgba(17, 217, 252, 0.975);
}

#hero button {
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  
  color: white;
  cursor: pointer;
  
}



/* KÉZAKO */
#kezako {
  padding: 40px 20px;
}

#kezako h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  color: #ff4747;
}

#kezako p {
  text-align: center;
  margin-bottom: 30px;
  color: #444;
}

.video-block {
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.video-block video {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-block p {
  text-align: center;
  color: #666;
  font-size: 1rem;
}
