/* =====================================================================
   Ticket Digital Gratuito 2026 — visual "Stadium"
   Usado por LandingPages/free2026.html (escopo: .lp-free26).
   As classes de cor (.bg-*, .dark-blue, etc.) vêm de lp.css.
   ===================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.lp-free26 {
  --bg: #F7F5F0;
  --ink: #16181F;
  --muted: #5b6168;
  --accent: #E35100;        /* laranja CTA TDC */
  --navy: #152A3F;
  --gold: #ffd24a;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif;
}

/* lp.css força Impact nos títulos; aqui voltamos ao sans moderno */
.lp-free26 h1,
.lp-free26 h2,
.lp-free26 h3,
.lp-free26 h4,
.lp-free26 h5,
.lp-free26 p.lead {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

.lp-free26 section {
  padding: 0;
}
.lp-free26 section > div.container {
  max-width: 1140px;
  padding-left: 24px;
  padding-right: 24px;
}

/* ===== HERO =====
   Foto de fundo + overlay escuro (gradiente mais escuro à esquerda, onde fica o texto).
   Imagem otimizada no CDN (~300KB). background-color = fallback de legibilidade. */
.lp-free26 #sc_topo {
  background:
    linear-gradient(115deg, rgba(11, 22, 34, .95) 0%, rgba(21, 42, 63, .85) 45%, rgba(27, 58, 92, .62) 100%),
    url('https://cdn.thedevconf.com.br/img/site/outros/tdc-digital.png') center / cover no-repeat;
  background-color: #102236;
  color: #fff;
}
.lp-free26 #sc_topo .container.tickets {
  background: transparent;
  color: #fff;
  /* padding-top extra: a navbar do base2026 é fixed-top e sobrepõe o conteúdo */
  padding: 104px 24px 48px;
}
.lp-free26 .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 7px 14px;
  border-radius: 999px;
}
.lp-free26 #sc_topo h1 {
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: 1.06;
  margin: 20px 0 14px;
  color: #fff;
}
.lp-free26 #sc_topo h1 .hl {
  color: var(--gold);
}
.lp-free26 #sc_topo .lead {
  font-size: clamp(16px, 1.6vw, 19px);
  color: #d7e2ee;
  max-width: 640px;
  margin-bottom: 10px;
}
.lp-free26 #sc_topo p {
  color: #d7e2ee;
}
.lp-free26 .data-evento {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-top: 6px;
}
.lp-free26 .btn-grat {
  background: var(--accent);
  border: none;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  padding: 15px 34px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(227, 81, 0, .4);
  transition: .15s;
}
.lp-free26 .btn-grat:hover {
  background: #c84800;
  color: #fff;
  transform: translateY(-2px);
}
.lp-free26 .btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .45);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: 12px;
  transition: .15s;
}
.lp-free26 .btn-ghost:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: #fff;
}

/* ===== faixa de números ===== */
.lp-free26 .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0d1b2a;
  color: #fff;
}
.lp-free26 .stats .it {
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
}
.lp-free26 .stats .it:last-child {
  border-right: none;
}
.lp-free26 .stats .n {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.lp-free26 .stats .l {
  font-size: 13px;
  color: #c7d2de;
  margin-top: 6px;
}

/* ===== seções claras ===== */
.lp-free26 .sec {
  padding: 48px 24px;
}
.lp-free26 .sec h2 {
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(24px, 3vw, 32px);
  text-align: center;
  margin-bottom: 8px;
  color: var(--ink);
}
.lp-free26 .sec .sub {
  text-align: center;
  color: var(--muted);
  max-width: 660px;
  margin: 0 auto 34px;
  font-size: 16px;
}

/* ===== benefícios ===== */
.lp-free26 .benef {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
  transition: .15s;
}
.lp-free26 .benef:hover {
  border-color: #d8d2c6;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(21, 42, 63, .07);
}
.lp-free26 .benef .ic {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}
.lp-free26 .benef h3 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--ink);
}
.lp-free26 .benef p {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* ===== programação ===== */
.lp-free26 #sc_programacao {
  background: #fbfaf7;
  border-top: 1px solid #efebe3;
}
.lp-free26 #sc_programacao .container {
  background: transparent;
  color: var(--ink);
}
.lp-free26 .day-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 0;
  list-style: none;
}
.lp-free26 .day-tab {
  border: 1.5px solid #e2ddd3;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 22px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}
.lp-free26 .day-tab small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--muted);
  text-transform: capitalize;
}
.lp-free26 .day-tab.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.lp-free26 .day-tab.active small {
  color: #bcd0e6;
}
.lp-free26 .day-pane {
  display: none;
}
.lp-free26 .day-pane.show {
  display: block;
}

