/* =========================================================
   FONTES (Anton = fonte do botão do CTA original)
   ========================================================= */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Assets/fonts/anton-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Assets/fonts/anton-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   BASE
   ========================================================= */
:root {
  --orange: #f7931e;
  --title: #f3f3f3;
  --muted: #bdbdbd;
  --gap: 20px;
  --marquee-h: 44px; /* 10px + 24px de texto + 10px */
}

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

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #000;
  color: var(--title);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
.orange { color: var(--orange); }

/* =========================================================
   FAIXAS QUE CORREM
   ========================================================= */
.marquee {
  background: var(--orange);
  padding: 10px 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  list-style: none;
  animation: marquee-right 20s linear infinite;
}
.marquee-track--left { animation-name: marquee-left; }

.marquee-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5em;
  color: #000;
  white-space: nowrap;
}
.marquee-item svg { width: 12px; height: 12px; fill: #000; flex: none; }

@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes marquee-left  { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  display: flex;
  flex-direction: column;
  /* tela cheia menos as duas faixas: a faixa de baixo já aparece na primeira dobra */
  min-height: calc(100vh - 2 * var(--marquee-h));
  /* conteúdo centralizado na altura: a sobra se divide entre cima e baixo */
  justify-content: center;
  padding: 3rem 0 2.5rem;
  background: #000 url('Assets/bg-desktop.webp?v=3') top center / cover no-repeat;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
/* a coluna de texto ocupa só a metade esquerda; a foto fica à direita */
.hero-content > * { max-width: 49%; }
.hero-content > .hero-head { width: 49%; }

/* ---------- logo + data ---------- */
.hero-head {
  display: flex;
  align-items: center;
  gap: var(--gap);
}

.brand {
  width: 44%;
  height: auto;
  flex: none;
}

.when {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.when li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5em;
  color: #fff;
}
.when-icon {
  width: 40px;
  height: 40px;
  flex: none;
  background: rgba(255, 255, 255, .2);
}
.when-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- textos ---------- */
.title {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: -2px;
  color: var(--title);
}

.sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -1px;
  color: var(--muted);
}
.sub strong { color: #fff; font-weight: 900; }

.lead.lead {
  max-width: calc(49% * .71);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4em;
  color: #fff;
}

/* ---------- CTA (igual ao do CapturaLeadBlackFriday) ---------- */
.hero-content > .cta-row { max-width: none; }

.cta-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(6px, 1.2vw, 16px);
}

.cta {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 3.25vw, 30px);
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: .42em .42em .42em 1.15em;
  background: linear-gradient(100deg, #1c24f0 0%, #3a46ff 45%, #5b3bff 100%);
  border: 1.5px solid rgba(170, 180, 255, .75);
  border-radius: 999px;
  text-shadow: 0 1px 0 rgba(0, 0, 60, .35);
  box-shadow:
    0 0 10px rgba(70, 90, 255, .85),
    0 0 26px rgba(50, 70, 255, .5),
    0 .18em 0 #0f16a8,
    inset 0 1px 0 rgba(255, 255, 255, .45);
  cursor: pointer;
  animation: btn-pulse 2.4s ease-in-out infinite;
  transition: transform .18s ease, filter .18s ease;
}

/* reflexo de luz que atravessa o botão */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .55) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: btn-shine 3.2s ease-in-out infinite;
}

/* seta dentro de um círculo branco */
.btn::after {
  content: "";
  flex-shrink: 0;
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c24f0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 58% no-repeat,
    #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
  transition: transform .18s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.1);
}
.btn:hover::after { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.btn:disabled { opacity: .7; cursor: wait; }

@keyframes btn-shine {
  0%, 55% { transform: translateX(-120%); }
  100%    { transform: translateX(120%); }
}
@keyframes btn-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(70, 90, 255, .85), 0 0 26px rgba(50, 70, 255, .5),
                0 .18em 0 #0f16a8, inset 0 1px 0 rgba(255, 255, 255, .45);
  }
  50% {
    box-shadow: 0 0 16px rgba(90, 110, 255, 1), 0 0 42px rgba(60, 80, 255, .7),
                0 .18em 0 #0f16a8, inset 0 1px 0 rgba(255, 255, 255, .45);
  }
}

.micro {
  margin-top: .75em;
  font-size: clamp(10px, 1.05vw, 13px);
  color: #cfcfcf;
  text-align: center;
  white-space: nowrap;
}

/* =========================================================
   RESPONSIVO — mesmos pontos de quebra da referência
   ========================================================= */

/* notebook: conteúdo em 90% da tela, coluna de texto um pouco mais larga */
@media (max-width: 1366px) {
  .hero-content { width: 90%; }
  .hero-content > * { max-width: 60%; }
  .hero-content > .hero-head { width: 60%; }
  .sub.sub { max-width: calc(60% * .85); }
  .lead.lead { max-width: calc(60% * .71); }
}

/* tablet e celular: foto em cima, texto centralizado embaixo */
@media (max-width: 1024px) {
  .hero {
    min-height: 0;
    padding: 75% 0 2.5rem;
    background-image: url('Assets/bg-mobile.webp');
    background-size: contain;
  }
  .hero-content {
    align-items: center;
    text-align: center;
  }
  .hero-content > *,
  .hero-content > .hero-head,
  .sub.sub { max-width: 100%; }
  .hero-content > .hero-head { width: 100%; }
  .lead.lead { max-width: 71%; }

  .hero-head { flex-direction: column; }
  /* logo fica em cima da foto: sombra preta para destacar */
  .brand {
    width: min(42%, 320px);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .9)) drop-shadow(0 6px 14px rgba(0, 0, 0, .85));
  }
  .when { flex-direction: row; justify-content: center; gap: 20px; }

  .cta-row { justify-content: center; }
}

@media (max-width: 767px) {
  .hero { padding: 75% 1rem 2.5rem; }
  .hero-content { width: 100%; }

  .brand { width: 58%; }
  .when { flex-direction: column; gap: 4px; }
  .when li { font-size: .9rem; gap: 10px; }
  .when-icon { width: 24px; height: 24px; }

  .title { font-size: 2rem; letter-spacing: -1px; }
  .sub { font-size: 1.1rem; letter-spacing: -.5px; }
  .lead.lead { max-width: 100%; }
  .cta-row, .cta { width: 100%; }
  .btn {
    width: 100%;
    font-size: clamp(16px, 5vw, 21px);
    padding: .5em .45em .5em 1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .btn, .btn::before { animation: none; }
}

/* =========================================================
   MODAL / FORMULÁRIO
   ========================================================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal.is-open { display: flex; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(3px);
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #0b0b0b;
  border: 1px solid rgba(247, 147, 30, .45);
  padding: 32px 26px 28px;
  box-shadow: 0 0 40px rgba(247, 147, 30, .25);
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  color: #bbb;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover { color: #fff; }

.lead-form h2,
.form-success h2 {
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.modal-sub,
.form-success p {
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
  margin-bottom: 18px;
}

.lead-form label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #eee;
  margin-bottom: 12px;
}

.lead-form input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px 14px;
  font: 400 16px 'Inter', sans-serif;
  color: #fff;
  background: #161616;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.lead-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(247, 147, 30, .2);
}

.form-error {
  color: #ff6b6b;
  font-size: 13px;
  margin-bottom: 10px;
}

.btn-form {
  width: 100%;
  margin-top: 8px;
  font-size: 20px;
}

.micro-form {
  margin-top: 10px;
  font-size: 11px;
  white-space: normal;
}
