/* ========== MAIN & LOGO ========== */
main.center-main {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  min-height: 100vh;
}

.logo-main-big {
  width: 210px;
  margin: 0 auto 0.4em auto;
  display: block;
  filter: none !important;
}

.logo-hero-noviabot {
  display: block;
  margin: 0 auto 1.5em auto;
  width: 290px;
  max-width: 25vw;
  filter: drop-shadow(0 12px 55px #18e7ff36) drop-shadow(0 2px 18px #0008);
  transition: filter 0.2s;
}

.main-section {
  max-width: 1700px;
  margin: 0 auto 2.7em auto;
  padding: 2.3em 1.5em 2em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  width: 100%;
}

/* === TITRE IMPACT — LA REVOLUTION DU BOT TWITCH === */
.revolution-title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0 0 0.42em 0;
  text-shadow:
    0 6px 32px #000a,
    0 1.5px 6px #18e7ff36,
    0 0.5px 0.5px #0008;
}

.revolution-strap {
  font-size: 1.48em;
  color: #fff;
  text-align: center;
  margin: 0.1em 0 2.3em 0;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.32;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 4px 18px #0007,
    0 1.5px 6px #18e7ff35,
    0 0.5px 0.5px #46289baa;
}

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 1200px) {
  .revolution-title { font-size: 3.1rem; }
  .revolution-strap { font-size: 1.14em; }
}

@media (max-width: 900px) {
  .logo-hero-noviabot { width: 150px; }
}

@media (max-width: 800px) {
  .revolution-title { font-size: 2.1rem; }
  .revolution-strap { font-size: 1em; }
}
