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

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #f5f0df;
  min-height: 90vh;
  background:
    linear-gradient(rgba(10, 10, 8, 0.75), rgba(10, 10, 8, 0.88)),
    url('https://images.unsplash.com/photo-1580136579312-94651dfd596d?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, rgba(155, 128, 72, 0.18), rgba(0, 0, 0, 0.65));
  pointer-events: none;
}

.container {
  width: min(1100px, 92%);
  margin: auto;
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 40vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #c8a75a;
  color: #e7c46d;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.45);
}

h1 {
  font-size: clamp(42px, 8vw, 86px);
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
}

.subtitle {
  max-width: 760px;
  margin: 18px auto 32px;
  font-size: 20px;
  line-height: 1.5;
  color: #e6dfc8;
}

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

.btn {
  text-decoration: none;
  color: #111;
  padding: 16px 26px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.25s;
}

.btn.primary {
  background: #d4a62a;
}

.btn.secondary {
  background: #f5f0df;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  padding-bottom: 50px;
}

.card {
  background: rgba(18, 18, 14, 0.86);
  border: 1px solid rgba(212, 166, 42, 0.45);
  padding: 26px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.card h2 {
  color: #e7c46d;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card ul {
  list-style: none;
}

.card li,
.card p {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #eee7d1;
}

.warning {
  border-color: rgba(180, 60, 40, 0.7);
}

footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #cfc6aa;
}

@media (max-width: 600px) {
  .hero {
    min-height: 52vh;
  }

  .subtitle {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.logo-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Barra superior */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  z-index: 1000;
}

.topbar-content {
  max-width: 1200px;
  height: 100%;

  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
}

.topbar-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.topbar-title {
  margin-left: 12px;

  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;

  text-transform: uppercase;
}

/* Compensação da barra fixa */
.hero {
  padding-top: 120px;
}

/* Responsivo */
@media (max-width: 768px) {
  .topbar {
    height: 60px;
  }

  .topbar-title {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }

  .hero {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .topbar-content {
    padding: 0 15px;
  }

  .topbar-title {
    font-size: 0.9rem;
  }
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(255,255,255,.08);
  z-index: 1000;
}

.topbar-content {
  height: 100%;
  display: flex;
  align-items: center;

  padding-left: 25px;
}


.topbar-title {
  margin-left: 12px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.topbar-logo {
    height: 42px;
    width: 42px;
    object-fit: contain;
    display: block;

    transform-origin: center center;
    animation: spinLogo 5s linear infinite;
}

@keyframes spinLogo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 70px;

  background: rgba(0, 0, 0, 0.25); /* mais transparente */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  border-bottom: 1px solid rgba(255,255,255,0.05);

  z-index: 1000;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;

  margin-bottom: 50px;
}

.btn {
  min-width: 200px;
  text-align: center;
}