body {
  background: #102820;
  margin: 0;
  font-family: 'Montserrat';
  margin-top: 75px; /* Para não ficar atrás do header fixo */
}

.orcamento-container {
  max-width: 480px;
  margin: 54px auto 36px auto;
  padding: 40px 32px 28px 32px;
  background: rgba(16, 40, 32, 0.97);
  border-radius: 26px;
  box-shadow: 0 8px 48px #0007, 0 3px 14px #ffe06655;
  border: 2.5px solid #ffe06688;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orcamento-container h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #e7c063;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.orcamento-projeto {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.orcamento-projeto img {
  max-width: 94%;
  max-height: 220px;
  border-radius: 18px;
  margin-bottom: 13px;
  box-shadow: 0 6px 18px #ffe06622, 0 2px 9px #0003;
  background: #fffbe1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.orcamento-projeto h2 {
  font-size: 1.23rem;
  color: #e7c063;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 2px 8px #0003;
}

.orcamento-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 14px;
}

#btnRemoverProjeto {
  margin: 12px auto 0 auto;
  padding: 11px 28px;
  background: linear-gradient(92deg, #ffe066 60%, #ffd900 100%);
  color: #1b3b22;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  font-size: 1.09rem;
  box-shadow: 0 2px 10px #ffe06644, 0 1px 5px #0003;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: block;
}
#btnRemoverProjeto:hover {
  background: linear-gradient(92deg, #fffbe1 5%, #ffd900 80%);
  color: #a77b11;
  box-shadow: 0 6px 20px #ffe06680;
}


.orcamento-form input[type="text"],
.orcamento-form input[type="email"],
.orcamento-form input[type="tel"],
.orcamento-form textarea {
  width: 100%;
  border: 1.7px solid #16744d;
  padding: 13px 17px;
  border-radius: 12px;
  font-size: 1.09rem;
  background: #f6fff6;
  color: #183a23;
  outline: none;
  transition: border 0.2s, box-shadow 0.19s;
  box-shadow: 0 1.5px 6px #ffe06615;
  font-family: inherit;
}

.orcamento-form input:focus,
.orcamento-form textarea:focus {
  border-color: #ffe066;
  background: #fffbe1;
  box-shadow: 0 0 0 2px #ffe06644;
}

.orcamento-form textarea {
  min-height: 80px;
  resize: vertical;
}

.orcamento-form button[type="submit"] {
  margin-top: 12px;
  padding: 15px 0;
  border: none;
  border-radius: 12px;
  background: linear-gradient(92deg, #ffe066 10%, #ffc500 90%);
  color: #214221;
  font-weight: 800;
  font-size: 1.16rem;
  cursor: pointer;
  box-shadow: 0 2px 12px #ffe06655;
  width: 100%;
  transition: background 0.2s, color 0.18s, box-shadow 0.18s;
  letter-spacing: 0.01em;
}

.orcamento-form button[type="submit"]:hover {
  background: linear-gradient(92deg, #fffbe1 5%, #ffd900 80%);
  color: #a77b11;
  box-shadow: 0 6px 24px #ffe06688;
}

/* ===== Caixas de Sugestão (quando não tem projeto selecionado) ===== */
.caixa-sugestao {
  background: #183a23ee;
  border-radius: 18px;
  box-shadow: 0 4px 20px #0004, 0 2px 8px #ffe06640;
  padding: 30px 20px;
  text-align: center;
  color: #e7c063;;
  border-top: 3px solid #e7c063;;
  margin-bottom: 0;
  animation: fadeInUp 0.7s;
  transition: box-shadow 0.2s;
}
.caixa-sugestao h3 {
  font-size: 1.22rem;
  font-weight: 700;
  color: #e7c063;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}
.caixa-sugestao p {
  font-size: 1.03rem;
  color: #fffbe9;
  margin-bottom: 0;
}
.caixa-sugestao .btn-hero,
.caixa-sugestao .btn-hero:visited {
  display: inline-block;
  padding: 0.9em 2.2em;
  font-size: 1.07rem;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 14px;
  color: #0f2e20;
  background: linear-gradient(92deg, #ffe066 30%, #ffc500 90%);
  text-decoration: none;
  box-shadow: 0 2px 12px #ffe06633;
  transition: background 0.22s, color 0.18s, box-shadow 0.16s;
}
.caixa-sugestao .btn-hero:hover {
  background: linear-gradient(92deg, #fffbe1 5%, #ffd900 80%);
  color: #a77b11;
  box-shadow: 0 6px 24px #ffe06688;
}
.caixa-sugestao .btn-hero[style*="background: #25d366"] {
  color: #fff;
  background: linear-gradient(90deg, #176b36 20%, #25a166 95%);
  box-shadow: 0 2px 8px #09361b80;
  font-weight: 700;
  text-shadow: 0 1.5px 4px #09361b99;
}
.caixa-sugestao .btn-hero[style*="background: #25d366"]:hover {
  background: linear-gradient(90deg, #208a4b 20%, #25d366 90%);
  color: #e6ffe7;
}


@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px);}
  to   { opacity: 1; transform: translateY(0);}
}


/* Info e Botão WhatsApp */
.orcamento-info {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  color: #ffe066;
  font-size: 1.04rem;
}
.orcamento-info a {
  color: #e7c063;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
.orcamento-info a:hover {
  color: #ffe066;
}

#btnWhatsApp {
  display: inline-block;
  margin-top: 16px;
  padding: 13px 32px;
  background: linear-gradient(92deg, #25d36633 60%);
  border: none;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
  font-size: 1.09rem;
  box-shadow: 0 2px 12px #25d36633;
  cursor: pointer;
  transition: background 0.22s, transform 0.14s;
}
#btnWhatsApp:hover {
  background: linear-gradient(92deg, #25d36633 60%);
  color: #14321d;
  transform: translateY(-2px) scale(1.05);
}

/* Modal */
.orcamento-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.83);
  justify-content: center;
  align-items: center;
}

.orcamento-modal .modal-content {
  background: #fffbe1;
  border-radius: 16px;
  box-shadow: 0 10px 32px #0008;
  padding: 34px 38px 28px 38px;
  max-width: 95vw;
  min-width: 250px;
  text-align: center;
  color: #14321d;
  position: relative;
}

.orcamento-modal .close-modal {
  position: absolute;
  top: 13px;
  right: 17px;
  font-size: 2rem;
  color: #a69844;
  cursor: pointer;
  font-weight: bold;
  background: none;
  border: none;
  outline: none;
  transition: color 0.16s;
}
.orcamento-modal .close-modal:hover {
  color: #e7c063;;
}

.orcamento-modal h2 {
  color: #ffe066;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.orcamento-modal button {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  background: #ffe066;
  color: #214221;
  font-weight: bold;
  font-size: 1.07rem;
  cursor: pointer;
  transition: background 0.16s;
}
.orcamento-modal button:hover {
  background: #e7c063;;
  color: #a77b11;
}

@media (max-width: 600px) {
  .orcamento-container {
    max-width: 99vw;
    padding: 18px 3vw 16px 3vw;
    border-radius: 16px;
  }
  .orcamento-projeto img {
    max-height: 150px;
  }
}
