@media (max-width: 768px) {
  /* SECTION LARANJA */
	content, footer {
	  top: -22;
	}
	
  section, header, footer{
     /*! padding: 2rem 1rem; */
     max-width: 100dvw !important;
  }

  .indiqueumamigo2-section {
    background-color: var(--laranja-id);
    background-image: url('../static/assets/img/bg-indique.png');
    background-size: cover;
    background-position: center;
    padding: 3rem 1rem;
    box-sizing: border-box;
    max-height:76rem;
  }

  .indiqueumamigo2-container {
    display: flex;
    flex-direction:row;
    align-items: stretch;
    gap: 2rem;
    width: 85%;
    max-width: 768px;
    margin: 0 auto;
  }

  .indiqueumamigo2-left,
  .indiqueumamigo2-right {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .indiqueumamigo2-left {
    text-align: center;
    color: white;
  }

  .indiqueumamigo2-left h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .indiqueumamigo2-left p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .btn-saiba-mais, .btn-saiba-mais:hover {
    background-color: white;
    color: var(--laranja-id);
    font-weight: bold;
    padding: 12px 0px;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
	width:70dvw;
	margin:0;
  }

  .casal-img {
    display: block;
    margin: 1rem auto;
    max-width: 240px;
  }

  .form-box {
    background: white;
    padding: 30px 20px;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 1;
  }

  .form-box h3 {
    font-size: 1.4rem;
    text-align: center;
    color: var(--laranja-id);
  }

  .form-desc {
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    color: #d9d9d9;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle.active {
    color: var(--laranja-id);
    border-color: var(--laranja-id);
  }

  .line {
    flex: 1;
    height: 2px;
    background: #d9d9d9;
    margin: 0 10px;
  }

  .form-group {
    margin-bottom: 1.5rem;
  }

  .form-group label {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.3rem;
  }

  .form-group input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
  }

  .btn-proxima-etapa {
    width: 100%;
    font-size: 1rem;
    padding: 14px;
    background: var(--laranja-id);
    color: white;
    font-weight: bold;
    border: none;
    margin-top: 0.5rem;
    border-radius: 0;
  }

  .form-info {
    font-size: 0.75rem;
    text-align: center;
    color: #7c7c7c;
    margin-top: 1.5rem;
  }

  /* SECTION ANUNCIO */
  .indique-anuncio {
    padding: 2rem 1rem;
    background: #f3f3f3;
  }

  .indique-anuncio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }

  .indique-anuncio-texto,
  .indique-anuncio-destaque {
    padding: 0 1rem;
	max-width:90dvw;
	width: unset;
  }

  .indique-anuncio-destaque h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: var(--laranja-id);
    margin: 0;
    font-weight: 900;
  }

  .indique-anuncio-texto h3,
  .indique-anuncio-texto p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .regulamento-link {
    font-weight: bold;
    color: var(--cor-azulpadrao);
  }

  /* SECTION CARDS */
  .cards-grid,
  .cards-grid.dois-itens {
    flex-direction: line !important;
    align-items: stretch !important;
    gap: 20px;
    padding: 0 10px;
  }

  .card-passo {
    width: 100% !important;
    max-width: 100% !important;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .card-passo h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--laranja-id);
  }

  .card-passo p {
    font-size: 0.95rem;
    color: #555;
  }

  .titulo-bloco {
    font-size: 1.4rem;
    margin-bottom: 1rem;
	padding: 0 1rem;
  }

  .titulo-bloco .azul {
    color: var(--cor-azulpadrao);
  }
}