/* =========================================================
   /prompts — landing do lead magnet (live Empreender Plus)
   Mesma base da proposta: preto & branco, violeta só em destaque.
   Sora (corpo) + Fraunces (display). Mobile-first (~390px).
   ========================================================= */

:root {
  --bg: #050505;
  --ink: #ffffff;
  --ink-2: rgba(255, 255, 255, 0.64);
  --ink-3: rgba(255, 255, 255, 0.38);
  --line: rgba(255, 255, 255, 0.12);
  --accent: #8841e5;
  --accent-2: #a66bf0;
  --accent-3: #c9aefc;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

::selection { background: var(--accent); color: #fff; }

.lm {
  max-width: 560px;
  margin: 0 auto;
  padding: 26px 22px 40px;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

/* ===== topo ===== */
.lm-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.lm-brand img { height: 24px; width: auto; }
.lm-top-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-2);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 6px 12px;
}

/* ===== hero ===== */
.lm-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 18px;
}
.lm-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--accent); }

.lm-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(34px, 9vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.lm-title em { font-style: italic; color: var(--accent-3); }

.lm-sub {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
}

.lm-list {
  list-style: none;
  margin-top: 26px;
}
.lm-list li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.5;
}
.lm-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 600;
}

/* ===== form ===== */
.lm-form-wrap {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.03);
}

.lm-form-title {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lm-field { display: block; margin-bottom: 16px; }
.lm-field span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 7px;
}
.lm-field input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.25s var(--ease);
}
.lm-field input::placeholder { color: var(--ink-3); }
.lm-field input:focus { outline: none; border-color: var(--accent-2); }

/* honeypot fora da tela (não usar display:none — alguns bots detectam) */
.lm-hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
}

.lm-error {
  font-size: 13px;
  color: #ff7b7b;
  margin-bottom: 14px;
  line-height: 1.5;
}
.lm-error[hidden] { display: none; }

.lm-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, var(--accent), #6a2ec0);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.lm-btn:hover { transform: translateY(-1px); }
.lm-btn:disabled { opacity: 0.55; cursor: wait; transform: none; }

.lm-privacy {
  margin-top: 12px;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ink-3);
  text-align: center;
}

/* ===== sucesso ===== */
.lm-success { text-align: center; padding: 10px 0; }
.lm-success[hidden] { display: none; }
.lm-success-title {
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.lm-success-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 22px;
}

/* ===== rodapé ===== */
.lm-foot {
  margin-top: auto;
  padding-top: 48px;
  text-align: center;
  font-size: 11.5px;
  line-height: 2;
  color: var(--ink-3);
}
.lm-foot a { color: var(--ink-2); text-decoration: none; }
.lm-foot a:hover { color: var(--accent-3); }

/* ===== reveals leves (sem GSAP/Lenis) ===== */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: lmReveal 0.7s var(--ease) forwards;
}
.reveal:nth-child(2) { animation-delay: 0.08s; }
.reveal:nth-child(3) { animation-delay: 0.16s; }
.reveal:nth-child(4) { animation-delay: 0.24s; }
.lm-form-wrap.reveal { animation-delay: 0.3s; }

@keyframes lmReveal {
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; opacity: 1; transform: none; }
}

/* ===== desktop ===== */
@media (min-width: 900px) {
  .lm {
    max-width: 1040px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: auto 1fr auto;
    column-gap: 72px;
    align-items: start;
    padding: 34px 40px 48px;
  }
  .lm-top { grid-column: 1 / -1; margin-bottom: 64px; }
  .lm-hero { grid-row: 2; }
  .lm-form-wrap { grid-row: 2; margin-top: 0; position: sticky; top: 40px; padding: 32px 30px; }
  .lm-foot { grid-column: 1 / -1; }
}
