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

body {
  font-family: Arial, sans-serif;
  background-color: #000;
  color: white;
}
.btn-login:hover, .btn-entrar:hover {
  background: #666; /* Cor de fundo ao passar o mouse */
  color: #fff; /* Cor do texto ao passar o mouse */
  transition: background 0.3s; /* Transição suave */
}
nav.main-menu-nav li {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}

a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
  font-size: 14px;
}

.top-bar {
  background: #222;
  color: #ccc;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  height: 28px;
  position: relative;
}

.top-bar span {
  margin-right: 24px;
  cursor: pointer;
}

.top-bar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.top-bar-right span {
  margin-right: 16px;
  display: flex;
  align-items: center;
}

.top-bar .icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

header.main-menu {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  position: relative;
  z-index: 2;
  border-bottom: none;
}

.logo-area {
  display: flex;
  align-items: center;
  height: 64px;
}

.logo {
  width: 61px;
  height: 54px;
  margin-right: 10px;
}

.logo1 {
  width: 320px;
  height: 90px;
  margin-right: 10px;
}

.brand {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
}

.brand::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #e31c24;
  margin-top: 6px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.header-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  z-index: 2;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 6px 32px;
  font-size: 16px;
  margin-right: 16px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  height: 36px;
}

.btn-login:hover {
  background: #fff;
  color: #000;
}

.btn-entrar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #ebebeb;
  color: #000;
  border: none;
  border-radius: 20px;
  padding: 6px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  height: 36px;
}

.btn-entrar:hover {
  background: #bf0000;
}

nav.main-menu-nav {
  width: 100vw;
  background: #222;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: none;
}

nav.main-menu-nav ul {
  width: 80%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  height: 48px;
}

nav.main-menu-nav li {
  flex: 1;
  color: #fff;
  font-size: 17px;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
  padding: 0 8px 0 8px;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 400;
  background: none;
  transition: color 0.2s;
}

nav.main-menu-nav li:last-child {
  margin-right: 0;
}

nav.main-menu-nav li.active {
  color: #fff;
  font-weight: 700;
}

nav.main-menu-nav li.active::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #e31c24;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  transition: background 0.2s;
}

nav.main-menu-nav li:not(.active):hover::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  transition: background 0.2s;
}

nav.main-menu-nav li:hover {
  color: #fff;
}

