* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

body {
  background: #050827;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Container geral do topo */
.hero {
  min-height: 100vh;
  background: #050827;
  color: #ffffff;
  padding: 0 210px 120px;
  display: flex;
  flex-direction: column;
}

/* NAVBAR */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 12px;
  margin-bottom: 40px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  margin-top: 6px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 17px;
  color: #ffffff;
}

.nav-links a {
  position: relative;
  padding-bottom: 2px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #4d7cff, #ff6ad5);
  transition: width 0.25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
}

.btn,
.btn-outline,
.btn-ghost {
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-ghost {
  background: transparent;
  color: #d3d9ff;
}

.btn-ghost:hover {
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn {
  background: linear-gradient(90deg, #4d7cff, #ff6ad5);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(85, 126, 255, 0.6);
}

.btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 10px 30px rgba(85, 126, 255, 0.85);
  transform: translateY(-1px);
}

/* CONTEÚDO CENTRAL */
.hero-content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.gradient-text {
  background: linear-gradient(90deg, #4d7cff, #9a5dff, #ff6ad5, #ffb347);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 20px;
  color: #a6b4ff;
  margin-bottom: 46px;
}

/* BARRA DE BUSCA */
.search-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.search-bar {
  display: flex;
  align-items: stretch;
  background: rgba(8, 16, 40, 0.94);
  border-radius: 999px;
  padding: 14px;
  gap: 0;
  box-shadow:
    0 0 45px rgba(44, 118, 255, 0.8),
    0 22px 45px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(120, 167, 255, 0.55);
  max-width: 2200px;
  width: 100vw;
  overflow: hidden;
}

.hero-image-wrapper {
  margin-top: 60px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 85vw;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 12px;
  border-radius: 64px;
  overflow: hidden;
  background: #050827;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85);
}

.hero-image-wrapper + .hero-image-wrapper {
  margin-top: 0;
}

.hero-image-secondary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hero-image-tertiary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.hero-image-quaternary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image-quinary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image-senary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image-septenary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image-octonary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image-nonary {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: 95vw;
}

.hero-image {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.65);
  transform: scale(1.08);
  transform-origin: center top;
}

.hero-image-alt {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt2 {
  transform: translateX(-80px) scale(1.0, 1.14);
  transform-origin: center top;
}

.hero-image-alt3 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt4 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt5 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt6 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt7 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-alt8 {
  transform: scale(1.0);
  transform-origin: center top;
}

.hero-image-tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background: #050827;
  pointer-events: none;
}

.search-select {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  border-radius: 999px;
  background: rgba(11, 26, 64, 0.9);
  color: #ffffff;
  font-size: 16px;
  margin-right: 4px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
}

.search-select-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #4c7dff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: transparent;
}

.search-select-arrow {
  font-size: 10px;
  opacity: 0.7;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0 16px;
  min-width: 0;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  z-index: 1;
}

.search-input::placeholder {
  color: #7a86c5;
}

.search-button {
  border: none;
  outline: none;
  border-radius: 999px;
  padding: 0 26px;
  min-width: auto;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(90deg, #4d7cff, #ff6ad5);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow:
    0 8px 26px rgba(85, 126, 255, 0.8);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.search-button .sparkle {
  font-size: 16px;
}

.search-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

/* RESPONSIVO */
@media (max-width: 960px) {
  .hero {
    padding: 16px 24px 72px;
  }

  .navbar {
    margin-bottom: 56px;
  }

  .nav-links {
    display: none;
  }

  .nav-right .btn-outline {
    display: none;
  }

  .hero-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 16px 16px 64px;
  }

  .search-bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    gap: 8px;
  }

  .search-select {
    width: 100%;
    justify-content: center;
  }

  .search-input {
    padding: 10px 14px;
    text-align: left;
  }

  .search-button {
    justify-content: center;
    padding: 10px 20px;
  }
}
