/* ORCAMENTO-001A */

.orcamento-hero {
  background: linear-gradient(135deg,var(--azul-profundo),#0F2A52);
  padding: 80px 24px 60px;
  margin-top: 68px;
}

.orcamento-hero-tag {
  background: rgba(232,84,10,0.15);
  color: #FF9A6C;
}

.orcamento-hero-desc {
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  max-width: 500px;
  margin: 0 auto;
}

.orcamento-section {
  padding: 64px 24px;
}

.orcamento-container {
  max-width: 900px;
}

.orcamento-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.orcamento-info-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.orcamento-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.orcamento-info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.orcamento-info-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: var(--azul-gelo);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orcamento-icon-blue {
  color: var(--azul-inst);
}

.orcamento-info-item-title {
  font-weight: 600;
  font-size: 15px;
}

.orcamento-info-item-desc {
  font-size: 14px;
  color: var(--cinza-texto);
  margin-top: 2px;
}

.orcamento-whatsapp-box {
  margin-top: 32px;
  padding: 20px;
  background: var(--fundo);
  border-radius: var(--radius);
  border: 1px solid var(--borda);
}

.orcamento-whatsapp-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.orcamento-whatsapp-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.orcamento-success-box {
  text-align: center;
  padding: 20px;
}

.orcamento-success-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--verde-suave);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.orcamento-icon-green {
  color: var(--verde);
}

.orcamento-success-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.orcamento-success-text {
  color: var(--cinza-texto);
}

.orcamento-success-btn {
  display: inline-flex;
  margin-top: 24px;
}

.orcamento-form-title {
  font-size: 20px;
  margin-bottom: 24px;
}

.orcamento-hidden {
  display: none !important;
}

.orcamento-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.orcamento-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 6px;
}

.orcamento-form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
}

.orcamento-form-select {
  background: #fff;
}

.orcamento-form-textarea {
  resize: vertical;
}

.orcamento-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
}
