.indiqueumamigo2-section {
  background-image: url('../img/bg-indique.png');
  background-size: cover;
  background-position: center;
  padding: 19rem 1rem;
  max-height: 330px;
}

.indiqueumamigo2-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.indiqueumamigo2-left {
  margin-top: -4rem;
  width: 57%;
  text-align: left;
}

.indiqueumamigo2-right {
  margin: 0;
  padding: 0;
  width: 40%;
}

/* Left */

.indiqueumamigo2-left h2 {
  font-size: 3rem;
  color: var(--branco);
  text-align: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.indiqueumamigo2-left p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: var(--branco);
  text-align: center;
}

.btn-saiba-mais,
.btn-saiba-mais:hover {
  all: unset;
  display: inline-block;
  text-align: center;
  background: var(--laranja-id);
  color: var(--branco);
  border: 0.2em solid var(--branco);
  padding: 10px 30px;
  font-weight: bold;
  margin: 0% 30% 5% 33%;
  font-size: 1.3em;
}

.casal-img {
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 0% 21% 5% 21%;
}

/* Right */

.form-box {
  background: var(--branco);
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: Lexend, sans-serif;
}

.form-box h3 {
  font-size: 1.5rem;
  color: var(--laranja-id);
  margin-bottom: 10px;
}

.form-desc {
  font-size: 0.9rem;
  color: var(--cinza-escuro);
  margin-bottom: 25px;
}

/* Barra de progresso */
.progress-bar {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--branco);
  border: 2px solid var(--cinza-claro);
  color: var(--cinza-claro);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.circle.active {
  border-color: var(--laranja-id);
  color: var(--laranja-id);
}

.line {
  flex: 1;
  height: 2px;
  background: var(--cinza-claro);
  margin: 0 10px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--cinza-escuro);
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--branco-lines);
  font-size: 1rem;
  border-radius: 5px;
}

.btn-proxima-etapa {
  width: 100%;
  background: var(--laranja-id);
  color: var(--branco-total);
  border: none;
  padding: 14px;
  font-size: 1rem;
  margin-top: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
}

.btn-proxima-etapa:hover {
  background: color-mix(in srgb, var(--laranja-id) 85%, black);
}

.form-info {
  font-size: 0.75rem;
  color: var(--cinza-medio);
  margin-top: 20px;
  line-height: 1.5;
}

/* Section anuncio */
.indique-anuncio {
  background-color: var(--branco-total);
  padding: 35px 20px;
}

.indique-anuncio-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.indique-anuncio-texto {
  width: 45%;
  color: var(--cinza-escuro);
}

.indique-anuncio-destaque {
  width: 43%;
  text-align: right;
}

.indique-anuncio-texto h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.indique-anuncio-texto .destaque-azul {
  color: var(--cor-azulpadrao);
  font-weight: 700;
}

.indique-anuncio-texto p {
  font-size: 1rem;
  color: var(--cinza-escuro);
  margin-bottom: 15px;
}

.regulamento-link {
  font-size: 0.9rem;
  color: var(--cor-azulpadrao);
  text-decoration: underline;
  font-weight: 500;
  font-style: italic;
}

.indique-anuncio-destaque h2 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--laranja-id);
  text-transform: uppercase;
}

.indique-anuncio-destaque .ganhou {
  color: var(--laranja-id);
}


/* Participar */
.como-participar-section,
.voce-indicado-section {
  background-color: var(--branco-total);
  padding: 60px 20px;
}

.titulo-bloco {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cinza-escuro);
  margin-bottom: 30px;
}

.titulo-bloco .azul {
  color: var(--cor-azulpadrao);
  display: block;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  
}

.cards-grid.dois-itens {
  justify-content: flex-start;
  
}

.cards-grid.dois-itens .card-passo {
  background-color: var(--branco);
  border-radius: 12px;
  padding: 20px 20px;
  width: 100%;
  max-width: 34.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;

}

.card-passo {
  background-color: var(--branco);
  border-radius: 12px;
  padding: 30px 20px;
  width: 100%;
  max-width: 15.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.card-passo img {
  width: 40px;
  height: auto;
  margin-bottom: 15px;
}

.card-passo h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--laranja-id);
  margin-bottom: 10px;
}

.card-passo p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--cinza-medio);
  line-height: 1.4;
}



/* Indicado */