/*Corpo*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 20px;
  background: linear-gradient(to right, #1b225a 10%, #006d81 50%, #1b225a 90%);
  color: #ffffff;
}

/* ===== HEADER ===== */

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  padding: 20px 60px;
}

.logo img {
  height: 150px;
}

.menu ul {
  display: flex;
  margin-right: 40px;
  gap: 40px;
  list-style: none;
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.menu a:hover {
  background-color: white;
  color: #1b225a;
  border-color: white;
}

/* ===== HERO SECTION ===== */

.hero .container {
    display: flex;
}

.hero .leftside,
.hero .rightside {
    flex: 1;
}

.hero .leftside {
    padding-bottom: 150px;
    padding-left: 0px;
    padding-right: 35px;
    text-align: center;
}

.hero .rightside {
    text-align: center;
}

.hero .rightside img {
    width: auto;
    height: 550px; 
    margin-right: 50px;
}

.hero h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
    text-align: left;
    margin-left: 50px;
}

*.hero p {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin: 40px 0;
    margin-bottom: 60px;
    margin-left: 50px;
    text-align: left;
}

/* Timer */
.timer {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 50px 0;
  margin-left: 110px;
  margin-top: -220px;
  background: transparent;
}

.cronometro {
  display: flex;
  gap: 25px;
}

.cronometro div {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #ffffff;
  padding: 20px 25px;
  border-radius: 14px;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
  transition: 0.3s ease;
}

.cronometro div:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.cronometro span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.cronometro small {
  display: block;
  font-size: 0.8rem;
  color: #cccccc;
  margin-top: 5px;
  letter-spacing: 1px;
}

/* ===== SOBRE O EVENTO ===== */
.sobre {
    padding: 120px 20px 80px;
    text-align: center;
}

.sobre .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    gap: 24px; /* ESPAÇAMENTO UNIFORME ENTRE OS ITENS */
}

.sobre h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0; /* Remove qualquer margem padrão */
    font-family: "Montserrat", sans-serif;
}

/* Texto */
.sobre .texto-sobre {
    margin: 0;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #e9fbff;
    max-width: 100%;
}

.sobre .texto-sobre p {
    margin: 0 0 18px 0;
    font-weight: 500;
}

.sobre .texto-sobre p:last-child {
    margin-bottom: 0;
}

.sobre .texto-sobre strong {
    color: #ffffff;
    font-weight: 700;
}

.sobre .texto-sobre em {
    color: #a0f7ff;
    font-style: italic;
    font-weight: 600;
}

/* Botão */
.sobre .botao-ingressos {
    margin: 0; /* Remove margin-top desnecessário */
}

.sobre .botao-ingressos a {
    display: inline-block;
    background: #ffffff;
    color: #1b225a;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 16px 52px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.sobre .botao-ingressos a:hover {
    background: #00d4ff;
    color: #1b225a;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 212, 255, 0.5);
    border-color: #00d4ff;
}

/* ===== INSCRIÇÃO PROMOCIONAL (COMPACTA + FUNDO TRANSPARENTE) ===== */
.inscricao {
  padding: 60px 20px;
  text-align: center;
  margin: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent; /* Fundo 100% transparente */
}

.inscricao .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 14px;
}

