/* ===== Seção Shell Box ===== */
.shellbox-section {
  padding: 40px 5%;
  background: #fff;
  font-family: Arial, sans-serif;
}

.shellbox-section .container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 20px;
}

.shellbox-section h2 {
  color: #b10000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

.shellbox-section .sub {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.shellbox-section h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #111;
}

.passo {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0;
}

.passo img {
  width: 50px;
  flex-shrink: 0;
}

.passo p {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  max-width: 420px;
}

.passo strong {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}


.celular {
  max-width: 700px;
  display: block;
  margin: 0 ;
}

.boneco {
  max-width: 700px;
  align-items: flex-end;
  display: block;
  margin: 0 auto;
}

/* Responsivo */
@media (max-width: 1024px) {
  .shellbox-section .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .passo {
    justify-content: center;
    text-align: left;
  }

  .celular, .boneco {
    max-width: 220px;
    margin: 20px auto;
  }
}