.label {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc107;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px 2px 2px 2px;
  padding: 2px 16px 2px 16px;
  height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.label.novo {
  background: #ffc107;
  color: #222;
}

main {
  margin-top: 0;
}

.hero {
  background: radial-gradient(circle, #b60000 0%, #000 100%);
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  background-image: url('https://cdn.discordapp.com/attachments/1228406269317408808/1240274948398940180/cards-bg.png'); /* você pode usar sua própria imagem */
  opacity: 0.2;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  z-index: 0;
}

.hero .content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.hero h1 span {
  color: white;
  font-size: 50px;
}

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.download {
  background-color: #00e6c0;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}

.download:hover {
  background-color: #00bfa3;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

.browser {
  background-color: white;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}

.browser:hover {
  background-color: #e31c24;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: transparent;
  color: #888;
  font-size: 16px;
  text-align: right;
  padding: 0 24px 8px 0;
  pointer-events: none;
  z-index: 10;
}

.ativar-windows {
  text-align: right;
  font-size: 16px;
  color: #888;
}

.ativar-windows span {
  font-size: 13px;
  color: #888;
}

@media (max-width: 1100px) {
  header.main-menu, .top-bar {
    padding: 0 10px;
  }
  nav.main-menu-nav ul {
    padding: 0 10px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero h1 span {
    font-size: 36px;
  }
  .hero {
    height: 300px;
  }
}

@media (max-width: 800px) {
  header.main-menu {
    height: 60px;
    padding: 0 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .logo-area {
    display: none;
  }
  
  .logo {
      width: 100px;
      height: auto;
  }

  header.main-menu .header-buttons {
    display: flex;
    gap: 8px;
  }
  
  .header-buttons .btn-login,
  .header-buttons .btn-entrar {
    padding: 5px 12px;
    font-size: 13px;
  }

  nav.main-menu-nav .header-buttons {
      display: none;
  }

  nav.main-menu-nav ul {
    padding: 60px 0 0 0;
  }

  .close-menu {
    display: block;
  }

  .hero h1 {
    font-size: 26px;
  }
  
  .logo1 {
    width: 90%;
    max-width: 300px;
    height: auto;
  }

  .hamburger-menu {
    display: block;
  }

  nav.main-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: #1c1c1c;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  
  nav.main-menu-nav.active {
    transform: translateX(0);
  }

  nav.main-menu-nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
  }

  nav.main-menu-nav li {
    width: 100%;
    text-align: left;
  }
  
  nav.main-menu-nav a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  
  nav.main-menu-nav li.active::after {
    display: none;
  }

  nav.main-menu-nav a:hover {
    background-color: #e31c24;
  }
}

@media (max-width: 600px) {
  .brand {
    font-size: 16px;
  }
  .logo {
    width: 24px;
    height: 24px;
  }
  .header-buttons {
    gap: 6px;
  }
  .btn-login, .btn-entrar {
    font-size: 12px;
    padding: 4px 12px;
    height: 28px;
    min-width: 60px;
  }
  nav.main-menu-nav {
    top: 64px;
  }
  nav.main-menu-nav li {
    font-size: 16px;
    padding: 12px 0;
  }
}

@media (max-width: 550px) {
  header.main-menu {
    padding: 0 15px;
  }
  .logo-area {
    height: 32px;
  }
  .logo {
    width: 100px;
    height: 28px;
  }
  .header-buttons {
    gap: 4px;
  }
  .btn-login, .btn-entrar {
    font-size: 11px;
    padding: 3px 8px;
    height: 26px;
    min-width: 50px;
  }
  nav.main-menu-nav li {
    font-size: 13px;
    border-bottom: 1px solid #222;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: #000;
  }
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    font-size: 12px;
    gap: 2px;
  }
  .top-bar span {
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .top-bar-right {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 4px;
  }
  header.main-menu {
    height: 56px;
    padding: 0 15px;
  }
  .btn-login, .btn-entrar {
    width: auto;
    font-size: 12px;
    padding: 8px 0;
    height: 36px;
    margin-right: 0;
    max-width: none;
    min-width: 45px;
  }
  nav.main-menu-nav {
    padding-top: 70px;
  }
  nav.main-menu-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0;
    width: 100vw;
  }
  nav.main-menu-nav li {
    font-size: 15px;
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #222;
  }
  .hero {
    min-height: 220px;
    height: auto;
    padding: 24px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .content {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .hero h1 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
  }
  .hero h1 span {
    font-size: 26px;
  }
  .buttons {
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    align-items: center;
  }
  .download, .browser {
    width: 90vw;
    padding: 12px 0;
    font-size: 15px;
    max-width: 320px;
  }
  main {
    margin-top: 0;
    padding: 0;
  }
  footer {
    font-size: 12px;
    padding: 0 6px 4px 0;
  }
}

@media (max-width: 400px) {
  header.main-menu {
    padding: 0 8px;
    height: 50px;
  }
  .logo-area {
    height: 28px;
  }
  .logo {
    width: 70px;
    height: 22px;
  }
  .header-buttons {
    gap: 3px;
  }
  .btn-login, .btn-entrar {
    font-size: 10px;
    padding: 2px 6px;
    height: 24px;
    min-width: 40px;
  }
  nav.main-menu-nav {
    top: 50px;
    height: calc(100vh - 50px);
  }
  nav.main-menu-nav li {
    font-size: 12px;
  }
}

.modern-section {
  width: 100vw;
  background: linear-gradient(90deg, #181818 0%, #232526 100%);
  padding: 48px 0 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  animation: fadeInUp 1s ease;
}

.modern-content {
  width: 90vw;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modern-content h2 {
  color: #e0d9d9;
  font-size: 2.2rem;
  margin-bottom: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.benefits {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.benefit-card {
  background: #111;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.25);
  padding: 32px 24px 24px 24px;
  min-width: 220px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 16px;
}
.benefit-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 8px 32px 0 #e60000aa;
}

.icon-bounce {
  font-size: 2.5rem;
  margin-bottom: 18px;
  animation: bounce 1.2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.benefit-card p {
  color: #ccc;
  font-size: 1rem;
  text-align: center;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 800px) {
  .modern-section {
    padding: 32px 0;
  }
  .benefits {
    gap: 16px;
  }
  .benefit-card {
    min-width: 160px;
    max-width: 90vw;
    padding: 24px 10px 18px 10px;
  }
}

@media (max-width: 480px) {
  .modern-section {
    padding: 18vw 0 12vw 0;
    min-height: 0;
  }
  .modern-content h2 {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .benefits {
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    align-items: center;
  }
  .benefit-card {
    min-width: 0;
    max-width: 95vw;
    padding: 18px 4vw 12px 4vw;
  }
  .icon-bounce {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .benefit-card h3 {
    font-size: 1rem;
  }
  .benefit-card p {
    font-size: 14px;
  }
}

body.menu-open {
  overflow: hidden;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}

.menu-overlay.active {
  display: block;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  z-index: 1001;
}

.hamburger-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.3s;
}

.hamburger-menu.active .hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-menu.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active .hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.close-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 800px) {
  header.main-menu {
    height: 60px;
    padding: 0 20px;
  }
  .logo {
    width: 100px;
    height: auto;
  }
  .hero h1 {
    font-size: 26px;
  }
  .logo1 {
    width: 90%;
    max-width: 300px;
    height: auto;
  }
  .hamburger-menu {
    display: block;
  }
  .header-buttons {
    display: none;
  }
  nav.main-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: #1c1c1c;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
  }
  nav.main-menu-nav.active {
    transform: translateX(0);
  }
  nav.main-menu-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 0 0 0;
    width: 100%;
    justify-content: flex-start;
  }
  nav.main-menu-nav li {
    width: 100%;
    text-align: left;
  }
  nav.main-menu-nav a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  nav.main-menu-nav li.active::after {
    display: none;
  }
  nav.main-menu-nav a:hover {
    background-color: #e31c24;
  }
}