.lp-free26 .talk-card {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: .15s;
  display: flex;
  flex-direction: column;
}
.lp-free26 .talk-card {
  cursor: pointer;
}
.lp-free26 .talk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(21, 42, 63, .1);
  border-color: #ddd6c9;
}
.lp-free26 .talk-bar {
  height: 5px;
}
.lp-free26 .talk-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lp-free26 .talk-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.lp-free26 .talk-photos {
  display: flex;
}
.lp-free26 .talk-ph {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #ece8e0;
  flex: none;
  background: #e9e6df;
}
.lp-free26 .talk-ph.stack {
  margin-left: -26px;
}
.lp-free26 .talk-time {
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
}
.lp-free26 .talk-track {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  margin-top: 4px;
  line-height: 1.25;
  /* fundo (tint) e cor (inkText) são aplicados inline pela cor oficial da trilha */
}
.lp-free26 .talk-title {
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.3;
  margin: 2px 0 10px;
  color: var(--ink);
}
.lp-free26 .talk-who {
  margin-top: auto;
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 600;
}
.lp-free26 .talk-who span {
  color: var(--muted);
  font-weight: 400;
}

/* ===== inscrição — reestiliza o form incluído (registration2026.html) ===== */
.lp-free26 #sc_inscricao {
  background: #fbfaf7;
  border-top: 1px solid #efebe3;
}
.lp-free26 #sc_inscricao .container {
  background: transparent;
  color: var(--ink);
}
.lp-free26 #sc_inscricao .form {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(21, 42, 63, .06);
  color: var(--ink);
}
/* card do formulário centralizado e sozinho (sem coluna de logo/texto) */
.lp-free26 #sc_inscricao .form-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
}
.lp-free26 #sc_inscricao fieldset {
  border: none !important;
  padding: 8px;
}
.lp-free26 #sc_inscricao fieldset legend {
  color: var(--navy);
  font-weight: 800;
}
.lp-free26 #sc_inscricao label.form-label {
  color: var(--navy);
  font-weight: 600;
}
.lp-free26 #sc_inscricao .form-control,
.lp-free26 #sc_inscricao .form-select {
  border: 1.5px solid #e2ddd3;
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 15px;
  background: #fdfcfa;
  color: #333;
}
.lp-free26 #sc_inscricao .form-control:focus,
.lp-free26 #sc_inscricao .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(227, 81, 0, .12);
  background: #fff;
}
.lp-free26 #sc_inscricao .consent-box {
  background: #faf8f3;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
}
.lp-free26 #sc_inscricao .consent-box label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}
.lp-free26 #sc_inscricao .privacy-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  margin: 14px 0;
}
.lp-free26 #sc_inscricao .privacy-note a,
.lp-free26 #sc_inscricao .form a {
  color: var(--accent);
}
.lp-free26 #sc_inscricao .btn-warning {
  background: var(--accent);
  border: none;
  color: #fff !important;
  font-weight: 800;
  font-size: 17px;
  padding: 14px 20px;
  border-radius: 12px;
}
.lp-free26 #sc_inscricao .btn-warning:hover {
  background: #c84800;
  color: #fff !important;
}
.lp-free26 #sc_inscricao h3 {
  color: var(--ink);
  font-weight: 800;
}
.lp-free26 #sc_inscricao p {
  color: var(--muted);
}
.lp-free26 #sc_inscricao h3 b {
  color: var(--accent) !important;
}

/* ===== CTA final ===== */
.lp-free26 .cta-final {
  background: linear-gradient(135deg, #152A3F, #1b3a5c);
  color: #fff;
  text-align: center;
}
.lp-free26 .cta-final .container {
  background: transparent;
  color: #fff;
  padding: 48px 24px;
}
.lp-free26 .cta-final h2 {
  font-weight: 800;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: #fff;
}
.lp-free26 .cta-final p {
  color: #d7e2ee;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 8px;
}
.lp-free26 .selo-grat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 210, 74, .16);
  border: 1px solid rgba(255, 210, 74, .4);
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.lp-free26 .cta-final a.link-gold {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

/* ===== promo board (lp.board1URL) ===== */
.lp-free26 #sc_promocao {
  background: #fbfaf7;
}
.lp-free26 #sc_promocao .container {
  background: transparent;
}

/* ===== dica "ver descrição e perfil" no card ===== */
.lp-free26 .vermais {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* ===== modal de detalhe da palestra ===== */
.lp-free26 .talk-modal {
  position: fixed;
  inset: 0;
  background: rgba(13, 27, 42, .62);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1080;
}
.lp-free26 .talk-modal.show {
  display: flex;
}
.lp-free26 .talk-modal-card {
  background: #fff;
  border-radius: 18px;
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 24px 60px rgba(13, 27, 42, .4);
}
.lp-free26 .talk-modal .tm-bar {
  height: 6px;
  background: var(--navy);
}
.lp-free26 .talk-modal .tm-in {
  padding: 26px 28px 28px;
}
.lp-free26 .talk-modal .tm-x {
  float: right;
  border: none;
  background: #f1efe8;
  color: #5b6168;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.lp-free26 .talk-modal .tm-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 6px 0 16px;
}
.lp-free26 .talk-modal .tm-photos .talk-ph {
  width: 84px;
  height: 84px;
}
.lp-free26 .talk-modal .tm-title {
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.01em;
  line-height: 1.25;
  margin: 4px 0 12px;
  color: var(--navy);
}
.lp-free26 .talk-modal .tm-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a4048;
  margin: 14px 0 18px;
  white-space: pre-line;
}
.lp-free26 .talk-modal .tm-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0a66c2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
}

@media (max-width: 575px) {
  .lp-free26 .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-free26 .stats .it:nth-child(2) {
    border-right: none;
  }
}