.inscricao h2 {
  font-size: 2.2rem; /* Reduzido de 2.8rem */
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.inscricao .preco-antigo {
  font-size: 1.1rem; /* Reduzido */
  color: #cccccc;
  text-decoration: line-through;
  margin: 0;
  font-weight: 500;
}

.inscricao .preco-antigo span {
  color: #ff6b6b;
  font-weight: 600;
}

.inscricao .preco-novo {
  font-size: 1.8rem; /* Reduzido de 2.2rem */
  font-weight: 700;
  color: #00d4ff;
  margin: 6px 0 18px;
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.inscricao .preco-novo strong {
  color: #ffffff;
  font-size: 2.4rem; /* Reduzido de 3rem */
  font-weight: 800;
}

.inscricao .btn-inscricao {
  display: inline-block;
  background: #ffffff;
  color: #1b225a;
  font-weight: 700;
  font-size: 1.1rem; /* Reduzido de 1.4rem */
  padding: 14px 48px; /* Reduzido */
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.inscricao .btn-inscricao:hover {
  background: #00d4ff;
  color: #1b225a;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 212, 255, 0.4);
  border-color: #00d4ff;
}

/* ===== IDEALIZADORA ===== */
.idealizadora {
  padding: 70px 0;
  background: transparent;
  color: #ffffff;
}

.idealizadora-inner {
  display: flex;
  gap: 50px;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.idealizadora-left {
  flex: 0 0 360px;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.idealizadora-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 35px rgba(0,0,0,0.45);
}

.idealizadora-right {
  flex: 1 1 60%;
  max-width: 60%;
  background: rgba(255,255,255,0.04);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 32px 38px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idealizadora-right h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 6px;
  color: #e3f8fb;
  font-weight: 700;
}

.idealizadora-right h3 {
  font-size: 1.8rem;
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 700;
}

.titulo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin: 12px 0 18px;
  padding: 0;
}

.titulo-list li {
  font-size: 0.95rem;
  color: #dff8fb;
  font-weight: 500;
  line-height: 1.45;
  list-style: none;
}

.bio {
  margin-top: 12px;
  font-size: 1rem;
  color: #e9fbff;
  line-height: 1.6;
  text-align: justify;
}

/* ===== PALESTRANTES ===== */

.palestrantes {
    padding: 80px 20px;
    text-align: center;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.palestrantes h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.cards-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;

    /* 🔧 Impede que todos os cards tenham a mesma altura */
    align-items: flex-start !important;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    transition: all 0.35s ease;
    width: 290px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    /* 🔧 Faz cada card expandir sozinho */
    align-self: flex-start !important;
    height: auto !important;
}

.card:hover {
    transform: translateY(-14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 212, 255, 0.4);
}

.card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-bottom: 4px solid #006d81;
}

.card-content {
    padding: 22px 20px 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card h3 {
    font-size: 1.55rem;
    margin: 0 0 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.card p {
    font-size: 0.98rem;
    color: #e3f8fb;
    line-height: 1.55;
    margin: 0 0 14px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.card .ver-mais {
    margin-top: auto;
    align-self: flex-start;
    color: #00d4ff;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    padding: 6px 0;
    position: relative;
}

.card .ver-mais::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00d4ff;
    transition: width 0.3s ease;
}

.card .ver-mais:hover {
    color: #ffffff;
}

.card .ver-mais:hover::after {
    width: 100%;
}

/* ===== VER MAIS ===== */
.texto-completo {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.texto-completo.ativo {
  display: block;
  opacity: 1;
}

.texto-resumo.oculto {
  display: none;
}


/* ===== CONTATO ===== */
#contato {
  padding: 80px 20px;
  text-align: center;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

#contato h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.contato-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.contato-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.35s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.contato-links a:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  border-color: #00d4ff;
  background: rgba(0, 212, 255, 0.1);
}

.contato-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #006d81;
  transition: height 0.3s ease;
}

.contato-links a:hover::before {
  height: 8px;
  background: #00d4ff;
}

.contato-links img {
  width: 56px;
  height: 56px;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}

.contato-links a:hover img {
  transform: scale(1.15);
}

.contato-links span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e3f8fb;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.contato-links a:hover span {
  color: #ffffff;
}

/* ============================================================= */
/* =============== RESPONSIVIDADE COMPLETA (2025) ============= */
/* ============================================================= */

/* Força rolagem apenas vertical – NUNCA HORIZONTAL */
html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/* Containers globais */
.container,
.hero .container,
.sobre .container,
.inscricao .container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

/* ============================================================= */
/* MOBILE FIRST – ATÉ 768px (CELULARES) */
/* ============================================================= */
@media (max-width: 768px) {

  /* ===== HEADER + MENU ===== */
  header {
    padding: 12px 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .container {
    flex-direction: column;
    gap: 10px;
  }

  .logo img {
    height: 80px;
  }

  .menu {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .menu a {
    font-size: 14px;
    padding: 6px 10px;
    white-space: nowrap;
    font-weight: 600;
  }

  /* ===== HERO SECTION ===== */
  .hero .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    gap: 25px;
  }

  .hero .leftside,
  .hero .rightside {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .hero h1 {
    font-size: 2rem;
    margin: 0 0 16px 0;
    text-align: center;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1rem;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.5;
  }

  .hero .rightside {
    order: -1;
  }

  .hero .rightside img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }

  /* ===== CRONÔMETRO (ABAIXO DA IMAGEM) ===== */
  .timer {
    margin: 0 !important;
    padding: 25px 0;
    justify-content: center;
    width: 100%;
  }

  .cronometro {
    gap: 12px;
    flex-wrap: wrap;
  }

  .cronometro div {
    padding: 10px 12px;
    min-width: 58px;
  }

  .cronometro span {
    font-size: 1.5rem;
  }

  .cronometro small {
    font-size: 0.7rem;
  }

  /* ===== SOBRE O EVENTO ===== */
  .sobre,
  .inscricao,
  .idealizadora,
  .palestrantes,
  #contato {
    padding: 50px 15px;
  }

  .sobre h2,
  .inscricao h2,
  .palestrantes h2,
  #contato h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .sobre .botao-ingressos a,
  .inscricao .btn-inscricao {
    font-size: 1.1rem;
    padding: 12px 36px;
  }

  /* ===== INSCRIÇÃO – "POR APENAS" COM ESPAÇO ===== */
  .inscricao .preco-novo {
    margin-bottom: 24px !important;
  }

  /* ===== IDEALIZADORA – FOTO NÃO CORTADA ===== */
  .idealizadora-inner {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .idealizadora-left,
  .idealizadora-right {
    max-width: 100%;
    width: 100%;
  }

  .idealizadora-left {
    flex: 0 0 auto;
  }

  .idealizadora-left img {
    width: 100%;
    height: auto !important;
    min-height: 280px;
    object-fit: contain;
    object-position: center;
    background: #0a1a2e;
    border-radius: 14px;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 10px 35px rgba(0,0,0,0.45);
  }

  .idealizadora-right {
    padding: 24px 20px;
  }

  .titulo-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* ===== PALESTRANTES ===== */
  .cards {
    gap: 20px;
    justify-content: center;
  }

  .card {
    width: 100%;
    max-width: 300px;
  }

  .card img {
    height: 260px;
  }

  /* ===== CONTATO ===== */
  .contato-links {
    gap: 18px;
    flex-wrap: wrap;
  }

  .contato-links a {
    width: 140px;
    height: 140px;
  }

  .contato-links img {
    width: 45px;
    height: 45px;
  }

  .contato-links span {
    font-size: 0.95rem;
  }
}

/* ============================================================= */
/* CELULARES MUITO PEQUENOS (320px a 480px) */
/* ============================================================= */
@media (max-width: 480px) {

  .logo img {
    height: 70px;
  }

  .menu a {
    font-size: 13px;
    padding: 5px 8px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .cronometro div {
    padding: 8px 10px;
    min-width: 50px;
  }

  .cronometro span {
    font-size: 1.3rem;
  }

  .cronometro small {
    font-size: 0.65rem;
  }

  .sobre .botao-ingressos a,
  .inscricao .btn-inscricao {
    font-size: 1rem;
    padding: 10px 28px;
  }

  .inscricao .preco-novo {
    margin-bottom: 20px !important;
  }

  .idealizadora-left img {
    min-height: 220px;
  }

  .idealizadora-right h3 {
    font-size: 1.6rem;
  }

  .contato-links a {
    width: 120px;
    height: 120px;
  }

  .contato-links img {
    width: 40px;
    height: 40px;
  }
}

/* ============================================================= */
/* TABLET (769px a 992px) – AJUSTES LEVES */
/* ============================================================= */
@media (min-width: 769px) and (max-width: 992px) {
  .hero .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .hero .rightside img {
    max-width: 480px;
  }

  .idealizadora-inner {
    flex-direction: column;
    gap: 30px;
  }

  .idealizadora-left img {
    height: auto;
    min-height: 320px;
    object-fit: contain;
  }

  .cards {
    gap: 25px;
  }

  .card {
    width: 280px;
  }
}