/* RESET BÁSICO (Estilo Site 2) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #050816; /* Fundo escuro premium */
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

p {
  color: #a1afc3;
  line-height: 1.8;
}

/* BACKGROUND GLOWS (Efeito do Site 2) */
.bg-glow {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.12;
  z-index: -1;
}

.glow-1 {
  background: #c6a56b;
  top: -200px;
  left: -200px;
}

.glow-2 {
  background: #1e3a8a;
  bottom: -200px;
  right: -200px;
}

/* HEADER STYLE DELIVERED FROM SITE 2 */
.hero-section {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  text-align: center;
}

.hero-section h1 {
  font-size: 34px;
  color: #c6a56b;
  letter-spacing: 3px;
  font-weight: 700;
}

/* SEÇÃO DE CAPTURA DE LEADS */
.signup-section {
  padding: 30px 0;
}

.signup-content {
  display: flex;
  flex-direction: column; /* Mobile default */
  align-items: center;
  gap: 40px;
  position: relative;
}

/* Área da capa e do texto principal */
.signup-visuals {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 450px;
  width: 100%;
}

.signup-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  /*border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); */
  align-self: center;
}

.signup-cta-text {
  font-size: 16px;
  color: #a1afc3;
}

.signup-cta-text strong {
  color: #f8fafc;
}

/* Seta para baixo estilizada no Mobile */
.arrow-down-mobile {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #dc3545;
  margin-top: 25px;
  display: block;
}

/* CARD DO FORMULÁRIO CRU (Igual ao Site 2) */
.signup-form-container {
  width: 100%;
  max-width: 480px;
}

.form-card {
  padding: 40px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(30px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.ebook-mini {
  color: #c6a56b;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-card h2 {
  font-size: 28px;
  color: #f8fafc;
  margin-bottom: 24px;
}

.input-group {
  margin-bottom: 20px;
  text-align: left;
}

.input-group label {
  display: block;
  margin-bottom: 8px;
  color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
}

.input-group input {
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.input-group input:focus {
  border-color: #c6a56b;
  background: rgba(255, 255, 255, 0.07);
}

.input-specification {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.4;
}

.spam-warning {
  font-size: 12px;
  color: #c6a56b;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Botão Premium Dourado */
button {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 14px;
  background: #c6a56b;
  color: #050816;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
  background: #dbba7d;
  box-shadow: 0 10px 20px rgba(198, 165, 107, 0.2);
}

/* SEÇÃO DE BENEFÍCIOS (O QUE VOCÊ VAI APRENDER) */
.learning-section {
  padding: 30px 0;
}

.section-mini {
  color: #c6a56b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 38px;
  color: #f8fafc;
}

.learning-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Cards horizontais adaptados do estilo do Site 2 */
.learning-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.learning-item img {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.item-content {
  flex: 1;
}

.learning-item h3 {
  font-size: 22px;
  color: #f8fafc;
  margin-bottom: 12px;
}

.learning-item p {
  font-size: 15px;
  color: #a1afc3;
}

/* Divisores elegantes e discretos */
.section-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* PREMIUM FOOTER */
.footer {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #02040a;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-left h3 {
  color: #f8fafc;
  font-size: 18px;
  margin-bottom: 6px;
}

.footer-left p {
  font-size: 13px;
  color: #64748b;
}

.footer-nav a {
  color: #a1afc3;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.footer-nav a:hover {
  color: #c6a56b;
}

.nav-separator {
  color: rgba(255, 255, 255, 0.1);
  margin: 0 8px;
}

/* ==========================================================================
   MEDIA QUERIES (COMPORTAMENTO DESKTOP LADO A LADO - IMAGENS DO POST)
   ========================================================================== */
@media (min-width: 768px) {
  .signup-content {
    flex-direction: row; /* Alinha lado a lado no monitor grande */
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }

  .signup-visuals {
    text-align: left;
    align-items: flex-start;
    flex: 1;
    max-width: 500px;
  }

  .signup-image {
    max-width: 320px;
    align-self: center;
  }

  .arrow-down-mobile {
    display: none; /* Some com a seta vertical no desktop */
  }

  .signup-form-container {
    flex: 1;
    max-width: 500px;
  }

  /* Criação exata das setas indicativas horizontais do layout do post */
  .signup-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #dc3545;
    top: 180px;
    left: calc(50% - 15px);
    z-index: 10;
  }

  .signup-content::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #dc3545;
    top: 175px;
    left: calc(50% + 15px);
    z-index: 10;
  }

  .signup-section {
    padding: 80px 0;
  }

  /* Organização dos benefícios horizontais alternados */
  .learning-item {
    flex-direction: row;
    text-align: left;
    padding: 40px;
  }

  .learning-item img {
    margin-bottom: 0;
  }

  .learning-item.reverse {
    flex-direction: row-reverse;
  }

  /* Ajustes do Rodapé em telas grandes */
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
