/* =============================================
   CIRO MEMÓRIA — Laboratório da Decisão
   Landing page de evento. Complementa style.css.
   Todas as classes usam o prefixo .ev- para não
   colidir com as seções da home.
   ============================================= */

.ev-page { background: var(--white); }

/* Header compacto da LP: logo + "voltar" agrupados à esquerda, CTA à direita.
   O header é transparente sobre o hero escuro e vira branco ao rolar, então o
   link precisa inverter de cor junto (claro no topo, escuro depois de rolar). */
.ev-header .header__inner { justify-content: flex-start; }
.ev-header__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 28px;
  margin-right: auto;
  padding: 6px 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.68);
  border-bottom: 1px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.ev-header__back:hover {
  color: var(--white);
  border-bottom-color: var(--accent);
}
.header.scrolled .ev-header__back { color: var(--text-light); }
.header.scrolled .ev-header__back:hover {
  color: var(--navy);
  border-bottom-color: var(--accent);
}

/* ---- HERO ---- */
.ev-hero {
  position: relative;
  padding: 190px 0 110px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 55%, var(--navy-lt) 100%);
  color: var(--white);
  overflow: hidden;
}
.ev-hero__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
}
.ev-hero__art svg { width: 100%; height: 100%; }
.ev-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
}
.ev-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 32px;
  border: 1px solid rgba(248, 192, 80, 0.38);
  border-radius: 100px;
  background: rgba(248, 192, 80, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.ev-hero__badge .badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.ev-hero__eyebrow {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 18px;
}
.ev-hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}
.ev-hero__headline em {
  font-style: italic;
  color: var(--accent);
}
.ev-hero__lead {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 660px;
  margin-bottom: 40px;
}
.ev-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.ev-hero__scarcity {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}

/* Ficha técnica do evento */
.ev-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 1px;
  margin-top: 64px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.ev-fact {
  padding: 24px 26px;
  background: rgba(49, 64, 86, 0.55);
  backdrop-filter: blur(2px);
}
.ev-fact__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.ev-fact__value {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
}

/* ---- SEÇÕES GENÉRICAS DA LP ---- */
.ev-section { padding: 110px 0; }
.ev-section--alt { background: var(--off-white); }
.ev-section--dark {
  background: var(--navy);
  color: var(--white);
}
.ev-section__header {
  max-width: 760px;
  margin-bottom: 64px;
}
.ev-section__header--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ev-lead {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin-bottom: 20px;
}
.ev-lead strong { color: var(--navy); font-weight: 600; }
.ev-section--dark .ev-lead { color: rgba(255,255,255,0.75); }
.ev-section--dark .ev-lead strong { color: var(--white); }

/* ---- DOR / PROBLEMA ---- */
.ev-dor__stat {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 30px 34px;
  margin: 40px 0 48px;
  border-left: 3px solid var(--accent);
  background: var(--accent-pale);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.ev-dor__num {
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}
.ev-dor__num-text {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--text-mid);
}
.ev-dor__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 26px;
}
.ev-dor__card {
  padding: 32px 30px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}
.ev-dor__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--navy-lt);
}
.ev-dor__card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}
.ev-dor__card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-light);
}

/* ---- O QUE É O LABORATÓRIO ---- */
.ev-lab__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 1px;
  margin-top: 56px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.ev-lab__item {
  padding: 40px 34px;
  background: var(--navy);
}
.ev-lab__item h3 {
  font-family: var(--font-serif);
  font-size: 1.24rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.ev-lab__item p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.62);
}
.ev-lab__glyph {
  display: block;
  font-size: 1.5rem;
  color: var(--accent);
  margin-bottom: 20px;
}

/* ---- MENTOR ---- */
.ev-mentor__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.ev-mentor__visual { position: relative; }
.ev-mentor__img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.ev-mentor__quote {
  position: relative;
  padding: 26px 0 26px 30px;
  margin: 28px 0 30px;
  border-left: 3px solid var(--accent);
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--navy);
}
.ev-mentor__name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.ev-mentor__cred {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}
.ev-mentor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

/* ---- PROGRAMAÇÃO ---- */
.ev-agenda {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: 32px;
}
.ev-encontro {
  display: flex;
  flex-direction: column;
  padding: 44px 40px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.ev-encontro__num {
  font-family: var(--font-serif);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-xlight);
  margin-bottom: 14px;
}
.ev-encontro__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 10px;
}
.ev-encontro__sub {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 26px;
}
.ev-encontro__quando {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 30px;
  background: var(--off-white-2);
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
}
.ev-encontro__quando svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--navy-xlt);
}
.ev-encontro__bloco + .ev-encontro__bloco { margin-top: 22px; }
.ev-encontro__bloco h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.ev-encontro__bloco h4::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.ev-encontro__bloco p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-mid);
}
.ev-agenda__nota {
  margin-top: 34px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-light);
}
.ev-agenda__nota strong { color: var(--navy); font-weight: 600; }

/* ---- PARA QUEM É ---- */
.ev-quem {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 18px;
}
.ev-quem__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-md);
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}
.ev-quem__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--accent);
}

/* ---- OFERTA ---- */
.ev-oferta__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 54px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.ev-oferta__title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 16px;
}
.ev-oferta__title em { font-style: italic; color: var(--accent); }
.ev-oferta__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 40px;
}
.ev-inclui {
  display: grid;
  gap: 14px;
  margin-bottom: 40px;
  text-align: left;
}
.ev-inclui__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  background: var(--off-white);
  border-radius: var(--radius-sm);
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--text-mid);
}
.ev-inclui__item strong { color: var(--navy); font-weight: 600; }
.ev-inclui__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: var(--accent);
}
.ev-oferta__nota {
  margin-top: 18px;
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ---- FORMULÁRIO DE INSCRIÇÃO ---- */
.ev-form__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.ev-form__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}
.ev-form__wrapper {
  padding: 40px 38px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.form__opcional {
  font-weight: 400;
  color: var(--text-xlight);
  text-transform: none;
  letter-spacing: 0;
}

/* ---- RESPONSIVO ---- */
@media (max-width: 980px) {
  .ev-mentor__inner,
  .ev-form__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ev-mentor__visual { max-width: 420px; }
}

@media (max-width: 768px) {
  /* A LP não tem menu hamburger: o CTA do header fica visível no lugar dele.
     Logo e botão precisam caber lado a lado em 360px sem estourar a linha. */
  .ev-header__back { display: none; }
  .ev-header .header__inner {
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .ev-header .header__logo { min-width: 0; }
  .ev-header .header__logo .logo__img { height: 30px; width: auto; }
  .ev-header .header__cta {
    display: inline-flex;
    flex-shrink: 0;
    padding: 9px 14px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .ev-hero { padding: 150px 0 80px; }
  .ev-section { padding: 78px 0; }
  .ev-facts { margin-top: 48px; }
  .ev-encontro { padding: 34px 28px; }
  .ev-oferta__inner { padding: 40px 26px; }
  .ev-form__wrapper { padding: 30px 24px; }
  .ev-dor__stat { flex-direction: column; gap: 10px; padding: 26px 24px; }
  .ev-hero__ctas .btn { width: 100%; justify-content: center; }
}

/* Telas estreitas: encolhe a logo para o CTA não encostar nela */
@media (max-width: 400px) {
  .ev-header .header__logo .logo__img { height: 26px; }
  .ev-header .header__cta { padding: 8px 12px; font-size: 0.7rem; }
}

/* ---- MOVIMENTO ---- */
@media (prefers-reduced-motion: reduce) {
  .ev-hero__art { display: none; }
}
